/* Nosotros 1 */

.nosotros-1{
    padding: 60px 185px 0;
}
.nosotros-1-1{
    width: 60%;
    margin-right: 20px;
}
.nosotros-1-1 h1{
    font-family: 'Roboto Serif', serif;
    font-size: 2rem;
    font-weight: 600;
}
.nosotros-1-1 > p{
    color: #5a5757;
}
.nosotros-1-1 > a{
    width: auto;
    color: #9E3232;
    background-color: #a3a3a3;
    align-self: start;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 10px;
}
.nosotros-1-2{
    width: 40%;
}
.h-span-1{
    font-family: 'Roboto Serif', serif;
    color: #9E3232;
}



/* Nosotros 3 */
.nosotros-3{
    margin-top: 5rem;
    padding-left: 65px;
}
.nosotros-3-1{
    margin-right: 30px;
    display: none !important;
    visibility: hidden !important;
}
.nosotros-3-2{
    display: none !important;
    visibility: hidden !important;
}
.nos-3-img-1{
    margin-right: 30px;
    height: 420px;
    object-fit: cover;
}
.nos-3-img-2{
    height: 420px;
    object-fit: cover;
}

/* Nosotros 4 */
.nosotros-4{
    padding: 80px 185px 100px;
    padding-left: 185px;
    padding-right: 185px;
}
.nosotros-4-div{
    border-radius: 1rem;
    padding: 1rem;
    background: linear-gradient(90deg, rgb(55, 52, 53) 0%, rgb(102, 99, 100) 100%);
}
.nos-4-cont{
    color: white;
    padding: 2rem;
    border: dashed 2px #a3a3a3;
    border-radius: 1rem;
}
.btn-nos-4{
    background-color: white;
    color: black;
    padding: 15px 50px;
    border-radius: 10px;
    font-weight: 600;
}
.nos-4-sub{
    margin-right: 70px;
}
.nos-4-sub h3{
    font-size: 1.3rem;
}
.nos-4-sub p{
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 300;
    max-width: 750px;
}

/* Nosotros 5 */
.nosotros-5{
    position: relative;
    background-color: #373435;
    padding-bottom: 5rem;
    z-index: 0;
    padding-left: 185px;
    padding-right: 185px;
}
.nosotros-5::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: white;
    top: 0;
    left: 0;
    z-index: -1;
}
.nos-5-cont{
    overflow: hidden;
    border-radius: 20px;
    box-shadow: -1px 2px 30px -13px rgba(0,0,0,0.75);
}
.nos-5-cont > div > div > div{
    padding-left: 0;
    padding-right: 0;
}
.nos-5-div-1-1{
    /* height: 366px; */
    height: 100%;
    background-color: white;
    padding: 70px;
}
.nos-5-div-1-1 h3{
    font-family: 'Roboto Serif', serif;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: bold;
}
.nos-5-div-1-1 h3 span{
    color: #9E3232;
}
.nos-5-div-1-1 p{
    font-size: 1.1rem;
    color: #5c5c5c;
}
.nos-5-div-1-2{
    background-image: url('../img/nosotros/image-4.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
}
.nos-5-div-2-1{
    background-image: url('../img/nosotros/image-5.jpg');
    background-position: center;
    background-size: cover;
    height: 366px;
}
.nos-5-div-2-2{
    background-color: #9E3232;
    height: 366px;
}
.nos-5-div-2-2 h3{
    color: #373435;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Roboto Serif', serif;
}
.nos-5-div-2-3{
    background-color: #666364;
    height: 366px;
    padding: 70px;
}
.nos-5-div-2-3 p{
    color: white;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 150px;
    font-family: 'Roboto Serif', serif;
}
.nos-5-div-3-1{
    background-image: url('../img/nosotros/image-6.jpg');
    background-position: center;
    background-size: cover;
    /* height: 366px; */
    height: 100%;
}
.nos-5-div-3-2{
    background-color: white;
    /* height: 366px; */
    height: 100%;
    padding: 70px;
}
.nos-5-div-3-2 h3{
    font-family: 'Roboto Serif', serif;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #9E3232;
}
.nos-5-div-3-2 p{
    font-size: 0.9rem;
    color: #5c5c5c;
}
.nos-5-cont-2{
    padding: 120px 48px;
}
.nos-5-p{
    width: 25%;
    margin-right: 70px;
}
.nos-5-p p{
    font-size: 1.3rem;
    max-width: 250px;
    margin-bottom: 0;
    font-family: 'Roboto Serif', serif;
}
.nos-5-divs{
    width: 75%;
}
.nos-5-divs > div{
    width: 100%;
}
.nos-5-text-a{
    text-align: center;
    max-width: 140px;
    margin-bottom: 0;
}
.nos-5-text-b{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 0;
    font-weight: 700;
}

@media (max-width: 1440px) {
    .nosotros-1{
        padding-left: 100px;
        padding-right: 100px;
    }
    .nos-3-img-1{
        width: 700px;
    }
    .nos-3-img-2{
        width: 700px;
    }
    .nosotros-4{
        padding-left: 100px;
        padding-right: 100px;
    }
    .nosotros-5{
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (max-width: 1200px) {
    .nosotros-1{
        padding-left: 60px;
        padding-right: 60px;
    }
    .nos-3-img-1{
        width: 600px;
    }
    .nos-3-img-2{
        width: 600px;
    }
    .nosotros-4{
        padding-left: 60px;
        padding-right: 60px;
    }
    .nosotros-5{
        padding-left: 60px;
        padding-right: 60px;
    }
    .nos-5-cont-2{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 992px) {
    .nosotros-1{
        padding-left: 30px;
        padding-right: 30px;
        flex-direction: column-reverse;
    }
    .nosotros-1-1{
        width: 100%;
        margin-right: 0;
    }
    .nosotros-1-2{
        width: 60%;
        margin-bottom: 30px;
    }
    .nosotros-3{
        padding-left: 30px;
        padding-right: 30px;
    }
    .nos-3-img-1{
        display: none !important;
        visibility: hidden !important;
    }
    .nos-3-img-2{
        display: none !important;
        visibility: hidden !important;
    }
    .nosotros-3-1{
        display: flex !important;
        visibility: visible !important;
    }
    .nosotros-3-2{
        display: flex !important;
        visibility: visible !important;
    }
    .nosotros-4{
        padding-left: 30px;
        padding-right: 30px;
    }
    .nosotros-5{
        padding-left: 30px;
        padding-right: 30px;
    }
    .nos-5-cont-2{
        flex-direction: column;
    }
    .nos-5-p{
        width: 100%;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .nos-5-p p{
        max-width: none;
    }
    .nos-5-divs{
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .nos-5-div-2-3 p{
        max-width: none;
    }
}
@media (max-width: 768px) {
    .nosotros-1-1 h1{
        font-size: 1.8rem;
    }
    .nosotros-3{
        flex-direction: column;
    }
    .nosotros-3-1{
        margin-right: 0;
        margin-bottom: 16px;
    }
    .nos-4-cont{
        flex-direction: column;
        padding: 50px 30px;
    }
    .nos-4-sub{
        margin-right: 0;
        margin-bottom: 40px;
    }
}
@media (max-width: 576px) {}
@media (max-width: 575px) {
    .nos-item{
        max-width: none;
        justify-content: center;
    }
    .nos-5-divs > .row > div{
        margin-bottom: 30px;
    }
}
@media (max-width: 425px) {
    .nosotros-1{
        padding-left: 20px;
        padding-right: 20px;
    }
    .nosotros-1-1 h1{
        font-size: 1.5rem;
        text-align: center;
    }
    .nosotros-1-1 p{
        text-align: center;
    }
    .nosotros-1-1 > a{
        align-self: center;
    }
    .nosotros-1-2{
        width: 100%;
    }
    .nosotros-3{
        padding-left: 20px;
        padding-right: 20px;
    }
    .nosotros-4{
        padding-left: 20px;
        padding-right: 20px;
    }
    .nos-4-sub p{
        text-align: justify;
    }
    .nosotros-5{
        padding-left: 20px;
        padding-right: 20px;
    }
    .nos-5-div-1-1{
        padding: 30px 30px 40px;
    }
    .nos-5-div-1-1 p{
        text-align: justify;
    }
    .nos-5-div-2-3{
        padding: 30px 30px 40px;
    }
    .nos-5-div-3-2{
        padding: 30px 30px 40px;
    }
    .nos-5-p p{
        text-align: center;
    }
}
@media (max-width: 375px) {}