@import url('https://fonts.googleapis.com/css?family=Righteous');

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #6a6a6a;
}
a:hover,a:active,a:focus{
    text-decoration: none;
}

.no-padding{
    padding-left: 0;
    padding-right: 0;
}

.yes-padding{
    padding-left: 15px;
    padding-right: 15px;
}

/* HEADER */
.header-top111{
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e4e4e4;
    background: #e7e7e7;
}

.loghead-1{
    width: 100%;

}

.loghead-1 img{
    width: 100%;
    object-fit: contain;
    padding: 10px 0;
    height: 100px;
}

.logomenubil1{
    width: 100%;
    max-width: 160px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    height: 55px;
    margin-bottom: 5px;
}

.logomenubil1 img{
    width: 100%;
}

.lfvcon1{
    width: 100%;
    max-width: 170px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    /* margin-bottom: 0px; */   
}

.lfvcon1 img{
    width: 100%;
    height: 50px;
}

@media (min-width: 992px){
    .logomenubil1{
        display: none;
    }

    .lfvcon1{
        display: block;
    }
}

.datoshead-1{
    text-align: left;
    margin-bottom: 0;
}

.datoshead-1>a{
    color: #000;
}

.datoshead-1>a>i{
    vertical-align: text-bottom;
}

.datoshead-2{
    text-align: right;
    margin-bottom: 0;
}

.datoshead-2>a{
    color: #000;
}

.datoshead-2>a>i{
    vertical-align: text-bottom;
}

.horariotile-1{
    font-weight: 700;
    font-size: 16px;
    color: #1c1c1c;
    text-transform: uppercase;
    text-align: center;
}

.horariotile-1>i{
    vertical-align: text-bottom;
}

.horatimeclock1{
    font-size: 14px;
    margin-bottom: 2px;
    text-align: center;
}
.row_mobile{
    display: none;
}
@media(max-width: 767px){
    .row_desk{
        display: none;
    }
    .row_mobile{
        display: block;
    }
    .row_mobile a{
        color: #fff;
        display: inline-block;
        margin-left: 10px;
    }
    .row_mobile a i{
        vertical-align: bottom;
    }
}
/* REDES HEAD */
.ac1-menuredtop1{
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    text-align: right;
}

.ac1-menuredtop1>li{
    display: inline-block;
}

.ac1-menuredtop1>li+li{
    margin-left: 5px;
}

.ac1-menuredtop1>li>a{
    display: block;
    font-size: 24px;
    background: #0076bf;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    padding: 0!important;
    text-align: center;
}

.ac1-menuredtop1>li>a.ag-fb1{
    background: #0076bf;
    border: 2px solid transparent;
    color: #ffffff;
    transition: all ease 500ms;
}

.ac1-menuredtop1>li>a.ag-fb1:hover{
    background: transparent;
    border: 2px solid #3db8eb;
    color: #3db8eb;
    border-radius: 50%;
}

.ac1-menuredtop1>li>a.ag-tw1{
    background: #0076bf;
    border: 2px solid transparent;
    color: #ffffff;
    transition: all ease 500ms;
}

.ac1-menuredtop1>li>a.ag-tw1:hover{
    background: transparent;
    border: 2px solid #3db8eb;
    color: #3db8eb;
    border-radius: 50%;
}

.ac1-menuredtop1>li>a.ag-yt1{
    background: #0076bf;
    border: 2px solid transparent;
    color: #ffffff;
    transition: all ease 500ms;
}

.ac1-menuredtop1>li>a.ag-yt1:hover{
    background: transparent;
    border: 2px solid #3db8eb;
    color: #3db8eb;
    border-radius: 50%;
}

.ac1-menuredtop1>li>a.ag-in1{
    background: #0076bf;
    border: 2px solid transparent;
    color: #ffffff;
    transition: all ease 500ms;
}

.ac1-menuredtop1>li>a.ag-in1:hover{
    background: transparent;
    border: 2px solid #0177b5;
    color: #ffffff;
    border-radius: 50%;
}

.ac1-menuredtop1>li>a.ag-lid1{
    background: #0076bf;
    border: 2px solid transparent;
    color: #ffffff;
    transition: all ease 500ms;
}

.ac1-menuredtop1>li>a.ag-lid1:hover{
    background: transparent;
    border: 2px solid #3db8eb;
    color: #3db8eb;
    border-radius: 50%;
}

.ac1-menuredtop1>li>a.ag-goo1{
    background: #0076bf;
    border: 2px solid transparent;
    color: #ffffff;
    transition: all ease 500ms;
}

.ac1-menuredtop1>li>a.ag-goo1:hover{
    background: transparent;
    border: 2px solid #3db8eb;
    color: #3db8eb;
    border-radius: 50%;
}

@media only screen and (min-width: 768px){
    .flexbox-container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        margin: 0;
    }
}

@media (max-width: 992px){
    .mheader1-bga1{
        display: none;
    }

    .header-top111 {
        border-bottom: 2px solid #0055a3;
        background: #0055a3;
    }
}

@media (max-width: 550px){
    .datoshead-1{
        font-size: 14px;
    }

    .datoshead-2{
        font-size: 14px;
    }

    .datoshead-1>a>i,
    .datoshead-2>a>i {
        font-size: 18px;
        vertical-align: middle;
    }
}


/*MENU*/
.mheader1-bga1{
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #ffffff;
}

nav.navbar.ac1-navbarbgal1{
    background: linear-gradient(45deg, #004b9b, #008dd3);
    border-bottom: 0px solid;
}

.ac1-logotipe {
    width: 100%;
    max-width: 120px;
    transition: all ease 400ms;
}

.ac1-menuhref1{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    transition: all ease 400ms;
}

.ac1-menuhref1>li>a{
    color: #ffffff!important;
    font-weight: 700!important;
    transition: all ease 500ms;
    text-transform: uppercase;
}

.ac1-menuhref1>li>a:hover{
    color: #3db8eb!important;
}

.ac1-menuhref1>li>a>i{
    vertical-align: text-bottom;
}

.bot-hvractive1{
    background: #3db8eb;
}

nav.navbar.bootsnav ul.nav > li.bot-hvractive1>a{
    color: #ffffff!important;
}

@media (min-width: 992px){
    .ac1-menuhref1>li+li{
        border-left: 1px solid rgb(54, 54, 54);
    }  

    .navbar-header {
        display: none;
    }  
}

@media (max-width: 1199px){
    .cnter-menu{
        width: 100%;
    }

    .ac1-menuhref1>li>a{
        padding: 15px!important;
    }
}

/* MENU FIXED */
.menu-fixed {
    position: fixed!important;
    z-index: 100;
    top: 0;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.24) !important;
    opacity: 0.95;
    border-bottom: 2px solid #0055a3;
    background: #fff;
    transition: all ease 400ms;
}

.menu-fixed .ac1-logotipe {
    width: 100%;
    max-width: 70px;
    transition: all ease 400ms;
}

@media (min-width: 992px){
    .menu-fixed .ac1-menuhref1 {
        float: right !important;
    }

    .menu-fixed nav.navbar.bootsnav ul.nav > li > a{
        padding: 15px 10px!important;
    }

    .menu-fixed .navbar-header {
        display: block;
    }
}

@media (min-width: 1099px){
    .menu-fixed nav.navbar.bootsnav ul.nav > li > a{
        padding: 15px 17px !important;
        font-size: 14px;
    }
}

/* BOOTSTRAP */
@media (min-width: 1024px){
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 15px 20px;
        font-weight: 600;
    }
}

/* Bounce To Bottom */
.bot-hvr1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.bot-hvr1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3db8eb;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bot-hvr1:hover, .bot-hvr1:focus, .bot-hvr1:active, nav.navbar.bootsnav ul.nav > li.bot-hvr1:hover a {
  color: #ffffff!important;
}
.bot-hvr1:hover:before, .bot-hvr1:focus:before, .bot-hvr1:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*REDES SOCIALES MOBILE*/
@media (min-width: 993px){
    .ac1-redtopcntain1{
        display: none;
    }
}
@media (max-width: 992px){
    .ac1-redtopcntain1{
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }
    .ac1-redesocialtop1{
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
        box-shadow: 0px 0px 12px 0px #000;
    }

    .ac1-redesocialtop1>li{
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }

    .ac1-redesocialtop1>li>a{
        display: block;
        text-align: center;
        padding: 6px 0;
        color: #fff;
        font-size: 27px;
        transition: all ease 500ms;
    }

    .ac1-redesocialtop1>li>a.ac1-tpfb1m{
        background: #3d57a3;
    }

    .ac1-redesocialtop1>li>a.ac1-tpfb1m:hover{
        background: #344b8c;
    }

    .ac1-redesocialtop1>li>a.ac1-tptw1m{
        background: #1da1f2;
    }

    .ac1-redesocialtop1>li>a.ac1-tptw1m:hover{
        background: #1b89ce;
    }

    .ac1-redesocialtop1>li>a.ac1-tpwsp1m{
        background: #25d366;
    }

    .ac1-redesocialtop1>li>a.ac1-tpwsp1m:hover{
        background: #21b157;
    }

}
/*SCROLL TOP*/
.scrollup {
    width: 55px;
    height: 55px;
    opacity: 0.8;
    position: fixed;
    bottom: 3%;
    right: 1%;
    display: none;
    text-indent: -9999px;
    background: url(../../../public/img/iconos/icon-top1.png) no-repeat;
    background-size: 55px;
    z-index: 100;
}
/**************************************************** INTER FOOTER *******************************************************/
.sect_foot{
    position: relative;
    /*background-image: url(../../../../public/img/fondo/img-foot2.png);*/
    background-position: center 80%;
    background-size: cover;
    background-repeat: no-repeat;
}
.sect_main{
    padding: 100px 0;
    /*padding-top: 500px;*/
    position: relative;
    background: #000000;
}
.box_footer .box_head img{
    display: block;
    max-width: 200px;
    margin-bottom: 30px;
}

.box_footer .box_body p{
    color: #ffffff;
}
.box_footer .box_foot ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 30px;
}
.box_footer .box_foot ul>li{
    display: inline-block;
    margin-right: 10px;
}
.box_footer .box_foot ul>li>a{
    display: block;
    background: #3eb8eb;
    text-decoration: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_footer .box_foot ul>li>a:hover{
    background: #8ec038;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_footer.marg_top{
    margin-top: 30px;
}
.box_footer .box_head h5{
    color: #0072bc;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
}
.box_footer .list_enlaces{
    list-style: none;
    padding-left: 10px;
}
.box_footer .list_enlaces>li{
    margin-bottom: 15px;
}
.box_footer .list_enlaces>li>a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_footer .list_enlaces>li>a:hover{
    color: #3eb8eb;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_footer .list_enlaces>li>a span{
    font-size: 10px;
}
/**/
.list_contacto{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.list_contacto li .item_location{
    margin-bottom: 50px;
}
.list_contacto li .item_location,
.list_contacto li .item_phone,
.list_contacto li .item_email{   
    position: relative;
}
.list_contacto li .item_location i,
.list_contacto li .item_phone i,
.list_contacto li .item_email i{
    color: #3eb8eb;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_contacto li .item_location a, .list_contacto li .item_phone a, .list_contacto li .item_email a{
    display: block;
    padding-left: 60px;
    text-decoration: none;
}
.list_contacto li .item_location a h6,
.list_contacto li .item_phone a h6,
.list_contacto li .item_email a h6{
    color: #3eb8eb;
    font-weight: 700;
}
.list_contacto li .item_location a p,
.list_contacto li .item_phone a p,
.list_contacto li .item_email a p{
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_contacto li .item_location a:hover p,
.list_contacto li .item_phone a:hover p,
.list_contacto li .item_email a:hover p{
    color: #3eb8eb;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/******/
.list_destacados{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_destacados>li{
    position: relative;
    padding-left: 120px;
    margin-bottom: 70px;
}
.list_destacados>li>a>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    border-radius: 10px;
}
.list_destacados>li>a{
    text-decoration: none;
}
.list_destacados>li>a .content_destacados h6{
    color: #ffffff;
}
.list_destacados>li>a .content_destacados span{
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    background: #3eb8eb;
    border-radius: 3px;
    font-weight: 600;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_destacados>li>a:hover .content_destacados span{
    background: #e8f2f7;
    color: #001a40;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/******/
.sect_sign{
    padding: 30px 0;
    background-color: #0072bc;
}
.sect_sign p{
    color: #ffffff;
    margin-bottom: 0;
}
.p_rights b{
    color: #3eb8eb;
}
.design_by{
    text-align: right;
}
/**/
@media(max-width: 1199px){
    .flex_menu_b .flex_logo:before {
        right: -25px;
    }
}
@media(max-width: 991px){
    .box_footer{
        margin-bottom: 25px;
    }
    .box_footer .box_head h5 {
        font-size: 25px;
        margin-bottom: 25px;
    }
}
@media(max-width: 767px){
    .sect_foot {
        background-position: inherit;
    }
}
/************************************************** END INTER FOOTER *****************************************************/