@charset "utf-8";


/* CSS Document */
@font-face {
    font-family: Franklin;
    src: url("../fonts/Franklin.ttf")
}

@font-face {
    font-family: Public;
    src: url("../fonts/Public.ttf")
}

@font-face {
    font-family: Impact;
    src: url("../fonts/Black.ttf")
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Regular.ttf")
}


html 
{
    font-size: 14px;
    font-family: Poppins, Arial, sans-serif;
    color:#2A3547;
    font-weight: 300;
    line-height: 28px;
}
/*PRINCIPALES*/
body 
{
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #fff;
}

header, footer, .menu a:hover 
{
    background-color: #1A252F;
    color: #fff;
}

header 
{
    border-top:6px solid #B78C4C;
    min-height: 120px;
}

header > div:first-child
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    padding: 0 20px;
    margin:0 auto;
    height: 100%;
}

.logo 
{
    width: 100%;
    max-width: 250px;
    align-items: center;
    padding: 5px 0 0 0;
    box-sizing: border-box;
}

section, article 
{
    margin: 0 auto;
    color:#666;
    line-height: 1.8rem;
    text-align: justify;
    font-size: 1rem;
}


section 
{
    width: 100%;
    min-height: 600px;
    background-color: #f5f5f5;
}

#titulo div, article
{
    max-width: 800px; 
    margin:0 auto; 
    padding:0 20px;
    box-sizing: border-box;
}

.imagen 
{
    width: 100%;
    max-width: 600px;
    display: block; /* Cambia inline-block por block */
    margin: 0 auto; /* Esto centra horizontalmente */
}



footer 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

footer a {
    color: #fff;
}

footer .alinear {
    max-width: 350px;
    text-align: left;
    padding: 10px 0;
    line-height: 0.8rem;
}


/*FIN PRINCIPALES*/

#titulo 
{
    background-color: #B78C4C;
    border-top: 1px #f5f5f5 solid;
    color:#fff;
}
/*INICIO*/

#inicio 
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
}

#inicio div:nth-child(2)
{
    padding: 0 20px;   
}



.motivos ul
{
    padding: 0;
}

.motivos li
{
    display: inline-block;
    font-size:1.2rem;
    margin: 0 10px;
    font-weight: 500;
}


.informacion 
{
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos pasen a la siguiente línea */
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 10px; /* Espacio entre los elementos */
    line-height: 20px;
    margin-top: 20px;
    
}

.informacion div 
{
    width: calc(33.33% - 20px); /* 3 elementos por fila */
    max-width: 300px; /* Evita que crezcan demasiado */
    text-align: center;
    
    border-radius: 10px;
    padding: 8px;
    
    min-height: 180px;
    color: #666;

    background-color: #f8f8f8;
    border: 1px #ccc solid;
}

.informacion div .material-icons-round 
{
    padding: 0;
}

.img-text {
    display: flex; /* Centrado vertical del bloque */
    align-items: center; /* Imagen + texto centrados verticalmente */
    overflow: hidden;
    text-align: left;
    max-width: 100%;
}

.image-wrapper {
    float: left; /* El contenedor de la imagen flota para que el texto lo envuelva */
    margin: 15px 20px 10px 0; /* Espacio alrededor */
    width: 50%;
}

.img-text .imagen {
    max-width: 400px; /* Tamaño de la imagen */
    display: block; /* Evita espacios raros debajo de la imagen */
}

.img-text .caption {
    font-size: 0.8rem; /* Letras chicas */
    font-style: italic; /* Mantengo el estilo cursiva */
    color: #666; /* Color gris suave, ajustá si querés */
    display: block; /* Se comporta como bloque para quedar debajo */
    margin-top: 5px; /* Espacio entre imagen y texto */
    line-height: 1rem;
    text-align: center;
}

.img-text .text-content {
    flex: 1; /* Ocupa el espacio restante */
}

/* Media query para pantallas pequeñas */
@media (max-width: 768px) {
    .img-text {
        flex-direction: column; /* Apila imagen arriba, texto abajo */
        align-items: flex-start;
    }

    .image-wrapper {
        float: none; /* Quita el float en pantallas pequeñas */
        margin: 0 auto 15px auto; /* Centra el contenedor de imagen + caption */
        text-align: center; /* Centra el texto debajo de la imagen */
    }

    .image-wrapper
    {
        width: 100%;
    }

    .img-text .imagen {
        margin: 0 auto; /* Centra la imagen horizontalmente */
        
    }

    .img-text .text-content {
        text-align: justify; /* Opcional: centra el texto en móviles */
        width: 100%;
    }
}


.motivos, .informacion, .casos, #no-brindamos
{
    margin-top:30px;
}

.mensaje 
{
    margin:0 auto;
    margin-top:20px;
    background-color: #FFF2F2;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: nowrap;
    width: 96%;
    max-width: 550px;
    padding:10px;
    border-radius: 5px;
    line-height: 1.3em;
}

.mensaje ul 
{
    padding: 0;
}

.mensaje ul li 
{
    list-style-type: none;
}

.msg-verde
{
    border-left: #35aa53 10px solid;
}

.msg-azul 
{
    border-left: #1B768E 10px solid;
}

/*FIN INICIO*/


/*ETIQUETAS*/

a {text-decoration: none;}

b {font-weight: 600;}

i {font-size: 0.8em;}

strong 
{
    font-weight: 600;
}

.material-icons-round
{
    font-size: 25px;
    vertical-align:middle;
    padding-right: 5px;
}
.icono 
{
    background-color: #FFF2F2;
    color: #EB2857;
    padding: 8px;
    border: 1px #ddd solid;
    border-radius: 50%;
    font-size: 35px!important;
}

h1 
{
    font-weight: 100;
    font-size:1.1rem;
    padding: 10px 0;
    margin: 0;
    line-height: 1.8rem;   
}

h2 
{
    font-weight: 300;
    color: #666;
}

h3 
{
    font-size: 1.1rem!important;
    
    color: #B78C4C;
    font-weight: 600;
}

h2,h3 
{
    line-height: 1.4rem;
}

/*FIN ETIQUETAS*/

/*COLORES*/
.azul 
{
    color:#1B768E!important;
    
}
.rojo 
{
    color:#B78C4C;
}

.verde 
{
    color: #35aa53;
}

.amarillo
{
    color: #ffd200;
}

.bg-azul 
{
    background-color: #3975AD!important;
}
.bg-rojo 
{
    /*background-color:#EB2857!important;*/
    background-color: #B78C4C!important;
}

.bg-verde 
{
    /*background-color: #2cb979;*/
    background-color: #35aa53!important;
}

/*TAMAÑO*/

.f-18
{
    font-size:18px;
}


#secciones {
    text-align: left;
    max-width: 650px;
    line-height: 25px;
    margin: 0 auto;
}




/*FIN NOTAS*/

@media only screen and (max-width:800px) {
    
    #titulo 
    {
        text-align: center;
    }

    #mail-header {
        display: none;
    }



    #secciones {
        padding: 0 20px;
    }

    .img-inicio 
    {
        display: none;
    }
    
    .informacion div {
        width: 100%;
    }

    .mensaje 
    {
        box-shadow: none;
    }

    .msg-azul 
    {
        border-top: #395F87 10px solid;
        border-left: none;
    }

    .msg-verde
    {
        border-top: #35aa53 10px solid;
        border-left: none;
    }

    .whatsapp-float 
    {
        bottom: 15px;
        right: 15px;
    }
    .whatsapp-float a {
        width: 50px;
        height: 50px;
    }
    .whatsapp-float img {
        width: 28px;
        height: 28px;
    }

}








