@font-face {
    font-family: Biko;
    src: url(../font/Biko_Regular.otf);
  }
@font-face {
    font-family: Bikobold;
    src: url(../font/Biko_Bold.otf);
}
@font-face {
    font-family: Bikoblack;
    src: url(../font/Biko_Black.otf);
}
  
  
::-webkit-scrollbar {
    display: none;
}

body{
    background: #FFFFFF;
    font-family: "Biko";
    
}
.text-white{
    color: #FFFFFF !important;
}
.back-white{
    background-color: #FFFFFF !important;
}

/*texto no seleccionable*/
.text-no-text{
	-webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important; 
}	

.c-pointer{
    cursor: pointer;
}



#body-template{
    padding-top: 100px !important;
}


.idioma-txt{
    color: #45829E !important;
}
.barra{
    color: #45829E !important;
    font-family: Biko;
    font-size: 24px;
    font-weight: lighter;
}






#btn-buscar{
    cursor: pointer;
}
#buscar{
    width: 100%;
    display: none;
}
#close-busqueda{
    opacity: 0.7;
    cursor: pointer;
}
#close-busqueda:hover{
    opacity: 1;
}
#close-busqueda img{ 
    height: 25px; 
    width: 35px;
}






/*boton up*/
.btnup{
    display: none;
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 35px;
    height: 35px;
    background-image: url(../iconos/Icono%2017XHDPI.png);
    background-size: contain;
    transition-property: background;
    transition-duration: 0.5s; 
}
.btnup:hover{
    cursor: pointer;
    background-image: url(../iconos/Icono%2016XHDPI.png);
}





/* RECUADROS*/
.cuadro1{
    padding: 2px;
    border: 2px solid #EB672C;
    height: calc(100% + -8px) !important;
    width: 100%;
}
.cuadro2{
    padding: 5px;
    border: 2px solid #45829E;
    width: calc(100% + 8px) !important;
    height: calc(100% + 8px) !important;
    align-items: center;
text-align: center;
}
.cuadro2 .title{
    font-weight: bold;
    font-size: 16pt;
}
.cuadro2 .content{
    color: #45829E;
    line-height: 16px;
}
.cuadro2 a{
    text-decoration: none;
    color: #EB672C;
    cursor: pointer;
    font-weight: bold;
    bottom: 2px !important;
}



/* estilos de privacidad */
#privacidad h1{
    color: #EB672C;
}
#privacidad p{
    color: #45829E;
    font-size: 16pt;
}

@media (max-width:768px){
    #privacidad p{
        font-size: 12pt;
    }
}

/*quienes somos*/
.somos-background{
    background-image: url(../images/Acerca%20De1_2XHDPI.jpg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    min-height: 450px;
    color: #fff;
}

.somos .title{
    padding-left: 40px;
    font-size: 20pt;
    font-weight: bold;
    transition: all .3s;
}
.somos .title:hover{
    color: #EB672C;
    cursor: pointer;
}
.somos .title.active{
    padding-left: 80px;
    color: #EB672C;
    text-align: center !important;
}
.somos .somosout{
    font-weight: bold;
    display: none;
    width: 100%;
    background-color: #fff;
    min-height: 150px;
    border-radius: 0px 80px 80px 0px;
    padding-right: 30px !important;
    padding-top: 5px !important;
    transition: all 3s !important;
}
.somos .somosout.active{
    display: block;
}
.somos .somosin{
    color: #45829E;
    border-radius: 0px 80px 80px 0px;
    padding-top: 5px;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    width: calc(100% + 30px);
    height: calc(100% + 7px);
}
#menu1{
    font-size: 10pt;
}
#menu2{
    font-size: 17pt;
}
#menu3{
    font-size: 15pt;
}
#menu4{
    font-size: 14pt;
}







/* DATOS*/
.datos{
    background-image: url(../images/Contenido1_3XHDPI.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    min-height: 400px;
    color: #fff;
}
.datos .logos{
    height: 50px;
    width: 50px;
    border-left: 2px solid #EB672C;
    border-bottom: 2px solid #EB672C;
}
.datos .texto{
    font-size: 35px;
}
.datos button{
    color: #fff;
    font-weight: bold;
    background: #EB672C;
}
.datos span{
    font-size: 35px;
}

 






/*MODDIFICACIONES A CARRUSEL*/
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}
.carousel-caption {
    left: 25%;
    right: 25%;
    bottom: initial;
    top: 4vw;
}
.carousel-caption.btn-blue{
    top: 24vw;
}
.carousel-caption.btn-blue button{
    color: #fff;
    font-weight: bold;
    background: #45829E;
    font-size: 1.3vw;
    margin-right: 8vw !important;
}

.carousel-caption span{
    font-size: 4vw;
    line-height: 3.5vh;
    font-weight: bold;
}
.carousel-caption p{
    font-size: 2vw;
    line-height: 2vw;
}
.carousel-caption button{
    color: #fff;
    font-weight: bold;
    background: #EB672C;
    font-size: 1.5vw;
}
#carouselExampleControls .carousel-control-prev img,
#carouselExampleControls .carousel-control-next img{
    width: 50%;
}




/*ESTILOS NAV*/
.bluebar{
    z-index: -1;
    position: fixed;
    background-color:  #45829E;
    height: 10px;
    width: 100%;
    margin-top: -25px !important;
}
#imgGori{
    height: 200px;
    float: right;
    margin-top: 0px !important;
    padding-right: 60%;
}
.navlines{
    border-top: 2px solid #45829E;
    border-bottom: 2px solid #45829E;
}
#navfixed nav ul li{
    float: left !important;
}
.nav ul li{
    /*Estandar por defecto*/
    float: left !important;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    text-align: center;
}
@media (min-width: 1200px){
    .nav ul li{
        font-size: 1.1vw;
    }
    .barra{
        font-size: 1.6vw;
    }
}

#navfixed{
    position: fixed !important;
    display: none;
    top: 5px !important;
    left: 0px !important;
    z-index: 1;
}
#navfixed .fondonavfixed{
    position: fixed !important;
    background-color: #fff;
    height: 50px;
    width: 120%;
    top: 0px;
    left: 0px;
    padding: 5px;
}
#navfixed .fondonavfixed .row{
    height: 35px;
}
#navfixed nav{
    padding:0px;
    margin-top: -5px;
}
#navfixed nav{
    padding:0px;
    margin-top:-20px;
}
#navfixed nav ul{
    list-style:none;
    padding:0;
}
#navfixed nav ul li a{
    margin-top: -10px;
    color: #EB672C;
    display:block;
    padding-left:1.1vw;
    text-decoration: none;
    /*Transiciones*/
    -webkit-transition: 0.4s linear color;
    -moz-transition: 0.4s linear color;
    -o-transition: 0.4s linear color;
    transition: 0.4s linear color;
}
#navfixed nav ul li a.active,
#navfixed nav ul li a:hover {
    color:#45829E;
    text-decoration: none;
}
#navtop{
    top: 0px !important;
    left: 0px !important;
    width: -webkit-fill-available;
    width: -moz-available;
    background-color: rgba(255,255,255,0.98);
    z-index: 1;
    position: fixed !important;
    transition: visibility 0.1s;
}
#navtop .nav{
    float: right !important;
}
#navtop nav{
    padding:8px;
}
#navtop nav ul{
    list-style:none;
    padding:0;
}
#navtop nav ul li a{
    color: #EB672C;
    display:block;
    padding:5px;
    text-decoration: none;
    /*Transiciones*/
    -webkit-transition: 0.4s linear color;
    -moz-transition: 0.4s linear color;
    -o-transition: 0.4s linear color;
    transition: 0.4s linear color;
}
#navtop nav ul li a.active,
#navtop nav ul li a:hover {
    color:#45829E;
    text-decoration: none;
}

@media (max-width: 991px){

    #navtop{
        border-bottom: 1px solid #45829E50;
    }
    #navtop nav{
        padding: 3px;
    }
    #navtop .nav{
        float: none !important;
    }
    #navtop .nav ul li{
        float: none !important;
    }
    #navtop .navlines{
        border-top: none;
        border-bottom: 1px;
    }
    #body-template{
        padding-top: 70px !important;
    }

    /*contendor de busqueda*/
    .gsc-search-box{
        width: 50% !important;
    }
}
    



/* class para footer*/
.footer{
    background-color: #45829E;
    color: #fff;
    font-size: 12pt;
}
.footer .adress p{
    font-size: 9pt;
}
.footer .title{
    color: #EB672C;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
#options a{
    font-size: 10pt;
    color: #fff;
    display:block;
    text-decoration: none;
    /*Transiciones*/
    -webkit-transition: 0.4s linear color;
    -moz-transition: 0.4s linear color;
    -o-transition: 0.4s linear color;
    transition: 0.4s linear color;
}
#options a:hover{
    color: #EB672C;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
}
.nosotrosout{
    width: 58%;
    background-color: #fff;
    min-height: 70px;
    border-radius: 0px 80px 80px 0px;
    padding-right: 30px;
    padding-top: 5px;
}
.nosotros{
    border-radius: 0px 80px 80px 0px;
    padding-right: 30px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    width: calc(100% + 30px);
    height: calc(100% + 7px);
}
.nosotros span{
    color: #EB672C;
    font-size: 28pt;
}
.nosotros p {
    color: #45829E;
    font-size: 11pt;
}

.redes{
    width: 42%;
}
#ico-face{
    display: block;
    height: 30px;
    width: 35px;
    background-image: url(../iconos/Icono%2013XHDPI.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#ico-face:hover{
    background-image: url(../iconos/Icono%2022XHDPI.png);
}
#ico-twit{
    display: block;
    height: 35px;
    width: 40px;
    background-image: url(../iconos/Icono%2014XHDPI.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#ico-twit:hover{
    background-image: url(../iconos/Icono%2023XHDPI.png);
}
#ico-plus{
    margin-top: 3px;
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(../iconos/Icono%2015XHDPI.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#ico-plus:hover{
    background-image: url(../iconos/Icono%2024XHDPI.png);
}


/* MODIFICACIONES CUANDO LA PANTALLA ESTA DENTRO DE COL-XS SEGUN BOOTSTRAP 4*/
@media (max-width: 574px){
    /* POSICION DEL BOTON */
    .carousel-caption.btn-blue{
        top: 20vw;
    }
    .carousel-caption.btn-blue button{
        font-size: 1.6vw;
        margin-right: 6vw !important;
    }

    /*ESTILOS PARA FOOTER*/
    .redes{
        width: 100%
    }
    .nosotrosout{
        width: 90%;
    }

    /* ESTILOS LETRAS CAROPUSEL*/
    .carousel-caption {
        top: 10%;
        left: 10%;
        right: 10%;
    }
    .carousel-caption span{
        font-size: 1.5rem;
    }
    .carousel-caption p{
        font-size: 0.7rem;
        line-height: 12px;
    }
    .carousel-caption button{
        font-size: 0.5rem;
    }
    /*tamanio de contenedor de busqueda*/
    .gsc-search-box{
        width: 100% !important;
    }

    /*botones next and prev del slider*/
    #carouselExampleControls .carousel-control-prev img,
    #carouselExampleControls .carousel-control-next img{
        width: 100%;
    }
}



/* MODIFICACIONES CUANDO LA PANTALLA ESTA DENTRO DE COL-SM-(576 ENTRE 768PX) SEGUN BOOTSTRAP 4*/
@media (min-width: 575px) and (max-width: 767px){
   /* ESTILOS LETRAS CAROPUSEL*/
   .carousel-caption {
        top: 5%;
        left: 15%;
        right: 15%;
    }
    .carousel-caption span{
        font-size: 2rem;
        line-height: 35px;
    }
    .carousel-caption p{
        font-size: 1.2rem;
        line-height: 20px
    }
    .carousel-caption button{
        font-size: 0.9rem;
    }

    /* TAMANIO LETRAS Y SIGNOS TIMELINE*/
    .datos span{
        font-size: 23px;
    }

    /*tabanio de contenedor de busqueda*/
    .gsc-search-box{
        width: 80% !important;
    }
    /*botones next and prev del slider*/
    #carouselExampleControls .carousel-control-prev img,
    #carouselExampleControls .carousel-control-next img{
        width: 80%;
    }
}

/* MODIFICACIONES CUANDO LA PANTALLA ESTA DENTRO DE COL-md-(767 ENTRE 990PX) SEGUN BOOTSTRAP 4*/
@media (min-width: 768px) and (max-width: 990px){
    /* ESTILOS LETRAS CAROPUSEL*/
    .carousel-caption {
         top: 10%;
         left: 20%;
         right: 20%;
     }
     .carousel-caption span{
         font-size: 2.2rem;
         line-height: 45px;
     }
     .carousel-caption p{
         font-size: 1.2rem;
         line-height: 25px;
     }
     .carousel-caption button{
         font-size: 1rem;
     }
 
     /* TAMANIO LETRAS Y SIGNOS TIMELINE*/
     .datos span{
         font-size: 23px;
     }
 
     /*tabanio de contenedor de busqueda*/
     .gsc-search-box{
         width: 80% !important;
     }
     /*botones next and prev del slider*/
     #carouselExampleControls .carousel-control-prev img,
     #carouselExampleControls .carousel-control-next img{
         width: 80%;
     }
 }
 

@media (min-width: 991px){
    /*contendor de busqueda*/
    .gsc-search-box{
        width: 70% !important;
    }
    /* ESTILOS LETRAS CAROPUSEL*/
    .carousel-caption {
        top: 15%;
        left: 20%;
        right: 20%;
    }
    .carousel-caption span{
        font-size: 3.5rem;
        line-height: 60px;
    }
    .carousel-caption p{
        margin-top: 10px;
        font-size: 1.2rem;
        line-height: 25px;
    }
    .carousel-caption button{
        margin-top: 30px !important;
        font-size: 1.2rem;
    }

    /* TAMANIO LETRAS Y SIGNOS TIMELINE*/
    .datos span{
        font-size: 23px;
    }
}






/*==> ESTILOS BUSQUEDA CUSTOM <==*/
/* oculta tiempo busqueda, orden resultados*/
.gsc-orderby, .gsc-result-info-container{
    display: none !important;
}
#busquedaDad{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background-color: rgba(0,0,0,0.1);
    z-index: 9999; 
    cursor: pointer;
}
/* cuerpo busqueda*/
.busqueda{
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    background-color: rgba(255,255,255,0.99);
    position: fixed;
    display: block;
    cursor: default;
    border-bottom: 1px solid #45829E;
}

/*oculta la publicidad*/
.gsc-adBlock {
    display: none !important;
}
    /*oculta borde a la publicidad*/
.gsc-above-wrapper-area {
    border-bottom: none !important;
    /* padding: 5px 0 5px 0; */
}


/*===========================================>             CLASES DEL INPUT              <================================================*/
.gsc-search-box{
    margin-left: auto !important;
}
/*contenedor input*/
.gsc-input-box {
    width: 100% !important;
    border: none;
    background: none;
    border-bottom: 1px solid #EB672C !important;
    float: right;
}
.gsc-input-box:select {
    outline: none;
    border: none;
    background: none;
}
/*caracteristicas del input*/
#gsc-i-id1{
    color: #45829E;
    font-weight: bold;
    background: none !important; 
    text-indent: 0px !important;
}
#gsc-i-id1::placeholder { color: #45829E; }

.gsc-input-box-hover, .gsc-input-box-focus {
    box-shadow: none;
}

.cse .gsc-control-cse, .gsc-control-cse {
    background-color: rgba(0,0,0,0.0) !important;
    border: 1px solid rgba(0,0,0,0.0) !important;
}

/*contenedor icono busqueda*/
.gsc-search-button{
    cursor: pointer;
    display: none;
}
/* color btn buscar*/
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2 {
    border-color: #666666;
    background-color: #87b600;
    background-image: none;
    filter: none;
}
.gsc-search-button-v2, .gsc-search-button-v2, .gsc-search-button-v2:active {
    border-color: #666666;
    background-color: #87b600;
    background-image: none;
    filter: none;
}
/*===========================================>             END CLASES DEL INPUT              <================================================*/


/*===========================================>             CLASES DEL RESULTADO               <================================================*/
.gsc-wrapper{
    overflow: auto;
    min-height: 10px;
    max-height: 70vh;
    margin-left: auto;
    margin-right: auto;
}
.gsc-webResult .gsc-result{
    border: none;
    background-color: rgba(0,0,0,0.0);
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}
.gsc-webResult .gsc-result:hover {
    border: none;
    background-color: rgba(0,0,0,0.0);
}
/*OCULTA IMAGENE EN RESULTADO*/
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    display: block;
}
.gsc-table-cell-thumbnail, .gs-promotion-image-cell {
    vertical-align: top;
    display: none !important;
}
/*oculta el enlace de google*/
.gcsc-branding{
    display: none !important;
}
/*oculta link structer data*/
.gsc-richsnippet-showsnippet-label {
    display: none !important;
}
/*oculta el link de la pagina*/
.gsc-url-top {
    display: none !important;
}
/*tamaño de letra de la paginacion*/
.gsc-results .gsc-cursor-box {
    text-align: center;
    font-size: 12pt;
}
/*quita color a numeros de paginacion*/
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #45829E !important;
    background: transparent;
}
/*quita color a numeros de paginacion*/
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    font-weight: bold;
}
/*color de fondo de la pagina seleccionada*/
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: transparent !important;
    color: #fff;
    font-size: 15pt;
    font-weight: bold;
}
/* mensaje de no encontrado*/
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
    margin-top: 200px;
    padding: 5px;
    margin: 5px;
    border: none !important;
    text-align: center;
    background-color: #EB672CC7;
    border-radius: 5px;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b{
    color: #45829E !important;
}
/* color de letra titulo pagina encontrada*/
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color: #45829E !important;
    font-weight: bold;
}
.gs-title b{ 
    color: #45829E !important;
}
.gs-bidi-start-align > b{
    text-decoration: underline dotted;
    font-size: 12px;
}
/*color de letra contenido de pagina encontrada*/
.gsc-preview-reviews, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em {
    color: #EB672C !important;
    margin-left: 10px;
}
/*oculta opciones de escritura*/
.gs-spelling{
    display: none !important;
}

.gcsc-foot{
    display: none !important;
}
/*=================================================>             END CLASES DE EL RESULTADO               <===============================================*/


/*========================================================> END CUSTOM <==============================================*/