@import "fonts.css";

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Avenir-Roman;
    font-size: 14px;
    margin: 0;
    color: #202020;
}

a {
    cursor: pointer;
    text-decoration: none;
}
img {
    width: 100%;
    height: auto;
}
ul {
    list-style: none;
}
input,
textarea,
select {
    outline: none;
}

h2 {
    font-weight: normal;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    background-color: #fff;
}
.wrapper{
    padding: 20px 20px;
    max-width: 1240px;
    margin: auto;
}
.header__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu__mob img{
    width: 40px;
    height: 40px;
}
.close__menu{
    position: absolute;
    right: 20px;
    top: 20px;
}
.close__menu img{
    width: 25px;
}
.menu{
    position: fixed;
    height: 100%;
    width: 100%;
    right: 0; top: 0; bottom: 0;
    transform: translateX(100%);
    background-color: white;
    z-index: 999;
    padding: 100px 0px 10px 0px;
    text-align: center;
}
.menu ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu.active{
    transform: translateX(0);
    transition: all ease-in 300ms;
}
.menu.hide{
    transition: all ease-in 300ms;
}

.menu li a{
    color: #10457D;
    font-size: 20px;
    font-weight: bold;
    text-decoration: unset;
}
.menu li{
    padding: 10px 20px;
}


.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}
.header__logo__sm {
    position: fixed;
    top: 45px;
    margin-left: 15px;
    width: 150px;
}
.header__logo__img {
    width: 140px;
}
.header__icon__img {
    width: 30px;
    cursor: pointer;
}
.header__close {
    display: none;
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.header__close img {
    width: 20px;
}
.header__menu__list {
    display: none;
}
.header__menu__list a:hover {
    text-decoration: underline;
}
.header__menu__membresia img {
    width: 10px;
    margin-left: 6px;
}
.header__submenu__list {
    display: none;
    background-color: #10457D;
    padding: 20px 0;
    margin-top: 10px;
    box-shadow: 0px 2px 18px #433d381f
}
.header__submenu__list li:last-child {
    margin-bottom: 0 !important;
}
.header__menu.open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 3;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}
.header__menu.open .header__icon {
    display: none;
}
.header__menu.open .header__logo {
    text-align: center;
    width: 100%;
    margin-top: 80px;
}
.header__menu.open .header__logo__img {
    width: 230px;
}
.header__menu.open .header__menu {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.header__menu.open .header__menu__list {
    display: block;
}
.header__menu.open .header__menu__list li {
    margin-bottom: 25px;
}
.header__menu.open .header__menu__list a {
    font-size: 22px;
    color: #203C81;
}
.header__menu.open .header__submenu__list a {
    color: #00AFD7;
}
.header__menu.open .header__close {
    display: block;
}

.register {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 4;
    box-shadow: 0px 2px 18px #433d381f;
}
.register__content {
    background-color: #00AFD7;
    border-radius: 0 0 10px 10px;
}
.register__left {
    color: #fff;
    text-align: center;
}
.register__left p {
    width: 230px;
    margin: auto;
    line-height: 20px;
    padding: 3px 0;
    font-size: 16px;
}
.register__frm {
    display: flex;
    flex-direction: column;
}
.register__input {
    border: 4px solid #0067A0;
    padding: 12px 0;
    text-align: center;
    font-family: Avenir-Roman;
    font-size: 14px;
    color: #555555;
    outline: none;
}
.register__btn {
    font-size: 14px;
    border: 0;
    background-color: #0067A0;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-family: Avenir-Roman;
    cursor: pointer;
}
.register__msg {
    display: none;
    font-family: Avenir-Roman;
    font-size: 16px;
    line-height: 22px;
    color: #203C81;
    text-align: center;
    padding: 3px 0;
}
.register__input.has-error {
    border-color: red;
}
.has-error {
    border-color: red !important;
}

.link__email {
    color: #000;
    text-decoration: underline;
}
.link__email:visited {
    color: #000;
}
.link__temp {
    position: fixed;
    top: 70px;
    right: 10px;
    display: flex;
    align-items: center;
}
.link__temp a {
    display: flex;
    align-items: center;
}
.link__email img {
    width: 25px;
}

.bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 6;
}

.bg_header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 100vh;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 6;
}

.noscroll {
    overflow: hidden;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 450px;
    background-color: #1E2648;
    border-radius: 10px;
    z-index: 7;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
    color: #000;
    box-shadow: 0px 3px 30px #00004d;
}
.popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
}
.popup__img {
    width: 160px;
}
.popup__txt {
    font-size: 22px;
    color: #fff;
    font-family: Avenir-Black;
    margin-bottom: 30px;
}
.popup__btn {
    font-size: 14px;
    border: 2px solid #0067A0;
    transition: .3s all ease;
    padding: 8px 0;
    background-color: #0067A0;
    border-radius: 6px;
    display: block;
    max-width: 228px;
    text-decoration: none;
    color: #FFFFFF;
    width: 180px;
    margin: auto;
    cursor: pointer;
}

.popup__pdf {
    max-width: none;
    width: 300px;
    height: 500px;
    padding: 30px 10px;
    background-color: #fff;
}
.popup__pdf iframe,
.popup__pdf object {
    width: 100%;
    height: 70%;
    margin-bottom: 20px;
}
.popup__pdf .btn__pdf {
    background-color: #FFB71B;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: unset;
}
.popup__pdf img {
    width: 10px;
}
.popup__pdf .popup__close {
    top: 13px;
    width: 15px;
}
.pdf__title {
    font-family: Avenir-Black;
    font-size: 26px;
    text-align: center;
    color: #12559C;
    margin-bottom: 30px;
}
.btn__pdf img {
    width: 18px;
    vertical-align: middle;
}

.hide {
    display: none;
}

.screen768,
.screen1200 {
    display: none;
}

.footer__top {
    padding: 20px 0;
    background-color: #00AFD7;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.footer__logo{
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
}
.footer__logo span{
    font-weight: bold;
}
.footer__text{
    font-weight: unset;
    font-size: 14px;
}
.footer__links {
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
}
.facturacion{
    display: flex;
    justify-content: center;
    font-size: 15px;
    color: #fff;
}
.footer__links li {
    margin-bottom: 10px;
}
.footer__links a {
    font-size: 12px;
    color: #fff;
}
.footer__links a:hover {
    text-decoration: underline;
}

.footer__bottom {
    background-color: #0C437E;
}
.footer__bottom {
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.footer__bottom img {
    width: 30px;
    margin-left: 6px;
    vertical-align: unset;
}

.modal {
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
}

.modal-content {
    background-color: #FFFFFF;
    margin: 15% auto;
    max-width: 330px;
    width: 85%;
    padding: 25px 12px 40px 12px;
}

.modal__text {
    color: #202020;
    text-align: center;
    font: normal normal normal 18px/32px Avenir-Roman;
    margin-top: 20px 0px 32px 0px;
}

.modal__title {
    text-align: center;
    color: #12559C;
    font: normal normal normal 28px/32px Avenir-Black;
    margin: 35px 0;
}

.modal__cta {
    background-color: #FFB71B;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font: normal normal normal 20px/28px Avenir-Medium;
    padding: 11px 5px 8px 5px;
    max-width: 275px;
    margin: auto;
    display: block;
    border-radius: 6px;
}

.modal__enlace {
    color: #12559C;
    text-align: center;
    text-decoration: underline;
    font: normal normal normal 18px/25px Avenir-Medium;
    margin-top: 12px;
    display: block;
}

.modal__img {
    width: 192px;
    height: auto;
    margin: auto;
    display: block;
}

.close {
    float: right;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
    margin-right: -38px;
    margin-top: -25px;
    cursor: pointer;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    display: block;
    right: 38px;
    position: relative;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.close__img {
    width: 30px;
    height: 30px;
}

.logo_ike{
    width: 15% !important;
    position: relative;
    top: 5px;
}

.footer__logo img {
    vertical-align: unset;
}

@media screen and (min-width: 360px) {

    .header__menu.open .header__logo__img {
        width: 260px;
    }
    .header__menu.open .header__menu__list li {
        margin-bottom: 20px;
    }
    .header__menu.open .header__menu__list a {
        font-size: 25px;
    }

    .popup__btn {
        font-size: 16px;
    }

    .footer__links a {
        font-size: 14px;
    }
    .footer__top {
        padding: 30px 0;
    }
    .footer__logo {
        margin-bottom: 30px;
    }

}

@media screen and (min-width: 500px) {

    .register__left p {
        width: 100%;
        padding: 10px 0;
    }

    .popup__img {
        width: 200px;
    }

    .popup__pdf {
        width: 390px;
    }
    .popup__pdf iframe,
    .popup__pdf object {
        height: 77%;
    }
    
    .footer__logo {
        text-align: center;
    }
    .footer__links {
        justify-content: space-around;
    }
    .footer__links a {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {

    .menu{
        width: 40%;
        padding: 65px 0px 10px 0px;
    }

    .bg_header {
        width: 60%;
    }
    .register {
        background-color: #00AFD7;
    }
    .register__content {
        display: flex;
        align-items: center;
        padding: 6px 20px;
    }
    .register__left {
        width: 45%;
    }
    .register__left p {
        padding: 0;
        text-align: left;
    }
    .register__right {
        width: 55%;
    }
    .register__frm {
        display: flex;
        flex-direction: row;
    }
    .register__input {
        width: 260px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .register__btn {
        width: 120px;
        border-radius: 0;
        padding-bottom: 0;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .register__msg {
        text-align: left;
    }

    .popup__pdf {
        width: 700px;
        height: 600px;
        padding: 30px 10px;
    }
    .popup__pdf .btn__pdf { 
        font-size: 16px;
    }
    .pdf__title {
        font-size: 30px;
    }
    .popup__pdf iframe,
    .popup__pdf object {
        height: 82%;
    }

    .screen768 {
        display: block;
    }

    .footer__logo img {
        width: 300px;
    }
    .footer__links {
        flex-direction: column;
        max-width: 800px;
        margin: auto;
    }
    .footer__links ul {
        display: flex;
        justify-content: space-around;
    }
    .footer__links ul:first-child {
        margin-bottom: 20px;
    }
    .footer__links a {
        font-size: 18px;
    }
    .footer__bottom {
        font-size: 16px;
    }

}

@media screen and (min-width: 1000px) {
    .menu{
        width: 30%;
    }

    .bg_header {
        width: 70%;
    }
    .logo_ike{
        width: 4% !important;
    }
    .menu li a{
        font-size: 18px;
    }
    .header__menu.open {
        position: fixed;
        top: 0;
        right: 0;
        width: 25%;
        height: 100vh;
        background-color: #fff;
        z-index: 3;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .header__content {
        padding: 10px 10px;
    }
    .header__logo__img {
        width: 150px;
    }
    .header__menu__list li {
        margin: 0 10px;
    }
    .header__menu__list a {
        color: #0067A0;
        font-size: 18px;
    }
    .header__menu__membresia img {
        display: none;
    }
    .li__menu__membresia {
        position: relative;
    }
    .header__submenu__list {
        position: absolute;
        top: 15px;
        left: -50px;
        z-index: 3;
        width: 208px;
        padding: 12px 0;
        background-color: #fff;
    }
    .header__submenu__list li {
        padding: 4px 6px;
        padding-top: 5px;
        border-bottom: 1px solid #203C81;
        text-align: center;
    }
    .header__submenu__list li:last-child {
        border-bottom: 0;
    }
    .header__submenu__list a {
        color: #0067A0;
        font-size: 16px;
    }
    .header__submenu__list a:hover {
        text-decoration: none;
    }

    .register {
        top: 94px;
    }
    .register__left p {
        font-size: 18px;
        text-align: right;
        padding-right: 20px;
    }
    .register__input {
        padding: 10px 20px;
        width: 350px;
        font-size: 16px;
        text-align: left;
    }
    .register__btn {
        width: 140px;
        font-size: 16px;
    }

    .link__temp {
        top: 100px;
    }

    .modal-content {
        margin: 8% auto;
        max-width: 680px;
        padding: 25px 65px 48px 65px;
    }
    .modal__text {
        font: normal normal normal 20px/36px Avenir-Roman;
    }
    .modal__title {
        font: normal normal normal 30px/40px Avenir-Black;
    }
    .close {
        font-size: 50px;
        margin-right: -90px;
        margin-top: -20px;
        right: 50px;
    }
    .modal__enlace {
        font: normal normal normal 20px/28px Avenir-Medium;
        margin-top: 18px;
    }

}

@media screen and (min-width: 1120px) {
    .register {
        top: 79px;
    }
}

@media screen and (min-width: 1200px) {
    .menu{
        width: 20%;
    }

    .bg_header {
        width: 80%;
    }

    .header__menu__list li {
        margin: 0 15px;
    }
    .header__submenu__list {
        width: 214px;
        left: -60px;
    }

    .header__content,
    .register__content {
        max-width: 1200px;
        margin: auto;
    }
    .register__input {
        width: 450px;
    }
    .screen1200 {
        display: block;
    }
}

@media screen and (min-width: 1400px) {

    .register__left {
        width: 42%;
    }
    .register__right {
        width: 58%;
    }
    .register__input {
        width: 500px;
    }
}

.pointer{
    cursor: pointer;
}

.asistencia {
    background-color: #F6F6F6;
}
.asistencia__note {
    color: #202020;
    text-align: center;
    font-size: 20px;
    font-family: Avenir-Book;
    margin: 0;
    margin-bottom: 10px;
}
.asistencia__title {
    font-family: Avenir-Black;
    font-size: 30px;
    text-align: center;
    color: #203C81;
    margin: auto;
    margin-bottom: 30px;
}
.asistencia__info {
    margin-bottom: 20px;
}
.asistencia__item {
    margin-bottom: 20px;
}
.asistencia__item p {
    text-align: center;
    font-family: Avenir-Medium;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}
.asistencia__cta {
    text-align: center;
    font-family: Avenir-Book;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    border-radius: 6px;
    display: block;
    width: 90%;
    max-width: 270px;
    margin: auto;
    padding: 8px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.asistencia__cta img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}
.asistencia__item.individual_basico {
    margin-bottom: 30px;
}
.asistencia__item p {
    color: #0068A1;
}
.asistencia__item a {
    background-color: #0068A1;
    color: #fff;
}
.asistencia__item.individual_completo p {
    color: #00AFD7;
}
.asistencia__item.individual_completo a {
    background-color: #00AFD7;
    color: #fff;
}
.asistencia__item.individual_esencial {
    margin-bottom: 30px;
}
.asistencia__item.individual_esencial a {
    background-color: #000;
    color: #fff;
}

.asistencia__frm__note {
    color: #1E2648;
    text-align: center;
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
}
.asistencia__frm__title {
    font-family: Avenir-Black;
    font-size: 30px;
    text-align: center;
    color: #203C81;
    width: 320px;
    margin: auto;
    margin-bottom: 40px;
}
.asistencia__frm__content {
    width: 90%;
    margin: auto;
}
.asistencia__frm__group {
    position: relative;
    margin-bottom: 15px;
}
.asistencia__frm__help {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Avenir-Black;
    color: #fff;
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #00AFD7;
    border: 2px solid #00AFD7;
    border-radius: 50%;
    top: 11px;
    right: 12px;
    cursor: pointer;
    padding-top: 2px;
}
.asistencia__frm__input {
    width: 100%;
    border: 4px solid #A5D9E6;
    border-radius: 6px;
    padding: 10px;
    max-width: 600px;
    font-family: Avenir-Roman;
}
.asistencia__frm__input.has-error,
.asistencia__frm__textarea.has-error {
    border-color: red;
}
.asistencia__frm__textarea {
    font-family: Avenir-Book;
    width: 100%;
    border: 4px solid #A5D9E6;
    border-radius: 6px;
    padding: 10px;
    max-width: 600px;
    height: 100px;
}
.asistencia__frm__msg {
    display: none;
    color: #203C81;
    margin-top: 2px;
}
.asistencia__frm__button {
    display: flex;
    justify-content: flex-end;
}
.asistencia__frm__btn {
    border: 2px solid #0068A1;
    transition: .3s all ease;
    padding: 13px;
    background-color: #0068A1;
    border-radius: 6px;
    display: block;
    max-width: 228px;
    text-decoration: none;
    color: #FFFFFF;
    width: 140px;
    cursor: pointer;
}
.asistencia__frm__btn:hover {
    background-color: #10457D;
}
.assistencia__frm__temp {
    cursor: pointer;
}
.assistencia__frm__temp img {
    width: 20px;
    margin-top: 14px;
    margin-right: 15px;
}
.asistencia__cover {
    background-image: url('../img/asistencia.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 430px;
}