:root {
    --color-corporativo-principal: #81CDE7;
    --color-corporativo-principal-transparencia: rgb(0 103 138 / 60%);
    --color-corporativo-principal-hover: rgb(0 103 138 / 50%);
    --color-corporativo-secundario: #81CDE7;
    --color-corporativo-secundario-hover: rgb(129 205 231 / 80%);
    --background-color-corporativo-principal-transparencia: rgba(129, 205, 231, 0.6);
    --background-imagen-ponentes-home_small: url(../img/bg/bg_ponentes_izq.svg);
    --background-imagen-ponentes-home_big: url(../img/bg/bg_ponentes_izq.svg);
    --background-imagen-news-home_small: url(../img/bg/bg_news_der@2x.png);
    --background-imagen-news-home_big: url(../img/bg/bg_pag_news.svg);
    --background-imagen-intro-home_small: url(../img/bg/bg_apertura.png);
    --background-imagen-intro-home_big: url(../img/bg/bg_apertura@2x.png);
}

/*******************NUEVO 2025*************************/
body > div.header-bg > header > div.c-header__options_container > nav > div > a{
    font-weight:300;
}

.info-section{
    display:flex;
    flex-direction:row;
    margin-top:40px;
    text-align:left;
}

.info-section > div{
   width:50%;
}

    .info-section h3 {
        font-size: 2rem;
        color: #002046;
    }

.info-section > div:first-child h2 {
    color: #002046;
    font-size: 45px;
    font-weight: 700;
}

.participantes-section > .o-container {
    background-image: url('../img/bg/BG_ponentes.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-width: none !important;
}

    .participantes-section > .o-container::before {
        content: "";
        background-color: #81cde780;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index:1;
    }

.participantes-section .c-form__button {
    background-color: #002046;
}

body > main > section.o-section.o-section-program.u-bg-white.participantes-section > div > div.o-container.u-pb-40.u-pt-40 {
    z-index: 2;
    position: relative;
}

.topFive {
    font-weight: 700;
    font-size: 100px;
    text-align: center;
    color: white;
    margin-top: 20px;
}

    .topFive span {
        color: #002046;
    }


    .o-section.o-section-magazine{
        background-image: url('../img/bg/BG_News.png') !important;
        background-size: cover;
        background-repeat:no-repeat;
    }

        .o-section.o-section-magazine::before {
            content: "";
            background-color: rgb(0 32 70 / 84%);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

.o-section-magazine__claim2::before{
    display:none;
}

.o-section.o-section-magazine__claim2{
    background-image: none !important;
}

.magazine-index {
    background-color: #002046;
}

    .magazine-index::before {
        content: "";
        position: absolute;
        background-image: linear-gradient(to bottom, #00204600 -150%, #002046 100%), url(../img/bg/BG_News.png) !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-repeat: no-repeat;
        max-height: 3432px;
    }

.magazine-index .o-section-magazine:last-of-type{
    background-image:none !important;
}

    .magazine-index .o-section-magazine:last-of-type::before {
        content: none !important;
    }

.participantes-section-index .c-mosaic {
    background-image: url('../img/bg/BG_ponentes.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    max-width: none !important;
}

    .participantes-section-index .c-mosaic::before {
        content: "";
        background-color: #81cde780;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .participantes-section-index .c-mosaic__wrap{
        z-index:1;
        position:relative;
    }

.o-section-program.c-program {
    background-image: url(../img/logo-lateral.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 20% auto;
}

@media (max-width:768px){
    .participantes-section-index .c-mosaic {
        margin: 20px 50px;
        background-image: none;
    }

        .participantes-section-index .c-mosaic::before {
            content: none;
        }

    .participantes-section-index > div > div > div.c-mosaic > div.o-container.u-pb-40.u-pt-40 > h1 {
        color: #81CDE7 !important;
        margin-bottom:20px;
    }

    .o-section_speakers__title {
        padding-top: 10px;
    }

    .info-section h3 {
        font-size: 1.7rem;
    }

    .o-section-program.c-program {
        background-image: none;
    }
}

/*******************NUEVO 2025*************************/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: #f7f4f2;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    background-color: #f7f4f2;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 2.75rem;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #3C828C;
    font-style: normal;
    font-size: 1.75rem;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 0.75rem;
    line-height: 1.125rem;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 0.75rem;
    line-height: 0.875rem;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 1.125rem;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
.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: 'Montserrat',sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #333333;
    background-color: #FFFFFF;
    overflow-x: hidden;
}
::-moz-selection {
    color: #FFF;
    background: var(--color-corporativo-secundario);
}
::selection {
    color: #FFF;
    background: var(--color-corporativo-secundario);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Montserrat',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: #333333;
}
a {
    text-decoration: none;
    cursor: pointer;
    display: block;
    outline: none;
}
input, button, select, textarea {
    font-family: 'Montserrat',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;
}
.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__title {
    text-align: center;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    font-size: 1.5625rem;
    color: #1D1D1B;
    font-weight: bold;
}
.o-section_speakers__title {
    text-align: center;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    font-size: 1.5625rem;
    color: white !important;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
.o-section__subtitle {
    width: 100%;
    max-width: 80%;
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--color-corporativo-secundario);
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: 500;
}
.o-section-signin p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 300;
    letter-spacing: 0.02188rem;
    color: #5D5C5C;
}
.o-section-signin p span {}
.o-section-signin p span:not(.o-section-signin__nav__item) {
    color: $fus-02;
}
.o-section-signin p:not(.o-section-signin__desc) {
    margin-bottom: 5%;
}
.o-section-signin .c-form__button {
    font-size: 0.625rem;
    height: 30px;
    width: 100px;
}
.o-section-signin .c-form__button span {
    display: none;
}
.o-section-signin__title {
    text-transform: uppercase;
    color: var(--color-corporativo-principal);
    font-size: 1rem;
    max-width: 90%;
    margin: 0 auto 5%;
}
.o-section-signin__subtitle {
    text-transform: uppercase;
    color: $fus-07;
    font-size: 1rem;
    margin-bottom: 5%;
}
.o-section-signin__legal {
    padding: 20px 0;
    max-width: 90%;
    margin: 0 auto;
}
.o-section-signin__legal .txt {
    letter-spacing: 0.01563rem;
    color: #5D5C5C;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 0.75rem;
    text-align: left;
}
.o-section-signin__legal .txt a {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
    color: #5D5C5C;
    cursor: pointer;
}
.o-section-signin__legal .c-form__check {
    padding: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
    max-width: 100%;
}
.o-section-signin__legal .c-form__check p {
    letter-spacing: 0.01563rem;
    color: #5D5C5C;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 0.75rem;
    text-align: left;
}
.o-section-signin__legal .c-form__check p a, .o-section-signin__legal .c-form__check p span {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
    color: #5D5C5C;
}
.o-section-signin__legal .c-form__check p a {
    cursor: pointer;
}
.o-section-signin__desc {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 5%;
}
.o-section-signin__next {
    width: 250px;
    height: 31px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.02188rem;
    color: #FFF;
    background-color: $fus-02;
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 2.5%;
}
.o-section-signin__back {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0.0375rem;
    color: #5D5C5C;
    text-decoration: none;
    margin: 2.5% auto 0;
    display: block;
    cursor: pointer;
}
.o-section-signin__back:hover {
    text-decoration: underline;
}
.o-section-signin__claim {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
    border-top: 2px solid #C8C8C8;
}
.o-section-signin__claim p {
    font: normal normal 300 0.875rem/1.125rem Montserrat;
    letter-spacing: 0.02188rem;
    color: #5D5C5C;
}
.o-section-signin__claim .btn {
    width: 250px;
    height: 31px;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.02188rem;
    color: #FFF;
    background-color: var(--color-corporativo-principal);
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 2.5%;
}
.o-section-signin__bill {
    padding-bottom: 7.5%;
}
.o-section-signin__bill__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    border-top: 2px solid #C8C8C8;
    padding: 2.5% 0;
}
.o-section-signin__bill__item span {
    max-width: 50%;
}
.o-section-signin__bill__item strong {
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0.02813rem;
    color: #5D5C5C;
}
.o-section-signin__head {
    background: url(../img/bg/serpiente.png) no-repeat center;
    background-size: cover;
    height: 190px;
    margin-bottom: 24px;
}
.o-section-signin__head .u-grid-columns-2 {
    -ms-grid-rows: 1fr 1fr 48px;
        grid-template-rows: 1fr 1fr 48px;
    height: 100%;
}
.o-section-signin__head__title {
    font-family: $font2;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.6875rem;
    padding: 5% 0;
    width: 90%;
}
.o-section-signin__head__title span {
    color: var(--color-corporativo-principal);
}
.o-section-signin__head__msg {
    border-top: 2px solid #C8C8C8;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-top: 2.5%;
    width: 90%;
}
.o-section-signin__head__msg__title {
    color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: auto;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.125rem;
}
.o-section-signin__head__msg__title strong {
    margin-left: auto;
}
.o-section-signin__head__msg__subtitle {
    color: #FFF;
    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: var(--color-corporativo-secundario);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
}
.o-section-signin__head__msg-check__title:before {
    content: '';
    background: url(../img/svg/check-ok.svg) no-repeat center center;
    width: 32px;
    height: 32px;
    display: block;
}
.o-section-signin__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 90%;
    margin: 0 auto -48px;
}
.o-section-signin__nav__item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #c8c8c8;
    color: #999;
    font-size: 1.5rem;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.o-section-signin__nav:before {
    content: '';
    background-color: #c8c8c8;
    height: 8px;
    width: 99.9%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    z-index: -1;
}
.o-section-signin__nav:after {
    content: '';
    background-color: var(--color-corporativo-principal);
    height: 8px;
    width: 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    z-index: -1;
}
.o-section-signin__step {
    display: none;
    background-color: #FFF;
    padding: 5% 0;
}
.o-section-signin__step-1, .o-section-signin__step-2, .o-section-signin__step-3, .o-section-signin__step-3-1, .o-section-signin__step-4 {
    padding-bottom: 2.5%;
}
.o-section-signin__step-2 .u-grid-columns-3 {
    margin-bottom: 0;
}
.o-section-signin__step-3 .o-section-signin__subtitle {
    color: var(--color-corporativo-secundario);
    border-top: 2px solid #C8C8C8;
    padding-top: 2.5%;
}
.o-section-signin__step-3 .o-section-signin__next {}
.o-section-signin__step-3-1 {
    padding-left: 5%;
    padding-right: 5%;
}
.o-section-signin__step-3-1 .o-section-signin__title {
    max-width: 100%;
}
.o-section-signin__step-4 .c-form__text {}
.o-section-signin__step-4 .c-form__text > .c-form__text {
    max-width: 100%;
}
.o-section-signin__step-4 .o-section-signin__desc {}
.o-section-signin__step-4 .o-section-signin__claim .btn {}
.o-section-signin.active-1 .o-section-signin__step-1 {
    display: block;
}
.o-section-signin.active-1 .o-section-signin__nav__item-1 {
    background-color: var(--color-corporativo-principal);
    color: var(--color-corporativo-secundario);
}
.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: var(--color-corporativo-principal);
    color: var(--color-corporativo-secundario);
}
.o-section-signin.active-2 .o-section-signin__nav {}
.o-section-signin.active-2 .o-section-signin__nav:after {
    width: 33.33%;
}
.o-section-signin.active-3 .o-section-signin__step-3 {
    display: block;
}
.o-section-signin.active-3 .o-section-signin__nav__item-1, .o-section-signin.active-3 .o-section-signin__nav__item-2, .o-section-signin.active-3 .o-section-signin__nav__item-3 {
    background-color: var(--color-corporativo-principal);
    color: var(--color-corporativo-secundario);
}
.o-section-signin.active-3 .o-section-signin__nav {}
.o-section-signin.active-3 .o-section-signin__nav:after {
    width: 66.67%;
}
.o-section-signin.active-3-1 .o-section-signin__step-3-1 {
    display: block;
}
.o-section-signin.active-3-1 .o-section-signin__nav__item-1, .o-section-signin.active-3-1 .o-section-signin__nav__item-2, .o-section-signin.active-3-1 .o-section-signin__nav__item-3, .o-section-signin.active-3-1 .o-section-signin__nav__item-3-1 {
    background-color: var(--color-corporativo-principal);
    color: var(--color-corporativo-secundario);
}
.o-section-signin.active-3-1 .o-section-signin__nav {}
.o-section-signin.active-3-1 .o-section-signin__nav:after {
    width: 66.67%;
}
.o-section-signin.active-4 .o-section-signin__step-4 {
    display: block;
}
.o-section-signin.active-4 .o-section-signin__nav__item-1, .o-section-signin.active-4 .o-section-signin__nav__item-2, .o-section-signin.active-4 .o-section-signin__nav__item-3, .o-section-signin.active-4 .o-section-signin__nav__item-3-1, .o-section-signin.active-4 .o-section-signin__nav__item-4 {
    background-color: var(--color-corporativo-principal);
    color: var(--color-corporativo-secundario);
}
.o-section-signin.active-4 .o-section-signin__nav {}
.o-section-signin.active-4 .o-section-signin__nav:after {
    width: 99.9%;
}
.o-section-magazine .c-title {}
.o-section-magazine__group {
   /* background-color: #EDF1F3;*/
    max-width: 690px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}
.o-section-magazine__claim .o-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 90%;
    margin: 0 auto;
}
.o-section-magazine__claim .o-container .c-card-article {}
.o-section-magazine__claim .o-container .c-card-article:nth-child(1) {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 15px;
    max-width: 50%;
    margin-right: auto;
}
.o-section-magazine__claim .o-container .c-card-article:nth-child(1) .c-card-article__thumb {
    margin-left: 0;
}
.o-section-magazine__claim .o-container .c-card-article:nth-child(2) {
    margin-left: 15px;
    margin-top: 0;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 15px;
}
.o-section-magazine__claim .o-container .c-card-article:nth-child(2) .c-card-article__thumb {
    margin-left: 0;
}
.o-section-magazine__claim .o-container .c-card-article:nth-child(2) .c-card-article__thumb img {
    max-height: 120px;
    max-width: 120px;
}
.o-section-magazine__claim .o-container .c-card-article__type {
    line-height: 1;
}
.o-section-magazine__claim .o-container .c-card-article__title {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    font-weight: 600;
}
.o-section-magazine__claim2 .o-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 90%;
    margin: 0 auto;
}
.o-section-magazine__claim2 .o-container .c-card-article {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 15px;
    margin-right: auto;
}
.o-section-magazine__claim2 .o-container .c-card-article .c-card-article__thumb {
    margin-left: 0;
}
.o-section-magazine__claim2 .o-container .c-card-article__type {
    line-height: 1;
}
.o-section-magazine__claim2 .o-container .c-card-article__title {
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.o-section-magazine__claim2 .o-container .c-card-article__title + .c-card-article__subtitle {
    margin-top: 15px;
}
.o-section-magazine__claim2 .o-container .c-card-article__subtitle {
    font-size: 0.8125rem;
    line-height: 1.375rem;
}
.o-section-program .o-container {}
.o-section-program .o-tab {
    padding: 0;
    border: none;
}
.o-section-program .o-tab #option-1:checked ~ .o-tab__nav:after {
    left: 0;
}
.o-section-program .o-tab #option-2:checked ~ .o-tab__nav:after {
    left: 25%;
}
.o-section-program .o-tab #option-3:checked ~ .o-tab__nav:after {
    left: 50%;
}
    .o-section-program .o-tab #option-4:checked ~ .o-tab__nav:after {
        left: 75%;
    }
.o-section-program .o-tab__nav {
    width: 90%;
    margin: 0 auto 5%;
}
.o-section-program .o-tab__nav label {
    text-align: left;
    font-size: 1rem;
}
.o-section-program .o-tab__nav:after {
    width: 25%;
}
.o-section-sponsor {
    background: #fff /*url(../img/bg/feminas_sponsor.jpg) repeat-x top center*/;
    padding-top: 40px;
}
.o-section-talks .o-container {}
.o-section-talks .o-tab {
    padding: 0;
    border: none;
}
.o-section-talks .o-tab #option-1:checked ~ .o-tab__nav:after {
    left: 0;
}
.o-section-talks .o-tab #option-2:checked ~ .o-tab__nav:after {
    left: 33.33%;
}
.o-section-talks .o-tab #option-3:checked ~ .o-tab__nav:after {
    left: 66.67%;
}
.o-section-talks .o-tab__nav {
    width: 90%;
    margin: 0 auto 5%;
}
.o-section-talks .o-tab__nav label {
    text-align: left;
    font-size: 1rem;
}
.o-section-talks .o-tab__nav:after {
    width: 33.34%;
}
.o-section-talks .o-tab__content {
    padding: 0 0 60px;
    width: 90%;
    margin: 0 auto;
}
.o-section-talks__title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25rem;
    width: 90%;
    margin: 0 auto 5%;
    letter-spacing: 0.03125rem;
    color: var(--color-corporativo-secundario);
}
.o-section-talks__item {
    max-width: 285px;
    margin: 0 auto;
}
.o-section-talks__item .video-js {
    padding-top: 75%;
}
.o-section-talks__item .bc-iframe, .o-section-talks__item .bc-iframe body, .o-section-talks__item .vjs-poster, .o-section-talks__item .video-js {
    background-color: #000 !important;
}
.o-section-talks__item .vjs-play-progress, .o-section-talks__item .vjs-slider-bar {
    background-color: #19BECD !important;
}
.o-section-talks__item .c-talk {
    background-color: #F8F8F8;
    padding: 15px 15px 30px 15px;
}
.o-section-talks__item .c-live__content {
    display: none;
}
.o-section-talks__item:not(:last-child) {
    margin-bottom: 30px;
}
.o-section-live .c-live {
    padding: 0;
}
.o-section-live .c-live__top .time i {
    background-color: #707070;
}
.o-section-live .c-live__top .time i:nth-child(4) {
    background-color: $fus-02;
}
.o-section-live .c-live__content {
   /* border-top-color: #707070;*/
    opacity: 1;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding: 15px 0;
    max-width: 90%;
    width: 100%;
}
.o-section-live .c-live__content .selected .c-live__content__video {
    box-shadow: 0px 6px 8px #00000029;
    border: 5px solid var(--color-corporativo-principal);
}
.o-section-live .c-live__content .selected .c-live__content__title {
    background-color: var(--color-corporativo-principal);
    transition: background-color .3s;
    color: #FFF;
    padding: 7px;
    margin-top: 10px;
}
.o-section-live .c-live__content__title {
    text-transform: uppercase;
    color: #333333;
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 12px;
    padding: 7px;
}
.o-section-live .o-container {}
.o-section-error-404 {
    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: rgba(255,255,255,.6);
    border: 2px solid #FFFFFF;
    text-align: center;
    padding: 30px;
    width: 90%;
}
.o-section-error-500 {
    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: rgba(255,255,255,.6);
    border: 2px solid #FFFFFF;
    text-align: center;
    padding: 30px;
}
.o-carousel {
    position: relative;
    z-index: 1;
}
.o-carousel .tns-item {
    padding-right: 0 !important;
    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;
}
.o-scroll {
    overflow-x: scroll;
    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;
}
.o-scroll-center .item {
    -ms-flex: none;
        flex: none;
    display: block;
    width: 100%;
    max-width: 255px;
    box-sizing: border-box;
}
.o-scroll-center .item .c-live .c-live-content {
    padding: 0 0 15px 15px;
}
.o-scroll-col2 .item {
    padding: 0 0 15px 15px;
    -ms-flex: none;
        flex: none;
    display: block;
    width: 100%;
    max-width: 255px;
    box-sizing: border-box;
}
.o-scroll-col2 .item .thumb {
    margin-top: 20px;
}
.o-scroll-col2 .item + .item {}
.o-scroll-col2 .item + .item:not(.no-border) {
    border-left: 1px solid $fus-02;
}
.o-scroll-col4 .item {
    padding: 0 15px 15px;
    -ms-flex: none;
        flex: none;
    display: block;
    width: 100%;
    max-width: 255px;
}
.o-scroll-col4 .item .thumb {
    margin-top: 20px;
}
.o-scroll-col4 .item + .item {}
    .o-scroll-col4 .item + .item:not(.no-border) {
        border-left: 1px solid #17100D;
    }
.o-tab {
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
    border: 1px solid #707070;
}
.o-tab input[type="radio"] {
    display: none;
}
.o-tab #option-1:checked ~ .o-tab__nav:after {
    left: 0;
}
.o-tab #option-2:checked ~ .o-tab__nav:after {
    left: 25%;
}

    .o-tab #option-3: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-4:checked ~ .o-tab__nav label[for="option-4"] {
        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-4:checked ~ .o-tab__nav label[for="option-4"] 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-4:checked ~ .o-tab__content > div:nth-child(4) {
        visibility: visible;
        height: auto;
        opacity: 1;
    }
.o-tab__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 2px solid #33333380;
    position: relative;
}
    .o-tab__nav label {
        font-size: 1.25rem;
        line-height: 24px;
        letter-spacing: 0;
        color: #000000;
        font-weight: 700;
        text-transform: uppercase;
        transition: all .3s;
        cursor: pointer;
        width: 25%;
        text-align: center;
        padding-bottom: 10px;
    }
.o-tab__nav label span {
    display: block;
    font-weight: 600;
}
    .o-tab__nav:after {
        content: '';
        height: 8px;
        border-radius: 4px;
        display: block;
        width: 25%;
        background-color: #0097C0;
        position: absolute;
        bottom: -5px;
        left: 0;
        transition: left .3s cubic-bezier(0, 0, 0.2, 1);
    }
.o-tab__content {
    padding: 30px 0 0;
}
.o-tab__content > div {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease-out;
}
.u-grid {}
.u-grid-gap-15 {
    grid-gap: 15px;
}
.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-color-white {
    color: #FFF;
}
.u-color-black {
    color: #333333;
}
.u-color-gas-08 {
    color: var(--color-corporativo-secundario);
}
.u-bg-fus-01 {
    background-color: var(--color-corporativo-principal);
}
.u-bg-fus-03 {
    background-color: var(--color-corporativo-secundario);
}
.u-bg-white {
    background-color: #FFF;
}
.u-bg-black {
    background-color: #333333;
}
.u-bg-black .c-card-article {}
.u-bg-black .c-card-article__title, .u-bg-black .c-card-article__type, .u-bg-black .c-card-article__subtitle {
    color: #FFF;
}
.u-bg-black .c-card-article__title a, .u-bg-black .c-card-article__type a, .u-bg-black .c-card-article__subtitle a {
    color: #FFF;
}
.u-bg-black .c-card-article__share {
    color: #FFF;
}
.u-bg-black .c-card-article__share a {
    color: #FFF;
}
.u-bg-black .c-card-article__share .c-icon {
    border-color: #FFF;
}
.u-bg-transparent-xs {}
.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;
}
.u-fluid {
    width: 100vw;
    height: 100vh;
}

.u-prpl-30{
    padding-right:30px;
    padding-left:30px;
}
/*.c-header {
    background-color: #FFF;
    box-shadow: 0px 3px 6px #00000029;
}*/


.c-header .o-container {
    height: 75px;
}
/*.c-header:not(.c-header-expo) {
    position: sticky;
    top: 0;
    z-index: 5;
}*/


.c-header {
    top: 0;
    background-color: #0097C0;
    z-index: 5;
}

.c-header__nav {
    display: none;
}
.c-header__nav__btn {
    color: #333333;
    width: 25px;
    height: 15px;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 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: #333333;
}
.c-header__nav__btn:after {
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #333333;
}
.c-header__brand {
    margin: 0 auto 0 -25px;
}
.c-header__brand a {
    height: 50px;
    width: 165x;
    transition: width .3s;
    display: block;
}
.c-header__brand img {
    /*width: 100%;*/
    height: 100%;
    display: block;
    margin: auto;
}
.c-header__options {
    background-color: transparent;
    height: 46px;
}
.c-header__options .btn, .c-header__options .btn-user {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer;
}
.c-header__options .btn.current, .c-header__options .btn-user.current {}
.c-header__options .idioma .btn, .c-header__options .idioma .btn-user {
    color: #333333;
}
.c-header__options .btn + .btn {
    margin-left: 15px;
}
.c-header__options .btn {}
.c-header__options .btn.current {
    position: relative;
}
    .c-header__options .btn.current:after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #81CDE7;
        display: block;
        bottom: -5px;
        left: 0;
        position: absolute;
        margin: 0;
    }
.c-header__options .btn-signin {
    outline: none;
    cursor: pointer;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    background-color: var(--color-corporativo-principal);
    border-radius: 20px;
    height: 26px;
    width: 130px;
    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;
    text-transform: uppercase;
}
.c-header__options .btn-signin span {
    display: none;
}
.c-header__options .btn-user {
    padding: 0 34px 0 0;
    background: url(../img/icon/angle.svg) no-repeat 95% center;
}
.c-header__options .live {
    font-size: 0.875rem;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.07313rem;
}
.c-header__options .live:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #CC0032;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: middle;
}
.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-header__options-question {
    position: relative;
}
.c-header__options-question .cta {
    color: $gas-04;
    font-size: 0.75rem;
    cursor: pointer;
    transition: color .3s;
}
.c-header__options-question .cta:hover {
    color: #FFF;
}
.c-header__options-question .box {
    display: none;
}
.c-header__options-question.open .box {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: $fus-02;
    margin-left: 0;
}
.c-header__options-question.open .box .c-user__head {
    padding: 30px;
}
.c-header__options-question.open .box .c-user__head__txt {
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.c-header__options-question.open .box .c-user__head__txt .c-form__button {
    margin: 20px 0;
}
.c-header__options-question.open .box .c-user__head__txt .c-form__cta {
    margin: 0 0 0 auto;
}
.c-header__options-question.open .box .c-user__head__txt > * {
    text-align: left;
}
.c-brand {}
.c-brand__head {
    width: 95%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    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;
    box-sizing: border-box;
}
.c-brand__head__title {
    font-family: $font2;
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1;
    color: #333;
    max-width: 9ch;
}
.c-brand__head__txt {}
.c-brand__head__thumb {
    width: 100%;
    max-width: 50%;
    margin-bottom: -10%;
    margin-right: 0;
}
.c-brand__head__thumb img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.c-brand__body {
    padding: 5%;
}
.c-brand__body > [class*="c-"] {}
.c-brand__body > [class*="c-"]:not(:last-child) {
    margin-bottom: 30px;
}
.c-brand__search {
    background: #FFF;
    border: 1px solid #707070;
    border-radius: 20px;
    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-brand__search form {
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    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;
    width: 100%;
}
.c-brand__search form:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url("../img/icon/search.svg") center center;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.c-brand__search input[type="text"] {
    position: relative;
    z-index: 1;
    text-indent: 29px;
    height: 24px;
    width: calc(100% - 24px);
}
.c-brand__search input[type="text"]:focus {}
.c-brand__search input[type="text"]:focus + [type="reset"] {
    opacity: 1;
}
.c-brand__search input[type="reset"] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    color: #FFF;
    background-color: var(--color-corporativo-secundario);
    opacity: 0;
    z-index: 2;
    font-size: 0.875rem;
    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;
    cursor: pointer;
}
.c-brand__search__result .u-grid {
    grid-gap: 20px;
}
.c-brand__search__result .item {
    box-sizing: border-box;
    border-right: 1px solid $fus-02;
    -ms-grid-column-align: stretch;
        justify-items: stretch;
}
.c-brand__search__result .item .c-brand {
    border-bottom: 1px solid $fus-02;
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: calc(100% - 40px);
}
.c-brand__search__result .item .c-brand__count {}
.c-brand__search__result .item .c-brand__cta {
    margin-top: auto;
    margin-bottom: 20px;
}
.c-brand__filter {}
.c-brand__filter__title {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    color: var(--color-corporativo-secundario);
    text-transform: uppercase;
    border-bottom: 2px solid var(--color-corporativo-secundario);
}
.c-brand__filter__item {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.02188rem;
    text-transform: uppercase;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18px 1fr;
        grid-template-columns: 18px 1fr;
    grid-column-gap: 10px;
    color: #3333337F;
    margin-bottom: 15px;
}
.c-brand__filter__item span {
    width: 100%;
    display: block;
    max-width: 18px;
    height: 18px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #3333337F;
}
.c-brand__filter__item span:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 9px;
    background-color: #FFF;
    left: 10px;
    top: 5px;
    transform: rotate(45deg);
}
.c-brand__filter__item span:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 2px;
    background-color: #FFF;
    left: 5px;
    top: 9px;
    transform: rotate(45deg);
}
.c-brand__filter__item.selected {
    color: $fus-02;
}
.c-brand__filter__item.selected span {
    border: 1px solid $fus-02;
    background-color: $fus-02;
}
.c-brand__filter__item.selected span:before {
    background-color: #FFF;
}
.c-brand__filter__item.selected span:after {
    background-color: #FFF;
}
.c-brand__filter__item:not(:last-child) {
    margin-right: 15px;
}
.c-brand__filter__check {
    cursor: pointer;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.02188rem;
    text-transform: uppercase;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18px 1fr;
        grid-template-columns: 18px 1fr;
    grid-column-gap: 10px;
    color: #3333337F;
}
.c-brand__filter__check p {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.02188rem;
    text-transform: uppercase;
    color: #3333337F;
    margin-bottom: 15px;
}
.c-brand__filter__check input[type="checkbox"] {
    display: none;
}
.c-brand__filter__check input[type="checkbox"]:checked {}
.c-brand__filter__check input[type="checkbox"]:checked + .fake-check {
    border: 1px solid $fus-02;
    background-color: $fus-02;
}
.c-brand__filter__check input[type="checkbox"]:checked + .fake-check:before {
    background-color: #FFF;
}
.c-brand__filter__check input[type="checkbox"]:checked + .fake-check:after {
    background-color: #FFF;
}
.c-brand__filter__check input[type="checkbox"]:checked + .fake-check + p {
    color: $fus-02;
}
.c-brand__filter__check .fake-check {
    width: 100%;
    display: block;
    max-width: 18px;
    height: 18px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #3333337F;
}
.c-brand__filter__check .fake-check:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 9px;
    background-color: #FFF;
    left: 10px;
    top: 5px;
    transform: rotate(45deg);
}
.c-brand__filter__check .fake-check:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 2px;
    background-color: #FFF;
    left: 5px;
    top: 9px;
    transform: rotate(45deg);
}
.c-brand__filter__check:not(:last-child) {
    margin-right: 15px;
}
.c-brand__detail {
    padding: 5%;
}
.c-brand__detail > [class*="c-"] {}
.c-brand__detail > [class*="c-"]:not(:last-child) {
    margin-bottom: 30px;
}
.c-brand__detail__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 55px 25px 1fr 25px;
        grid-template-columns: 55px 25px 1fr 25px;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden;
}
.c-brand__detail__head > * {}
.c-brand__detail__head > *:first-child {
    width: 100%;
    max-width: 55px;
    margin-left: auto;
    display: block;
}
.c-brand__detail__head > *:first-child img {
    width: 100%;
}
.c-brand__detail__head__slash {
    background-color: var(--color-corporativo-secundario);
    -webkit-clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
            clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
    width: 15px;
    height: 55px;
    display: block;
    margin: 0 auto;
}
.c-brand__detail__body {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: normal;
}
.c-brand__detail__body a {
    display: inline-block;
    color: #333333;
    word-break: break-word;
    margin-left: 3px;
}
.c-brand__detail__body a:hover {
    text-decoration: underline;
}
.c-brand__detail__body__txt {
    width: 100%;
}
.c-brand__detail__body__txt p {
    font-size: 0.75rem;
    line-height: 1.125rem;
}
.c-brand__detail__body__txt .c-brand__detail__subtitle {
    margin-bottom: 20px;
}
.c-brand__detail__body__thumb {
    width: 100%;
    max-width: 105px;
    margin: 0 auto 20px;
    transition: max-width .3s;
}
.c-brand__detail__list {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
}
.c-brand__detail__list .c-brand__detail__item {
    padding-top: 25px;
}
.c-brand__detail__list .c-brand__detail__item:not(:last-child) {
    border-bottom: 1px solid #333333;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.c-brand__detail__list__title {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid $fus-02;
    padding-bottom: 5px;
}
.c-brand__detail__item {
    max-width: 90%;
    margin: 0 auto;
    min-height: 130px;
}
.c-brand__detail__item__txt {
    width: 100%;
}
.c-brand__detail__item__txt p {
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0;
    color: $fus-02;
    margin-bottom: 5px;
}
.c-brand__detail__item__txt h3 {
    font-size: 0.875rem;
    line-height: 1;
    color: #333333;
    font-weight: 500;
    margin-bottom: 5px;
}
.c-brand__detail__item__txt .subtitle {}
.c-brand__detail__item__thumb {
    width: 100%;
    max-width: 120px;
    margin-top: 10px;
}
.c-brand__detail__item__cta {
    font-size: 0.75rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01875rem;
    position: relative;
    width: -moz-min-content;
    width: min-content;
    display: block;
    margin: auto auto 0 auto;
    color: #333333;
}
.c-brand__detail__item__cta:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--color-corporativo-principal);
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: 0;
}
.c-brand__detail__title {
    color: $fus-02;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0rem;
    transition: font-size .3s;
    line-height: 1.2;
}
.c-brand__detail__subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: normal;
}
.c-brand__detail__cta {
    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;
    cursor: pointer;
    color: #333333;
    width: -moz-min-content;
    width: min-content;
}
.c-brand__detail__cta svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.c-brand__detail__cta span {
    color: $fus-02;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    font-size: 1rem;
    font-weight: 400;
}
.c-brand__txt {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0;
}
.c-brand__txt p {
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0;
    color: $fus-02;
    margin-bottom: 20px;
}
.c-brand__txt h3 {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 20px;
}
.c-brand__txt .subtitle {}
.c-brand__thumb {
    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;
}
.c-brand__thumb .star {
    color: $fus-02;
    width: 100%;
    height: 100%;
    max-width: 15px;
    max-height: 15px;
}
.c-brand__thumb img {
    width: 120px;
    height: 90px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.c-brand__cta {
    font-size: 0.75rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.01875rem;
    position: relative;
    width: -moz-min-content;
    width: min-content;
    display: block;
    color: #333333;
}
.c-brand__cta:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--color-corporativo-principal);
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: 0;
}
.c-brand-active .c-brand__thumb .star {
    color: #FFF;
}
.c-brand__count p {
    color: #333;
    font-size: 0.625rem;
    text-align: right;
}
.c-brand__count p strong {
    color: $fus-02;
}
.c-brand-gss {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px 0;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-brand-gss .c-form__button {
    display: none;
    margin: 0;
}
.c-brand-gss__thumb {
    max-width: 95px;
    margin-bottom: 15px;
}
.c-brand-gss__claim {
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.07063rem;
    margin: auto;
}
.c-brand-gss__claim span {
    display: block;
}
.c-brand-gss__claim span:nth-child(2n+1) {
    color: #9e998b;
}
.c-brand-gss__claim span:nth-child(2n) {
    color: #bdb08e;
}
.c-brand-gss__claim span:nth-child(2n+3) {
    color: #d1c192;
}
.c-title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1;
    font-family: 'Montserrat',sans-serif;
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: center;
}
.c-title:not(.u-color-gas-08) {
    color: var(--color-corporativo-secundario);
}
.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-head {}
.c-head-blog {
    max-width: 90%;
}
.c-head-blog__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    height: 170px;
    overflow: hidden;
}
.c-head-blog__thumb {
    display: none;
}
.c-head-blog__slash {
    background-color: #00678A;
    transform: rotate(15deg);
    width: 5px;
    display: block;
    height: 90px;
    margin: 0 50px;
}
.c-head-blog__date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    min-width: calc(20% - 105px);
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.c-head-blog__date span {
    color: $gas-04;
}
.c-head-blog__title {
    color: var(--color-corporativo-secundario);
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.c-head-blog__section {
    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: 3.75rem;
    font-weight: 600;
    line-height: 8.75rem;
    color: $gas-12;
}
.c-head-blog__section:before, .c-head-blog__section:after {
    content: '';
    background-color: $gas-14;
    transform: rotate(15deg);
    width: 5px;
    display: block;
    height: 90px;
    margin: 0 50px;
}
.c-head-blog-brown .c-head-blog__slash {
    background-color: #00678A;
}
.c-head-blog-brown .c-head-blog__title {
    color: var(--color-corporativo-secundario);
}
.c-user {}
.c-user__head {
    padding: 15px 0 45px;
    max-width: 95%;
    margin: 0 auto;
}
.c-user__head__thumb {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
    max-width: 60px;
}
.c-user__head__txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    max-width: calc(100% - 75px);
    padding-left: 15px;
}
.c-user__head__txt__title {
    color: $black01;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: right;
}
.c-user__head__txt__subtitle {
    color: $black01;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0.02625rem;
    line-height: 1.5rem;
    text-align: right;
}
.c-user__navigation {
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 95%;
    margin: 0 auto 20px;
}
.c-user__navigation__item {
    color: #464646;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.06rem;
    line-height: 0.75rem;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
}
.c-user__navigation__item.current {
    color: $gas-03;
}
.c-user__option {
    max-width: 90%;
    margin: 0 auto 30px;
}
.c-user__option-preferencias .c-form {
    padding: 40px 0;
}
.c-user__option-clave .c-form {
    padding: 40px 0;
}
.c-user__option-pago .c-form {
    padding: 40px 0;
}
.c-user__option-favoritos .c-user__navigation {
    border-bottom: 1px solid rgba(180,150,130,0.5);
}
.c-user__option-favoritos .c-user__navigation__item {
    color: rgba(180,150,130,0.5);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: center;
    text-transform: none;
}
.c-user__option-favoritos .c-user__navigation__item.open {
    color: #3C828C;
}
.c-user__option-favoritos [data-tab-content]:not(.open) {
    display: none;
}
.c-user__option-favoritos [data-tab-content="ponencias"] .u-grid {
    grid-row-gap: 30px;
}
.c-user__option-favoritos [data-tab-content="personas"] {
    padding-bottom: 20px;
}
.c-user__option-favoritos [data-tab-content="personas"] > .c-speaker {}
.c-user__option-favoritos [data-tab-content="personas"] > .c-speaker:last-child {
    margin-bottom: 0;
}
.c-user__option-agenda {}
.c-user__option-chat {}
.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 var(--background-color-corporativo-principal-transparencia);
    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: start;
        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 {
    color: $gas-03;
    font-family: 'Montserrat',sans-serif;
    font-size: 2rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
    background-color: #FFF;
}
.c-speaker__body .c-mosaic, .c-speaker__body .c-top {
    max-width: 90%;
    margin: 0 auto 30px;
    background-color: #FFF;
}
.c-speaker__body .c-top__title {
    background-color: #81CDE7;
}
.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: 'Montserrat',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: 'Montserrat',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, .c-form__select, .c-form__check, .c-form__switch {
    max-width: 90%;
    margin: 0 auto;
}
.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: #333333;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-bottom: 2px solid var(--color-corporativo-secundario);
}
.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: #333333;
    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: #333333;
    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: #333333;
    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: 0.875rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: #333333;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02188rem;
}
.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: #333333;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border: 1px solid var(--color-corporativo-secundario);
}
.c-form__text textarea::-moz-placeholder {
    color: #333333;
    opacity: 1;
}
.c-form__text textarea:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}
.c-form__text textarea::placeholder {
    color: #333333;
    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: #333333;
    font-family: 'Montserrat',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: var(--color-corporativo-principal);
}
.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: 'Montserrat',sans-serif;
    color: #333333;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-bottom: 2px solid var(--color-corporativo-secundario);
}
.c-form__select select:focus {
    outline: none;
    color: #333333;
}
.c-form__select select::-ms-expand {
    display: none;
}
.c-form__select span {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: #333333;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02188rem;
}
.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.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 #707070;
    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: #333333;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.03125rem;
    line-height: 1.125rem;
}
.c-form__check p a {
    color: #333333;
    display: inline;
    text-decoration: underline;
}
.c-form__button {
    cursor: pointer;
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #81CDE7;
    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;
    z-index: 2;
}
.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: 2px solid var(--color-corporativo-secundario);
}
.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: #333333;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02188rem;
}
.c-form__switch__text p {
    height: 40px;
    font-family: 'Montserrat',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: var(--color-corporativo-principal);
}
.c-form__switch__label input:focus + .slider {
    box-shadow: 0 0 1px var(--color-corporativo-principal);
}
.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: var(--color-corporativo-secundario);
    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;
    height: 555px;
    width: 750px;
    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: #333333;
    background-color: var(--color-corporativo-principal);
}
.c-card {
    box-sizing: border-box;
}
.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: 5% 10%;
}
.c-card-speaker .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-speaker .top .type {
        color: #002046;
        font-family: 'Montserrat',sans-serif;
        font-size: 0.5rem;
        font-weight: 400;
        letter-spacing: 0rem;
        line-height: 0.8125rem;
        text-transform: uppercase;
    }
.c-card-speaker .top .star {
    color: #00678A;
    width: 15px;
    height: 15px;
}
.c-card-speaker .middle .thumb {
    margin-bottom: 5px;
}
    .c-card-speaker .middle .title {
        font-family: 'Montserrat',sans-serif;
        color: #0097C0;
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: 0rem;
        line-height: 1rem;
        text-transform: uppercase;
        max-width: 90%;
    }
    .c-card-speaker .middle .subtitle {
        color: #002046;
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: 0rem;
        line-height: 1rem;
        text-transform: uppercase;
        margin-top: 20px;
        max-width: 130px;
    }
.c-card-speaker .middle .speaker h2 {
    font-family: 'Montserrat',sans-serif;
    color: #3C2814;
    font-size: 0.75rem;
    font-weight: 400;
}
.c-card-speaker .middle .speaker p {
    font-family: 'Montserrat',sans-serif;
    color: #3C2814;
    font-size: 0.75rem;
    font-weight: 200;
}
.c-card-speaker .middle .duration {
    color: #3C828C;
    font-family: 'Montserrat',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;
}
.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 .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: #333333;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 10px;
    text-transform: uppercase;
}
    .c-card-speaker .bottom .more:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        margin-top: 5px;
        background-color: #81CDE7;
    }
.c-card-speaker .bottom .number {
    height: 24px;
    width: 24px;
    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 #3C2814;
}
.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: $gas-10;
    display: none;
}
.c-card-speaker-black .middle .title {
    color: #FFF;
}
.c-card-speaker-black .middle .subtitle {
    color: $gas-10;
}
.c-card-speaker-black .bottom .more {
    color: #FFF;
}
.c-card-speaker-black .bottom .more:after {
    background-color: $gas-10;
}
.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: $gas-06;
}
.c-card-speaker-white .middle .subtitle {
    color: $gas-09;
}
.c-card-speaker-white .bottom .more {
    color: $gas-07;
}
.c-card-speaker-white .bottom .more:after {
    background-color: $gas-10;
}
.c-card-intro {
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
    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;
    min-height: 435px;
    padding-bottom: 90px;
    padding-top: 45px;
}
.c-card-intro__thumb {
    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-card-intro__thumb .icon {
    width: 140px;
    height: 60px;
    margin-bottom: 5px;
}
.c-card-intro__thumb .txt {
    color: $black01;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4375rem;
    text-align: center;
}
.c-card-intro__brand {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
    font-weight:600;
}
.c-card-intro__title {
    color: #1D1D1B;
    font-weight: 500;
    font-size: 27px;
    line-height: 1;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight:700;
}
.c-card-intro__date {
    color: $black01;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.c-card-intro__subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #1D1D1B;
    text-align: center;
    padding-bottom: 27px;
}
.c-card-intro__claim {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    padding-bottom: 30px;
}
.c-card-intro__claim span {
    display: block;
}
.c-card-intro__claim span:nth-child(2n+1) {
    color: #9e998b;
}
.c-card-intro__claim span:nth-child(2n) {
    color: #bdb08e;
}
.c-card-intro__claim span:nth-child(2n+3) {
    color: #d1c192;
}
.c-card-intro__claim.c26 {
    font-size: 0.9375rem;
}
.c-card-claim {
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
    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;
    padding-top: 5%;
    padding-bottom: 45px;
    position: relative;
}
.c-card-claim__title {
    color: $black01;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-align: center;
    margin-bottom: 30px;
}
.c-card-claim__subtitle {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: $black02;
    text-align: center;
    margin-top: auto;
}
.c-card-claim__embed {
    height: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.c-card-claim__embed iframe, .c-card-claim__embed object, .c-card-claim__embed embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.c-card-claim__embed video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-card-claim__embed.video {
    height: 540px;
    margin: 0 auto;
    position: relative;
}
.c-card-claim__embed.video .icon {
    width: 60px;
    height: 25px;
    border-radius: 15px;
    background-color: #3B3935;
    box-shadow: 2px 2px 20px 0 rgba(180,150,130,0.1);
    color: #FFF;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -12.5px;
    z-index: 2;
}
.c-card-claim__embed.video .icon:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #FFF;
    margin-left: 10px;
}
.c-card-claim__embed.video .txt {
    position: absolute;
    top: 12.5%;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2;
}
.c-card-claim__embed.video .txt p {
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
.c-card-claim__embed.video .txt p time {
    display: block;
}
.c-card-claim__embed.video .txt p.live {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px;
}
.c-card-claim__embed.video .txt p.live:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 5px;
    vertical-align: top;
}
.c-card-claim__embed.video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    z-index: 2;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 540px;
    transition: background-color .3s;
}
.c-card-claim__embed.video:hover {}
.c-card-claim__embed.video:hover:before {
    background-color: rgba(0,0,0,.3);
}
.c-card-claim__embed.ratio-3-2 {
    padding-bottom: 66.66%;
}
.c-card-claim__embed.ratio4-3 {
    padding-bottom: 75%;
}
.c-card-claim__embed.ratio8-5 {
    padding-bottom: 62.5%;
}
.c-card-claim__embed.ratio16-9 {
    padding-bottom: 56.25%;
}
.c-card-claim__embed.ratio256-81 {
    padding-bottom: 31.64062%;
}
.c-card-claim__media {
    display: none;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
}
.c-card-claim__media-top-left {
    margin: 5% auto 0;
    max-width: 90%;
}
.c-card-claim__media-top-left video, .c-card-claim__media-top-left .video-js.vjs-fluid {
    width: 100%;
    height: 100%;
    padding-top: 0;
}
.c-card-claim__media-top-left video .vjs-poster, .c-card-claim__media-top-left .video-js.vjs-fluid .vjs-poster {
    background-color: transparent;
    background-size: 100%;
    height: 0;
    padding-top: 56.25%;
}
.c-card-claim__media-top-left video .vjs-big-play-button, .c-card-claim__media-top-left .video-js.vjs-fluid .vjs-big-play-button {
    display: none;
}
.c-card-claim__media-top-left video .vjs-tech, .c-card-claim__media-top-left .video-js.vjs-fluid .vjs-tech {
    position: relative;
}
.c-card-claim__media-top-right {
    display: none;
}
.c-card-claim__media-bottom-left {
    margin: 0 2.5% 5% 5%;
}
.c-card-claim__media-bottom-right {
    margin: 0 5% 5% 2.5%;
}
.c-card-claim__poster {
    max-width: 530px;
    width: 100%;
    margin-bottom: 20px;
}
.c-card-article {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 15px) calc(50% - 45px);
        grid-template-columns: calc(50% - 15px) calc(50% - 45px);
    grid-column-gap: 30px;
    position: relative;
}
.c-card-article__type {
    text-transform: uppercase;
    color: #0097C0;
    font-size: 16px;
    letter-spacing: 0.0625rem;
    line-height: 0.3125rem;
    margin-bottom: 10px;
    font-weight: 500;
}
.c-card-article__title {
    color: #FFF;
   /* font-size: 1.875rem;
    line-height: 2.5rem;*/
}
.c-card-article__title a {
    color: #FFF;
    word-break: break-word;
    font-weight:500;
}
.c-card-article__subtitle {
    color: #FFF;
   /* font-size: 20px;
    line-height: 28px;*/
    word-break: break-word;
}
.c-card-article__more span {
    display: none;
}
.c-card-article__more:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.c-card-article__thumb {
    margin-left: auto;
    position: relative;
}
.c-card-article__thumb .icon {
    width: 60px;
    height: 25px;
    border-radius: 15px;
    background-color: rgba(51,51,51,0.75);
    box-shadow: 2px 2px 20px 0 rgba(180,150,130,0.1);
    color: #FFF;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -12.5px;
}
.c-card-article__thumb .icon:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #FFF;
    margin-left: 10px;
}
.c-card-article__share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    margin-top: auto;
    margin-bottom: 0;
}
.c-card-article__share .c-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--color-corporativo-secundario);
    color: var(--color-corporativo-secundario);
}
.c-card-article__share .c-icon svg {
    width: 60%;
    height: 60%;
}
.c-card-article__share .c-icon + .c-icon {
    margin-left: 7px;
}
.c-card-article__txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
.c-card-article-type-1 .c-card-article__txt {}
.c-card-article-type-1 .c-card-article__title {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight:500;
}
/*.c-card-article-type-1 .c-card-article__subtitle {
    display: none;
}*/
.c-card-article-type-1 .c-card-article__share {
    margin-bottom: 20px;
}
.c-card-article-type-2 .c-card-article__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
/*.c-card-article-type-2 .c-card-article__subtitle {
    display: none;
}*/
.c-card-article-type-3 .c-card-article__title {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
}
.c-card-article-type-3 .c-card-article__subtitle {
    display: none;
}
.c-card-article + .c-card-article {
    margin-top: 30px;
}
.c-card-author {
    position: relative;
    max-width: 70%;
    margin: 0 auto;
}
.c-card-author__thumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
}
.c-card-author__thumb img {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
}
.c-card-author__signature {
    padding-right: 15px;
}
.c-card-author__name {
    font-size: 1rem;
    letter-spacing: 0.025rem;
    color: var(--color-corporativo-secundario);
    font-weight: 300;
    text-transform: uppercase;
}
.c-card-author__position {
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.02625rem;
    color: $fus-02;
}
.c-card-author__title {
    color: var(--color-corporativo-secundario);
    letter-spacing: 0;
    font-size: 1.75rem;
    line-height: 2rem;
    text-transform: uppercase;
}
.c-card-author__title a {
    color: var(--color-corporativo-secundario);
}
.c-card-zone {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
}
.c-card-zone img {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
    height: 70px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-card-zone figcaption {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
    background-color: #333333;
    color: #FFF;
    text-transform: uppercase;
    margin-left: auto;
    padding: 0 15px;
    display: block;
    font-size: 1rem;
    line-height: 2.25rem;
}
.c-card-zone figcaption a {
    color: #FFF;
    display: block;
}
.c-card-buy {}
.c-card-buy__date {
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.025rem;
    color: var(--color-corporativo-secundario);
    margin-bottom: 4px;
}
.c-card-buy__date span {
    display: block;
}
.c-card-buy__price {
    font-size: 3.4375rem;
    line-height: 5rem;
    letter-spacing: -0.06875rem;
    color: var(--color-corporativo-secundario);
    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: #FFF;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0.02188rem;
    text-align: center;
    background-color: var(--color-corporativo-principal);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 25px;
}
.c-card-buy__include {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.025rem;
    color: var(--color-corporativo-secundario);
    margin-bottom: 8px;
}
.c-card-buy__list {
    margin-bottom: 18px;
}
.c-card-buy__list > li {
    background: url(../img/svg/check.svg) no-repeat top left;
    padding-left: 30px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.02188rem;
    color: var(--color-corporativo-secundario);
}
.c-card-buy__list > li:not(:last-child) {
    margin-bottom: 5px;
}
.c-card-buy__options input[type="checkbox"] {
    display: none;
}
.c-card-buy__options .u-grid {
    grid-gap: 3px;
}
.c-card-buy__options .u-grid label {
    box-sizing: border-box;
    border: 1px solid #333333;
    height: 175px;
    margin: 1px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    transition: all .3s;
    padding: 20px 16px 8px 16px;
}
.c-card-buy__options #type-1:checked ~ .u-grid label[for="type-1"], .c-card-buy__options #type-2:checked ~ .u-grid label[for="type-2"], .c-card-buy__options #type-3:checked ~ .u-grid label[for="type-3"], .c-card-buy__options #type-4:checked ~ .u-grid label[for="type-4"] {
    color: #666;
    box-shadow: 0px 6px 8px #00000029;
    border: 3px solid var(--color-corporativo-principal);
    padding: 19px 16px 7px 16px;
}
.c-card-buy__options #type-1:checked ~ .u-grid label[for="type-1"] .c-card-buy__options__price, .c-card-buy__options #type-2:checked ~ .u-grid label[for="type-2"] .c-card-buy__options__price, .c-card-buy__options #type-3:checked ~ .u-grid label[for="type-3"] .c-card-buy__options__price, .c-card-buy__options #type-4:checked ~ .u-grid label[for="type-4"] .c-card-buy__options__price {
    color: var(--color-corporativo-principal);
}
.c-card-buy__options__type {
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.02813rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 4px;
}
.c-card-buy__options__type span {
    display: block;
    font-size: 1.875rem;
    letter-spacing: 0.04688rem;
    text-align: center;
}
.c-card-buy__options__date {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.c-card-buy__options__date span {
    display: block;
}
.c-card-buy__options__date:not(.small) {
    font-size: 1.125rem;
}
.c-card-buy__options__price {
    color: #333333;
    margin-top: auto;
    letter-spacing: -0.01875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: baseline;
        align-items: baseline;
    font-size: 0.75rem;
    transition: color .3s;
}
.c-card-buy__options__price span {
    letter-spacing: -0.0375rem;
    font-weight: bold;
    font-size: 1.875rem;
    margin-right: 5px;
}
.c-card-buy__options__cost {
    color: #333;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    margin: 20px 0 25px;
}
.c-card-buy__options__cost strong {
    font-weight: bold;
}
.c-card-buy__options__cost + .c-card-buy__cta {
    margin-top: 0;
    margin-bottom: 40px;
}
.c-card-buy-online {}
.c-card-buy-claim {}
.c-card-buy-claim:not(.nopadding) {
    padding: 5% 0;
}
.c-card-buy-claim__box {
    padding: 5% 0;
    color: #FFF;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}
.c-card-buy-claim__box p {
    color: #FFF;
}
.c-card-buy-claim__box:not(:last-child) {
    border-bottom: 2px solid #FFF;
}
.c-card-buy-claim__t1 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 0;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 5%;
}
.c-card-buy-claim__date {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
}
.c-card-buy-claim__n2 {
    font-weight: 700;
    font-size: 3.4375rem;
    line-height: .8;
    letter-spacing: 0;
    color: #FFF;
}
.c-card-buy-claim__s2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.02813rem;
    color: #FFF;
    text-transform: uppercase;
}
.c-card-buy-claim__s2b {
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.02813rem;
    color: #FFF;
    margin-bottom: 2.5%;
}
.c-card-buy-claim__s2c {
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.02813rem;
    color: #FFF;
}
.c-card-buy-claim__t3 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    letter-spacing: 0.02813rem;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.c-card-buy-claim__s3 {
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0;
    color: #FFF;
    max-width: 120px;
    display: inline-block;
    vertical-align: sub;
    padding-left: 5%;
}
.c-card-buy-claim__s3b {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.02813rem;
    color: #FFF;
}
.c-card-buy-claim__n3 {
    font-weight: 700;
    font-size: 2.8125rem;
    line-height: 5rem;
    letter-spacing: 0;
    color: #FFF;
}
.c-card-buy-claim__t4 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 5px;
}
.c-card-buy-claim__s4 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #FFF;
    line-height: 1.3;
}
.c-card-buy-claim__s4 strong {
    font-weight: 700;
    display: block;
    font-size: 1rem;
    letter-spacing: 0;
}
.c-card-buy-claim__t5 {
    font-size: 1rem;
    font-weight: 300;
    color: #FFF;
    line-height: 1.3;
}
.c-card-buy-claim__t5 strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
}
.c-card-buy-claim__t5 .u-flex {
    width: 100%;
    margin: 15px 0 25px;
}
.c-card-buy-claim__t5 .u-flex img {
    width: 100%;
    max-width: 131px;
    margin-right: auto;
}
.c-card-buy-claim__t5 .u-flex span {
    width: 100%;
    max-width: calc(100% - 151px);
    text-align: left;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.03438rem;
    color: #FFFFFF;
}
.c-card-buy-claim__cta {
    border: 2px solid #F6AD32;
    border-radius: 30px;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.03125rem;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 600;
    height: 50px;
    max-width: 250px;
    width: 100%;
    cursor: pointer;
    transition: background-color .3s;
}
.c-card-buy-claim__cta:hover {
    background-color: rgba(255,255,255, .1);
}
.c-card-buy-claim__t6 {
    font-size: 1rem;
    font-weight: 300;
    color: #FFF;
    line-height: 1.3;
}
.c-card-buy-claim__t6 strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
}
.c-card-buy-claim__s6 {
    font-size: 1rem;
    font-weight: 300;
    color: #FFF;
    line-height: 1.3;
    margin-bottom: 10px;
}
.c-card-buy-claim__t7 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
    color: #FFF;
}
.c-card-buy-claim__s7 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 0;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 5%;
    font-weight: 600;
}
.c-card-buy__post1 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.03125rem;
    margin-bottom: 30px;
}
.c-card-buy__post1 a {
    display: inline-block;
    text-decoration: underline;
    color: #333333;
}
.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-loop {
    overflow: hidden;
    width: 100%;
    height: 540px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    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;
    box-sizing: border-box;
}
.c-card-loop__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-card-loop__txt {
    width: 100%;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2;
}
.c-card-loop__title {
    font-family: $font2;
    font-size: 2.1875rem;
    line-height: 2.5rem;
    color: #FFF;
    margin-bottom: 40px;
    text-align: center;
    text-transform: none;
}
.c-card-loop__subtitle {
    display: none;
}
.c-card-loop__claim {
    text-align: center;
    margin-bottom: 25px;
}
.c-card-loop__claim__brand {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 30px;
}
.c-card-loop__claim__title {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 300;
}
.c-card-loop__claim__time {
    font-size: 1rem;
    line-height: 1.25rem;
    text-align: center;
    color: #FFF;
    text-transform: none;
    font-weight: normal;
}
.c-card-loop__cta {
    width: 230px;
    height: 36px;
    margin: 0 auto;
    border-radius: 20px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 0.9rem;
    letter-spacing: 0.02188rem;
    text-align: center;
    background-color: var(--color-corporativo-principal);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 500;
}
.c-card-loop__reto {
    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: #FFF;
    text-transform: none;
    font-size: 0.875rem;
    padding: 3px 0;
}
.c-card-loop__reto .icon {
    border: 2px solid #FFF;
    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;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    padding: 5px;
    transition: background-color .3s;
}
.c-card-loop__reto .icon:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #FFF;
    margin-left: 3px;
}
.c-card-loop__reto:hover .icon {
    background-color: rgba(255,255, 255 ,.3);
}
.c-card-loop__icon {}
.c-card-loop:before {
    
}
.c-card-preface {}
.c-card-preface__txt {
    width: 100%;
    margin: 0 auto;
    max-width: 70%;
    padding: 30px 0 40px;
}
.c-card-preface__txt > p {}
.c-card-preface__txt > p:not(.c-card-preface__type) {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 20px;
}
.c-card-preface__txt > p:not(.c-card-preface__type) span {
    font-weight: normal;
}
.c-card-preface__txt > p:not(.c-card-preface__type) strong {
    font-weight: bold;
}
.c-card-preface__type {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 300;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.c-card-preface__title {
    font-size: 1.5rem;
    line-height: 1.625rem;
    text-transform: uppercase;
    font-weight: 600;
}
.c-card-preface__cta {
    width: 120px;
    height: 32px;
    margin: 0 auto;
    border-radius: 20px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.75rem;
    letter-spacing: 0.02188rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 500;
    margin-top: 35px;
}
.c-card-preface__cta:not(.u-bg-fus-02):not(.u-bg-fus-03) {
    background-color: var(--color-corporativo-secundario);
}
.c-card-preface__thumb {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -ms-flex-align: center;
        align-items: center;
    -ms-grid-row-align: start;
        align-self: start;
}
.c-card-preface__thumb__item {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
    opacity: 0;
    width: 100%;
}
.c-card-preface__thumb__item:first-child {
    opacity: 1;
}
.c-card-welcome {
    box-sizing: border-box;
    width: 100%;
    background-color: #FFF;
    padding: 10% 0 10% 0;
}
.c-card-welcome__title {
    color: $blue02;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.625rem;
    text-align: center;
}
.c-card-welcome__subtitle {
    color: $black01;
    font-size: 1rem;
    line-height: 1.625rem;
}
.c-card-welcome__title, .c-card-welcome__subtitle, .c-card-welcome__nav {
    max-width: 90%;
    margin: 30px auto;
}
.c-card-welcome__txt {
    counter-reset: point;
    max-width: calc(90% - 95px);
    margin: 0 auto 20px;
}
.c-card-welcome__txt p {
    color: $black01;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    position: relative;
}
.c-card-welcome__txt p strong {
    color: $black01;
    font-weight: 600;
}
.c-card-welcome__txt p::before {
    counter-increment: point;
    content: counter(point);
    color: $blue01;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 3.75rem;
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -70px;
    top: 0;
}
.c-card-welcome__txt p:not(:last-child) {
    margin-bottom: 15px;
}
.c-card-welcome__txt img {
    display: block;
    margin: 20px auto 20px;
}
.c-card-welcome__nav {
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.c-card-welcome__cta {
    text-align: center;
    color: #194146;
    font-family: 'Montserrat',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;
}
.c-card-welcome__cta:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: $blue02;
}
.c-card-welcome__signature {
    margin-bottom: 20px;
}
.c-card-welcome__signature .name, .c-card-welcome__signature .position {
    font-size: 0.6875rem;
    letter-spacing: 0.03125rem;
    line-height: 1.125rem;
    text-align: center;
    color: #004650;
}
.c-card-welcome__signature .name {
    font-weight: 600;
    border-top: 1px solid rgba(180,150,130,0.5);
    max-width: 85%;
    margin: 0 auto;
    padding-top: 5px;
}
.c-card-welcome__signature .thumb {
    margin: 0 auto;
    display: block;
}
.c-card-sponsor {
    position: relative;
}
.c-card-sponsor__title {
    font-size: 1rem;
    height: 30px;
    line-height: 1.3;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    color: #FFF;
    margin-bottom: 15px;
}
.c-card-sponsor__title a {
    color: #FFF;
    text-decoration: none;
    margin: auto;
}
.c-card-sponsor__title a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.c-card-sponsor__thumb {}
.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: 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__thumb:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.5);
    z-index: 1;
}
.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: 15px auto 0;
    background: #000;
    position: relative;
    height: 375px;
    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: #3C828C;
    font-family: 'Montserrat',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: #05DCDC;
    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 {
    font-family: 'Montserrat',sans-serif;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01563rem;
    line-height: 0.9375rem;
}
.c-card-stand__txt .middle .subtitle {
    color: #FFF;
}
.c-card-stand__txt .middle .txt h2 {
    font-family: 'Montserrat',sans-serif;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 400;
}
.c-card-stand__txt .middle .txt p {
    font-family: 'Montserrat',sans-serif;
    color: #FFF;
    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: #FFF;
    font-family: 'Montserrat',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: #05DCDC;
}
.c-card-thumb {
    height: 180px;
    position: relative;
}
.c-card-thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}
.c-card-thumb__title {
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 2rem;
    letter-spacing: 0.03125rem;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    top: 0;
    position: absolute;
    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;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.c-card-auditorio {}
.c-card-auditorio__title {
    color: #584B3F;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    -ms-flex-align: start;
        align-items: flex-start;
    line-height: 1;
    padding-bottom: 5px;
    margin-right: -20px;
}
.c-card-auditorio__thumb {
    height: 300px;
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.c-card-auditorio__thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}
.c-card-auditorio__thumb .c-card-intro__thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -38px;
}
.c-card-auditorio__thumb .c-card-intro__thumb .txt {
    color: #FFF;
}
.c-card-auditorio__thumb:before {
    content: attr(data-title);
    position: absolute;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    top: 0;
    right: 0;
    padding: 10px;
    white-space: nowrap;
    color: #FFF;
    z-index: 99999;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.08313rem;
    text-align: right;
    text-transform: uppercase;
    line-height: 0.9375rem;
}
.c-card-auditorio__txt {
    padding: 20px 0 20px;
}
.c-card-auditorio__txt .c-form__subtitle {
    color: #3C828C;
    max-width: inherit;
    margin-bottom: 20px;
}
.c-card-auditorio__txt .c-form__text {
    text-align: center;
}
.c-card-auditorio__txt .c-form__text input[type="email"] {
    text-align: center;
}
.c-card-auditorio__txt .c-form__text span {
    text-align: center;
}
.c-card-auditorio__txt .c-form__button {
    width: 100px;
}
.c-card-avatar {
    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;
    max-width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}
.c-card-avatar__txt {
    width: 100%;
    max-width: calc(100% - 120px);
}
.c-card-avatar__title {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: var(--color-corporativo-secundario);
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02188rem;
}
.c-card-avatar__thumb {
    width: 100%;
    max-width: 120px;
}
.c-card-avatar__thumb .filepond--root {
    height: 120px;
    margin: 0;
    padding: 0;
}
.c-card-avatar__thumb .filepond--panel-root {
    border-radius: 0;
}
.c-card-avatar__thumb .filepond--root .filepond--drop-label {
    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: 100%;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.8125rem;
}
.c-card-recipe {
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(180,150,130,0.1);
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}
.c-card-recipe .txt {
    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-recipe .category {
    color: #3C828C;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.0625rem;
    line-height: 0.625rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.c-card-recipe .title {
    color: #3C2814;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01563rem;
    line-height: 0.9375rem;
}
.c-card-recipe .more {
    text-align: center;
    color: #464646;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.04813rem;
    line-height: 0.625rem;
    display: block;
    width: -moz-max-content;
    width: max-content;
    text-transform: uppercase;
    margin-top: auto;
}
.c-card-recipe .more:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    background-color: #05DCDC;
}
.c-card-banner {
    position: relative;
}
.c-card-banner .c-form__button {
    margin-top: auto;
    margin-bottom: 30px;
    width: 80px;
}
.c-card-banner__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 15px 0;
}
.c-card-banner__thumb {
    -ms-grid-row: 1;
        grid-row-start: 1;
}
.c-card-banner__title {
    -ms-grid-row: 1;
        grid-row-start: 1;
    color: #FFF;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.c-card-banner__subtitle {
    -ms-grid-row: 1;
        grid-row-start: 1;
    color: #FFF;
    font-size: 0.8125rem;
    text-align: center;
    line-height: 1.2;
}
.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: var(--color-corporativo-principal);
    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;
}
.scene {
    background: linear-gradient(180deg, rgba(119, 119, 119) 60%, rgba(0,0,0,1) 100%);
}
.cube {
    position: relative;
    width: 100%;
}
.scene {
    width: 360px;
    height: 360px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #cfcfcf;
    margin: 0 auto;
    perspective: 1200px;
    -o-border-image: linear-gradient(180deg, rgba(207, 207, 207,1) 60%, rgba(0,0,0,1) 100%);
       border-image: linear-gradient(180deg, rgba(207, 207, 207,1) 60%, rgba(0,0,0,1) 100%);
    border-image-slice: 1;
}
.cube {
    width: 360px;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(-180px);
}
.cube__face {
    position: absolute;
    width: 360px;
}
.cube__face--front {
    background: hsla(0, 100%, 50%, 0.7);
}
.cube__face--right {
    background: #b1b1b1;
}
.cube__face--back {}
.cube__face--left {
    background: #b1b1b1;
}
.cube__face--top {
    background: #858585;
}
.cube__face--bottom {
    background: hsla(300, 100%, 50%, 0.7);
}
.cube__face--front {
    transform: rotateY(0deg) translateZ(180px);
}
.cube__face--right {
    transform: rotateY(90deg) translateZ(180px);
}
.cube__face--back {
    transform: rotateY(0deg) translateZ(60px);
}
.cube__face--left {
    transform: rotateY(-90deg) translateZ(180px);
}
.cube__face--top {
    transform: rotateX(90deg) translateZ(180px);
}
.cube__face--bottom {
    transform: rotateX(-90deg) translateZ(180px);
}
.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-icon {
    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-icon .sr-only {
    display: none;
}
.c-icon svg {
    width: 100%;
    height: 100%;
}
.c-program {}
.c-program__head {
    width: 95%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    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;
    box-sizing: border-box;
}
.c-program__head__title {
    font-family: $font2;
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.c-program__head__subtitle {
    width: 100%;
    max-width: 50ch;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.02188rem;
    color: #333;
}
.c-program__head__txt {}
.c-program__head__thumb {
    width: 100%;
    max-width: 50%;
    margin-bottom: -10%;
    margin-right: 0;
}
.c-program__head__thumb img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.c-program__sidebar {}
.c-program__sidebar__box {
    width: 90%;
    margin: 5% auto 5%;
}
.c-program__sidebar__box > [class*="c-"] {}
.c-program__sidebar__box > [class*="c-"]:not(:last-child) {
    margin-bottom: 5%;
}
.c-program__search {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 2px 1px 5px #00000029;
    border-radius: 20px;
    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-program__search form {
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    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;
    width: 100%;
}
.c-program__search form:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url("../img/icon/search.svg") center center;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.c-program__search input[type="text"] {
    position: relative;
    z-index: 1;
    text-indent: 29px;
    height: 24px;
    width: calc(100% - 24px);
}
.c-program__search input[type="text"]:focus {}
.c-program__search input[type="text"]:focus + [type="reset"] {
    opacity: 1;
}
.c-program__search input[type="reset"] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    color: #FFF;
    background-color: var(--color-corporativo-secundario);
    opacity: 0;
    z-index: 2;
    font-size: 0.875rem;
    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;
    cursor: pointer;
}
.c-program__filter .u-grid {
    padding-bottom: 20px;
}
.c-program__filter__title {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    color: var(--color-corporativo-secundario);
    text-transform: uppercase;
    margin-bottom: 7.5%;
}
.c-program__filter__item {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.02188rem;
    text-transform: uppercase;
    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;
}
.c-program__filter__item span {
    width: 100%;
    display: block;
    max-width: 18px;
    height: 18px;
    position: relative;
    border-radius: 3px;
    margin-right: 5px;
}
.c-program__filter__item span:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 9px;
    background-color: #FFF;
    left: 10px;
    top: 5px;
    transform: rotate(45deg);
}
.c-program__filter__item span:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 2px;
    background-color: #FFF;
    left: 5px;
    top: 9px;
    transform: rotate(45deg);
}
.c-program__filter__item.track-1 {
    color: #4EBABA;
}
.c-program__filter__item.track-1 span {
    border: 1px solid #4EBABA;
}
.c-program__filter__item.track-1.selected span {
    background-color: #4EBABA;
}
.c-program__filter__item.track-2 {
    color: #373397;
}
.c-program__filter__item.track-2 span {
    border: 1px solid #373397;
}
.c-program__filter__item.track-2.selected span {
    background-color: #373397;
}
.c-program__filter__item.track-3 {
    color: #EE4771;
}
.c-program__filter__item.track-3 span {
    border: 1px solid #EE4771;
}
.c-program__filter__item.track-3.selected span {
    background-color: #EE4771;
}
.c-program__filter__item.track-4 {
    color: #4FBC86;
}
.c-program__filter__item.track-4 span {
    border: 1px solid #4FBC86;
}
.c-program__filter__item.track-4.selected span {
    background-color: #4FBC86;
}
.c-program__filter__item.track-5 {
    color: #EF7E50;
}
.c-program__filter__item.track-5 span {
    border: 1px solid #EF7E50;
}
.c-program__filter__item.track-5.selected span {
    background-color: #EF7E50;
}
.c-program__filter__item.track-6 {
    color: #3333337F;
}
.c-program__filter__item.track-6 span {
    border: 1px solid #3333337F;
}
.c-program__filter__item.track-6.selected span {
    background-color: #3333337F;
}
.c-program__filter__item.track-7 {
    color: var(--color-corporativo-principal);
}
.c-program__filter__item.track-7 span {
    border: 1px solid var(--color-corporativo-principal);
}
.c-program__filter__item.track-7.selected span {
    background-color: var(--color-corporativo-principal);
}
.c-program__filter__link {
    color: #EF7E50;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.02188rem;
    text-transform: uppercase;
    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;
}
.c-program__filter__link svg {
    width: 21px;
    height: 21px;
    margin-right: 5px;
}
.c-program__filter__link span {
    width: 100%;
    max-width: calc(100% - 26px);
    display: block;
}
.c-program__filter__link:not(.u-color-madrid) {
    color: #0A8BB4;
}
.c-program__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px 1fr;
        grid-template-columns: 30px 1fr;
    width: 100%;
}
.c-program__item__where {
    font-size: 0.6875rem;
    line-height: 0;
    color: #FFF;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.c-program__item__time {
    font-size: 0.5625rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0;
    color: #FFF;
}
.c-program__item__info {
    background-color: $gas-04;
    text-align: right;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 5px 10px 10px 0;
    border-top: 2px solid #FFF;
}
.c-program__item__content {
    border-left: 1px solid #00678A;
    border-right: 1px solid #00678A;
    margin-left: 10px;
    padding: 0 10px 10px;
    min-height: 160px;
    display: -ms-flexbox;
    display: flex;
}
.c-program__item__content .c-talk {
    border-top: 1px solid #00678A;
}
.c-program__item.track-1 .c-program__item__info {
    background-color: #0097C0;
}
.c-program__item.track-2 .c-program__item__info {
    background-color: #373397;
}
.c-program__item.track-3 .c-program__item__info {
    background-color: #EE4771;
}
.c-program__item.track-4 .c-program__item__info {
    background-color: #4FBC86;
}
.c-program__item.track-5 .c-program__item__info {
    background-color: #EF7E50;
}
.c-program__item.track-6 .c-program__item__info {
    background-color: #3333337F;
}
.c-program__item.track-7 .c-program__item__info {
    background-color: var(--color-corporativo-principal);
}
.c-program__print {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px 1fr;
        grid-template-columns: 30px 1fr;
    width: 100%;
}
.c-program__print__content {
    border-left: 1px solid #00678A;
    border-right: 1px solid #00678A;
    margin-left: 10px;
    padding: 0 10px 10px;
    min-height: 100px;
    -ms-grid-column: 2;
        grid-column-start: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
}
.c-program__print__txt {
    border-top: 1px solid #00678A;
}
.c-program__print__txt__cta {
    outline: none;
    cursor: pointer;
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.025rem;
    line-height: 1.75rem;
    text-align: center;
    background-color: var(--color-corporativo-secundario);
    border-radius: 20px;
    height: 44px;
    width: 250px;
    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: 20px auto;
    text-transform: uppercase;
}
.c-program__print__txt__claim {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.02188rem;
    color: #333333;
    opacity: 1;
    max-width: 340px;
    margin: 0 auto;
}
.c-program[class*='show-'] .c-program__item {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease-out;
}
.c-program.show-track-1 .c-program__item.track-1 {
    visibility: visible;
    height: auto;
    opacity: 1;
}
.c-program.show-track-2 .c-program__item.track-2 {
    visibility: visible;
    height: auto;
    opacity: 1;
}
.c-program.show-track-3 .c-program__item.track-3 {
    visibility: visible;
    height: auto;
    opacity: 1;
}
.c-program.show-track-4 .c-program__item.track-4 {
    visibility: visible;
    height: auto;
    opacity: 1;
}
.c-program.show-track-5 .c-program__item.track-5 {
    visibility: visible;
    height: auto;
    opacity: 1;
}
.c-program.show-track-6 .c-program__item.track-6 {
    visibility: visible;
    height: auto;
    opacity: 1;
}
.c-program.show-track-7 .c-program__item.track-7 {
    visibility: visible;
    height: auto;
    opacity: 1;
}
.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: 'Montserrat',sans-serif;
    color: #00678A;
    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: #00678A;
        color: #FFF;
        width: 24px;
        height: 24px;
    }
.c-detail__share .c-icon svg {
    max-width: 45%;
    max-height: 45%;
}
.c-detail__promo {
    background-color: #00678A;
    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: var(--color-corporativo-secundario);
    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: var(--color-corporativo-secundario);
}
.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: 'Montserrat',sans-serif;
    color: #333333;
    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: #333333;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1rem;
}
.c-detail__signature .author .txt .desc {
    color: #333333;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.4375rem;
    letter-spacing: 0.03125rem;
    line-height: 0.8125rem;
}
.c-detail__thumb {
    margin-bottom: 20px;
}
.c-detail__subtitle {
    color: #333333;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.875rem;
    line-height: 1.4375rem;
    margin-bottom: 20px;
}
.c-detail__claim {
    color: #333333;
    font-size: 1.375rem;
    line-height: 2.25rem;
}
.c-detail__aside {
    background-color: var(--color-corporativo-secundario);
    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: #333333;
    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: #333333;
    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: #333333;
    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: 'Montserrat',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: #333333;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1rem;
    margin-bottom: 10px;
}
.c-detail__product-card__bottom p {
    color: #333333;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-detail__product-card__bottom a {
    color: #333333;
    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: #333333;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-detail__txt {}
.c-detail__txt > p {
    color: #333333;
    font-family: 'Montserrat',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: 'Montserrat',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: #00678A;
}
.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: #333333;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
    padding-top: 12px;
}
.c-detail-speaker .c-box__subtitle {
    color: #00678A;
    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: #333333;
    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: var(--color-corporativo-secundario);
}
.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: var(--color-corporativo-secundario);
}
.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-talk {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}
.c-talk .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-talk .top .type {
        color: #002046;
        font-family: 'Montserrat',sans-serif;
        font-size: 0.5rem;
        font-weight: 400;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
        text-transform: uppercase;
    }
.c-talk .top .star {
    color: #00678A;
    width: 15px;
    height: 15px;
}
.c-talk .middle {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
}
.c-talk .middle .thumb {
    margin-bottom: 5px;
}
    .c-talk .middle .title {
        font-family: 'Montserrat',sans-serif;
        color: #0097C0;
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.45px;
        line-height: 0.9375rem;
    }
.c-talk .middle .speaker {
    margin-bottom: 7px;
}
.c-talk .middle .speaker h3 {
    font-family: 'Montserrat',sans-serif;
    color: #1D1D1B;
    font-size: 0.75rem;
    font-weight: 600;
}
.c-talk .middle .speaker p {
    font-family: 'Montserrat',sans-serif;
    color: #1D1D1B;
    font-size: 12px;
    line-height:16px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.c-talk .middle .duration {
    color: $fus-02;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    padding-top: 10px;
}
.c-talk .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-talk .bottom {
    margin-top: auto;
    padding-top: 10px;
}
.c-talk .bottom .more {
    text-align: center;
    color: #1D1D1B;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    display: block;
    width: -moz-max-content;
    width: max-content;
    text-transform: uppercase;
}
.c-talk .bottom .more:not(.no-center) {
    margin: 0 auto;
}
    .c-talk .bottom .more:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        margin-top: 5px;
        background-color: #81CDE7;
    }
.c-talk-active .top .star {
    color: #FFF;
}
.c-talk-break {
    color: #FFF;
    background-color: rgba(180,150,130,0.1);
    min-height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
}
.c-talk-break .msg {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 17.8125rem;
}
.c-talk-break .msg:before {
    content: '';
    height: 15px;
    width: 100%;
    display: block;
    background-color: #FFF;
}
.c-mosaic {
    position: relative;
    z-index: 1;
    max-width: 90%;
    margin: 0 auto 30px;
}
    .c-mosaic .txt {
        background-color: #FFFFFF;
    }
.c-mosaic .item {}
.c-mosaic .item .c-card-speaker {
    height: 100%;
}
.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: 24px;
    width: 24px;
    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;
}
.c-mosaic__title {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: $gas-03;
    text-transform: uppercase;
    padding: 10px 0;
}
.c-mosaic__title .number {
    color: var(--color-corporativo-secundario);
}
.c-mosaic__wrap {
    grid-column-gap: 0 !important;
    width: 100%;
}
.c-numbers {
    position: relative;
}
.c-numbers .txt {
    color: #13516C;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.c-numbers .number {
    color: #13516C;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.04688rem;
    line-height: 1.2;
    text-align: center;
}
.c-numbers__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 90px;
    overflow: hidden;
}
.c-numbers__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    min-width: 35px;
}
.c-numbers__slash {
    background-color: #33E1FF;
    transform: rotate(15deg);
    width: 2px;
    display: block;
    height: 90px;
    margin: 0 10px;
}
.c-box {
    border-top: 15px solid rgba(180,150,130,0.1);
    margin-bottom: 20px;
}
.c-box__title {
    color: #3C2814;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
    padding-top: 12px;
    text-transform: none;
}
.c-box__subtitle {
    color: #19BECD;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.0625rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.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-box__nav a {
    text-decoration: none;
    color: #3C2814;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.c-box__nav a + a {
    margin-left: 5px;
}
.c-box__btn {
    cursor: pointer;
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    background-color: $gas-04;
    border-radius: 20px;
    height: 30px;
    width: 100px;
    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: 15px 0;
}
.c-box__btn span {
    display: none;
}
.c-box__btn-dark {
    background-color: #B49682;
}
.c-box__btn-white {
    background-color: #FFF;
    color: #004650;
}
.c-box__txt {
    padding-top: 5px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(180,150,130,0.5);
}
.c-box__txt > h3 {
    color: $gas-06;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1rem;
    margin-bottom: 5px;
}
.c-box__txt > p {
    color: $gas-06;
    font-size: 0.625rem;
    letter-spacing: 0.02813rem;
    line-height: 1rem;
}
.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: 120px;
    width: 120px;
    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: #0097C0;
    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 #0097C0;
        min-height: 300px;
        padding-bottom: 0;
    }
    .c-top__wrap > .c-card .bottom {
        border-bottom: 1px solid #0097C0;
        padding-bottom: 15px;
    }
.c-top__wrap > .c-card .bottom .more {
    margin: 0;
}
.c-top > .c-form__button {
    margin-top: 20px;
}
.u-bg-black .c-top__title {
    color: #333333;
    background-color: $gas-10;
}
.c-partner {
    padding-top: 30px;
}
.c-partner__title {
    color: #333;
    font-style: normal;
    font-family: 'Montserrat',sans-serif;
    position: relative;
    margin: 0;
    padding: 12px 0 12px;
    border-bottom: 1px solid #0097C0;
    display: block;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.025rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: uppercase;
    text-align: center;
}
.c-partner__group {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 30px auto 30px;
    /* -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 15px;
    display: -ms-grid;
    display: grid;*/
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    /*-ms-grid-column-align: center;*/
    justify-items: center;
}
.c-partner__group-def {
    width: 100%;
    max-width: 90%;
    margin: 20px auto 20px;
    /*-ms-grid-column-align: center;*/
    display: flex;
    justify-content: center;
    justify-items: center;
    /* -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);*/
}
.c-partner__group-def a {
    text-align: center;
}
.c-partner__group-def2 {
    width: 100%;
    max-width: 90%;
    margin: 20px auto 20px;
    display: flex;
    justify-content: center;
    /*-ms-grid-column-align: center;*/
    justify-items: center;
    /*-ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);*/
}
.c-partner__group-def2 a {
    text-align: center;
}
.c-partner__group-def2 img {
    max-width: 60%;
}
.c-partner__group-g1 {
    display: flex;
    justify-content: center;
    /* -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-column-align: center;*/
    justify-items: center;
    padding: 0 !important;
    max-width: 100%;
}
.c-partner__group-g2 {
    /* -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10%;*/
    display: flex;
    justify-content: center;
}
.c-partner__group-g3 {
    display: flex;
    justify-content: center;
    /* -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 18px;*/
    padding: 0 !important;
    max-width: 100%;
}
.c-partner__group-g5 {
    display:flex;
    justify-content: center;
     /*-ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);*/
    grid-column-gap: 18px;
    padding: 0 !important;
    max-width: 100%;
}

.c-partner__social {
    margin: 20px auto 20px;
}
.c-partner__social__btn {
    background-color: #194146;
    color: #FFF;
    width: 32px;
    height: 32px;
    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;
}
.c-partner__social__btn svg {
    width: 50%;
    height: 50%;
}
.c-partner__social__btn span {
    display: none;
}
.c-partner__social__btn + .c-partner__social__btn {
    margin-left: 15px;
}
.c-partner__head {
    width: 95%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    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;
    box-sizing: border-box;
}
.c-partner__head__title {
    font-family: $font2;
    font-size: 1.625rem;
    letter-spacing: 0;
    line-height: 1;
    color: #333;
    max-width: 9ch;
}
.c-partner__head__txt {}
.c-partner__head__thumb {
    width: 100%;
    max-width: 50%;
    margin-bottom: -10%;
    margin-right: 0;
    margin-top: -10%;
}
.c-partner__head__thumb img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.c-footer {
    background: #002046 repeat-x center -3px;
    padding: 35px 0 40px;
}
.c-footer__share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 20px;
}
.c-footer__share .c-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}
.c-footer__share .c-icon svg {
    width: 60%;
    height: 60%;
}
.c-footer__share .c-icon + .c-icon {
    margin-left: 15px;
}
.c-footer__share__title {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 12px;
    text-align: center;
}
.c-footer__org {
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.c-footer__org a {
    color: #fff;
    display: inline-block;
}
.c-footer__org a:hover {
    text-decoration: underline;
}
.c-footer__mail {
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
.c-footer__mail strong {
    font-weight: 600;
}
.c-footer__brand {
    margin-bottom:20px;
}
.c-footer__thumb {
    width: 100%;
    max-width: 245px;
    height:2px;
    margin: 35px auto 45px;
    display: block;
}
.c-footer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-footer__copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 300;
}
.c-footer__copy span {
    margin-bottom: 5px;
    font-weight: 300;
}
.c-footer__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: rov;
        flex-direction: rov;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 300;
}
.c-footer__links a {
    font-weight: 300;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
}
.c-footer__top {}
.c-footer__companies {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 45px;
}
.c-footer__companies a {
    overflow: hidden;
}
.c-footer__companies .vocento {
    color: #fff;
    padding-right: 5%;
}
.c-footer__companies .vocento span {
    display: block;
    text-align: right;
}
.c-footer__companies .vocento span:nth-child(2) {
    text-transform: uppercase;
    font-weight: 700;
}
.c-footer__companies .icon {
    max-height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #333333;
    color: #FFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-footer__companies .icon + .icon {
    margin-left: 2.5%;
}
.c-live {
    box-sizing: border-box;
}
.c-live__head {
    background-color: #FFF;
    max-width: 990px;
    margin: 0 auto;
    padding: 15px 0;
}
.c-live__head__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
        grid-template-columns: 1fr 25px 1fr 25px 1fr;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden;
}
.c-live__head__wrap > * {}
.c-live__head__wrap > *:first-child {
    width: 100%;
    max-width: 55px;
    margin-left: auto;
    display: block;
}
.c-live__head__wrap > *:first-child img {
    width: 100%;
}
.c-live__head__wrap > *:last-child {
    width: 100%;
    max-width: 135px;
    margin-left: -10%;
    display: block;
}
.c-live__head__wrap > *:last-child img {
    width: 100%;
}
.c-live__head__slash {
    background-color: var(--color-corporativo-secundario);
    -webkit-clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
            clip-path: polygon(80% 0%, 100% 0%, 20% 100%, 0% 100%);
    width: 15px;
    height: 55px;
    display: block;
    margin: 0 auto;
}
.c-live__head__title {
    color: $fus-02;
    font-size: 2.3125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
}
.c-live__head__title span {}
.c-live__head__title span:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #bb002e;
    border-radius: 50%;
    overflow: hidden;
    animation: bullet 1s infinite;
}
.c-live__head2 {
    background-color: #FFF;
    max-width: 990px;
    margin: 0 auto;
}
.c-live__head2__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.c-live__head2__title {
    color: #bb002e;
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
}
.c-live__head2__title span {
    margin-right: 10px;
}
.c-live__head2__title span:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #bb002e;
    border-radius: 50%;
    overflow: hidden;
    animation: bullet 1s infinite;
}
.c-live__head2__thumb {
    width: 100%;
    max-width: 102px;
}
.c-live__top {
    max-width: 990px;
    margin: 0 auto;
}
.c-live__top .hour {
    font-size: 1.25rem;
    line-height: 1;
    color: #9F9989;
    opacity: .3;
}
.c-live__top .hour span {
    font-size: 0.875rem;
    display: block;
    line-height: 1.3;
    margin-top: auto;
    padding-left: 3px;
}
.c-live__top .time {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-top: 7px;
    position: relative;
}
.c-live__top .time i {
    width: 2px;
    height: 15px;
    background-color: #D5C5BA;
}
.c-live__top .time i:nth-child(4) {
    height: 30px;
}
.c-live__top .time .cursor {
    width: 2px;
    height: 30px;
    background-color: #d00;
    position: absolute;
    bottom: 0;
    visibility: hidden;
}
.c-live__content {
    border-top: 2px solid #D5C5BA;
    padding: 5vh 5px;
    opacity: .3;
    max-width: 990px;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-live__content .author .type {
    color: var(--color-corporativo-secundario);
    font-family: 'Montserrat',sans-serif;
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.c-live__content .author .thumb {
    width: 120px;
    height: 90px;
    margin: 0;
    display: block;
    overflow: hidden;
}
.c-live__content .author .txt .name {
    color: #3C2814;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1rem;
}
.c-live__content .author .txt .desc {
    color: #3C2814;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.4375rem;
    letter-spacing: 0.03125rem;
    line-height: 0.8125rem;
}
.c-live__content .o-scroll-col4 .item {
    max-width: 120px;
}
.c-live__content__thumb {
    height: 300px;
    position: relative;
}
.c-live__content__thumb img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}
.c-live__content__thumb:before {
    content: attr(data-title);
    position: absolute;
    padding: 0;
    top: 10px;
    right: 15px;
    white-space: nowrap;
    color: #FFF;
    z-index: 99999;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.08313rem;
    text-align: right;
    text-transform: uppercase;
    line-height: 0.9375rem;
}
.c-live__content__track {
    border-radius: 50%;
    border: 5px solid #FFF;
    width: 230px;
    height: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -115px;
    font-size: 9.375rem;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
}
.c-live__content__video {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    border: 5px solid #FFF;
    transition: border .3s;
}
.c-live__content__video img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.c-live__content__video .icon {
    width: 60px;
    height: 25px;
    border-radius: 15px;
    background-color: rgba(51,51,51,0.75);
    box-shadow: 2px 2px 20px 0 rgba(180,150,130,0.1);
    color: #FFF;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -12.5px;
}
.c-live__content__video .icon:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #FFF;
    margin-left: 10px;
}
.c-live__content__video .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #E0E0E0;
    width: 100%;
}
.c-live__content__video .progress .bar {
    height: 5px;
    display: block;
    background-color: #05DCDC;
}
.c-live__content__video .progress .bar[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
.c-live__content__video .progress .bar[data-title] {
    position: relative;
}
.c-live__content__video .progress .bar[data-title]:before {
    content: attr(data-title);
    position: absolute;
    text-align: center;
    padding: 0;
    bottom: 17.5px;
    left: calc(100% - 22px);
    white-space: nowrap;
    height: 15px;
    width: 40px;
    border-radius: 7.5px;
    background-color: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(180, 150, 130, 0.1);
    z-index: 99999;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.9375rem;
    color: #3C828C;
}
.c-live__content__video .progress .bar[data-title]:after {
    content: '';
    width: 2px;
    height: 12px;
    background-color: #FFF;
    display: block;
    position: absolute;
    bottom: 5.5px;
    left: calc(100% - 2px);
}
.c-live__content__txt {
    padding: 0 10%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: column;
        flex-direction: column;
}
.c-live__content__txt__type {
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    color: #584B3F;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 1.25rem;
}
.c-live__content__txt__title {
    font-family: 'Montserrat',sans-serif;
    color: #584B3F;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.625rem;
}
.c-live__content__bottom {
    padding: 0 5% 5%;
    grid-row-gap: 15px;
}
.c-live__content > .u-grid-columns-2 {}
.c-live__content-pad .c-live__content__txt {
    padding: 5%;
}
.c-live__talk {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    overflow: hidden;
}
.c-live__talk .animate {
    width: 100%;
    max-width: 440px;
    animation-duration: 5s;
    animation-name: desplazar;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
.c-live__talk__title {
    color: #FFF;
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: 0.01875rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.c-live__talk__speaker {
    color: #FFF;
    font-size: 0.625rem;
    font-weight: 300;
    line-height: 0.8125rem;
    letter-spacing: 0;
    text-transform: uppercase;
}
.c-live__talk__type {
    font-size: 0.6875rem;
    letter-spacing: 0;
    text-align: right;
    color: #FFF;
    text-transform: uppercase;
}
.c-live__talk__hour {
    font-size: 0.6875rem;
    letter-spacing: 0;
    text-align: right;
    color: #FFF;
}
.c-live__talk:hover .animate {
    animation-play-state: paused;
}
.c-live__lang {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
}
.c-live__lang a {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    position: relative;
}
.c-live__lang a:not(:last-child) {
    margin-right: 15px;
}
.c-live__lang a.current {}
.c-live__lang a.current:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #FFF;
    display: block;
    bottom: -5px;
    left: 0;
    position: absolute;
    margin: 0;
}
.c-live__meta {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    border-bottom: 1px solid #FFF;
    padding: 0 0 15px;
}
.c-live__meta__type {
    font-size: 0.6875rem;
    letter-spacing: 0;
    text-align: right;
    color: #FFF;
    text-transform: uppercase;
}
.c-live__meta__hour {
    font-size: 0.6875rem;
    letter-spacing: 0;
    text-align: right;
    color: #FFF;
}
.c-live__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
}
.c-live__info-current {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1 / span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(80px, 30%);
        grid-template-columns: 1fr minmax(80px, 30%);
    background-color: var(--color-corporativo-principal);
    padding: 15px 10px;
}
.c-live__info-current__title {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #FFF;
}
.c-live__info-prev {
    background-color: #EDF1F3;
    padding: 15px 25px 15px 10px;
}
.c-live__info-prev .c-live__talk__title, .c-live__info-prev .c-live__talk__hour {
    color: #333333;
    text-align: left;
}
.c-live__info-next {
    background-color: #EDF1F3;
    padding: 15px 10px 15px 25px;
}
.c-live__info-next .c-live__talk__title, .c-live__info-next .c-live__talk__hour {
    color: #333333;
    text-align: right;
}
.c-live__timeline {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.c-live__timeline .slick-list {
    padding: 0 !important;
}
.c-live__timeline__item {
    width: 285px;
    outline: none !important;
    cursor: grab;
}
.c-live__timeline__item + .c-live__timeline__item {
    margin-left: 5vh;
}
.c-live__timeline__item.slick-current {
    width: 285px;
}
.c-live__timeline__item.slick-current .c-live__content {
    opacity: 1;
}
.c-live__timeline__item.slick-current .c-live__top .hour {
    opacity: 1;
}
.c-live__timeline__item.slick-current .c-live__top .time .cursor {
    visibility: visible;
}
.c-live__timeline:before {
    background-color: #FFF;
    content: '';
    height: 60px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@keyframes bullet {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes desplazar {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
.c-personal {
    background-color: #FFF;
    box-sizing: border-box;
    padding: 20px;
    width: 90%;
    max-width: 810px;
    margin: 0 auto;
}
.c-personal__title {
    text-align: center;
    color: #3C828C;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
    margin: 0 auto 20px;
}
.c-personal__subtitle {
    color: #584B3F;
    text-align: center;
    margin: 0 auto 20px;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 500;
}
.c-personal__button {
    cursor: pointer;
    color: #FFF;
    font-family: 'Montserrat',sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.6875rem;
    text-align: center;
    background-color: #19BECD;
    border-radius: 20px;
    height: 40px;
    width: 165px;
    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;
}
.c-personal__button span {
    display: none;
}
.c-personal__button-dark {
    background-color: #B49682;
}
.c-personal__button-white {
    background-color: #FFF;
    color: #004650;
}
.c-personal__button.small {
    width: 100px;
}
.c-personal__line {
    height: 1px;
    width: 225px;
    background-color: rgba(180,150,130,0.5);
    margin: 20px auto 20px;
    display: block;
}

.intro-edlm {
    width: 805px;
    margin: 0 auto;
    text-align: center;
    /*padding-top: 45px;*/
    padding-bottom: 30px;
    z-index: 2;
    position: relative;
}

.intro-edlm .text {
    min-height:120px;
}

.intro-edlm .c-form__button {
    background-color:#81CDE7;margin-top:40px;font-size:19px;font-weight:600;margin-bottom:-20px;
}

#intro_title {
    margin-top: 52px;
    color: #FFFFFF;
    font-size: 32px;
    line-height:43px;
    font-weight:700;
}

#intro_title span {
    font-size: 36px;
    font-weight: 600;
}

#intro_subtitle {
    margin-top: 6px;
    color: #fff;
    font-size: 32px;
    line-height: 100%;
}

.o-section-view-talks {}
.o-section-view-talks__title {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.625rem;
    text-align: center;
    color: #3C2814;
    text-transform: uppercase;
}
.o-section-view-talks__item {
    max-width: 285px;
    margin: 0 auto;
}
.o-section-view-talks__item .video-js {
    padding-top: 75%;
}
.o-section-view-talks__item .bc-iframe, .o-section-view-talks__item .bc-iframe body, .o-section-view-talks__item .vjs-poster, .o-section-view-talks__item .video-js {
    background-color: #000 !important;
}
.o-section-view-talks__item .vjs-play-progress, .o-section-view-talks__item .vjs-slider-bar {
    background-color: #19BECD !important;
}
.o-section-view-talks__item .c-talk {
   /* background-color: rgba(180,150,130,0.1);*/
    padding: 15px 15px 30px 15px;
}
.o-section-view-talks__item .c-live__content {
    display: none;
}
.o-section-view-talks__item + .o-section-view-talks__item {
    margin-top: 20px;
}
.o-section-view-talks__item:last-child {
    margin-bottom: 30px;
}

@media (max-width:900px) {
    .intro-edlm {
        width: 90%;
        padding-top:30px;
        padding-bottom:30px;
    }
    .intro-edlm .text {
        min-height:unset;
    }
    #intro_title {
        font-size: 26px;
        line-height: 26px;
    }
    #intro_title span {
        color: #F59D2F;
        font-size: 24px;
        line-height:25px;
        font-weight: 600;
    }
    #intro_subtitle {
        font-size: 24px
    }
    .intro-edlm .c-form__button {
        font-size: 14px;
        min-width:150px;
    }
}

@media (min-width: 768px) {

    .o-section-view-talks__title {
        font-size: 1.625rem;
        font-weight: 600;
        line-height: 2.25rem;
    }
    .o-section-view-talks__item {
        max-width: inherit;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 40% 1fr;
        grid-template-columns: 40% 1fr;
        grid-column-gap: 30px;
        background-color: #EDF1F3;
    }
    .o-section-view-talks__item .c-talk {
        background-color: transparent;
        padding: 0 15px 0 0;
    }
    .o-section-view-talks__item .c-talk .middle {
        min-height: 200px;
    }
    .o-section-view-talks__item .c-talk .middle .duration {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }
    .o-section-view-talks__item .c-talk .bottom {
        display: none;
    }
    .o-section-view-talks__item .c-live__content {
        border-top: none;
        padding: 0 0 15px;
        margin-bottom: 15px;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        overflow-x: auto;
    }
    .o-section-view-talks__item .c-live__content .item {
        max-width: 150px;
        padding: 0;
    }
    .o-section-view-talks__item + .o-section-view-talks__item {
        margin-top: 40px;
    }
    .o-section-view-talks__item:last-child {
        margin-bottom: 80px;
    }

    .c-card-article__subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .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__title {
        font-size: 3.125rem;
    }
    .o-section_speakers__title {
        font-size:50px;
        line-height:1;
    }
    .o-section__subtitle {
        max-width: 680px;
        font-size: 1.25rem;
    }
    .o-section-signin__title {
        max-width: inherit;
        margin-bottom: 2.5%;
        font-size: 1.5rem;
        text-align: center;
    }
    .o-section-signin__subtitle {
        margin-bottom: 2.5%;
    }
    .o-section-signin__legal .txt {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }
    .o-section-signin__legal .c-form__check p {
        font-size: 0.75rem;
        line-height: 1.125rem;
        margin-bottom: 0;
    }
    .o-section-signin__legal .c-form__check {
        width: 100%;
        max-width: 100%;
    }
    .o-section-signin__legal {
        padding: 40px 0;
        max-width: 50%;
    }
    .o-section-signin p:not(.o-section-signin__desc) {
        margin-bottom: 2.5%;
    }
    .o-section-signin p {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
    .o-section-signin__desc {
        max-width: inherit;
        margin: 0 0 5%;
        text-align: center;
    }
    .o-section-signin__next {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        letter-spacing: 0.0375rem;
        width: 534px;
        height: 54px;
        border-radius: 30px;
    }
    .o-section-signin__back {
        font-size: 1.5rem;
        line-height: 1.8125rem;
    }
    .o-section-signin__claim .btn {
        font-size: 1.5rem;
        line-height: 1.8125rem;
        letter-spacing: 0.0375rem;
        width: 534px;
        height: 54px;
        border-radius: 30px;
    }
    .o-section-signin__claim {
        max-width: inherit;
        margin-top: 5%;
    }
    .o-section-signin__head .u-grid-columns-2 {
        -ms-grid-rows: 1fr 48px;
            grid-template-rows: 1fr 48px;
    }
    .o-section-signin__head .u-grid-columns-2 div {}
    .o-section-signin__head .u-grid-columns-2 div:nth-child(2) {
        border-left: none !important;
    }
    .o-section-signin__head__title span {
        display: block;
    }
    .o-section-signin__head__title {
        padding: 0;
        font-size: 2.5rem;
        line-height: 2.8125rem;
        width: 100%;
    }
    .o-section-signin__head__msg {
        width: 70%;
    }
    .o-section-signin__head__msg__title {
        margin-bottom: 2.5%;
        font-size: 1.125rem;
        line-height: 1.375rem;
        letter-spacing: 0.02813rem;
    }
    .o-section-signin__head__msg__subtitle {
        max-width: inherit;
        font-size: 0.875rem;
        line-height: 1.125rem;
        letter-spacing: 0.02188rem;
    }
    .o-section-signin__head__msg-check__title {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .o-section-signin__head__msg-check {
        width: 70%;
    }
    .o-section-signin__nav {
        max-width: 50%;
        justify-self: end;
    }
    .o-section-signin .c-form__button {
        height: 50px;
        width: 200px;
        font-size: 0.875rem;
        font-weight: 700;
        border-radius: 30px;
    }
    .o-section-signin .c-form__button span {
        display: block;
        padding: 0 0 0 3px;
    }
    .o-section-signin .u-grid-columns-2 {
        -ms-grid-columns: 50% 50%;
            grid-template-columns: 50% 50%;
    }
    .o-section-signin .u-grid-columns-2 div {}
    .o-section-signin .u-grid-columns-2 div:nth-child(2) {
        border-left: 2px solid #5D5C5C;
    }
    .o-section-signin__step {
        padding: 2.5% 0;
        max-width: 1450px;
        margin: 0 auto;
    }
    .o-section-signin__step-3 .o-section-signin__next {
        width: 100%;
    }
    .o-section-signin__step-3-1 {
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    .o-section-signin__step-4 .o-section-signin__desc {
        padding-left: 7.5%;
        padding-right: 7.5%;
        width: inherit;
        margin-bottom: 2.5%;
    }
    .o-section-signin__step-4 .o-section-signin__desc:last-child {
        margin-bottom: 5%;
    }
    .o-section-signin__step-4 .o-section-signin__claim .btn {
        width: 100%;
    }
    .o-section-magazine__claim .o-container {
        max-width: 1050px;
    }
    .o-section-magazine__claim2 .o-container {
        max-width: 1050px;
    }
    .o-section-program .o-tab {
        padding: 5% 0;
    }
    .o-section-talks__item {
        max-width: inherit;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 40% 1fr;
            grid-template-columns: 40% 1fr;
        grid-column-gap: 30px;
        background-color: #F8F8F8;
    }
    .o-section-talks__item .c-talk {
        background-color: transparent;
        padding: 0 15px 0 0;
    }
    .o-section-talks__item .c-talk .middle {
        min-height: 200px;
    }
    .o-section-talks__item .c-talk .middle .duration {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }
    .o-section-talks__item .c-talk .bottom {
        display: none;
    }
    .o-section-talks__item .c-live__content {
        border-top: none;
        padding: 0 0 15px;
        margin-bottom: 15px;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        overflow-x: auto;
    }
    .o-section-talks__item .c-live__content .item {
        max-width: 150px;
        padding: 0;
    }
    .o-section-talks .o-tab__nav {
        margin: 0 auto 2.5%;
    }
    .o-section-talks .o-tab {}
    .o-section-live .c-live__content {
        -ms-grid-columns: (1fr)[4];
            grid-template-columns: repeat(4, 1fr);
    }
    .o-carousel [data-controls="next"], .o-carousel [data-controls="prev"] {}
    .o-carousel [data-controls="prev"] {
        left: 15px;
    }
    .o-carousel [data-controls="next"] {
        right: 15px;
    }
    .o-scroll-center .item {
        padding: 0;
        max-width: 990px;
    }
    .o-scroll-center {
        margin: 0 auto;
    }
    .o-scroll-col2 .item {
        padding: 0 0 30px 0;
        max-width: 465px;
    }
    .o-scroll-col2 .item:not(:first-child) {
        margin-left: 30px;
    }
    .o-scroll-col2 {
        max-width: 91.5%;
        margin: 0 auto;
    }
    .o-scroll-col4 .item {
        padding: 0 30px 30px;
        max-width: 330px;
    }
    .o-scroll {}
    .o-scroll::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .o-scroll::-webkit-scrollbar-track {
        background-color: #33333333;
    }
    .o-scroll::-webkit-scrollbar-thumb {
        border-radius: 2.5px;
        background-color: var(--color-corporativo-secundario);
        width: 5px;
        height: 5px;
        display: block;
    }
    .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);
    }
    .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 .btn-signin {
        /*width: 220px;*/
        height: 29px;
        border-radius: 30px;
        font-size: 0.9375rem;
        letter-spacing: 0.02375rem;
    }
    .c-header__options .btn-signin span {
        display: block;
        padding: 0 0 0 3px;
    }
    .c-brand__head__title {
        font-size: 5rem;
    }
    .c-brand__head {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
    }
    .c-brand__search__result .u-grid {
        grid-gap: 0;
        border-left: 1px solid $fus-02;
    }
    .c-brand__search__result .item .c-brand {
        margin: 0 20px 20px 20px;
    }
    .c-brand__filter__check {
        max-width: inherit;
        -ms-flex-pack: center;
            justify-content: center;
        width: -moz-max-content;
        width: max-content;
    }
    .c-brand__detail__head > *:first-child {
        max-width: 140px;
    }
    .c-brand__detail__head__slash {
        width: 40px;
        height: 145px;
    }
    .c-brand__detail__head {
        -ms-grid-columns: 265px minmax(25px,90px) 1fr minmax(25px,90px);
            grid-template-columns: 265px minmax(25px,90px) 1fr minmax(25px,90px);
    }
    .c-brand__detail__body__txt p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .c-brand__detail__body__thumb {
        margin-right: 30px;
        margin-bottom: 0;
        max-width: 253px;
    }
    .c-brand__detail__body {
        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;
    }
    .c-brand__detail__list__title {
        font-size: 1.25rem;
    }
    .c-brand__detail__item__txt {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .c-brand__detail__item__txt h3 {
        font-size: 1rem;
    }
    .c-brand__detail__item__thumb {
        max-width: 167px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .c-brand__detail__item {
        display: -ms-grid;
        display: grid;
        grid-row-gap: 15px;
        -ms-grid-columns: 50% 50%;
            grid-template-columns: 50% 50%;
    }
    .c-brand__detail__item .c-brand__detail__item__thumb {
        -ms-grid-column: 2;
            grid-column-start: 2;
        margin-left: auto;
    }
    .c-brand__detail__item .c-brand__detail__item__txt {
        -ms-grid-row: 1;
            grid-row-start: 1;
        -ms-grid-column: 1;
            grid-column-start: 1;
    }
    .c-brand__detail__item .c-brand__detail__item__more {
        -ms-grid-row: 2;
            grid-row-start: 2;
        -ms-grid-column-span: 2;
        -ms-grid-column: 1;
            grid-column: 1 / span 2;
    }
    .c-brand__detail__item .c-brand__detail__item__cta {
        -ms-grid-row: 1;
            grid-row-start: 1;
        -ms-grid-column: 1;
            grid-column-start: 1;
        margin: auto 0 0 auto;
    }
    .c-brand__detail__title {
        font-size: 2.125rem;
    }
    .c-brand__txt {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    .c-brand__txt h3 {
        font-size: 1rem;
    }
    .c-brand__thumb .star {
        max-width: 30px;
        max-height: 30px;
    }
    .c-brand__thumb img {
        margin-bottom: 0;
        margin-top: 0;
    }
    .c-brand-gss .c-form__button {
        display: -ms-flexbox;
        display: flex;
    }
    .c-brand-gss {
        padding: 40px 20px;
        -ms-flex-direction: row;
            flex-direction: row;
    }
    .c-title {
        font-size: 2.5rem;
        padding-top: 40px;
    }
    .c-title:not(.no-padding) {
        padding-bottom: 40px;
    }
    .c-title-subtitle {
        padding-bottom: 40px;
    }
    .c-title.titleMag {
        font-size: 5.625rem;
    }
    .c-head-blog__wrap {
        height: 310px;
    }
    .c-head-blog__thumb {
        display: block;
        max-width: 120px;
    }
    .c-head-blog__slash {
        height: 230px;
    }
    .c-head-blog__date {
        font-size: 6.25rem;
    }
    .c-head-blog__title {
        font-size: 6.25rem;
    }
    .c-head-blog__section:before, .c-head-blog__section:after {
        height: 230px;
    }
    .c-user__head {
        max-width: inherit;
        padding: 30px;
    }
    .c-user__head__thumb {
        max-width: 90px;
    }
    .c-user__head__txt {
        max-width: calc(100% - 115px);
        padding-left: 25px;
    }
    .c-user__head__txt__title {
        text-align: center;
        font-size: 1.5rem;
    }
    .c-user__head__txt__subtitle {
        text-align: center;
        font-size: 0.75rem;
        letter-spacing: 0.03125rem;
    }
    .c-user__navigation {
        max-width: 600px;
    }
    .c-user__navigation__item {
        font-size: 0.6875rem;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
    }
    .c-user__option-favoritos .c-user__navigation {
        max-width: inherit;
        -ms-flex-pack: center;
            justify-content: center;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 0;
    }
    .c-user__option-favoritos .c-user__navigation__item {
        padding: 15px;
    }
    .c-user__option {
        max-width: inherit;
        padding: 0;
        margin: 0;
    }
    .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__head {
        padding-top: 100px;
        background-color: transparent;
    }
    .c-speaker__head__title {
        padding: 20px 0;
        font-size: 2.1875rem;
    }
    .c-speaker__body {
        background-color: transparent;
        padding: 0 0 40px 0;
    }
    .c-speaker__body .c-mosaic, .c-speaker__body .c-top {
        background-color: #FFF;
        max-width: inherit;
        padding: 0 0 40px;
        margin: 0;
    }
    .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__select select {
        font-size: 1.125rem;
    }
    .c-form__check {
        max-width: inherit;
        -ms-flex-pack: center;
            justify-content: center;
        width: -moz-max-content;
        width: max-content;
    }
    .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 var(--background-color-corporativo-principal-transparencia);
    }
    .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 .top .type {
        font-size: 10px;
        line-height:16px;
    }
    .c-card-speaker .top .star {
        width: 30px;
        height: 30px;
    }
    .c-card-speaker .middle .title {
        font-size: 14px;
        line-height: 16px;
        max-width: 60%;
    }
    .c-card-speaker .middle .subtitle {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        max-width: 150px;
    }
    .c-card-speaker .middle .duration {
        font-size: 0.6875rem;
    }
    .c-card-intro {
        max-width: 850px;
        min-height: 330px;
        padding-bottom: 90px;
        padding-top: 60px;
    }
    .c-card-intro__thumb {
        margin-bottom: 30px;
    }
    .c-card-intro__thumb .icon {
        width: 390px;
        height: 90px;
        margin-bottom: 20px;
    }
    .c-card-intro__thumb .txt {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .c-card-intro__claim {
        font-size: 2.5rem;
        line-height: 3.125rem;
        padding-bottom: 60px;
    }
    .c-card-intro__claim.c26 {
        font-size: 1.625rem;
        line-height: 2.5rem;
    }
    .c-card-intro__title {
        font-size: 50px;
        line-height: 1;
        padding-bottom: 50px;
        font-weight:700;
    }
    .c-card-intro__date {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 30px;
    }
    .c-card-intro__subtitle {
        padding-bottom: 39px;
        font-size: 22px;
        line-height: 28px;
    }
    .c-card-intro__subtitle + img {
        padding-top: 100px;
    }
    .c-card-claim__embed.video {
        height: 690px;
    }
    .c-card-claim__embed.video:before {
        max-height: 690px;
    }
    .c-card-claim__embed.video .icon {
        width: 120px;
        height: 50px;
        margin-left: -60px;
        margin-top: -25px;
        border-radius: 40px;
        font-size: 1rem;
    }
    .c-card-claim__embed.video .icon:after {
        border-width: 8px 0 8px 8px;
        margin-left: 5px;
    }
    .c-card-claim__embed.video .txt p {
        font-size: 1.875rem;
    }
    .c-card-claim__embed.video .txt p.live {
        font-size: 7.5rem;
    }
    .c-card-claim__embed.video .txt p.live:after {
        width: 20px;
        height: 20px;
    }
    .c-card-claim__embed.video .txt {
        top: 5.5%;
    }
    .c-card-claim__embed {
        margin-bottom: 40px;
    }
    .c-card-claim__poster {
        margin-bottom: 40px;
    }
    .c-card-claim {
        max-width: 600px;
    }
    .c-card-claim__title {
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin-bottom: 60px;
    }
    .c-card-claim__subtitle {
        font-size: 1.375rem;
        line-height: 2.25rem;
    }
    .c-card-claim__media {
        max-width: 768px;
        background-color: transparent;
    }
    .c-card-claim__media-top-left {
        margin: 0 0 auto 0;
    }
    .c-card-claim__media-top-left video, .c-card-claim__media-top-left .video-js.vjs-fluid {
        width: 720px;
        height: 405px;
        background-color: transparent;
    }
    .c-card-claim__media-top-right {
        display: block;
        margin-bottom: -100%;
        margin-right: auto;
        margin-left: -120px;
    }
    .c-card-claim__media-bottom-left {
        margin: 0;
    }
    .c-card-claim__media-bottom-right {
        margin-left: auto;
        margin-right: -120px;
        margin-bottom: -80px;
    }
    .c-card-article__thumb .icon {
        width: 120px;
        height: 50px;
        margin-left: -60px;
        margin-top: -25px;
        border-radius: 40px;
        font-size: 1rem;
    }
    .c-card-article__thumb .icon:after {
        border-width: 8px 0 8px 8px;
        margin-left: 5px;
    }
    .c-card-article__share .c-icon {
        width: 40px;
        height: 40px;
    }
    .c-card-article__share .c-icon + .c-icon {
        margin-left: 20px;
    }
    .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: 0.6875rem;
    }
    .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-auditorio__title {
        font-size: 3.75rem;
        padding-bottom: 10px;
    }
    .c-card-auditorio__thumb {
        margin: 5vh auto;
    }
    .c-card-auditorio__thumb:before {
        font-size: 1rem;
        line-height: 1.875rem;
        padding: 30px;
        border-left: 4px solid #FFF;
        border-bottom: 4px solid #FFF;
    }
    .c-card-auditorio__thumb {
        width: 100%;
        height: 690px;
    }
    .c-card-auditorio__thumb .c-card-intro__thumb {
        margin-left: -12.5%;
        margin-top: -12.5%;
        transform: scale(1.8);
    }
    .c-card-auditorio__txt {
        padding: 60px 0 120px;
    }
    .c-card-avatar {
        max-width: 420px;
    }
    .c-card-recipe .category {
        font-size: 0.6875rem;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
    }
    .c-card-recipe .title {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
    .c-card-recipe .more {
        font-size: 0.6875rem;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
    }
    .c-card-recipe {
        padding: 45px 30px;
    }
    .c-card-banner__txt {
        padding: 30px 0 0;
    }
    .c-card-banner__title {
        font-size: 3.75rem;
    }
    .c-card-banner__subtitle {
        font-size: 1.25rem;
    }
    .c-card-banner .c-form__button {
        margin-bottom: 85px;
        width: 200px;
    }
    .scene {
        width: 720px;
        height: 1020px;
    }
    .cube {
        width: 720px;
        height: 720px;
        transform: translateZ(-360px);
    }
    .cube__face {
        width: 720px;
        height: 720px;
    }
    .cube__face--front {
        transform: rotateY(0deg) translateZ(360px);
    }
    .cube__face--right {
        transform: rotateY(90deg) translateZ(360px);
    }
    .cube__face--back {
        transform: rotateY(0deg) translateZ(120px);
    }
    .cube__face--left {
        transform: rotateY(-90deg) translateZ(360px);
    }
    .cube__face--top {
        transform: rotateX(90deg) translateZ(360px);
    }
    .cube__face--bottom {
        transform: rotateX(-90deg) translateZ(360px);
    }
    .c-program__head__title {
        font-size: 5rem;
    }
    .c-program__head__subtitle {
        font-size: 1.5rem;
        line-height: 1.75rem;
        letter-spacing: 0.0375rem;
    }
    .c-program__head {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
    }
    .c-program__sidebar__box > [class*="c-"]:not(:last-child) {
        margin-bottom: 30px;
    }
    .c-program__sidebar__box {
        position: sticky;
        top: 100px;
        margin: 70% 0 70% 10%;
    }
    .c-program__filter__title {
        max-width: 13ch;
    }
    .c-program__item__where {
        font-size: 1.25rem;
        line-height: 1;
    }
    .c-program__item__time {
        font-size: 1rem;
    }
    .c-program__item__info {
        padding: 15px 30px 15px 0;
    }
    .c-program__item__content {
        margin-left: 20px;
        padding: 0 20px 30px;
        min-height: 365px;
    }
    .c-program__item {
        -ms-grid-columns: 75px 1fr;
            grid-template-columns: 75px 1fr;
        max-width: 85%;
    }
    .c-program__print__content {
        margin-left: 20px;
        padding: 0 20px 30px;
    }
    .c-program__print {
        -ms-grid-columns: 75px 1fr;
            grid-template-columns: 75px 1fr;
        max-width: 85%;
    }
    .c-program {
        padding: 0 0 100px 0;
    }
    .c-detail__type {
        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: var(--color-corporativo-secundario);
        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-talk .top .type {
        font-size: 12px;
        line-height:36px;
    }
    .c-talk .top .star {
        width: 30px;
        height: 30px;
    }
    .c-talk .middle .thumb {
        margin-bottom: 13px;
    }
    .c-talk .middle .title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        color: #000000;
    }
    .c-talk .middle .speaker {
        margin-bottom: 10px;
    }
    .c-talk .middle .duration {
        font-size: 0.6875rem;
    }
    .c-talk .bottom {
        padding-top: 15px;
    }
    .c-talk-break {
        min-height: 340px;
    }
    .c-talk-break .msg {
        font-size: 4.375rem;
        line-height: 19.375rem;
    }
    .c-talk-break .msg:before {
        height: 30px;
    }
    .c-mosaic {
        max-width: inherit;
        margin: 0;
    }
    .participantes-section-index .c-mosaic {
        padding-bottom: 80px;
    }
    .c-mosaic__title {
        padding: 10px 0;
        font-size: 5.625rem;
    }
    .c-mosaic__wrap {
        max-width: 840px;
        margin: 0 auto;
    }
    .c-numbers__wrap {
        height: 240px;
    }
    .c-numbers__item {
        min-width: calc(20% - 105px);
    }
    .c-numbers__slash {
        height: 270px;
        margin: 0 50px;
        width: 5px;
    }
    .c-numbers .txt {
        font-size: 1.0625rem;
    }
    .c-numbers .number {
        font-size: 7.5rem;
        line-height: 1;
    }
    .c-box__nav {
        -ms-flex-direction: column;
            flex-direction: column;
        overflow-x: inherit;
    }
    .c-box__nav a {}
    .c-box__nav a + a {
        margin-top: 5px;
        margin-left: 0;
    }
    .c-box__btn {
        margin: 30px 0;
    }
    .c-box__btn span {
        display: block;
    }
    .c-box {
        width: 120px;
        margin-bottom: 60px;
    }
    .c-top__title {
        height: 220px;
        width: 220px;
        font-size: 22px;
        line-height: 28px;
        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 .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 {
        margin-top: 40px;
    }
    .c-top__wrap {
        max-width: 840px;
        margin: 0 auto;
    }
        .c-top__wrap > .c-card {
            border-right: 1px solid #0097C0;
            margin-bottom: 30px;
            min-height: 375px;
        }
            .c-top__wrap > .c-card .bottom {
                border-bottom: 1px solid #0097C0;
                padding-bottom: 60px;
            }
            .c-top__wrap > .c-card:nth-child(4n+1), .c-top__wrap > .c-card:first-child {
                border-left: 1px solid #0097C0;
            }
    .c-partner__group-def {
        /* -ms-grid-columns: (150px)[2];
            grid-template-columns: repeat(2, 150px);
        grid-column-gap: 20px;
        -ms-grid-column-align: center;*/
        display: flex;
        justify-content: center;
        justify-items: center;
        max-width: 320px;
    }
    .c-partner__group-def2 {
        /*  -ms-grid-columns: (150px)[3];
            grid-template-columns: repeat(3, 150px);
        grid-column-gap: 20px;
        -ms-grid-column-align: center;*/
        display: flex;
        justify-content: center;
        justify-items: center;
        max-width: 490px;
    }
    .c-partner__group-def2 img {
        max-width: 50%;
    }
    .c-partner__group-g1 {
        /* -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
        -ms-grid-column-align: left;
            justify-items: left;*/
        display: flex;
        justify-content: center;
    }
    .c-partner__group-g2 {
        /* -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(3, 1fr);
        padding: 0 !important;
        grid-column-gap: 41px;*/
        display: flex;
        justify-content: center;
        max-width: inherit;
    }
    .c-partner__group-g3 {
        /* -ms-grid-columns: (1fr)[6];
            grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 13px;*/
        display: flex;
        justify-content: center;
    }
    .c-partner__group-g5 {
        display:flex;
       /* -ms-grid-columns: (1fr)[8];
            grid-template-columns: repeat(8, 1fr);*/
        grid-column-gap: 13px;
    }
    .c-partner__group {}
        .c-partner__group.col-5-sm {
            /* -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 20px;
        -ms-grid-column-align: center;*/
            display: flex;
            justify-content: center;
            justify-items: center;
            max-width: 830px;
        }
    .c-partner__head__title {
        font-size: 3.375rem;
    }
    .c-partner__head__thumb {
        margin-top: -5%;
        margin-right: -5%;
    }
    .c-partner__head {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
    }
    .c-footer__share .c-icon {
        width: 48px;
        height: 48px;
    }
    .c-footer__share .c-icon + .c-icon {
        margin-left: 20px;
    }
    .c-footer__share__title {
        text-align: left;
    }
    .c-footer__share {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-bottom: 0;
    }
    .c-footer__org {
        text-align: left;
        font-size: 1.4375rem;
        line-height: 1.75rem;
        margin-top: auto;
        margin-bottom: 50px;
    }
    .c-footer__mail {
        text-align: left;
        font-size: 1rem;
    }
    .c-footer__mail strong {
        font-size: 1.125rem;
    }
    .c-footer__brand {
        margin-bottom: 90px;
        max-width: 290px;
    }
    .c-footer__thumb {
        margin: 0 0 50px auto;
        max-width: 304px;
        width:2px;
        height:270px;
    }
    .c-footer__bottom {
        font-size: 1.125rem;
        padding-top: 45px;
        -ms-flex-direction: row;
            flex-direction: row;
    }
    .c-footer__copy span {
        margin-bottom: 0;
        font-size: 1.125rem;
    }
    .c-footer__copy {
        -ms-flex-direction: row;
            flex-direction: row;
    }
    .c-footer__links a {
        font-size: 1.125rem;
    }
    .c-footer__links a:before {
        content: '';
        background-color: #333333;
        display: block;
        height: 16px;
        width: 1px;
        margin: 0 5px;
    }
    .c-footer__links {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }
    .c-footer__top {}
    .c-footer__top > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    }
    .c-footer__companies .icon {
        max-height: 60px;
        width: 60px;
    }
    .c-footer__companies {
        margin-bottom: 0;
        -ms-flex-pack: end;
            justify-content: flex-end;
    }
    .c-footer {
        padding: 147px 0 35px;
    }
    .c-live__head__wrap {
        -ms-grid-columns: 1fr minmax(25px,90px) 1fr minmax(25px,90px) 1fr;
            grid-template-columns: 1fr minmax(25px,90px) 1fr minmax(25px,90px) 1fr;
    }
    .c-live__head__wrap > *:first-child {
        max-width: 140px;
    }
    .c-live__head__wrap > *:last-child {
        max-width: 360px;
    }
    .c-live__head__slash {
        width: 40px;
        height: 145px;
    }
    .c-live__head__title span:after {
        width: 26px;
        height: 26px;
    }
    .c-live__head__title {}
    .c-live__head {
        padding: 30px 0;
    }
    .c-live__top .hour {
        font-size: 2rem;
        letter-spacing: 0.04438rem;
    }
    .c-live__top .hour span {
        font-size: 1rem;
    }
    .c-live__top .time i {
        height: 20px;
    }
    .c-live__top .time i:nth-child(4) {
        height: 40px;
    }
    .c-live__top .time .cursor {
        height: 40px;
    }
    .c-live__top .time {
        margin-top: 0;
    }
    .c-live__content__thumb:before {
        font-size: 1rem;
        line-height: 1.875rem;
        top: 15px;
        right: 30px;
    }
    .c-live__content__thumb {
        height: 690px;
    }
    .c-live__content__track {
        width: 450px;
        height: 450px;
        margin-top: -225px;
        margin-left: -225px;
        font-size: 18.75rem;
        border: 10px solid #FFF;
    }
    .c-live__content__video .icon {
        width: 120px;
        height: 50px;
        margin-left: -60px;
        margin-top: -25px;
        border-radius: 40px;
        font-size: 1rem;
    }
    .c-live__content__video .icon:after {
        border-width: 8px 0 8px 8px;
        margin-left: 5px;
    }
    .c-live__content__video .progress .bar {
        height: 15px;
    }
    .c-live__content__video .progress .bar[data-title] {}
    .c-live__content__video .progress .bar[data-title]:before {
        bottom: 35px;
        left: calc(100% - 42px);
        height: 30px;
        width: 80px;
        border-radius: 40px;
        font-size: 0.75rem;
        line-height: 1.875rem;
    }
    .c-live__content__video .progress .bar[data-title]:after {
        height: 20px;
        bottom: 15px;
    }
    .c-live__content__txt__type {}
    .c-live__content__txt__title {}
    .c-live__content {
        padding: 5vh;
    }
    .c-live__content .c-card-auditorio__thumb .c-card-intro__thumb {
        margin-top: -38px;
        margin-left: -150px;
        transform: scale(1.6);
    }
    .c-live__content__bottom {
        padding: 0 0 5% 0;
        min-height: 180px;
    }
    .c-live__content > .u-grid-columns-2 {
        -ms-grid-columns: 1fr 690px;
            grid-template-columns: 1fr 690px;
        grid-column-gap: 70px;
        grid-row-gap: 30px;
    }
    .c-live__content-pad .c-live__content__txt {
        padding: 0 10%;
    }
    .c-live__content-pad {
        padding: 5vh 0;
    }
    .c-live__content .author .type {
        font-size: 0.6875rem;
    }
    .c-live__content .o-scroll-col4 .item {
        max-width: 120px;
    }
    .c-live__info {
        -ms-grid-columns: minmax(120px, 200px) 1fr  minmax(120px, 200px);
            grid-template-columns: minmax(120px, 200px) 1fr  minmax(120px, 200px);
    }
    .c-live__info-current {
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1;
        padding: 15px 25px;
    }
    .c-live__info-prev {
        -ms-grid-column-span: 1;
        -ms-grid-column: 1;
            grid-column: 1 / span 1;
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 /span 1;
    }
    .c-live__info-next {
        -ms-grid-column-span: 1;
        -ms-grid-column: 3;
            grid-column: 3 / span 1;
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 /span 1;
    }
    .c-live__timeline__item {
        width: 990px;
    }
    .c-live__timeline__item.slick-current {
        width: 990px !important;
    }
    .c-live__timeline:before {
        height: 74px;
    }
    .c-live {
        width: 990px;
    }
    .c-personal__title {
        font-size: 1.5rem;
        font-weight: 500;
        max-width: 330px;
    }
    .c-personal__subtitle {
        font-size: 1.5rem;
        max-width: 330px;
    }
    .c-personal__button {
        height: 40px;
        width: 165px;
        font-size: 0.75rem;
    }
    .c-personal__button span {
        display: block;
    }
    .c-personal {
        padding: 40px;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .o-section-signin__legal .c-form__check {
        max-width: 100%;
    }
    .o-section-magazine .c-title {
        font-size: 4.375rem;
    }
    .o-section-magazine__group {
        padding: 40px 0;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(1) .c-card-article__thumb {
        width: 120px;
        height: 120px;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(1) .c-card-article__thumb .icon {
        width: 94px;
        height: 39px;
        margin-top: -19.5px;
        margin-left: -47px;
        font-size: 0.75rem;
        font-weight: normal;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(1) .c-card-article__thumb .icon:after {
        border-width: 6px 0 6px 6px;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(1) .c-card-article__thumb {
        margin-bottom: 30px;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(1) {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        grid-row-gap: 0;
        max-width: 255px;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(2) .c-card-article__thumb {
        margin-left: auto;
        margin-bottom: 0;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(2) .c-card-article__thumb img {
        max-height: inherit;
        max-width: inherit;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(2) {
        -ms-grid-columns: calc(50% - 30px) calc(50% - 60px);
            grid-template-columns: calc(50% - 30px) calc(50% - 60px);
        margin-left: auto;
        grid-row-gap: 0;
    }
    .o-section-magazine__claim .o-container .c-card-article:nth-child(2) .c-card-article__txt {
        padding-top: 30px;
    }
    .o-section-magazine__claim .o-container .c-card-article__title {
        font-size: 24px;
        line-height: 28px;
    }
    .o-section-magazine__claim2 .o-container .c-card-article {
        display: block;
        grid-row-gap: 0;
    }
    .o-section-magazine__claim2 .o-container .c-card-article .c-card-article__txt {
        padding-top: 30px;
    }
    .o-section-magazine__claim2 .o-container .c-card-article + .c-card-article {
        margin-top: 0;
    }
    .o-section-magazine__claim2 .o-container .c-card-article__title {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
    .o-section-magazine__claim2 .o-container .c-card-article__title + .c-card-article__subtitle {
        margin-top: 45px;
    }
    .o-section-magazine__claim2 .o-container .c-card-article__subtitle {
        font-size: 1rem;
        line-height: 1.625rem;
    }
    .o-section-magazine__claim2 .u-grid-columns-2 {
        width: 100%;
        -ms-grid-columns: calc(50% - 30px) calc(50% - 30px);
            grid-template-columns: calc(50% - 30px) calc(50% - 30px);
        grid-column-gap: 30px;
    }
    .o-section-magazine .c-detail__name {
        right: 0;
    }
    .o-section-program .o-container {
        max-width: 1070px;
    }
    .o-section-program .o-tab__nav label {
        font-size: 1.25rem;
    }
    .o-section-program .o-tab__nav {
        width: 100%;
        margin: 0 0 5%;
    }
    .o-section-program {}
    .o-section-program:not(.u-bg-white) {
        background: #f6f3f1 url(../img/bg/feminas_programa.svg) repeat-y top center;
    }
    .o-section-sponsor {
        padding-top: 70px;
    }
    .o-section-sponsor .o-section__title {
        font-size: 2.25rem;
    }
    .o-section-talks__title {
        font-size: 1.5rem;
        letter-spacing: 0.0375rem;
    }
    .o-section-talks .o-container {
        max-width: 1070px;
    }
    .o-section-talks .o-tab__nav label {
        font-size: 1.25rem;
    }
    .o-section-talks .o-tab__nav {}
    .o-section-talks {
        background: #f6f3f1 url(../img/bg/talks.svg) repeat-y top center;
    }
    .o-section-live .o-container {
        max-width: 1070px;
    }
    .o-section-live {
        /*background: #f6f3f1*/ /*url(../img/bg/talks.svg) repeat-y top center*/;
    }
    .o-section-error-404 .o-container {
        padding: 60px;
        width: 100%;
    }
    .o-section-error-500 .o-container {
        padding: 60px;
        max-width: 1000px;
    }
    .o-carousel {
        margin-right: 0;
    }
    .o-tab__nav label {
        font-size: 2.125rem;
        padding-bottom: 15px;
    }
    .o-tab {
        padding: 30px;
    }
    .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 {}
    .c-header:before {
        content: '';
        height: 46px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
/*        background-color: #F8F8F8;*/
        z-index: -1;
    }
    .c-header > .o-container {
        height: 130px;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .c-header__brand {
        display: block;
        word-break: break-word;
        text-transform: uppercase;
        width: 155px;
        color: #4D4634;
        font-family: 'Montserrat',sans-serif;
        font-size: 0.4375rem;
        font-weight: 700;
        line-height: 0.5625rem;
    }
    .c-header__brand a {
        color: #4D4634;
    }
    .c-header__options {
        -ms-flex-pack: end;
            justify-content: flex-end;
        max-width: 1250px;
        padding: 0 15px;
      /*  margin: 0 auto;*/
    }
    .c-header__options .idioma {
        padding-right: 65px;
    }
    .c-header__options-logged {}
    .c-header__options-logged.open .box {
        width: 510px;
    }
    .c-header__nav {
        display: -ms-flexbox;
        display: flex;
        padding-top: 20px;
    }
    .c-header__nav a {
        padding: 0 5px;
        font-size: 0.9375rem;
        font-weight: 700;
        line-height: 1.25rem;
        text-transform: uppercase;
        color: #FFFFFF;
        letter-spacing: 0.02375rem;
    }
    /*.c-header__nav a + a {
        margin-left: 15px;
    }*/
    .c-header__nav a.current {
        position: relative;
    }
    .c-header__nav a.current:after {
        content: '';
        width: calc(100% - 10px);
        height: 2px;
        background-color: var(--color-corporativo-principal);
        display: block;
        bottom: -2px;
        left: 0;
        position: absolute;
        margin: 0 5px;
    }
    .c-header__nav__btn {
        display: none;
    }
    .c-header {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .c-header__brand {
        margin: 0;
    }
    .c-header__brand a {
        height: 78px;
        width: 208px;
    }
    .c-brand__head__thumb {
        margin: 0 -10% -5%;
        max-width: 604px;
    }
    .c-brand-gss__thumb {
        max-width: 100%;
        margin-bottom: 0;
    }
    .c-brand-gss__claim {
        font-size: 3.75rem;
        font-weight: 600;
        letter-spacing: -0.125rem;
        line-height: 3.75rem;
        text-align: center;
    }
    .c-brand-gss {
        padding: 40px 0;
    }
    .c-title.titleMag {
        font-size: 8.75rem;
    }
    .c-head-blog__thumb {
        max-width: 301px;
    }
    .c-head-blog__date {
        font-size: 10rem;
    }
    .c-head-blog__title {
        font-size: 10rem;
    }
    .c-head-blog-brown .c-head-blog__wrap {
        margin-bottom: 20px;
    }
    .c-user__option-favoritos [data-tab-content="ponencias"] .u-grid {
        margin-left: 30px;
        margin-right: 30px;
    }
    .c-user__option-favoritos [data-tab-content="ponencias"] .u-grid > .c-event {}
    .c-user__option-favoritos [data-tab-content="ponencias"] .u-grid > .c-event:nth-child(6n + 6), .c-user__option-favoritos [data-tab-content="ponencias"] .u-grid > .c-event:first-child {
        border-left: none;
    }
    .c-form__text, .c-form__select, .c-form__check, .c-form__switch {
        max-width: 420px;
    }
    .c-card-claim__media {
        display: -ms-flexbox;
        display: flex;
    }
    .c-card-claim {
        max-width: 992px;
    }
    .c-card-article__type {
        margin-bottom: 10px;
        font-size: 16px;
        letter-spacing: 0.06625rem;
        line-height: 19px;
    }
    .c-card-article__more span {
        display: block;
        text-align: center;
        color: $gas-07;
        font-family: 'Montserrat',sans-serif;
        font-size: 0.6875rem;
        font-weight: 600;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
        width: -moz-max-content;
        width: max-content;
        margin: 0 0 0 auto;
        text-transform: uppercase;
    }
    .c-card-article__more span:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        margin-top: 5px;
        background-color: $gas-03;
    }
    .c-card-article-type-1 .c-card-article__share {
        margin-bottom: 40px;
    }
    .c-card-article-type-1 .c-card-article__type {}
    .c-card-article-type-1 .c-card-article__title {
        font-size: 1.875rem;
        line-height: 2.5rem;
        margin-bottom: 45px;
    }
    .c-card-article-type-1 .c-card-article__subtitle {
        display: block;
        max-width: 80%;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .c-card-article-type-2 .c-card-article__type {}
    .c-card-article-type-2 .c-card-article__title {
        font-size: 1.375rem;
        line-height: 1.75rem;
        margin-bottom: 30px;
    }
    .c-card-article-type-2 .c-card-article__subtitle {
        display: block;
        font-size: 1rem;
        line-height: 1.625rem;
        margin-bottom: 20px;
    }
    .c-card-article-type-3 .c-card-article__subtitle {
        display: block;
    }
    .c-card-article-type-3 .c-card-article__title {
        font-size: 1.375rem;
        line-height: 1.75rem;
        margin-bottom: 30px;
    }
    .c-card-article {
        -ms-grid-columns: calc(50% - 30px) calc(50% - 60px);
            grid-template-columns: calc(50% - 30px) calc(50% - 60px);
    }
    .c-card-author__thumb img {
        max-width: 217px;
        max-height: 217px;
    }
    .c-card-author__signature {
        padding-right: 45px;
        margin-left: auto;
        max-width: 215px;
    }
    .c-card-author__name {
        font-size: 1.5rem;
        line-height: 1.75rem;
        letter-spacing: 0.0375rem;
        margin-bottom: 5px;
    }
    .c-card-author__position {
        font-size: 1rem;
        line-height: 1.1875rem;
        letter-spacing: 0.03rem;
    }
    .c-card-author__title a span {
        display: block;
    }
    .c-card-author__title {
        font-size: 3.625rem;
        line-height: 4.375rem;
        -ms-grid-column: 2;
            grid-column-start: 2;
        -ms-grid-row-span: 2;
        -ms-grid-row: 1;
            grid-row: 1 / span 2;
        -ms-flex-line-pack: center;
            align-content: center;
    }
    .c-card-author {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: calc(50% - 40px) calc(50% - 60px);
            grid-template-columns: calc(50% - 40px) calc(50% - 60px);
        grid-gap: 30px 40px;
        max-width: inherit;
    }
    .c-card-zone img {
        height: 130px;
    }
    .c-card-zone figcaption {
        font-size: 1.875rem;
    }
    .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: var(--color-corporativo-secundario);
        margin: 0 2.5%;
        display: block;
    }
    .c-card-buy__date {
        margin-bottom: 10px;
        font-size: 1.5rem;
        letter-spacing: 0.0375rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
    }
    .c-card-buy__price small {
        letter-spacing: 0.0375rem;
        font-size: 1.5rem;
    }
    .c-card-buy__price {
        font-size: 4.375rem;
        letter-spacing: -0.0875rem;
    }
    .c-card-buy__flash {
        font-size: 1.125rem;
        letter-spacing: 0.02813rem;
    }
    .c-card-buy__cta {
        width: 255px;
        height: 54px;
        border-radius: 30px;
        font-size: 1.5rem;
        line-height: 1.5rem;
        letter-spacing: 0.0375rem;
        margin-top: 25px;
        margin-bottom: 65px;
    }
    .c-card-buy__include {
        font-size: 1.125rem;
        line-height: 1.75rem;
        letter-spacing: 0.02813rem;
        margin-bottom: 2px;
    }
    .c-card-buy__list > li {
        font-size: 1.125rem;
        line-height: 1.75rem;
        letter-spacing: 0.02813rem;
    }
    .c-card-buy__list {
        margin-bottom: 20px;
    }
    .c-card-buy-claim__box {
        max-width: inherit;
        padding: 7.5% 0;
    }
    .c-card-buy-claim__t1 {
        font-size: 2.125rem;
        line-height: 2.625rem;
    }
    .c-card-buy-claim__date {
        font-size: 1.25rem;
        letter-spacing: 0.03125rem;
    }
    .c-card-buy-claim__n2 {
        font-size: 5rem;
    }
    .c-card-buy-claim__s2b {
        font-size: 1.5rem;
        letter-spacing: 0.0375rem;
    }
    .c-card-buy-claim__s2c {
        font-weight: 300;
        font-size: 1.375rem;
    }
    .c-card-buy-claim__s2 {
        font-size: 1.5rem;
        letter-spacing: 0.0375rem;
    }
    .c-card-buy-claim__t3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .c-card-buy-claim__s3 {
        font-size: 1rem;
        line-height: 1.25rem;
        max-width: 140px;
    }
    .c-card-buy-claim__s3b {
        font-weight: 300;
        font-size: 1.375rem;
    }
    .c-card-buy-claim__n3 {
        font-size: 4.375rem;
    }
    .c-card-buy-claim__t4 {
        font-size: 1.5rem;
        letter-spacing: 0.03125rem;
        margin-bottom: 10px;
    }
    .c-card-buy-claim__s4 strong {
        font-size: 1.25rem;
    }
    .c-card-buy-claim__s4 {
        font-size: 1.5rem;
        letter-spacing: 0.03125rem;
    }
    .c-card-buy-claim__t5 .u-flex span {
        font-size: 1.375rem;
    }
    .c-card-buy-claim__cta {
        font-size: 1.25rem;
    }
    .c-card-buy-claim__s6 {
        font-size: 1.25rem;
        letter-spacing: 0.03125rem;
    }
    .c-card-buy-claim__t7 {
        font-size: 2.125rem;
        line-height: 2.25rem;
        letter-spacing: 0;
    }
    .c-card-buy-claim__s7 {
        font-size: 2.125rem;
        line-height: 2.625rem;
        max-width: 9ch;
    }
    .c-card-buy__post1 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .c-card-buy__post2 {
        font-size: 1.5rem;
        letter-spacing: 0.0375rem;
    }
    .c-card-buy__post3 {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    .c-card-loop__txt {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2,1fr);
        margin: 0 auto;
        max-width: 1250px;
    }
    .c-card-loop__title {
        text-align: left;
        font-size: 4.0625rem;
        line-height: 1;
        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__subtitle {
        text-transform: none;
        display: block;
        font-family: $font2;
        font-size: 2.8125rem;
        color: #FFF;
        width: 60%;
        line-height: 1;
        padding-top: 25px;
        -ms-grid-column: 1;
            grid-column-start: 1;
    }
    .c-card-loop__claim__brand {
        margin: -15px 0 30px 0;
        max-width: 340px;
        width: inherit;
    }
    .c-card-loop__claim__title {
        text-align: left;
        font-size: 2.25rem;
    }
    .c-card-loop__claim__time {
        font-size: 1.5rem;
        line-height: 2.25rem;
        text-align: left;
    }
    .c-card-loop__claim {
        /*border-left: 2px solid #FFF;
        text-align: left;*/
        min-height: 85vh;
    }
    .c-card-loop__cta {
        width: 275px;
        height: 54px;
        border-radius: 30px;
        font-size: 1.1rem;
        line-height: 1.2rem;
        letter-spacing: 0.0375rem;
        -ms-grid-column: 2;
            grid-column-start: 2;
        margin: 0 0 0 42px;
    }
    .c-card-loop__reto {
        -ms-grid-row: 2;
            grid-row-start: 2;
        -ms-flex-pack: start;
            justify-content: flex-start;
        font-size: 1.5rem;
    }
    .c-card-loop {
        height: 690px;
    }
    .c-card-loop:before {
        max-height: 690px;
    }
    .c-card-preface__txt > p:not(.c-card-preface__type) {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .c-card-preface__txt {
        max-width: inherit;
        margin: 0;
        padding: 40px 0 0 15px;
    }
    .c-card-preface__type {
        font-size: 1.5rem;
        line-height: 1.75rem;
        letter-spacing: 0.0375rem;
    }
    .c-card-preface__title {
        font-size: 2.125rem;
        line-height: 2.25rem;
    }
    .c-card-preface__cta {
        width: 255px;
        height: 54px;
        border-radius: 30px;
        font-size: 1.5rem;
        line-height: 1.5rem;
        letter-spacing: 0.0375rem;
        margin-top: 50px;
    }
    .c-card-preface {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 55px;
    }
.reverse{
    direction: rtl !important;
}
    .c-card-welcome__title {
        font-size: 1.875rem;
        line-height: 1.875rem;
    }
    .c-card-welcome__title, .c-card-welcome__subtitle, .c-card-welcome__nav {
        max-width: 330px;
    }
    .c-card-welcome__txt p:not(:last-child) {
        margin-bottom: 30px;
    }
    .c-card-welcome__txt {
        max-width: 330px;
        margin-bottom: 30px;
    }
    .c-card-welcome__cta {
        font-size: 0.6875rem;
        letter-spacing: 0.0625rem;
        line-height: 0.8125rem;
    }
    .c-card-welcome__signature .name {
        max-width: 330px;
    }
    .c-card-welcome__signature {
        margin-bottom: 30px;
    }
    .c-card-welcome {
        max-width: 750px;
        padding: 5% 0 5% 0;
        margin: 100px auto 100px;
    }
    .c-card-thumb {
        height: 240px;
    }
    .c-card-thumb__title {
        padding: 20px 0 100px;
        font-size: 17.5rem;
        letter-spacing: 0.03438rem;
    }
    .c-card-banner__txt {
        padding: 50px 0 0;
    }
    .c-card-banner__title {
        font-size: 5rem;
    }
    .c-card-banner__subtitle {
        font-size: 1.75rem;
    }
    .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-program__head__thumb {
        margin: 0 -10% -5%;
        max-width: 503px;
    }
    .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;
    }
    .c-partner__head__title {
        font-size: 5rem;
    }
    .c-partner__head__thumb {
        margin: -80px -10% -15%;
        max-width: 577px;
    }
    .c-live__head__title {
        font-size: 7.5rem;
    }
    .c-live__head2__title {
        font-size: 2.8125rem;
    }
    .c-live__head2__thumb {
        max-width: 204px;
    }
    .c-live__content .author {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
    .c-live__content .author .thumb {
        width: 120px;
        height: 90px;
        margin-bottom: 10px;
    }
    .c-live__content .author .txt .name {
        font-size: 0.8125rem;
        line-height: 1rem;
    }
    .c-live__content .author .txt .desc {
        font-size: 0.625rem;
        letter-spacing: 0.02813rem;
        line-height: 1rem;
    }
}
@media (min-width: 1140px) {
    .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-claim {}
    .c-card-claim__media {
        max-width: 1290px;
    }
}

@media(max-width:440px){
    .c-header__brand img {
        width: 181px;
        height: 40px;
    }

    #intro_title, #intro_subtitle{
        font-size:22px;
    }

    .c-header__options {
        display: none;
    }

    .resumen-post {
        max-width:100% !important;
        text-align: justify;
        margin-right: 0;
        max-width: 100%;
        margin-bottom:10px !important;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 2.1875rem;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .info-section{
        flex-direction:column;
    }

    .info-section > div {
        width:100%;
    }
}
@media(max-width: 767px) {
    .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;
    }
    .u-bg-transparent-xs {
        background-color: transparent;
    }
    .c-mosaic__wrap {
        -ms-grid-columns: (50%)[2];
            grid-template-columns: repeat(2, 50%);
    }
    .c-footer__links a {}
    .c-footer__links a + a {}
    .c-footer__links a + a:before {
        content: '';
        background-color: #333333;
        display: block;
        height: 12px;
        width: 1px;
        margin: 0 5px;
    }
}
@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__options-question {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: end;
            justify-content: flex-end;
        width: calc(100% - 25px);
    }
    .c-header__options-question .btn {}
    .c-header__options-question .btn:nth-child(1) {
        display: none;
    }
    .c-header__options-question .btn:nth-child(2) {
        margin-left: auto;
    }
    .c-header__options-question .btn-signin {
        margin-left: auto;
    }
    .c-header__options-question-logged {}
    .c-header__options-question-logged.open .box {
        width: calc(100% + 55px);
        margin-right: -15px;
        top: 40px;
    }
    .c-header__options-question-logged.open .box .c-user__head__txt__title, .c-header__options-question-logged.open .box .c-user__head__txt__subtitle {
        display: none;
    }
    .c-header__options-question-logged.open .box .c-user__head__thumb {
        display: none;
    }
    .c-header__options-question-logged.open .box .c-user__head__txt {
        max-width: inherit;
    }
    .c-header__options-question-logged.open .box .c-user__head__txt .c-form__button {
        margin: 0 0 30px auto;
    }
    .c-header.open {
        position: fixed;
        width: 100%;
    }
    .c-header.open .c-header__nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        position: absolute;
        top: 121px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 75px + 46px);
        background-color: #FFF;
        -ms-flex-align: stretch;
            align-items: stretch;
    }
    .c-header.open .c-header__nav a:not(.lang) {
        padding: 15px;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.5rem;
        color: #333333;
        border-top: 1px solid #000;
    }
    .c-header.open .c-header__nav .lang {
        margin-top: auto;
        color: #333333;
        font-size: 0.6875rem;
        font-weight: 600;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-left: 20px;
        width: -moz-fit-content;
        width: fit-content;
    }
    .c-header.open .c-header__nav .lang:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        margin-top: 5px;
        background-color: var(--color-corporativo-principal);
    }
    .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;
    }
}
@media (max-width: 1139px) {
    .c-brand__search__result .item {
        border-left: none;
        border-right: none;
    }
    .c-brand__search__result .item:nth-child(2n) {
        border-left: 1px solid $fus-02;
        margin-left: -10px;
        padding-left: 10px;
    }
}


.o-section-prensa {
    padding: 15px 0;
    background-color: #0097C0;
}
.o-section-prensa__link {
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    letter-spacing: 0;
}
.o-section-prensa__link__thumb svg {
    width: 45px;
    height: 45px;
}
.o-section-prensa__link__txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 15px;
}
    .o-section-prensa__link__txt strong {
        color: #FFFFFF;
        text-transform: uppercase;
    }
    .o-section-prensa__link__txt a {
        font-weight: 400;
        color: #FFFFFF;
    }
.o-section-prensa__link__txt__cta {
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    text-align: center;
    font-size: 0.6875rem;
    letter-spacing: 0.03125rem;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    height: 30px;
    max-width: 260px;
    width: 100%;
    cursor: pointer;
    transition: background-color .3s;
    text-transform: uppercase;
    margin-top: 5px;
    padding: 0 5px;
}
.o-section-prensa__link__txt__cta span {
    margin-right: 5px;
    display: block;
    white-space: nowrap;
}
.o-section-prensa__link__txt__cta svg {
    width: 10px;
    height: 10px;
}
.o-section-prensa__link__txt__cta:hover {
    background-color: rgba(255,255,255, .1);
}
@media (min-width:992px) {
    .o-section-prensa__link__thumb svg {
        width: 73px;
        height: 73px;
    }
    .o-section-prensa__link__txt strong {
        padding: 0 5px 0 15px;
    }
    .o-section-prensa__link__txt__cta svg {
        width: 20px;
        height: 20px;
    }
    .o-section-prensa__link__txt__cta {
        border: 2px solid #ffffff;
        margin-top: 0;
        font-size: 1.25rem;
        height: 50px;
        padding: 0 15px;
        margin-left: auto;
    }
    .o-section-prensa__link__txt {
        -ms-flex-direction: row;
            flex-direction: row;
        font-size: 1.5rem;
        -ms-flex-pack: start;
            justify-content: flex-start;
        width: 100%;
        max-width: 940px;
    }
}
o-section-banner {
    background: #030303;
}

.o-section-banner .o-container {
    padding: 30px 0;
}

.o-section-banner .tns-controls, .o-section-banner .tns-outer [data-action] {
    display: none;
}

@media (min:768px) {
    .o-section-banner .o-container {
        padding: 60px 0;
    }
}