/* Intro ================================================================== */
#intro {
    height: 600px;
    position: relative;
    z-index: 0;
}

#intro picture {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

#intro img.back {
    width: 100%;
    height: 100%;
    object-position: 100% 50%;
    object-fit: cover;
}

#intro img.icon {
    width: 100%;
    max-width: 140px;
    height: auto;
    object-position: 100% 50%;
    object-fit: cover;
    margin-left: -14px;
}

#intro h1 {
    font-family: "NunitoSansBlack", sans-serif;
    font-size: clamp(2.1rem, 6.8vw, 3.6rem);
    line-height: 1em;
    color: var(--azul-1);
    max-width: 500px;
    margin:
}

#intro .fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60%;
    background: rgb(191, 216, 226);
    background: -moz-linear-gradient(90deg, rgba(191, 216, 226, 1) 42%, rgba(191, 216, 226, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(191, 216, 226, 1) 42%, rgba(191, 216, 226, 0) 100%);
    background: linear-gradient(90deg, rgba(191, 216, 226, 1) 42%, rgba(191, 216, 226, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfd8e2", endColorstr="#bfd8e2", GradientType=1);
    z-index: 1;
}

#intro .pageWidth {
    position: relative;
    z-index: 20;
    padding-top: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#intro .pageWidth .formWrapper {
    padding-top: 150px;
}

/* Responsive - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1100px) {
    #intro img.back {
        object-position: 50% 0;
    }
}

@media screen and (max-width: 750px) {
    #intro {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }

    #intro img.back {
        width: 100%;
        height: 100%;
        object-position: 100% 0%;
        object-fit: cover;
    }

    #intro .fade {
        display: none;
        width: 100%;
        margin-top: 400px;
        height: 100px;
        background: rgb(191, 216, 226);
        background: -moz-linear-gradient(180deg, rgba(191, 216, 226, 0) 0%, rgba(191, 216, 226, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(191, 216, 226, 0) 0%, rgba(191, 216, 226, 1) 100%);
        background: linear-gradient(180deg, rgba(191, 216, 226, 0) 0%, rgba(191, 216, 226, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfd8e2", endColorstr="#bfd8e2", GradientType=1);
    }

    #intro h1 {
        max-width: 100%;
        text-align: center;
    }

    #intro picture {
        position: absolute;
        top: 0;
        bottom: auto;
        right: 0;
        left: 0;
        height: 500px;
        overflow: hidden;
        z-index: 0;
    }

    #intro img.icon {
        margin-left: 0;
    }

    #intro .pageWidth {
        position: relative;
        background: rgb(191, 216, 226);
        z-index: 20;
        padding-top: 0;
        height: auto;
        display: flex;
        align-items: center;
        padding-bottom: 30px;
        margin-top: 500px;
    }
}

@media screen and (max-width: 580px) {
    #intro .fade {
        margin-top: 300px;
        height: 100px;
    }

    #intro picture {
        height: 400px;
    }

    #intro .pageWidth {
        margin-top: 400px;
        padding-top: 30px;
    }

    #intro img.back {
        object-position: 50% 0%;
        height: 150%;
        margin-top: -50px;
    }
}

@media screen and (max-width: 460px) {
    #intro .fade {
        margin-top: 300px;
        height: 50px;
    }

    #intro picture {
        height: 350px;
    }

    #intro .pageWidth {
        margin-top: 350px;
    }

    #intro img.back {
        object-position: 50% 0%;
/*         height: 200%; */
    }
}




/* Acerca ===================================================== */
#about {
    background-color: var(--azul-1);
    padding: clamp(2.5rem, 5.8vw, 4.4rem) 0;
    text-align: center;
    color: #FFF;
}

#about h2 {
    font-family: "NunitoSansBlack", sans-serif;
    font-size: clamp(2.5rem, 5.8vw, 3.4rem);
    line-height: 1em;
    margin-bottom: 0.2em;
}

#about p {
    font-family: "NunitoSansSemiBold", sans-serif;
    font-size: 29px;
    font-size: clamp(1.2rem, 2.8vw, 1.85rem);
    line-height: 1.3em;
    max-width: 1050px;
    margin: 0 auto;
}


/* Servicio ================================================================== */
#service {
    background-color: var(--gris-2);
    padding: clamp(2.5rem, 5.8vw, 4.4rem) 0;
}

#service p {
    color: var(--verde-1);
    font-family: "NunitoSansBlack", sans-serif;
    font-size: clamp(0.9rem, 2.9vw, 1.5rem);
    line-height: 1.3em;
    max-width: 900px;
    margin: 0 auto 1.6em auto;
    text-align: center;
}


/* Responsive - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 750px) {}



/* Areas ================================================================== */
#areas {
    /* background-color: var(--gris-1); */
    padding: clamp(2.5rem, 5.8vw, 3.4rem) 0;
}

#areas h3 {
    color: var(--azul-1);
    font-family: "NunitoSansBlack", sans-serif;
    font-size: clamp(1.1rem, 3.8vw, 1.7rem);
    line-height: 1.4em;
    margin-bottom: 1.4em;
    text-align: center;
}

#areas ul {
    display: flex;
}

#areas ul li {
    display: flex;
    flex-direction: column;
    width: auto !important;
    font-size: clamp(0.7rem, 2.8vw, 1.1rem);
    font-family: "NunitoSansBlack", sans-serif;
    line-height: 1.2em;
    margin: 0 30px;
    text-align: center;
    color: var(--azul-1);
}