﻿html, body {}
body {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #333333;
    background-color: #f6f3f1;
    overflow-x: hidden
}
::-moz-selection {
    color: #FFF;
    background: #333333
}
::selection {
    color: #FFF;
    background: #333333
}
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: #030303
}
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
}
@font-face {
    font-family: 'Filosofia';
    src: url('../fonts/FilosofiaUnicase.woff2') format('woff2'),
  url('../fonts/FilosofiaUnicase.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
@media print {
    .c-header {
        background-color: #FFF
    }
    .c-header .o-container {
        height: 75px
    }
    .c-header:not(.c-header-expo) {
        position: sticky;
        top: 0;
        z-index: 5
    }
    .c-header__nav {
        display: none
    }
    .c-header__nav__btn {
        color: #030303;
        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: #194146
    }
    .c-header__nav__btn:after {
        content: '';
        height: 2px;
        width: 100%;
        display: block;
        bottom: 0;
        left: 0;
        position: absolute;
        background-color: #194146
    }
    .c-header__brand {
        margin-right: 15px;
        display: none
    }
    .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: rgba(180,150,130,0.5)
    }
    .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: #F6AD32;
        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.625rem;
        font-weight: 700;
        letter-spacing: 0.0625rem;
        line-height: 0.6875rem;
        text-align: center;
        background-color: #F6AD32;
        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
    }
    .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: 30px;
        right: 0;
        width: 100%;
        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
    }
    .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: #F6AD32;
        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: #F6AD32;
        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-header-black {
        background-color: #030303
    }
    .c-header-black .c-header__nav a {
        color: #FFF
    }
    .c-header-black .c-header__nav__btn {}
    .c-header-black .c-header__nav__btn:before, .c-header-black .c-header__nav__btn:after {
        background-color: #FFF
    }
    .c-header-black .c-header__brand {
        filter: grayscale(100%)
    }
    .c-header-black .c-header__brand img {
        filter: saturate(100)
    }
    .c-header-black .c-header__options .btn-user, .c-header-black .c-header__options .btn {
        color: #FFF
    }
    .c-header-black .c-header__options .btn-signin {
        background-color: #05DCDC;
        color: #030303
    }
    .c-header-expo {
        background-color: transparent;
        z-index: 5;
        position: relative
    }
    .c-header-expo .u-flex {
        -ms-flex-pack: center;
            justify-content: center;
        position: sticky;
        top: 0;
        max-width: 90%;
        margin: 10px auto 0
    }
    .c-header-expo__back {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 30px;
        height: 30px;
        overflow: hidden;
        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: #05DCDC
    }
    .c-header-expo__back span {
        display: none
    }
    .c-header-expo__back svg {
        width: 30px;
        height: 30px
    }
    .c-header-expo__category {
        color: #19BECD;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.09625rem;
        line-height: 1.25rem;
        text-transform: uppercase;
        width: 230px
    }
    .c-header-expo__brand {
        width: 60px
    }
    .c-header-expo__brand a {
        width: 60px;
        display: block
    }
    .c-header-expo__name {
        color: #FFF;
        font-size: 1.25rem;
        font-weight: 600;
        letter-spacing: 0.04188rem;
        line-height: 3.125rem;
        text-align: center;
        text-transform: uppercase;
        margin: auto
    }
    .c-header-expo__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
    }
    .c-header-expo__nav__item {
        height: 30px;
        width: 90px;
        border-radius: 20px;
        background-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;
        color: #000;
        margin-right: 20px;
        font-size: 0.625rem;
        font-weight: 700;
        letter-spacing: 0.05188rem;
        line-height: 0.6875rem;
        text-align: center
    }
    .c-header-expo__close {}
    .c-header-subsection {
        background-color: #f6f3f1
    }
    .c-header-subsection .o-container {
        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-header-subsection__group {
        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-header-subsection__group.group-1 .c-subhead-blog {}
    .c-header-subsection__group.group-1 .c-subhead-blog:after {
        display: none
    }
    .c-header-subsection__group.group-2 {
        margin-left: auto
    }
    .c-header-subsection__group.group-2 .c-subhead-blog a {
        color: #DCC4A5
    }
    .c-header-subsection__group.group-2 .c-subhead-blog a:before {
        background-color: #DCC4A5;
        opacity: .3
    }
    .c-header-subsection__group.group-2 .c-subhead-blog a.current {
        color: #13516c
    }
    .c-header-subsection__group.group-2 .c-subhead-blog:after {
        background-color: #DCC4A5;
        opacity: .3
    }
    .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: 'Filosofia',serif;
        font-size: 2.5rem;
        letter-spacing: 0;
        line-height: 1;
        color: #333
    }
    .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: #333333;
        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 {}
    .c-program__filter__title {
        font-size: 1rem;
        line-height: 1.125rem;
        font-weight: bold;
        letter-spacing: 0.025rem;
        color: #333333;
        text-transform: uppercase;
        border-bottom: 2px solid #333333;
        margin-bottom: 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__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: #F6AD32;
        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 rgba(180,150,130,0.5);
        border-right: 1px solid rgba(180,150,130,0.5);
        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 rgba(180,150,130,0.5)
    }
    .c-program__item__content .c-talk .top .type {
        color: rgba(180,150,130,0.5)
    }
    .c-program__item.track-1 .c-program__item__info {
        background-color: #4EBABA
    }
    .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__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 rgba(180,150,130,0.5);
        border-right: 1px solid rgba(180,150,130,0.5);
        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 rgba(180,150,130,0.5)
    }
    .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: #F6AD32;
        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-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: rgba(180,150,130,0.5);
        font-family: 'Montserrat',sans-serif;
        font-size: 0.5rem;
        font-weight: 600;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
        text-transform: uppercase
    }
    .c-talk .top .star {
        color: rgba(180,150,130,0.5);
        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: #333333;
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.01563rem;
        line-height: 0.9375rem
    }
    .c-talk .middle .speaker {
        margin-bottom: 7px
    }
    .c-talk .middle .speaker h2 {
        font-family: 'Montserrat',sans-serif;
        color: #333333;
        font-size: 0.75rem;
        font-weight: 400
    }
    .c-talk .middle .speaker p {
        font-family: 'Montserrat',sans-serif;
        color: #333333;
        font-size: 0.75rem;
        font-weight: 200
    }
    .c-talk .middle .duration {
        color: rgba(180,150,130,0.5);
        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: #464646;
        font-family: 'Montserrat',sans-serif;
        font-size: 0.6875rem;
        font-weight: 600;
        letter-spacing: 0.06625rem;
        line-height: 0.8125rem;
        display: block;
        width: -webkit-max-content;
        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: rgba(180,150,130,0.5)
    }
    .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-talk .top .star {
        display: none
    }
    .o-tab input[type="radio"], .o-tab__nav {
        display: none
    }
    .c-program__sidebar {
        display: none
    }
    .c-header, .c-header:not(.c-header-expo) {
        position: relative;
        top: inherit
    }
    .c-header__options, .c-header__nav__btn, .c-header:not(.c-header-expo)__options, .c-header:not(.c-header-expo)__nav__btn {
        display: none !important
    }
    .c-header__brand, .c-header:not(.c-header-expo)__brand {
        display: block;
        margin: 0
    }
    .c-header {}
    .c-header__brand {
        display: block;
        width: 260px
    }
    .c-header__nav {
        display: none
    }
    .c-header__options {
        display: none
    }
    .c-header__nav__btn {
        display: none;
        color: #FFF
    }
    .content {
        padding: 10pt;
        background-color: #FFF
    }
    .o-section {}
    .o-section-prensa {
        display: none
    }
    .c-footer, .c-program__print {
        display: none
    }
}



.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: #333333;
    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: #333333;
    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: rgba(180,150,130,0.5);
}
.c-program__filter__item.track-7 span {
    border: 1px solid rgba(180,150,130,0.5);
}
.c-program__filter__item.track-7.selected span {
    background-color: rgba(180,150,130,0.5);
}
.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;
}


.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: 33%;
}
.o-tab #option-3:checked ~ .o-tab__nav:after {
    left: 66%;
}
.o-tab #option-1:checked ~ .o-tab__nav label[for="option-1"], .o-tab #option-2:checked ~ .o-tab__nav label[for="option-2"], .o-tab #option-3:checked ~ .o-tab__nav label[for="option-3"] {
    color: #333;
}
.o-tab #option-1:checked ~ .o-tab__nav label[for="option-1"] span, .o-tab #option-2:checked ~ .o-tab__nav label[for="option-2"] span, .o-tab #option-3:checked ~ .o-tab__nav label[for="option-3"] span {
    color: #000;
}
.o-tab #option-1:checked ~ .o-tab__content > div:nth-child(1), .o-tab #option-2:checked ~ .o-tab__content > div:nth-child(2), .o-tab #option-3:checked ~ .o-tab__content > div:nth-child(3) {
    visibility: visible;
    height: auto;
    opacity: 1;
}
.o-tab__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 2px solid rgba(180,150,130,0.5);
    position: relative;
}
.o-tab__nav label {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0;
    color: #33333380;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
    width: 50%;
    text-align: center;
    padding-bottom: 10px;
}
.o-tab__nav label span {
    display: block;
    font-weight: 600;
}
.o-tab__nav:after {
    content: '';
    height: 8px;
    border-radius: 4px;
    display: block;
    width: 33%;
    background-color: #00A5C1;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: left .3s cubic-bezier(0, 0, 0.2, 1);
}
.o-tab__content {
    padding: 30px 0 0;
}
.o-tab__content > div {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s ease-out;
}

.c-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: #F6AD32;
    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 rgba(180,150,130,0.5);
    border-right: 1px solid rgba(180,150,130,0.5);
    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 rgba(180,150,130,0.5);
}
.c-program__item__content .c-talk .top .type {
    color: rgba(180,150,130,0.5);
}
.c-program__item.track-1 .c-program__item__info {
    background-color: #4EBABA;
}
.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: rgba(180,150,130,0.5);
}
.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 rgba(180,150,130,0.5);
    border-right: 1px solid rgba(180,150,130,0.5);
    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 rgba(180,150,130,0.5);
}
.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: #F6AD32;
    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;
}
@media (min-width:768px) {
    .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 {
        color: rgba(180,150,130,0.5);
        font-size: 1rem;
        letter-spacing: 0.09625rem;
        line-height: 1.25rem;
        -ms-grid-row-span: 1;
        -ms-grid-row: 1;
            grid-row: 1 / span 1;
    }
    .c-detail__share .c-icon {
        width: 45px;
        height: 45px;
    }
    .c-detail__promo .type {
        font-size: 1.875rem;
        letter-spacing: 0.18rem;
        line-height: 2.3125rem;
    }
    .c-detail__promo .event {
        font-size: 1.25rem;
        font-weight: 500;
        letter-spacing: 0.03125rem;
        line-height: 1.5rem;
    }
    .c-detail__name {
        display: block;
        position: absolute;
        top: 0;
        right: -200px;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
        font-size: 12.5rem;
        font-weight: 600;
        line-height: 12.5rem;
        text-transform: uppercase;
        opacity: 0.1;
        color: #B49682;
        white-space: nowrap;
    }
    .c-detail__related {
        position: relative;
        margin: 10% 0;
        transform: scale(1.12);
    }
    .c-detail__related__title {
        font-size: 1.5rem;
        padding: 5% 0;
        margin-bottom: calc(-20% + 48px);
        z-index: 2;
        position: relative;
    }
    .c-detail__related__wrap {
        z-index: 1;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 0;
        width: 100%;
        max-width: 1050px;
        box-sizing: border-box;
    }
    .c-detail__related__wrap .item {
        margin: 180px 5% 180px 120px;
        max-width: calc(50% - 204px) !important;
        width: 100%;
        padding: 0 15px;
        -ms-flex: none;
            flex: none;
        position: relative;
    }
    .c-detail__related__wrap .item:before {
        height: 180px;
        width: 180px;
        top: -180px;
        left: -118px;
    }
    .c-detail__related__wrap .item:first-child {
        margin-left: 120px !important;
    }
    .c-detail__related__wrap .item:nth-child(2n) {
        margin: 180px 120px 180px 5%;
    }
    .c-detail__related__wrap .item:nth-child(2n):before {
        bottom: -180px;
        right: -118px;
    }
    .c-detail__related__wrap::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .c-detail__related__wrap::-webkit-scrollbar-track {
        background-color: #FFF;
    }
    .c-detail__related__wrap::-webkit-scrollbar-thumb {
        border-radius: 2.5px;
        background-color: #19BECD;
        width: 5px;
        height: 5px;
        display: block;
    }
    .c-detail__related:before {
        content: '';
        background-color: #FFF;
        margin: 0 auto;
        width: calc(100% - 120px);
        height: calc(100% - 90px);
        position: absolute;
        top: 20px;
        left: 60px;
    }
    .c-detail__title {
        font-size: 1.875rem;
        line-height: 2.5rem;
        -ms-grid-row: 1;
            grid-row-start: 1;
        -ms-grid-column-span: 1;
        -ms-grid-column: 2;
            grid-column: 2 / span 1;
    }
    .c-detail__star {
        height: 30px;
        width: 30px;
        -ms-grid-column: 3;
            grid-column-start: 3;
    }
    .c-detail__subtitle {
        font-size: 1.375rem;
        line-height: 2.25rem;
    }
    .c-detail__aside {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: end;
            align-items: flex-end;
    }
    .c-detail__aside .c-event {
        border-left: none;
        -ms-flex-align: start;
            align-items: flex-start;
    }
    .c-detail__aside .c-event__txt {
        -ms-flex-align: start;
            align-items: flex-start;
    }
    .c-detail__aside .c-event__txt > * {
        text-align: left;
    }
    .c-detail__aside .c-event__icon {
        right: 0;
    }
    .c-detail__aside-t3 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: end;
            align-items: flex-end;
    }
    .c-detail__product-card__top .type {
        font-size: 0.6875rem;
    }
    .c-detail__product-card__top .star {
        width: 30px;
        height: 30px;
    }
    .c-detail__txt > p {
        font-size: 1rem;
        line-height: 2rem;
    }
    .c-detail__txt > h2, .c-detail__txt > h3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .c-detail-speaker .c-detail__head .c-detail__title, .c-detail-speaker .c-detail__head .c-detail__subtitle {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
    .c-detail-speaker .c-box__nav {
        -ms-flex-direction: column;
            flex-direction: column;
        overflow-x: inherit;
    }
    .c-detail-speaker .c-box__nav a {}
    .c-detail-speaker .c-box__nav a + a {
        margin-top: 5px;
        margin-left: 0;
    }
    .c-detail-speaker .c-box {
        width: 120px;
        margin-bottom: 60px;
    }
    .o-section-program__title {
        font-size: 1.5rem;
    }
    .o-section-program__title span {
        font-size: 4.375rem;
    }
    .o-section-program__subtitle {
        max-width: 680px;
        font-size: 1.25rem;
    }
    .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: rgba(180,150,130,0.1);
    }
    .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 {}
}
@media (min-width:992px) {
    .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/programa.svg) repeat-y top center;
    }*/
}