﻿.contentConoceHistoriaSec{
    width: 100%;
    padding: 0px 0px 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/Personas/Paginas/un-salto-gigante/d/assets/imgs/Conoce-historia-sociedad-digital-Fondo.webp');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}

.contenidoConoceHistoria{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.historiaSociedadContent{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.historiaSociedadContent h1 {
    color: white !important;
    font-size: 42px !important;
    text-transform: uppercase !important;
    text-align: left !important;
    width: 320px;
    font-weight: bold;
}

.historiaSociedadContent p{
    color: white !important;
    font-size: 20px !important;
    width: 700px;
    margin-top: 65px !important;
}

#lineaDerechaHistoria{
    width: 270px;
    margin-left: -200px;
    margin-top: -50px;
}

#lineaMedio{
    margin: 5px 0px -15px 340px;
}

.unSaltoGigante{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 1150px;    
    gap: 20px;
}

.imagenSillas{
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    width: 460px;
}

.imagenSillas p{
    color: white !important;
    font-size: 20px !important;
    text-align: right !important;
}

.imagenSillas img{
    margin-bottom: 30px;
}

.saltoGiganteContent{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 400px;
}

.saltoGiganteContent h1{
    color: white !important;
    font-weight: bold;
}

.saltoGiganteContent h2{
    color: white !important;
    font-weight: 400;
    margin-top: -10px;
}

.saltoGiganteContent img{
    margin-top: 30px;
}

#lineaUnSaltoDerecha{
    margin-left: 30px;
}

@media (max-height: 1700px){
    .contentConoceHistoriaSec{
        height: 105vh;
    }
}

@media (max-height: 1400px){
    .contentConoceHistoriaSec{
        height: 133vh;
    }
}
@media (max-height: 1080px){
    .contentConoceHistoriaSec{
        height: 105vh;
    }
}

@media (max-height: 750px){
    .contentConoceHistoriaSec{
        height: 195vh;
    }
}