section#secc1 {
    min-height: 23rem;
    margin-top: 80px;
    position: relative;
    background-color: var(--principal);
    border-bottom: 7px solid #6EBF04;
}

section#secc1 .imgContMob {
    display: none;
}

section#secc1 .imgCont {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background-size: cover;
    background-position: right;
}

section#secc1 .txtCont {
    position: fixed;
    z-index: 1;
    padding-left: var(--col-1);
    width: var(--col-5);
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

section#secc1 .txtCont h1 {}

section#secc1 .txtCont p {}


section#secc2 {
    position: relative;
    z-index: 2;
    padding: 6rem 0;
    text-align: center;
}

section#secc2 .textWrapper {
    max-width: 30rem;
    margin: auto;
}

section#secc3 {
    position: relative;
    z-index: 2;
    padding: 6rem 0;
    background-color: var(--principal);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section#secc3 p,
section#secc3 h2 {
    color: #fff;
}

section#secc3 .nosCard {}

section#secc3 .textWrapper {
    max-width: 30rem;
}

section#secc3 .textWrapper p {
    max-width: 85%;
}

section#secc3 .nosCard {
    background-color: #FFF;
    border-radius: 7.5px;
    -webkit-box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.37);
    padding: 30px;
    min-height: 20rem
}

section#secc3 .nosCard img {
    height: 80px;
}

section#secc3 .nosCard h3 {
    color: var(--principal);
    font-size: 18px;
    margin-top: 1rem;
}

section#secc3 .nosCard p {
    color: #656565;
}

@media only screen and (max-width: 768px) {
    section#secc1 {
        min-height: 37rem;
        margin-top: 0px;
    }

    section#secc1 .txtCont {
        width: 100%;
        padding-top: 21.5rem;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .header_page_tit {
        font-size: 33px;
        letter-spacing: -1px;
        line-height: 45px;
    }

    .header_page_con {
        font-size: 18px;
    }
}