﻿
.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: #f37447 !important;
    border-radius: 0px !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: #00504e;
}

.titleMag {
    color: #00504e !important;
}

.c-detail__type {
    color: #00504e;
}

.c-detail__related__title {
    color: #333;
}

.btn-signin {
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 0.45px;
}

.c-head-blog__title {
    color: #00504e !important;
}

.magTitle {
    color: #00504e !important;
    font-family: 'Montserrat',sans-serif;
}
.magType {
    color: #333333 !important;
    font-family: 'Montserrat',sans-serif;
    font-weight:600;
}
.magSubtitle {
    color: #333333 !important;
    font-family: 'Montserrat',sans-serif;
}
.intMagTitle {
    color: #333333 !important;
    font-family: 'Montserrat',sans-serif;
}
.intMagSubtitle {
    color: #333333 !important;
    font-family: 'Montserrat',sans-serif;
    font-weight:400;
}
.intMagDetail {
    color: #333333 !important;
    font-family: 'Montserrat',sans-serif;
    font-weight:300;
}

@media (min-width:900px) {
    .c-card-article-type-1 .magTitle {
        font-size: 34px;
        line-height: 36px;
    }
    .c-card-article-type-1 .magSubtitle {
        font-size: 20px;
        line-height: 28px;
    }
    .c-card-article-type-2 .magTitle, .c-card-article-type-3 .magTitle {
        font-size: 20px;
        line-height: 28px;
    }
    .c-card-article-type-2 .magSubtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .intMagTitle {
        font-size: 30px;
        line-height: 32px;
    }
    .intMagSubtitle {
        font-size: 24px;
        line-height: 28px;
    }
    .intMagDetail {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (min-width:768px) {
    .c-detail__related__wrap::-webkit-scrollbar-thumb {
        background-color: #00504e !important;
    }
}

.c-detail__related__wrap .item:before {
    color: #00504e !important;
}


.c-header__nav__btn:before {    
    background-color: #000000;
}

.c-header__nav__btn:after {
    background-color: #000000;
}

@media (min-width: 992px) {
    .o-section-prensa__link__txt {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) {
    .c-card-preface__txt > p:not(.c-card-preface__type) {
        font-size: 1.1rem;
        line-height: 1.7rem;
    }
}

.u-bg-grey {
    background-color: #F8F8F8;
}

.o-section-magazine .u-bg-grey {
    background: #F8F8F8 url(../img/bg/magazine.svg) repeat-y top center;
}

.c-detail__share .c-icon {
    background-color: #F6AD32 !important;
}

.u-color-gas-13 {
    color: #00504e !important;
    font-family: 'Montserrat',sans-serif;
}

.u-color-gas-03 {
    color: #333333 !important;
    font-family: 'Montserrat',sans-serif;
}

.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: #00504e;
}

.c-talk-active .top .star {
    color: #00504e;
}

.c-brand-active .c-brand__thumb .star {
    color:#00504e;
}


.starInactive {
    color: #FFF !important;
}

.go-back {
    color: #00504e;
    font-size: 1.2em;
    font-weight: 400;
    display: inline-block;
    height: 24px;
}

.go-back svg {
    vertical-align: -0.25em;
    height: 1.2em;
}

.comidaimpagable-1 {
    font-size: 1.7rem;
    color: #fff;
    font-family: 'Montserrat';
    margin-top: 40px;
    vertical-align: middle;
    line-height: 2rem;
    text-transform: none;
}

@media (max-width:728px) {
    .comidaimpagable-1 {
        display: none;
    }
}

.comidaimpagable-2 {
    font-size: 0.9rem;
    color: #fff;
    font-family: 'Montserrat';
    margin-top: 20px;
    vertical-align: middle;
    line-height: 1.2rem;
    width: 100%;
    text-align: center;
    text-transform: none;
}

@media (min-width:728px) {
    .comidaimpagable-2 {
        display: none;
    }
}

.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 #00504e !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: #00504e !important;
}


.MF21SQNE28Y35AUDITORIO {
    background-color: #4EBABA !important;
}

.MF21SQNE28Y35POLIVALENTE {
    background-color: #373397 !important;
}

.MF21SQNE28Y35WINE {
    background-color: #00504e !important;
}


.c-header__nav .live:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #f37447;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 10px;
    animation: bullet 1s infinite;
}

.c-personal__title {
    color: #00504e;
}

.c-event__icon {
    color: #00504e;
}
.c-favorites__icon {
    color: #00504e;
}
.c-favorites__number {
    color: #00504e;
}

.c-speaker__icon {
    color: #00504e;
    position: unset;
}

.c-card-speaker .top .star {
    color: #00504e;
}

.o-modal__dark {
    top: 140px;
}


.c-card-buy__dto {
    width: 120px;
    font-weight: 500;
    border-radius: 30px;
    font-size: 0.9rem;
    line-height: 1.5rem;
    letter-spacing: 0.0375rem;
    color: #15333C;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    display: inline-block;
    border: 1px solid #15333C;
}

.c-card-buy_dto_txt {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.43;
    color: #364453;
    font-weight: 500;
    margin-bottom: 10px;
}

.c-price_dto {
    color: red;
    font-size: 0.9rem;
    text-decoration: line-through;
    text-align: center;
}

@media (max-width:600px) {
    .c-card-buy__dto {
        margin: 0 auto;
        margin-top: 10px;
        display: block;
    }
}