/* .esslog{
    background: url(../media/nosotros.jpg);
    background-size: cover;
    background-position: 50%;
    display: flex;
    gap: 20%;
    min-height: 500px;
    max-width: 100%;
    align-items: center;
    position:  relative;

}

.esslog::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.esslog div:nth-child(1){
    margin-left: 10%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.esslog div:nth-child(2){
    margin-right: 10%;
}

.esslog div img{
    width: 300px;
    padding-bottom: 20px;
}

.esslog-title{
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.esslog-presentacion{
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 50px;
}
.esslog-presentacion-sub{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 20px;
}

.esslog div button{
    margin-top: 20px;
    left: 40%;
    transform: translateX(-30%);
}

@media (max-width: 900px){
    .esslog{
        flex-direction: column;
    }

    .esslog div:nth-child(1){
        padding-top: 30px;
        padding-bottom: 50px;
        margin-left: 0;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .esslog div:nth-child(2){
        margin-right: 0;
        padding-bottom: 30px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

 }

    /* me quede en esslog img, necesito ajustar esa parte, ajustar el background de animcons en responsive, hacer rapido nosotros, despues veremos el background y lo mas necesario ahorita es el slider */ 

.esslog{
    position: relative;
    width: 100%;
    height: 700px;
    justify-content: center;
    gap: 10%;
    align-items: center;
    background: transparent;
    
}
.esslog-background{
    width: 100%;
    height: 100%;
    background: url(../media/nosotros.jpg);
    background-size: cover;
}

.esslog-content{
    background: rgba(0, 0, 0, 0.3);  
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 20%;
}

.esslog-content div:nth-child(1){
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: center;
    justify-content: center;
}
.esslog-content div:nth-child(2){
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 40%;
}

.esslog-content div:nth-child(1) img{
    width: 300px;
}
.esslog-content .esslog-title{
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.esslog-content .esslog-presentacion{
    color: #fff;
    font-weight: 700;
    font-size: 45px;
}

.esslog-content .esslog-presentacion-sub{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

@media (max-width:900px){
    
    .esslog-background{
        display: none;
    }

    .esslog{
        height: 700px;
    }

    .esslog-content{
        background: url(../media/nosotros.jpg);
        background-size: cover;
        flex-direction: column;
        position: relative;
        gap: 30px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .esslog-content div:nth-child(1) img{
        width: 150px;
        margin: 0 auto;
    }
    .esslog-content div:nth-child(2){
        display: flex;
        flex-direction: column;
        gap: 30px;
        max-width: 80%;
        margin: 0 auto;
        left: 0;
        text-align: center;
    }

    .esslog-content .esslog-presentacion{
        color: #fff;
        font-weight: 700;
        font-size: 30px;
    }
    
    .esslog-content .esslog-presentacion-sub{
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }
}


