﻿body {
    background-color: #fff;
}
.field-validation-error span {
    color: red !important;
    font-weight: normal;
    font-size:0.8em;
}

.swal-button {
    outline: none !important;
    cursor: pointer !important;
    color: #FFF !important;
    font-family: 'Montserrat',sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.0625rem !important;
    line-height: 0.6875rem !important;
    text-align: center !important;
    background-color: var(--color-corporativo-principal) !important;
    border-radius: 20px !important;
    height: 40px !important;
    width: 190px !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    transition: all .3s !important;
    border-color: transparent !important;
}

.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    background-color: #edf0f4;
}

.filepond--drop-label.filepond--drop-label label {
    background: #eee;
    opacity: 0.7;
    font-weight:bold;
    color:#000;
}

.filepond--root {
    width: 120px !important;
    height: 120px !important;
    background-color: #ebd8d8 !important;
    border: none !important;
}

.ajaxloader {
    width: 60px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.ajaxloader img {
    width: 30px;
    height: 30px;
    display: none;
}


.swal-modal { padding:40px;}

.c-head-blog__slash {
    background-color: #333;
}


.errorTitle {
    font-family: 'Filosofia',serif;
    text-transform: lowercase !important;
    padding-bottom: 15px !important;
}

.errorSubtitle {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 15px;
}

.error-container {
    width: 280px;
    margin: auto;
    text-align: center;
}

.errorBtn {
    font-size: 1.2em !important;
    font-weight: 500;
}

.errorImg {
    width: 70%;
    max-width: 770px;
    margin-top: -20px;
}

.errorWhite {
    min-height: 500px;
}

.errorWrapper {
    position: absolute;
    left: 0px;
    width: 100%;
    background-color: transparent;
    padding-top: 30px;
}

@media (min-width:700px) {
    .errorImg {
        width: 60%;
        max-width: 900px;
        margin-top: -170px;
    }

    .errorWhite {
        min-height: 810px;
    }

    .errorSubtitle {
        font-size: 24px;
    }

    .error-container {
        width: 400px;
    }
}

@media (min-width: 992px) {
    .c-detail__head {
        padding: 30px 30px 30px 30px;
    }
}

.c-minREM {
    min-height:300px;
}

.star, .c-detail__star {
    cursor: pointer;
}

.star {
    color: var(--color-corporativo-principal);
}

.c-talk-active .top .star {
    color: var(--color-corporativo-principal);
}

.c-brand-active .c-brand__thumb .star {
    color:var(--color-corporativo-principal);
}


.starInactive {
    color: #FFF !important;
}

.go-back {
    color: var(--color-corporativo-principal);
    font-size: 1.2em;
    font-weight: 400;
    display: inline-block;
    height: 24px;
}

.go-back svg {
    vertical-align: -0.25em;
    height: 1.2em;
}

.preview .c-live__content__video video-js .vjs-big-play-button {
    display: none !important;
}

.preview .c-live__content__video video-js .vjs-control-bar {
    display: none !important;
}

.preview .c-live__content__video video-js .videoMute {
    display: none !important;
}

.preview .c-live__content__video video-js .vjs-dock-text,
.preview .c-live__content__video video-js .vjs-dock-title,
.preview .c-live__content__video video-js .vjs-dock-description {
    display: none !important;
}

.preview .c-envivo__live__content__video video-js .vjs-big-play-button {
    display: none !important;
}
.preview .c-envivo__live__content__video video-js .vjs-control-bar {
    display: none !important;
}
.preview .c-envivo__live__content__video video-js .videoMute {
    display: none !important;
}
.preview .c-envivo__live__content__video video-js .vjs-dock-text,
.preview .c-envivo__live__content__video video-js .vjs-dock-title,
.preview .c-envivo__live__content__video video-js .vjs-dock-description {
    display: none !important;
}

.preview-auditorio.selected .c-live__content__video {
    border: 5px solid #4EBABA !important;
}
.preview-polivalente.selected .c-live__content__video {
    border: 5px solid #373397 !important;
}
.preview-wine.selected .c-live__content__video {
    border: 5px solid var(--color-corporativo-principal) !important;
}
.preview-auditorio.selected .c-live__content__title {
    background-color: #4EBABA !important;
}
.preview-polivalente.selected .c-live__content__title {
    background-color: #373397 !important;
}
.preview-wine.selected .c-live__content__title {
    background-color: var(--color-corporativo-principal) !important;
}

/******************* - HOME INTRO - *********************/
.home__intro {
    background-image: var(--background-imagen-intro-home_small);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
/*    .home__intro::after {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 130%;
        z-index: 0;
        background-color: #333333;
        opacity: 65%;
    }*/

.c-card-loop__claim__brand {
    margin: 60px 0 30px 0;
}
/******************* - HEADER - *********************/
.c-header{
    width: 100%;
}
    .c-header > .o-container {
        margin: 0;
        background-color: #0097C0;
        max-width: initial;
    }
.c-header > .o-container > .u-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    box-sizing: border-box;
}
.c-header__options_container {
    background-color: #fff;
    width:100%;
}
.c-header__options {
    background-color: #fff;
}
.c-header__options .idioma .btn, .c-header__options .idioma .btn-user {
    color: #1D1D1B;
}

.c-header__brand{
    margin: 0;
}
.c-header__brand.big {
    display: none;
}

.c-header__nav__btn:before, .c-header__nav__btn:after {
    background-color: #ffffff;
}
/***** - EDITIONS - ************/

.editions {

}

.editions.visibility {
    position: absolute;
}
.edition-link {
    margin: 0 !important;
}
.edition-link:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {


    .header-bg .editions:not(.visibility) {
        /*
        position: relative;
        right: 0;*/
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 3;
    }
    .editions.section {
        background-color: #d0d0d0;
        /*min-width:100px;
        padding:8px;
        box-sizing:border-box;*/
    }
    .position .editions {
        background-color: #f8f8f8;
    }
    .edition-link {
        margin: 0 !important;
    }
    .edition-link:hover {
        text-decoration: underline;
    }

}
@media (min-width: 992px){
    .editions {
        background-color: #002046;
        position: absolute;
        left: 0;
        top: 30px;
        padding: 10px;
    }
    .margin-correction {
        /*margin-right: -48px;*/
    }
    .header-bg .editions:not(.visibility) {
       /* top: 90px;*/
    }
}
@media (max-width:1300px) {
    .hide1300px {
        display: none;
    }
}
/******************* -  - *********************/
.c-header__nav .live:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #bb002e;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 10px;
    animation: bullet 1s infinite;
}

.c-personal__title {
    color: var(--color-corporativo-principal);
}

.c-event__icon {
    color: var(--color-corporativo-principal);
}
.c-favorites__icon {
    color: var(--color-corporativo-principal);
}
.c-favorites__number {
    color: var(--color-corporativo-principal);
}

.c-speaker__icon {
    color: var(--color-corporativo-principal);
    position: unset;
}

.c-card-speaker .top .star {
    color: var(--color-corporativo-principal);
}

.o-modal__dark {
    top: 140px;
}

/***12 ago*/
/******************* -  - *********************/

.c-card-loop:before {
    background-color: transparent;
}

.c-card-loop {
    height: auto;
}
.c-card-loop__claim {
    height: 320px;
}
.c-card-loop__claim__title {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
}

.c-card-loop__claim__title span {
    font-weight:bold;
    border-left:1px solid #fff;
    padding-left:15px;
    margin-left:10px;
}

.c-card-loop__claim__subtitle {
    font-size: 21px;
  /*  max-width: 504px;*/
    letter-spacing: 0px;
    margin: 10px auto;
    font-weight:500;
    color: #fff;
}

.c-card-loop__claim__subtitle span {
    color: var(--color-corporativo-principal);
}

.c-card-loop__cta {
    color:#333333;
}
/******************* -  - *********************/

.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;
}

.o-modal {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 1050px;
    margin: 0 auto;
}
.o-modal__head {
    position: relative;
    padding: 15px 20px;
}
.o-modal__head__title {
    color: #3C828C;
    font-size: 1rem;
    padding-right: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
}
.o-modal__head__subtitle {
    color: #3C828C;
    font-weight: 600;
    letter-spacing: 0.06625rem;
    line-height: 0.625rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.5rem;
}
.o-modal__close {
    position: absolute;
    top: 0;
    right: 0;
}
.o-modal__nav {
    padding: 0 0 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
}
.o-modal__event {
    overflow: visible;
}
.o-modal__magazine {
    overflow: visible;
}
.o-modal__dark {
    background-color: rgba(51,51,51,0.65);
    box-shadow: 2px 2px 20px 0 rgba(180,150,130,0.1);
    max-width: inherit;
    height: 100vh;
    top: 180px;
    z-index: 4;
    overflow: hidden;
    position: fixed;
}
.o-modal__dark .o-modal__close {
    top: 15px;
}
.o-modal__dark .o-modal__head {
    margin: 0 auto;
    padding: 5% 0 0;
    width: 90%;
}
.o-modal__dark .o-modal__head .o-modal__close {
    color: #FFF;
}
.o-modal__dark .o-modal__content {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}
.o-modal__dark .o-modal__content .c-form-login {
    margin: 0 auto;
    max-width: 750px;
}
.o-modal__dark.close {
    display: none;
}
/******************* - HOME CARRUSEL - *********************/
.intro-carrusel__container {
    z-index: 2;
}
.carrusel__container {
    transform: translateY(50%);
}
main.content > section.o-section > div.u-bg-white{
    padding-top: 30%;
}
/******************* - HOME DESDE - *********************/

.c-card-preface__thumb__item.small{
    display: initial;
}
.c-card-preface__thumb__item.big{
    display: none;
}

/******************* - HOME PONENTES - *********************/
.o-section-program:not(.u-bg-white) {
    background: #EDF1F3;
}
/******************* - HOME NEWS - *********************/

/*.o-section-magazine:not(.u-bg-white) {
    background: #002046;
}*/

/******************* - Título: PONENTES, PROGRAMA y NEWS - *********************/
.o-section-magazine > .o-container{
    padding-top: 20px;
}
.o-section-program > .o-container{
    padding: 0 0 25px; 
}
.c-program__head {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    z-index: 0;
    position: relative;
}
.c-program__head__title {
    margin: auto;
    font-weight: bold;
    font-size: 1.5625rem;
}
@media (min-width: 768px){
    .c-program__head{
        padding: 30px 0;
    }
    .c-program__head__title {
        font-size: 3.125rem;
    }
}
/******************* - Fondos secciones - *********************/
.o-section-program.u-bg-white, .o-section-magazine.u-bg-white {
    background-color: #FFF;
}
/******************* - FOOTER - *********************/
.c-footer__thumb.small {
    display: initial;
}

.c-footer__thumb.big {
    display: none;
}
.c-footer__thumb {
    margin: 35px auto 25px;
}
.c-footer__brand {
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: 135px;
}
.c-footer__org {
    margin-top: auto;
    margin-bottom: 30px;
}
.c-footer__medium {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-footer__companies {
    display: flex;
    justify-content: center;
}
.c-footer__companies > img {
    max-width: 200px;
}

/******************* - MEDIAQUERIES - *********************/

@media (min-width: 768px) {
    .c-form__button {
        font-size: 1.2rem;
    }

    .o-section-signin p {
        font-size: 0.6875rem;
        line-height: 1.1rem;
    }
    .c-footer__thumb{
        max-width: 475px;
        margin: 0;
    }
    .c-footer__top > div {
        justify-content: space-between;
    }

    .c-footer__brand {
        margin: 0;
        transform: translateX(0);
        max-width: 290px;
    }
    .c-footer__medium{
        align-items: center;
    }
    .c-footer__companies > img {
        max-width: 385px;
    }

/* CARRUSEL */
    main.content > section.o-section > div.u-bg-white {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

.header-bg {
    background-color:#FFF;
}

@media (min-width:992px) {
    .c-form__button:hover {
        background-color: var(--color-corporativo-secundario-hover);
    }
    .c-header__options .btn-signin:hover {
        background-color: var(--color-corporativo-principal-hover);
    }
    /* HEADER */
    .home__intro {
        background-image: var(--background-imagen-intro-home_big);
    }
    .c-header > .o-container {
        background-color: transparent;
    }
    .c-header > .o-container > .u-flex {
        grid-template-columns: 0.5fr 6fr;
    }
    .c-header__nav{
        justify-content: flex-end;
    }
    .c-header__nav a {
        color: #FFFFFF;
    }
    .c-header__options{
        padding: 0 30px;
        margin: auto;
    }
    .c-header__brand.big {
        display: initial;
    }
    .c-header__brand.small{
        display: none;
    }
    .c-header__brand{
        width: fit-content;
    }
    .c-header__brand a {
        width: fit-content;
    }
    .c-card-loop {
        height: 570px;
    }
    .c-card-loop__claim{
        height: 600px;
        min-height: initial;
    }
    .c-card-loop__claim__brand {
        margin: 0px 0 30px 0;
    }

    .c-card-loop__claim__title {
        font-size: 36px;
    }

    .c-card-loop__claim__subtitle {
        font-size: 26px;
       /* max-width: 504px;*/
        /*margin: 10px 0;*/
    }
    .c-card-loop__cta {
        /*margin: 20px 0px;*/
        margin: auto;
    }
    .gallery {
        background-color: #fff;
    }
    .intro-carrusel__container {
        min-height: 700px;
    }
    .carrusel__container {
        transform: translateY(0);
    }

    .c-header__nav a:nth-child(8) {
        margin-left: 15px;
    }
/* HOME DESDE */

    .c-card-preface__thumb__item.big {
        display: initial;
        opacity: 1;
    }

    .c-card-preface__thumb__item.small {
        display: none;
    }


/* HOME PONENTES */

    .o-section-program:not(.u-bg-white) {
        /*background: #EDF1F3 var(--background-imagen-ponentes-home_big) no-repeat top left;
        background-size: auto;*/
    }
/* HOME NEWS */

    /*.o-section-magazine:not(.u-bg-white) {*/
   /*     background: #002046 var(--background-imagen-news-home_big) no-repeat bottom right;
        background-size: 970px 905px;*/
        /*background-image: url('../img/bg/BG_News.png');
    }*/
/* FOOTER */
    .c-footer__thumb.small{
        display: none;
    }
    .c-footer__thumb.big{
        display: initial;
    }
    .c-footer__medium {
        align-items: flex-end;
    }

    .c-footer__companies > img {
        max-width: 370px;
        margin-right: 80px;
    }
/* MODAL */
    .o-modal__head__title {
        font-size: 1.5rem;
    }

    .o-modal__head__subtitle {
        font-size: 0.6875rem;
        line-height: 0.8125rem;
    }

    .o-modal__dark .o-modal__head {
        width: 100%;
        padding: 0 0 0;
        max-width: 810px;
    }
}



.visibility{
    visibility: hidden;
}

.hidden{
    display: none !important;
}