*{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
body{
    width: 1920px;
    background: #D9E0EC;    
    margin-top: 0;
    padding: 0;
    /*font-family: 'Rubik';*/
    font-family: 'Work Sans';
}


.banner{
    margin-top: 0;     
    width: 1920px;
    height: 350px;
    background: linear-gradient(to bottom, #86c129 0%,#fad6b8 13%,#22347f 88%);
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    
}

.logo img{
    
    position: absolute;
    display: flex;
    width: 700px;
    margin-left: 50px;
    margin-top: 50px;
    /*filter: drop-shadow(0px 0px 4px #fff)*/
}

.compuBanner{
    position: absolute;
   /* margin-top: 50px;*/
   padding-top: 50px;
   margin-left: 1471px; 
}
.subtituloBanner{    
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: auto;
    top: 230px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}

.subtituloBanner p{
    padding-top: 230px;
}
.subBanner{    
    display:flex;  
    width: 1300px;
    height: 70px;
    background: #22347f;
    border-bottom-left-radius:15px;
    border-bottom-right-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    color: #86c129;
    align-items: center;
    box-shadow: 10px 10px 21px -13px rgba(0,0,0,0.70);
    z-index: 500;
}

.subBanner p{
    font-size: 35px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 2px;
    margin-top: 5px;

}




.nosalgas{
    margin-top: 100px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #22347f;
    font-family: 'Work Sans';
    font-style: oblique;
}

.diagnostico{
    margin-top: -25px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #444;
}

.banderitas{
    position: relative; 
    width: 250px;
    height: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 1650px;
    margin-top: -40px;
}

.bandera{
    height: 40px;    
}

.bandera:hover{
    box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.35); 
box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.35);
}

.contenedor{
    height: 500px;
    width: 1920px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 80px;
    
   
    
    

}

.subtitulo{
    width: 450px;
    height: 50px;
    display: flex;
    justify-items: center;
    background: #86c129;
    border-radius: 7px;
    color: #22347f;
    box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.70);
   
}

.subtitulo p{
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: 600;
    margin-top: 8px;
}

.descripcion{
    width: 430px;
    height: 150px;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background: transparent;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: justify;
    color: #444;
    box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.70);
}



.barraMedia{
    display: flex;
    width: 1920px;
    height: 150px;
    background:  #22347f;
    margin-top: 100px;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    
}

.barraMedia .telefono{
    position: absolute;
    width: 800px;
    height: 80px;
    display: flex;
    margin-top: 35px;
}

.barraMedia .telefono p{
    margin-left: -70px;
    margin-right: -60px;
}

.faceMail{
    width: 250px;
    display: flex;
    margin-left: 1600px;
    padding-top: 35px;
}

.faceMail img:hover{
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,1));
}

.explicaciones{
    width: 1920px;
    height: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.explicaciones .generales{
    margin-top: 50px;
    width: 600px;
    height: 500px;
    font-size: 24px;
    font-weight: 500;
    color: #444;
    text-align: justify;
}

.explicaciones img{
    width: 800px;
    margin-top: 40px;
}

.separador{
    width: 1920px;
    height: 2px;
    background-color: rgba(34,52,127,0.2);
}

.contenedorArticulos{
    margin-top: 50px;
    width: 1920px;
    height: 1300px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
}

.articuloTitulo{
    font-size: 22px;
    color: #22347f;
}

.articuloTexto{
    font-size: 23px;
    font-weight: 500;
    text-align: justify;
    color: #444;
}

.articuloSubtitulo{
    font-size: 25px;
    color: #22347f;
    font-weight: 600;
    

}