.seccion_1{
    background-image: url("../images/banner-ppal.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 120px;
}
.seccion_4{
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 30px;
    background: linear-gradient(145deg, rgba(0,111,185,1) 0%, rgba(0,33,97,1) 100%);
    margin: 60px 0px;
}

.seccion_6{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 50px 0px 50px;
}
.seccion_6 .informacion{
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin-left: 50px;
    padding: 0px 30px;
}
.seccion_6 .informacion a{
    color: #fff;
    background-color: #002586;
    padding: 7px 15px;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 20px;
}
.seccion_6 .imagenes_empresas{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px 0px;
}
.seccion_6 img{
    max-width: 250px;
}
.seccion_6 p{
    color: #002586;
    font-size: 18px;
    text-align: center;
}
.seccion_6 .titulo{
    color: #002586;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}




.seccion_5{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 160px 50px 0px 50px;
}
.seccion_5 .informacion{
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 50px;
    width: 100%;
    background: linear-gradient(145deg, rgba(0,111,185,1) 0%, rgba(0,33,97,1) 100%);
    max-width: 1200px;
}
.seccion_5 .informacion a{
    color: #002586;
    background-color: #fff;
    padding: 7px 15px;
    text-decoration: none;
    border-radius: 3px;
}
.seccion_5 .imagenes_empresas{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px 0px;
}
.seccion_5 .imagenes_empresas img{
    width: 192px;
}
.seccion_5 .linea_divisora{
    width: 2px;
    height: 80px;
    background-color: #fff;
    margin: 0px 10px;
}
.seccion_5 p{
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.seccion_5 .titulo{
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.seccion_4 .titulo{
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 40px;
    text-align: center;
}
.seccion_4 video{
    width: 900px;
    max-height: 100%;
    border-radius: 3px;
}
.seccion_1 .informacion{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.seccion_1 .informacion p{
    color: #fff;
    font-size: 45px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
    border-bottom: 2px solid #Fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.seccion_1 .informacion span{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}
.seccion_1 .informacion .logo_blanco{
    width: 330px;
}
.seccion_1 .informacion .imagenes_empresas{
    display: flex;
    flex-direction: row;
}
.seccion_1 .informacion .imagenes_empresas img{
    width: 192px;
}
.linea_divisora{
    width: 2px;
    height: 108px;
    background-color: #fff;
}
.seccion_1 .servicios{
    background-color: #fff;
    height: 250px;
    width: 1300px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: -125px;
}
.seccion_1 .servicios .servicio_empresa{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 250px;
    transition: 0.2s ease-in-out;
}
.seccion_1 .servicios .servicio_empresa a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.seccion_1 .servicios .servicio_empresa img{
    width: 70px;
    height: 70px;
    transition: 0.2s ease-in-out;
}
.seccion_1 .servicios .servicio_empresa p{
    color: #002586;
    font-size: 19px;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.2s ease-in-out;
    text-align: center;
}
.seccion_1 .servicios .servicio_empresa:hover{
    background-color: #002586;
}
.seccion_1 .servicios .servicio_empresa:hover p{
    color: #fff;
}
.seccion_1 .servicios .servicio_empresa:hover img{
    filter: brightness(0) invert(1);
}
.seccion_2{
    background-image: url("../images/fondo-mensaje.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1000px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 200px;
    padding-right: 50px;
}
.seccion_2 .fondo_mensaje_celular{
    display: none;
    width: 100%;
}
.seccion_2 .firma_azul{
    display: none;
}
.seccion_2 .informacion{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.seccion_2 p{
    color: #fff;
    font-size: 27px;
}
.seccion_2 .informacion .segundo_texto{
    margin: 50px 0px;
    font-weight: 600;
}
.seccion_2 .informacion .tercer_texto{
    font-weight: 600;
    text-align: center;
    width: 50%;
}
.seccion_2 .informacion a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.2s ease-in-out;
}
.seccion_2 .informacion a:hover{
    color: #ffffff8a;
}
.seccion_3{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
.seccion_3 .titulo_seccion{
    color: #606060;
    font-size: 35px;
    font-weight: 600;
    border-bottom: 3px solid #d6d6d6;
    width: 450px;
    padding-bottom: 10px;
    text-align: center;
}
.seccion_3 .titulo_seccion span{
    content: 'Equipo';
    margin-left: 10px;
    color: #002586;
}
.seccion_3 .equipo_empresa{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 400px 400px 400px;  
}
.seccion_3 .equipo_empresa img{
    width: 400px;
}
.firma{
    width: 290px;
    margin: 40px 0px;
}





@media screen and (max-width:1500px){
    .seccion_2 .informacion .primer_texto,
    .seccion_2 .informacion .segundo_texto,   
    .seccion_2 .informacion .tercer_texto{
        font-size: 24px;
    }
    .seccion_2 .informacion .segundo_texto{
        margin: 30px 0px;
    }
    .seccion_2{
        height: 800px;
        margin-top: 200px;
    }
}
@media screen and (max-width:1200px){
    .seccion_2 .informacion .primer_texto,
    .seccion_2 .informacion .segundo_texto,   
    .seccion_2 .informacion .tercer_texto{
        font-size: 20px;
    }
    .seccion_2 .informacion .segundo_texto{
        margin: 20px 0px;
    }
    .seccion_2{
        height: 600px;
    }
    .firma{
        width: 240px;
        margin: 20px 0px;
    }
    .seccion_3 .equipo_empresa{
        grid-template-columns: 300px 300px 300px;  
    }
    .seccion_3 .equipo_empresa img{
        width: 300px;
    }
}
@media screen and (max-width:1080px){
    .seccion_2 .informacion .primer_texto,
    .seccion_2 .informacion .segundo_texto,   
    .seccion_2 .informacion .tercer_texto{
        font-size: 18px;
    }
    .seccion_2 .informacion .tercer_texto{
        width: 80%;
    }
    .seccion_2 .informacion .segundo_texto{
        margin: 15px 0px;
    }
    .firma{
        width: 220px;
        margin: 15px 0px;
    }
}
@media screen and (max-width:1350px){
    .seccion_1 .servicios{
        width: 1000px;
        bottom: -100px;
    }
}
@media screen and (max-width:1050px){
    .seccion_1{
        margin-bottom: 470px;
    }
    .seccion_1 .servicios{
        display: grid;
        grid-template-columns: 250px 250px;
        width: max-content;
        height: max-content;
        bottom: -450px;
    }
    .seccion_1 .servicios .servicio_empresa{
        height: 160px;
        width: 100%;
    }
    .seccion_2{
        margin-top: 150px;
    }
    .seccion_5{
        margin: 100px 30px 0px 30px;
    }
    .seccion_5 .titulo,.seccion_6 .titulo{
        font-size: 24px;
    }
    .seccion_5 p,.seccion_6 p{
        font-size: 15px;
    }
    .seccion_6 img{
        max-width: 200px;
    }
}

@media screen and (max-width:970px){
    .seccion_4{
        height: max-content;
    }
    .seccion_4 .titulo{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .seccion_4 video{
        width: 100%;
    }
}


@media screen and (max-width:970px){
    .seccion_1 .informacion p{
        font-size: 40px;
        margin-top: 0px;
    }
    .seccion_1 .informacion span{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .seccion_1{
        height: 600px;
    }
    .seccion_1 .informacion .imagenes_empresas img{
        width: 170px;
    }
    .seccion_1 .servicios .servicio_empresa img{
        width: 60px;
        height: 60px;
    }
    .seccion_1 .servicios .servicio_empresa p{
        font-size: 17px;
    }
    .seccion_1 .servicios .servicio_empresa{
        height: 145px;
    }
}
@media screen and (max-width:940px){
    .seccion_2 .informacion .primer_texto,
    .seccion_2 .informacion .segundo_texto,   
    .seccion_2 .informacion .tercer_texto{
        font-size: 16px;
    }
    .seccion_2 .informacion .segundo_texto{
        margin: 15px 0px;
    }
    .seccion_2{
        height: 500px;
        padding-right: 30px;
    }
    .firma{
        width: 190px;
        margin: 15px 0px;
    }
}
@media screen and (max-width:900px){
    .seccion_3 .equipo_empresa{
        grid-template-columns: 250px 250px 250px;  
        margin-top: 20px;
    }
    .seccion_3 .equipo_empresa img{
        width: 250px;
    }
    .seccion_3 .titulo_seccion{
        font-size: 30px;
        width: 400px;
    }
}
@media screen and (max-width:820px){
    .seccion_1 .informacion p{
        font-size: 35px;
        padding-bottom: 10px;
        margin-top: 0px;
    }
    .seccion_1 .informacion span{
        font-size: 15px;
    }
}
@media screen and (max-width:790px){
    .seccion_2 .informacion .primer_texto,
    .seccion_2 .informacion .segundo_texto,   
    .seccion_2 .informacion .tercer_texto{
        font-size: 15px;
    }
    .seccion_2 .informacion .segundo_texto{
        margin: 10px 0px;
    }
    .seccion_2{
        height: 450px;
    }
    .seccion_2 .informacion a{
        font-size: 16px;
    }
    .firma{
        width: 170px;
        margin: 10px 0px;
    }
    .seccion_6 img{
        max-width: 150px;
    }
    .seccion_6{
        flex-direction: column;
        margin: 100px 50px 0px 50px;
    }
    .seccion_6 .informacion{
        margin-top: 30px;
        margin-left: 0px;
    }
}
@media screen and (max-width:750px){
    .seccion_3 .equipo_empresa{
        grid-template-columns: 250px 250px;  
    }
    .seccion_3 .equipo_empresa img{
        width: 250px;
    }
    .seccion_3 .titulo_seccion{
        font-size: 30px;
        width: 400px;
    }
}
@media screen and (max-width:720px){
    .seccion_1 .informacion p{
        font-size: 35px;
        padding-bottom: 10px;
        margin-top: 0px;
        margin: 0% 5%;
        margin-bottom: 20px;
        text-align: center;
    }
    .seccion_1 .informacion span{
        font-size: 15px;
    }
    .seccion_1 .informacion .logo_blanco{
        width: 280px;
    }
}
@media screen and (max-width:700px){
    .seccion_2 .informacion .primer_texto,
    .seccion_2 .informacion .segundo_texto,   
    .seccion_2 .informacion .tercer_texto{
        font-size: 14px;
    }
    .seccion_2{
        height: 400px;
        padding-right: 15px;
    }
    .seccion_2 .informacion a{
        font-size: 15px;
    }
    .firma{
        width: 160px;
        margin: 10px 0px;
    }
}
@media screen and (max-width:650px){
    .seccion_4 .titulo{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .seccion_2{
        background-image: url("");
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: max-content;
        padding-right: 0px;
        background-color: #fff;
    }
    .seccion_2 .fondo_mensaje_celular{
        display: block;
    }
    .seccion_2 .informacion{
        margin-top: 15px;
        color: #000;
        width: 100%;
        padding: 0% 5%;
    }
    .seccion_2 .informacion .primer_texto,
    .seccion_2 .informacion .segundo_texto,   
    .seccion_2 .informacion .tercer_texto{
        color: #002586;
        text-align: center;
    }
    .seccion_2 .informacion a{
        color: #002586;
    }
    .seccion_2 .firma_azul{
        display: block;
        width: 160px;
        margin: 10px 0px;
    }
    .seccion_2 .firma{
        display: none;
    }
}
@media screen and (max-width:550px){
    .seccion_4{
        padding: 30px 30px;
    }
    .seccion_4 .titulo{
        font-size: 20px;
        margin-bottom: 15px;
    }
    /* .seccion_5{
        margin: 350px 20px 0px 20px;
    } */
    .seccion_5 .titulo,.seccion_6 .titulo{
        font-size: 20px;
    }
    .seccion_5 p,.seccion_6 p{
        font-size: 14px;
    }
    .seccion_5 .imagenes_empresas img{
        width: 150px;
    }
    .seccion_5 .informacion{
        height: 550px;
        padding: 40px 30px;
    }
}
@media screen and (max-width:520px){  
    .seccion_2{
        margin-top: 100px;
    }
    .seccion_1 .servicios{
        grid-template-columns: 200px 200px;
        bottom: -450px;
    }
    .seccion_1 .servicios .servicio_empresa{
        height: 140px;
        width: 200px;
    }
    .seccion_1 .informacion span{
        font-size: 14px;
        width: 100%;
        text-align: center;
    }  
    /* .seccion_5{
        margin: 470px 30px 0px 30px;
    } */
}
@media screen and (max-width:500px){
    .seccion_3 .equipo_empresa{
        grid-template-columns: 200px 200px;  
    }
    .seccion_3 .equipo_empresa img{
        width: 200px;
    }
    .seccion_3 .titulo_seccion{
        font-size: 25px;
        width: 300px;
    }
    
}
@media screen and (max-width:440px){
    .seccion_1 .informacion .imagenes_empresas img{
        width: 150px;
        height: 100px;
    }
    .linea_divisora{
        height: 95px;
    }
    .seccion_1 .informacion p{
        font-size: 30px;
    }
    .seccion_1 .informacion .logo_blanco{
        width: 240px;
    }
}
@media screen and (max-width:420px){
    .seccion_1 .servicios{
        grid-template-columns: 160px 160px;
        bottom: -380px;
        height: max-content;
    }
    .seccion_1 .servicios .servicio_empresa{
        height: 130px;
        width: 100%;
    }
    .seccion_1 .servicios .servicio_empresa p{
        font-size: 15px;
        margin-top: 20px;
    }
    .seccion_1 .servicios .servicio_empresa img{
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width:400px){
    .seccion_3 .equipo_empresa{
        grid-template-columns: 300px;  
    }
    .seccion_3 .equipo_empresa img{
        width: 300px;
    }
}