#main_seccion1{
    padding-top: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #012B63;
}

.Imagen_CEO{
    width: 50%;
}
.Imagen_CEO img{
    max-width: 430px;
    width: 32%; 
    height:auto;
    position: absolute;
    padding-left: 12%;
    padding-top: 3%;

}
.mensaje_CEO{
    width: 50%;
    padding-top: 3%;
    padding-left: 2%;

}
.mensaje_CEO p{
    padding-right: 30%;
    padding-bottom: 2.5%;
    color: #fff;
    text-align: justify;
}


/* HISTORIA */
#main_historia{
    padding: 100px 10% 0 10%;
    display: flex;
    flex-direction: column;
}

#main_linea_tiempo div img{
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: auto;
    max-width: 1048px;
}

.mosaicos{
    display: flex;
    flex-direction: row;
    /* grid-template-columns: repeat(1, 1fr);
    gap: 50px; */
    padding: 100px 25px 80px 10px;
    text-align: justify;
    font-size: 1rem;
    align-items: center;
}

.mosaicos div img{
    width: 100%;
    max-width: 520px;
}
.mosaicos div{
    width: 50%;
}

/* Necesidades */
.mosaicos_necesidades{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 50px;
    padding: 30px 70px; */
    text-align: justify;
    font-size: .7rem;
}
.mosaicos_necesidades div{
display: flex;
flex-direction: row;
align-items: center;
}
.mosaicos_necesidades div img{
    width: 17%;
    max-width: 84px;
    margin: 7px 0px;
}
.mosaicos_necesidades div p{
    padding: 0 66px 0 20px;
}
.texto_equipo{
    text-align: justify;
}
.padding_equipo{
        padding: 0 3% 0 8% ; 

}
.quienes_somos_team{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
}

.ajustable{
    display: flex;
    flex-direction: column;
}


.texto_seguir{
    display: flex;
    flex-direction: row;
}
#Pregunta_por{
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    font-size:1.2rem;
}


/* RESPONSIVE */
@media (max-width:1024px){
    .mensaje_CEO p{
        font-size: .9rem !important;
    }
    .mensaje_CEO {
        width: 60%; 
    }
    .Imagen_CEO img{
        width: 29%; 
   
    
    }
}



@media (max-width:820px){
    .mensaje_CEO p{
        font-size: .8rem !important;
    }
    #main_historia {
        padding: 30px 10% 0 10%;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width:760px){
    .ajustable{
        display: flex;
        flex-direction: column;
    }
    .ajustable div{
        width: 100% !important;
    }
    .quienes_somos_team p{
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .texto_equipo{
        font-size: .9rem;
     }
    .mosaicos_necesidades{
        grid-template-columns: repeat(1, 1fr);
        font-size: .7rem;
    }
    .mosaicos{
        flex-direction: column;
        padding: 30px 20px;
        text-align: justify;
        font-size: 1rem;
    }
    .mosaicos div{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .texto_chico{
        font-size: .7rem;
    }
    /* .mosaicos div img {
        width: 80%;
    } */
    
    

  
}


@media (max-width:640px){
    #main_seccion1 {
    padding-top:50px ;
    }
    .Imagen_CEO img {
        max-width: 30%;
    }
    .mensaje_CEO p {
        padding-right: 10%;
        font-size: .7rem !important;
    }
    .mensaje_CEO {
        width: 55%; 
    }
}


@media (max-width:500px){


    #main_historia {
        padding: 30px 5% 0 5%;
        display: flex;
        flex-direction: column;
    }
    .mosaicos_necesidades{
        font-size: .7rem;
    }
    .mosaicos_necesidades div p{
        padding: 0 16px 0 20px;
    }
    .mensaje_CEO p {
        font-size: .5rem !important;

    }
  
}

@media (max-width:400px){
    .Imagen_CEO img {
        padding-left: 12%;
        max-width: 40%;
    }
    .Imagen_CEO img {
        width: 33%;
    }
  
  
}