﻿body{
    font-family: "Montserrat", sans-serif;
}

.cintillo{
    background: #1E4EA3;
    font-size: 19px;
    color: white;
}

.cintillo img{
    width: 35px;
}



header{
    padding-top: 12px;
    padding-bottom: 12px;
}


.logotipo img{
    width: 100%;
}



nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 33.33%;
    float: left;
}

.menu{
    font-size: 20px;
    text-align: center;
}
.menu:hover{
    font-weight: bold;
    color: #23aee6;
}

.btn-verde{
    background: #ff8600;
    color: white;
    font-size: 20px;
    font-weight: bold;

    transition: all 0.7s;
}
.btn-verde:hover{
    background: #ff8600;
    color: white;
    text-shadow: 2px 2px 2px black;
}


.uno{
    background: url(../images/fondo-uno.jpg) no-repeat center left;
    background-size: cover;
    color: white;
    padding-top: 35px;
    padding-bottom: 35px;
}

.uno strong{
    width: 100%;
    font-size: 45px;
    line-height: 55px;
    text-shadow: 1px 1px 10px black;
    display: inline-block;
}
/* .uno strong span{
    font-size: 40px;
} */

.uno span{
    width: 100%;
    display: inline-block;
}

.imagen img{
    width: 100%;
}


.uno1{
    width: 100% !important;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}
.uno2{
    width: 80% !important;
    font-size: 23px;
}
.uno2 b{
    color: yellow;
    font-size: 30px;
}


.uno3{
    font-size: 22px;
}
.uno3 div{
    background: #23aee6;
    font-size: 32px;
    display: inline;
}


.dos{
    background: url(../images/fondo-dos.jpg) no-repeat center center;
    background-size: cover;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.dos strong{
    width: 100%;
    color: #1E4EA3;
    font-size: 27px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}
.dos img{
    width: 35px;
}
.dos b{
    font-size: 25px;
}


.color{
    border: 1px solid #ddd;
    background: white;
    font-size: 40px !important;
    border-radius: 50%;
    padding: 12px;
}

.color1{color: #088CAD;}
.color2{color: #FF9530;}
.color3{color: #488FCF;}

.spanita{
    background: rgba(255,255,255,0.6);
    width: 100%;
    display: inline-block;
    padding: 12px;
    margin-bottom: 20px;

    border-radius: 12px;
}


.tres{
    background: url(../images/fondo-dos.jpg) no-repeat center center;
    background-size: cover;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}



.beneficios{
    background: url(../images/fondo-dos.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}


.titulo{
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 49px;
}


.bene{
    text-align: center;
}
.bene img{
    width: auto;
    height: 90px;
}
.bene strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin: 12px 0;
}


.cuatro{
    background: url(../images/fondo-dos.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}


.otro{
    text-align: center;
    font-size: 22px;
}
.otro strong{
    font-weight: 400;
}



.sucursales{
    background: url(../images/fondo-tres.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sucu{
    background: rgba(255, 255, 255, 0.55);
    padding: 10px;

    border-radius: 5px;
}
.sucu strong{
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 12px;
}
.sucu iframe{
    width: 100%;
    height: 260px;
}


.logos{
    text-align: center;
}
.logos img{
    height: 80px;
    margin: 0 30px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:576px){
    
}

:root{
    --card-radius: 14px;
    --input-radius: 10px;
    --border: #d9dce6;
    --text: #1b1f2a;
    --muted: #6b7280;
}


.card{
    width: 100%;
    max-width: 92vw;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: var(--card-radius);
    box-shadow: 0 14px 30px rgba(20, 30, 70, 0.18);
    padding: 18px 16px 14px;
    margin-top: -100px;
}

.card h2{
    text-align: center;
    margin: 0 0 14px 0;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.2px;
    color: #1e2a5a;
}

.form label{
    display: block;
    margin: 10px 0 6px;
    font-size: 17px;
    font-weight: 700;
    color: #2a2f3a;
}

.form input,
.form select{
    width: 100%;
    height: 40px;
    border: 1px solid var(--border);
    border-radius: var(--input-radius);
    background: #f6f7fb;
    padding: 0 12px;
    outline: none;
    font-size: 14px;
    color: #222;
}

.form input:focus,
.form select:focus{
    border-color: #9aa8ff;
    box-shadow: 0 0 0 3px rgba(154, 168, 255, 0.25);
    background: #ffffff;
}

.form select{
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #6b7280 50%),
        linear-gradient(135deg, #6b7280 50%, transparent 50%),
        linear-gradient(to right, transparent, transparent);
    background-position:
        calc(100% - 16px) 16px,
        calc(100% - 10px) 16px,
        0 0;
    background-size: 6px 6px, 6px 6px, 100% 100%;
    background-repeat: no-repeat;
    padding-right: 34px;
}

.btn{
    width: 100%;
    margin-top: 14px;
    height: 46px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: 0.4px;
    color: #2b2200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(180deg, #ffd76b 0%, #f5b61b 55%, #eaa300 100%);
    box-shadow: 0 10px 18px rgba(234, 163, 0, 0.35);
    transition: transform 0.08s ease, filter 0.15s ease;
}

.btn:hover{
    filter: brightness(1.02);
}

.btn:active{
    transform: translateY(1px);
}

.btn-icon{
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.10);
    font-size: 16px;
    line-height: 1;
}

.note{
    margin: 10px 6px 0;
    font-size: 11px;
    color: var(--muted);
    text-align: center;
    line-height: 1.35;
}




/* FOOTER */
.footer{
    background: #1E4EA3;
    color: #fff;
}

.footer-logo{
    width: 180px;
    max-width: 70%;
}

.footer-title{
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 6px;
}

.footer-link{
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    opacity: 0.95;
    transition: all 0.2s;
}

.footer-link:hover{
    color: #ffd76b;
    text-decoration: none;
}

.footer-sep{
    margin: 0 8px;
    opacity: 0.6;
}

.footer-btn{
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
}

.footer-copy{
    border-top: 1px solid rgba(255,255,255,0.20);
    font-size: 14px;
    opacity: 0.9;
}