/* 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% 20%;
    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: 750px) {
    #intro {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }

    #intro img.back {
        width: 120%;
        margin-left: -20%;
        height: 100%;
        object-position: 50% 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: 20px;
    }
}

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

    #intro picture {
        height: 350px;
    }

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

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

#about h1 {
    font-family: "NunitoSansBlack", sans-serif;
    font-size: clamp(2.5rem, 5.8vw, 4.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.4em;
    max-width: 900px;
    margin: 0 auto;
}

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

#service h2 {
    color: var(--verde-1);
    font-family: "NunitoSansBlack", sans-serif;
    font-size: clamp(1.1rem, 2.4vw, 2.1rem);
    line-height: 1.3em;
    max-width: 740px;
    margin: 0 auto 1.6em auto;
    text-align: center;
}

#service .description p {
    color: var(--gris-4);
    font-family: "NunitoSansSemiBold", sans-serif;
    font-size: clamp(0.9rem, 2.9vw, 1.4rem);
    line-height: 1.4em;
    margin-bottom: 1.0em;
    max-width: 760px;
    margin: 0 auto 2em auto;
    text-align: center;
}

#service .description p strong {
    font-family: "NunitoSansBlack", sans-serif;
}

#service .box {
    background: #FFF;
    width: 100%;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    align-items: center;
}

#service .box h3 {
    color: var(--azul-2);
    font-family: "NunitoSansBlack", sans-serif;
    font-size: clamp(1.2rem, 5.0vw, 1.7rem);
    line-height: 1.2em;
    margin-bottom: 1.0em;
    padding-top: 6px;
    text-align: center;
}

#service .box ul {
    color: var(--gris-4);
    font-family: "NunitoSansBlack", sans-serif;
    font-size: clamp(0.6rem, 2.5vw, 0.9rem);
    text-align: center;
    line-height: 1.6em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
}

#service .box ul img {
    max-width: 80px;
}

#service .box li:not(:last-child) {
    margin-bottom: 1em;
}

/* Responsive - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 720px) {
    #service .box ul {
        grid-template-columns: repeat(2, 1fr);
        max-width: 500px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 450px) {
    #service .box ul img {
        max-width: 60px;
    }
}