@import '../fuentes/fuentes.css';
body{
    background: #FFF;
    font-family: 'Nexa';
}
img{
    max-width: 100%;
}
header{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FFF;
    z-index: 9;
}

header .menuresponsive{
    display: block;
    text-align: right;
    font-size: 35px;
    height: 40px;
    color:#2a417e!important;
}
header nav{
    text-align: right;
}
header ul{
    list-style: none;
    display:inline-block;
    margin:0;
    padding: 0;
}
header ul li{
    margin:0;
    padding: 0;
    display: table-cell;
}
header ul li a{
    display: block;
    color: #2a417e;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
header ul li a.naranja{
    color: #D88036;
}
.btn-naranja{
    background: #D88036;
    color:#FFF;
    padding-left:20px;
    padding-right: 20px;
    border-radius:5em;

}

.banner-home{
    margin-top:83px;
    display: block;
    min-height: 500px;
    padding-top: 150px;
    padding-bottom: 200px;
    background: url(../images/banner.png) no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#FFF;
    font-size:43px;
    font-weight: 900;
    text-shadow: 0 0 5px #333;
}

.fondo-azul-image{
    display: block;
    min-height: 400px;
    padding-top: 200px;
    padding-bottom: 150px;
    background: url(../images/banner2.png) no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#FFF;
    font-size:43px;
    font-weight: 900;
    text-shadow: 0 0 5px #333;
}
.banner-home h3{
    text-align: left;
    color:#2a417e;
    font-weight: 900;
}
.banner-home .descripcion{
    font-size: 24px;
    font-weight: 300;
}
.banner-home .descripcion strong{
    font-weight: 700;
}

.padding-content{
    padding-top: 60px;
    padding-bottom: 60px;
}

.titulo-azul{
    font-size: 35px;
    color: #2a417e;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
.titulo-linea{
    text-align: center;
    font-size: 35px;
    display: inline-block;
    width: 500px;
    max-width: 100%;
    position: relative;
    font-weight: 900;
    margin-bottom: 80px;
}
.titulo-linea::before{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 3px;
    background: #2a417e;
}

.titulo-linea-blanco{
    font-weight: 900;
    text-align: center;
    font-size: 35px;
    display: inline-block;
    width: 500px;
    max-width: 100%;
    position: relative;
    color:#FFF;
    margin-bottom: 80px;;
}
.titulo-linea-blanco::before{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 3px;
    background: #D88036;
}

.fondo-azul{
    background: #2a417e;
    border-radius: 10em 10em 0  0;
    color:#FFF;
    font-weight: 300;
}

.logo-empresa{
    max-width: 150px;
    max-height: 80px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}
.fondo-azul img{
    margin:20px;
}

.informacion{
    padding:20px;
    text-align: center;
}
.informacion img{
    height: 150px;
    margin-bottom: 40px;
}
.informacion h3{
    color: #2a417e;
    font-weight: 700;
    font-size: 35px;
}
.informacion h4{
    color: #666;
    font-weight: 300;
    font-size: 25px;
    text-align: left;
}

.paso{
    font-size: 26px;
    font-weight: 300;
    text-align:center;
    padding:10px;
}
.paso .descripcion{
    text-align: left;
}

.paso .numero{
    background: #D88036;
    padding: 5px;
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 10em;
    font-weight: 900;
    color:#FFF;
    font-size: 40px;
    line-height: 48px;
}

.fondo-contacto{
    background: url(../images/fondo-mensaje.png);
    border-radius: 50em 50em 0  0;
    color:#FFF;
    font-weight: 300;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 20px;
}
.fondo-contacto form{
    display: inline-block;
    max-width: 100%;
    width: 600px;
}
.fondo-contacto form label{
    margin-top: 15px;
    font-weight: normal;
    text-align: left;
    display: block;
}

.btn-azul{
    background: #2a417e;
    color: #FFF;
    padding-left: 30px;
    padding-right: 30px;
}
footer{
    background: #2a417e;
    padding-top: 60px;
    padding-bottom: 0px;
    color:#FFF;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
}
footer .logo{
    max-width: 80%;
}
footer ul{
    list-style: none;
    margin:0;
    padding: 0;
    text-align: left;
}
footer ul li a{
    display: block;
    font-size: 18px;
    color:#FFF;
    font-weight: 300;
}

footer .red{
    display: inline-block;
    font-size: 30px;
    color:#FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius:5em;
    margin:5px;
}
.copy{
    text-align: center;
    font-size: 18px;

    color:#FFF;
    padding: 10px;
    padding-top: 50px;
}
.icono-flotante{
    background-color: #54d467;
    color: #FFF;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50em;
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-align: center;
    padding-top: 2px;
}
.icono-flotante:hover{
    background-color: #D88036;
    color:#FFF;
}

.fondo-blanco{
    padding: 10px;
    background: rgba(255,255,255,0.6);
    border-radius:0.5em;
}
header .logo{
   max-width: 250px;
}
.contenido-informacion{
    font-size: 20px;
    font-weight: 300;
    color:#555;
    padding-bottom: 200px;
    padding-left: 40px;
}
.contenido-informacion h2{
    font-weight: 700;
    font-size: 40px;
    color:#2a417e;
    margin-bottom: 40px;
}
.contenido-informacion div{
    padding-left: 30px;
}
.fondo-inferior-azul{
    position: relative;
}
.fondo-inferior-azul::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2a417e;
    width: 100%;
    height: 250px;
}

.titulo-blanco{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;

}

.opinion{
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    color:#666;
    margin-top:20px;
    margin-bottom: 20px;
}
.opinion .estrellas{
    color:#D88036;
    font-size: 30px;
    margin-top:20px;
}

.opinion h2{
    font-size: 23px;
    font-weight: 700;
    color:#666;
}

.imagen-celular{
    max-width: 80%;
}

.banner-interna{
    margin-top:80px;
    display: block;
    min-height: 500px;
    padding-top: 150px;
    padding-bottom: 200px;
    background: url(../images/bannerregistro.png) no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#FFF;
    font-size:43px;
    font-weight: 900;
    text-shadow: 0 0 5px #333;
}
.banner-interna .info-banner{
    background: rgba(0,0,0,0.2);
    padding: 10px;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
}
.banner-interna .info-banner h2{
    font-weight: bold;
    font-size: 40px;
}

.formulario-registro{
    background: #eee;
    padding: 30px;
    border-radius:0.5em;
}
.formulario-registro h3{
    font-weight: bold;
    color: #2a417e;
    font-size: 20px;
    margin-bottom: 20px;
}
.formulario-registro  label{
    font-size: 18px;
    font-weight: 300;
    color: #2a417e;
}
.formulario-registro .form-control{
    border:0px;
    border-radius: 1em;
}

.caja-articulo{
    border:1px solid #CCC;
    display: block;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    color: #333;
}
.caja-articulo:hover{
    text-decoration: none;
    color: #333;
}

.caja-articulo .imagen{
    position: relative;
    overflow: hidden;
    height: 200px;
}
.caja-articulo .imagen .fondo{
    display: block;
    background: url(../images/banner.png) no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 200px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.caja-articulo:hover .imagen .fondo{
    -moz-transform: scale(1.3) rotate(-2deg);
-webkit-transform: scale(1.3) rotate(-2deg);
-o-transform: scale(1.3) rotate(-2deg);
-ms-transform: scale(1.3) rotate(-2deg);
transform: scale(1.3) rotate(-2deg);
}


.caja-articulo .contenido{
    padding: 20px;
    background: #FFF;
}
.caja-articulo .contenido h3{
    font-size: 20px;
    font-weight: 700;
    color: #D88036;
}
.caja-articulo .imagen .fecha{
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 5em 0 0 0;
    background: #FFF;
    text-align: right;
    font-size: 13px;
    color: #2a417e;
    font-weight: 700;
}
.caja-articulo .imagen .categoria{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 8px;
    padding-right: 30px;
    padding-left: 20px;
    border-radius: 0 0 5em 0;
    background: #FFF;
    text-align: left;
    font-size: 13px;
    color: #FFF;
    font-weight: 700;
}
.banner-blog{
    margin-top:83px;
    display: block;
    min-height: 300px;
    background: url(../images/banner.png) no-repeat center center fixed ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#FFF;
    font-size:43px;
    font-weight: 900;
    text-shadow: 0 0 5px #333;
}

.caja-datos-blog{
    font-size: 20px;
    text-align: center;
}
.caja-datos-blog .categoria-blog{
    margin-left: 30px;
    font-weight: 700;
}

.descripcion-blog{
    font-size: 18px;
    text-align: justify;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #CCC;
    font-weight: 300;
}

.caja-condiciones{
    display: block;
    border:1px solid  #CCC;
    padding: 20px;
    border-radius: 0.5em;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;

}

.caja-condiciones .imagen{
    width: 100%;
    display: flex;
    height: 150px;
    justify-content: center;
    align-items: center;
}
.caja-condiciones .imagen img{
    max-height: 90%;
    max-width: 90%;
}
.caja-condiciones h3{
    width: 100%;
    display: flex;
    height: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}

.indicativo {
    width: 60px;
    text-align: center;
    padding: 5px;
    background:#FFF;
    height: 37px;
    border:0px solid #666;
    border-radius: 5px  0 0 5px;

}
.indicativo img{
    max-height: 100%;
    max-width: 100%;
}
.caja-numeroindicativo{
    position: relative;
    
}
.caja-numeroindicativo .banderas{
    width: 60px;
    margin-left: -60px;
    opacity:0;
    position: relative;
    cursor: pointer;
    border:0;
    height: 37px;
    font-size: 20px;
    font-weight: 300;
    background: #FFF;

}
.numeroindicativo{
    width: 60px;
    height: 100%;
    background: transparent;
    position: relative;
    border:0;

    height: 37px;
    text-align: center;
    padding-top: 8px;
    font-size: 18px;
    font-weight: 300;
    color:#666;
    background: #FFF;

}
@media screen and (max-width:1200px) {
    .fondo-inferior-azul::before{
        height: 150px;
    }

    .opinion{
        font-size: 16px;
    }
    .opinion .estrellas{
        font-size: 20px;
    }
    .opinion h2{
        font-size: 16px;
    }
}

@media screen and (max-width:992px) {
    .titulo-azul{
        font-size: 30px;
    }
    .logo-empresa {
        max-width: 100px;
        max-height: 60px;
    }
    .contenido-informacion h2{
        font-size: 30px;
    }
    .contenido-informacion{
        font-size: 20px;
    }
    .informacion h3{
        font-size: 25px;
    }
    .informacion h4{
        font-size: 18px;
    }
    header{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    header .logo{
        height: 40px;
    }
    header nav{
        position: fixed;
        top:50px;
        background: #FFF;
        right: 0;
        width: 300px;
        height: calc(100% - 50px);
        display: none;
    }
    header nav ul,header nav ul li{
        display: block;
        text-align: center;
    }
    header nav ul li a{
        padding: 20px;
    }
    .banner-home,  .banner-interna{
        margin-top:50px;
    }
    .banner-interna .info-banner{
        text-align: center;
    }
}
@media screen and (max-width:750px) {
    .banner-home{
        min-height: 300px;
        padding-bottom: 80px;
        padding-top: 80px;
        font-size: 35px;
        margin-top:50px;
    }
    .banner-interna{
        min-height: 300px;
        padding-bottom: 80px;
        padding-top: 80px;
        font-size: 35px;
        margin-top:50px;
    }
    .imagen-celular{
        max-width: 100%;
    } 
   
}

@media screen and (max-width:550px) {
    .logo-empresa {
        max-width: 80px;
        max-height: 50px;
    }
    .imagen-celular{
        max-height: 350px;
    } 
    .contenido-informacion{
        padding-left: 0;
    }
    .contenido-informacion h2{
        text-align: center;
        margin-top: 20px;
        font-size: 25px;
    }
    .contenido-informacion div{
        padding: 0;
        text-align: center;
        font-size: 18px;
    }
}