﻿@keyframes desplazar {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}
.c-form__check p {
    max-width: 500px;
}

.field-validation-error span {
    color: red !important;
    font-weight: normal;
    font-size:0.8em;
}

.swal-button {
    outline: none !important;
    cursor: pointer !important;
    color: #FFF !important;
    font-family: 'Montserrat',sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.0625rem !important;
    line-height: 0.6875rem !important;
    text-align: center !important;
    background-color: #009FE4 !important;
    border-radius: 20px !important;
    height: 40px !important;
    width: 190px !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    transition: all .3s !important;
}

.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    background-color: #edf0f4;
}

.filepond--drop-label.filepond--drop-label label {
    background: #eee;
    opacity: 0.7;
    font-weight:bold;
    color:#000;
}

.filepond--root {
    width: 120px !important;
    height: 120px !important;
    background-color: #ebd8d8 !important;
    border: none !important;
}

.ajaxloader {
    width: 60px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.ajaxloader img {
    width: 30px;
    height: 30px;
    display: none;
}
.star, .c-detail__star {
    cursor: pointer;
}
.starInactive {
    color: #FFF !important;
}

.swal-modal { padding:40px;}

@media (max-width: 767px) {
    .c-card-banner__title {
        font-size: 3rem;
        line-height: 3rem;
    }

    .c-card-banner__subtitle {
        font-size: 1rem;
        line-height: 1.6;
    }
}

/*
@media (min-width: 768px) {
    .o-section-magazine__claim2 .o-container .c-card-article .c-card-article__txt {
        min-height:300px;
    }
}*/


.c-footer {
    padding: 35px 0 40px;
}
.c-footer__share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 20px;
}
.c-footer__share .c-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #333333;
    color: #333333;
}
.c-footer__share .c-icon svg {
    width: 60%;
    height: 60%;
}
.c-footer__share .c-icon + .c-icon {
    margin-left: 15px;
}
.c-footer__share__title {
    text-transform: uppercase;
    color: #333333;
    font-size: 1rem;
    margin-bottom: 12px;
    text-align: center;
}
.c-footer__org {
    text-align: center;
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.c-footer__org a {
    color: #333333;
    display: inline-block;
}
.c-footer__org a:hover {
    text-decoration: underline;
}
.c-footer__mail {
    color: #333333;
    font-size: 1rem;
    text-align: center;
}
.c-footer__mail strong {
    font-weight: 600;
}
.c-footer__brand {
    max-width:150px;
    margin:20px;
}
.c-footer__thumb {
    width: 100%;
    max-width: 245px;
    margin: 35px auto 45px;
    display: block;
}
.c-footer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-footer__copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #333333;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 300;
}
.c-footer__copy span {
    margin-bottom: 5px;
    font-weight: 300;
}
.c-footer__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: rov;
        flex-direction: rov;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 300;
}
.c-footer__links a {
    font-weight: 300;
    color: #333333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
}
.c-footer__top {}
.c-footer__companies {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 45px;
}
.c-footer__companies a {
    overflow: hidden;
}
.c-footer__companies .vocento {
    color: #333333;
    padding-right: 5%;
}
.c-footer__companies .vocento span {
    display: block;
    text-align: right;
}
.c-footer__companies .vocento span:nth-child(2) {
    text-transform: uppercase;
    font-weight: 700;
}
.c-footer__companies .icon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #333333;
    color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-footer__companies .icon + .icon {
    margin-left: 2.5%;
}

@media (min-width: 768px) {
    .u-grid-columns-2-equals {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .c-footer__share .c-icon {
        width: 48px;
        height: 48px;
    }
    .c-footer__share .c-icon + .c-icon {
        margin-left: 20px;
    }
    .c-footer__share__title {
        text-align: left;
    }
    .c-footer__share {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-bottom: 0;
    }
    .c-footer__org {
        text-align: left;
        font-size: 1.4375rem;
        line-height: 1.75rem;
        margin-top: auto;
        margin-bottom: 50px;
    }
    .c-footer__mail {
        text-align: left;
        font-size: 1rem;
    }
    .c-footer__mail strong {
        font-size: 1.125rem;
    }
    .c-footer__brand {
        margin-bottom: 40px;
        max-width: 150px;
    }
    .c-footer__thumb {
        /*margin: 0 0 50px auto;*/
        max-width: 304px;
    }
    .c-footer__bottom {
        font-size: 1.125rem;
        padding-top: 45px;
        -ms-flex-direction: row;
            flex-direction: row;
    }
    .c-footer__copy span {
        margin-bottom: 0;
        font-size: 1.125rem;
    }
    .c-footer__copy {
        -ms-flex-direction: row;
            flex-direction: row;
    }
    .c-footer__links a {
        font-size: 1.125rem;
    }
    .c-footer__links a:before {
        content: '';
        background-color: #333333;
        display: block;
        height: 16px;
        width: 1px;
        margin: 0 5px;
    }
    .c-footer__links {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }
    .c-footer__top {}
    .c-footer__top > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    }
    .c-footer__companies .icon {
        height: 60px;
        width: 60px;
    }
    .c-footer__companies {
        margin-bottom: 0;
        -ms-flex-pack: end;
            justify-content: flex-end;
    }
    .c-footer {
        padding: 147px 0 35px;
    }


}


.modal {
    display: none;
    position: fixed;
    z-index: 5;
    top: 136px;
    height: calc(100% - 136px);
    left: 0;
    width: 100%;
    overflow: hidden;
}
.modal .c-program .o-slider {
    border: none;
    padding: 0;
    overflow-y: scroll;
    height: 50vh;
}
.modal.current {
    display: block;
}
.modal-content {
    background-color: $white;
    box-shadow: 0 10px 10px #00000033;
    border: 1px solid #99E8D2;
    margin: auto;
    padding: 10px;
    width: 100%;
    position: relative;
    max-width: 85%;
}
.modal-content__close {
    color: $color-3;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 3;
    width: 34px;
    height: 34px;
}
.modal-content__close svg {
    width: 34px;
    height: 34px;
}
.modal-content__close:hover, .modal-content__close:focus {
    opacity: .8;
    text-decoration: none;
    cursor: pointer;
}
.modal-content__title {
    font-size: 2.125rem;
    color: $color-1;
}
.modal-content__subtitle {
    font-family: $font-medium;
    color: $white;
    font-size: 1.25rem;
}
.modal-content-top {}
.modal-content-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px 0;
}
.modal-content-body-scroll {
    overflow-y: auto;
    max-height: 60vh;
    padding-right: 10px;
    margin-top: 20px;
}
.modal-content-body-scroll::-webkit-scrollbar {
    width: 10px;
}
.modal-content-body-scroll::-webkit-scrollbar-track {
    background-color: #535959;
}
.modal-content-body-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #FFF;
    width: 10px;
    height: 25px;
    display: block;
}
.open-modal {
    position: static;
    height: 100%;
    overflow: hidden;
}
.c-card {}
.c-card-speaker .share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px 0 35px;
    position: relative;
    z-index: 2;
}
.c-card-speaker .share .c-icon {
    color: $color-3;
    width: 17px;
    height: 17px;
}
.c-card-speaker .share .c-icon svg {
    width: 100%;
    height: 100%;
}
.c-card-speaker .share .c-icon:not(:last-child) {
    margin-right: 10px;
}
.flip-card {
    background-color: transparent;
    perspective: 1000px;
    margin: 0 auto;
    cursor: pointer;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1.6s;
    transform-style: preserve-3d;
}
.flip-card.open .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card.open .flip-card-back {
    transform: rotateY(180deg);
    box-shadow: 0 10px 10px #00000033;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    overflow-y: auto;
    height: 540px;
    background-color: #FFF;
    border: 1px solid #f2f2f2;
}
.flip-card.open .flip-card-back .c-detail__title {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.025rem;
    line-height: 1.3rem;
    text-transform: uppercase;
    min-height: 48px;
}
.flip-card.open .flip-card-back .c-detail__txt p {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1rem;
    margin-top: 20px;
}
.flip-card.open .flip-card-back .c-detail__txt p:not(:last-child) {
    margin-bottom: 10px;
}
.flip-card.open .flip-card-front {
    position: relative;
    z-index: 1;
}
.flip-card.open .o-section-speakers__cta {
    display: none;
}
.flip-card-front, .flip-card-back {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.flip-card-back {
    transform: rotateY(180deg);
    padding: 80px 20px;
    box-sizing: border-box;
    display: none;
}


.o-section-inscripcion {
    background-color: #f6f3f1;
    background-size: 100% 100%;
    padding: 10% 0;
}
.o-section-inscripcion .o-container {}
.o-section-inscripcion .o-tab {
    width: 90%;
    margin: 0 auto 5%;
}
.o-section-inscripcion__title {
    text-align: center;
    font-size: 2.5rem;
}
.o-section-inscripcion__disclaimer {
    width: 90%;
    margin: 0 auto;
    color: #FFF;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: normal;
    letter-spacing: 0.01875rem;
}

.c-card-buy {}
.c-card-buy__date {
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.025rem;
    color: #333333;
    margin-bottom: 4px;
}
.c-card-buy__date span {
    display: block;
}
.c-card-buy__price {
    font-size: 3.4375rem;
    line-height: 5rem;
    letter-spacing: -0.06875rem;
    color: #333333;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: baseline;
        align-items: baseline;
}
.c-card-buy__price small {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: normal;
    letter-spacing: 0.02813rem;
    padding-left: 2.5%;
    text-transform: uppercase;
}
.c-card-buy__flash {
    color: #bb002e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: -0.0125rem;
}
.c-card-buy__flash span {
    text-decoration: line-through;
    padding-right: 5px;
}
.c-card-buy__cta {
    width: 120px;
    height: 32px;
    margin: 0 auto;
    border-radius: 20px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0.02188rem;
    text-align: center;
    background-color: #00A5C1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 25px;
}
.c-card-buy__include {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.025rem;
    color: #333333;
    margin-bottom: 8px;
}
.c-card-buy__list {
    margin-bottom: 18px;
}
.c-card-buy__list > li {
    background: url(../img/icon/check.svg) no-repeat top left;
    padding-left: 30px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.02188rem;
    color: #333333;
}
.c-card-buy__list > li:not(:last-child) {
    margin-bottom: 5px;
}
.c-card-buy__options input[type="checkbox"] {
    display: none;
}
.c-card-buy__options .u-grid {
    grid-gap: 3px;
}
.c-card-buy__options .u-grid label {
    box-sizing: border-box;
    border: 1px solid #333333;
    height: 175px;
    margin: 1px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    transition: all .3s;
    padding: 20px 16px 8px 16px;
}
.c-card-buy__options #type-1:checked ~ .u-grid label[for="type-1"], .c-card-buy__options #type-2:checked ~ .u-grid label[for="type-2"], .c-card-buy__options #type-3:checked ~ .u-grid label[for="type-3"], .c-card-buy__options #type-4:checked ~ .u-grid label[for="type-4"] {
    color: #666;
    box-shadow: 0px 6px 8px #00000029;
    border: 3px solid #F6AD32;
    padding: 19px 16px 7px 16px;
}
.c-card-buy__options #type-1:checked ~ .u-grid label[for="type-1"] .c-card-buy__options__price, .c-card-buy__options #type-2:checked ~ .u-grid label[for="type-2"] .c-card-buy__options__price, .c-card-buy__options #type-3:checked ~ .u-grid label[for="type-3"] .c-card-buy__options__price, .c-card-buy__options #type-4:checked ~ .u-grid label[for="type-4"] .c-card-buy__options__price {
    color: #F6AD32;
}
.c-card-buy__options__type {
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.02813rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 4px;
}
.c-card-buy__options__type span {
    display: block;
    font-size: 1.875rem;
    letter-spacing: 0.04688rem;
    text-align: center;
}
.c-card-buy__options__date {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.c-card-buy__options__date span {
    display: block;
}
.c-card-buy__options__date:not(.small) {
    font-size: 1.125rem;
}
.c-card-buy__options__price {
    color: #333333;
    margin-top: auto;
    letter-spacing: -0.01875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: baseline;
        align-items: baseline;
    font-size: 0.75rem;
    transition: color .3s;
}
.c-card-buy__options__price span {
    letter-spacing: -0.0375rem;
    font-weight: bold;
    font-size: 1.875rem;
    margin-right: 5px;
}
.c-card-buy__options__cost {
    color: #333;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    margin: 20px 0 25px;
}
.c-card-buy__options__cost strong {
    font-weight: bold;
}
.c-card-buy__options__cost + .c-card-buy__cta {
    margin-top: 0;
    margin-bottom: 40px;
}
.c-card-buy-online {}
.c-card-buy-claim {}
.c-card-buy-claim:not(.nopadding) {
    padding: 5% 0;
}
.c-card-buy-claim__box {
    padding: 5% 0;
    color: #FFF;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}
.c-card-buy-claim__box p {
    color: #333;
}
/*.c-card-buy-claim__box:not(:last-child) {
    border-bottom: 2px solid #333;
}*/
.c-card-buy-claim__t1 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 0;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5%;
}
.c-card-buy-claim__date {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
}
.c-card-buy-claim__n2 {
    font-weight: 700;
    font-size: 3.4375rem;
    line-height: .8;
    letter-spacing: 0;
    color: #333;
}
.c-card-buy-claim__s2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.02813rem;
    color: #333;
    text-transform: uppercase;
}
.c-card-buy-claim__s2b {
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.02813rem;
    color: #333;
    margin-bottom: 2.5%;
}
.c-card-buy-claim__s2c {
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.02813rem;
    color: #333;
}
.c-card-buy-claim__t3 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    letter-spacing: 0.02813rem;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.c-card-buy-claim__s3 {
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0;
    color: #333;
    max-width: 120px;
    display: inline-block;
    vertical-align: sub;
    padding-left: 5%;
}
.c-card-buy-claim__s3b {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.02813rem;
    color: #333;
}
.c-card-buy-claim__n3 {
    font-weight: 700;
    font-size: 2.8125rem;
    line-height: 5rem;
    letter-spacing: 0;
    color: #333;
}
.c-card-buy-claim__t4 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 5px;
}
.c-card-buy-claim__s4 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #333;
    line-height: 1.3;
}
.c-card-buy-claim__s4 strong {
    font-weight: 700;
    display: block;
    font-size: 1rem;
    letter-spacing: 0;
}
.c-card-buy-claim__t5 {
    font-size: 1rem;
    font-weight: 300;
    color: #333;
    line-height: 1.3;
}
.c-card-buy-claim__t5 strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
}
.c-card-buy-claim__t5 .u-flex {
    width: 100%;
    margin: 15px 0 25px;
}
.c-card-buy-claim__t5 .u-flex img {
    width: 100%;
    max-width: 131px;
    margin-right: auto;
}
.c-card-buy-claim__t5 .u-flex span {
    width: 100%;
    max-width: calc(100% - 151px);
    text-align: left;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.03438rem;
    color: #333;
}
.c-card-buy-claim__cta {
    border: 2px solid #F6AD32;
    border-radius: 30px;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.03125rem;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 600;
    height: 50px;
    max-width: 250px;
    width: 100%;
    cursor: pointer;
    transition: background-color .3s;
}
.c-card-buy-claim__cta:hover {
    background-color: rgba(255,255,255, .1);
}
.c-card-buy-claim__t6 {
    font-size: 1rem;
    font-weight: 300;
    color: #FFF;
    line-height: 1.3;
}
.c-card-buy-claim__t6 strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
}
.c-card-buy-claim__s6 {
    font-size: 1rem;
    font-weight: 300;
    color: #FFF;
    line-height: 1.3;
    margin-bottom: 10px;
}
.c-card-buy-claim__t7 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
    color: #FFF;
}
.c-card-buy-claim__s7 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 0;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 5%;
    font-weight: 600;
}
.c-card-buy__post1 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.03125rem;
    margin-bottom: 30px;
}
.c-card-buy__post1 a {
    display: inline-block;
    text-decoration: underline;
    color: #030303;
}
.c-card-buy__post2 {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0rem;
    text-align: center;
}
.c-card-buy__post3 {
    font-size: 0.75rem;
    line-height: 1.75rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    text-align: center;
    margin-bottom: 30px;
}
.o-section-signin p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 300;
    letter-spacing: 0.02188rem;
    color: #5D5C5C;
}
.o-section-signin p span {}
.o-section-signin p span:not(.o-section-signin__nav__item) {
    color: #bb002e;
}
.o-section-signin p:not(.o-section-signin__desc) {
    margin-bottom: 5%;
}
.o-section-signin .c-form__button {
    font-size: 0.625rem;
    height: 30px;
    width: 100px;
}
.o-section-signin .c-form__button span {
    display: none;
}
.o-section-signin__title {
    text-transform: uppercase;
    color: #D4C18C;
    font-size: 1rem;
    max-width: 90%;
    margin: 0 auto 5%;
}
.o-section-signin__subtitle {
    text-transform: uppercase;
    color: #333;
    font-size: 1rem;
    margin-bottom: 5%;
}
.o-section-signin__legal {
    padding: 20px 0;
    max-width: 90%;
    margin: 0 auto;
}
.o-section-signin__legal .txt {
    letter-spacing: 0.01563rem;
    color: #5D5C5C;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 0.75rem;
    text-align: left;
}
.o-section-signin__legal .txt a {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
    color: #5D5C5C;
    cursor: pointer;
}
.o-section-signin__legal .c-form__check {
    padding: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
    max-width: 100%;
}
.o-section-signin__legal .c-form__check p {
    letter-spacing: 0.01563rem;
    color: #5D5C5C;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 0.75rem;
    text-align: left;
}
.o-section-signin__legal .c-form__check p a, .o-section-signin__legal .c-form__check p span {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
    color: #5D5C5C;
}
.o-section-signin__legal .c-form__check p a {
    cursor: pointer;
}
.o-section-signin__desc {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 5%;
}
.o-section-signin__next {
    width: 250px;
    height: 31px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.02188rem;
    color: #FFF;
    background-color: #00A5C1;
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.5%;
}
.o-section-signin__back {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0.0375rem;
    color: #5D5C5C;
    text-decoration: none;
    margin: 2.5% auto 0;
    display: block;
    cursor: pointer;
}
.o-section-signin__back:hover {
    text-decoration: underline;
}
.o-section-signin__claim {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
    border-top: 2px solid #C8C8C8;
}
.o-section-signin__claim p {
    font: normal normal 300 0.875rem/1.125rem Montserrat;
    letter-spacing: 0.02188rem;
    color: #5D5C5C;
}
.o-section-signin__claim .btn {
    width: 250px;
    height: 31px;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.02188rem;
    color: #FFF;
    background-color: #F6AD32;
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 2.5%;
}
.o-section-signin__bill {
    padding-bottom: 7.5%;
}
.o-section-signin__bill__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    border-top: 2px solid #C8C8C8;
    padding: 2.5% 0;
}
.o-section-signin__bill__item span {
    max-width: 50%;
}
.o-section-signin__bill__item strong {
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0.02813rem;
    color: #5D5C5C;
}
.o-section-signin__head {
    background-color: #f6f3f1;
    background-size: cover;
    height: 190px;
    margin-bottom: 24px;
}
.o-section-signin__head .u-grid-columns-2 {
    -ms-grid-rows: 1fr 1fr 48px;
        grid-template-rows: 1fr 1fr 48px;
    height: 100%;
}
.o-section-signin__head__title {
    /*font-family: 'Filosofia',serif;*/
    color: #333;
    font-size: 1.5rem;
    line-height: 1.6875rem;
    padding: 5% 0;
    width: 90%;
}
.o-section-signin__head__title span {
    color: #D4C18C;
}
.o-section-signin__head__msg {
    border-top: 2px solid #C8C8C8;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-top: 2.5%;
    width: 90%;
}
.o-section-signin__head__msg__title {
    color: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: auto;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.125rem;
}
.o-section-signin__head__msg__title strong {
    margin-left: auto;
}
.o-section-signin__head__msg__subtitle {
    color: #333;
    text-align: right;
    width: 100%;
    display: block;
    margin-left: auto;
    max-width: 95px;
    line-height: 0.875rem;
    letter-spacing: 0.01563rem;
    font-size: 0.625rem;
}
.o-section-signin__head__msg-check {
    background-color: #DBF1F1;
    border-radius: 24px;
    padding: 2.5%;
    width: 90%;
}
.o-section-signin__head__msg-check__title {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #333333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
}
.o-section-signin__head__msg-check__title:before {
    content: '';
    background: url(../img/svg/check-ok.svg) no-repeat center center;
    width: 32px;
    height: 32px;
    display: block;
}
.o-section-signin__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 90%;
    margin: 0 auto -48px;
}
.o-section-signin__nav__item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #c8c8c8;
    color: #999;
    font-size: 1.5rem;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.o-section-signin__nav:before {
    content: '';
    background-color: #c8c8c8;
    height: 8px;
    width: 99.9%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    z-index: -1;
}
.o-section-signin__nav:after {
    content: '';
    background-color: #F6AD32;
    height: 8px;
    width: 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    z-index: -1;
}
.o-section-signin__step {
    display: none;
    background-color: #FFF;
    padding: 5% 0;
}
.o-section-signin__step-1, .o-section-signin__step-2, .o-section-signin__step-3, .o-section-signin__step-3-1, .o-section-signin__step-4 {
    padding-bottom: 2.5%;
}
.o-section-signin__step-2 .u-grid-columns-3 {
    margin-bottom: 0;
}
.o-section-signin__step-3 .o-section-signin__subtitle {
    color: #333333;
    border-top: 2px solid #C8C8C8;
    padding-top: 2.5%;
}
.o-section-signin__step-3 .o-section-signin__next {}
.o-section-signin__step-3-1 {
    padding-left: 5%;
    padding-right: 5%;
}
.o-section-signin__step-3-1 .o-section-signin__title {
    max-width: 100%;
}
.o-section-signin__step-4 .c-form__text {}
.o-section-signin__step-4 .c-form__text > .c-form__text {
    max-width: 100%;
}
.o-section-signin__step-4 .o-section-signin__desc {}
.o-section-signin__step-4 .o-section-signin__claim .btn {}
.o-section-signin.active-1 .o-section-signin__step-1 {
    display: block;
}
.o-section-signin.active-1 .o-section-signin__nav__item-1 {
    background-color: #F6AD32;
    color: #333333;
}
.o-section-signin.active-2 .o-section-signin__step-2 {
    display: block;
}
.o-section-signin.active-2 .o-section-signin__nav__item-1, .o-section-signin.active-2 .o-section-signin__nav__item-2 {
    background-color: #F6AD32;
    color: #333333;
}
.o-section-signin.active-2 .o-section-signin__nav {}
.o-section-signin.active-2 .o-section-signin__nav:after {
    width: 33.33%;
}
.o-section-signin.active-3 .o-section-signin__step-3 {
    display: block;
}
.o-section-signin.active-3 .o-section-signin__nav__item-1, .o-section-signin.active-3 .o-section-signin__nav__item-2, .o-section-signin.active-3 .o-section-signin__nav__item-3 {
    background-color: #F6AD32;
    color: #333333;
}
.o-section-signin.active-3 .o-section-signin__nav {}
.o-section-signin.active-3 .o-section-signin__nav:after {
    width: 66.67%;
}
.o-section-signin.active-3-1 .o-section-signin__step-3-1 {
    display: block;
}
.o-section-signin.active-3-1 .o-section-signin__nav__item-1, .o-section-signin.active-3-1 .o-section-signin__nav__item-2, .o-section-signin.active-3-1 .o-section-signin__nav__item-3, .o-section-signin.active-3-1 .o-section-signin__nav__item-3-1 {
    background-color: #F6AD32;
    color: #333333;
}
.o-section-signin.active-3-1 .o-section-signin__nav {}
.o-section-signin.active-3-1 .o-section-signin__nav:after {
    width: 66.67%;
}
.o-section-signin.active-4 .o-section-signin__step-4 {
    display: block;
}
.o-section-signin.active-4 .o-section-signin__nav__item-1, .o-section-signin.active-4 .o-section-signin__nav__item-2, .o-section-signin.active-4 .o-section-signin__nav__item-3, .o-section-signin.active-4 .o-section-signin__nav__item-3-1, .o-section-signin.active-4 .o-section-signin__nav__item-4 {
    background-color: #F6AD32;
    color: #333333;
}
.o-section-signin.active-4 .o-section-signin__nav {}
.o-section-signin.active-4 .o-section-signin__nav:after {
    width: 99.9%;
}
.o-tab {
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
    border: 1px solid #707070;
}
.o-tab input[type="radio"] {
    display: none;
}
.o-tab #option-1:checked ~ .o-tab__nav:after {
    left: 0;
}
.o-tab #option-2:checked ~ .o-tab__nav:after {
    left: 50%;
}
.o-tab #option-1:checked ~ .o-tab__nav label[for="option-1"], .o-tab #option-2:checked ~ .o-tab__nav label[for="option-2"], .o-tab #option-3:checked ~ .o-tab__nav label[for="option-3"] {
    color: #333;
}
.o-tab #option-1:checked ~ .o-tab__nav label[for="option-1"] span, .o-tab #option-2:checked ~ .o-tab__nav label[for="option-2"] span, .o-tab #option-3:checked ~ .o-tab__nav label[for="option-3"] span {
    color: #000;
}
.o-tab #option-1:checked ~ .o-tab__content > div:nth-child(1), .o-tab #option-2:checked ~ .o-tab__content > div:nth-child(2), .o-tab #option-3:checked ~ .o-tab__content > div:nth-child(3) {
    visibility: visible;
    height: auto;
    opacity: 1;
}
.o-tab__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 2px solid #33333380;
    position: relative;
}
.o-tab__nav label {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0;
    color: #33333380;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
    width: 50%;
    text-align: center;
    padding-bottom: 10px;
}
.o-tab__nav label span {
    display: block;
    font-weight: 600;
}
.o-tab__nav:after {
    content: '';
    height: 8px;
    border-radius: 4px;
    display: block;
    width: 50%;
    background-color: #F6AD32;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: left .3s cubic-bezier(0, 0, 0.2, 1);
}
.o-tab__content {
    padding: 30px 0 0;
}
.o-tab__content > div {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease-out;
}

.c-card-buy-claim-2 {
    padding: 25px 0;
    margin: 0 15px;
    border:none;
}
.c-card-buy-claim-2__title {
    font: 500 1.5rem/1.75rem 'Montserrat',sans-serif;
    letter-spacing: 0.0375rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.c-card-buy-claim-2__desc {
    font: normal normal normal 1.125rem/1.5rem 'Montserrat',sans-serif;
    letter-spacing: 0.02813rem;
}
.c-card-buy-claim-2__pago {
    font: 500 1.125rem/1.5rem 'Montserrat',sans-serif;
    letter-spacing: 0.02813rem;
    margin: 15px 0;
}
.c-card-buy-claim-2__tarjeta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
}
.c-card-buy-claim-2__tarjeta > * {}
.c-card-buy-claim-2__tarjeta > *:not(:first-child) {
    margin-left: 15px;
}

@media (min-width:992px) {
     .o-section-inscripcion .o-container {
        max-width: 1070px;
    }
    .o-section-inscripcion__title {
        font-size: 4.375rem;
    }
    .o-section-inscripcion .o-tab {
        width: 100%;
        margin: 0 0 5%;
    }
    .o-section-inscripcion .o-tab.minheight {
        min-height: 690px;
    }

     .c-card-buy__date span {
        width: 200px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
    }
    .c-card-buy__date span:before {
        content: '';
        width: 2px;
        height: 24px;
        background-color: #333333;
        margin: 0 2.5%;
        display: block;
    }
    .c-card-buy__date {
        margin-bottom: 10px;
        font-size: 1.5rem;
        letter-spacing: 0.0375rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
    }
    .c-card-buy__price small {
        letter-spacing: 0.0375rem;
        font-size: 1.5rem;
    }
    .c-card-buy__price {
        font-size: 4.375rem;
        letter-spacing: -0.0875rem;
    }
    .c-card-buy__flash {
        font-size: 1.125rem;
        letter-spacing: 0.02813rem;
    }
    .c-card-buy__cta {
        width: 255px;
        height: 54px;
        border-radius: 30px;
        font-size: 1.5rem;
        line-height: 1.5rem;
        letter-spacing: 0.0375rem;
        margin-top: 25px;
        margin-bottom: 65px;
    }
    .c-card-buy__include {
        font-size: 1.125rem;
        line-height: 1.75rem;
        letter-spacing: 0.02813rem;
        margin-bottom: 2px;
    }
    .c-card-buy__list > li {
        font-size: 1.125rem;
        line-height: 1.75rem;
        letter-spacing: 0.02813rem;
    }
    .c-card-buy__list {
        margin-bottom: 20px;
    }
    .c-card-buy-claim__box {
        max-width: inherit;
        padding: 7.5% 0;
    }
    .c-card-buy-claim__t1 {
        font-size: 2.125rem;
        line-height: 2.625rem;
    }
    .c-card-buy-claim__date {
        font-size: 1.25rem;
        letter-spacing: 0.03125rem;
    }
    .c-card-buy-claim__n2 {
        font-size: 5rem;
    }
    .c-card-buy-claim__s2b {
        font-size: 1.5rem;
        letter-spacing: 0.0375rem;
    }
    .c-card-buy-claim__s2c {
        font-weight: 300;
        font-size: 1.375rem;
    }
    .c-card-buy-claim__s2 {
        font-size: 1.5rem;
        letter-spacing: 0.0375rem;
    }
    .c-card-buy-claim__t3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .c-card-buy-claim__s3 {
        font-size: 1rem;
        line-height: 1.25rem;
        max-width: 140px;
    }
    .c-card-buy-claim__s3b {
        font-weight: 300;
        font-size: 1.375rem;
    }
    .c-card-buy-claim__n3 {
        font-size: 4.375rem;
    }
    .c-card-buy-claim__t4 {
        font-size: 1.5rem;
        letter-spacing: 0.03125rem;
        margin-bottom: 10px;
    }
    .c-card-buy-claim__s4 strong {
        font-size: 1.25rem;
    }
    .c-card-buy-claim__s4 {
        font-size: 1.5rem;
        letter-spacing: 0.03125rem;
    }
    .c-card-buy-claim__t5 .u-flex span {
        font-size: 1.375rem;
    }
    .c-card-buy-claim__cta {
        font-size: 1.25rem;
    }
    .c-card-buy-claim__s6 {
        font-size: 1.25rem;
        letter-spacing: 0.03125rem;
    }
    .c-card-buy-claim__t7 {
        font-size: 2.125rem;
        line-height: 2.25rem;
        letter-spacing: 0;
    }
    .c-card-buy-claim__s7 {
        font-size: 2.125rem;
        line-height: 2.625rem;
        max-width: 9ch;
    }
    .c-card-buy__post1 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .c-card-buy__post2 {
        font-size: 1.5rem;
        letter-spacing: 0.0375rem;
    }
    .c-card-buy__post3 {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .o-section-signin__title {
        max-width: inherit;
        margin-bottom: 2.5%;
        font-size: 1.5rem;
        text-align: center;
    }
    .o-section-signin__subtitle {
        margin-bottom: 2.5%;
    }
    .o-section-signin__legal .txt {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }
    .o-section-signin__legal .c-form__check p {
        font-size: 0.75rem;
        line-height: 1.125rem;
        margin-bottom: 0;
    }
    .o-section-signin__legal .c-form__check {
        width: 100%;
        max-width: 100%;
    }
    .o-section-signin__legal {
        padding: 40px 0;
        max-width: 50%;
    }
    .o-section-signin p:not(.o-section-signin__desc) {
        margin-bottom: 2.5%;
    }
    .o-section-signin p {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
    .o-section-signin__desc {
        max-width: inherit;
        margin: 0 0 5%;
        text-align: center;
    }
    .o-section-signin__next {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        letter-spacing: 0.0375rem;
        width: 534px;
        height: 54px;
        border-radius: 30px;
    }
    .o-section-signin__back {
        font-size: 1.5rem;
        line-height: 1.8125rem;
    }
    .o-section-signin__claim .btn {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        letter-spacing: 0.0375rem;
        width: 534px;
        height: 54px;
        border-radius: 30px;
    }
    .o-section-signin__claim {
        max-width: inherit;
        margin-top: 5%;
    }
    .o-section-signin__head .u-grid-columns-2 {
        -ms-grid-rows: 1fr 48px;
            grid-template-rows: 1fr 48px;
    }
    .o-section-signin__head .u-grid-columns-2 div {}
    .o-section-signin__head .u-grid-columns-2 div:nth-child(2) {
        border-left: none !important;
    }
    .o-section-signin__head__title span {
        display: block;
    }
    .o-section-signin__head__title {
        padding: 0;
        font-size: 2.5rem;
        line-height: 2.8125rem;
        width: 100%;
    }
    .o-section-signin__head__msg {
        width: 70%;
    }
    .o-section-signin__head__msg__title {
        margin-bottom: 2.5%;
        font-size: 1.125rem;
        line-height: 1.375rem;
        letter-spacing: 0.02813rem;
    }
    .o-section-signin__head__msg__subtitle {
        max-width: inherit;
        font-size: 0.875rem;
        line-height: 1.125rem;
        letter-spacing: 0.02188rem;
    }
    .o-section-signin__head__msg-check__title {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .o-section-signin__head__msg-check {
        width: 70%;
    }
    .o-section-signin__nav {
        max-width: 50%;
        justify-self: end;
    }
    .o-section-signin .c-form__button {
        height: 50px;
        width: 200px;
        font-size: 0.875rem;
        font-weight: 700;
        border-radius: 30px;
    }
    .o-section-signin .c-form__button span {
        display: block;
        padding: 0 0 0 3px;
    }
    .o-section-signin .u-grid-columns-2 {
        -ms-grid-columns: 50% 50%;
            grid-template-columns: 50% 50%;
    }
    .o-section-signin .u-grid-columns-2 div {}
    .o-section-signin .u-grid-columns-2 div:nth-child(2) {
        border-left: 2px solid #5D5C5C;
    }
    .o-section-signin__step {
        padding: 2.5% 0;
        max-width: 1450px;
        margin: 0 auto;
    }
    .o-section-signin__step-3 .o-section-signin__next {
        width: 100%;
    }
    .o-section-signin__step-3-1 {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    .o-section-signin__step-4 .o-section-signin__desc {
        padding-left: 7.5%;
        padding-right: 7.5%;
        width: inherit;
        margin-bottom: 2.5%;
    }
    .o-section-signin__step-4 .o-section-signin__desc:last-child {
        margin-bottom: 5%;
    }
    .o-section-signin__step-4 .o-section-signin__claim .btn {
        width: 100%;
    }

    .o-tab__nav label {
        font-size: 2.125rem;
        padding-bottom: 15px;
    }

    .o-tab {
        padding: 30px;
    }
}

.o-section-prensa {
    padding: 15px 0;
    background-color:#c0c0c0;
}
.o-section-prensa__link {
    color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    letter-spacing: 0;
}
.o-section-prensa__link__thumb svg {
    width: 45px;
    height: 45px;
}
.o-section-prensa__link__txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 15px;
}
.o-section-prensa__link__txt strong {
    color: #FFF;
    text-transform: uppercase;
}
.o-section-prensa__link__txt a {
    font-weight: 300;
    color: #FFF;
}
.o-section-prensa__link__txt__cta {
    border: 1px solid #FFF;
    border-radius: 30px;
    text-align: center;
    font-size: 0.6875rem;
    letter-spacing: 0.03125rem;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 600;
    height: 30px;
    max-width: 260px;
    width: 100%;
    cursor: pointer;
    transition: background-color .3s;
    text-transform: uppercase;
    margin-top: 5px;
    padding: 0 5px;
}
.o-section-prensa__link__txt__cta span {
    margin-right: 5px;
    display: block;
    white-space: nowrap;
}
.o-section-prensa__link__txt__cta svg {
    width: 10px;
    height: 10px;
}
.o-section-prensa__link__txt__cta:hover {
    background-color: rgba(255,255,255, .1);
}
@media (min-width:992px) {
     .o-section-prensa__link__thumb svg {
        width: 73px;
        height: 73px;
    }
    .o-section-prensa__link__txt strong {
        padding: 0 5px 0 15px;
    }
    .o-section-prensa__link__txt__cta svg {
        width: 20px;
        height: 20px;
    }
    .o-section-prensa__link__txt__cta {
        border: 2px solid #FFF;
        margin-top: 0;
        font-size: 1.25rem;
        height: 50px;
        padding: 0 15px;
        margin-left: auto;
    }
    .o-section-prensa__link__txt {
        -ms-flex-direction: row;
            flex-direction: row;
        font-size: 1.5rem;
        -ms-flex-pack: start;
            justify-content: flex-start;
        width: 100%;
        max-width: 940px;
    }
}


.c-live {
    box-sizing: border-box;
}
.c-live__head {
    background-color: #FFF;
    max-width: 990px;
    margin: 0 auto;
    padding: 15px 0;
}
.c-live__head__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
        grid-template-columns: 1fr 25px 1fr 25px 1fr;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden;
}
.c-live__head__wrap > * {}
.c-live__head__wrap > *:first-child {
    width: 100%;
    max-width: 55px;
    margin-left: auto;
    display: block;
}
.c-live__head__wrap > *:first-child img {
    width: 100%;
}
.c-live__head__wrap > *:last-child {
    width: 100%;
    max-width: 135px;
    margin-left: -10%;
    display: block;
}
.c-live__head__wrap > *:last-child img {
    width: 100%;
}
.c-live__head__slash {
    background-color: #7D7F3D;
    -webkit-clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
            clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
    width: 15px;
    height: 55px;
    display: block;
    margin: 0 auto;
}
.c-live__head__title {
    color: $fus-02;
    font-size: 2.3125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
}
.c-live__head__title span {}
.c-live__head__title span:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #bb002e;
    border-radius: 50%;
    overflow: hidden;
    animation: bullet 1s infinite;
}
.c-live__head2 {
    background-color: #FFF;
    max-width: 990px;
    margin: 0 auto;
}
.c-live__head2__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-live__head2__title {
    color: #bb002e;
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
}
.c-live__head2__title span {
    margin-right: 10px;
}
.c-live__head2__title span:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #bb002e;
    border-radius: 50%;
    overflow: hidden;
    animation: bullet 1s infinite;
}
.c-live__head2__thumb {
    width: 100%;
    max-width: 102px;
}
.c-live__top {
    max-width: 990px;
    margin: 0 auto;
}
.c-live__top .hour {
    font-size: 1.25rem;
    line-height: 1;
    color: #9F9989;
    opacity: .3;
}
.c-live__top .hour span {
    font-size: 0.875rem;
    display: block;
    line-height: 1.3;
    margin-top: auto;
    padding-left: 3px;
}
.c-live__top .time {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-top: 7px;
    position: relative;
}
.c-live__top .time i {
    width: 2px;
    height: 15px;
    background-color: #D5C5BA;
}
.c-live__top .time i:nth-child(4) {
    height: 30px;
}
.c-live__top .time .cursor {
    width: 2px;
    height: 30px;
    background-color: #d00;
    position: absolute;
    bottom: 0;
    visibility: hidden;
}
.c-live__content {
    
    padding: 5vh 5px;
  
    max-width: 990px;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-live__content .author .type {
    color: #7D7F3D;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.c-live__content .author .thumb {
    width: 120px;
    height: 90px;
    margin: 0;
    display: block;
    overflow: hidden;
}
.c-live__content .author .txt .name {
    color: #3C2814;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1rem;
}
.c-live__content .author .txt .desc {
    color: #3C2814;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.4375rem;
    letter-spacing: 0.03125rem;
    line-height: 0.8125rem;
}
.c-live__content .o-scroll-col4 .item {
    max-width: 120px;
}
.c-live__content__thumb {
    height: 300px;
    position: relative;
}
.c-live__content__thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}
.c-live__content__thumb:before {
    content: attr(data-title);
    position: absolute;
    padding: 0;
    top: 10px;
    right: 15px;
    white-space: nowrap;
    color: #FFF;
    z-index: 99999;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.08313rem;
    text-align: right;
    text-transform: uppercase;
    line-height: 0.9375rem;
}
.c-live__content__track {
    border-radius: 50%;
    border: 5px solid #FFF;
    width: 230px;
    height: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -115px;
    font-size: 9.375rem;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
}
.c-live__content__video {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    border: 5px solid #FFF;
    transition: border .3s;
}
.c-live__content__video img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.c-live__content__video .icon {
    width: 60px;
    height: 25px;
    border-radius: 15px;
    background-color: rgba(51,51,51,0.75);
    box-shadow: 2px 2px 20px 0 rgba(180,150,130,0.1);
    color: #FFF;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -12.5px;
}
.c-live__content__video .icon:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #FFF;
    margin-left: 10px;
}
.c-live__content__video .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #E0E0E0;
    width: 100%;
}
.c-live__content__video .progress .bar {
    height: 5px;
    display: block;
    background-color: #05DCDC;
}
.c-live__content__video .progress .bar[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
.c-live__content__video .progress .bar[data-title] {
    position: relative;
}
.c-live__content__video .progress .bar[data-title]:before {
    content: attr(data-title);
    position: absolute;
    text-align: center;
    padding: 0;
    bottom: 17.5px;
    left: calc(100% - 22px);
    white-space: nowrap;
    height: 15px;
    width: 40px;
    border-radius: 7.5px;
    background-color: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(180, 150, 130, 0.1);
    z-index: 99999;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.9375rem;
    color: #3C828C;
}
.c-live__content__video .progress .bar[data-title]:after {
    content: '';
    width: 2px;
    height: 12px;
    background-color: #FFF;
    display: block;
    position: absolute;
    bottom: 5.5px;
    left: calc(100% - 2px);
}
.c-live__content__txt {
    padding: 0 10%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: column;
        flex-direction: column;
}
.c-live__content__txt__type {
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    color: #584B3F;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 1.25rem;
}
.c-live__content__txt__title {
    font-family: 'Montserrat',sans-serif;
    color: #584B3F;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.625rem;
}
.c-live__content__bottom {
    padding: 0 5% 5%;
    grid-row-gap: 15px;
}
.c-live__content > .u-grid-columns-2 {}
.c-live__content-pad .c-live__content__txt {
    padding: 5%;
}
.c-live__talk {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    overflow: hidden;
}
.c-live__talk .animate {
    width: 100%;
    max-width: 440px;
    animation-duration: 12s;
    animation-name: desplazar;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
.c-live__talk__title {
    color: #FFF;
    font-family: 'Work Sans',sans-serif;
    font-size: 0.9rem;
    line-height: 1.2;
    letter-spacing: 0.01875rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.c-live__talk__speaker {
    color: #FFF;
    font-family: 'Work Sans',sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 0.8125rem;
    letter-spacing: 0;
    text-transform: none;
}
.c-live__talk__type {
    font-size: 0.6875rem;
    letter-spacing: 0;
    text-align: right;
    color: #FFF;
    text-transform: uppercase;
}
.c-live__talk__hour {
    font-size: 0.6875rem;
    letter-spacing: 0;
    text-align: right;
    color: #FFF;
}
.c-live__talk:hover .animate {
    animation-play-state: paused;
}
.c-live__lang {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
}
.c-live__lang a {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    position: relative;
}
.c-live__lang a:not(:last-child) {
    margin-right: 15px;
}
.c-live__lang a.current {}
.c-live__lang a.current:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #FFF;
    display: block;
    bottom: -5px;
    left: 0;
    position: absolute;
    margin: 0;
}
.c-live__meta {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    border-bottom: 1px solid #FFF;
    padding: 0 0 15px;
}
.c-live__meta__type {
    font-size: 0.6875rem;
    letter-spacing: 0;
    text-align: right;
    color: #FFF;
    text-transform: uppercase;
}
.c-live__meta__hour {
    font-size: 0.6875rem;
    letter-spacing: 0;
    text-align: right;
    color: #FFF;
}
.c-live__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
}
.c-live__info-current {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
    grid-column: 1 / span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(80px, 30%);
    grid-template-columns: 1fr minmax(80px, 30%);
    background-color: #00A5C1;
    padding: 15px 10px;
}
.c-live__info-current__title {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    font-weight: bold;
   /* text-transform: uppercase;*/
    font-size: 1.25rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #FFF;
}
.c-live__info-prev {
    background-color: #F6F3F1;
    padding: 15px 25px 15px 10px;
}
.c-live__info-prev .c-live__talk__title, .c-live__info-prev .c-live__talk__hour {
    color: #333333;
    text-align: left;
}
.c-live__info-next {
    background-color: #F6F3F1;
    padding: 15px 10px 15px 25px;
}
.c-live__info-next .c-live__talk__title, .c-live__info-next .c-live__talk__hour {
    color: #333333;
    text-align: right;
}

@media (min-width:768px)
{
    .c-live__head__wrap {
        -ms-grid-columns: 1fr minmax(25px,90px) 1fr minmax(25px,90px) 1fr;
            grid-template-columns: 1fr minmax(25px,90px) 1fr minmax(25px,90px) 1fr;
    }
    .c-live__head__wrap > *:first-child {
        max-width: 140px;
    }
    .c-live__head__wrap > *:last-child {
        max-width: 360px;
    }
    .c-live__head__slash {
        width: 40px;
        height: 145px;
    }
    .c-live__head__title span:after {
        width: 26px;
        height: 26px;
    }
    .c-live__head__title {}
    .c-live__head {
        padding: 30px 0;
    }
    .c-live__top .hour {
        font-size: 2rem;
        letter-spacing: 0.04438rem;
    }
    .c-live__top .hour span {
        font-size: 1rem;
    }
    .c-live__top .time i {
        height: 20px;
    }
    .c-live__top .time i:nth-child(4) {
        height: 40px;
    }
    .c-live__top .time .cursor {
        height: 40px;
    }
    .c-live__top .time {
        margin-top: 0;
    }
    .c-live__content__thumb:before {
        font-size: 1rem;
        line-height: 1.875rem;
        top: 15px;
        right: 30px;
    }
    .c-live__content__thumb {
        height: 690px;
    }
    .c-live__content__track {
        width: 450px;
        height: 450px;
        margin-top: -225px;
        margin-left: -225px;
        font-size: 18.75rem;
        border: 10px solid #FFF;
    }
    .c-live__content__video .icon {
        width: 120px;
        height: 50px;
        margin-left: -60px;
        margin-top: -25px;
        border-radius: 40px;
        font-size: 1rem;
    }
    .c-live__content__video .icon:after {
        border-width: 8px 0 8px 8px;
        margin-left: 5px;
    }
    .c-live__content__video .progress .bar {
        height: 15px;
    }
    .c-live__content__video .progress .bar[data-title] {}
    .c-live__content__video .progress .bar[data-title]:before {
        bottom: 35px;
        left: calc(100% - 42px);
        height: 30px;
        width: 80px;
        border-radius: 40px;
        font-size: 0.75rem;
        line-height: 1.875rem;
    }
    .c-live__content__video .progress .bar[data-title]:after {
        height: 20px;
        bottom: 15px;
    }
    .c-live__content__txt__type {}
    .c-live__content__txt__title {}
    .c-live__content {
        padding: 5vh;
    }
    .c-live__content .c-card-auditorio__thumb .c-card-intro__thumb {
        margin-top: -38px;
        margin-left: -150px;
        transform: scale(1.6);
    }
    .c-live__content__bottom {
        padding: 0 0 5% 0;
        min-height: 180px;
    }
    .c-live__content > .u-grid-columns-2 {
        -ms-grid-columns: 1fr 690px;
            grid-template-columns: 1fr 690px;
        grid-column-gap: 70px;
        grid-row-gap: 30px;
    }
    .c-live__content-pad .c-live__content__txt {
        padding: 0 10%;
    }
    .c-live__content-pad {
        padding: 5vh 0;
    }
    .c-live__content .author .type {
        font-size: 0.6875rem;
    }
    .c-live__content .o-scroll-col4 .item {
        max-width: 120px;
    }
    .c-live__info {
        -ms-grid-columns: minmax(120px, 200px) 1fr  minmax(120px, 200px);
            grid-template-columns: minmax(120px, 200px) 1fr  minmax(120px, 200px);
    }
    .c-live__info-current {
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1;
        padding: 15px 25px;
    }
    .c-live__info-prev {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 /span 1;
    }
    .c-live__info-next {
        -ms-grid-column-span: 1;
        -ms-grid-column: 3;
            grid-column: 3 / span 1;
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 /span 1;
    }
    .c-live__timeline__item {
        width: 990px;
    }
    .c-live__timeline__item.slick-current {
        width: 990px !important;
    }
    .c-live__timeline:before {
        height: 74px;
    }
    .c-live {
        width: 990px;
    }
}
@media (min-width:992px)
{
    .c-live__head__title {
        font-size: 7.5rem;
    }
    .c-live__head2__title {
        font-size: 2.8125rem;
    }
    .c-live__head2__thumb {
        max-width: 204px;
    }
    .c-live__content .author {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
    .c-live__content .author .thumb {
        width: 120px;
        height: 90px;
        margin-bottom: 10px;
    }
    .c-live__content .author .txt .name {
        font-size: 0.8125rem;
        line-height: 1rem;
    }
    .c-live__content .author .txt .desc {
        font-size: 0.625rem;
        letter-spacing: 0.02813rem;
        line-height: 1rem;
    }
}

.vjs-slider-bar {
    background-color: #00A5C1 !important;
}

.c-header__nav .live:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #bb002e;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 10px;
    animation: bullet 1s infinite;
}
@media (min-width:768px) {
    .u-grid {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 0;
    }
    .u-grid-columns-2-equals {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

.c-personal__title {
    color: #15333C;
    font-size: 1.4rem;
}
.c-personal_option {
    background-color: #F6F3F1;
    border: 1px dashed #C2c2c2;
    padding: 10% 0;
}
.c-personal__subtitle {
    font-size: 0.8rem;
}
.codigo-button {
border: 1px solid #000;
border-radius: 20px;
padding: 4px 15px;
cursor: pointer;
}

.codigo-acceso {
width: 100%;
text-align: center;
margin-bottom: 30px;
}

.codigo-acceso p {
margin-bottom: 10px;
font-weight: bold;
}

.codigo-input {
margin-right: 15px;
padding: 5px;
display: inline-block;
max-width: 98%;
border-radius: 0;
background-color: #FFF;
border: none;
font-style: normal;
font-stretch: normal;
letter-spacing: normal;
text-align: left;
padding: 0;
height: 40px;
margin: 0;
color: #194146;
font-family: 'Montserrat',sans-serif;
font-size: 0.875rem;
line-height: 1.5rem;
border-bottom: 1px solid rgba(180,150,130,0.5);
}
.user-pwd {
    font-weight: bold;
    margin: 20px auto;
    max-width: 400px;
    text-align: center;
}