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

section#secc1 .imgContMob {
    display: none;
}

section#secc1 .plecaGrad {
    height: 100%;
    width: var(--col-7);
    right: 0;
    position: absolute;
    z-index: 1;
    background: rgb(13,89,114);
background: linear-gradient(90deg, rgba(13,89,114,1) 0%, rgba(13,89,114,0) 70%);
}

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

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

section#secc2 {
    padding: 3rem 0 3.5rem;
    position: relative;
    z-index: 2;
}

section#secc2 h2 {
    font-family: 'BwModelica-bold', sans-serif;
    color: var(--principal);
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

section#secc2 .contactoBox {
    display: flex;
    align-items: flex-start;
}

section#secc2 .contactoBox img {
    width: 1.5rem;
    margin-right: 1rem;
}

section#secc2 .contactoBox .label {}

section#secc2 .contactoBox .label a {
    color: var(--texto-oscuro);
    text-decoration: underline !important;
}


section#secc3 {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 0 3rem;
}

section#secc4 {
    position: relative;
    z-index: 2;
    background-color: var(--principal);
    padding: 4rem 0 5rem;
    background-size: cover;
    background-position: top;
}

section#secc4 .textContainer {
    max-width: 29rem;
}

section#secc4 .textContainer .titleContainer h2 {
    font-family: 'BwModelica-bold', sans-serif;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
}

section#secc4 .textContainer p.parrafo {
    color: #fff;
    margin: 0;
}

@media (max-width: 992px) {

    section#secc1 {
        min-height: 37rem;
        margin-top: 0px;
    }

    section#secc1 .imgCont {
        width: 100%;
        background-position: center;
    }

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

    section#secc1 .plecaGrad {
        width: 100%;
        background: rgb(13, 89, 114);
        background: linear-gradient(0deg, rgba(13, 89, 114, 1) 0%, rgba(13, 89, 114, 0.9374343487394958) 30%, rgba(13, 89, 114, 0.8842130602240896) 53%, rgba(13, 89, 114, 0) 100%);
    }
}