div.sobre-nosotros {
    padding-top: 120px;
    background-image: url('imgs/fondos/fondo-nosotros.jpg');
    /* Ruta de la imagen */
    background-size: cover;
    /* Ajusta el tamaño de la imagen al contenedor */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    background-position: center;
    /* Centra la imagen en el contenedor */
    padding-bottom: 120px;
}



h1.nosotros-lt {
    padding-top: 30px;
    color: black;
    font-weight: 400;
    font-size: 42px;
}

p.subtitle {
    color: black;
    font-size: 20px;
    font-weight: 400;
}

p.desc-p {
    font-size: 15px;
    color: rgb(94, 94, 94);
    line-height: 1.6;
}

div.nuestras-f {
    padding-top: 100px;
}

h1.nuestras-f {
    color: black;
}

p.nuestras-fp2 {
    color: black;
    font-weight: 400;
    font-size: 16x;
}

div.nuestras-div2 {
    padding-top: 65px;
    padding-inline: 30px;
}

img.img-nuestras {
    width: 58px;
    padding-bottom: 16px;
}

p.title-nosotros {
    color: black;
    font-size: 20px;
}

div.espacio-column {
    padding-inline: 30px;
}

p.p-nosotros {
    color: rgb(83, 83, 83);
    line-height: 1;
    font-size: 17px;
}

div.estamos-in {
    padding-top: 70px;
    padding-bottom: 70px;
    bottom: 70px;
}

div.estamos-in2 {
    padding-inline: 25px;
}

h1.estamosh1 {
    color: black;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 60px;
}

p.estamosp1 {
    color: rgb(44, 44, 44);
    font-size: 40px;
    font-weight: 700;
}

p.estamosp2 {
    font-size: 15px;
    color: rgb(44, 44, 44);
    padding-top: 10px;
    font-weight: 500;
    line-height: 0;
}

p.estamosp3 {
    font-size: 14px;
}

div.contactenos {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url('../imgs/fondos/fondo-contactenos.png');
    /* Ruta de la imagen */
    background-size: cover;
    /* Ajusta el tamaño de la imagen al contenedor */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    background-position: center;
    /* Centra la imagen en el contenedor */

}

h1.contactenos-h1 {
    padding-bottom: 10px;
    font-weight: 400;
}

div.contactenos-div2 {
    background-color: white;
    width: 40%;
    box-shadow: 0 0 15px rgba(145, 144, 144, 0.53);
    /* Sombra difuminada */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 85px;
}

p.contactanos-p1 {
    font-size: 25px;
    font-weight: 800;
}

dd.contactenos-dd {
    color: rgb(124, 124, 124);
}

div.contactenos-div3 {
    padding-top: 40px;
}

div.area-soldeinsa {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-inline: 4%;
}

@media (max-width: 991px) {
    .navbar-toggler {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1050;
    }

    .navbar-collapse {
        background: white;
        padding: 10px;
    }

    .navbar-nav {
        text-align: right;
    }
}