/* SECCIÓN NOSOTROS 
----------------------------------------*/
.h1-titles {
    color: #000;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 3.5vw;
    font-weight: 600;
    line-height: 4vw;
}

.p-text {
    color: #000;
    font-size: 1vw;
    line-height: 1.5vw;
}

.nav{
    padding: 1vw 5vw !important;
}

/* Nuevas */
#imgDesk{
    display: flex;
}

a{
    cursor: pointer;
}

.row{
    margin-right: 0;
    margin-left: 0;
}

.pd-0{
    padding: 0;
}

.pd-about{
    padding: 5vw;
}

.uppercase{
    text-transform: uppercase;
}

.relative{
    position: relative;
}

.white{
    color: white;
}

.w-about{
    width: 100%;
}

.w-caracteristicas{
    width: 100%;
}

.w-catalogo{
    width: 50%;
}

.w-productos{
    width: 75%;
}

.w-cortinas{
    width: 100%;
}

.h2-subtitles {
    font-size: 3.5vw;
    font-weight: 400;
    letter-spacing: 2px;
}

.h3-encabezados{
    font-size: 3vw;
    font-weight: 700;
    letter-spacing: 2px;
    padding-left: 5vw;
}

.bg-about{
    background-image: url(../img/bg-nosotros.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: contain;
}

.bg-green{
    background-color: #87bdb2;
}

.separador{
    width: 95%;
    opacity: 80%;
    border: 1px solid white;
    margin: auto;
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.titles{
    font-size: 1.5vw;
    font-weight: 700;
    position: absolute;
    top: 5px;
    right: 6vw;
}

.modal-title{
    color: #87bdb2 !important;
    font-weight: 600 !important;
}

/* Footer */
.footer-sale-block-three{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin-top: 2vw;
}

.w-tiendas{
    width: 6vw;
}


@media only screen and (min-width: 1px) and (max-width: 600px){
    #imgDesk{
        display: none;
    }

    .h1-titles {
        font-size: 6vw;
        line-height: 10vw;
    }

    .h2-subtitles {
        font-size: 6vw;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .h3-encabezados {
        text-align: center;
        font-size: 6vw;
        font-weight: 700;
        letter-spacing: 2px;
        padding-left: inherit;
    }

    .titles {
        font-size: 3vw;
        font-weight: 700;
        position: absolute;
        top: 5px;
        right: 6vw;
    }

    .p-text {
        font-size: 3vw;
        line-height: 5vw;
    }

    .w-catalogo {
        width: 100%;
    }

    .w-productos {
        width: 100%;
    }

    .mb-3-sm{
        margin-bottom: 1rem !important;
    }

    .mt-4-sm{
        margin-top: 1.5rem!important;
    }


    /* Margins */
    .me-0-sm{
        margin-right: 0;
    }

    .mb-0-sm{
        margin-bottom: 0;
    }

    /* Footer */
    .footer-sale-block-three{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 4vw;
    }

    .w-tiendas{
        width: 25vw;
    }

    .fs-9-sm{
        font-size: 14px;
    }

    .d-flex{
        display: flex;
    }   
}


@media only screen and (min-width: 820px) and (max-width: 825px) {
    /* Margins */
    .me-0-sm{
        margin-right: 0;
    }

    .mb-0-sm{
        margin-bottom: 0;
    }

    /* Footer */
    .footer-sale-block-three{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 4vw;
    }

    .w-tiendas{
        width: 13vw;
    }

    .fs-9-sm{
        font-size: 14px;
    }

    .d-flex{
        display: flex;
    } 
}


@media only screen and (min-width: 768px) and (max-width: 770px) {
    /* Margins */
    .me-0-sm{
        margin-right: 0;
    }

    .mb-0-sm{
        margin-bottom: 0;
    }

    /* Footer */
    .footer-sale-block-three{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 4vw;
    }

    .w-tiendas{
        width: 13vw;
    }

    .fs-9-sm{
        font-size: 14px;
    }

    .d-flex{
        display: flex;
    } 
}



