﻿@import url("../fonts/fonts.css?v=3");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --color1: #9F0E1C; /*Rojo*/
    --color2: #15333C; /*Azul oscuro*/
    --color3: #333333; /*Gris oscuro*/
    --color4: #646566; /*Gris medio oscuro*/
    --color5: #00000063; /*Negro transparente oscuro*/
    --color6: #00000029; /*Negro transparente claro*/
    --color7: #F8F8F8; /*Blanco sucio*/

    --font-principal: 'argesta_displayregular', sans-serif;
    --font-sec: 'argesta_headline', sans-serif;
    --font-sec-italic: 'argesta_headline-Italic', sans-serif;
}
.movil {
    display:inline-block;
}
.tns-outer {
    padding: 0 !important;
}
.tns-outer [hidden] {
    display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer;
}
.tns-slider {
    transition: all 0s;
}
.tns-slider>.tns-item {
    box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}
.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both;
}
.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%;
}
.tns-no-calc {
    position: relative;
    left: 0;
}
.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}
.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s;
}
.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important;
}
.tns-gallery>.tns-moving {
    transition: all 0.25s;
}
.tns-autowidth {
    display: inline-block;
}
.tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6;
}
.tns-lazy-img.tns-complete {
    opacity: 1;
}
.tns-ah {
    transition: height 0s;
}
.tns-ovh {
    overflow: hidden;
}
.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}
.tns-transparent {
    opacity: 0;
    visibility: hidden;
}
.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}
.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
.tns-vpfix {
    white-space: nowrap;
}
.tns-vpfix>div, .tns-vpfix>li {
    display: inline-block;
}
.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}
.tns-t-ct {
    width: 2333.3333333%;
    width: 2333.33%;
    width: 2333.33%;
    width: 2333.33%;
    position: absolute;
    right: 0;
}
.tns-t-ct:after {
    content: '';
    display: table;
    clear: both;
}
.tns-t-ct>div {
    width: 1.4285714%;
    width: 1.43%;
    width: 1.43%;
    width: 1.43%;
    height: 10px;
    float: left;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
html, body {}
body {
    font-family: 'argesta_displayregular', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #364453;
    background-color: #f6f3f1;
    overflow-x: hidden;
}
::-moz-selection {
    color: #FFF;
    background: #364453;
}
::selection {
    color: #FFF;
    background: #364453;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0;
}
address {
    font-style: normal;
}
p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.43;
/*    color: #364453;*/
}
a {
    text-decoration: none;
    cursor: pointer;
    display: block;
    outline: none;
}
input, button, select, textarea {
    font-family: 'argesta_displayregular', sans-serif;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent;
    border: none;
    outline: none;
}
select {
    width: 100%;
    text-transform: none;
    box-sizing: border-box;
}
textarea {
    height: auto;
    min-height: 50px;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
figure {
    margin: 0;
    line-height: 0;
}
figcaption {
    text-align: left;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@font-face {
    font-family: 'Filosofia';
    src: url('../fonts/FilosofiaUnicase.woff2') format('woff2'),
  url('../fonts/FilosofiaUnicase.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.o-container {
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
}
.content {
    z-index: 1;
    position: relative;
}
.content .o-container {
    padding: 0;
}
.content__name {
    display: none;
}
.o-container {}
.o-section {
    position: relative;
    z-index: 1;
}
.o-section-signin {
    background-color: #F9F0F1;
    padding-bottom: 60px;
}
    .o-section-signin .c-form__button {
        font-size: 0.625rem;
        height: 30px;
        width: fit-content;
        padding: 0 30px;
    }
.o-section-signin .c-form__button span {
    display: none;
}
.o-section-signin__title {
    padding: 15px 15%;
    width: fit-content;
    background-color: rgba(153, 232, 210, 0.5);
    text-transform: uppercase;
    color: #364453;
    font-size: 1rem;
    max-width: 90%;
    margin: 0 auto 5%;
    font-weight: 600;
}
.o-section-signin__subtitle {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 5%;
}
.o-section-signin__legal {
    padding: 20px 0;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.o-section-signin__legal .txt {
    font-family: 'roboto', sans-serif;
    letter-spacing: 0.01563rem;
    color: #364453;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 0.75rem;
    text-align: left;
}
.o-section-signin__legal .txt a {
    display: inline-block;
    text-decoration: underline;
    color: var(--color1);
    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 {
    font-family: 'roboto', sans-serif;
    letter-spacing: 0.01563rem;
    color: #364453;
    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: #364453;
}
.o-section-signin__legal .c-form__check p a {
    cursor: pointer;
}
.o-section-signin__desc {
    font-size: 1rem;
    text-align: left;
    margin: 2.5% 5% 2.5%;
    font-weight: 500;
}
.o-section-signin__desc span{
    font-weight: 600;
}

    #sectionStep > div > p:nth-child(3){
    margin-top: 5px;
}

.o-section-signin__desc.nomargin {
    margin-bottom: 0;
}
.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;
    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: #364453;
    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;
}
.o-section-signin__claim p {
    text-align: center;
    font: normal normal 700 0.875rem/1.125rem argesta_displayregular;
    letter-spacing: 0.02188rem;
    color: #364453;
}
.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;
    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: #364453;
}
.o-section-signin__bill__item:first-child {
    border-bottom: 2px solid #9F0E1C;
    padding-top: 0;
}
.o-section-signin__head {
    padding-top: 5%;
}
.o-section-signin__head .u-grid-columns-2 {
    -ms-grid-rows: 48px 1fr 48px;
        grid-template-rows: 48px 1fr 48px;
}
.o-section-signin__head__top {
    font-weight: 700;
    text-align: center;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 30px 0;
}
.o-section-signin__head__title {
    font-size: 1.5rem;
    line-height: 1.6875rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 90%;
    margin: 0 auto;
}
.o-section-signin__head__title span {
    font-weight: 500;
    color: #364453;
}
.o-section-signin__head__question {
    text-align: left;
    text-decoration: underline;
    color: #364453;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 90%;
    margin: 0 auto;
}
.o-section-signin__head__question a {
    text-decoration: underline;
    color: #364453;
}
.o-section-signin__head__msg {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 90%;
}
.o-section-signin__head__msg:not(.first) {
    border-top: 2px solid #9F0E1C;
}
.o-section-signin__head__msg.first {
    padding-top: 20px;
}
.o-section-signin__head__msg.first p {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 8px;
}
.o-section-signin__head__msg.first p strong {
    display: block;
}
.o-section-signin__head__msg__title {
    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 {
    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: #364453;
    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;
    transform: translateY(50%);
}
.o-section-signin__nav__item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #c8c8c8;
    color: #fff;
    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: #9F0E1C;
    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: 50px 25px;
}
.o-section-signin__step-1, .o-section-signin__step-2, .o-section-signin__step-3 {
    padding-bottom: 2.5%;
}
.o-section-signin__step-1 .c-form {}
.o-section-signin__step-1 .c-form__text, .o-section-signin__step-1 .c-form__select, .o-section-signin__step-1 .c-form__check, .o-section-signin__step-1 .c-form__switch {
    max-width: 90%;
    margin: 0 auto 20px;
}
#regForm > div.u-bg-white.u-pt-40-xs.u-pb-40-xs.u-pt-40 > div.u-grid.u-grid-columns-2 > div > label > span:nth-child(1) > span{
    color: var(--color1);
}
.o-section-signin__step-1 .u-grid-columns-2 .c-form__check {
    padding: 20px 0;
}
.o-section-signin__step-1 .u-grid-columns-2 .c-form__check p {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    color: #364453;
    font-family: 'argesta_displayregular', sans-serif;
    letter-spacing: 0.02813rem;
}
.o-section-signin__step-2 .o-section-signin__title {
    margin: 2.5% auto 2.5%;
}
.o-section-signin__title.res {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    background-color: initial;
}
.o-section-signin__step-2 .o-section-signin__subtitle {
    text-transform: none;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0.02813rem;
    text-align: left;
    margin: 2.5% 5% 2.5%;
}
.o-section-signin__step-2 .u-grid-columns-3 {
    margin-bottom: 0;
}
.o-section-signin__step-2 .c-card-buy {
    border: none;
    max-width: 720px;
    margin: 0 auto;
    box-sizing: border-box;
}
.o-section-signin__step-2 .c-card-buy__list {}
.o-section-signin__step-2 .c-card-buy__next {
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    width: -moz-max-content;
    width: max-content;
}
.o-section-signin__step-3 .o-section-signin__title {
    font-size: 1.25rem;
}
.o-section-signin__step-3 .o-section-signin__subtitle {
    color: #9F0E1C;
    font-weight: 600;
    border-bottom: 1px solid #9F0E1C;
}
.o-section-signin__step-3 .u-grid-columns-2 {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

/*#sectionStep > div > div > div {
    width: 100%;
    max-width: 80vw;
}*/
.o-section-signin__claim.res{
    max-width: 100%;
    box-sizing: border-box;
}
.o-section-signin__step-3 .c-card-buy__next {
    width: -moz-max-content;
    width: max-content;
    padding: 10px 25px;
    border-radius: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
}
    .o-section-signin__step-3 .c-card-buy__next.res {
        background-color: white;
        border: solid 2px #364453;
        font-size: 20px;
        letter-spacing: 0.5px;
        line-height: 28px;
    }
.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: #9F0E1C;
    color: #364453;
}
.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: #9F0E1C;
    color: #364453;
}
.o-section-signin.active-2 .o-section-signin__nav {}
.o-section-signin.active-2 .o-section-signin__nav:after {
    width: 50%;
}
.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: #9F0E1C;
    color: #364453;
}
.o-section-signin.active-3 .o-section-signin__nav {}
.o-section-signin.active-3 .o-section-signin__nav:after {
    width: 100%;
}
.o-section-inscripcion {
    background-color: #F9F0F1;
}
.o-section-inscripcion__title {
    font-weight: 500;
    color: #9F0E1C;
    line-height: 1;
    margin: 0 auto;
    width: -moz-max-content;
    width: max-content;
    font-size: 2.8125rem;
    padding-top: 35px;
}
.o-section-inscripcion__title .flor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: baseline;
        align-items: baseline;
    margin-right: 60px;
}
.o-section-inscripcion__title .flor:after {
    content: '';
    background: url(../img/icon/flor.svg) no-repeat center center;
    background-size: 50%;
    width: 52px;
    height: 59px;
    box-sizing: border-box;
}
.o-section-inscripcion__title .flor + span {
    margin-left: 60px;
}
.o-section-inscripcion__disclaimer {
    width: 90%;
    margin: 0 auto;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: normal;
    letter-spacing: 0.01875rem;
    padding: 15px 0;
}
.o-section-inscripcion__disclaimer a {
    color: #364453;
    display: inline-block;
    text-decoration: underline;
}
.o-section-program {
    background: url('../img/bg/programa.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 1427px;
}
.o-section-program__title {
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    margin: 0 auto 2.5%;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.75rem;
    padding: 2.5% 0 0 0;
}
.o-section-program__title span {
    display: block;
    line-height: 1;
}
.o-section-program__title span:nth-child(1) {
    text-align: left;
    margin-right: 60px;
}
.o-section-program__title span:nth-child(2) {
    text-align: right;
    margin-left: 60px;
}
.o-section-program-home {
    background: url('../img/bg/fondo-agenda2.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
}
.o-section-program-home__title {
    font-weight: 500;
    color: #FFF;
    line-height: 1.3;
    margin: 0 auto 2.5%;
    width: -moz-max-content;
    width: max-content;
    font-size: 3.125rem;
    padding: 2.5% 0 0 0;
}
.o-section-program-home__title span {
    display: block;
    line-height: 1;
}
.o-section-program-home__title span:nth-child(1) {
    text-align: left;
    margin-right: 60px;
}
.o-section-program-home__title span:nth-child(2) {
    text-align: right;
    margin-left: 60px;
}
.o-section-program-home__cta {
    min-width: 245px;
    width: -moz-max-content;
    width: max-content;
    height: 45px;
    margin: 20px auto 0;
    padding: 0 15px;
    box-sizing: border-box;

    text-align: center;
    background-color: var(--color1);
    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-family: var(--font-sec);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px;
    margin-top: 25px;
}
.o-section-espacios {
    padding-bottom: 40px;
}
.o-section-espacios .flor {
    display: none;
}
.o-section-espacios__title {
    color: #000;
    margin: 0 auto 2.5%;
    padding: 2.5% 0 2.5% 20px;
    display: flex;
    justify-content: space-between;
}
.o-section-espacios__title span {
    text-transform: uppercase;
    font-family: var(--font-sec);
    display: block;
    line-height: 24px;
    text-align: left;
    font-size: 20px;
}
    .o-section-espacios__title span:nth-child(2){
        font-size: 40px;
        line-height: 40px;
    }

.o-section-espacios__title .line {
    width: 68%;
    border-bottom: solid 2px var(--color1);
    margin-bottom: 20px;
    margin-left: 30px;
}

.section__talleres .subtitle, .o-section-lounge .subtitle {
    padding: 0 25px 35px;
    font-family: 'roboto';
    font-size: 20px;
    line-height: 24px;
}

#marcas > div > div.o-section-espacios__title > div.line, #donde > div > article > div.o-section-espacios__title > div.line {
    margin-bottom: 20px;
    margin-left: 20px;
}
.o-section-espacios__title.marcas {
    color: #fff;
    padding: 4% 0 4% 4%;
    background-color: var(--color1);
    max-width:1054px;
    margin:auto;
}
    .o-section-espacios__title.marcas span:nth-child(1) {
        padding-left:3px;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -2.4px;
    }
    .o-section-espacios__title.marcas span:nth-child(2) {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -4.8px;
    }
    .o-section-espacios__title.marcas .line {
        border-color: #fff;
    }
#slick-slide00 > div > div > article > div.middle > div > h3{
    text-align: left;
    text-transform: none;
}
.o-section.o-section-program-home > div > p {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}
    /*    .o-section-espacios__title span:nth-child(1) {
        text-align: left;
    }
    .o-section-espacios__title span:nth-child(2) {
        text-align: right;
    }*/
    .o-section-speakers .flor {
    display: none;
}
.o-section-instagram {
    overflow: hidden;
}
.o-section-instagram .o-section-espacios__title {
    padding-bottom: 2.5%;
}
.o-section-instagram .xer-instagram {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    position: relative;
}
.o-section-instagram .xer-instagram-image {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.o-section-instagram .xer-instagram-image {
    margin: 0;
    transition: all .3s;
}
.o-section-instagram .xer-instagram-image:hover {
    filter: brightness(80%);
}
.o-section-instagram__wrap {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 60px;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
.o-section-instagram__wrap:after {
    content: '';
    background-color: #F9F0F1;
    position: absolute;
    top: 0;
    left: 15%;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.o-section-lounge {
    /* background: #FFF url('../img/bg/img-textura.png') no-repeat center;
    background-size: cover;*/
    background-color: #F9F0F1;
    min-height: 288px;
}
.o-section-lounge .item {
    padding: 35px 0;
    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-lounge .item a {
    display: block;
    border-radius: 50%;
    box-shadow: 0 10px 10px #00000033;
    width: 90px;
    height: 90px;
    background-color: #fff;
}
.o-section-lounge .item a img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}
.o-section-lounge .tns-controls, .o-section-lounge .tns-outer [data-action] {
    display: none;
}
.o-section-registro {
    background-color: #F9F0F1;
}
.o-section-registro .c-card-buy-claim-1__steps li {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
}
.o-section-registro .c-card-buy-claim-1__steps li p {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.o-section-registro .c-card-buy-claim-1__steps li:before {
    font-size: 5.625rem;
    padding: 20px 0;
    width: inherit;
    margin: 0;
}
.o-section-registro__title {
    text-align: center;
    font-weight: 400;
    color: #364453;
    line-height: 1.3;
    margin: 0 auto 2.5%;
    font-size: 1.375rem;
    padding: 2.5% 0 0 0;
}
.o-section-registro__title span {
    font-weight: 600;
    display: block;
}
.o-section-error-404 {
    background-color: #F9F0F1;
    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-error-404 .o-container {
    box-sizing: border-box;
    max-width: 1000px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    background-color: #fff;
    border: 2px solid var(--color1);
    text-align: center;
    padding: 30px;
    width: 90%;
}
.o-section-error-500 {
    background-color: #F9F0F1;
    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-error-500 .o-container {
    box-sizing: border-box;
    width: 90%;
    max-width: 1000px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    background-color: #fff;
    border: 2px solid var(--color1);
    text-align: center;
    padding: 30px;
}
.c-card-error .c-form__button.u-mt-40{
    border-radius: 0;
    color: #fff;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.o-tab {
    box-sizing: border-box;
}
.o-tab input[type="radio"] {
    display: none;
}
.o-tab #option-1:checked ~ .o-tab__nav:after, .o-tab #option-1-day-2:checked ~ .o-tab__nav:after {
    left: 0;
}
.o-tab #option-2:checked ~ .o-tab__nav:after, .o-tab #option-2-day-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"], .o-tab #option-1-day-2:checked ~ .o-tab__nav label[for="option-1-day-2"], .o-tab #option-2-day-2:checked ~ .o-tab__nav label[for="option-2-day-2"], .o-tab #option-3-day-2:checked ~ .o-tab__nav label[for="option-3-day-2"] {
    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, .o-tab #option-1-day-2:checked ~ .o-tab__nav label[for="option-1-day-2"] span, .o-tab #option-2-day-2:checked ~ .o-tab__nav label[for="option-2-day-2"] span, .o-tab #option-3-day-2:checked ~ .o-tab__nav label[for="option-3-day-2"] 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), .o-tab #option-1-day-2:checked ~ .o-tab__content > div:nth-child(1), .o-tab #option-2-day-2:checked ~ .o-tab__content > div:nth-child(2), .o-tab #option-3-day-2: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: 1px solid #33333380;
    position: relative;
}
.o-tab__nav label {
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0;
    color: #33333380;
    font-weight: 600;
    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: 3px;
    border-radius: 4px;
    display: block;
    width: 50%;
    background-color: #9F0E1C;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: left .3s cubic-bezier(0, 0, 0.2, 1);
}
.o-tab__content {
    padding: 30px 0;
}
.o-tab__content > div {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease-out;
}
.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: #FFF;
    box-shadow: 0 10px 10px #00000033;
    border: 1px solid #9F0E1C;
    margin: auto;
    padding: 10px;
    width: 100%;
    position: relative;
    max-width: 85%;
}
.modal-content__close {
    color: #364453;
    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: #9F0E1C;
}
.modal-content__subtitle {
    font-family: $font-medium;
    color: #FFF;
    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;
}
.o-slider {
    position: relative;
    z-index: 1;
}
.o-slider [data-controls="next"], .o-slider [data-controls="prev"] {
    position: absolute;
    top: 122px;
    outline: 0;
    outline: none;
    height: 80px;
    width: 30px;
    margin-top: -40px;
    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;
    z-index: 2;
    border: none;
    color: #9F0E1C;
    background-color: #FFF;
    padding: 0;
}
.o-slider [data-controls="next"]:focus, .o-slider [data-controls="next"]:link, .o-slider [data-controls="next"]::-moz-selection, .o-slider [data-controls="prev"]:focus, .o-slider [data-controls="prev"]:link, .o-slider [data-controls="prev"]::-moz-selection {
    outline: 0;
    outline: none;
}
.o-slider [data-controls="next"]:focus, .o-slider [data-controls="next"]:link, .o-slider [data-controls="next"]::selection, .o-slider [data-controls="prev"]:focus, .o-slider [data-controls="prev"]:link, .o-slider [data-controls="prev"]::selection {
    outline: 0;
    outline: none;
}
.o-slider [data-action="stop"], .o-slider [data-action="start"] {
    display: none;
}
.o-slider [data-controls="next"] {
    right: 0;
}
.o-slider [data-controls="prev"] {
    left: 0;
}
.o-slider__wrap {
    z-index: 1;
}
.o-carousel {
    position: relative;
    z-index: 1;
}
.o-carousel .tns-slide-big {
    transform: scale(1.3);
    transition: transform .4s;
}
.o-carousel .tns-item {
    margin-right: 15px;
}
.o-carousel .tns-inner {
    overflow: hidden !important;
}
.o-carousel [data-controls="next"], .o-carousel [data-controls="prev"] {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    display: block;
    z-index: 2;
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: $blue01;
    outline: none;
    padding: 0;
}
.o-carousel [data-controls="prev"] {
    left: 0;
}
.o-carousel [data-controls="next"] {
    right: 0;
}
.o-carousel [data-controls="next"] svg {
    transform: rotate(180deg);
}
.o-carousel .tns-nav {}
.o-carousel .tns-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;
    padding: 30px 0;
}
.o-carousel .tns-nav button {
    cursor: pointer;
    border: none;
    height: 4px;
    width: 30px;
    background-color: rgba(5,220,220,0.3);
}
.o-carousel .tns-nav button + button {
    margin-left: 10px;
}
.o-carousel .tns-nav button.tns-nav-active {
    background-color: $gas-10;
}
.o-carousel__wrap {
    z-index: 1;
}
.u-flex {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.u-flex-justify-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
}
.u-flex-justify-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.u-grid {}
.u-grid-gap-15 {
    grid-gap: 15px;
}
.u-bg-white {
    background-color: #FFF;
   /* border: solid 1px #9F0E1C;*/
}
.u-pb-40 {}
.u-pb-40-xs {}
.u-pb-20-xs {}
.u-pt-40 {}
.u-pt-40-xs {}
.u-pt-15-xs {}
.u-pt-20-xs {}
.u-pb-120 {
    padding-bottom: 30px !important;
}
.u-pt-120 {
    padding-top: 30px !important;
}
.u-pb-60 {
    padding-bottom: 30px !important;
}
.u-pt-60 {
    padding-top: 30px !important;
}
.u-pb-80 {
    padding-bottom: 30px !important;
}
.u-pt-80 {
    padding-top: 30px !important;
}
.u-mt-40 {
    margin-top: 40px !important;
}
.u-mb-40 {
    margin-bottom: 40px !important;
}
.u-show-xs {
    display: block;
}
.u-hide-xs {
    display: none;
}
.u-show-xs-only {
    display: block;
}
.u-show-sm-only {
    display: none;
}
.u-show-md-only {
    display: none;
}
.u-show-lg-only {
    display: none;
}
.u-hide-xs-only {
    display: none;
}
.u-hide-sm-only {
    display: block;
}
.u-hide-md-only {
    display: block;
}
.u-hide-lg-only {
    display: block;
}
.c-header {
    background-color: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    position: sticky;
    top: 0;
    z-index: 2;
}
.c-header .o-container {
    height: 90px;
}
.c-header__nav {
    display: none;
}
.c-header__nav__btn {
    color: #030303;
    width: 25px;
    height: 15px;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: auto;
    margin-bottom: auto;
}
.c-header__nav__btn span {
    display: none;
}
.c-header__nav__btn:before {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #030303;
}
.c-header__nav__btn:after {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #030303;
}
.c-header__brand {
    margin: 0 auto 0 -25px;
}
.c-header__brand a {
    transition: width .3s;
    display: block;
}
.c-header__brand > a > img {
  height: auto;
  width: 200px;
  max-width: 100%;
}
.c-header__brand .color-1 {
    fill: #1d1d1b;
}
.c-header__brand .color-2 {
    fill: #9F0E1C;
}
.c-header__options {
    height: 56px;
}
.c-header__options .btn-user {
    padding: 0 34px 0 0;
    background: url(../img/icon/angle-white.svg) no-repeat 95% center;
}
.c-header__options__item {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    color: #15333C;
    cursor: pointer;
}
.c-header__options__item + .c-header__options__item {
    margin-left: 15px;
}
.c-header__options__item-login {
    text-transform: uppercase;
}
.c-header__options__item-signin {
    outline: none;
    cursor: pointer;
    color: #fff;
    font-family: var(--font-sec);
    font-size: 10px;
    line-height:10px;
    text-align: center;
    background-color: var(--color1);
    padding: 6px;
    display: -ms-flexbox;
    transition: all .3s;
    text-transform: uppercase;
}
.c-header__options__item-signin span {
    display: none;
}
.c-header__options > * {
    margin-left: 15px;
}
.c-header__options-logged {
    position: relative;
}
.c-header__options-logged .box {
    display: none;
}
.c-header__options-logged.open .box {
    display: block;
    position: absolute;
    top: 47px;
    right: 0;
    width: 100%;
    z-index: 3;
    background-color: #FFF;
    box-shadow: 2px 2px 10px 0 #E0E0E0;
    margin-left: 0;
}
.c-header__options-logged.open .box .c-user__head {
    padding: 30px;
}
.c-header__options-logged.open .box .c-user__head__txt {
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.c-header__options-logged.open .box .c-user__head__txt .c-form__button {
    margin: 20px 0;
    width: 150px;
    font-size: 0.6875rem;
}
.c-header__options-logged.open .box .c-user__head__txt .c-form__cta {
    margin: 0 0 0 auto;
}
.c-header__options-logged.open .box .c-user__head__txt > * {
    text-align: left;
}
.c-footer {
    font-family: 'Montserrat', sans-serif;
    background-color: #9F0E1C;
    padding: 30px 0 25px;
}
.c-footer .u-grid {}
.c-footer__brand {
    margin: 0 auto 45px;
    width: 80%;
}
.c-footer__hello {
    color: #fff;
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.25rem;
    text-align: center;
    max-width: 100vw;
    margin: auto;
}
.c-footer__copy {
    padding-bottom: 20px;
    max-width: 100vw;
    margin: auto;
}
.c-footer__copy__title{
    font-weight: 600;
    padding-bottom: 5px;
}
.c-footer__copy p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.c-footer__copy p__title {
    margin-bottom: 10px;
}
.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;
    gap: 10px;
    max-width: 100vw;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 35px;
}
.c-footer__share .c-icon {
    color: #fff;
    width: 17px;
    height: 17px;
}
.c-footer__share .c-icon svg {
    width: 100%;
    height: 100%;
}
/*.c-footer__share .c-icon:not(:last-child) {
    margin-right: 10px;
}*/
.c-footer__links {
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-footer__links a {
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    display: block;
}
.c-footer__links a:not(:last-child) {}
.c-footer__links a:not(:last-child):after {
    content: '|';
    padding: 0 5px;
}
.c-share {
    display: none;
    position: fixed;
    z-index: 3;
    top: 190px;
    right: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-color: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px 0px 0px 5px;
    padding: 15px 0px 15px 0;
    width: 46px;
}
.c-share .c-icon {
    color: #9F0E1C;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.c-share .c-icon svg {
    width: 100%;
    height: 100%;
}
.c-share .c-icon:not(:first-child) {
    margin-top: 10px;
}
.c-form {}
.c-form__title {
    text-align: center;
    color: $gas-04;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 500;
}
.c-form__subtitle {
    color: #584B3F;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.875rem;
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
}
.c-form__msg {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    background-color: #FFF;
    padding: 40px 0;
}
.c-form__msg__icon {
    color: $blue2;
    width: 52px;
    height: 55px;
    margin: 0 auto 20px;
    display: block;
}
.c-form__msg__title {
    margin: 20px 40px;
    display: block;
    font-family: 'argesta_displayregular', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #2B73A7;
}
.c-form__msg__text {
    margin: 20px 40px;
    display: block;
    font-family: 'argesta_displayregular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.86;
    color: #373737;
}
.c-form__msg__text strong {
    font-weight: 700;
}
.c-form__text {
    display: block;
    margin-bottom: 20px;
}
    .c-form__text input[type="text"], .c-form__text input[type="email"], .c-form__text input[type="password"], .c-form__text input[type="tel"], .c-form__text input[type="date"], .c-form__text input[type="number"] {
        border-radius: 0;
        background-color: #FFF;
        border: none;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        display: block;
        padding: 0;
        width: 100%;
        height: 40px;
        margin: 0;
        color: #364453;
        font-family: 'argesta_displayregular', sans-serif;
        font-size: 0.875rem;
        line-height: 1.5rem;
        border-bottom: 1px solid var(--color1);
    }
#sectionStep > div > div > div > div > label > input[type=text] {
    border-bottom: 1px solid #9F0E1C;
}
.c-form__text input[type="text"]::-moz-placeholder, .c-form__text input[type="email"]::-moz-placeholder, .c-form__text input[type="password"]::-moz-placeholder, .c-form__text input[type="tel"]::-moz-placeholder, .c-form__text input[type="date"]::-moz-placeholder, .c-form__text input[type="number"]::-moz-placeholder {
    color: #586673;
    opacity: 1;
}
.c-form__text input[type="text"]:-ms-input-placeholder, .c-form__text input[type="email"]:-ms-input-placeholder, .c-form__text input[type="password"]:-ms-input-placeholder, .c-form__text input[type="tel"]:-ms-input-placeholder, .c-form__text input[type="date"]:-ms-input-placeholder, .c-form__text input[type="number"]:-ms-input-placeholder {
    color: #586673;
    opacity: 1;
}
.c-form__text input[type="text"]::placeholder, .c-form__text input[type="email"]::placeholder, .c-form__text input[type="password"]::placeholder, .c-form__text input[type="tel"]::placeholder, .c-form__text input[type="date"]::placeholder, .c-form__text input[type="number"]::placeholder {
    color: #586673;
    opacity: 1;
}
.c-form__text input[type="text"]:focus, .c-form__text input[type="email"]:focus, .c-form__text input[type="password"]:focus, .c-form__text input[type="tel"]:focus, .c-form__text input[type="date"]:focus, .c-form__text input[type="number"]:focus {
    outline: none;
    color: #1F1F1F;
}
.c-form__text input[type="text"].error, .c-form__text input[type="email"].error, .c-form__text input[type="password"].error, .c-form__text input[type="tel"].error, .c-form__text input[type="date"].error, .c-form__text input[type="number"].error {}
.c-form__text input[type="text"].error:focus, .c-form__text input[type="email"].error:focus, .c-form__text input[type="password"].error:focus, .c-form__text input[type="tel"].error:focus, .c-form__text input[type="date"].error:focus, .c-form__text input[type="number"].error:focus {}
.c-form__text span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #364453;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.02813rem;
}
.c-form__text input[type="password"] {
    letter-spacing: 0.1875rem;
}
.c-form__text textarea {
    border-radius: 0;
    background-color: #FFF;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    display: block;
    padding: 0;
    width: 100%;
    height: 40px;
    margin: 0;
    color: #364453;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border: 1px solid #9F0E1C;
}
.c-form__text textarea::-moz-placeholder {
    color: #586673;
    opacity: 1;
}
.c-form__text textarea:-ms-input-placeholder {
    color: #586673;
    opacity: 1;
}
.c-form__text textarea::placeholder {
    color: #586673;
    opacity: 1;
}
.c-form__text textarea:focus {
    outline: none;
    color: #1F1F1F;
}
.c-form__text textarea.error {}
.c-form__text textarea.error:focus {}
.c-form__cta {
    text-align: center;
    color: #364453;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.59375rem;
    font-weight: 600;
    letter-spacing: 0.05688rem;
    line-height: 0.75rem;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}
.c-form__cta:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: #9F0E1C;
}
.c-form__select {
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}
.c-form__select label {
    display: block;
    margin-bottom: 8px;
}
.c-form__select select {
    border: none;
    height: 40px;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0;
    background-size: 20px;
    padding: 0 34px 0 0;
    background: #FFF url(../img/icon/angle.svg) no-repeat 95% center;
    font-family: 'argesta_displayregular', sans-serif;
    color: #364453;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #9F0E1C;
}
.c-form__select select:focus {
    outline: none;
    color: #364453;
}
.c-form__select select::-ms-expand {
    display: none;
}
.c-form__select span {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    color: #364453;
    font-family: 'argesta_displayregular', sans-serif;
    letter-spacing: 0.02813rem;
}
.c-form__check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: row;
        flex-direction: row;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    width: 100%;
}
.c-form__check input[type="checkbox"] {
    display: none;
}
.c-form__check input[type="checkbox"]:checked {}
.c-form__check input[type="checkbox"]:checked + .fake-check {}
.c-form__check input[type="checkbox"]:checked + .fake-check:after {
    background: #FFF url(../img/icon/check-color.svg) no-repeat center center;
    background-size: 90%;
}
.c-form__check .fake-check {}
    .c-form__check .fake-check:after {
        content: '';
        display: block;
        background: #FFF;
        border: 1px solid var(--color1);
        cursor: pointer;
        position: relative;
        z-index: 10;
        top: 0;
        left: 0;
        height: 18px;
        vertical-align: top;
        max-width: 18px;
        width: 18px;
        margin-right: 10px;
        border-radius: 4px;
    }
.c-form__check p {
    color: #364453;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.03125rem;
    line-height: 1.125rem;
}
.c-form__check p a {
    color: #364453;
    display: inline;
    text-decoration: underline;
}
.c-form__radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: row;
        flex-direction: row;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    width: 100%;
}
.c-form__radio input[type="radio"] {
    display: none;
}
.c-form__radio input[type="radio"]:checked {}
.c-form__radio input[type="radio"]:checked + .fake-check {}
.c-form__radio input[type="radio"]:checked + .fake-check:after {
    background: #9F0E1C;
}
.c-form__radio .fake-check {
    border: 1px solid #9F0E1C;
    border-radius: 50%;
    margin-right: 10px;
    width: 20px;
    height: 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;
}
.c-form__radio .fake-check:after {
    content: '';
    display: block;
    background: #FFF;
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: background-color .3s;
}
.c-form__radio p {
    color: #030303;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.03125rem;
    line-height: 1.125rem;
}
.c-form__radio p a {
    color: #030303;
    display: inline;
    text-decoration: underline;
}
.c-form__button {
    cursor: pointer;
    color: #15333C;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #9F0E1C;
    border-radius: 20px;
    height: 30px;
    width: 120px;
    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;
    transition: all .3s;
    margin: 0 auto;
    position: relative;
    font-weight: 600;
}
.c-form__button span {
    display: none;
}
.c-form__button span.number {
    position: absolute;
    top: -8px;
    right: 8px;
    color: #FFF;
    background-color: #CC0032;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    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-size: 0.625rem;
    font-weight: 700;
    z-index: 2;
}
.c-form__button-dark {
    background-color: #B49682;
}
.c-form__button-white {
    background-color: #FFF;
    color: #004650;
}
.c-form__switch {
    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;
    margin-bottom: 20px;
    border-bottom: 1px solid #9F0E1C;
}
.c-form__switch__text {
    width: 100%;
    max-width: calc(100% - 36px);
}
.c-form__switch__text span {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: #364453;
    font-family: 'argesta_displayregular', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02188rem;
}
.c-form__switch__text p {
    height: 40px;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.875rem;
    line-height: 2.5rem;
}
.c-form__switch__label {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    margin-top: 21px;
}
.c-form__switch__label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}
.c-form__switch__label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}
.c-form__switch__label .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
}
.c-form__switch__label .slider.round {
    border-radius: 20px;
}
.c-form__switch__label .slider.round:before {
    border-radius: 50%;
}
.c-form__switch__label input:checked + .slider {
    background-color: #9F0E1C;
}
.c-form__switch__label input:focus + .slider {
    box-shadow: 0 0 1px #9F0E1C;
}
.c-form__switch__label input:checked + .slider:before {
    transform: translateX(15px);
}
.c-form__check-button {
    cursor: pointer;
    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;
    position: relative;
    padding: 0 20px;
    min-height: 225px;
}
.c-form__check-button input[type="checkbox"] {
    display: none;
}
.c-form__check-button input[type="checkbox"]:checked {}
.c-form__check-button input[type="checkbox"]:checked + .icon {
    color: $gas-04;
}
.c-form__check-button .thumb {
    justify-self: flex-start;
    margin-bottom: 15px;
}
.c-form__check-button .txt {
    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-form__check-button .txt .speaker, .c-form__check-button .txt .number {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-top: 0;
}
.c-form__check-button .txt .number {
    margin-top: auto;
}
.c-form__check-button .txt .title {
    color: #3C2814;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    margin-top: 15px;
}
.c-form__check-button .txt > * {
    text-align: center;
}
.c-form__check-button .icon {
    color: #FFF;
    transition: .3s color;
    position: absolute;
    top: 0;
    right: 5px;
    width: 20px;
    height: 20px;
}
.c-form__step {
    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;
    padding: 20px;
}
.c-form__step__bullet {
    display: block;
    border-radius: 50%;
    background-color: rgba(180,150,130,0.5);
    width: 5px;
    height: 5px;
}
.c-form__step__bullet.current {
    background-color: #584B3F;
}
.c-form__step__bullet + .c-form__step__bullet {
    margin-left: 15px;
}
.c-form-login {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    background-color: #FFF;
    margin: 0 auto 100px;
}
.c-form-login .c-form__title {
    color: #3C828C;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
}
.c-form-login .c-form__button {
    margin-top: 40px;
    margin-bottom: 40px;
}
.c-form-signin {
    margin: 0 5%;
}
.c-form-signin .c-form__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
    color: #584B3F;
}
.c-form-signin__step-1 .u-grid {
    padding-bottom: 20px;
}
.c-form-signin__step-1 .send {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px;
}
.c-form-signin__step-2 .send {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px;
}
.c-form-signin__step-2 .send .c-form__button {}
.c-form-signin__step-2 .send .c-form__button + .c-form__button {
    margin-left: 15px;
}
.c-form-signin__step-2 .c-form__title {
    padding: 10%;
}
.c-form-signin__step-2 .u-bg-white {
    padding-bottom: 40px;
}
.c-form-signin__step-1, .c-form-signin__step-2 {
    display: none;
}
.c-form-signin__step-1.open, .c-form-signin__step-2.open {
    display: block;
}
.u-bg-black .c-form__button {
    color: #030303;
    background-color: #9F0E1C;
}
.c-card {}
.c-card-buy {
    padding: 15px;
}
.c-card-buy__date {
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.025rem;
    margin-bottom: 4px;
}
.c-card-buy__date span {
    display: block;
}
.c-card-buy__options__desc {
    margin-top:18px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    opacity: 70%;
}
.c-card-buy__price {
    font-size: 3.4375rem;
    line-height: 5rem;
    letter-spacing: -0.06875rem;
    color: $fus-03;
    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: $fus-02;
    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: #15333C;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0.02188rem;
    text-align: center;
    background-color: #9F0E1C;
    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: 600;
    margin-top: 20px;
    margin-bottom: 25px;
}
.c-card-buy__next {
    width: 120px;
    height: 32px;
    margin: 0 auto;
    border-radius: 20px;
    color: #15333C;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0.02188rem;
    text-align: center;
    background-color: #9F0E1C;
    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;
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}
.c-card-buy__prev {
    text-decoration: underline;
    color: #15333C;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.03125rem;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}
.c-card-buy-claim-1 {
    padding: 25px 0;
    margin: 0 15px;
}
.c-card-buy-claim-1__title {
    text-align: left;
    font: normal normal 600 1.375rem/1.75rem 'argesta_displayregular', sans-serif;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.c-card-buy-claim-1__steps {
    text-align: left;
    letter-spacing: 0.02813rem;
    font: normal normal 600 1.125rem/1.75rem 'argesta_displayregular', sans-serif;
    margin-bottom: 35px;
    margin-top: 30px;
}
.c-card-buy-claim-1__steps span {
    font: normal normal normal 1.125rem/1.75rem 'argesta_displayregular', sans-serif;
    text-transform: uppercase;
}
.c-card-buy-claim-1__steps li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    counter-increment: step-counter;
}
.c-card-buy-claim-1__steps li span {
    display: block;
    font: normal normal normal 1.125rem/1.75rem 'argesta_displayregular', sans-serif;
    letter-spacing: 0.02813rem;
    text-transform: uppercase;
}
.c-card-buy-claim-1__steps li p {
    font: normal normal 600 1.125rem/1.5rem 'argesta_displayregular', sans-serif;
    letter-spacing: 0.02813rem;
    width: 100%;
    max-width: calc(100% - 45px);
}
.c-card-buy-claim-1__steps li:not(:last-child) {
    margin-bottom: 15px;
}
.c-card-buy-claim-1__steps li:before {
    content: counter(step-counter);
    color: #9F0E1C;
    margin-right: 15px;
    width: 30px;
    display: block;
    font: normal normal 600 2.5rem/1 'argesta_displayregular', sans-serif;
}
.c-card-buy-claim-1__date {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 35px;
}
.c-card-buy-claim-1__date .day {
    font: bold 3.25rem/1 'argesta_displayregular', sans-serif;
    text-align: left;
}
.c-card-buy-claim-1__date .month {
    font: normal normal bold 1.8125rem/1 'argesta_displayregular', sans-serif;
    text-align: left;
}
.c-card-buy-claim-1__date .hour {
    text-align: left;
    font-weight: bold;
    text-transform: none;
}
.c-card-buy-claim-1__date .year {
    font: bold 2.375rem/1 'argesta_displayregular', sans-serif;
    text-align: left;
}
.c-card-buy-claim-1__desc {
    border-top: #9F0E1C solid 2px;
    padding-top: 25px;
    font: 500 1.125rem/1.5rem 'argesta_displayregular', sans-serif;
    letter-spacing: 0.02813rem;
}
.c-card-buy-claim-2 {
    padding: 25px 0;
    margin: 0 15px;
    border-top: 2px solid #9F0E1C;
}
.c-card-buy-claim-2__title {
    font: 500 1.5rem/1.75rem 'argesta_displayregular', sans-serif;
    letter-spacing: 0.0375rem;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-top: #9F0E1C solid 2px;
    padding: 15px 0;

    border-bottom: #9F0E1C solid 2px;
}
.c-card-buy-claim-2__desc {
    font: normal normal normal 1.125rem/1.5rem 'argesta_displayregular', sans-serif;
    letter-spacing: 0.02813rem;
}
.c-card-buy-claim-2__pago {
    font: 500 1.125rem/1.5rem 'argesta_displayregular', 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;
}
.c-card-buy__list {
    margin-bottom: 18px;
}
.c-card-buy__list > li {
    background: url(../img/icon/check-color.svg) no-repeat top left;
    padding-left: 30px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.02188rem;
}
.c-card-buy__list > li:not(:last-child) {
    margin-bottom: 10px;
}
.c-card-buy__when {
    padding: 10px 0;
}
.c-card-buy__when .c-form__radio {
    margin-bottom: 0;
}
.c-card-buy__when .c-form__radio .fake-check {
    margin-top: 3px;
}
.c-card-buy__when .c-form__radio p {
    width: calc(100% - 36px);
    color: #364453;
    font-size: 1rem;
    letter-spacing: 0.025rem;
    font-weight: normal;
}
.c-card-buy__when .c-form__radio p a {
    display: inline-block;
    color: #9F0E1C;
    border-radius: 25px;
    border: 1px solid #9F0E1C;
    font: normal normal 600 0.6875rem/1 argesta_displayregular;
    letter-spacing: 0.0175rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    vertical-align: text-bottom;
    margin-left: 10px;
    transition: color .3s, background-color .3s;
}
.c-card-buy__when .c-form__radio p a:hover {
    background-color: #9F0E1C;
    color: #FFF;
}
.c-card-buy__when .c-form__radio p span {
    display: block;
    padding-top: 3px;
    cursor: pointer;
    font-size: 0.75rem;
}
.c-card-buy__when .c-form__radio p strong {
    display: inline;
    margin-bottom: 5px;
    cursor: pointer;
}
.c-card-buy__options input[type="checkbox"], .c-card-buy__options input[type="radio"] {
    display: none;
}
.c-card-buy__options .u-grid {
    grid-gap: 10px;
}
.c-card-buy__options .u-grid label {
    box-sizing: border-box;
    border: 1px solid #9F0E1C;
    height: 209px;
    max-width: 190px;
    margin: 1px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
        justify-content:space-around;
    transition: all .3s;
    padding: 20px 16px 8px 16px;
}

    .c-card-buy__options .u-grid label:hover {
        border: 3px solid #9F0E1C;
    }

.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 #9F0E1C;
    padding: 19px 16px 7px 16px;
}
.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.5625rem;
    letter-spacing: 0.03938rem;
    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: 1rem;
}
.c-card-buy__options__price {
    color: #9F0E1C;
    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: center;
        align-items: center;
    font-size: 1.875rem;
    transition: color .3s;
}
.c-card-buy__options__price span {
    letter-spacing: -0.05rem;
    font-weight: bold;
    font-size: 2.5rem;
    margin-right: 5px;
}
.c-card-buy__title {
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2.25rem;
    /*border-bottom: 2px solid #9F0E1C;*/
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.c-card-buy__subtitle {
    margin-bottom: 12px;
    font: normal normal bold 1.125rem/1.75rem 'argesta_displayregular', sans-serif;
    letter-spacing: 0.02813rem;
    text-transform: uppercase;
}
.c-card-buy__subtitle.center {
    text-align: center;
}
.c-card-buy__cost {
    margin: 20px 0 25px;
}
.c-card-buy__cost p {
    font-size: 0.875rem;
    letter-spacing: 0.025rem;
    font-weight: 600;
}
.c-card-buy__cost p strong {
    font-weight: bold;
}
.c-card-buy__cost p:not(:last-child) {
    margin-bottom: 5px;
}
.c-card-buy__cost p.cost {
    text-transform: uppercase;
    font-weight: 500;
}
.c-card-buy__conference .c-form__radio {
    -ms-flex-align: center;
        align-items: center;
}
.c-card-buy__conference .c-form__radio p {
    color: #9F0E1C;
    font: normal 600 1rem/1.75rem 'argesta_displayregular', sans-serif;
    letter-spacing: 0.025rem;
    width: calc(100% - 36px);
}
.c-card-buy__workshop .c-form__check {
    -ms-flex-align: center;
        align-items: center;
}
.c-card-buy__workshop .c-form__check p {
    color: #9F0E1C;
    font: normal normal 600 1rem/1.75rem 'argesta_displayregular', sans-serif;
    letter-spacing: 0.025rem;
}
.c-card-buy__workshop .c-form__check p span {
    color: #364453;
    font: normal normal normal 1rem/1.75rem argesta_displayregular;
    letter-spacing: 0.025rem;
}
.c-card-buy__info p {
    margin: 0;
    font-size: 0.6875rem;
    line-height: 1rem;
    color: #364453;
}
.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;
}
.c-card-speaker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 20px;
}
.c-card-speaker .middle {
    min-height: 140px;
}
.c-card-speaker .middle .thumb {
    margin-bottom: 5px;
}
.c-card-speaker .middle .title {
    font-family: 'argesta_displayregular', sans-serif;
    color: #364453;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: left;
   /* letter-spacing: 0.02938rem;*/
    line-height: 1rem;
    text-transform: uppercase;
    min-height: 48px;
}
.c-card-speaker .middle .subtitle {
    color: #364453;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.9375rem;
    margin-top: 20px;
}
.c-card-speaker .middle .speaker h2 {
    font-family: 'argesta_displayregular', sans-serif;
    color: #3C2814;
    font-size: 0.75rem;
    font-weight: 400;
}
.c-card-speaker .middle .speaker p {
    font-family: 'argesta_displayregular', sans-serif;
    color: #3C2814;
    font-size: 0.75rem;
    font-weight: 200;
}
.c-card-speaker .middle .duration {
    color: #3C828C;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    margin-top: auto;
    padding-top: 10px;
}
.c-card-speaker .middle img + .title {
    margin-top: 15px;
    text-align: left;
}
.c-card-speaker .middle > .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}
    .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;
    }
        .c-card-speaker .share .c-icon {
            color: #9F0E1C;
            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;
}
.c-card-speaker .bottom {
    margin-top: auto;
    padding-top: 10px;
    margin-bottom: 8px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
}
.c-card-speaker .bottom .more {
    text-align: center;
    color: #15333C;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.6875rem;
    letter-spacing: 0;
    line-height: 0.875rem;
    display: block;
    width: -moz-max-content;
    width: max-content;
}
.c-card-speaker .bottom .more:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: #9F0E1C;
}
.c-card-speaker .bottom .number {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    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: 1px solid #364453;
    margin-top: 10px;
    font-size: 0.75rem;
}
.c-card-speaker-active .top .star {
    color: #FFF;
}
.c-card-speaker-black .top {
    margin-bottom: -30px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin-left: auto;
}
.c-card-speaker-black .top .star {
    color: $gas-09;
}
.c-card-speaker-black .top .type {
    color: #9F0E1C;
    display: none;
}
.c-card-speaker-black .middle .title {
    color: #FFF;
}
.c-card-speaker-black .middle .subtitle {
    color: #9F0E1C;
}
.c-card-speaker-black .bottom .more {
    color: #FFF;
}
.c-card-speaker-black .bottom .more:after {
    background-color: #9F0E1C;
}
.c-card-speaker-white .top .star {
    color: $gas-09;
}
.c-card-speaker-white .top .type {
    color: $gas-11;
}
.c-card-speaker-white .middle .title {
    color: #15333C;
}
.c-card-speaker-white .middle .subtitle {
    color: $gas-09;
}
.c-card-speaker-white .bottom .more {
    color: #15333C;
}
.c-card-speaker-white .bottom .more:after {
    background-color: #9F0E1C;
}
.c-card-loop {
    overflow: hidden;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
}
.c-card-loop__video {
    width: 100%;
}
.c-card-loop__txt {
    line-height: 1;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
}
.c-card-loop__brand {
    display: none;
}
.c-card-loop__claim {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.25rem;
    letter-spacing: 0;
    color: #FFF;
    max-width: 11ch;
    margin: 0 auto 25px;
}
.c-card-loop__date {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    color: #FFF;
    text-transform: none;
    font-weight: normal;
}
.c-card-loop__hash {
    color: #FFF;
    font-size: 1rem;
    text-align: center;
    padding-top: 10px;
}
.c-card-loop__time {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    border-top: 3px solid #FFF;
    max-width: 12ch;
    margin: 0 auto;
    padding-top: 15px;
}
.c-card-loop__time .day {
    font-weight: bold;
    font-size: 2.625rem;
    line-height: 1;
    text-align: center;
}
.c-card-loop__time .month {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
}
.c-card-loop__time .year {
    font: normal normal bold 2.375rem/1 var(--font-principal);
    text-align: center;
}
.c-card-preface {}
.c-card-preface__txt {
    width: 100%;
    margin: 0 auto;
    max-width: 90%;
    padding: 30px 0 40px;
}
.c-card-preface__txt > p span {
    display: block;
}
    .c-card-preface__txt > p:not(.c-card-preface__title):not(.c-card-preface__subtitle) {
        font-family: 'Roboto', sans-serif;
        color: #646566;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        font-weight: 300;
    }


.o-section-asiFue .c-card-preface__txt > p {
    color: #000000 !important;
}

.c-card-preface__txt > p:not(.c-card-preface__title):not(.c-card-preface__subtitle) span {
    font-weight: normal;
}
.c-card-preface__txt > p:not(.c-card-preface__title):not(.c-card-preface__subtitle) strong {
    font-weight: bold;
}
.c-card-preface__txt > p:not(.c-card-preface__title):not(.c-card-preface__subtitle):not(:last-child) {
    margin-bottom: 20px;
}
.c-card-preface__title {
    font-family: var(--font-sec);
/*    max-width: 80%;
*/    margin: auto;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}
.c-card-preface__subtitle {
    max-width: 98%;
    margin: auto;
    font-family: var(--font-sec-italic);
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
}
/*.c-card-preface__subtitle + * {
    color: var(--color5) !important;
}*/
    .c-card-preface__subtitle.hastag {
        color: var(--color1);
        font-size: 20px;
        line-height: 34px;
        width: min-content;
    }
.c-card-zone {
    display: -ms-grid;
    display: grid;
    width: 335px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 100vw;
}
.c-card-zone:not(:last-child) {
    margin-bottom: 20px;
}
.c-card-zone__thumb {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    z-index: 1;
    width: 100%;
}
.c-card-zone__thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    max-width: 100vw;
    width: inherit;
}
.c-card-zone__txt {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    z-index: 2;
    background-color: rgba(255,255,255, .8);
    margin: 5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 10px;
    text-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    box-sizing: border-box;
    max-width: calc(100vw - 10%);
}
.c-card-zone__title {
    font-weight: bold;
    font-size: 2.1875rem;
    line-height: 1;
    text-transform: uppercase;
    max-width: 6ch;
    margin: 0 auto 6px;
}
.c-card-zone__location {
    font-weight: bold;
    font-size: 0.625rem;
    margin-bottom: 6px;
}
.c-card-zone__desc {
    font-size: 0.75rem;
    line-height: 1rem;
}
.c-card-location {
    text-align: center;
}
.c-card-location .o-section-espacios__title {
    margin-bottom: 5%;
}
.c-card-location__txt {
    width: 100%;
    margin: 0 auto;
    max-width: 90%;
    padding: 30px 0 40px;
}
.c-card-location__txt p {
    color: #586673;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 20px;
    text-align: center;
}
.c-card-location__txt p span {
    display: block;
}
.c-card-location__txt p span {
    font-weight: 600;
    color: #9F0E1C;
    font-size: 22px;
}
.c-card-location__txt p strong {
    font-weight: bold;
}
.c-card-location__txt p.c-card-location__txt__p1 {
    text-transform: uppercase;
    font-weight: 600;
    color: #9F0E1C;
    font-size: 24px;
}
.c-card-location__txt p.c-card-location__txt__p2 {
    margin-top: 0;
}
.c-card-location__txt p.c-card-location__txt__p3 {}
.c-card-location__event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
        gap: 50px;
        margin: 50px 0;
}
.c-card-location-container
.c-card-location__event > .c-card-location-container > img {
    max-width: 45%;
}
.c-card-location__event > .c-card-location-container > p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 17px;
    color: #161615;
    margin-top: 16px;
}
.c-card-location__event > .c-card-location-container > p > strong {
    font-size: 22px;
    line-height: 28px;
}

.c-card-location-container img { max-width: 230px; }

/*.c-card-location__event__time {
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    border-top: 3px solid #FFF;
    max-width: 12ch;
    margin: 0 auto;
    padding-top: 15px;
}
.c-card-location__event__time .day {
    font-weight: bold;
    font-size: 2.625rem;
    line-height: 1;
    text-align: center;
    position: relative;
}
.c-card-location__event__time .day:before {
    content: '';
    width: 20px;
    height: 3px;
    background-color: #9F0E1C;
    position: absolute;
    top: -18px;
    right: -23px;
}
.c-card-location__event__time .day:after {
    content: '';
    height: 20px;
    width: 3px;
    background-color: #9F0E1C;
    position: absolute;
    top: -18px;
    right: -23px;
}
.c-card-location__event__time .month {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
}
.c-card-location__event__time .year {
    font: normal normal bold 2.375rem/1 'argesta_displayregular', sans-serif;
    text-align: center;
}*/
.c-card-location__event__address {
}
.c-card-location__event__address > * {}
.c-card-location__event__address > *:nth-child(1) {
    text-transform: uppercase;
    font-weight: 700;
}
.c-card-location__event__address > *:nth-child(2) {
    font-size: 0.625rem;
}
.c-card-location__event__address:before {
    margin: 5px auto 5px;
    display: block;
    background-color: #9F0E1C;
    content: '';
    height: 2px;
    width: 122px;
}
.c-card-location__embed {
    position: relative;
    text-align: center;
    overflow: hidden;
    max-width: 90%;
    margin: 0 auto;
    height: 310px;
}
.c-card-location__embed iframe, .c-card-location__embed object, .c-card-location__embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-card-location__list {
    margin-bottom: 20px;
}
.c-card-location__list__txt {
    padding-top: 10px;
}
.c-card-location__list__thumb {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
}
.c-card-location__list__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.c-card-location__list__subtitle {
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
    .c-card-location__list__subtitle span {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: #646566;
    }
.c-card-error {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
}
.c-card-error .c-form__button {
    margin-bottom: auto;
}
.c-card-error__title {
    font-weight: bold;
    letter-spacing: 0rem;
    color: #9F0E1C;
    font-size: 2rem;
    line-height: 1;
}
.c-card-error__subtitle {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 0;
    color: #364453;
}
.c-card-error__desc {
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.0375rem;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}
.c-card-error > * {}
.c-card-error > *:not(:last-child) {
    margin-bottom: 10px;
}
.c-card-stand {
    margin: 0 auto;
}
.c-card-stand__thumb {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.c-card-stand__thumb__img {
    /*-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.3)));*/
    width: 100%;
    margin: 0 auto;
    max-height: 330px; /*270px*/
    -o-object-fit: cover;
       object-fit: cover;
}
.c-card-stand__thumb__title {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    z-index: 2;
    padding: 15px 0;
}
.c-card-stand__thumb__title a {
    color: #FFF;
    text-decoration: none;
}
.c-card-stand__thumb__title a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.c-card-stand__txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    max-width: 300px;
    margin: 30px auto 0;
    background: #FFF;
    position: relative;
    height: 250px;
    box-sizing: border-box;
    padding: 20px;
    z-index: 2;
}
.c-card-stand__txt .top {
    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;
    padding: 5px 0;
}
.c-card-stand__txt .top .type {
    color: #9F0E1C;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
}
.c-card-stand__txt .top .star {
    color: #586673;
    width: 15px;
    height: 15px;
}
.c-card-stand__txt .middle {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
}
.c-card-stand__txt .middle .thumb {
    margin-bottom: 5px;
}
.c-card-stand__txt .middle .title {
    text-align: left;
    font-family: 'argesta_displayregular', sans-serif;
    color: #364453;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01563rem;
    line-height: 0.9375rem;
}
.c-card-stand__txt .middle .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;
}
.c-card-stand__txt .middle .share .c-icon {
    color: #9F0E1C;
    width: 17px;
    height: 17px;
}
.c-card-stand__txt .middle .share .c-icon svg {
    width: 100%;
    height: 100%;
}
.c-card-stand__txt .middle .share .c-icon:not(:last-child) {
    margin-right: 10px;
}
.c-card-stand__txt .middle .subtitle {
    color: #364453;
}
.c-card-stand__txt .middle .txt h2 {
    font-family: 'argesta_displayregular', sans-serif;
    color: #364453;
    font-size: 0.75rem;
    font-weight: 400;
}
.c-card-stand__txt .middle .txt p {
    font-family: 'Roboto', sans-serif;
    color: #364453;
    font-size: 0.75rem;
    font-weight: 200;
}
.c-card-stand__txt .middle > .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
}
.c-card-stand__txt .bottom {
    margin-top: auto;
    padding-top: 10px;
}
.c-card-stand__txt .bottom .more {
    text-align: center;
    color: #364453;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    text-transform: uppercase;
}
.c-card-stand__txt .bottom .more:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: #9F0E1C;
}
.c-card-stand__more {
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    max-width: 300px;
    margin: 30px auto 0;
    background: #FFF;
    position: relative;
    height: 250px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    z-index: 2;
    background-color: #9F0E1C;
}
.c-card-stand__more .modal-content__close {
    color: #FFF;
}
.c-card-stand__more .type {
    color: #364453;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.c-card-stand__more .title {
    font-family: 'argesta_displayregular', sans-serif;
    color: #364453;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01563rem;
    line-height: 0.9375rem;
    margin-bottom: 20px;
}
.c-card-stand__more__txt {
    overflow-y: auto;
}
.c-card-stand__more__txt h3 {
    font-family: 'argesta_displayregular', sans-serif;
    color: #364453;
    font-size: 0.75rem;
    font-weight: 400;
}
.c-card-stand__more__txt p {
    font-family: 'argesta_displayregular', sans-serif;
    color: #364453;
    font-size: 0.75rem;
    font-weight: 200;
}
.scene {}
.cube {
    position: relative;
    width: 100%;
}
.scene {
    width: 360px;
    height: 620px;
    overflow: hidden;
    margin: 15px;
}
.cube {
    width: 360px;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(-180px);
}
.cube__face {
    position: absolute;
    width: 360px;
}
.effect-3d {
    border-left: 60px #d00 solid;
    border-right: 60px solid #d00;
    max-width: 600px;
    position: relative;
}
.effect-3d:before {
    content: '';
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 16% 100%);
            clip-path: polygon(0 0, 100% 0, 85% 100%, 16% 100%);
    display: block;
    width: 100%;
    height: 15px;
    background-color: #5d9dc9;
}
.c-title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1;
    font-family: 'argesta_displayregular', sans-serif;
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    /*text-transform: uppercase;*/
    text-align: center;
}
.c-title:not(.no-padding) {
    padding-bottom: 20px;
}
.c-title-subtitle {
    color: #004650;
    font-size: 1.375rem;
    line-height: 2.25rem;
    text-align: center;
    padding-bottom: 20px;
}
.c-title + .c-card-claim {}
.c-title + .c-card-claim:not(.c-card-claim-error) {
    padding-top: 0 !important;
}
.c-title.titleMag {
    color: $gas-08;
    font-size: 2.5rem;
}
.c-program .o-slider {
    margin: 0 auto;
    width: 100%;
    max-width: 90%;
    border: 1px solid #9F0E1C;
    padding: 10px;
    box-sizing: border-box;
}
.c-program .o-slider .tns-outer {
    width: 100%;
    max-width: 735px;
    margin: 0 auto;
    position: relative;
}
.c-program .o-slider [data-controls="prev"], .c-program .o-slider [data-controls="next"] {
    top: 0 !important;
    margin-top: 0 !important;
    transform: scale(.6);
}
.c-program .o-slider [data-controls="prev"] svg, .c-program .o-slider [data-controls="next"] svg {
    height: 100%;
    width: 100%;
    color: #9F0E1C;
}
.c-program .o-slider [data-controls="prev"] {
    left: 0 !important;
    height: 40px;
    outline: none;
}
.c-program .o-slider [data-controls="next"] {
    right: 0 !important;
    height: 40px;
    outline: none;
}
.c-program__title {
    color: #9F0E1C;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
}
.c-program__title + .c-program__desc {
    margin-top: -10px;
    margin-bottom: 10px;
}
.c-program__desc {
    padding: 0 0 20px 0;
}
.c-program__desc-text1 {
    font-weight: 600;
    color: #9F0E1C;
    text-align: center;
    font-size: 0.75rem;
}
.c-program__desc-text2 {
    color: #364453;
    text-align: center;
    font-size: 0.625rem;
}
.c-program__asterix {
    text-align: center;
    margin-top: 10px;
    font-size: 0.75rem;
    line-height: 1rem;
}
.c-program__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 58px 1fr;
        grid-template-columns: 58px 1fr;
    grid-gap: 40px 10px;
    width: 100%;
    margin: 0 auto;
}
.c-program__content__hour p {
    color: #9F0E1C;
    font-weight: 600;
    font-size: 0.875rem;
}
.c-program__content__event .type {
    color: #FFF;
    background-color: #9F0E1C;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    padding: 0 5px;
    height: 20px;
    margin-top: -25px;
    margin-bottom: 5px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
}
.c-program__content__event .title {
    color: #9F0E1C;
    font-weight: 600;
    font-size: 0.875rem;
}
.c-program__content__event > p {
    font-size: 0.8125rem;
}
.c-program__content__event > p strong, .c-program__content__event > p span {
    font-size: 0.75rem;
}
.c-speaker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative;
    border-bottom: 1px solid rgba(180, 150, 130, 0.5);
    margin: 0 20px 20px;
    padding-bottom: 20px;
}
.c-speaker__thumb {
    justify-self: flex-start;
    max-width: 60px;
    max-height: 60px;
    width: 100%;
}
.c-speaker__txt {
    width: 100%;
    max-width: calc(100% - 60px);
    margin-left: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: st♥art;
        align-items: flex-start;
}
.c-speaker__name {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin-top: 0;
    color: #3C2814;
}
.c-speaker__title {
    color: #3C2814;
    font-size: 0.8125rem;
    line-height: 1.25rem;
}
.c-speaker__icon {
    color: #05DCDC;
    position: absolute;
    top: 0;
    left: 70px;
    width: 20px;
    height: 20px;
}
.c-speaker {}
.c-speaker__head {}
.c-speaker__head__title {
    font-weight: 500;
    color: #364453;
    line-height: 1.3;
    margin: 0 auto 2.5%;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.75rem;
    padding: 2.5% 0 0 0;
}
.c-speaker__head__title span {
    display: block;
    line-height: 1;
}
.c-speaker__head__title span:nth-child(1) {
    text-align: left;
    margin-right: 60px;
}
.c-speaker__head__title span:nth-child(2) {
    text-align: right;
    margin-left: 60px;
}
.c-speaker__body .c-mosaic, .c-speaker__body .c-top {
    max-width: 90%;
    margin: 0 auto 30px;
    background-color: #FFF;
}
.c-mosaic {
    position: relative;
    z-index: 1;
    max-width: 90%;
    margin: 0 auto 30px;
}
.c-mosaic .txt {
    background-color: #F9F0F1;
}
.c-mosaic .item {}
.c-mosaic .item .c-card-speaker {
    height: 100%;
    box-sizing: border-box;
}
.c-mosaic .item .thumb {
    height: 100%;
    width: 100%;
    position: relative;
}
.c-mosaic .item .thumb img {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-mosaic .item .thumb .number {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    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;
    background-color: #FFF;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 0.75rem;
}
.c-mosaic__title {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}
.c-mosaic__title .number {
    color: #9F0E1C;
}
.c-mosaic__wrap {
    grid-column-gap: 0 !important;
    width: 100%;
}
.c-detail__share.sticky {
    position: fixed;
    top: 30px;
}
.c-detail {
    margin: 0 5%;
    position: relative;
}
.c-detail .c-card-article__share {
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.c-detail .c-card-article__share:not(:last-child) {
    margin-bottom: 20px;
}
.c-detail .c-card-article__share:last-child {
    margin-top: 20px;
}
.c-detail__type {
    text-transform: uppercase;
    font-family: 'argesta_displayregular', sans-serif;
    color: #3C828C;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.07813rem;
    line-height: 0.75rem;
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
        grid-row: 1 / span 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
}
.c-detail__share {
    color: #FFF;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
        grid-row: 1 / span 2;
}
.c-detail__share .c-icon {
    background-color: #19becd;
    color: #FFF;
    width: 24px;
    height: 24px;
}
.c-detail__share .c-icon svg {
    max-width: 45%;
    max-height: 45%;
}
.c-detail__promo {
    background-color: #46321E;
    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;
}
.c-detail__promo .type {
    padding: 15px;
    text-transform: uppercase;
    color: $fus-02;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.07813rem;
    line-height: 0.75rem;
}
.c-detail__promo .event {
    color: #FFF;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.06rem;
    line-height: 0.75rem;
    text-align: right;
    padding: 15px;
}
.c-detail__promo .event span {
    text-transform: uppercase;
}
.c-detail__promo > :nth-child(1) {
    width: 100%;
    max-width: 40%;
    box-sizing: border-box;
}
.c-detail__promo > :nth-child(2) {
    width: 100%;
    max-width: 60%;
    box-sizing: border-box;
}
.c-detail__head {
    padding: 5% 10%;
    -ms-grid-columns: 150px 1fr;
        grid-template-columns: 150px 1fr;
    display: -ms-grid;
    display: grid;
}
.c-detail__body {
    padding: 5% 10%;
    margin-bottom: 5%;
}
.c-detail__name {
    display: none;
}
.c-detail__related {
    margin-top: 20px;
    margin-bottom: 80px;
}
.c-detail__related__title {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
    color: #19BECD;
    text-transform: uppercase;
    padding: 10px 0;
}
.c-detail__related__wrap {
    counter-reset: item;
}
.c-detail__related__wrap .item {
    position: relative;
    width: 100%;
    max-width: 80%;
    border-left: 1px solid rgba(180,150,130,0.5);
    border-right: 1px solid rgba(180,150,130,0.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #FFF;
}
.c-detail__related__wrap .item .c-talk {
    background-color: #FFF;
    border-bottom: 1px solid rgba(180,150,130,0.5);
    padding-bottom: 30px;
}
.c-detail__related__wrap .item:before {
    counter-increment: item;
    content: counter(item);
    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;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: rgba(180,150,130,0.1);
    position: absolute;
    top: 15%;
    left: -45px;
    font-size: 2.5rem;
    line-height: 1.25rem;
    color: #19BECD;
}
.c-detail__related__wrap .item:nth-child(2n) {}
.c-detail__related__wrap .item:nth-child(2n):before {
    color: #EB6EA5;
    left: inherit;
    top: inherit;
    bottom: 15%;
    right: -45px;
}
.c-detail__title {
    font-family: 'argesta_displayregular', sans-serif;
    color: #364453;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1 / span 2;
    display: block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.c-detail__star {
    color: $fus-02;
    height: 20px;
    width: 20px;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    justify-self: right;
    margin-right: -20%;
}
.c-detail__signature .author {
    margin-left: -10%;
    margin-bottom: 5%;
    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-detail__signature .author .thumb {
    width: 30px;
    margin: 0;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    margin-left: -3.5px;
    margin-right: 10px;
}
.c-detail__signature .author .txt .name {
    color: #364453;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1rem;
}
.c-detail__signature .author .txt .desc {
    color: #364453;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.4375rem;
    letter-spacing: 0.03125rem;
    line-height: 0.8125rem;
}
.c-detail__thumb {
    margin-bottom: 20px;
}
.c-detail__subtitle {
    color: #004650;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-bottom: 20px;
}
.c-detail__claim {
    color: $black02;
    font-size: 1.375rem;
    line-height: 2.25rem;
}
.c-detail__aside {
    background-color: #46321E;
    padding: 15px 0 30px;
    margin-left: -20%;
    margin-right: -20%;
    margin-bottom: 20px;
}
.c-detail__aside__group {
    width: 100%;
}
.c-detail__aside__group__title {
    color: $fus-02;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.075rem;
    line-height: 0.9375rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.c-detail__aside__group__content {}
.c-detail__aside-t2 {
    background: #f7f4f2;
    padding: 15px 0 30px;
    margin-left: -20%;
    margin-right: -20%;
}
.c-detail__aside-t3 {
    padding: 20px 0;
}
.c-detail__summary {}
.c-detail__summary-cols-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 15px;
    padding-top: 15px;
}
.c-detail__summary-blockquote {
    box-sizing: border-box;
    color: #364453;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 2.25rem;
    width: 100%;
    max-width: 300px;
    margin: 0 0 15px 0;
    padding: 0;
    height: 300px;
}
.c-detail__summary-card {
    margin: 0 0 15px 0;
}
.c-detail__summary-card__thumb {
    margin-bottom: 10px;
}
.c-detail__summary-card__thumb img {
    margin-bottom: 15px;
}
.c-detail__summary-card__figcaption {
    width: 100%;
    max-width: 150px;
}
.c-detail__summary-card__figcaption p {
    color: #364453;
    font-size: 0.5rem;
    letter-spacing: 0.0625rem;
    line-height: 0.75rem;
    text-transform: uppercase;
}
.c-detail__summary-card__txt {
    width: 100%;
    max-width: 150px;
}
.c-detail__summary-card__txt p {
    color: #364453;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-detail__product {}
.c-detail__product-cols-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 15px;
    padding-top: 15px;
}
.c-detail__product-card {
    margin: 0 0 15px 0;
}
.c-detail__product-card__thumb {
    margin-bottom: 10px;
}
.c-detail__product-card__thumb img {
    margin-bottom: 15px;
}
.c-detail__product-card__top {
    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;
    padding: 5px 0;
}
.c-detail__product-card__top .type {
    color: $gas-11;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
}
.c-detail__product-card__top .star {
    color: $fus-02;
    width: 15px;
    height: 15px;
}
.c-detail__product-card__middle {
    margin-bottom: 30px;
    max-width: 90%;
}
.c-detail__product-card__middle h1 {
    color: $gas-06;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.375rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.c-detail__product-card__middle h2 {
    color: $fus-02;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.c-detail__product-card__middle p {
    color: $gas-06;
    font-size: 0.8125rem;
    line-height: 1.25rem;
}
.c-detail__product-card__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    max-width: 90%;
}
.c-detail__product-card__bottom h3 {
    color: #364453;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1rem;
    margin-bottom: 10px;
}
.c-detail__product-card__bottom p {
    color: #364453;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-detail__product-card__bottom a {
    color: #364453;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
    text-decoration: none;
}
.c-detail__product-card__txt {
    width: 100%;
    max-width: 150px;
}
.c-detail__product-card__txt p {
    color: #364453;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-detail__txt {}
.c-detail__txt > p {
    color: #364453;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 0.75rem;
    line-height: 1.4375rem;
}
.c-detail__txt > p + p, .c-detail__txt > p + h2, .c-detail__txt > p + h3 {
    margin-top: 20px;
}
.c-detail__txt > h2, .c-detail__txt > h3 {
    color: $fus-02;
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
}
.c-detail__txt > h2 + p, .c-detail__txt > h3 + p {
    margin-top: 20px;
}
.c-detail__number {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: rgba(180,150,130,0.1);
    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: 5rem;
    line-height: 1.25rem;
}
.c-detail-speaker .c-detail__head .c-detail__title, .c-detail-speaker .c-detail__head .c-detail__subtitle {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
}
.c-detail-speaker .c-detail__head .c-detail__subtitle {
    color: #19BECD;
}
.c-detail-speaker .c-box {
    border-top: 15px solid rgba(180,150,130,0.1);
    margin-bottom: 20px;
}
.c-detail-speaker .c-box__title {
    color: #364453;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
    padding-top: 12px;
}
.c-detail-speaker .c-box__subtitle {
    color: #19BECD;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.0625rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.c-detail-speaker .c-box__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
}
.c-detail-speaker .c-box__nav a {
    text-decoration: none;
    color: #364453;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-detail-speaker .c-box__nav a + a {
    margin-left: 5px;
}
.c-detail-magazine .c-detail__head .c-detail__title, .c-detail-magazine .c-detail__head .c-detail__subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
}
.c-detail-magazine .c-detail__head .c-detail__subtitle {
    color: #19BECD;
}
.c-detail-sponsor .c-detail__head {
    box-sizing: border-box;
}
.c-detail-sponsor .c-detail__head .c-detail__share {}
.c-detail-sponsor .c-detail__head .c-detail__share + .c-detail__type {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
}
.c-detail-sponsor .c-detail__head .c-detail__share + .c-detail__type + .c-detail__title {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
}
.c-detail-sponsor .c-detail__body {
    box-sizing: border-box;
}
.c-detail-sponsor .c-detail__body .c-detail__subtitle {
    color: #3C828C;
    -webkit-text-decoration-color: #33E1FF !important;
            text-decoration-color: #33E1FF !important;
    text-decoration: underline;
    text-underline-position: under;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-thickness: 1px !important;
}
.c-detail-sponsor .c-detail__body:nth-child(1) .c-detail__number {
    color: $fus-02;
}
.c-detail-sponsor .c-detail__body:nth-child(2) .c-detail__number {
    color: #FF5F58;
}
.c-detail-sponsor .c-detail__body:nth-child(3) .c-detail__number {
    color: #FA9917;
}
.c-detail-sponsor .c-detail__body:nth-child(4) .c-detail__number {
    color: #B49682;
}
.c-detail-sponsor .c-detail__body:nth-child(5) .c-detail__number {
    color: #EB6EA5;
}
.c-detail-sponsor .c-detail__body:nth-child(6) .c-detail__number {
    color: #821405;
}
.c-detail-sponsor .c-detail__body:nth-child(7) .c-detail__number {
    color: #19BECD;
}
.c-detail-sponsor .c-detail__body:nth-child(8) .c-detail__number {
    color: #821405;
}
.c-detail-sponsor .c-detail__body:nth-child(9) .c-detail__number {
    color: #FAC300;
}
.c-detail-sponsor .c-detail__body:nth-child(10) .c-detail__number {
    color: #8A5B2F;
}
.c-detail-sponsor .c-detail__body:nth-child(11) .c-detail__number {
    color: #66AA70;
}
.c-detail-sponsor .c-detail__body:nth-child(12) .c-detail__number {
    color: #8A4463;
}
.c-detail-sponsor > .c-card-thumb {
    position: relative;
    height: 50vh;
}
.c-detail-sponsor > .c-card-thumb img {
    z-index: 1;
}
.c-detail-sponsor > .c-card-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, #4F4F4F 0%, transparent 100%);
    z-index: 3;
}
.c-detail-sponsor > .c-card-thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(51,51,51,0.65);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.c-top {
    counter-reset: item;
}
.c-top .item {
    counter-increment: item;
}
.c-top .item .c-card {
    min-width: 135px;
    white-space: normal;
    min-height: 300px;
}
.c-top .item .c-card:before {
    content: counter(item);
    display: block;
    font-size: 2.5rem;
    margin-bottom: 15px;
}
.c-top .item + .item {
    margin-left: 20px;
}
.c-top .item:nth-child(1) .c-card {}
.c-top .item:nth-child(1) .c-card:before {
    color: #05DCDC;
}
.c-top .item:nth-child(2) .c-card {}
.c-top .item:nth-child(2) .c-card:before {
    color: #FF5F58;
}
.c-top .item:nth-child(3) .c-card {}
.c-top .item:nth-child(3) .c-card:before {
    color: #FA9917;
}
.c-top .item:nth-child(4) .c-card {}
.c-top .item:nth-child(4) .c-card:before {
    color: #B49682;
}
.c-top .item:nth-child(5) .c-card {}
.c-top .item:nth-child(5) .c-card:before {
    color: #EB6EA5;
}
.c-top .item:nth-child(6) .c-card {}
.c-top .item:nth-child(6) .c-card:before {
    color: #821405;
}
.c-top .item:nth-child(7) .c-card {}
.c-top .item:nth-child(7) .c-card:before {
    color: #19BECD;
}
.c-top .item:nth-child(8) .c-card {}
.c-top .item:nth-child(8) .c-card:before {
    color: #821405;
}
.c-top .item:nth-child(9) .c-card {}
.c-top .item:nth-child(9) .c-card:before {
    color: #FAC300;
}
.c-top .item:nth-child(10) .c-card {}
.c-top .item:nth-child(10) .c-card:before {
    color: #8A5B2F;
}
.c-top .item:nth-child(11) .c-card {}
.c-top .item:nth-child(11) .c-card:before {
    color: #66AA70;
}
.c-top .item:nth-child(12) .c-card {}
.c-top .item:nth-child(12) .c-card:before {
    color: #8A4463;
}
.c-top__title {
    height: 90px;
    width: 90px;
    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: #FFF;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.0375rem;
    line-height: 1.125rem;
    text-align: center;
    border-radius: 50%;
    background-color: #9F0E1C;
    text-transform: uppercase;
    margin: 0 auto;
}
.c-top__title span {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.05625rem;
    display: block;
}
.c-top__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding: 10px 0;
}
.c-top__content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.c-top__content::-webkit-scrollbar-track {
    background-color: #FFF;
}
.c-top__content::-webkit-scrollbar-thumb {
    border-radius: 2.5px;
    background-color: #19BECD;
    width: 5px;
    height: 5px;
    display: block;
}
.c-top__wrap {
    grid-column-gap: 0 !important;
    margin-top: 15px;
}
.c-top__wrap > .c-card {
    border-right: 1px solid #F9F0F1;
    min-height: 300px;
    padding-bottom: 0;
    box-sizing: border-box;
}
.c-top__wrap > .c-card .bottom {
    border-bottom: 1px solid #F9F0F1;
    padding-bottom: 15px;
}
.c-top__wrap > .c-card .bottom .more {
    margin: 0;
}
.c-top__wrap > .c-card .middle {
    min-height: 250px;
}
.c-top > .c-form__button {
    margin-top: 20px;
}
.u-bg-black .c-top__title {
    color: #030303;
    background-color: $gas-10;
}
.c-partner {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.c-partner__title {
    color: #9F0E1C;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
}
.c-partner__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end;
    padding: 30px 0 35px;
}
.c-partner__group-block02 {}
.c-partner__group-block03 {}
.c-partner__group-nivel-1-1 img {
    max-width: 208px;
}
.c-partner__group-nivel-3-1 img {
    max-width: 92px;
    margin-right: 15px;
}
.c-partner__group-nivel-3-2 img {
    max-width: 67px;
}
.flip-card {
    background-color: transparent;
    max-width: 840px;
    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;
    border: 1px solid #9F0E1C;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    overflow-y: auto;
    height: 855px;
    background-color: #F9F0F1;
}
.flip-card.open .flip-card-front {
    position: relative;
    z-index: 1;
}
.flip-card.open .c-form__button {
    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;
}
[data-barba="container"] {
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 100%;
    width: 100vw;
}
[data-barba-namespace="home"] {
    z-index: 100;
}
[data-barba-namespace^="block"] {
    z-index: 101;
    background-color: #fff;
}
.block1-detail-transition {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    perspective: 600px;
    overflow: hidden;
}
.block1-detail-transition .images {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}
.block1-detail-transition img {
    position: absolute;
    z-index: 101;
    width: 1290px;
    height: 870px;
    max-width: none;
    opacity: .4;
    background-color: #000;
}
.block1-detail-transition .image1 {
    transform: translateZ(-1000px);
}
.block1-detail-transition .image2 {
    transform: translateX(1193px) translateZ(-1352px) rotateY(33deg);
}
.block1-detail-transition .image3 {
    transform: translateX(2382px) translateZ(-1705px);
}
.block1-detail-transition .image4 {
    transform: translateX(3574px) translateZ(-2059px) rotateY(33deg);
}
.block1-detail-transition .image5 {
    transform: translateX(4765px) translateZ(-2412px);
}
.c-expo {
    overflow: hidden;
}
.c-expo .slick-list {
    overflow: visible;
}
.c-expo .slick-slide:not(.slick-current) .c-card-stand__txt {
    opacity: 0;
}
.c-expo .slick-disabled {
    display: none !important;
}
.c-expo .doors {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.c-expo .door {
    position: absolute;
    z-index: 102;
    top: 0px;
    width: 50%;
    height: 100%;
    background-color: rgb(51,51,51);
    transform: perspective(550px);
}
.c-expo .door .image {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.c-expo .door.left {
    left: 0px;
    transform-origin: left;
}
.c-expo .door.right {
    right: 0px;
    transform-origin: right;
}
.c-expo .door.right .image {
    background-position-x: right;
}
.c-expo .doors img {
    position: absolute;
    z-index: 101;
    left: 0px;
    top: 0px;
    filter: blur(15px);
    opacity: 0.4;
}
.c-expo {
    z-index: 3;
}
.c-expo .c-card-thumb {}
.c-expo__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
}
.c-expo__head__title {
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
        grid-row: 1 / span 1;
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
        grid-column: 1 / span 1;
    z-index: 2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 2.5rem;
}
.c-expo__head__thumb {
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
        grid-row: 1 / span 1;
    -ms-grid-column-span: 1;
    -ms-grid-column: 1;
        grid-column: 1 / span 1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    display: block;
}
.c-expo__section {}
.c-expo__section__title {
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
}
.c-expo__section__title:not(.u-color-white) {
    color: #584B3F;
}
.c-expo__section__subtitle {
    font-family: 'argesta_displayregular', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
}
.c-expo__section__subtitle:not(.u-color-white) {
    color: #B49682;
}
.c-expo__line {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.c-expo__line .slick-list {
    padding: 0 !important;
}
.c-expo__line .slick-prev, .c-expo__line .slick-next {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    display: block;
    z-index: 2;
    border-radius: 0;
    border: none;
    background: transparent url(../img/icon/angle-left.svg) no-repeat center center;
    cursor: pointer;
    outline: none;
    text-indent: -999em;
    padding: 0;
}
.c-expo__line .slick-prev {
    left: 0;
}
.c-expo__line .slick-next {
    right: 0;
    transform: rotate(180deg);
}
.c-expo__line .slick-dots {
    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;
    padding: 15px 0;
    position: absolute;
    width: 100%;
}
.c-expo__line .slick-dots li {
    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-expo__line .slick-dots li button {
    cursor: pointer;
    border: none;
    height: 4px;
    width: 30px;
    background-color: #9F0E1C;
    overflow: hidden;
}
.c-expo__line .slick-dots li.slick-active button {
    background-color: #364453;
}
.c-expo__line .slick-dots li + li {
    margin-left: 10px;
}
.c-expo__line.open .slick-center .c-card-stand__txt {
    display: none;
}
.c-expo__line.open .slick-center .c-card-stand__more {
    display: -ms-flexbox;
    display: flex;
}
.c-expo__detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 90px 1fr;
        grid-template-rows: 90px 1fr;
}
.c-expo__detail .c-header {
    -ms-grid-row-span: 1;
    -ms-grid-row: 1;
        grid-row: 1 / span 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
}
.c-expo__detail__intro {
    position: relative;
    z-index: 1;
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
        grid-row: 1 / span 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    background-color: #030303;
}
.c-expo__detail__intro__nav {
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 2;
}
.c-expo__detail__intro__nav a span {
    display: none;
}
.c-expo__detail__intro__nav a:not(:first-child):not(:last-child) {
    height: 4px;
    width: 30px;
    background-color: rgba(5,220,220,0.3);
    display: none;
}
.c-expo__detail__intro__nav a:not(:first-child):not(:last-child).current {
    background-color: #9F0E1C;
}
.c-expo__detail__intro__nav a + a {
    margin-left: 10px;
}
.c-expo__detail__intro__nav a:first-child {
    margin-right: auto;
    margin-left: 15px;
}
.c-expo__detail__intro__nav a:last-child {
    margin-left: auto;
    margin-right: 15px;
}
.c-expo__detail__intro__nav a:first-child, .c-expo__detail__intro__nav a:last-child {
    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;
    color: #9F0E1C;
    width: 20px;
    height: 40px;
}
.c-expo__detail__intro__nav a:first-child svg, .c-expo__detail__intro__nav a:last-child svg {
    width: 20px;
    height: 40px;
}
.c-expo__detail__intro__thumb {
    position: relative;
    z-index: 1;
    background-color: #000;
}
.c-expo__detail__intro__thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(0, transparent 70%, rgb(0 0 0) 100%);
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: .8;
}
.c-expo__detail__intro__count {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.04188rem;
    line-height: 1.5;
}
@media (max-width: 360px){
    .o-section-espacios__title span:nth-child(1) {
        text-align: center;
    }

    .o-section-espacios__title span:nth-child(2) {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .movil {
        display:none;
    }
    .content__name {
        display: block;
        position: absolute;
        top: 100px;
        margin: 0 auto;
        width: 185px;
        transform: translateX(-92.5px);
        left: calc(50% + 185px);
        z-index: -1;
    }
    .content__name .name {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
        width: 50%;
        padding-left: 525px;
        font-size: 12.5rem;
        font-weight: 600;
        line-height: 12.5rem;
        text-transform: uppercase;
        opacity: 0.1;
        color: #B49682;
        white-space: nowrap;
    }
    .o-section-signin__title {
        max-width: inherit;
        margin: 2.5% auto 2.5%;
        font-size: 1.5rem;
        line-height: 1.8125rem;
        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: 700px;
    }
    .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 {
        max-width: inherit;
    }
    .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 {
        margin: 0;
        padding: 0;
        font-size: 1.875rem;
        line-height: 2.3125rem;
        width: 100%;
    }
    .o-section-signin__head__question {
        margin: 0;
        width: 100%;
    }
    .o-section-signin__head__msg.first {
        padding-top: 0;
    }
    .o-section-signin__head__msg {
        width: 100%;
    }
    .o-section-signin__head__msg__title {
        margin-bottom: 2.5%;
        margin-top: 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__head {
        padding-top: 2.5%;
        max-width: 962px;
        margin: 0 auto;
    }
    .o-section-signin__nav {
        max-width: 50%;
        justify-self: end;
        transform: translateY(0);
    }
    .o-section-signin .c-form__button {
        height: 46px;
        width: 310px;
        font-size: 20px;
        font-weight: 400;
        border-radius: 24px;
    }
    .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__step {
        padding: 2.5% 0;
        max-width: 1300px;
        margin: 0 auto;
        border: 1px solid #9F0E1C;
    }
    .o-section-signin__step-1 .u-grid-columns-2 .c-form__check p {
        font-size: 1.125rem;
    }
    .o-section-signin__step-3 .o-section-signin__title {
        font-size: 1.5rem;
    }

        .o-section-signin__step-3 .o-section-signin__subtitle {
            margin-bottom: 25px;
        }
        .o-section-signin__step-3 .o-section-signin__subtitle.res{
            max-width: 400px;
            font-size: 18px;
            letter-spacing: 0.45px;
            line-height: 28px;
        }
        .u-grid.u-grid-columns-2 * {

        }
    .o-section-signin__step-3 .u-grid-columns-2 > div {}
    .o-section-signin__step-3 .u-grid-columns-2 > div:nth-child(1) {
        padding-right: 0;
        max-width: 400px;
    }
    /*    .o-section-signin__step-3 .u-grid-columns-2 > div:nth-child(2) {
        padding-left: 45px;
    }*/
    .o-section-signin__step-3 .c-card-buy__next {
        width: -moz-max-content;
        width: max-content;
        padding: 10px 25px;
        border-radius: 30px;
        font-weight: 500;
        margin-bottom: 50px;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.6px;
        width: 400px;
        max-width: 90%;
        height: fit-content;
        max-height: 50px;
        box-sizing: border-box;
    }

        .o-section-signin__step-3 .c-card-buy__next.res {
            background-color: white;
            border: solid 2px #364453;
            font-size: 20px;
            letter-spacing: 0.5px;
            line-height: 28px;
        }
    .u-grid.u-grid-columns-2.res {
        grid-template-columns: 40% 55%;
        gap: 5%;
    }
        .o-section-program-home {
            height: auto;
        }
    .o-section-espacios {
        padding-bottom: 80px;
    }
    .o-section-espacios .u-grid {
        grid-gap: 20px;
        width: -moz-max-content;
        width: max-content;
        margin: 40px auto 0;
    }
    .o-section-espacios .u-grid > .c-card {}
    .o-section-espacios .u-grid > .c-card:nth-child(1) {
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
            grid-row: 1 / span 2;
        -ms-grid-column: 1;
            grid-column-start: 1;
    }
    .o-section-espacios .u-grid > .c-card:nth-child(2) {
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
            grid-row: 1 / span 2;
        -ms-grid-column: 2;
            grid-column-start: 2;
    }
    .o-section-espacios .u-grid > .c-card:nth-child(3) {
        -ms-grid-column: 3;
            grid-column-start: 3;
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
            grid-row: 1 / span 2;
    }
    .o-section-espacios .u-grid > .c-card:nth-child(4) {
        -ms-grid-column: 2;
            grid-column-start: 2;
        -ms-grid-row-span: 1;
        -ms-grid-row: 2;
            grid-row: 2 / span 1;
    }
    .o-section-espacios .u-grid > .c-card:nth-child(5) {
        -ms-grid-column: 3;
            grid-column-start: 3;
        -ms-grid-row-span: 1;
        -ms-grid-row: 3;
            grid-row: 3 / span 1;
    }
    .o-section-lounge .item a {
        width: 170px;
        height: 170px;
    }
    .o-section-lounge .item a img {
        width: 170px;
        height: 170px;
    }
    .modal-content {}
    .modal-content__title {
        font-size: 1.5rem;
    }
    .modal-content__title.center {
        text-align: center;
    }
    .modal-content__subtitle {}
    .modal-content__subtitle.center {
        text-align: center;
    }
    .modal-content-body {}
    .modal-content-body-scroll {
        margin-right: 20px;
    }
    .o-slider [data-controls="next"], .o-slider [data-controls="prev"] {
        top: 200px;
    }
    .o-slider [data-controls="next"] {
        right: 15px;
    }
    .o-slider [data-controls="prev"] {
        left: 15px;
    }
    .o-carousel [data-controls="next"], .o-carousel [data-controls="prev"] {}
    .o-carousel [data-controls="prev"] {
        left: 15px;
    }
    .o-carousel [data-controls="next"] {
        right: 15px;
    }
    .u-grid {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 0;
    }
    .u-grid-columns-2 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr max(415px);
    }
    .u-grid-columns-2-equals {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .u-grid-columns-3 {
        --ncols: 3;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
    .u-grid-columns-4 {
        --ncols: 4;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(4, 1fr);
        max-width: 957px;
        margin: auto;
    }
    .u-grid-columns-5 {
        --ncols: 5;
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(5, 1fr);
    }
    .u-grid > [class*="c-"] {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .u-grid-start-1 {
        -ms-grid-column: 1;
            grid-column-start: 1;
    }
    .u-grid-start-2 {
        -ms-grid-column: 2;
            grid-column-start: 2;
    }
    .u-grid-start-3 {
        -ms-grid-column: 3;
            grid-column-start: 3;
    }
    .u-grid-start-4 {
        -ms-grid-column: 4;
            grid-column-start: 4;
    }
    .u-grid-start-5 {
        -ms-grid-column: 5;
            grid-column-start: 5;
    }
    .u-grid-col {}
    .u-grid-col-start-1 {
        -ms-grid-column: 1 !important;
            grid-column-start: 1 !important;
    }
    .u-grid-col-start-2 {
        -ms-grid-column: 2 !important;
            grid-column-start: 2 !important;
    }
    .u-grid-col-start-3 {
        -ms-grid-column: 3 !important;
            grid-column-start: 3 !important;
    }
    .u-grid-col-start-4 {
        -ms-grid-column: 4 !important;
            grid-column-start: 4 !important;
    }
    .u-grid-col-start-5 {
        -ms-grid-column: 5 !important;
            grid-column-start: 5 !important;
    }
    .u-grid-col-span-1 {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
    }
    .u-grid-col-span-2 {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span  2;
    }
    .u-grid-col-span-3 {
        -ms-grid-column-span: 3;
        -ms-grid-column: 1;
            grid-column: 1 / span  3;
    }
    .u-grid-col-span-4 {
        -ms-grid-column-span: 4;
        -ms-grid-column: 1;
            grid-column: 1 / span 4;
    }
    .u-grid-col-span-5 {
        -ms-grid-column-span: 5;
        -ms-grid-column: 1;
            grid-column: 1 / span 5;
    }
    .u-grid-row {}
    .u-grid-row-start-1 {
        -ms-grid-row: 1;
            grid-row-start: 1;
    }
    .u-grid-row-start-2 {
        -ms-grid-row: 2;
            grid-row-start: 2;
    }
    .u-grid-row-start-3 {
        -ms-grid-row: 3;
            grid-row-start: 3;
    }
    .u-grid-row-start-4 {
        -ms-grid-row: 4;
            grid-row-start: 4;
    }
    .u-grid-row-start-5 {
        -ms-grid-row: 5;
            grid-row-start: 5;
    }
    .u-grid-row-start-6 {
        -ms-grid-row: 6;
            grid-row-start: 6;
    }
    .u-grid-row-start-7 {
        -ms-grid-row: 7;
            grid-row-start: 7;
    }
    .u-grid-row-start-8 {
        -ms-grid-row: 8;
            grid-row-start: 8;
    }
    .u-grid-row-start-9 {
        -ms-grid-row: 9;
            grid-row-start: 9;
    }
    .u-grid-row-start-10 {
        -ms-grid-row: 10;
            grid-row-start: 10;
    }
    .u-grid-row-span-1 {
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 / span 1;
    }
    .u-grid-row-span-2 {
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
            grid-row: 1 / span  2;
    }
    .u-grid-row-span-3 {
        -ms-grid-row-span: 3;
        -ms-grid-row: 1;
            grid-row: 1 / span  3;
    }
    .u-grid-row-span-4 {
        -ms-grid-row-span: 4;
        -ms-grid-row: 1;
            grid-row: 1 / span 4;
    }
    .u-grid-row-span-5 {
        -ms-grid-row-span: 5;
        -ms-grid-row: 1;
            grid-row: 1 / span 5;
    }
    .u-grid-col-gap-15 {
        grid-column-gap: 15px;
    }
    .u-grid-col-gap-30 {
        grid-column-gap: 30px;
    }
    .u-grid-gap-30 {
        grid-gap: 30px;
    }
    .u-grid-gap-40 {
        grid-gap: 40px;
    }
    .u-grid-gap-60 {
        grid-gap: 60px;
    }
    .u-pb-40 {
        padding-bottom: 40px !important;
    }
    .u-pt-40 {
        padding-top: 40px !important;
    }
    .u-pb-120 {
        padding-bottom: 120px !important;
    }
    .u-pt-120 {
        padding-top: 120px !important;
    }
    .u-pb-60 {
        padding-bottom: 60px !important;
    }
    .u-pt-60 {
        padding-top: 60px !important;
    }
    .u-mt-40 {
        margin-top: 40px !important;
    }
    .u-mb-40 {
        margin-bottom: 40px !important;
    }
    .u-show-sm {}
    .u-show-sm.u-flex {
        display: -ms-flexbox;
        display: flex;
    }
    .u-show-sm:not(.u-flex) {
        display: block;
    }
    .u-hide-sm {
        display: none;
    }
    .u-show-xs-only {
        display: none;
    }
    .u-show-sm-only {
        display: block;
    }
    .u-show-md-only {
        display: none;
    }
    .u-show-lg-only {
        display: none;
    }
    .u-hide-xs-only {
        display: block;
    }
    .u-hide-sm-only {
        display: none;
    }
    .u-hide-md-only {
        display: block;
    }
    .u-hide-lg-only {
        display: block;
    }
    .c-header__options__item-signin {
        font-size: 14px;
        line-height: 16px;
    }
    .c-header__options__item-signin span {
        display: block;
        padding: 0 0 0 3px;
    }
    .c-footer .u-grid {
        -ms-flex-align: center;
            align-items: center;
    }
    .c-footer__brand {
        margin: 0;
        max-width: 260px;
    }
    .footer_container{
        max-width: 65%;
    }
    .c-footer__hello {
        text-align: right;
    }
    .c-footer__copy{
        margin: inherit;
        margin-left: auto;
    }
    .c-footer__copy p {
        text-align: right;
    }
    .c-footer__share {
        -ms-flex-pack: end;
        justify-content: flex-end;
    /*    padding: 15px 0;*/
    }
    .c-footer__links {
        -ms-flex-pack: end;
            justify-content: flex-end;
        font-size: 0.6875rem;
    }
    .c-form__text input[type="text"], .c-form__text input[type="email"], .c-form__text input[type="password"], .c-form__text input[type="tel"], .c-form__text input[type="date"], .c-form__text input[type="number"] {
        font-size: 1.125rem;
    }
    .c-form__text span {
        font-size: 21px;
    }
    .c-form__select select {
        font-size: 1.125rem;
    }
    .c-form__select span {
        font-size: 1.125rem;
    }
    .c-form__button {
        height: 50px;
        border-radius: 30px;
        width: 200px;
        font-size: 0.75rem;
    }
    .c-form__button span {
        display: block;
    }
    .c-form__switch__text p {
        font-size: 1.125rem;
    }
    .c-form__check-button {
        border-left: 1px solid rgba(180, 150, 130, 0.5);
    }
    .c-form-login {
        max-width: 750px;
        padding: 40px;
    }
    .c-form-signin__step-1 .u-grid {
        -ms-grid-columns: 50% 50%;
            grid-template-columns: 50% 50%;
        padding-bottom: 20px;
    }
    .c-form-signin__step-1 .u-bg-white {
        padding-bottom: 20px;
    }
    .c-form-signin__step-2 .o-carousel .tns-inner {}
    .c-form-signin__step-2 .o-carousel .tns-inner:before {
        background-color: #fff;
        content: '';
        height: 100%;
        width: 2px;
        position: absolute;
        top: 0;
        left: 90px;
        z-index: 4;
    }
    .c-form-signin {
        max-width: 1050px;
        margin: 0 auto;
    }
    .c-form-signin__step-2 .c-form__title {
        padding: 40px 0;
    }
    .c-card-speaker .middle .title {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
    .c-card-speaker .middle .subtitle {
        font-size: 0.75rem;
        line-height: 0.9375rem;
    }
    .c-card-speaker .middle .duration {
        font-size: 0.6875rem;
    }
    .c-card-zone {
        width: 225px;
    }
    .c-card-zone:not(:last-child) {
        margin-bottom: 0;
    }
    .c-card-stand__thumb__img {
        max-height: inherit;
        -o-object-fit: inherit;
           object-fit: inherit;
        max-width: inherit;
    }
    .c-card-stand__thumb__title {
        font-size: 1.5rem;
    }
    .c-card-stand__txt .top .type {
        font-size: 12px;
    }
    .c-card-stand__txt .top .star {
        width: 30px;
        height: 30px;
    }
    .c-card-stand__txt .middle .thumb {
        margin-bottom: 13px;
    }
    .c-card-stand__txt .middle .title {
        font-size: 1.125rem;
        line-height: 1.3125rem;
    }
    .c-card-stand__txt .middle .txt {
        margin-bottom: 10px;
    }
    .c-card-stand__txt .bottom {
        padding-top: 15px;
    }
    .c-card-stand__txt {
        max-width: 510px;
    }
    .c-card-stand__more .type {
        font-size: 0.6875rem;
    }
    .c-card-stand__more .title {
        font-size: 1.125rem;
        line-height: 1.3125rem;
    }
    .c-card-stand__more {
        max-width: 510px;
    }
    .scene {
        width: 720px;
        height: 1020px;
        /*height: 975px;*/
    }
    .cube {
        width: 720px;
        height: 720px;
        transform: translateZ(-360px);
    }
    .cube__face {
        width: 720px;
        height: 720px;
    }
    .c-title {
        font-size: 2.5rem;
        padding-top: 40px;
    }
    .c-title:not(.no-padding) {
        padding-bottom: 60px;
    }
    .c-title-subtitle {
        padding-bottom: 40px;
    }
    .c-title.titleMag {
        font-size: 5.625rem;
    }
    .c-program__title {
        padding: 40px 0 60px;
        font-size: 2.625rem;
    }
    .c-program__title + .c-program__desc {
        margin-top: -40px;
        margin-bottom: 40px;
    }
    .c-program__desc-text1 {
        font-size: 1.125rem;
    }
    .c-program__desc-text2 {
        font-size: 0.875rem;
    }
    .c-program__asterix {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
    .c-program__content__hour p {
        font-size: 1rem;
    }
    .c-program__content__event .title {
        font-size: 1.125rem;
    }
    .c-program__content__event > p strong, .c-program__content__event > p span {
        font-size: 0.875rem;
    }
    .c-program__content {
        -ms-grid-columns: 170px 1fr;
            grid-template-columns: 170px 1fr;
        grid-gap: 40px 10px;
        max-width: 675px;
    }
    .c-program .o-slider [data-controls="prev"], .c-program .o-slider [data-controls="next"] {
        transform: none;
    }
    .c-program .o-slider [data-controls="prev"] {
        outline: none;
        height: 40px;
        top: 40px !important;
    }
    .c-program .o-slider [data-controls="next"] {
        outline: none;
        height: 40px;
        top: 40px !important;
    }
    .c-speaker {
        margin-left: 30px;
        margin-right: 30px;
    }
    .c-speaker__thumb {
        max-width: 120px;
        max-height: 90px;
    }
    .c-speaker__txt {
        margin-left: 0;
    }
    .c-speaker__title {}
    .c-speaker__body {
        background-color: transparent;
        padding: 0 0 100px 0;
    }
    .c-speaker__body .c-mosaic, .c-speaker__body .c-top {
        background-color: #FFF;
        max-width: inherit;
        padding: 0 0 40px;
        margin: 0;
    }
    .c-mosaic {
        max-width: inherit;
        margin: 0;
    }
    .c-mosaic__title {
        padding: 10px 0;
        font-size: 5.625rem;
    }
    .c-mosaic__wrap {
        max-width: 840px;
        margin: 0 auto;
    }
    .c-detail__type {
        color: $fus-02;
        font-size: 1rem;
        letter-spacing: 0.09625rem;
        line-height: 1.25rem;
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 / span 1;
    }
    .c-detail__share .c-icon {
        width: 45px;
        height: 45px;
    }
    .c-detail__promo .type {
        font-size: 1.875rem;
        letter-spacing: 0.18rem;
        line-height: 2.3125rem;
    }
    .c-detail__promo .event {
        font-size: 1.25rem;
        font-weight: 500;
        letter-spacing: 0.03125rem;
        line-height: 1.5rem;
    }
    .c-detail__name {
        display: block;
        position: absolute;
        top: 0;
        right: -200px;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
        font-size: 12.5rem;
        font-weight: 600;
        line-height: 12.5rem;
        text-transform: uppercase;
        opacity: 0.1;
        color: #B49682;
        white-space: nowrap;
    }
    .c-detail__related {
        position: relative;
        margin: 10% 0;
        transform: scale(1.12);
    }
    .c-detail__related__title {
        font-size: 1.5rem;
        padding: 5% 0;
        margin-bottom: calc(-20% + 48px);
        z-index: 2;
        position: relative;
    }
    .c-detail__related__wrap {
        z-index: 1;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 0;
        width: 100%;
        max-width: 1050px;
        box-sizing: border-box;
    }
    .c-detail__related__wrap .item {
        margin: 180px 5% 180px 120px;
        max-width: calc(50% - 204px) !important;
        width: 100%;
        padding: 0 15px;
        -ms-flex: none;
            flex: none;
        position: relative;
    }
    .c-detail__related__wrap .item:before {
        height: 180px;
        width: 180px;
        top: -180px;
        left: -118px;
    }
    .c-detail__related__wrap .item:first-child {
        margin-left: 120px !important;
    }
    .c-detail__related__wrap .item:nth-child(2n) {
        margin: 180px 120px 180px 5%;
    }
    .c-detail__related__wrap .item:nth-child(2n):before {
        bottom: -180px;
        right: -118px;
    }
    .c-detail__related__wrap::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .c-detail__related__wrap::-webkit-scrollbar-track {
        background-color: #FFF;
    }
    .c-detail__related__wrap::-webkit-scrollbar-thumb {
        border-radius: 2.5px;
        background-color: #19BECD;
        width: 5px;
        height: 5px;
        display: block;
    }
    .c-detail__related:before {
        content: '';
        background-color: #FFF;
        margin: 0 auto;
        width: calc(100% - 120px);
        height: calc(100% - 90px);
        position: absolute;
        top: 20px;
        left: 60px;
    }
    .c-detail__title {
        font-size: 1.875rem;
        line-height: 2.5rem;
        -ms-grid-row: 1;
            grid-row-start: 1;
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1;
    }
    .c-detail__star {
        height: 30px;
        width: 30px;
        -ms-grid-column: 3;
            grid-column-start: 3;
    }
    .c-detail__subtitle {
        font-size: 1.375rem;
        line-height: 2.25rem;
    }
    .c-detail__aside {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: end;
            align-items: flex-end;
    }
    .c-detail__aside .c-event {
        border-left: none;
        -ms-flex-align: start;
            align-items: flex-start;
    }
    .c-detail__aside .c-event__txt {
        -ms-flex-align: start;
            align-items: flex-start;
    }
    .c-detail__aside .c-event__txt > * {
        text-align: left;
    }
    .c-detail__aside .c-event__icon {
        right: 0;
    }
    .c-detail__aside-t3 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: end;
            align-items: flex-end;
    }
    .c-detail__product-card__top .type {
        font-size: 0.6875rem;
    }
    .c-detail__product-card__top .star {
        width: 30px;
        height: 30px;
    }
    .c-detail__txt > p {
        font-size: 1rem;
        line-height: 2rem;
    }
    .c-detail__txt > h2, .c-detail__txt > h3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .c-detail-speaker .c-detail__head .c-detail__title, .c-detail-speaker .c-detail__head .c-detail__subtitle {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    .c-detail-speaker .c-box__nav {
        -ms-flex-direction: column;
            flex-direction: column;
        overflow-x: inherit;
    }
    .c-detail-speaker .c-box__nav a {}
    .c-detail-speaker .c-box__nav a + a {
        margin-top: 5px;
        margin-left: 0;
    }
    .c-detail-speaker .c-box {
        width: 120px;
        margin-bottom: 60px;
    }
    .c-detail-magazine .c-detail__head .c-detail__title, .c-detail-magazine .c-detail__head .c-detail__subtitle {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    .c-detail-sponsor > .c-card-thumb {
        height: 690px;
    }
    .c-detail-sponsor .c-detail__type {
        -ms-grid-row: 1;
            grid-row-start: 1;
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1;
    }
    .c-detail-sponsor .c-detail__title {
        -ms-grid-row: 2;
            grid-row-start: 2;
    }
    .c-detail-sponsor .c-detail__subtitle {
        font-size: 1.875rem;
        font-weight: 600;
        line-height: 3.125rem;
        text-transform: uppercase;
        color: #3C828C;
    }
    .c-detail-sponsor .c-detail__name {
        right: -120px;
    }
    .c-detail {
        margin: 0 auto;
        max-width: 1050px;
    }
    .c-detail:not(.c-detail-sponsor) {
        max-width: 1050px;
    }
    .c-top__title {
        height: 150px;
        width: 150px;
        font-size: 1.125rem;
        letter-spacing: 0.1125rem;
    }
    .c-top__title span {
        font-size: 2rem;
        line-height: 1.2;
        letter-spacing: 0.1125rem;
    }
    .c-top__content {
        padding: 5%;
        display: -ms-grid;
        display: grid;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        -ms-grid-columns: (1fr)[4];
            grid-template-columns: repeat(4, 1fr);
        white-space: normal;
        overflow-x: inherit;
    }
    .c-top__wrap > .c-card .bottom {
        padding-bottom: 20px;
    }
    .c-top .item .c-card:before {
        font-size: 3.75rem;
        margin-bottom: 30px;
    }
    .c-top .item .c-card {
        min-height: 465px;
    }
    .c-top .item {
        width: 100%;
    }
    .c-top .item + .item {
        margin-left: 0;
    }
    .c-top {}
    .c-top__wrap {
        max-width: 840px;
        margin: 0 auto;
    }
    .c-top__wrap > .c-card {
        border-right: 1px solid #F9F0F1;
        margin-bottom: 30px;
        min-height: 375px;
    }
    .c-top__wrap > .c-card .bottom {
        border-bottom: 1px solid #F9F0F1;
        padding-bottom: 60px;
    }
    .c-top__wrap > .c-card:nth-child(4n+1), .c-top__wrap > .c-card:first-child {
        border-left: 1px solid #F9F0F1;
    }
    .c-partner__group {
        padding: 35px 0 50px;
    }
    .c-partner__group-block02 {
        -ms-flex-align: center;
            align-items: center;
        margin: 0 auto;
        width: 100%;
        max-width: 600px;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .c-partner__group-block02 > * {
        height: 50px;
        width: 120px;
        margin-bottom: 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;
    }
    .c-partner__group-block03 {
        -ms-flex-align: center;
            align-items: center;
    }
    .c-partner__group-nivel-1-1 img {
        max-width: 300px;
    }
    .c-partner__group-nivel-3-1 img {
        max-width: 117px;
    }
    .c-partner__group-nivel-3-2 img {
        max-width: 85px;
    }
    .c-partner {
        max-width: inherit;
        margin: 0;
    }
    .c-expo__line {
        height: 1120px;
/*        height: 980px;
*/    }
    .c-expo__line .slick-prev, .c-expo__line .slick-next {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }
    .c-expo__line .slick-prev {
        left: 15px;
    }
    .c-expo__line .slick-next {
        right: 15px;
    }
    .c-expo__line .slick-dots {
        padding: 30px 0;
    }
    .c-expo__line {
        max-width: 100%;
        margin: 0 auto;
    }
    .c-expo__detail__intro__count {
        font-size: 2.5rem;
    }
    .c-expo .c-card-thumb {
        height: 320px;
    }
    .o-section-program {
        background-position: top;
        background-size: auto 2300px;
    }
}
@media (min-width: 992px) {

    .c-card-location-container img {
        max-width: 100%;
    }

    #marcas > div > div.o-section-espacios__title > div.line, #donde > div > article > div.o-section-espacios__title > div.line {
        margin-bottom: 40px;
        margin-left: 30px;
    }
    
    .o-section-espacios__title .line {
        margin-bottom: 50px;
        margin-left: 40px;
    }

    .section__talleres .subtitle, .o-section-lounge .subtitle {
        font-size: 26px;
        line-height: 26px;
    }

    .o-section-lounge {
      /*  background: #FFF url('../img/bg/img-textura@2x.png') no-repeat center;*/
    }
    .o-section-signin__legal .c-form__check {
        max-width: 100%;
    }
    .o-section-signin__desc {
        text-align: center;
    }
    .o-section-signin__head__top {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding: 0 0 24px;
    }
    .o-section-signin__step-1 .c-form__text, .o-section-signin__step-1 .c-form__select, .o-section-signin__step-1 .c-form__check, .o-section-signin__step-1 .c-form__switch {
        max-width: 420px;
    }
    .o-section-signin__step-2 .o-section-signin__title {
        max-width: 26ch;
    }
    .o-section-signin__step-2 .o-section-signin__subtitle {
        text-align: center;
    }
    .o-section-signin__step-2 .c-card-buy__list {
        margin-bottom: 40px;
    }
    .o-section-inscripcion__title .flor:after {
        background-size: 100%;
        margin-left: 20px;
    }
    .o-section-inscripcion__title .flor {
        margin-right: 160px;
    }
    .o-section-inscripcion__title .flor + span {
        margin-left: 160px;
    }
    .o-section-inscripcion__title {
        font-size: 6.5rem;
    }
    .o-section-inscripcion__disclaimer {
        width: 100%;
        font-weight: 300;
        padding: 25px 0 45px;
    }
    .o-section-inscripcion {
        padding: 2.5% 0;
    }
    .o-section-inscripcion .o-container {
        max-width: 1140px;
    }
    .o-section-program__title span:nth-child(1) {
        margin-right: 220px;
    }
    .o-section-program__title span:nth-child(2) {
        margin-left: 220px;
    }
    .o-section-program__title {
        font-size: 6.5rem;
        margin-bottom: 50px;
        padding: 0;
    }

    .o-section.o-section-program-home > .o-container {
        margin: inherit;
        margin-left: auto;
        margin-right: 214px;
    }
    /*    .o-section-program-home__title span:nth-child(1) {
        margin-right: 220px;
    }
    .o-section-program-home__title span:nth-child(2) {
        margin-left: 220px;
    }*/
    .o-section-program-home__title {
        font-size: 50px;
        margin-bottom: 50px;
        padding: 0;
    }

    .o-section-program-home{
        background-position: right;
    }

    .o-section-program-home__cta {
        min-width: 215px;
        height: 54px;
        padding: 0 25px;
        font-size: 1.25rem;
        line-height: 1.5rem;
        letter-spacing: 0.0375rem;
        margin-top: 50px;
    }
/*    .o-section-espacios__title span:nth-child(1) {
        margin-right: 160px;
    }*/
/*    .o-section-espacios__title span:nth-child(2) {
        margin-left: 160px;
    }*/
    .o-section-espacios__title {
       /*max-width:1054px;*/
        margin: 0;
    }
        .o-section-espacios__title span{
            font-size: 40px;
            line-height: 53px;
            letter-spacing: -1.6px;
        }
        .o-section-espacios__title.marcas span:nth-child(1) {
            font-size: 60px;
            line-height: 53px;
            letter-spacing: -2.4px;
        }

        .o-section-espacios__title.marcas span:nth-child(2) {
            font-size: 100px;
            line-height: 100px;
            letter-spacing: -4.8px;
        }
            .o-section-espacios__title span:nth-child(2){
                font-size: 80px;
                line-height: 80px;
                letter-spacing: -3.2px;
            }
    .c-card-location__event > .c-card-location-container > img {
        max-width: 310px;
    }
    .o-section-espacios {
        padding-bottom: 80px;
    }
    .o-section-espacios .u-grid {
        grid-gap: 45px;
    }
    .o-section-speakers .flor {
        display: block;
        position: absolute;
        left: -150px;
        top: 500px;
        overflow-x: hidden;
        overflow-y: visible;
        z-index: -1;
        animation: spin 30s linear infinite;
    }
    .o-section-instagram .o-section-espacios__title {
        padding-bottom: 90px;
    }
    .o-section-instagram__wrap {
        max-width: inherit;
        padding-top: 40px;
        padding-bottom: 140px;
    }
    .o-section-instagram__wrap:after {
        left: 25%;
    }
    .o-section-lounge {
        min-height: 495px;
    }
    .o-section-registro__title span {
        display: inline-block;
    }
    .o-section-registro__title {
        font-size: 2.8125rem;
        padding: 0;
        max-width: 37ch;
    }
    .o-section-error-404 .o-container {
        padding: 60px;
        width: 100%;
    }
    .o-section-error-500 .o-container {
        padding: 60px;
        max-width: 1000px;
    }
    .o-tab__nav {
        border-bottom: 2px solid #33333380;
    }
    .o-tab__nav label {
        font-size: 2.125rem;
        padding-bottom: 15px;
        line-height: 1.2;
    }
    .o-tab__nav:after {
        height: 8px;
        bottom: -5px;
    }
    .modal-content__close {
        right: 10px;
        top: 20px;
    }
    .modal-content {
        padding: 25px;
        max-width: 1140px;
    }
    .modal {
        height: calc(100% - 194px);
        top: 194px;
        background-color: transparent;
    }
    .o-carousel {
        margin-right: 0;
    }
    .u-pb-80 {
        padding-bottom: 80px !important;
    }
    .u-pt-80 {
        padding-top: 80px !important;
    }
    .u-show-md {}
    .u-show-md.u-flex {
        display: -ms-flexbox;
        display: flex;
    }
    .u-show-md:not(.u-flex) {
        display: block;
    }
    .u-hide-md {
        display: none;
    }
    .u-show-xs-only {
        display: none;
    }
    .u-show-sm-only {
        display: none;
    }
    .u-show-md-only {
        display: block;
    }
    .u-show-lg-only {
        display: none;
    }
    .u-hide-xs-only {
        display: block;
    }
    .u-hide-sm-only {
        display: block;
    }
    .u-hide-md-only {
        display: none;
    }
    .u-hide-lg-only {
        display: block;
    }
    .c-header__brand a {
        width: 281px;
        height: 77px;
    }
    .c-header__brand {
        margin: 0;
    }
    .c-header {}
    .c-header:before {
        content: '';
        height: 56px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background-color: #F8F8F8;
        z-index: -1;
    }
    .c-header > .o-container {
        -ms-flex-pack: justify;
            justify-content: space-between;
            max-width: 1250px;
            padding-right: 40px;
            box-sizing: border-box;
    }
        .c-header > .o-container > div > a, .c-header > .o-container > nav {
            display: flex;
            align-items: center;
        }
        .c-header__options {
            -ms-flex-pack: end;
            justify-content: flex-end;
            max-width: 1200px;
            padding: 0 15px;
            margin: 0 auto;
        }
    .c-header__options-logged {}
    .c-header__options-logged.open .box {
        width: 510px;
    }
    .c-header__nav {
        display: -ms-flexbox;
        display: flex;
        column-gap: 24px;
    }
    .c-header__nav a {
        font-size: 0.9375rem;
        font-weight: 700;
        color: #15333C;
        text-transform: uppercase;
    }
/*    .c-header__nav a + a {
        margin-left: 24px;
    }*/
    .c-header__nav a.current {
        position: relative;
    }
    .c-header__nav a.current:after {
        content: '';
        width: 100%;
        height: 2px;
        display: block;
        bottom: -5px;
        left: 0;
        position: absolute;
        margin: 0;
        background-color: #9F0E1C;
    }
    .c-header__nav__btn {
        display: none;
    }
    .c-header-home {}
    .c-header.c-header-home {
        max-height: 160px;
        width: 100%;
    }
    .c-header.c-header-home.fixed {
        position: relative;
        width: 100%;
        background-color: #fff;
        box-shadow: none;
        margin-bottom: -177px;
        z-index: 2;
    }
    .c-header.c-header-home.fixed .c-header__brand .color-1, .c-header.c-header-home.fixed .c-header__brand .color-2 {
        fill: #000;
    }
    .c-header.c-header-home.fixed .c-header__nav a {
        color: #000;
    }
        .c-header.c-header-home.fixed:before {
            background-color: #F8F8F8;
        }
    .c-header.c-header-home.fixed + .content {
        padding-top: 160px;
    }
    .c-share {
        display: -ms-flexbox;
        display: flex;
    }
    .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: $fus-03;
        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__next {
        width: 290px;
        height: 50px;
        border-radius: 25px;
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: 0.03125rem;
        margin-top: 25px;
        margin-bottom: 65px;
    }
    .c-card-buy-claim-1__title {
        font: normal normal 600 1.75rem/2.25rem 'argesta_displayregular', sans-serif;
        font-size: 34px;
    }
    .c-card-buy-claim-1__date .day {
        font-size: 4.5rem;
    }
    .c-card-buy-claim-1__date {
        font-size: 1.25rem;
        letter-spacing: 0.03125rem;
    }
    .c-card-buy-claim-1 {
        padding: 25px 0;
        margin: 0;
        width: 100%;
        max-width: 340px;
    }
    .c-card-buy-claim-2 {
        padding: 25px 0;
        margin: 0;
    }
    .c-card-buy__list {
        margin-bottom: 20px;
    }
    .c-card-buy__list > li > span {
        text-decoration: underline;
    }
    .c-card-buy__when .c-form__radio p span {
        font-size: inherit;
    }
    .c-card-buy__when .c-form__radio p {
        font-size: 1.125rem;
        letter-spacing: 0.02813rem;
    }
    .c-card-buy__title {
        font-size: 26px;
        padding-bottom: 20px;
    }
    .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;
    }
    .c-card-buy {
        margin: auto;
        box-sizing: border-box;
        max-width: 670px;
        padding: 25px;
        border: 1px solid #9F0E1C;
    }
    .c-card-speaker .middle .title {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .c-card-loop__txt {
        width: 45%;
    }
    .c-card-loop__txt > img {
        width: 100%;
    }
    .c-card-loop__brand {
        display: block;
        text-align: right;
        margin-bottom: 0;
        -ms-grid-column: 1;
            grid-column-start: 1;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }
    .c-card-loop__claim {
        max-width: inherit;
        margin-bottom: 0;
        text-align: center;
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span 2;
        font-size: 4.0625rem;
        line-height: 3.125rem;
    }
    .c-card-loop__date {
        border-left: 3px solid #FFF;
        margin-left: -55px;
        padding-left: 55px;
        -ms-grid-column: 2;
            grid-column-start: 2;
        -ms-grid-row: 1;
            grid-row-start: 1;
        font-size: 1.5rem;
        line-height: 2.25rem;
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: stretch;
            align-items: stretch;
        -ms-flex-pack: center;
            justify-content: center;
            align-items: baseline;
    }
    .c-card-loop__hash {
        font-size: 2.1875rem;
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span 2;
        margin-top: -35px;
    }
    .c-card-loop__time .day {
        text-align: center;
        font-size: 4.9375rem;
    }
    .c-card-loop__time .month {
        text-align: center;
        font-size: 2.0625rem;
    }
    .c-card-loop__time .year {
        text-align: left;
    }
    .c-card-loop__time {
        font-size: 1.25rem;
        letter-spacing: 0.03125rem;
        border-top: none;
        padding-top: 0;
        margin: 0;
        max-width: inherit;
    }
/*    .c-card-loop {
        height: 720px;
    }*/
    .c-card-loop:before {
        max-height: 720px;
    }
/*    .c-card-preface__txt > p:not(.c-card-preface__title):not(.c-card-preface__subtitle):not(:last-child) {
        margin-bottom:0;
    }*/
    .c-card-preface__txt > p:not(.c-card-preface__title):not(.c-card-preface__subtitle) {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .c-card-preface__txt {
        padding: 80px 0 40px;
    }
    .c-card-preface__title {
        font-size: 42px;
    }
    .c-card-preface__subtitle {
        font-size: 26px;
        line-height: 30px;
    }
    .c-card-preface__subtitle.hastag {
        margin-top: 35px;
        font-size: 30px;
    }
    .c-card-zone {
        width: 290px;
    }
    .c-card-location__txt p {
        font-size: 21px;
        line-height: 26px;
    }
    .c-card-location__txt {
        max-width: 940px;
    }
    .c-card-location__event__time .day:before {
        width: 40px;
        top: -23px;
        right: -43px;
    }
    .c-card-location__event__time .day:after {
        height: 40px;
        top: -23px;
        right: -43px;
    }
    .c-card-location__event__time .day {
        text-align: left;
        font-size: 4.9375rem;
    }
    .c-card-location__event__time .month {
        text-align: center;
        font-size: 2.0625rem;
    }
    .c-card-location__event__time .year {
        text-align: left;
    }
    .c-card-location__event__time {
        font-size: 1.25rem;
        letter-spacing: 0.03125rem;
        border-top: none;
        padding-top: 0;
        margin: 0;
        max-width: inherit;
    }
    .c-card-location__event__address > *:nth-child(1) {
        font-size: 1.125rem;
    }
    .c-card-location__event__address > *:nth-child(2) {
        font-size: 0.9375rem;
    }
    .c-card-location__event__address:before {
        width: 220px;
    }
    .c-card-location__embed {
        max-width: 664px;
    }
    .c-card-error__title {
        font-size: 5rem;
    }
    .c-card-error__subtitle {
        font-size: 2.125rem;
    }
    .c-card-error__desc {
        font-size: 1.5rem;
    }
    .c-card-error > *:not(:last-child) {
        margin-bottom: 20px;
    }
    .c-title.titleMag {
        font-size: 8.75rem;
    }
    .c-program .o-slider {
        max-width: 1054px;
    }
    .c-program .o-slider [data-controls="prev"] {
        top: 40px !important;
    }
    .c-program .o-slider [data-controls="next"] {
        top: 40px !important;
    }
    .c-program {
        padding: 2.5% 0;
    }
    .c-speaker__head__title span:nth-child(1) {
        margin-right: 220px;
    }
    .c-speaker__head__title span:nth-child(2) {
        margin-left: 220px;
    }
    .c-speaker__head__title {
        font-size: 6.5rem;
        margin-bottom: 50px;
        padding: 0;
    }
    .c-detail__head {
        padding: 30px 30px 100px 30px;
        -ms-grid-columns: 150px 600px 1fr;
            grid-template-columns: 150px 600px 1fr;
        grid-column-gap: 30px;
    }
    .c-detail__body {
        margin-bottom: 0;
        padding: 0 30px 30px 30px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 150px 600px 1fr;
            grid-template-columns: 150px 600px 1fr;
        grid-column-gap: 30px;
    }
    .c-detail__body .col-1 {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
    }
    .c-detail__body .col-1-3 {
        -ms-grid-column-span: 3;
        -ms-grid-column: 1;
            grid-column: 1 / span 3;
    }
    .c-detail__body .col-2 {
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1;
    }
    .c-detail__body .col-3 {
        -ms-grid-column-span: 1;
        -ms-grid-column: 3;
            grid-column: 3 / span 1;
        -ms-grid-row-span: 3;
        -ms-grid-row: 1;
            grid-row: 1 / span 3;
    }
    .c-detail__star {
        margin-right: 0;
    }
    .c-detail__signature .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-detail__signature .author .thumb {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
    .c-detail__signature .author .txt .name {
        font-size: 0.8125rem;
        line-height: 1rem;
    }
    .c-detail__signature .author .txt .desc {
        font-size: 0.625rem;
        letter-spacing: 0.02813rem;
        line-height: 1rem;
    }
    .c-detail__aside__group__title {
        border-top: 2px solid $fus-02;
        font-size: 0.6875rem;
        font-weight: 600;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
        text-align: left;
        padding: 5px 0 5px;
        margin-bottom: 30px;
        width: 120px;
        margin-right: 30px;
    }
    .c-detail__aside {
        padding: 0;
        background-color: #FFF;
        margin-left: 0;
        margin-right: 0;
        -ms-grid-row: 1;
            grid-row-start: 1;
    }
    .c-detail__aside-t2 {
        margin: 150px -30px -30px -30px;
        padding-top: 30px;
    }
    .c-detail__aside-t3 {
        padding: 0;
        background-color: #FFF;
        margin-left: 0;
        margin-right: 0;
        -ms-grid-row: 1;
            grid-row-start: 1;
    }
    .c-detail__summary-cols-2 {
        -ms-grid-columns: (max(465px))[2];
            grid-template-columns: repeat(2, max(465px));
        grid-gap: 60px;
        padding-top: 30px;
    }
    .c-detail__summary-cols-2 > div {}
    .c-detail__summary-cols-2 > div:nth-child(1) .c-detail__summary-card {
        margin-left: auto;
        width: -moz-max-content;
        width: max-content;
    }
    .c-detail__summary-card {
        margin-bottom: 30px;
    }
    .c-detail__summary-card {
        margin-bottom: 60px;
    }
    .c-detail__product-cols-2 {
        -ms-grid-columns: (max(465px))[2];
            grid-template-columns: repeat(2, max(465px));
        grid-gap: 60px;
        padding-top: 30px;
    }
    .c-detail__product-card {
        margin-bottom: 30px;
    }
    .flip-card-back {
        padding: 80px;
    }
    .c-expo__head__title {
        font-size: 5.9375rem;
    }
    .c-expo__head {
        margin-bottom: 15px;
    }
    .c-expo__section__title {
        padding: 20px 0;
        font-size: 4.375rem;
        letter-spacing: 0.0625rem;
    }
    .c-expo__section__subtitle {
        padding: 20px 0;
        font-size: 2rem;
        letter-spacing: 0.0625rem;
    }
    .c-expo__detail__intro__nav a:not(:first-child):not(:last-child) {
        display: block;
    }
    .c-expo .c-card-thumb {
        height: 768px;
    }
}
@media (min-width: 1140px) {
    .o-section-espacios .flor {
        display: block;
        position: absolute;
        right: 0;
        top: 60px;
        overflow-x: hidden;
        overflow-y: visible;
        animation: spin 30s linear infinite;
    }
    .u-show-lg {
        display: block;
    }
    .u-hide-lg {
        display: none;
    }
    .u-show-xs-only {
        display: none;
    }
    .u-show-sm-only {
        display: none;
    }
    .u-show-md-only {
        display: none;
    }
    .u-show-lg-only {
        display: block;
    }
    .u-hide-xs-only {
        display: block;
    }
    .u-hide-sm-only {
        display: block;
    }
    .u-hide-md-only {
        display: block;
    }
    .u-hide-lg-only {
        display: none;
    }
    .c-card-zone {
        width: 335px;
    }
}
@media (max-width: 767px) {
    .o-section-program-home {
        background-attachment: initial;
    }
    .u-grid {
        --gap: 15px;
        display: -ms-grid;
        display: grid;
        grid-column-gap: var(--gap);
    }
    .u-grid-columns-2-xs {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
    .u-grid-columns-3-xs {
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
    .u-grid-col {}
    .u-grid-col-xs-start-1 {
        -ms-grid-column: 1 !important;
            grid-column-start: 1 !important;
    }
    .u-grid-col-xs-start-2 {
        -ms-grid-column: 2 !important;
            grid-column-start: 2 !important;
    }
    .u-grid-col-xs-start-3 {
        -ms-grid-column: 3 !important;
            grid-column-start: 3 !important;
    }
    .u-grid-col-xs-start-4 {
        -ms-grid-column: 4 !important;
            grid-column-start: 4 !important;
    }
    .u-grid-col-xs-span-1 {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
    }
    .u-grid-col-xs-span-2 {
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span  2;
    }
    .u-grid-col-xs-span-3 {
        -ms-grid-column-span: 3;
        -ms-grid-column: 1;
            grid-column: 1 / span  3;
    }
    .u-grid-col-xs-span-4 {
        -ms-grid-column-span: 4;
        -ms-grid-column: 1;
            grid-column: 1 / span 4;
    }
    .u-grid-row {}
    .u-grid-row-xs-start-1 {
        -ms-grid-row: 1;
            grid-row-start: 1;
    }
    .u-grid-row-xs-start-2 {
        -ms-grid-row: 2;
            grid-row-start: 2;
    }
    .u-grid-row-xs-start-3 {
        -ms-grid-row: 3;
            grid-row-start: 3;
    }
    .u-grid-row-xs-start-4 {
        -ms-grid-row: 4;
            grid-row-start: 4;
    }
    .u-grid-row-xs-start-5 {
        -ms-grid-row: 5;
            grid-row-start: 5;
    }
    .u-grid-row-xs-start-6 {
        -ms-grid-row: 6;
            grid-row-start: 6;
    }
    .u-grid-row-xs-start-7 {
        -ms-grid-row: 7;
            grid-row-start: 7;
    }
    .u-grid-row-xs-start-8 {
        -ms-grid-row: 8;
            grid-row-start: 8;
    }
    .u-grid-row-xs-start-9 {
        -ms-grid-row: 9;
            grid-row-start: 9;
    }
    .u-grid-row-xs-start-10 {
        -ms-grid-row: 10;
            grid-row-start: 10;
    }
    .u-grid-row-xs-span-1 {
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 / span 1;
    }
    .u-grid-row-xs-span-2 {
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
            grid-row: 1 / span  2;
    }
    .u-grid-row-xs-span-3 {
        -ms-grid-row-span: 3;
        -ms-grid-row: 1;
            grid-row: 1 / span  3;
    }
    .u-grid-row-xs-span-4 {
        -ms-grid-row-span: 4;
        -ms-grid-row: 1;
            grid-row: 1 / span 4;
    }
    .c-footer .u-grid {
        -ms-flex-pack: center;
            justify-content: center;
    }
    .c-mosaic__wrap {
        -ms-grid-columns: (50%)[2];
            grid-template-columns: repeat(2, 50%);
    }
    .c-partner__group-block02 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: center;
            align-items: center;
    }
    .c-partner__group-block02 > * {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-item-align: center;
            align-self: center;
        max-width: 50%;
    }
    .c-partner__group-block02 > *:nth-child(2n + 1) {
        -ms-flex-pack: end;
            justify-content: flex-end;
        margin-bottom: 20px;
    }
    .c-partner__group-block02 > *:nth-child(2n + 1) img {
        margin-right: 15px;
    }
    .c-partner__group-block02 > *:nth-child(2n + 1):last-child {
        -ms-flex-pack: center;
            justify-content: center;
    }
    .c-partner__group-block02 > *:nth-child(2n + 1):last-child img {
        margin-right: 0;
    }
    .c-partner__group-block02 > *:nth-child(2n) {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-bottom: 20px;
    }
    .c-partner__group-block02 > *:nth-child(2n) img {
        margin-left: 15px;
    }
    .c-partner__group-block03 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: center;
            align-items: center;
    }
    .c-partner__group-block03 > * {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-item-align: center;
            align-self: center;
        max-width: 50%;
    }
    .c-partner__group-block03 > *:nth-child(1) {
        -ms-flex-pack: end;
            justify-content: flex-end;
        margin-bottom: 20px;
    }
    .c-partner__group-block03 > *:nth-child(1) img {
        margin-right: 15px;
    }
    .c-partner__group-block03 > *:nth-child(2) {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-bottom: 20px;
    }
    .c-partner__group-block03 > *:nth-child(2) img {
        margin-left: 15px;
    }
    .c-partner__group-block03 > *:nth-child(3) {
        -ms-flex-pack: end;
            justify-content: flex-end;
        margin-bottom: 20px;
    }
    .c-partner__group-block03 > *:nth-child(3) img {
        margin-right: 15px;
    }
    .c-partner__group-block03 > *:nth-child(4) {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-bottom: 20px;
    }
    .c-partner__group-block03 > *:nth-child(4) img {
        margin-left: 15px;
    }
}
@media (max-width: 991px) {
    .u-pb-40-xs {
        padding-bottom: 40px !important;
    }
    .u-pb-20-xs {
        padding-bottom: 20px !important;
    }
    .u-pt-40-xs {
        padding-top: 40px !important;
    }
    .u-pt-15-xs {
        padding-top: 15px !important;
    }
    .u-pt-20-xs {
        padding-top: 20px !important;
    }
    .u-no-mb-xs {
        margin-bottom: 0 !important;
    }
    .u-no-mt-xs {
        margin-top: 0 !important;
    }
    .c-header {}
    .c-header__options {
        -ms-flex-pack: end;
            justify-content: flex-end;
        padding-right: 15px;
    }
    .c-header__options-logged {}
    .c-header__options-logged.open .box {
        width: calc(100% + 55px);
        margin-right: -15px;
        top: 40px;
    }
    .c-header__options-logged.open .box .c-user__head__txt__title, .c-header__options-logged.open .box .c-user__head__txt__subtitle {
        display: none;
    }
    .c-header__options-logged.open .box .c-user__head__thumb {
        display: none;
    }
    .c-header__options-logged.open .box .c-user__head__txt {
        max-width: inherit;
    }
    .c-header__options-logged.open .box .c-user__head__txt .c-form__button {
        margin: 0 0 30px auto;
    }
    .c-header.open {
        position: fixed;
        width: 100%;
        z-index: 3;
    }
        .c-header.open .c-header__nav {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            position: absolute;
            top: 135px;
            left: 0;
            width: 100vw;
            background-color: #FFF;
            -ms-flex-align: stretch;
            align-items: stretch;
            box-shadow: 0 10px 10px #00000033;
        }
    .c-header.open .c-header__nav a {
        padding: 10px;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.5rem;
        color: #030303;
        border-top: 1px solid #000;
    }
    .c-detail__aside__group__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-y: scroll;
        padding: 0 5%;
    }
    .c-detail__aside__group__content .item {}
    .c-detail__aside__group__content .item + .item {
        margin-left: 10px;
        padding: 0 0 0 20px;
        border-left: 1px solid rgba(180,150,130,0.5);
    }
    .c-detail__aside__group__content .c-event {
        -ms-flex-direction: column;
            flex-direction: column;
        width: 150px;
        border-top: none;
        border-bottom: none;
    }
    .c-detail__aside__group__content .c-event__title, .c-detail__aside__group__content .c-event__name {
        color: #FFF;
    }
/*    .c-expo__line .slick-list {
        height: 570px;
    }*/
}
