@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")
}

/*@font-face {
    font-family: Public;
    src: url("../fonts/Roboto.ttf")
}*/

/*
COLORES
#EB2857;
#009ee3;
#E98733;
rgb(230, 56, 136);
*/


/*PRINCIPALES*/
body 
{
    width: 100%;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    padding: 0;
    margin: 0;
    color: #555;
    color:#2D8589;
    line-height: 28px;
    box-sizing: border-box;
    background-color: #fff;
    letter-spacing: 0.1px;
}

header, footer, .menu a:hover 
{
    background-color: #3a5075;
    background-color: #324154;
    color: #fff;
}

header 
{
    border-top:4px solid #F56B36;
    height: 80px;
}

header > div:first-child
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1700px;
    padding: 0 20px;
    margin:0 auto;
    height: 100%;
}

.logo 
{
    width: 100%;
    align-items: center;
    padding: 5px 0 0 0;
    box-sizing: border-box;
}

section, article, #header-menu 
{
    margin: 0 auto;
    text-align: center;
}

section 
{
    max-width: 1300px;
    min-height: 600px;
}

article 
{
    max-width: 1200px;
}

footer 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

footer a {
    color: #fff;
}

footer .alinear {
    max-width: 250px;
    text-align: left;
    padding: 10px 0;
}

.aclaracion 
{
    font-size: 12px;
    color:#999;
    line-height: 14px;
}

/*FIN PRINCIPALES*/

/*INICIO*/

#inicio 
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
}

#inicio div:nth-child(2)
{
    padding: 0 20px;   
}

.motivos 
{
    width: 98%;
    max-width: 900px;
    margin: 0 auto;
    border:1px #ddd solid;
    border-radius: 5px;
    padding: 0 15px;
    box-sizing: border-box;
    font-style: italic;
    background-color: #FFF2F2;
}

.motivos ul
{
    padding: 0;
}

.motivos li
{
    display: inline-block;
    font-size:1.2rem;
    margin: 0 10px;
    font-weight: 500;
}

.casos 
{
    display: flex;
    width: 96%;
	
    margin:0 auto;
    align-items: center; 
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 15px;
}

.casos div 
{
    width: 98%;
    max-width: 450px;
    min-height:160px;
    
    margin: 10px 0;
    padding:15px 30px;
    
    background-color:#FFF2F2;
    border:1px #ddd solid;
    border-radius: 5px;
    
    line-height:1.2rem;
	font-size:0.8rem;
	font-style:italic;
    text-align:justify;
    
}

/*.informacion 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 96%;
    max-width: 1300px;
    margin:0 auto;
}

.informacion div 
{
    width: 80%;
    max-width: 250px;
    box-sizing: border-box;
    line-height: 20px;
}

.informacion .material-icons-round
{
    font-size: 50px;
}*/


.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;
    border: 1px #ddd solid;
    /*background-color: #f8f8f8;*/
    
    min-height: 210px;
    color: #666;
}




.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: #D99B68;
    padding: 8px;
    border: 1px #ddd solid;
    border-radius: 50%;
    font-size: 35px!important;
}

h1 
{
    font-family: Impact, 'Arial Narrow Bold', sans-serif;
    font-weight: 600;
    color: #2D8589;
    font-size:1.6rem;
    padding: 10px 0;
    margin: 0;
    line-height: 1.8rem;
    
}


h2 
{
    font-weight: 300;
}

h3 
{
    
    font-weight: 400;
}

h2,h3 
{
    font-size: 1rem;
    line-height: 20px;
}

/*FIN ETIQUETAS*/

/*COLORES*/
.azul 
{

    color: #2D8589!important;    
}

.rojo 
{

    color: #E99A69;
}

.verde 
{
    color: #35aa53;
}

.amarillo
{
    color: #ffd200;
}

.bg-azul 
{
    background-color: #2D8589!important;
}
.bg-rojo 
{
    /*background-color:#EB2857!important;*/
    background-color: #ff6961!important;
}

.bg-verde 
{
    /*background-color: #2cb979;*/
    background-color: #35aa53!important;
}

/*TAMAÑO*/

.f-18
{
    font-size:18px;
}

#info 
{
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    background-color: #FF6D65;
    border-radius: 5px;
}

#info .material-icons-round 
{
    font-size: 35px!important;
}

.info {
    color: #EB2857;
    color: #ff6961;
}

#secciones {
    text-align: left;
    max-width: 650px;
    line-height: 25px;
    margin: 0 auto;
}

#encuesta 
{
    max-width: 800px;
    margin: 0 auto;
}





/*DOLAR*/
.datodolar 
{
    width: 96%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    
    border:1px #ddd solid;
    background-color: #FFF2F2;
    padding-bottom: 5px;
    border-radius: 5px;
}

.datodolar th 
{
    background-color: #35aa53;
    color: #fff;
    padding: 5px 0;
    border-radius: 5px;
}

.datodolar td 
{
    font-weight: bold;
    
}

.dolar 
{
    font-size: 15px;
    font-weight: 300;
    color:#09d
}

/*FIN DOLAR*/

/*NOTAS*/
#notas 
{
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin:0 auto;
    padding: 5px 15px;
}

#notas-ver
{
    width: 96%;
    max-width: 700px;
    margin:0 auto;
    text-align: left;
    font-size:15px;
    padding: 5px 45px;
    box-sizing: border-box;
}

#notas-ver h3 
{
    font-weight: 600;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}
.whatsapp-float img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.whatsapp-float:hover {
    transform: scale(1.1);
}

/*FIN NOTAS*/

@media only screen and (max-width:976px) {
    
    .nav 
    {
        flex-direction: column;
        max-height: 0px;
        width: 100%;
        overflow: hidden;
        padding: 0;
    }

    #mail-header {
        display: none;
    }

    .menu-toggle 
    {
        display: block !important;
        font-size: 35px;
    }

    .showing {
        max-height: 100em;
    }

    .menu {
        float: left;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .menu ul {
        list-style: none;
        position: static;
        width: 100%;
        display: none;
        background: inherit;
        padding: 0;
    }

    .sub-menu a {
        margin: 0;
        padding: 10px 0px 10px 45px;
    }


    .opinion {
        width: 98%;
    }


    #secciones {
        padding: 0 20px;
    }

    .img-inicio 
    {
        display: none;
    }
    
    .informacion div {
        width: 100%;

    .casos 
    {
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
    }
    .casos div 
    {
        
        margin-top: 20px;
    }

    .mensaje 
    {
        box-shadow: none;
    }

    .msg-azul 
    {
        border-top: #395F87 10px solid;
        border-left: none;
    }

    .msg-verde
    {
        border-top: #35aa53 10px solid;
        border-left: none;
    }

}








