@font-face {
    font-family: "Roobert";
    src: url("../fonts/Roobert-Regular.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
    font-weight: 400
}

@font-face {
    font-family: "Roobert";
    src: url("../fonts/Roobert-Medium.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
    font-weight: 500
}

@font-face {
    font-family: "Roobert";
    src: url("../fonts/Roobert-Bold.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
    font-weight: 700
}

@font-face {
    font-family: "Roobert-fallback";
    size-adjust: 99.5%;
    ascent-override: 94%;
    src: local("Arial");
    letter-spacing: 9px
}

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    margin: 0
}

body {
    -webkit-font-smoothing: antialiased;
    font: 1em/1 "Roobert", "Roobert-fallback", sans-serif
}
img{
    display: inline-block;
    vertical-align: middle;
}

.bg-site{
    background-color: #FFFCEE;

}
.bg-rpp{
    background-color: #FFE000;
}

.border-site, .news--boxed .news__data{
    /* border-color: #C89D5133; */
    border-color: #cccccc60!important;
}
.footer__socials{
   background: #202F3A;
   border-top: 1px solid #C89D5133;

}
.btn-more{
    position: absolute;
    right: 0;
    padding: 5px 7px 5px 14px;
    /* border: 2px solid #ccc;
    border-radius: 35px; */
    /* font-weight: 500; */
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.footer__socials-title{
    color: #FFFFFF80;
}
.footer{
    background-color: #283843;
}

.title-section{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #00000080;
    margin-bottom: 20px;
    position: relative;
}


.title-section.text-white{
    color: #fff!important;
}
.title-section__big{
    font-size: 20px;
}
.container-site{
    max-width: 1357px;
}
.news__media {
    position: relative
}

.news__media .news__circle_play {
    position: absolute;
    font-size: 21px;
    background: #ffe000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    left: 10px;
    bottom: 12px
}

.news__image {
    position: relative;
    display: block
}

.news__image img,.news__image video {
    border-radius: 6px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover
}

.news__image--fade .button__text__number {
    display: none
}

.news__image--fade .button__text:before {
    display: inline;
    content: "1";
    -webkit-animation: counter-slide 10s infinite;
    animation: counter-slide 10s infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.news__image--fade img:nth-child(3) {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-animation: fadeSlideIn 10s infinite;
    animation: fadeSlideIn 10s infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0
}

@-webkit-keyframes fadeSlideIn {
    0% {
        opacity: 0
    }

    7% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    54% {
        opacity: 1
    }

    57% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeSlideIn {
    0% {
        opacity: 0
    }

    7% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    54% {
        opacity: 1
    }

    57% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeSlideOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeSlideOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.news--gallery {
    position: relative
}

.news--gallery .news__data .news__icon-gallery {
    display: none
}

.news--gallery .news__title {
    line-height: 1.2
}

.news__image-fade img {
    aspect-ratio: 94/57
}

.news__image-fade img:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-animation: fade-slide 15s infinite;
    animation: fade-slide 15s infinite;
    left: 0
}

.news__image-fade img:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: fade-slide 15s infinite;
    animation: fade-slide 15s infinite
}

.news__image-fade img:nth-child(2) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.news__image-fade img:nth-child(3) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.news__icon-gallery {
    background: #ffe000;
    border-radius: 30px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: #000;
    font-weight: 800;
    font-size: 18px;
    padding: 4px 9px;
    left: 10px;
    bottom: 10px;
    position: absolute
}

.news__caption {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
    color: #666
}

@media(min-width: 768px) {
    .news__caption {
        font-weight:400
    }
}

.news__caption span {
    color: #2b2b2b
}

@media(min-width: 768px) {
    .news__caption span {
        color:#666;
        margin-left: 2px;
        padding-left: 5px;
        border-left: 1px solid #666
    }
}

.news__ranking {
    font-weight: 700;
    font-size: 33px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 8px;
    text-shadow: rgba(60,64,67,.3) 0 1px 2px,rgba(60,64,67,.2) 0 2px 6px;
    pointer-events: none
}

.news__icon {
    position: absolute;
    bottom: 5px;
    left: 5px;
    pointer-events: none;
    font-size: 25px;
    color: #ffe000
}

.news__icon--images {
    background-color: #ffe000;
    color: #000;
    padding: 2px 8px;
    border-radius: 20px;
    display: flex;
    gap: 5px;
    align-items: center
}

.news__icon--r-b {
    left: inherit;
    right: 15px;
    bottom: 15px;
    position: absolute
}

.news__icon-counter {
    font-weight: 700;
    font-size: 18px
}

.news__icon--md {
    bottom: 10px;
    left: 10px
}

@media(min-width: 768px) {
    .news__icon--md {
        bottom:20px;
        left: 20px
    }
}

.news__icon--xl {
    bottom: calc(50% - 33px);
    left: calc(50% - 33px);
    font-size: 66px;
    color: var(--bg-base, #FFE000)
}

.news__podcast-tag {
    background: #00ff90;
    color: #3d3d3d;
    border-bottom-left-radius: 8px;
    position: absolute;
    padding: 3px 5px;
    right: 0;
    font-size: 13px;
    font-weight: 600;
    top: 0
}

.news__data {
    padding: 6px 0 15px 0
}

@media(min-width: 768px) {
    .news__data {
        padding:10px 0 15px 0
    }
}

.news__data .news__media {
    margin-top: 15px
}


.news__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    color: #2b2b2b;
    transition: color .25s;
    overflow-wrap: anywhere
}

.news__title:hover {
    opacity: .8
}

.news__episode {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #666;
    margin-top: 15px;
    display: block
}

.news__excerpt {
    font-size: 18px;
    line-height: 22px;
    color: #2b2b2b;
    margin-top: 15px
}

.news__info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px
}

.news__author,.news__date {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #666
}

.news__author a {
    transition: border .25s;
    color: #2b2b2b;
    font-weight: 700;
    border-bottom: 2px solid rgba(0,0,0,0)
}

.news__author a:hover {
    border-bottom-color: #2b2b2b
}

.news__author+.news__date:before {
    content: "·";
    display: inline-block;
    margin: 0 7px
}

.news .button {
    margin-top: 15px
}

.news[class*="--size"] .news__media {
    flex-shrink: 0;
    flex-basis: initial
}

.news--boxed {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.news--boxed .news__image img {
    border-radius: 6px 6px 0 0
}

.news--boxed .news__data {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 6px 6px;
    flex: 1;
        border: 1px solid #C89D5133;
    border-top: 0;
}

@media(min-width: 1000px) {
    body:not(.skin) .news--gallery .news__data {
        position:absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        width: 100%;
        padding: 20px 40px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        pointer-events: none;
        border-radius: 0 0 6px 6px
    }

    body:not(.skin) .news--gallery .news__data * {
        pointer-events: auto
    }

    body:not(.skin) .news--gallery .news__data .news__title {
        color: #fff
    }

    body:not(.skin) .news--gallery .news__data .news__icon-gallery {
        position: static;
        pointer-events: none
    }

    body:not(.skin) .news--gallery figure .news__icon-gallery {
        display: none
    }

    body:not(.skin) .news--gallery .news__data .news__icon-gallery {
        display: inline-flex
    }

    .news--gallery .news__title {
        font-size: 34px;
        margin-bottom: 10px
    }
}

.news--summary {
    display: flex;
    gap: 20px
}

.news--summary .news__media {
    width: 49%;
    flex: 0 0 49%
}

@media(min-width: 768px) {
    .news--summary .news__media {
        max-width:320px
    }
    .separator-border-l0{
        position: relative;
    }
    .separator-border-l0:before{
        position: absolute;
        right: -12px;
        top: 0;
        height: 100%;
        display: block;
        content: "";
        border-right: 1px solid #C89D5133;

    }
}

.news--summary .news__data {
    padding: 0;
    line-height: 0;
    width: 100%
}

.news--summary.news--invert {
    justify-content: space-between
}

.news--summary.news--alignitems-end {
    align-items: flex-end
}

@media(min-width: 768px) {
    .news--summary-onlydesktop {
        display:flex;
        gap: 20px
    }

    .news--summary-onlydesktop .news__media {
        width: 49%;
        flex: 0 0 49%
    }
}

@media(min-width: 768px)and (min-width: 768px) {
    .news--summary-onlydesktop .news__media {
        max-width:320px
    }
}

@media(min-width: 768px) {
    .news--summary-onlydesktop .news__data {
        padding:0;
        line-height: 0;
        width: 100%
    }

    .news--summary-onlydesktop.news--invert {
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .news--summary-onlydesktop.news--alignitems-end {
        align-items: flex-end
    }
}

@media(max-width: 767px) {
    .news--summary-onlymobile {
        display:flex;
        gap: 20px
    }

    .news--summary-onlymobile .news__media {
        width: 49%;
        flex: 0 0 49%
    }
}

@media(max-width: 767px)and (min-width: 768px) {
    .news--summary-onlymobile .news__media {
        max-width:320px
    }
}

@media(max-width: 767px) {
    .news--summary-onlymobile .news__data {
        padding:0;
        line-height: 0;
        width: 100%
    }

    .news--summary-onlymobile.news--invert {
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .news--summary-onlymobile.news--alignitems-end {
        align-items: flex-end
    }

    .news--summary-onlymobile .news__title {
        font-size: 14px;
        line-height: 17px
    }
}


.news--featured {
    padding-bottom: 15px;
    margin-bottom: 15px
}

@media(min-width: 768px) {
    .news--featured {
        padding-bottom:20px;
        margin-bottom: 0
    }
}

.news--featured .news__data {
    padding: 0
}

.news--featured .news__tag {
    font-size: 15px;
    line-height: 18px;
    border-bottom-width: 2px
}

.news--featured .news__title {
    font-size: 26px;
    line-height: 29px;
    color: #2b2b2b
}

@media(min-width: 768px) {
    .news--featured .news__title {
        font-size:39px;
        line-height: 42px
    }
}

.news--featured .news__excerpt {
    font-size: 16px;
    line-height: 22px
}

@media(min-width: 768px) {
    .news--featured .news__excerpt {
        font-size:17px;
        line-height: 23px;
        margin-top: 22px
    }
}

.news--featured .news__info {
    margin-top: 15px
}

@media(min-width: 768px) {
    .news--featured .news__info {
        margin-top:27px
    }
}

.news--ar1x1 .news__image img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover
}

@media(min-width: 768px) {
    .lg-news--ar1x1 .news__image img {
        aspect-ratio:1/1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.news--size70x70 .news__media {
    width: 70px;
    height: 70px
}

.news--size75x75 .news__media {
    width: 75px;
    height: 75px
}

.news--size110x62 .news__media {
    width: 110px;
    height: 62px
}

.news--size128x86 .news__media {
    width: 128px;
    height: 86px
}

@media(min-width: 768px) {
    .lg-news--size70x70 .news__media {
        width:70px;
        height: 70px
    }

    .lg-news--size75x75 .news__media {
        width: 75px;
        height: 75px
    }

    .lg-news--size110x62 .news__media {
        width: 110px;
        height: 62px
    }

    .lg-news--size128x86 .news__media {
        width: 128px;
        height: 86px
    }
}

.news--title-sm .news__title {
    font-size: 14px;
    line-height: 17px
}

@media(min-width: 768px) {
    .lg-news--title-sm .news__title {
        font-size:14px;
        line-height: 17px
    }
}

.news--color-invert .news__title,.news--color-invert .news__tag {
    color: #fff
}

.news--color-invert .news__title:hover,.news--color-invert .news__tag:hover {
    color: hsla(0,0%,100%,.75)
}

.news--color-invert .news__caption,.news--color-invert .news__excerpt,.news--color-invert .news__episode {
    color: hsla(0,0%,100%,.6)
}

.news--color-invert .news__caption a,.news--color-invert .news__excerpt a,.news--color-invert .news__episode a {
    color: #fff
}

.news--color-invert .news__caption span {
    color: hsla(0,0%,100%,.6);
    border-color: hsla(0,0%,100%,.6)
}

.news--color-invert .news__author,.news--color-invert .news__date {
    color: hsla(0,0%,100%,.7)
}

.news--color-invert .news__author a {
    color: #fff
}

.news--color-invert .news__author a:hover {
    border-color: hsla(0,0%,100%,.75)
}

.news-border {
    border-bottom: 1px solid #ccc
}

.news--newsletter {
    display: flex;
    gap: 14px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0
}

.news--newsletter .news__media {
    width: 75px;
    height: 75px;
    flex: 0 0 75px
}

.news--newsletter .news__media img {
    aspect-ratio: 1/1;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.news--newsletter .news__data {
    width: 100%;
    padding: 0
}

.news--newsletter .news__info {
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start
}

.news--newsletter .news__title {
    font-size: 14px;
    line-height: 1;
    height: 17px;
    margin-top: 0
}

.news--newsletter .news__excerpt {
    margin-top: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500
}

.news--newsletter .news__send-when {
    margin-top: 20px;
    font-size: 12px;
    color: #666
}

.news--newsletter .news__send-when .icon-clock {
    margin: 0 10px 0 0
}

.news--newsletter .news__switcher-ediciones-container {
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content: space-between
}

.news--newsletter .news__switcher-ediciones-container .button {
    margin-left: -89px
}

.news--newsletter .switch {
    width: 75px;
    height: 35px
}

.news--newsletter .switch__checkbox:checked+.switch__slider {
    background-color: #2057a0
}

.news--newsletter .switch__checkbox:checked+.switch__slider::before {
    background-color: #fff
}

.news--newsletter .switch__checkbox:checked+.switch__slider::before {
    transform: translateX(40px)
}

.news--newsletter .switch__slider {
    background: #e9e9e9
}

.news--newsletter .switch__slider:before {
    width: 27px;
    height: 27px;
    bottom: 4px;
    background-color: #2b2b2b
}

.news--newsletter .news__switcher-container.hide-tablet.hide-desktop {
    margin-top: 15px
}

@media(max-width: 729px) {
    body.only-audio article.news:not(:has(.faux-audio)) {
        display:none !important
    }
}

@media(min-width: 728px) {
    .news--newsletter .news__media {
        height:168px;
        flex: 0 0 300px;
        width: 300px
    }

    .news--newsletter .news__media img {
        aspect-ratio: 16/9
    }

    .news--newsletter .news__data {
        max-width: 410px
    }

    .news--newsletter .news__info {
        margin-top: 12px
    }

    .news--newsletter .news__title {
        font-size: 18px
    }

    .news--newsletter .news__ediciones {
        margin-left: 0
    }

    .news--newsletter .news__switcher-ediciones-container .button {
        margin-left: 0
    }

    .news--newsletter .switcher-desktop {
        display: flex;
        align-items: center;
        border-left: 1px solid #d5d5d5;
        height: 100px;
        margin: auto 0 auto auto;
        padding: 0 0 0 20px
    }
}

.module .news--featured {
    padding-bottom: 0;
    margin-bottom: 0
}

.module .news--featured .news__title {
    font-size: 18px;
    line-height: 22px
}

@media(min-width: 768px) {
    .module .news--featured .news__title {
        font-size:34px;
        line-height: 39px
    }
}

.module .row,.module .grid-news {
    flex-direction: column
}

@media(min-width: 768px) {
    .module .row,.module .grid-news {
        flex-direction:row
    }
}

.module .row .news,.module .grid-news .news {
   /*  border-bottom: 1px solid #d5d5d5; */
    margin-bottom: 15px
}

@media(min-width: 768px) {
    .module .row .news,.module .grid-news .news {
        border:none;
        margin-bottom: 0
    }
}

.module .row .news--summary-onlymobile,.module .grid-news .news--summary-onlymobile {
    padding-bottom: 15px
}

@media(min-width: 768px) {
    .module .row .news--summary-onlymobile,.module .grid-news .news--summary-onlymobile {
        padding-bottom:0
    }
}

@media(min-width: 768px) {
    .module .row .news--summary-onlymobile .news__media,.module .grid-news .news--summary-onlymobile .news__media {
        width:initial;
        height: initial
    }

    .module .row .news--summary-onlymobile .news__image img,.module .grid-news .news--summary-onlymobile .news__image img {
        aspect-ratio: 16/9
    }
}

.module--masnoticias .module__content .column-fluid>.news {
    border-bottom: 1px solid #d5d5d5
}

.module--masnoticias .module__content .column-fluid>.news:not(:first-of-type) {
    margin-top: 15px
}

@media(min-width: 768px) {
    .module--masnoticias .module__content .column-fluid>.news {
        padding-bottom:15px
    }
}

@media(min-width: 768px) {
    .module--masnoticias .module__content .column-fluid>.news--summary {
        flex-direction:row
    }

    .module--masnoticias .module__content .column-fluid>.news--summary .news__media {
        flex: 0 0 49%;
        height: auto;
        max-width: 320px
    }

    .module--masnoticias .module__content .column-fluid>.news--summary .news__image img {
        aspect-ratio: 16/9
    }

    .module--masnoticias .module__content .column-fluid>.news--summary .news__title {
        font-size: 18px;
        line-height: 22px
    }
}

@media(min-width: 1200px) {
    .module--masnoticias .module__content .column:first-child .news--summary {
        border-right:1px solid #d5d5d5
    }
}

.module--masnoticias .module__content .column .news--summary {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

@media(min-width: 1200px) {
    .module--masnoticias .module__content .column .news--summary {
        border-bottom:none;
        padding: 15px 15px 15px 0
    }
}
@media(max-width: 768px) {
    .module-slide{
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0 -20px;
        padding: 0 20px 10px;
    }

    .module-slide .news{
        width: 272px;
    }
    .module-slide .grid{
         width: max-content;
    }
}

@media (min-width: 768px) {
    .news--summary--featured .news__media {
        flex-basis: 49.3%;
        max-width: none;
    }
}

@media (min-width: 768px) {
    .news--summary--featured .news__title {
        font-size: 34px;
        line-height: 1.2;
    }
}

.news--summary--featured .news__excerpt {
    font-size: 16px;
}


.poll {
    color: #2b2b2b;
    font-size: 15px
}

.poll--loading .poll__items {
    min-height: 100px;
    background: url(../img/loaderopti.svg) no-repeat center center;
    background-size: 59px
}

.poll--loading .poll__items * {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.poll__header {
    text-align: center;
    margin-bottom: 20px
}

.poll__brandLogo {
    background: #f1f3f2;
    display: block;
    padding: 10px;
    max-width: 320px;
    margin: -10px auto 10px;
    border-radius: 6px
}

@media(max-width: 767px) {
    .poll__brandLogo {
        max-width:283px
    }
    .new-hightlight .news__media{width: 100px!important; height: 100%!important;}
}

.poll__brandLists {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    font-size: 12px;
    flex-wrap: wrap;
    row-gap: 10px
}

.poll__contentBar {
    height: 10px;
    background-color: #d5d5d5;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.poll__brandItem:not(:first-child) {
    padding-left: 10px;
    margin-left: 10px
}

@media(min-width: 768px) {
    .poll .poll__brandItem:not(:first-child) {
        border-left:1px solid #ccc
    }
}

.poll__label {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 3px;
    border-bottom: 2px solid #ffe000;
    display: inline-block;
    margin-bottom: 10px
}

.poll__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600
}

.poll__content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto
}

.poll__items {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.poll__message {
    background: #222;
    color: #fff;
    padding: 15px;
    text-align: center;
    display: inline-block;
    line-height: 1.6;
    font-size: 19px;
    border-radius: 5px;
    margin: 0 auto
}

.poll__item {
    position: relative;
    display: flex;
    min-height: 45px;
    padding: 10px;
    overflow: hidden;
    background-color: #2057a0;
    border-radius: 45px;
    cursor: pointer;
    transition: background .2s ease;
    -webkit-transition: background .2s ease;
    align-items: center;
    justify-content: center;
}

.poll__text {
    padding: 0 40px 0 25px;
    font-size: 15px;
    line-height: 18px;
    z-index: 2
}

.poll__bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(0,0,0,.6117647059)
}

.poll__footer {
    font-size: 12px;
    line-height: 14px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.poll__footer p {
    margin-bottom: 15px
}

.poll__footer .share {
    margin: 0 auto
}

.poll--ended .poll__footer {
    display: none
}

.poll--results .poll__item {
    background-color: #0a1c35;
    cursor: default
}

.poll--results .poll__item:hover {
    background-color: #0a1c35
}

.poll--results .poll__percent {
    opacity: 1
}

.poll--to-start .poll__item {
    opacity: .4;
    cursor: default
}

.poll--to-start .poll__footer {
    display: none
}

@media(min-width: 768px) {
    .poll {
        padding:23px;
    }

    .poll__label {
        font-size: 15px;
        margin-bottom: 15px
    }

    .poll__title {
        font-size: 24px;
        line-height: 1.3;
        max-width: 700px;
        margin: 0 auto
    }

    .poll__items {
        margin-bottom: 23px;
        row-gap: 15px
    }

    .poll__footer {
        font-size: 13px;
        line-height: 15px
    }
}

@media (min-width: 768px) {
    .grid-credits div{
    position: relative;
}
.grid-credits div:not(:last-child):before{
    content: "";
    display: block;
    position: absolute;
    right: -24px;
    height: 100%;
    border-right: 1px dashed #C89D5133;
}
    .container--flex {
        display: flex;
        align-items: initial;
    }
}

@media (min-width: 768px) {
    .column-fluid {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .column-fixed {
        width: 300px;
        flex: 0 0 300px;
        margin-left: 20px;
    }
}
.flex-column {
    flex-direction: column;
}

.play-small{
    width: 36px;
    height: 36px;
    background: #FFE000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    cursor: pointer;
}
.play-small  .play-icon{
    margin-left: 3px;
}
.play-small.onplaying .play-icon{
    opacity: 0;
    visibility: hidden;
    display: none;
}
.play-small.onplaying:before{
    content: "⏸";
    font-size: 22px;
    line-height: 1;
    margin-top: -5px;
    

}
.banner{
    margin-inline: auto;
}
.banner--right{
    width: 300px;
    background-color: rgba(238, 238, 238, 0.493);
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
  .sub_contenedor-2 { order: 1; } 
  .sub_contenedor-3 { order: 2; } 
  .sub_contenedor-1 { order: 3; } 
}

.list-footer{
   /*  list-style: disc; */
    padding-left: 5px;
}
.list-footer li:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 10px; 
}
.list-footer li{
    margin-bottom: 5px;
}




.news-inline {
    position: relative
}

.news-inline__over {
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: -10px;
    transition: all .3s ease;
    scroll-behavior: smooth
}


.news-inline__inner {
    display: flex;
    gap: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.news-inline__btn {
    background-color: #fff;
    width: 45px;
    height: 45px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 9px;
    top: calc(50% - 20px);
    z-index: 3;
    border-radius: 50%;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2509803922);
}

.news-inline__btn.right {
    right: 9px;
    left: auto
}

.news-inline__btn:disabled {
    opacity: .6
}

.news-inline__btn[disabled] * {
    opacity: .5
}
.news .news__image{
    position: relative;
}
.news .news__image .icon-news{
    position: absolute;
    right: 18px;
    bottom: 17px;
}
.menu-mobile{
    position: fixed;
    top: 59px;
    height: calc(100vh - 59px);
    width: 100%;
    left: 0;
    z-index: 9;
    background: #FFFCEE;
    display: none;
}
.grid-colored .news .news__image img{
    transition: .5s ease all;
}

/* .grid-colored > .col:nth-child(3n + 1) .news__image img {
  filter: brightness(110%) sepia(100%) hue-rotate(21deg)
}

.grid-colored > .col:nth-child(3n + 2) .news__image img{
  filter: brightness(110%) sepia(100%) hue-rotate(141deg)
}

.grid-colored > .col:nth-child(3n + 3) .news__image img{
  filter: brightness(110%) sepia(100%) hue-rotate(283deg);
} */

@media(min-width: 768px) {
    .grid-colored .news:hover .news__image img{
        filter: none;
    }
}
@media(max-width: 767px) {
    .news-inline {
        margin:0 -20px;
        padding: 0 20px
    }

    .overflow-wrap {
        overflow: auto;
        margin-inline:-20px;padding-inline:20px;margin-bottom: 10px
    }

    .news-inline__arrows {
        display: none !important
    }
    .news--summary-onlymobile .news__title{
        font-size: 15px;
        line-height: 19px;
    }

    .module-slide .grid-news{
        display: flex;
        flex-direction: row;
    }
    body.menu-showed .menu-mobile{
        display: flex;
    }
    body:not(.menu-showed) .btn-menu .manu-close-icon{
        display: none;
    }
    body.menu-showed .btn-menu .manu-icon{
        display: none;
    }
    /* .btn-menu .manu-close-icon{
        display: none;
    } */
     .sb-title-logo{
        display: none;
     }
     .sb-image-logo{
        width: 117px;
     }
     .news__title{
        font-size: 16px;
     }

    
    #modalBox{
        margin-top: 80px;
    }
}

@media(min-width: 1025px){.scrollbars::-webkit-scrollbar{width:6px;height:6px}.scrollbars::-webkit-scrollbar-thumb{border-radius:8px;background-color:rgba(0,0,0,0)}.scrollbars::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,0)}.scrollbars::-webkit-scrollbar-track{border-radius:8px;background-color:rgba(0,0,0,0)}.scrollbars:hover::-webkit-scrollbar-thumb{background-color:#535353}.scrollbars:hover::-webkit-scrollbar-thumb:hover{background-color:#353535}.scrollbars:hover::-webkit-scrollbar-track{background-color:rgba(0,0,0,.13)}}
.open-modal{
    position: relative;
}
.icon-reel{
        position: absolute;
    left: calc(50% - 44px);
    top: calc(50% - 45px);
}

.cover-reel{
        aspect-ratio: 9 / 16;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    width: 319px;
    max-width: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.modal-content {
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
}

.close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 25px;
  cursor: pointer;
}

#videoFrame{
    height: auto;
    aspect-ratio: 9/16;
    width: 100%;
}
#closeModal{
    z-index: 60;
}

.videogallery-static {
    display: -ms-flexbox;
    display: flex
}

.videogallery-static .box-title {
    font-family: var(--main-fuente-dos);
    font-size: 1.4rem;
    line-height: 1.14;
    text-transform: uppercase;
    color: var(--main-color-uno);
    font-weight: bold;
    margin-bottom: 10px
}

.videogallery-static .cont-video-selected {
    -ms-flex: 1;
    flex: 1
}

.videogallery-static .title-video {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--main-fuente-uno);
    color: #1B222F;
    margin-bottom: 8px
}

.videogallery-static .summary-video {
    color: #525863;
    font-size: 18px;
    line-height: 1.5
}

.videogallery-static .aside-videogallery {
    margin-left: 40px;
    width: 37%;
    max-width: 400px;
    max-height: 545px;
    overflow: auto;
}

.videogallery-static .aside-videogallery::-webkit-scrollbar {
    width: 7px;
    height: 4px
}

.videogallery-static .aside-videogallery::-webkit-scrollbar-track {
    background: transparent
}

.videogallery-static .aside-videogallery::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px
}

.videogallery-static .link-video-playlist {
    text-decoration: none
}

.videogallery-static .link-video-playlist:last-child .item-video-playlist {
    margin-bottom: 0
}

.videogallery-static .item-video-playlist {
        display: flex;
    /* margin-bottom: 8px; */
    border: 1px solid var(--main-color-uno-light85);
    /* border-radius: 5px; */
    overflow: hidden;
    border-bottom: 1px solid #cccccc59;
    padding-bottom: 12px;
    /* margin-bottom: 12px; */
    padding: 10px;
}

.videogallery-static .item-video-playlist.active {
    background: #283843;

}

.videogallery-static .item-video-playlist.active h3 {
    color: #fff;
}
.videogallery-static .item-video-playlist.active .sumary-item {
    color: #ccc;
}
.videogallery-static .item-video-playlist .holder-video {
    width: 115px;
    -ms-flex: none;
    flex: none;
    position: relative;
    overflow: hidden
}

.videogallery-static .item-video-playlist .holder-video img {
    position: absolute;
    left: 50%;
    height: 100%;
    max-width: inherit;
    transform: translateX(-50%)
}

.videogallery-static .item-video-playlist .icon-play {
    z-index: 1;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 3rem;
    transform: translate(-50%, -50%)
}

.videogallery-static .item-video-playlist .cont {
    padding: 10px 16px;
    border-left: 0;
    min-height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.videogallery-static .item-video-playlist h3 {
   font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    color: #1B222F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}

.videogallery-static .item-video-playlist .sumary-item {
        font-size: 14px;
    margin-top: 4px;
    color: #525863;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.3;
}

.videogallery-static .video-element {
    margin-bottom: 30px
}

.videogallery-static .video-element iframe {
    vertical-align: middle;
        aspect-ratio: 16 / 9;
    height: auto;
}

.videogallery-static .list-videos {
    margin-bottom: 30px
}

@media (max-width: 1024px) and (min-width: 768px) {
    .temple_videogallery_2 .pad {
        padding-left:3.6rem;
        padding-right: 3.6rem
    }

    .videogallery-static .video-element {
        margin-bottom: 26px
    }

    .videogallery-static .video-element iframe {
        height: 297px
    }

    .videogallery-static .title-video {
        font-size: 18px;
        line-height: 1.33
    }

    .videogallery-static .summary-video {
        font-size: 12px;
        line-height: 1.33
    }

    .videogallery-static .aside-videogallery {
           /* margin-left: 40px; */
    width: 300px;
    max-width: 400px;
   /*  max-height: 545px; */
    overflow: auto;
    /* padding-right: 10px; */
    margin-left: 20px;
    }

    .videogallery-static .item-video-playlist .holder-video {
        width: 77px;
        border-radius: 6px;
    }

    .videogallery-static .item-video-playlist .cont {
        padding: 12px;
        min-height: 71px
    }

    .videogallery-static .item-video-playlist h3 {
        line-height: 1.4;
        margin-bottom: 4px;
        font-size: 1.4rem
    }

    .videogallery-static .item-video-playlist .icon-play {
        font-size: 2rem
    }

    .videogallery-static .more .btn-more {
        width: 100%;
        text-align: center
    }
}

@media (max-width: 767px) {
    .temple_videogallery_2 .pad {
        padding-left:1.6rem;
        padding-right: 1.6rem
    }

    .videogallery-static {
        display: block
    }

    .videogallery-static .cont-video-selected {
        margin-bottom: 30px
    }

    .videogallery-static .cont-video-selected .title-video {
        font-size: 1.8rem
    }

    .videogallery-static .cont-video-selected .summary-video {
        font-size: 1.2rem
    }

    .videogallery-static .aside-videogallery {
        width: auto;
        max-width: none;
        margin-left: 0;
      /*   max-height: 275px */
    }

    .videogallery-static .video-element {
        margin-bottom: 17px
    }

    .videogallery-static .video-element iframe {
        height: 193px
    }

    .videogallery-static .item-video-playlist .cont {
        padding: 12px 17px;
        min-height: 74px
    }

    .videogallery-static .item-video-playlist h3 {
        font-size: 1.2rem;
        line-height: 1.35;
        margin-bottom: 5px
    }

    .videogallery-static .item-video-playlist .sumary-item {
        font-size: 1rem
    }

    .videogallery-static .item-video-playlist .holder-video {
        width: 105px
    }

    .videogallery-static .item-video-playlist .icon-play {
        font-size: 2rem
    }

    .videogallery-static .more .btn-more {
        width: 100%;
        text-align: center
    }
}
.btn-more-videos{
    background-color: #FFE000;
    color: #000;
    padding: 15px 20px;
    border-radius: 6px;
    font-weight: 600;
    /* float: right; */
    width: 100%;
    display: block;
    text-align: center;

}

.title-section.text-white .btn-more svg path{
    fill: #fff;
}

a.active {
    opacity: 0.6    ;
}

.video__time{
       position: absolute;
    left: 5px;
    bottom: 5px;
    display: flex;
    gap: 6px;
    background: #00000087;
    color: #fff;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 10px;
    align-items: center;
}
.bg-amber-50, .bg-site{
    background-color: #fff!important;
}

.space-between{
    justify-content: space-between;
}
.margin-bottom-10{
    margin-bottom: 10px;
}