/* primera section */
.section2 {
    width: 100%;
    position: relative;
}

.section2 .imagenSection22 {
    display: none;
}

.section2 .imagenSection21 img {
    width: 100%;
}

.sectionfinal,
.sectionAgradecimiento {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenido-portada {
    background-color: #14AECF;
    padding: 20px 100px;
    border-radius: 5px;
    text-align: center;
}

.contenido-portada p {
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
    margin: 0;
}

.contenido-portada h1 {
    font-size: 32px;
    color: #FFF;
    font-weight: 800;
    margin: 10px 0 0 0;
}



.uk-button-principal {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

.uk-button-redes {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 1;
    background: #fff;
    color: #333333;
    border-radius: 10px;
}

.uk-button-principal img {
    width: 20px;
}

.uk-button-redes img {
    width: 24px;
}

.uk-button-celeste {
    background: #14AECF;
    color: #fff;
    border-radius: 10px;
    max-width: 300px;
    margin: 0 auto;
}

.uk-button-blanco {
    background: #fff;
    color: #14AECF;
    margin: 15px auto;
    border-radius: 10px;
    max-width: 300px;
}

.uk-button-celeste:hover {
    color: #fff;
}

.uk-button-redes:hover {
    color: #333;
}

.uk-button-blanco:hover {
    color: #14AECF;
}

.uk-button-verde {
    background: #09C806;
    color: #FFF;
}

.uk-button-verde:hover {
    color: #FFF;
}

.uk-checkbox {
    margin: 2px 4px !important;
    width: 12px !important;
    height: 12px !important;
}

.terminos {
    font-size: 14px !important;
}

.terminos a {
    font-size: 14px !important;
    color: #000;
    text-decoration: underline;
}

.iti {
    width: 100%;
}

.iti__selected-dial-code {
    font-size: 14px;
}

.uk-select {
    font-size: 14px;
}

.parte2 {
    padding: 40px 0;
}

.parte2 h3 {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 700;
    color: #14AECF;
    text-align: center;
}

.card {
    padding: 20px;
    border-radius: 10px;
    background-color: #14AECF;
}

.card img {
    height: 230px;
    margin: 0;
}

.card h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.card p {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.final {
    text-align: center;
    padding: 40px 20px;
    background-color: #14AECF;
}

.final p {
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    margin: 0;
}

.final h2 {
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
    margin: 0;
}

.img-prin {
    width: 90%;
    height: auto;
    margin: 30px 0;
}




@media only screen and (max-width: 1500px) {

    .contenido-portada {
        padding: 15px 80px;
    }

    .contenido-portada h1 {
        font-size: 24px;
        margin-top: 5px;
    }

    .contenido-portada p {
        font-size: 16px;
    }

    .img-prin {
        width: 80%;
        margin: 15px 0;
    }



}

@media only screen and (max-width: 1300px) {


    .uk-button-principal {
        padding: 10px;
        font-size: 16px;
    }

    .contenido-portada {
        padding: 10px 50px;
    }

    .contenido-portada h1 {
        font-size: 18px;
        margin-top: 0px;
    }

    .contenido-portada p {
        font-size: 14px;
    }

    .card h4 {
        font-size: 16px;
    }

    .card p {
        font-size: 13px;
    }

    .card img {
        height: 180px;
    }




}


/* Media Query para laptop */
@media only screen and (max-width: 1150px) {
    .img-prin {
        width: 70%;
    }
}

@media only screen and (max-width: 960px) {
    .img-prin {
        width: 60%;
    }

    .card img {
        height: 150px;
    }

}

@media only screen and (max-width: 850px) {



    .section2 .imagenSection21 {
        display: none;
    }

    .section2 .imagenSection22 {
        display: block;
    }

    .section2 .imagenSection22 img {
        width: 100%;
    }

    .img-prin {
        width: 100%;
        margin: 30px 0;
    }

    .contenido-portada {
        padding: 15px 0;
    }

    .contenido-portada h1 {
        font-size: 24px;
        margin-top: 5px;
    }

    .contenido-portada p {
        font-size: 16px;
    }

    .parte2 h3,
    .final h2 {
        margin: 0 0 15px 0;
        font-size: 18px;
    }

    .final p {
        font-size: 14px;
    }

    .parte2 {
        padding: 20px 0;
    }



}


@media only screen and (max-width: 767px) {
    .page-wrapper .page-main {
        padding: 0px;
    }

    .uk-modal-dialog {
        width: 100%;
    }

    .contenido-portada h1 {
        font-size: 18px;
        margin-top: 5px;
    }

    .contenido-portada p {
        font-size: 14px;
    }


}



@media (max-width: 576px) {

    .uk-button-principal {
        padding: 10px;
        font-size: 14px;
    }

    .contenido-portada h1 {
        font-size: 16px;
        margin-top: 5px;
    }

    .contenido-portada p {
        font-size: 12px;
    }

    .terminos {
        font-size: 12px !important;
    }

    .terminos a {
        font-size: 12px !important;
    }

    .uk-form-label {
        font-size: 12px;
    }

    .uk-input,
    .uk-select {
        font-size: 12px;
        height: 30px;
        padding: 0 10px;
    }

    .uk-select:not([multiple]):not([size]) {
        font-size: 12px;
        height: 30px;
        padding: 0 10px;
    }

    *+.uk-margin,
    .uk-margin-top {
        margin-top: 10px !important;
    }

    .uk-margin {
        margin-bottom: 10px;
    }

    .uk-input::placeholder,
    .uk-select {
        font-size: 12px;
    }

    .card h4 {
        font-size: 16px;
    }

    .card p {
        font-size: 12px;
    }

    .card {
        padding: 15px;
    }

    .parte2 h3,
    .final h2 {
        font-size: 16px;
    }

    .final p {
        font-size: 13px;
    }



}


@media only screen and (max-width: 400px) {

    .iti--separate-dial-code .iti__selected-dial-code {
        font-size: 12px;
    }


}