body{
    color: #666;
    font-weight: normal;
    overflow-x: hidden;
    width: 100%;
    font-family: 'Glober';
    font-size: 16px;
    max-width: 100%;
}
body,html{
    width: 100%;
    overflow-x:hidden;
}

a{
    text-decoration: none;
}
ul{
    margin-top: 0;
}
p{
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0;
}
#cargando {
    position:fixed;
    width:100%;
    height:100%;
    background:#fff no-repeat center;
    z-index:9999999;
}
.clear{
    clear: both;
}

.wow{
    visibility: hidden;
}
.fadein {
    opacity: 0;
}

 .hidden_a{
    opacity: 0;
 }

.visible{
    opacity: 1;
}

.wrapper{
    position: relative;
}

figure {
    border-color: #000;
    width: 150px;
    height: 150px;
    border: 3px solid #000;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.proyecto {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
    font-weight: bold;
    line-height: 55px;
    box-shadow: 2px 2px 5px #999;
    color: #fff;
    float: left;
    width: 94%;
    border: 10px solid #ffffff;
    margin-top: 50px;
    margin-bottom: 50px;
}

#cajad{
    margin: 20px;
      width:300px;
      height:auto;
      background: #00CDCD;
      float: left;
      animation: color-animation 5s infinite linear alternate;
    
    }
    #cajai{
      margin: 20px;
        width:300px;
        height:auto;
        background: #00CDCD;
        float: left;
      
      }
      #cajac{
        margin: 20px;
          width:300px;
          height:auto;
          background: #00CDCD;
          float: left;
        
        }

      .img-fluid {
        max-width: 100%;
        height: auto;
    }

.wrap{
    max-width: 100%;
    width: 300px;
    margin: 0 auto;
    
}
.wrap-interior{
    max-width: 100%;
    width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*--HEADER--*/
header{
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: #DBE4F1;
    height: 95px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 70% 60px;
}



header .header-top{
    position: absolute;
    top: 5px;
    right: 40px;
}
header a.mi-credito{
    font-size: 12px;
    font-weight: bold;
    color: #1c3156;
    background: #daca1d;
    border-radius: 10px;
    margin-right: -4px;
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block;
    padding: 5px 15px 1px;
    transition: all 0.3s ease;
}
header a.mi-credito:hover{
    background: #f7e417;
    text-decoration: none;
}

header .header-top .fono{
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
header .header-top .fono i{
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 4px;
}
header .header-top .fono:before{
    content:"";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #99c1e9;
    margin-right: 10px;
}

header .header-top .iconos-top{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 6px;
}
header .header-top .iconos-top:before{
    content:"";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #99c1e9;
    margin-right: 5px;
}
header .header-top .iconos-top a{
    margin-left: 4px;
    vertical-align: middle;
}
header .header-top .iconos-top a:hover{
    text-decoration: none;
}
header .header-top .iconos-top a img{
    opacity: 0.8;
    transition: all 0.3s ease;
    vertical-align: middle;
}
header .header-top .iconos-top a:hover img{
    opacity: 1;
}

text .wrap {
    position: relative;
    border-bottom: 1px solid #4a7fc4;
    padding-bottom: 35px;
    width: 1000px;
}

div#textito {
    /* position: relative; */
    /* border-bottom: 1px solid #4a7fc4; */
    /* padding-bottom: 35px; */
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: -40px;
}

header .header-top .menu-top{
    display: inline-block;
    vertical-align: middle;
    color:#99c1e9;
    font-size: 26px;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
header .header-top .menu-top:hover{
    color:#fff;
}


header nav{
    float: right;
    margin-top: 58px;
}
header nav ul{
    margin-bottom: 0;
}
header nav ul li{
    display: inline-block;
    margin-left: 15px;
}
header nav ul li a{
    color:#fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 0 12px;
}
header nav ul li a:hover,
header nav ul li a:focus,
header nav ul li a:visited{
    color:#fff;
    text-decoration: none;
    border-bottom: 6px solid rgba(255,255,255,0.2);
}
header nav ul li a.activo{
    font-weight: bold;
    border-bottom: 6px solid #fff;
}

.btn-menu{
    display: none;
}

.menu-mobile{
    display: none;
}


.toolt + .tooltip > .tooltip-inner {
    background-color: #daca1d;
    font-size: 11px;
    color:#454545;
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #daca1d;
}
/*--FIN HEADER--*/

/*--BANNER HOME--*/
.pestanas-banner{
    position: fixed;
    right: 0;
    top: 140px;
    z-index: 999;
    text-align: left;
    width: 210px;
}
.pestanas-banner div{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    color: #fff;
    display: block;
    background: #7eba00;
    padding: 9px 14px 8px 30px;
    border-radius: 10px 0 0 10px;
    transition: cubic-bezier(.77,0,.175,1) 0.3s;
    width: 212px;
    margin-bottom: 2px;
}
.pestanas-banner div a{
    color:#fff;
    text-decoration: none;
}

.pestanas-banner div.p-1{
    top: 0;
    right: -183px;
}
.pestanas-banner div.p-2{
    top: 40px;
    right: -183px;
}
.pestanas-banner div.p-3{
    top: 80px;
    right: -183px;
}

.pestanas-banner div.visible.p-1,
.pestanas-banner div.visible.p-2,
.pestanas-banner div.visible.p-3{
    right: 0;
}
.pestanas-banner div.oculto.p-1,
.pestanas-banner div.oculto.p-2,
.pestanas-banner div.oculto.p-3{
    right: -183px;
}

.pestanas-banner div.preguntas{
    background: #fff;
    color:#7eba00;
}
.pestanas-banner div.preguntas a{
    color:#7eba00;
}

.pestanas-banner a img{
    margin-right: 3px;
    vertical-align: middle;
}
.pestanas-banner img.ic-img{
    padding: 10px;
    /* margin-right: 10px; */
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: cubic-bezier(.77,0,.175,1) 0.3s;
    margin-left: 0;
    margin-top: 2px;
    cursor: pointer;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*--FIN BANNER HOME--*/

a.btn{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    white-space: normal;
    word-break: break-word;
    border-radius: 10px;
    padding: 20px 60px 12px;
    transition: all 0.3s ease;
    background: #557e96;
}
a.btn.azul{
    background: #0b3772;
}

a.btn:hover{
    color:#fff;
}
a.btn.azul:hover{
   background: #154e9a;
}
/*--FIN NOTICIAS--*/

/*--POSTULACION--*/
.wrap-postulacion{
    background: #dbe4f1;
    text-align: center;
    padding: 70px 0;
}
.wrap-postulacion h1{
    font-size: 24px;
    font-weight: bold;
    color:#fff;
    
}

.w3-display-container.mySlides {
    border-color: #000000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 10px solid #fffffc;
    box-shadow: 0px 0px 5px 2px #ccc;
}


.box-consulta{
    border: 3px solid #78a1cc;
    border-radius: 10px;
    width: 348px;
    /* margin: 100px 0 100px 0; */
    max-width: 100%;
    padding: 40px 30px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.box-consulta h3{
    font-size: 26px;
    color:#0352a1;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: left;
}
.box-consulta .box-rut{
    width: 55%;
    float: left;
    text-align: left;
}
.box-consulta .box-rut label{
    font-weight: 600;
    color:#454545;
    font-size: 16px;
    display: block;
    width: 358PX;
}
.box-consulta .box-rut input{
    height: 32px;
    background: #fff;
    border: 1px solid #4a7fc4;
    padding: 0 10px;
}
.box-consulta .box-rut input#rut1{
    width: calc(100% - 45px);
    float: left;
}
.box-consulta .box-rut input#rut2{
    width: 35px;
    float: right;
}
.box-consulta button{
    font-size: 16px;
    color: #1c3156;
    font-weight: bold;
    padding: 10px 10px 5px;
    display: inline-block;
    border: none;
    border-radius: 10px;
    width: 100%;
    background: #daca1d;
    transition: all 0.3s ease;
}
.box-consulta button img{
    margin-left: 6px;
}

.texto-info{
    text-align: left;
    /*width: 410px;*/
    margin: 40px auto 0;
    max-width: 100%;
}
.texto-info h4{
    font-weight: bold;
    font-size: 16px;
    color:#454545;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.texto-info p{
    line-height: 20px;
    padding-top: 10px;
}

.cuadros{
    padding: 42px 0 25px;
    text-align: center;
}
.cuadros img{
    margin: 0 7px 15px;
}

.wrap-renovantes{
    background: #d4e6f0;
}
.wrap-renovantes h1{
    color:#557e96;
}
.wrap-renovantes .box-consulta{
    border-color: #9ab6c7;
    text-align: left;
}
.wrap-renovantes .box-consulta h3{
    color:#557e96;
}
.wrap-renovantes .box-consulta button{
    background: #557e96;
}


.wrap-resultados .wrap-postulacion{
    background: #eef3f9;
}
.wrap-resultados .wrap-postulacion h1{
    font-size: 42px;
}
.wrap-resultados .wrap-renovantes{
    text-align: left;
    background: #d4e6f0;
}
.wrap-resultados .wrap-renovantes .box-consulta{
    margin: 0;
}
.wrap-resultados .wrap-renovantes .texto-info{
    margin-left: 0;
    margin-right: 0;
}

.wrap-resultados .col-md-3{
    float: left;
    width: 40%;
}
    .wrap-resultados .col-md-7{
        float: left;
        width: 60%;
    }
/*--logo--*/

header .logo {
    display: inline-block;
    
    margin-top: 12px;
}

/*--FOOTER--*/
footer{
    background: #0b3772;
    padding: 55px 0 22px;
}
footer .wrap{
    position: relative;
    border-bottom: 1px solid #4a7fc4;
    padding-bottom: 35px;
    width: 1000px;
}
footer h3 {
    font-size: 26px;
    color: #fff700;
    font-weight: bold;
    opacity: 0.7;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
footer .f1{
    width: 25%;
    float: left;
    padding-right: 40px;
}
footer .f3{
    width: 25%;
    float: left;
    padding-left: 40px;
}
footer .f4{
    width: 25%;
    float: left;
    padding-left: 40px;
}
footer .f1 ul{
    list-style: none;
    padding-left: 0;
}
footer .f1 ul li{
    margin-bottom: 12px;
}
footer .f1 ul li a{
    color:#fff;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.7;
    text-transform: uppercase;
    display: block;
    transition: all 0.3s ease;
}
footer .f1 ul li a:hover{
    font-weight: bold;
    border-left: 2px solid #fff;
    padding-left: 8px;
}

.f3 h4{
    font-weight: bold;
    font-size: 16px;
    color: #454545;
    margin-bottom: 5px;
    text-transform: uppercase;
}
p.formulario {
    font-weight: bold;
    font-size: 16px;
    color: #454545;
    margin-bottom: 1px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: left;
}
.f3 {
    padding-top: 20px;
}
input[type="submit"] {
    background-color: #00CDCD;
    border: none;
    font-family: 'Lato', sans-serif;
    font-weight: 900px;
    color: #303952;
    padding: 16px 32px;
    text-decoration: none;
    margin: 20px 2px;
    cursor: pointer;
}
.f3 .item-contacto{
    position: relative;
    margin-bottom: 10px;
}
.f3 .item-contacto .img-contacto{
    position: absolute;
    left: 0;
    top: -2px;
    color:#4a7fc4;
    font-size: 26px;
    width: 30px;
    text-align: center;
}

.f3 .item-contacto .texto-contacto h5{
    font-size: 14px;
    color:#0352A1;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
.f3 .item-contacto .texto-contacto p{
    font-size: 12px;
    color:#1E7509;
    font-weight: normal;
}
.logo-footer{
    position: absolute;
    left: 40px;
    bottom: 35px;
}

/*--FIN FOOTER--*/


/*--BOX CONSEJO--*/
*{
    outline: none;
}

    .wrap-resultados .col-md-6{
        float: left;
        width: 50%;
    }

@media (max-width: 1400px) {

}

@media (max-width: 1200px) {
    header nav ul li{
        margin-left: 12px;
    }
    header nav ul li a{
        font-size: 13px;
    }
}

@media (max-width: 991px) { 
    .btn-menu{
        display: block;
        color: #fff;
        font-size: 30px;
        margin-top: 48px;
        float: right;
    }
    header .header-top .fono:before{
        display: none;
    }
    header .header-top .menu-top{
        display: none;
    }
    header .header-top{
        top: 6px;
    }
    header nav{
        display: none;
        cursor: pointer;
    }
    header a.mi-credito{
        display: none;
    }
    .menu-mobile{
        width: 300px;
        height: 100vh;
        position: fixed;
        z-index: 9999;
        background: #134eab;
        right: -400px;
        top: 0;
        transition:cubic-bezier(.77,0,.175,1) 0.5s;
        display: block;
        padding: 20px 30px;
    }
    .menu-mobile.visible{
        right: 0;
    }
    .menu-mobile .cerrar-menu{
        margin-bottom: 30px;
        text-align: right;
        cursor: pointer;
    }
    .menu-mobile ul{
        padding-left: 0;
        list-style: none;
    }
    .menu-mobile ul li{
        margin-bottom: 20px;
    }
    .menu-mobile ul li a{
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .wrap-resultados .col-md-3 {
        float: left;
        width: 100%;
      
    }
    .wrap-resultados .col-md-7 {
        float: left;
        width: 100%;
        
    }

   
    footer .f1{
        width: 40%;
        margin-bottom: 30px;
    }
    footer .f3{
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #4a7fc4;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    footer .f3{
        border-bottom: none;
    }
    .logo-footer {
        position: relative;
        left: auto;
        bottom: auto;
    }

    .wrap-resultados .wrap-renovantes{
        text-align: center;
    }
    .wrap-resultados .wrap-renovantes .box-consulta{
        margin: 0 auto;
    }
    .wrap-resultados .wrap-renovantes .texto-info{
        margin-left: auto;
        margin-right: auto;
    }
    .wrap-resultados .col-md-6{
        float: left;
        width: 100%;
    }
}

@media (max-width: 768px) {

    .animated,
    .animated-delay1,
    .animated-delay2,
    .animated-delay3,
    .animated-delay4,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        visibility: visible !important;
    }
    .wrap-resultados .col-md-3 {
        float: left;
        width: 100%;
      
    }
    .wrap-resultados .col-md-7 {
        float: left;
        width: 100%;
        
    }

    h2.titulo{
        font-size: 40px;
        margin-top: 30px;
    }
    h2.titulo:after{
        top: 26px;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .wrap-resultados .col-md-3 {
        float: left;
        width: 100%;
      
    }
    .wrap-resultados .col-md-7 {
        float: left;
        width: 100%;
        
    }
    header{
        background-image: none;
    }
    .wrap-postulacion h1{
        font-size: 40px;
    }
    .box-consulta .box-rut{
        width: 100%;
        max-width: 250px;
    }
    .box-consulta button{
        float: left;
        width: 200px;
        max-width: 100%;
    }
    footer .f1{
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
    }
    footer .f1.f2{
        margin-bottom: 30px;
    }
    footer .f1.f2 h3{
        display: none;
    }
}
@media (max-width: 480px) {

    .wrap-resultados .col-md-3 {
        float: left;
        width: 100%;
      
    }
    .wrap-resultados .col-md-7 {
        float: left;
        width: 100%;
        
    }
    .wrap,.wrap-interior{
        padding: 0 10px;
    }
    footer .f1{
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
    }
    header .header-top{
        right: 20px;
    }
    header .header-top .fono{
        display: none;
    }
 
    a.btn{
        padding: 20px 30px 12px;
    }
    h2.titulo{
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    h2.titulo:after{
        top: 15px;
    }
  
    header .header-top .iconos-top:before{
        display: none;
    }
    .pestanas-banner{
        top: 105px;
    }
    .box-consulta{
        padding: 40px 20px 30px;
    }
    .wrap-postulacion h1 {
        font-size: 34px;
    }
}
@media (max-width: 320px) {
    .box-consulta h3{
        font-size: 20px;
    }
}
.menu-lateral{
	width: 300px;
	height: 100vh;
	position: fixed;
	z-index: 99999;
	background: #134eab;
	right: -400px;
	top: 0;
	transition:cubic-bezier(.77,0,.175,1) 0.5s;
	display: block;
	padding: 20px 30px;
}
.menu-lateral.visible{
	right: 0;
}
.menu-lateral .cerrar-menu-lateral{
	margin-bottom: 30px;
	text-align: right;
	cursor: pointer;
}
.menu-lateral ul{
	padding-left: 0;
	list-style: none;
}
.menu-lateral ul li{
	margin-bottom: 20px;
}
.menu-lateral ul li a{
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

.menu-mobile ul.separador{
    border-top: 1px solid #5984d8;
    padding-top: 20px;
}

/* estilos formulario de contacto */

.selector-css {
    display: block;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: 400px;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
   }
   .select-css::-ms-expand {
    display: none;
   }
   .select-css:hover {
    border-color: #888;
   }
   .select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
   }
   .select-css option {
    font-weight:normal;
   }

   option { color:#fff; background-color:#000EBE; }
    option:hover { color:yellow; background-color:red; }