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

.flag{
    position: fixed;
    top: 30px;
    right: 30px;
    width: 60px;
}
.flag img{
    width: 100%;
}



.hero{
    background: #f7f7f7;
}
.hero .imagen{
    padding: 40px;
}
.imagen img{
    width: 120%;
    margin-left: -20%;
}

.hero1{
    padding: 60px;
}

h1{
    color: #0E415A;
    font-weight: bold;
}

.hero1 strong, .hero1 h2{
    font-size: 23px;
    font-weight: bold;
}
.hero1 img{
    height: 120px;
}
.hero1 p{
    font-size: 22px;
}
.hero1 b{
    font-size: 24px;
}

.i1{
    width: 100%;
    color: #2B2E34;
    font-size: 25px !important;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
}

.i2{
    width: 100%;
    display: inline-block;
    font-style: oblique;
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 30px;
}



.que{
    font-size: 22px;
    padding-top: 40px;
    padding-bottom: 40px;
}


.titulo{
    color: #0E415A;
    font-weight: bold;
    text-align: center;
    font-size: 29px;
}
.titulo strong{
    width: 100%;
    display: inline-block;
}
.titulo b{
    width: 100;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 20px;
}


.autoridad{
    border-radius: 20px;
    margin-bottom: 60px;
}

.autoridad .fondo{
    background: #d6e3ee;

    border-radius: 20px;
}

.fondito{
    font-size: 22px;
    padding: 60px 40px;
}

.t{
    background: #0a1b8f;
    background: #d6e3ee;
    font-weight: 500;
    font-size: 22px;
    padding: 60px;
}
.t h3{
    font-size: 22px;
    font-weight: bold;
}



.servicios .t{
    border: 5px solid white;

    border-radius: 20px;
}


.btn-primary, .btn-primary:hover{
    border: 0;
    background: #c65300;
}
.btn-primary:hover{
    font-weight: bold;
}


.arqui{
    background: url(../images/fondo-arqui.webp) no-repeat center center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
    margin: 50px 0;
}



.marco{
    font-size: 22px;
    letter-spacing: 1px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.marco strong, .marco h3{
    width: 100%;
    font-weight: bold;
    font-size: 29px;
    display: inline-block;
    margin-bottom: 20px;
}

.en{
    margin-bottom: 20px;
}
.en b, .en h4{
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
}


.imagene{
    background: url(../images/1.webp) no-repeat center center;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 230px;
}



.footer{
    background: #f7f7f7; /* azul oscuro sobrio */
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 80px;
}

.footer-frase{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 32px;
}

.footer-identidad{
    font-size: 16px;
    font-weight: 400;
    opacity: 0.85;
    margin-bottom: 10px;
}

.footer-contacto a{
    color: #93c5fd;
    text-decoration: none;
    font-size: 16px;
}

.footer-contacto a:hover{
    text-decoration: underline;
}


.modal-ia{
    border-radius: 20px;
}

.modal-titulo{
    font-size: 32px;
    font-weight: 700;
    color: #1d4ed8;
    margin-bottom: 15px;
}

.modal-texto{
    font-size: 18px;
    margin-bottom: 30px;
    color: #374151;
}

.form-control-lg{
    font-size: 18px;
    padding: 14px 16px;
}

.cerrar{
    color: #6b7280;
    text-decoration: none;
    font-size: 16px;
}

.cerrar:hover{
    text-decoration: underline;
}


.footer-extra{
    font-size: 22px;
    line-height: 32px;
    opacity: 0.9;
}

.footer-testimonio{
    font-style: italic;
    margin-bottom: 20px;
}

.footer-testimonio h3{
    font-weight: normal;
    font-size: 22px;
}

.footer-testimonio span{
    display: block;
    font-style: normal;
    font-size: 15px;
    margin-top: 6px;
    opacity: 0.7;
}

.footer-como-empezar{
    max-width: 850px;
    margin: 0 auto;
}

.footer-titulo{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.footer-descripcion{
    margin-bottom: 20px;
}

.linea{
    border: 1px solid #c65300;
    margin-bottom: 10px;
}




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

}

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

}

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

}

@media screen and (max-width:768px){
    .hero1{
        padding: 40px;
    }
    .imagen img{
        width: 100%;
        margin: 0;
    }
    .fondito{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

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