
#sobre-nosotros{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    border: 1px solid #20212a;
    padding: 1rem;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}

b{
    color: var(--h1-color);
    font-weight: 900;
}
#sobre-nosotros h2{
    z-index: 1;
}
.descripcion-seccion{
    font-size: 20px;
    font-weight: 300;
    width: 80%;
    z-index: 1;
}

#sobre-nosotros .banner-svg-blob{
    top: -50%;
    left: -30%;
}
#slider .contenedor{
    margin: auto;
    width: 85%;
    background: transparent;
    border: none;
}

#slider img{
    border-radius: 1rem;
    width: 85%;
    max-width: 800px;
    margin: auto;
    box-shadow:  5px 5px 5px #38383832,
    -5px -5px 17px #6464644b;
}


@media (max-width:800px){
    #slider .contenedor{
        width: 95%;
    }  
}

@media (max-width:500px){
    #slider .contenedor{
        width: 100%;
    }
    
    #slider img{
        width: 75%;
    }    
}