/* Nosotros 1 */

.nosotros-1{
    padding: 60px 185px 0;
    /* padding-left: 185px;
    padding-right: 185px; */
}
.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;
    font-size: 1.2rem;
}
.nosotros-1-1 > a{
    width: auto;
    color: black;
    background-color: #DC9241;
    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: #DC9241;
}
.h-span-2{
    font-family: 'Roboto Serif', serif;
    color: #DC9241;
}

/* Nosotros 2 */
.nosotros-2{
    padding: 100px 185px 80px;
    /* padding-left: 185px;
    padding-right: 185px; */
}
.nos-body-1{
    margin-right: 15px;
}
.nos-body-2 h3{
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0;
}
.nos-body-2 p{
    margin-bottom: 0;
    color: #696969;
    font-size: 0.9rem;
    line-height: 0.9rem;
}
.nos-item{
    max-width: 200px;
    margin: auto;
}

/* Nosotros 3 */
.nosotros-3{
    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;
}

/* Nosotros 4 */
.nosotros-4{
    padding: 80px 185px 100px;
    padding-left: 185px;
    padding-right: 185px;
}
.nos-4-cont{
    color: white;
    background: linear-gradient(90deg, rgba(226,130,64,1) 0%, rgba(248,180,46,1) 100%);
    padding: 50px 60px;
    border-radius: 15px;
}
.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: #854E13;
    /* padding-top: 200px; */
    z-index: 0;
    padding-left: 185px;
    padding-right: 185px;
}
.nosotros-5::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    /* background-color: #171516; */
    background-color: white;
    top: 0;
    left: 0;
    z-index: -1;
}
.nos-5-cont{
    overflow: hidden;
    border-radius: 20px;
    /* box-shadow: 15px 5px 10px #48529944; */
    /* box-shadow: -1px 2px 11px 0px rgba(0,0,0,0.75);*/
    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: 2rem;
}
.nos-5-div-1-1 p{
    font-size: 1.2rem;
    color: #5c5c5c;
}
.nos-5-div-1-2{
    background-image: url('../img/nosotros/Rectangle23a.jpg');
    background-position: center;
    background-size: cover;
    /* height: 366px; */
    height: 100%;
}
.nos-5-div-2-1{
    background-image: url('../img/nosotros/Rectangle24a.jpg');
    background-position: center;
    background-size: cover;
    height: 366px;
}
.nos-5-div-2-2{
    background-color: black;
    height: 366px;
}
.nos-5-div-2-2 h3{
    color: #DC9241;
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
    font-family: 'Roboto Serif', serif;
}
.nos-5-div-2-3{
    background-color: #DC9241;
    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/Rectangle27a.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;
}
.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;
    }
    .nosotros-2{
        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;
    }
    .nosotros-2{
        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-2{
        padding-left: 30px;
        padding-right: 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) {
    .nosotros-2 > .row > div{
        margin-bottom: 40px;
    }
    .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-2{
        padding-left: 20px;
        padding-right: 20px;
    }
    .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) {}