/*!
 * Archivo de estilos por @editorialmic - https://editorialmic.com/
 * Copyright 2022
 */
 /*!
 * Archivo de estilos por @editorialmic - https://editorialmic.com/
 * Copyright 2022
 */
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Roboto\ Slab:300,400,700&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;

200;300;400;600;637;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@keyframes blink {
    50%,to{opacity: 0
}}




@keyframes blink {
    50%,to{opacity: 0
}}

@keyframes two_move {
    0% {
        top: 7rem
    }

    to {
        top: 1em
    }
}

@keyframes shine {
    0% {
        background-position: 0
    }

    60%,to {
        background-position: 180px
    }
}

@keyframes glide {
    0% {
        top: 50%
    }

    to {
        top: 52%
    }
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0
    }

    to {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInUpImg {
    0% {
        opacity: 0;
        transform: translate3d(0,-40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadefadeInUpImgnUp {
    0% {
        opacity: 0;
        transform: translate3d(0,-40,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown-publi {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-250px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown-publi {
    0% {
        opacity: 0;
        transform: translateY(-250px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes colorSlide {
    0% {
        background-position: 0 100%
    }

    20%,50%,80% {
        background-position: 0 0
    }

    21%,51%,81% {
        background-color: #f9b002
    }

    29.99%,59% {
        background-color: #fff;
        background-position: 0 0
    }

    30%,60% {
        background-color: #f9b002;
        background-position: 0 100%
    }

    90%,to {
        background-color: #fff
    }
}

@keyframes colorSlide {
    0% {
        background-position: 0 100%
    }

    20%,50%,80% {
        background-position: 0 0
    }

    21%,51%,81% {
        background-color: #f9b002
    }

    29.99%,59% {
        background-color: #fff;
        background-position: 0 0
    }

    30%,60% {
        background-color: #f9b002;
        background-position: 0 100%
    }

    90%,to {
        background-color: #fff
    }
}

@-webkit-keyframes trackBallSlide {
    0%,28%,29.99%,30%,58%,59.99%,60%,88%,to {
        opacity: 1;
        transform: scale(1) translateY(-20px)
    }

    36%,6%,66% {
        opacity: 1;
        transform: scale(.9) translateY(5px)
    }

    14%,44%,74% {
        opacity: 0;
        transform: scale(.4) translateY(40px)
    }

    15%,19%,45%,49%,75%,79% {
        opacity: 0;
        transform: scale(.4) translateY(-20px)
    }
}

@keyframes trackBallSlide {
    0%,28%,29.99%,30%,58%,59.99%,60%,88%,to {
        opacity: 1;
        transform: scale(1) translateY(-20px)
    }

    36%,6%,66% {
        opacity: 1;
        transform: scale(.9) translateY(5px)
    }

    14%,44%,74% {
        opacity: 0;
        transform: scale(.4) translateY(40px)
    }

    15%,19%,45%,49%,75%,79% {
        opacity: 0;
        transform: scale(.4) translateY(-20px)
    }
}

@-webkit-keyframes nudgeMouse {
    0%,30%,60%,90% {
        transform: translateY(0)
    }

    20%,50%,80% {
        transform: translateY(8px)
    }
}

@keyframes nudgeMouse {
    0%,30%,60%,90% {
        transform: translateY(0)
    }

    20%,50%,80% {
        transform: translateY(8px)
    }
}

@-webkit-keyframes nudgeText {
    0%,30%,60%,90% {
        transform: translateY(0)
    }

    20%,50%,80% {
        transform: translateY(2px)
    }
}

@keyframes nudgeText {
    0%,30%,60%,90% {
        transform: translateY(0)
    }

    20%,50%,80% {
        transform: translateY(2px)
    }
}

@-webkit-keyframes colorText {
    21%,51%,81% {
        color: #f9b002
    }

    30%,60%,90% {
        color: #fff
    }
}

@keyframes colorText {
    21%,51%,81% {
        color: #f9b002
    }

    30%,60%,90% {
        color: #fff
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    60% {
        -webkit-transform: translateX(20px)
    }

    80% {
        -webkit-transform: translateX(-5px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    60% {
        -moz-transform: translateX(20px)
    }

    80% {
        -moz-transform: translateX(-5px)
    }

    to {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px)
    }

    80% {
        -o-transform: translateX(-5px)
    }

    to {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        transform: translateX(20px)
    }

    80% {
        transform: translateX(-5px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes filter-animation {
    0% {
        fill: #f3d691
    }

    33% {
        fill: #f3c967
    }

    66% {
        fill: #ffc337
    }

    to {
        fill: #f9b000
    }
}

@font-face {
    font-display:fallback
}

html {
    scroll-behavior: smooth;
    font-size: 100%
}

body,body p {
    font-weight: 300;
    font-size: 1em;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    word-break: initial!important;
    cursor: pointer;
    text-decoration: none!Important;
  
   
}

a:hover {
    color: var(--bs-dark)
}
.gallery-item a:hover {
    color: var(--bs-dark) !important
}


sup a {
    color: #fcb001
}

li {
    text-align: justify
}

h1,h1.page-title {
    font-family: "Work Sans",sans-serif
}

h1,h2,h3,h4,h5,h6, {
    text-align: center;
    font-size: 1.5em
}

h1 {
    font-weight: 400;
    color: #fff;
    line-height: inherit!important;
}

h2,h3,h4,h5,h6, {
    line-height: 1!important;
}

.modal-body h2 {
    text-align: left;
    font-weight: 700;
    font-size: 3rem;
    font-family: "Work Sans",sans-serif!important;
}
h2.interview.minus-size {
    font-size: 2.7em;
}

.modal-dialog {
    padding: 20px;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.with-margin-top,h2.interview.with-margin-top {
    margin-top: 2em
}
.row.animated.fadeInUp.contenedor-caja {
    margin-top: 1em;
    padding: 0;
    min-height: 130px;
    row-gap: 5px;
}
.with-border-bottom {
    /* padding-bottom: 1em; */
    border-bottom: 7px solid #fbb001;
    margin-top: 1em;
    padding-bottom: 9px !important;
}
.no-padding{
    padding: 0;
}


h2.editorial {
    display: none
}
p.noticia-cajilla {
    font-size: 1.2em;
    font-weight: 900;
    color: #fab001;
    text-align: left !important;
    margin-bottom: 5px;
}
v
h2.mes {
    font-weight: 300;
    color: #faaf02;
    font-size: .95em
}

h2.titular-inicio {
    color: #fff;
    font-size: 2em;
    border-top: 2px solid #f9af02;
    padding-top: 20px;
    margin-top: 10px;
    line-height: initial!important;
}

h2.titular-inicio span {
    margin: 0
}

h5 {
    margin-bottom: .5rem;
    font-weight: 200
}

.back-to-top,.show {
    z-index: 99999999999999999
}

.back-to-top {
    position: fixed;
    bottom: 36px;
    right: 25px
}

.show {
    display: block
}

.hide {
    display: none;
    z-index: 9
}
.new-important {
    
   
    padding: 10px 20px;
   
}
span.entrevista-portada {
    display: block;
    color: rgb(25 38 41);
    font-size: 16px;
    margin-top: 1px;
    margin-bottom: 6px;
    font-weight: 600;
    
}

span.cargo-portada {
    display: block;
    color: rgb(215 212 208);
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: 500;
    letter-spacing: 1px;
}

span.cargo-portada-2 {
    display: block;
    color: rgb(249 175 2);
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: 600;
    letter-spacing: 1px;
}
span.cargo-portada-cajilla {
    display: block;
    color: white;
    font-size: 12px;
    width: 100%;
}
div#portada-cover {
    background-image: url(../images/portada/index-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position-y: 40%; */
    background-color: #192629;
    background-position-x: 0%;
}
div#codigo-deontologico-left-block {
    
    background-color: #ffffff;
    
}
#grande-marlaska {
    background-image: url(../images/cajilla-portada.jpg);
    background-size: cover;
    background-position: center !important;
}


div#codigo-deontologico-right-block {
    background-image: url(../images/codigo-deontologico/codigo-deontologico-block.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   
    background-color: #192629;
   
}

.espacio-mir-left {
    background-color: #b4d6c9;
}

div#espacio-mir-right-block {
    background-image: url(../images/espacio-mir/espacio-mir-right-block.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 55%
}





div#actualidad-right-block {
    background-image: url(../images/actualidad/raquel-murillo/raquel-murillo-right-block.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 55%
}






div#elecciones-right-block {
    background: #eae9e8
}

div#noticias-cgcom-right-block {
    background-image: url(../images/cgcom/cgcom-block.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center!important;
}

div#analisis-background {
    background: #d8d2ca;
}

div#divulgacion-background {
    background: #eae9e8;
}

div#personajes-background {
    background-image: url(../images/personaje/personaje-full.webp);
    background-size: contain;
    background-repeat: no-repeat;
   
}

div#actualidad-right-block,div#fundacion-bloque-izqda {
    background-repeat: no-repeat;
    background-position-x: center!important;
}

div#congreso-paime-full-page {
    background-color: #fafafa;
    background-image: url(../images/reportaje/reportaje-full-page.webp);
    background-size: cover!important;
    background-position-y: top;
}

div#actualidad-full-page {
    background-color: #fafafa;
    background-image: url(../images/actualidad/actualidad-full-page.webp);
    background-size: cover!important;
    background-position-y: top;
}

div#reportaje-full-page {
    background-color: #fafafa;
    background-image: url(../images/reportaje/reportaje-full-page.webp);
    background-size: cover!important;
    background-position-y: top;
}

div#profesion-full-page {
    background-color: #fafafa;
    background-image: url(../images/profesion/profesion-full-page.webp);
    background-size: cover!important;
    background-position-y: top;
}




div#fundacion-bloque-izqda {
    background-size: cover;
    background-image: linear-gradient(120deg,#fbd783 0,#fab002 49.9%)
}

div#fundacion-fcomci-bloque-izqda,div#fundacion-ffomc-bloque-izqda,div#opinion-bloque-izqda {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center!important;
    background-image: linear-gradient(120deg,#212529e0 0,#23272b 49.9%)
}

div#fundacion-fcomci-bloque-izqda,div#opinion-bloque-izqda {
    background-image: linear-gradient(120deg,#016cb9a3 0,#016bb4 49.9%)
}

div#opinion-bloque-izqda {
    background-image: linear-gradient(120deg,#ffffffa3 0,#e2e2e2 49.9%)
}

div#editorial-background {
    background: #c5b3ac1c
}

div#slide-background-color-entrevista-2, div#slide-background-color-entrevista-2 {
    background-image: linear-gradient(17deg,#fff 0,#efefef 49.9%);
}

div#slide-background-color-entrevista-3, div#slide-background-color-entrevista-3 {
    background-image: linear-gradient(17deg,#fff 0,#b4b4b4 49.9%);
}

div#slide-background-color-entrevista-4, div#slide-background-color-entrevista-4 {
    background-image: linear-gradient(17deg,#fff 0,#ead7bc 49.9%);
}

div#encuentro-background {
    background-image: url(../images/encuentros/encuentro-background.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center!important;
    background-position-y: 10% !important;
}
div#divulgacion-background {
    background-image: url(../images/divulgacion/divulgacion-background.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center!important;
    background-position-y: 10% !important;
}
div#divulgacion-background-right {
    background: #755767;
    background-image: url(../images/divulgacion/divulgacion-full.png);
    background-repeat: no-repeat;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
    /* background: red; */
}

div#internacional-background {
    background-image: url(../images/internacional/internacional-right.jpg);
    background-repeat: no-repeat;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
}
div#internacional-background-right {
    background: #0c997a;
    background-image: url(../images/internacional/internacional-right.jpg);
    background-repeat: no-repeat;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
    /* background: red; */
}



.main-wrapper .hero-image.hero-image-internacional {
    background-image: url(../images/internacional/internacional-block.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}






div#actividad-cgcom-background {
    background: #fff;
    padding: 0!important;
}

#publi-1,#publi-2,#publi-3,#publi-4, #publi-4-1,#publi-5,#publi-6,#publi-7, #publi-8, #publi-9 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 20px solid #fff
}
.publi-block i {
    color: #fcbc23 !important;
    margin-top: 10px;
}
#publi-1 {
   
    background-image: url(../images/bloques-publi/bloque-1.webp)
}

#publi-2 {
    background-image: url(../images/bloques-publi/bloque-2.webp)
}

#publi-3 {
   
    background-image: url(../images/bloques-publi/bloque-3.webp);
    border: 10px solid #fff
}

#publi-4 {
    background-image: url(../images/bloques-publi/bloque-4.webp);
    
}
#publi-4-1 {
    background-image: url(../images/bloques-publi/bloque-4-1.webp);
    
}

#publi-5 {
    background-image: url(../images/bloques-publi/bloque-5.webp)
}

#publi-6 {
    background-image: url(../images/bloques-publi/bloque-6.webp)
}

#publi-7 {
    background-image: url(../images/bloques-publi/bloque-7.webp)
}

#publi-8 {
    background-image: url(../images/bloques-publi/bloque-8.webp)
}


div#entrevista-right-block {
    background-image: url(../images/entrevista/belen-gonzalez.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position-x: 70% */
}
div#entrevista-2-right-block {
    background-image: url(../images/medicina-violeta/medicina-violeta.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position-x: 70% */
}

div#in-memoriam-right-block {
    background-image: url(../images/in-memoriam/maria-castellano.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position-x: 70% */
}


div#reportaje-2-right-block {
    background-image: url(../images/reportaje-2/reportaje-2-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position-x: 70% */
}

div#asamblea-general-right-block {
    background-image: url(../images/internacional/asamblea-general/asamblea-general-block-right.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position-x: 70% */
}
div#espana-bolivia-formacion-right-block {
    background-image: url(../images/internacional/espana-bolivia-formacion/espana-bolivia-formacion-block-right.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 40%
}
div#sindicato-medico-uruguay-right-block {
    background-image: url(../images/internacional/sindicato-medico-uruguay/sindicato-medico-uruguay-block-right.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 40%
}
div#donacion-espana-china-right-block {
    background-image: url(../images/internacional/donacion-espana-china/donacion-espana-china-block-right.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 40%
}

div#ffomc-right-block {
    background-image: url(../images/fundaciones/ffomc/ffomc-block-right.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 40%
}

div#fcomci-right-block {
    background-image: url(../images/fundaciones/fcomci/fcomci-block-right.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 40%
}

div#encuentro-right-block {
    background-image: url(../images/encuentros/encuentro-block-right.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 40%
}

div#divulgacion-right-block {
    background-image: url(../images/divulgacion/divulgacion-block-right.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 40%
}

div#agresiones-omc-right-block {
    background-image: url(../images/agresiones/agresiones-omc/agresiones-omc-block-right.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 40%
}

div#testimonio-emilio-right-block {
    background-image: url(../images/agresiones/testimonios-emilio-fernandez/testimonio-emilio-block-right.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 40%
}

div#testimonio-victoria-right-block {
    background-image: url(../images/agresiones/testimonios-victoria-munoz/testimonio-victoria-block-right.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 40%
}

div#slide-background-color-espacio-mir{
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center!important;
    background-image: linear-gradient(120deg,#17d9d7 0,#019795 49.9%), url(../images/medicina-violeta/back-medicina.png.jpg);

}
div#slide-background-color-medicina-violeta {
    background-size: cover;
    background-repeat: no-repeat;
   
    background-image: url(../images/medicina-violeta/medicina-violeta.webp), 
linear-gradient(120deg,#17d9d7 0,#019795 49.9%)
;

}
.img-circular-mala-calidad {
    margin-bottom: 2em;
    width: 200px;
    height: 200px;
    background-image: url('../images/espacio-mir/sara-cortes-circle.webp');
    background-size: cover;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background-position: center top;
    margin: auto;
    border: 2px solid #fcb001;
    margin-bottom: 2em;
}
.img-circular-mala-calidad-2 {
    margin-bottom: 2em;
    width: 200px;
    height: 200px;
    background-image: url('../images/personaje/personaje-circle.webp');
    background-size: cover;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background-position: center top;
    margin: 40px auto;
    margin-bottom: 0;
    border: 2px solid #fcb001;
    /* margin-bottom: 8px; */
}
div#ffomc-bloque-dcha,div#fundacion-bloque-dcha {
    background-size: cover;
    background-repeat: no-repeat
}

div#fundacion-bloque-dcha {
    background-image: url(../images/fundaciones/fundaciones-bloque-dcha.jpg);
    background-position: center left!important;
}

div#ffomc-bloque-dcha {
    background-image: url(../images/fundaciones/ffomc/ffomc-bloque-dcha.jpg);
    background-position-x: center!important;
}

div#analisis-bloque-dcha {
    background-image: url(../images/analisis/analisis-bloque-dcha.webp)
}

div#analisis-bloque-dcha,div#slide-debate,div#slide-inicadores {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center!important;
}

div#slide-debate {
    background: #355070;
    background-image: linear-gradient(120deg,#5782b5 0,#355070 49.9%)
}

div#slide-inicadores {
    background-image: linear-gradient(69deg,#28568b 0,#113662 49.9%)
}

div#noticias-cgcom {
    background: #f2efef
}

.card {
    background-color: transparent
}

.row {
    margin-left: auto!important;
    margin-right: auto!important;
}

h1.page-title {
    padding: 1em 0;
    color: #044e71
}

header {
    height: 100vh;
    margin-top: 50px
}

.header-logo,.navbar-nav,h1.page-title,img.logo {
    text-align: center
}

img.logo {
    max-height: 70px;
    width: auto;
    margin: 1em auto
}

.interviewed span.small-title,header .col-sm-3 {
    padding: 2em 0;
    text-align: center;
    font-size: .8em;
    font-weight: 500
}

.row.container {
    margin: auto
}

.navbar-nav {
    padding: .5em 0!Important;
    background-color: #1da0d6;
    margin-bottom: 0
}

.navbar,div#links p {
    padding: 0!important;
}

.navbar-nav li,span.slogan {
    padding: 0 1em;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600
}

.navbar-nav li a {
    color: #fff!important;
    letter-spacing: .1em
}

ul.navbar-nav.mr-auto {
    width: 100%;
    text-align: center!important;
}

span.slogan {
    width: 100%;
    display: block;
    font-size: .8em;
    padding: 1.5em;
    letter-spacing: .1em;
    color: #014c6b
}

span.slogan:before {
    content: " ";
    width: 200px;
    display: block;
    background: #ffdd09;
    height: 20px;
    z-index: -1;
    margin: 0 auto -1.7em
}

h4.interview.big.big-screen.center {
    font-size: 1.2em;
    line-height: 1.2!important;
    color: #e7e7e7
}

.carousel-inner h3 {
    margin: 1em 0
}

.max-width-img {
    max-width: 300px;
    margin-bottom: 40px!important;
}

.bloque-negro {
    background: #373833
}

.bloque-azul,.bloque-negro {
    padding: 1em;
    border-radius: 20px;
    text-align: left!important;
    margin-top: 1.5em
}

h3.interview.with-margin-bottom {
    margin-bottom: 2em
}

.bloque-amarillo h3,.bloque-azul h3,.bloque-negro h3 {
    color: #303030;
    font-weight: 700;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #313130
}

.bloque-amarillo h3,.bloque-negro h3 {
    color: #fff;
    border-bottom: 2px solid #d8ad39
}

.bloque-azul p,.bloque-negro p {
    color: #313130;
    text-align: center
}

.bloque-negro p {
    color: #fff
}

.bloque-amarillo,p.subtitle {
    text-align: left;
    margin-bottom: 1em
}

.bloque-amarillo {
    background: #d8ad39;
    padding: 1em;
    color: #fff;
    margin-top: 1em
}

.bloque-amarillo h3 {
    text-align: left;
    border-bottom: 2px solid #fff
}

.bloque-amarillo ul {
    margin-bottom: 0
}

.summary,.top-bar.row div,d .card-body {
    padding: 0
}

#espanadigital .col-sm-12 {
    min-height: 67%
}

li.nav-item:hover {
    background: #ffffff30
}

.interviewed h3.no-padding-bottom {
    padding-bottom: 0
}

.interviewed span.small-title {
    padding: 0 0 1em;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin: auto;
    display: block
}

li.nav-item,li.nav-item a {
    display: inline-flex
}

li.nav-item a {
    color: #fff
}

.banner span.pretitle,ul.mr-auto {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase
}

ul.mr-auto {
    text-align: right;
    margin-bottom: 0;
    padding: .5em;
    font-weight: 500
}

@media (min-width:600px) {
    nav#menu.navbar {
        display: block
    }

    button.mobilemenu {
        display: none
    }
}

@media (max-width:600px) {
    nav#menu.navbar {
        display: none
    }

    button.mobilemenu {
        display: block
    }

    .row.justify-content-center.justify-content-md-start.portada-contenedor .owl-slide-text {
        flex-direction: column!important;
        align-content: center!important;
        justify-content: center!important;
        display: flex!important;
        align-items: center!important;
    }

    div#slider .container {
        z-index: 9;
        overflow-y: hidden;
        width: 100vw!important;
        max-width: none!important;
    }

    div#slider .container.center.container-publi {
        padding: 0!important;
        margin: 0
    }

    ul.index-list li {
        border-bottom: 1px dashed #c3c3cd;
        padding: .4em!important;
        display: flex;
        justify-content: space-between;
        color: red
    }

    .mouse-container,img.responsive.dedo {
        display: none!important;
    }

    .col-12.static.edit {
        display: flex!important;
        justify-content: center!important;
    }

    .scrollable-editorial {
        max-width: none!important;
        padding: 30px 10px!important;
    }

    .scrollable-editorial a {
        word-break: break-all
    }

    div#slider .container,h2.interview-carrusel.carousel-title {
        display: flex;
        align-items: center
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: auto
    }

    .container .card {
        position: relative;
        width: 235px!important;
        height: 417px!important;
        background: #4d9383;
        border-radius: 20px;
        overflow: hidden
    }

    img.responsive.logo-img {
        max-width: 306px!important;
        margin-bottom: 1em!important;
    }

    .container .card .imgBx img {
        position: absolute;
        top: 40%!important;
        left: 50%;
        transform: translate(-50%,-50%) rotate(360deg);
        display: inline-block;
        border-radius: 50%;
        background: #68cdb682;
        height: 203px!important;
        width: 203px!important;
        max-width: 203px!important;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        max-width: 300px
    }

    iframe#video {
        min-height: 161px;
        height: auto!important;
    }

    ul.menu-top li:first-child {
        margin: 0
    }

    .floating {
        float: none!important;
    }

    .transparent-table {
        background: #fff!important;
        border: 3px solid #ebae37!important;
    }

    tbody.white-background tr {
        background: #fff!important;
        border: 1px solid #ebae37!important;
        margin: 0
    }

    .blue-border-table {
        border: 3px solid #41c7ea!important;
    }

    .blue-border-table tbody.white-background tr {
        background: #fff!important;
        border: 1px solid #41c7ea!important;
        margin: 0
    }

    .purple-border-table {
        border: 3px solid #d741ea!important;
    }

    .purple-border-table tbody.white-background tr {
        background: #fff!important;
        border: 1px solid #d741ea!important;
        margin: 0
    }

    .orange-border-table {
        border: 3px solid #ebae37!important;
    }

    .orange-border-table tbody.white-background tr {
        background: #fff!important;
        border: 1px solid #ebae37!important;
        margin: 0
    }

    .dark-green-border-table {
        border: 3px solid #41c7ea!important;
    }

    .dark-green-border-table tbody.white-background tr {
        background: #fff!important;
        border: 1px solid #41c7ea!important;
        margin: 0
    }


    

    .fit-column-background {
        height: 500px!important;
    }
    .fit-column-background-portada {
    height: 150px!important;
}

    a.publi-link {
        height: 100%!important;
    }

    .modal-dialog {
        padding: 0!important;
    }
}

.btn {
    padding: .375rem
}

.openbtn {
    font-size: 1.5em;
    cursor: pointer;
    color: #014c6b;
    border: 0;
    background: 0 0
}

.openbtn:hover {
    background-color: transparent;
    color: #014c6b60
}

#main-container {
    transition: margin-right .5s
}

.mobile-menu,section {
    display: none
}

.menu {
    display: block
}

section#bannerzone .banner .container {
    box-shadow: 0 0 20px #01010110;
    padding: 2em
}

section#bannerzone {
    padding: 4em 0
}

h3.banner-title {
    font-family: "Yeseva One",sans-serif;
    margin-bottom: 1em;
    font-size: 1.7em;
    color: #014c6b
}

.banner {
    margin: 1em auto
}

.banner .info img {
    max-width: 100%;
    margin-bottom: 1em
}

.banner .info,p {
    text-align: justify
}

.banner span.pretitle {
    font-weight: 600;
    color: #0097c8
}

.banner h3.banner-title {
    border-bottom: 10px solid;
    padding: .5em 0
}

.banner .category {
    position: absolute;
    top: -.5em;
    width: 100%;
    text-align: center;
    left: 0
}

.banner .category span,span.more {
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .1em
}

.banner .category span {
    padding: .5em 1em!important;
    background: #0097c8;
    color: #fff
}

span.more {
    display: block;
    width: 100%;
    text-align: right;
    font-weight: 400
}

span.more a {
    padding: .5em 1em;
    background: #f1f1f1;
    color: #014c6b;
    transition: .3s
}

span.more a:hover {
    background: #c1c1c1;
    color: #fff;
    transition: .3s
}

.banner #funcionpublica span {
    background: #010101
}

.banner #noticias span {
    background: #f1b306
}

.banner #educacion span {
    background: #50dab4
}

.banner #salud span {
    background: #f44336
}

@media (max-width:600px) {
    body {
        margin: 0
    }

    #menu {
        display: none
    }

    header .col-sm-3 span {
        display: none!important;
    }

    .mobile-no-visible {
        display: none!Important;
    }

    .col-sm-6.header-logo {
        width: 100%;
        margin: 0!important;
        padding: 0!important;
    }

    header .row.col-sm-12 {
        padding: 0;
        width: 100%;
        margin: 0
    }

    span.slogan {
        font-size: .7em
    }

    .col-sm-6.col-xs-6.col-xl-6.header-logo img {
        max-height: 40px
    }

    button.openbtn {
        position: absolute;
        top: 1em;
        right: .5em
    }

    div#indice-container,li.nav-item {
        text-align: left!important;
    }

    li.nav-item {
        display: block
    }

    ul.mr-auto {
        padding: 0
    }

    section#espanadigital {
        background-image: url(https://www.teatro.es/contenidos/figuras/images/sliderhome_mobile.jpg)
    }

    section#espanadigital .page-title {
        color: #fff
    }

    div#partners #links {
        text-align: center!important;
    }

    footer span.copyright {
        margin-top: 2em!important;
        width: 100%!important;
        display: block
    }

    .col-sm-12.col-md-12.col-lg-4.emptyblock {
        border-top: 1px solid #f2f1ed
    }

    .carousel-control-next,.carousel-control-prev {
        top: calc(70%)!important;
    }

    h2.interview.big.big-screen {
        font-size: 2rem!important;
        text-align: right;
        line-height: 1!important;
    }

    h1.portada-titulo {
        font-size: 8vmin!important;
        line-height: 1.2em!important;
    }

    .transparent-table,ul.table-inside.con-margin-top {
        margin-top: 20px!important;
    }

    .boxed {
        padding: 10px;
        padding-top: 2em!important;
        padding-bottom: 2em!important;
    }

    .owl-carousel .owl-nav {
        top: calc(90% - 12%)!important;
    }
}

footer#footer a:hover {
    color: #666565
}

div#links p {
    margin: 0!important;
}

.top-bar.row div img,div#partners {
    width: 100%;
    padding: 0;
    margin: 0
}

footer span.copyright {
    font-size: .8em;
    padding: 1em;
    color: #014c6b
}

#jssor_1,#sliderhome {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden
}

#jssor_1 {
    margin: 0 auto;
    width: 100%!important;
    height: 90vh!important;
    visibility: hidden
}

#sliderhome {
    cursor: default;
    width: 100%;
    height: 90vh
}

.top-bar.row div img {
    flex: 0 0 32.3%;
    height: auto
}

.top-bar.row h1 {
    padding: .5em
}

.top-bar.row h1,.top-bar.row span.h1 {
    text-align: left;
    font-size: .9em;
    letter-spacing: .1em;
    color: #383939;
    font-weight: 400!important;
    font-family: "Work Sans",sans-serif
}

.top-bar.row .emptyblock,.top-bar.row h1,.top-bar.row span.h1 {
    background: #fff;
    margin: 0
}

.col-sm-4.col-md-4.emptyblock,div#top,div#top-inside-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.col-sm-12.col-md-12.col-lg-4.emptyblock {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center
}

.top-bar-background {
    z-index: 9999!important;
    background: #fcb001!important;
}

div#top,div#top-inside-menu {
    justify-content: center;
    height: 50px;
    border-bottom: 3px solid #f9b002;
    position: fixed;
    left: 0;
    right: 0;
    top: 0
}

div#top-inside-menu {
    z-index: 9;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease
}

div#top {
    z-index: 99
}

.top-bar.row {
    margin: 0
}

.col-sm-8.col-md-8.slogan {
    background: #fff;
    text-align: center
}

.static a.btn.btn-primary, .top-bar.row .slogan, h3.interview.big.big-screen.center {
    text-align: center;
    font-weight: 300;
}

#homepage .top-bar.row .slogan {
    line-height: .5em!important;
}

.top-bar.row span.h1,section#credits button {
    padding: 0
}

.top-bar .col-md-1 {
    display: block;
    width: 100%;
    max-width: 100%
}

.top-bar {
    background: #fff
}

.d-flex {
    display: flex!important;
    justify-content: center
}

div#slider #slide-footer.container {
    max-width: 970px!important;
}

div#slider .portada {
    max-width: 900px!important;
}

.container.left {
    margin-right: 0
}

.container.right {
    margin-left: 0
}

.container.center {
    margin-left: auto
}

h3.interview {
    text-align: left;
    line-height: initial!important;
    font-size: 1.4em;
}

.headline.margin-bottom {
    margin-bottom: 20px
}

h3.interview.sin-margin {
    margin-bottom: 10px
}

p.subtitle {
    line-height: initial;
    font-size: 1.5em;
    font-weight: 700;
}

div#slide-nati-mistral .owl-slide-text {
    padding: 0 0 0 15%!important;
}

div#slide-ana-belen a.btn.btn-primary.owl-slide-cta,div#slide-nati-mistral a.btn.btn-primary.owl-slide-cta {
    color: #383939!important;
}

div#slide-ana-belen a.btn.btn-primary.owl-slide-cta:hover,div#slide-nati-mistral a.btn.btn-primary.owl-slide-cta:hover,div#slide-pepa-plana a.btn.btn-primary.owl-slide-cta:hover {
    background-color: #383939!important;
    color: #fff!important;
}

.owl-dots {
    left: 155px!important;
}

:root {
    --main-white-color: white;
    --main-black-color: #212529
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     word-wrap: break-word;
    /* hyphens: auto; */
}

.static {
    position: static
}

.btn.btn-primary,.owl-slide-text.center-button {
    text-align: center
}

.cover {
    background-size: cover!important;
    background-position: center;
    background-repeat: no-repeat
}

.owl-carousel .owl-slide {
    position: relative;
    height: 100%;
    background-position-y: 50%;
    background-position-x: 50%;
    display: flex;
    justify-content: center
}

div#slide-irene-gutierrez-caba {
    background-position: 60%!important;
}

.owl-carousel .owl-slide-animated {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all .05s
}

.owl-carousel .owl-slide-animated.is-transitioned {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all .5s
}

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: .2s
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: .35s
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: .5s
}

.owl-carousel .owl-dots,.owl-carousel .owl-nav,div#logo {
    position: absolute
}

div#logo {
    top: 4em;
    z-index: 9;
    left: 1em;
    display: block
}

div#logo img {
    max-height: 37px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(-1px 0 2px #222)
}

.owl-carousel .owl-dots .owl-dot,.owl-carousel .owl-nav [class*=owl-]:focus {
    outline: 0
}

.owl-carousel .owl-dots .owl-dot span {
    background: 0 0;
    border: 1px solid var(--main-black-color);
    transition: all .2s ease;
    border: 0;
    height: 0;
    width: 0;
    color: #fff;
    font-family: "Work Sans",sans-serif
}

.owl-carousel .owl-dots .owl-dot.active span,.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--main-black-color)
}

.owl-carousel .owl-nav {
    width: 100%;
    left: 50%;
    top: calc(50% - 50px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center
}

button.owl-prev {
    position: absolute;
    left: 0
}

.owl-nav button {
    background: #5e5e5e29;
    border: 0;
    padding: 5px
}

button.owl-next {
    position: absolute;
    right: 0
}

.owl-carousel .owl-nav svg {
    transition: opacity .3s
}

.owl-carousel .owl-nav button:hover svg {
    opacity: 1
}

.owl-carousel .owl-nav [class*=owl-]:hover,.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span,div#moments a:hover i {
    background: 0 0
}

.owl-dots {
    right: 2em;
    top: 3em!important;
    text-align: right!important;
}

.owl-dots button span {
    padding: 0 1em
}

.owl-carousel .owl-dots .owl-dot:first-child span:after {
    content: "01_"
}

.owl-carousel .owl-dots .owl-dot:nth-child(2) span:after {
    content: "02_"
}

.owl-carousel .owl-dots .owl-dot:nth-child(3) span:after {
    content: "03_"
}

.owl-carousel .owl-dots .owl-dot:nth-child(4) span:after {
    content: "04_"
}

.owl-carousel .owl-dots .owl-dot:nth-child(5) span:after {
    content: "05_"
}

.owl-carousel .owl-dots .owl-dot:nth-child(6) span:after {
    content: "06_"
}

.owl-carousel .owl-dots .owl-dot:nth-child(7) span:after {
    content: "07_"
}

.owl-carousel .owl-dots .owl-dot:nth-child(8) span:after {
    content: "08_"
}

.owl-carousel .owl-dots .owl-dot:nth-child(9) span:after {
    content: "09_"
}

button.owl-dot:not(.active) {
    opacity: .6
}

h2.owl-slide-title,span.numero {
    color: #fff
}

h2.owl-slide-title span {
    color: #040404
}

a.btn.btn-primary.owl-slide-cta {
    border: 1px solid #fff;
    border-radius: 0;
    padding: .5em 1.5em;
    font-family: "Work Sans",sans-serif;
    letter-spacing: .2em;
    background: 0 0;
    font-weight: 300;
    transition: .2s
}

a.btn.btn-primary.owl-slide-cta:hover {
    background-color: #fff;
    color: #383939;
    transition: .2s
}

a.btn.btn-primary.owl-slide-cta:focus {
    border: 0;
    box-shadow: 0 0 0 .25rem rgb(208 33 40)
}

.owl-slide-subtitle {
    color: #383939;
    font-weight: 300;
    font-size: .9em
}

h2.owl-slide-animated.owl-slide-title.is-transitioned {
    line-height: 1em;
    text-shadow: 2px 2px #38393966
}

div#slide-footer {
    margin: 0 auto;
    text-align: left;
    padding: 1.5em;
    display: table;
    width: 100%;
    font-size: .8em
}

div#slide-footer .col-sm-6 {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 1em 0 0
}

div#slide-footer #INAEM {
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 2em!important;
}

.anteriores-title,.numero-anterior h4,div#INAEM p {
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase
}

div#INAEM p {
    font-size: 1.1em;
    letter-spacing: 0;
    margin: 0!important;
    padding: 0!important;
    line-height: 2em!important;
}

#INAEM span {
    font-weight: 400
}

#copyright,div#edicion {
    text-transform: uppercase
}

div#edicion,div#numeroactual h2 {
    font-family: "Work Sans",sans-serif;
    font-weight: 300;
    font-size: 1.2em
}

button.btn.btn-link h4,div#INAEM p,div#edicion h2 span {
    font-weight: 300
}

div#numeroactual {
    padding: 3em 0 3rem;
    background: #f2f1ed
}

div#numeroactual .container {
    max-width: 850px
}

div#numeroactual h2 {
    text-align: left;
    padding: 0 0 .5em;
    font-size: 2em;
    font-weight: 200
}

.anteriores-title,.numero-anterior h4 {
    text-align: left
}

.numero-anterior h4 {
    font-size: 1.5em!important;
    font-weight: 200!important;
    padding: 0 .2em!important;
}

div#numeroactual li {
    text-align: left!important;
    font-size: .9em;
    font-weight: 300;
    padding: 0
}

.numero-anterior li a,div#numeroactual li a {
    color: #383939;
    font-size: 1.4em;
    font-weight: 200
}

.numero-anterior li {
    display: inline-block;
    width: 50%;
    padding: .5em
}

.numero-anterior li a:hover,div#numeroactual li a:hover {
    opacity: .8
}

div#numerosAnteriores .container {
    padding: 1em 0
}

.numero-anterior li.no-padding-mid {
    padding-top: .2em!important;
}

.anteriores-title {
    margin-top: 2em;
    padding: 0;
    font-size: 2em;
    font-weight: 200
}

.interviewed img {
    width: 100%
}

.interviewed {
    padding: 3em 0
}

.interviewed h3 {
    font-weight: 400;
    padding: 1em 0
}

.interviewed h3 span,button.btn.btn-link span,div.interviewed h1 span {
    font-weight: 200
}

.interviewed .summary {
    border-left: 20px solid #f2f1ed;
    padding-left: 1em;
    text-align: justify
}

.interviewed a {
    color: #383939!important;
    transition: .2s
}

.interviewed a img:hover {
    opacity: .9!Important;
    transition: .2s
}

.interviewed a:hover {
    color: #38393990!important;
    transition: .2s
}

.interviewed a.link {
    text-align: right!important;
    float: right;
    padding: .5em 1em;
    text-transform: uppercase;
    font-family: "Work Sans",sans-serif;
    font-weight: 300;
    color: #383939;
    font-size: .9em;
    border: 1px solid;
    transition: .2s
}

.interviewed a.link:hover {
    background: #383939;
    color: #fff!Important;
    transition: .2s;
    border-color: #383939
}

footer#footer {
    text-align: center;
    font-size: .85eM;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    max-height: 50px;
    display: flex;
    justify-content: flex-end
}

footer#footer .container,footer#footer .container p {
    padding: 0!important;
    text-align: right!important;
    font-size: .9em;
    margin: 0!important;
}

.row.container.footer-mic {
    margin: 0;
    display: flex;
    justify-content: flex-end
}

#copyright {
    text-align: center;
    font-weight: 600!important;
    font-size: .8em
}

#copyright,#copyright a {
    color: #383939
}

#editorial {
    padding: 3em 3em 0;
    text-align: justify
}

.totop a i {
    color: #fff;
    padding: 1em;
    border-radius: 50%;
    background: #383939;
    font-size: 1.3em
}

.totop a i:hover {
    background-color: #38393980
}

button.btn.btn-link :not(i) {
    display: inline;
    font-size: 1.5em;
    font-family: "Work Sans",sans-serif;
    color: #383939
}

button.btn.btn-link * {
    color: #383939;
    line-height: 1em
}

button.btn.btn-link i {
    font-size: 1em;
    padding: 0 .5em
}

div#headingFour {
    background: 0 0;
    border: 0!important;
}

.card {
    border: 0!Important;
}

.accordion ul *,div#more ul li {
    text-align: left!important;
}

section#credits h4 {
    padding-right: .2em
}

.card-body li {
    padding-top: 1em!important;
}

.card-body li.no-padding,.card-body ul li ul li {
    margin: 0!important;
    padding: 0!important;
}

.card-body li.no-padding-mid {
    padding-top: .5em!important;
}

section#credits .card-body {
    font-weight: 300;
    font-size: 1.2em;
    padding: 0
}

section#credits .card-body strong {
    font-weight: 800
}

.card-body span.small {
    line-height: 1em!important;
    margin: 0 0 1em!important;
    display: block;
    font-weight: 300;
    font-size: 75%
}

section#credits .card-body li {
    margin: 1em 0
}

.card-header {
    padding: 0 0 .5em!important;
    background: 0 0!important;
    border: 0!important;
}

button.btn-link:hover {
    text-decoration: none;
    opacity: .7
}

div#credits *,div#interviewFile *,p.creditos-sub {
    text-decoration: none!important;
}

div#credits li,div#credits p,div#interviewFile li,div#interviewFile p {
    font-size: 1em!Important;
}

p.creditos-sub {
    font-weight: 200;
    line-height: 1.2;
    font-size: 1.25rem!important;
    text-indent: 0!important;
}

#homepage div#main-container {
    padding: 0 0 2em!important;
}

section#previouseditions a {
    display: block;
    padding: .5em;
    width: 100%;
    text-align: center;
    font-family: "Work Sans",sans-serif;
    color: #383939;
    font-weight: 200;
    font-size: 1em;
    text-transform: uppercase;
    border: 1px solid;
    margin: 0;
    transition: .2s
}

section#previouseditions a:hover {
    background-color: #383939;
    color: #fff;
    transition: .2s;
    border-color: #383939
}

@media (min-width:600px) {
    .image-link i {
        height: 100%
    }
}

body.interviewed-page header {
    background: #f2f1ed;
    padding: 1.5em 0
}

body.interviewed-page .interviewed {
    padding: 3em 0 1em
}

#logo-entrevista img {
    max-height: 60px;
    width: auto;
    margin: 1em auto;
    display: block
}

div.interviewed h1,div.interviewed span {
    display: inline-flex
}

div.interviewed span {
    padding-left: .5em
}

div.interviewed h1 {
    margin: 0 0 .5em;
    font-weight: 400
}

div.interviewed a.link {
    margin-top: 1em
}

a,a:focus,a:hover {
    text-decoration: none!important;
}

.image-link i {
    position: absolute;
    font-size: 5em;
    width: 100%;
    display: table;
    color: #ffffff80;
    text-align: center;
    padding: 22.5%0;
    top: 0;
    line-height: 1em!important;
    transition: .2s
}

.image-link a:hover i {
    color: #fff;
    transition: .2s;
    background-color: #01010150
}

.fa-youtube:before {
    line-height: 1em!important;
    margin: 0!important;
    padding: 0!important;
}

.image-link.col-sm-12,div#more.row h3 {
    padding: 0
}

div.interviewed a.link i {
    padding: 0 0 0 1em
}

#moments img,video {
    width: 100%
}

#moments i {
    font-size: 1.5em!important;
}

div#moments {
    padding: 1.5em 0 0
}

.interviewed-page div#content h2,.interviewed-page div#content p {
    font-weight: 300
}

.interviewed-page div#content {
    margin-bottom: 3em
}

.interviewed-page div#content .author {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 1.3em
}

.interviewed-page div#content h2 {
    padding: 1em 0 .5em
}

body.interviewed-page li,body.interviewed-page p {
    font-size: 1.2em;
    text-align: justify;
    text-indent: 10px
}

.interviewed-page #numeroactual h2,.interviewed-page button.btn.btn-link h4,.interviewed-page h2,div#moments h3,div#more h3 {
    color: #010101;
    text-transform: none;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0
}

.carousel {
    position: relative;
    display: flex;
    align-items: center
}

.interviewed-page .container {
    padding-left: 0;
    padding-right: 0
}

.interviewed-page div#numeroactual {
    margin-top: 3em
}

body.interviewed-page footer#footer p {
    text-align: center!important;
}

body.interviewed-page div#numeroactual li {
    font-size: 1em;
    font-family: "Work Sans",sans-serif
}

body.interviewed-page div#numeroactual li a,div#moments h4 {
    font-size: 1.1em;
    font-family: "Work Sans",sans-serif
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .2s ease-in-out!important;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out!important;
}

div#moments h4 {
    padding: .5em 0;
    font-weight: 300;
    color: #383939;
    letter-spacing: 0!important;
}

div#numeroactual.bottom li a.active {
    font-weight: 400!important;
}

div#more h3 {
    display: block;
    width: 100%;
    max-width: 100%
}

div#more ul {
    clear: both!important;
    width: 50%;
    padding: 0
}

.image-link.col-sm-4 {
    padding: 0 .5em 0 0
}

div#slider .container {
    z-index: 9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

video {
    height: auto
}

img.responsive.logo-img {
    margin-bottom: 1em!important;
}

@media (max-width:912px) {
    .owl-dots {
        display: none!important;
    }

    ul.menu {
        padding: 150px 0 0
    }

    .row.justify-content-center.justify-content-md-start {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }
}

@media (max-width:600px) {
    body,body p {
        overflow-y: hidden
    }

    .owl-slide .container {
        max-width: 100%
    }

    div#myCarousel {
        margin-bottom: 37px;
        padding-bottom: 7px
    }

    .top-bar.row .col-sm-3 {
        flex: 0 0 33.33%;
        padding: 0!important;
        margin: -.1em 0;
        max-width: 33.33%
    }

    .top-bar.row div {
        padding: 0!Important;
    }

    .top-bar.row div img {
        width: 100%!important;
        height: auto;
        margin: 0!important;
        padding: 0!important;
    }

    .top-bar.row .slogan {
        padding: .3em!important;
    }

    .top-bar.row span.h1 {
        font-size: .7em
    }

    ul.menu-top.tablet-hide {
        display: none
    }

    .top-bar.row .col-sm-8 {
        flex: 0 0 100%
    }

    .col-10.col-md-6.static {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0
    }

    .owl-carousel .owl-dots .owl-dot span {
        padding: 0!IMPORTANT;
        font-size: .9em;
        text-align: center
    }

    .owl-carousel .owl-dots {
        text-align: center!important;
        width: 100%
    }

    div#slide-footer .col-xs-6 {
        padding: 2em 0 0
    }

    div#slide-footer {
        padding: 0 2em 2em!important;
    }

    #LluisPasqual .owl-slide-text,#editorial,div#numeroactual,footer .col-sm-12 {
        padding: 0
    }

    .container,.container.row,section#main-content .container {
        padding: 1.5em!important;
    }

    .owl-carousel .owl-dots,.top-bar.row .col-sm-8,ol.carousel-indicators {
        display: none
    }

    div#logo {
        width: 100%;
        display: block;
        top: 0;
        position: relative;
        background: #cd242b;
        flex: 0 0 100%;
        max-width: 100%;
        left: 0;
        text-align: center;
        padding: 1em .5em .5em
    }

    .owl-dots,.owl-slide:after {
        display: block;
        position: absolute
    }

    .owl-dots {
        width: 100%!important;
        top: 0;
        left: 0
    }

    .owl-carousel .owl-dots .owl-dot {
        padding: 0 .3em!important;
    }

    .interviewed-page h1,.interviewed-page h1 span {
        width: 100%;
        display: block!important;
        max-width: 100%!important;
        padding: 0
    }

    .interviewed-page h1 {
        font-size: 1.5em
    }

    #logo-entrevista img {
        max-height: 45px;
        margin: 0 auto
    }

    body.interviewed-page .interviewed {
        padding: 0
    }

    .interviewed-page section#main-content {
        padding: 1em 1em 1em 1em!Important;
    }

    .interviewed-page .container {
        padding: 0 1em!important;
    }

    div#moments {
        margin-top: 2em;
        padding: 1em
    }

    div#moments .col-sm-4 {
        padding: 0!important;
        margin: .5em 0!important;
        border: 0
    }

    .interviewed-page div#numeroactual {
        padding: 1em 0
    }

    body.interviewed-page footer#footer p {
        text-align: center!important;
    }

    #homepage footer .row.container {
        padding: 0 1.5em!important;
    }

    .image-link i,footer#footer {
        font-size: .6em;
        text-align: center;
        padding: 2em 1em 0
    }

    .interviewed .summary,body.interviewed-page li,body.interviewed-page p {
        font-size: 1em
    }

    div.interviewed a.link {
        margin-bottom: 1em
    }

    .image-link i {
        position: absolute;
        font-size: 3em;
        width: 100%;
        height: auto;
        display: table;
        color: #ffffff80;
        padding: 20%0;
        top: 0;
        line-height: 1em!important;
        transition: .2s
    }

    div#slide-footer .col-xs-6 {
        display: block!important;
        flex: 0 0 100%!important;
        max-width: 100%!important;
        width: 100%;
        font-size: .9em
    }

    div#INAEM p {
        line-height: 1.3em!important;
    }

    div.interviewed span {
        padding-left: 0!important;
    }

    section#previouseditions a {
        font-size: 1.2em;
        margin: 10%0 0
    }

    .owl-slide:after {
        content: " ";
        height: 100%;
        width: 100%
    }

    .owl-slide .container {
        z-index: 10
    }

    

    .owl-slide-animated.owl-slide-subtitle.mb-3.is-transitioned {
        max-width: 100%!important;
    }

    .btn-link {
        text-decoration: none!important;
        color: #cb242b
    }

    div#slide-alfonso-aijon a.btn.btn-primary.owl-slide-cta,div#slide-ana-belen a.btn.btn-primary.owl-slide-cta,div#slide-nati-mistral a.btn.btn-primary.owl-slide-cta {
        border-color: #fff!important;
        color: #fff!important;
    }

    div#slide-ana-belen a.btn.btn-primary.owl-slide-cta:hover,div#slide-nati-mistral a.btn.btn-primary.owl-slide-cta:hover {
        background-color: #fff!important;
        color: #383939!important;
    }

    div#slide-ana-belen h2,div#slide-consuelo-reyes h2 {
        color: #c1c1c1
    }

    div#slide-nati-mistral .owl-slide-text,div#slide-yolanda-garcia-serrano .owl-slide-text {
        padding: 0!Important;
    }

    div#more ul {
        clear: both!important;
        width: 100%
    }

    ul.en-este-numero,ul.en-este-numero.creditos-home {
        width: 100%!important;
    }

    ul.en-este-numero {
        margin-bottom: 0
    }

    div#slide-portada {
        background-position: 60%!important;
    }

    div#slide-donald-b-lehn {
        background-position: 70%!important;
    }

    div#slide-andres-lima {
        background-position: 20%!important;
    }

    div#slide-itziar-pascual {
        background-position: 60%!important;
    }

    div#slide-carmen-roche,div#slide-pilar-de-yzaguirre {
        background-position: 72%!important;
    }

    div#slide-background-color-1,div#slide-background-color-new,div#slide-background-color-new-1,div#slide-background-color-new-2,div#slide-background-color-new-3,div#slide-background-color-new-4 {
        background-position: 24%!important;
    }

    div#slide-jose-luis-turina {
        background-position: 14%!important;
    }

    div#slide-irene-gutierrez-caba {
        background-position: 81%!important;
    }
}

#entrevista-consuelo-reyes .interviewed-page div#numeroactual {
    margin-top: 0
}

body#entrevista-nati-mistral .small-title {
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .85em;
    padding: 0!important;
    margin: -1em 0 0;
    font-weight: 400
}

.caption h1 {
    font-size: 1.3rem!important;
    padding: 10px 0 0;
    font-weight: 100
}

.btn-link {
    font-weight: 400;
    color: #cb242b!important;
    text-decoration: none
}

div#text-over.caption {
    font-size: 25px;
    font-weight: bolder;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif
}

div#text-over.bottom-right {
    position: absolute;
    bottom: 18px;
    right: 36px;
    font-family: "Work Sans",sans-serif;
    font-weight: 100;
    color: #fff;
    font-style: italic;
    text-transform: none;
    font-size: 1.7rem!important;
    line-height: 2rem
}

h1.titulo-peq {
    font-size: 2em
}

@media only screen and (min-width:400px) and (max-width:720px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    .col-10.col-md-6.static {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }

    label.navigation__button {
        display: none
    }

    h2.owl-slide-title {
        color: #ccc;
        text-transform: uppercase;
        font-family: "Work Sans",sans-serif;
        font-weight: 400
    }
}

@media only screen and (min-width:200px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
    

    .publi-5 {
        background-size: 80%
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
    ul.menu-top.tablet-hide {
        opacity: 0!important;
        display: none
    }

    h1.titulo-peq {
        font-size: 1.5em
    }

    div#main-container {
        padding: 1em
    }

    div#slide-portada {
        background-position: 55%!important;
    }

    div#slide-donald-b-lehn {
        background-position: 62%!important;
    }

    div#slide-andres-lima {
        background-position: 16%!important;
    }

    div#slide-itziar-pascual {
        background-position: 24%!important;
    }

    div#slide-pilar-de-yzaguirre {
        background-position: 55%!important;
    }

    div#slide-irene-gutierrez-caba {
        background-position: 79%!important;
    }

    div#slide-background-color-1,div#slide-background-color-new,div#slide-background-color-new-1,div#slide-background-color-new-2,div#slide-background-color-new-3,div#slide-background-color-new-4 {
        background-position: 15%!important;
    }

    .col-10.col-md-6.static {
        flex: 0 0 60%!important;
        max-width: 60%!important;
    }

    .top-bar.row span.h1 {
        font-size: .8em
    }

    .col-sm-12.col-md-12.col-lg-4.emptyblock {
        border-top: 1px solid #f2f1ed
    }

    div#slider .container {
        max-width: none!important;
        z-index: 9;
        overflow-y: hidden;
        justify-content: center;
        margin: auto
    }

    .container.left,.container.right {
        margin: auto!important;
    }

    div#slider .container,h2.interview-carrusel.carousel-title {
        display: flex;
        align-items: center
    }

    ul.index-list li {
        padding: .5em!important;
        display: flex;
        justify-content: space-between;
        color: red
    }

    .owl-slide-text,.owl-slide-text.con-fondo,h2.interview.equal {
        text-align: center
    }

    .owl-carousel .owl-slide {
        padding: 50px!important;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    label.navigation__button {
        display: none
    }

    .col-10.col-md-6.static {
        flex: 0 0 60%!important;
        max-width: 60%!important;
    }

    h2.owl-slide-title {
        color: #383939;
        text-transform: uppercase;
        font-family: "Work Sans",sans-serif;
        font-weight: 400
    }

    div#slide-andres-lima .col-10.col-md-6.static,div#slide-background-color-1 .col-10.col-md-6.static,div#slide-background-color-new .col-10.col-md-6.static,div#slide-background-color-new-1 .col-10.col-md-6.static,div#slide-background-color-new-2 .col-10.col-md-6.static,div#slide-background-color-new-3 .col-10.col-md-6.static,div#slide-background-color-new-4 .col-10.col-md-6.static,div#slide-itziar-pascual .col-10.col-md-6.static {
        flex: 0 0 60%!important;
        max-width: 60%!important;
        float: right;
        margin-left: 50%
    }

    div#slide-portada {
        background-position: 30%!important;
    }

    div#slide-background-color-1,div#slide-background-color-new,div#slide-background-color-new-1,div#slide-background-color-new-2,div#slide-background-color-new-3,div#slide-background-color-new-4 {
        background-position: 40%!important;
    }

    div#slide-donald-b-lehn {
        background-position: 62%!important;
    }

    div#slide-andres-lima {
        background-position: 45%!important;
    }

    div#slide-itziar-pascual {
        background-position: 65%!important;
    }

    div#slide-pilar-de-yzaguirre {
        background-position: 57%!important;
    }

    div#slider .container,h2.interview-carrusel.carousel-title {
        display: flex;
        align-items: center
    }

    .container.left,.container.right {
        margin: 0
    }

    div#slider .container {
        z-index: 9;
        overflow-y: hidden
    }

    ul.index-list li {
        display: flex;
        justify-content: space-between;
        color: red
    }

    .owl-slide-text,.owl-slide-text.con-fondo,h2.interview.equal {
        text-align: center
    }
}

.navigation__checkbox {
    display: none
}

.navigation__checkbox:checked~.navigation__background {
    transform: scale(100)
}

.navigation__checkbox:checked~.navigation__nav {
    transform: translateX(0);
    visibility: initial;
    opacity: 1;
    overflow: auto
}

.navigation__button {
    position: fixed;
    top: 4rem;
    right: 10px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0;
    box-shadow: 0 1rem 3rem rgb(0 0 0/24%);
    background: #fff;
    width: 42px;
    height: 42px;
    z-index: 99999999999
}

.navigation__background {
    position: fixed;
    top: 1rem;
    right: -5rem;
    width: 4rem;
    height: 4rem;
    z-index: 9999;
    transition: transform .8s cubic-bezier(.86,0,.07,1)
}

.full-background-color,.navigation__background {
    background-image: radial-gradient(#383939d9,#383939)
}

.navigation__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .8s ease-in,transform .8s cubic-bezier(.68,-.55,.265,1.55)
}

iframe#video-example,iframe#video-fangoria,ul.navigation__list {
    width: 100%
}

.navigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    list-style: none;
    padding: 0
}

li.col-lg-6.col-md-6.col-xs-12.no-style,ul.navigation__list ul {
    list-style: none
}

.navigation__link::before {
    padding-right: 1.2rem
}

.navigation__link:active,.navigation__link:hover,.navigation__link:link,.navigation__link:visited {
    display: inline-block;
    font-size: 13px!important;
    text-decoration: none;
    text-transform: uppercase;
    background-size: 270%;
    transition: all .4s;
    width: 100%;
    text-align: left;
    font-weight: 400
}

.navigation__link:link,.navigation__link:visited {
    color: #fff;
    font-family: "Work Sans",sans-serif
}

.navigation__link:active,.navigation__link:hover {
    color: #fab002;
    background-position: 100%;
    background-image: linear-gradient(120deg,transparent 0,transparent 49.9%,#fff 50%);
    white-space: normal;
    word-wrap: break-word
}

a.navigation__link.slide-link:link,a.navigation__link.slide-link:visited,li.sub-menu.navigation__item a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-size: 270%;
    transition: all .4s;
    font-family: "Roboto slab",Arial,sans-serif;
    font-weight: 800
}

a.navigation__link.slide-link:link,a.navigation__link.slide-link:visited {
    font-size: 20px!important;
    padding: .5rem;
    background-image: linear-gradient(120deg,#424040 0,#282424ad 49.9%,#383939 50%)
}

a.navigation__link.slide-link:active,a.navigation__link.slide-link:hover {
    color: #fff;
    background-position: 100%
}

ul.drop-down li.navigation__item a.nav-button.navigation__item.disabled,ul.drop-down.closed li a {
    font-size: 20px!important;
    font-weight: 800
}

li.sub-menu.navigation__item a {
    font-size: 30px;
    padding: .5rem!important;
    background-image: linear-gradient(120deg,transparent 0,transparent 49.9%,#fff 50%)
}

li.sub-menu li a {
    font-size: 20px!important;
}

i.fa.fa-chevron-down,li.sub-menu li a.desp {
    font-size: 15px!important;
}

li.sub-menu a {
    font-size: 30px
}

button.btn.btn-link,li.sub-menu ul,ul.anteriores-numeros {
    padding: 0
}

.navigation__icon {
    display: inline-block;
    position: relative;
    width: 2.2rem;
    height: .6rem;
    top: 33%;
    transition: transform .25s ease-in-out
}

.navigation__icon-span {
    position: absolute;
    height: 1px;
    width: 50%;
    background: #383939;
    transition: all .5s ease-in;
    border: 0!important;
}

.navigation__icon-span:nth-child(even) {
    left: 50%;
    border-radius: 0 .9rem .9rem 0
}

.navigation__icon-span:nth-child(odd) {
    left: 0;
    border-radius: .9rem 0 0 .9rem
}

.navigation__icon-span:nth-child(1),.navigation__icon-span:nth-child(2) {
    transform: translateY(-1rem)
}

.navigation__icon-span:nth-child(5),.navigation__icon-span:nth-child(6) {
    transform: translateY(1rem)
}

.navigation__checkbox:checked+.navigation__button .navigation__icon-span:nth-child(1),.navigation__checkbox:checked+.navigation__button .navigation__icon-span:nth-child(6) {
    transform: rotate(45deg);
    background: #383939
}

.navigation__checkbox:checked+.navigation__button .navigation__icon-span:nth-child(2),.navigation__checkbox:checked+.navigation__button .navigation__icon-span:nth-child(5) {
    transform: rotate(-45deg);
    background: #383939
}

.navigation__checkbox:checked+.navigation__button .navigation__icon-span:nth-child(2),.navigation__checkbox:checked+.navigation__button .navigation__icon-span:nth-child(6) {
    transform-origin: left
}

.navigation__checkbox:checked+.navigation__button .navigation__icon-span:nth-child(1),.navigation__checkbox:checked+.navigation__button .navigation__icon-span:nth-child(5) {
    transform-origin: right
}

.navigation__checkbox:checked+.navigation__button .navigation__icon-span:nth-child(3) {
    left: -50%;
    opacity: 0
}

.navigation__checkbox:checked+.navigation__button .navigation__icon-span:nth-child(4) {
    left: 100%;
    opacity: 0
}

.navigation__button:hover .navigation__icon-span:nth-child(3) {
    transform: translateX(-.3rem) scale(1.1)
}

.navigation__button:hover .navigation__icon-span:nth-child(4) {
    transform: translateX(.3rem) scale(1.1)
}

div#more a,ul {
    padding-left: 0
}

a.navigation__link.secc-doc {
    font-size: .8em;
    background: #3839395c
}

.slider-counter {
    font-family: "Roboto slab",Arial,sans-serif;
    font-weight: 500;
    font-size: .95em
}

.owl-nav .owl-next.disabled,.owl-nav .owl-prev.disabled {
    display: none
}

button.primer-item svg,button.segundo-item svg {
    max-width: 9px
}

svg {
    width: 2rem;
    height: auto;
    stroke-width: 2
}

svg.mapa-europa {
    width: 100%;
   
}

p.firma {
    text-align: right;
    font-size: 1.1rem
}

.cargo {
    text-align: left;
    font-size: .89rem
}

.no-margin-bottom-firma {
    margin-bottom: 0
}

button.btn.btn-link.linkcredit {
    font-size: 32px!important;
    font-family: "Work Sans",sans-serif;
    text-transform: none;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    color: #383939!important;
}

ul.en-este-numero li {
    text-indent: 0;
    padding: 0
}

h3.teatroteca {
    padding: 0 0 .5em!important;
}

ul.en-este-numero.full-width {
    width: 100%!important;
}

ul.en-este-numero.full-width li.col-sm-6 {
    width: 100%!important;
    max-width: 100%!important;
}

.interviewed h1 {
    display: flex;
    align-content: stretch;
    align-items: flex-end;
    font-size: 2.5rem
}

.interviewed h1 span,h1 span.line-break {
    font-size: .8em!important;
}

h1.portada-titulo {
    line-height: initial!important;
    font-size: 7vh;
    font-weight: 700;
    margin-top: 20px
}

h1 span.line-break {
    display: block;
    white-space: -moz-pre;
    white-space: pre-wrap;
    margin-top: 10px;
    font-weight: 200
}

.middle div,button.btn.btn-link.collapsed {
    padding: 0!important;
}

div#numerosAnteriores {
    padding: 0;
    margin-top: 1em
}

button.btn.btn-link.linkcredit.creditos {
    margin-top: 40px
}

span.creditos-title {
    font-weight: 300!important;
}

span.numero-title {
    font-size: 1.5em!important;
    font-weight: 200!important;
    padding: 0;
    text-transform: uppercase
}

.d-none {
    display: block!important;
}

.carousel-indicators {
    display: flex;
    z-index: 9999999999;
    position: fixed;
    top: calc(80% + 80px);
    height: 30px;
    margin: 0
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d02128' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d02128' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.carousel-control-next,.carousel-control-prev {
    opacity: 1!important;
}

ul.en-este-numero {
    width: 50%;
    padding: 0
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0 transparent
}

.accordion-button:not(.collapsed) {
    color: #b92a2a;
    font-weight: 600;
    background-color: transparent;
    box-shadow: none
}

div#agenda-familia li,li.no-padding-mid {
    margin-top: 5px
}

li.no-padding-mid a {
    font-weight: 400!important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

ul.en-este-numero.creditos-home {
    float: left
}

span.creditos-title,span.numero-creditos {
    display: inline;
    font-size: 1.5em;
    font-family: "Work Sans",sans-serif;
    color: #383939
}

span.numero-creditos {
    font-weight: 200
}

.accordion-body,button.accordion-button,button.accordion-button.collapsed,div#accordion-creditos,div#accordionFlushExample {
    padding-left: 0
}

section#abstract,section#creditos,section#previouseditions {
    display: flex;
    flex-direction: column
}

.container {
    padding: 1.5em!important;
    height: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    max-width: 585px
}

hr.divider {
    border-top: 1px dashed #000!important;
    background-color: #fffafa00
}

.carousel-caption.d-none.d-md-block {
    position: relative;
    margin: 0 auto;
    left: 0;
    z-index: 9;
    min-height: 529px;
    border-radius: 3%
}

div#comercio ul li {
    color: #fefefe
}

ul.comercio-lista {
    padding: 1em
}

div#comercio ul li,ul.comercio-lista li,ul.verano {
    list-style-type: square
}

ul.verano {
    padding: 1em
}

ul.verano li {
    list-style-type: square!important;
}

div#comercio ul li,ul.comercio-lista li,ul.bullet {
    list-style-type: disc
}

ul.bullet {
    padding: 1em
	color: yellow
}

ul.bullet li {
    list-style-type: square!important;
}
ul.white-text-list {
    list-style-position: inside;
    margin-top: 5px;
}
ul.white-text-list li {
    color: white;
    list-style-type: disc;
}
ul.white-text-list span.line-break {
    margin: 0;
    margin-bottom: 11px;
}
.como-funciona ul li {
    margin-top: 10px;
    line-height: initial;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400
}
.inside-destacado {
    padding-top: 10px !important;
    border-radius: 20px 0 20px 0;
}
.carousel-caption {
    bottom: 0;
    padding: 10px
}

.carousel-inner p.caption {
    font-size: .9em!important;
    margin: 0;
    color: #383939;
    font-weight: 200!important;
    line-height: 1.2;
    text-align: center
}

h5.caption {
    font-size: .9em;
    margin: 0;
    color: #383939
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9999999999999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    color: #56b59f;
    text-align: center;
    transition: opacity .15s ease;
    top: calc(83%);
    margin: 20px
}

p.recuperada {
    text-transform: none;
    font-size: 1.7rem!important;
    color: #f3f3f3;
    line-height: 2rem;
    text-shadow: 1px 1px #38393966!important;
    font-weight: 400;
    margin-top: 1em
}

p.fragmentos {
    color: #fff;
    font-weight: 200;
    margin-bottom: 1rem!important;
    font-size: .95em
}

:root {
    --color-primary: #18181A;
    --color-secondary: #75757C;
    --color-dark: #ffffff;
    --color-light: #F5F5F5;
    --td: 150ms;
    --te: cubic-bezier(0.215, 0.61, 0.355, 1)
}

nav#main-navigation {
    z-index: 99;
    width: 100%;
    top: 0
}

.menu__link>*+* {
    margin-top: 1.5rem
}

.nav-main {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: -100%;
    position: fixed;
    transition: left 0s calc(var(--td)*2),transform 0s calc(var(--td)*2);
    width: 100%
}

.nav-main::after,.nav-main::before {
    content: "";
    background-color: var(--color-primary);
    height: 50%;
    left: 0;
    position: absolute;
    transform: translateX(-110%);
    transform-origin: 0 50%;
    transition: transform calc(var(--td)*2) var(--td) var(--te);
    width: 100%;
    z-index: -100
}

.nav-main::before {
    top: 0
}

.nav-main::after {
    bottom: 0
}

.nav-main .menu__item {
    opacity: 0
}

[id=main-navigation-toggle] {
    opacity: 0;
    position: fixed;
    top: -100%
}

[id=main-navigation-toggle]~label {
    cursor: pointer;
    position: fixed;
    z-index: 100;
    margin-bottom: 0;
    right: 1rem;
    background: #fff;
    top: 7rem
}

[id=main-navigation-toggle]~label span {
    display: block;
    height: 2rem;
    padding: .5rem;
    position: relative;
    transition: transform calc(var(--td)*3) var(--te);
    width: 2rem
}

[id=main-navigation-toggle]~label span::after,[id=main-navigation-toggle]~label span::before {
    background-color: var(--color-dark);
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: transform calc(var(--td)*3) var(--te);
    top: 0;
    width: calc(100% - 1rem)
}

[id=main-navigation-toggle]~label span::before {
    transform: rotate(0) translateY(-100%)
}

[id=main-navigation-toggle]~label span::after {
    transform: rotate(0) translateY(100%)
}

[id=main-navigation-toggle]:checked~label span {
    transform: rotate(1turn)
}

[id=main-navigation-toggle]:checked~label span::before {
    transform: rotate(45deg)
}

[id=main-navigation-toggle]:checked~label span::after {
    transform: rotate(-45deg)
}

[id=main-navigation-toggle]:checked~.nav-main {
    left: 0;
    transition: transform 0s
}

[id=main-navigation-toggle]:checked~.nav-main::after,[id=main-navigation-toggle]:checked~.nav-main::before {
    transform: translateX(0);
    transition-delay: 0s
}

[id=main-navigation-toggle]:checked~.nav-main::after {
    transition-delay: calc(var(--td)/2)
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item {
    opacity: 1;
    transform: translateX(0);
    transition: opacity calc(var(--td)*2) var(--te),transform calc(var(--td)*2) var(--te)
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(1) {
    transition-delay: calc(var(--td)*2*(1*.25));
    z-index: -1
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(2) {
    transition-delay: calc(var(--td)*2*(2*.25));
    z-index: -2
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(3) {
    transition-delay: calc(var(--td)*2*(3*.25));
    z-index: -3
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(4) {
    transition-delay: calc(var(--td)*2*(4*.25));
    z-index: -4
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(5) {
    transition-delay: calc(var(--td)*2*(5*.25));
    z-index: -5
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(6) {
    transition-delay: calc(var(--td)*2*(5*.25));
    z-index: -6
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(7) {
    transition-delay: calc(var(--td)*2*(5*.25));
    z-index: -7
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(8) {
    transition-delay: calc(var(--td)*2*(5*.25));
    z-index: -8
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(9) {
    transition-delay: calc(var(--td)*2*(5*.25));
    z-index: -9
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(10) {
    transition-delay: calc(var(--td)*2*(5*.25));
    z-index: -10
}

.menu {
    position: relative;
    text-align: center;
    z-index: 1
}

.menu>.menu__item {
    font-family: var(--font-family-secondary);
    font-size: 1em
}

.submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    transform: translateY(-10%);
    top: 100%;
    width: 100%;
    visibility: hidden;
    z-index: 2
}

.submenu .menu__item {
    font-family: var(--font-family-primary);
    font-size: 3.5vmin;
    width: 100%
}

.submenu .menu__link {
    color: var(--color-secondary);
    text-shadow: 1px 1px 0 var(--color-primary),2px 2px 0 var(--color-primary)
}

.submenu .menu__link::after,.submenu .menu__link::before {
    display: none
}

.menu__item,.menu__link {
    display: block;
    position: relative
}

.menu__item:hover .submenu {
    opacity: 1;
    visibility: visible
}

.menu__link {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    padding: .5rem 1rem .125rem;
    text-decoration: none;
    transition: color var(--td) var(--te),opacity var(--td) var(--te),transform var(--td) var(--te);
    z-index: 1
}

.menu__link::after,.menu__link::before {
    content: "";
    background-color: var(--color-light);
    height: 50%;
    left: 0;
    position: absolute;
    transform: translateX(-110%);
    transform-origin: 0 50%;
    transition: transform 0s var(--te);
    width: 100%;
    z-index: -1
}

.menu__link::before {
    top: 0
}

.menu__link::after {
    bottom: 0
}

.menu__item {
    --pull: 30%
}

.menu__item .menu__link {
    opacity: 1;
    transition-duration: calc(var(--td)*3)
}

.menu__item .submenu .menu__link,a.image-hover div:hover {
    opacity: 1
}

ul.menu {
    padding: 0
}

li.menu__item {
    color: #fff;
    margin: 5px;
    display: flex;
    justify-content: center
}

a.menu__link {
    text-indent: 0!important;
}

a.menu__link.visited {
    color: #646060
}

a.menu__link:hover {
    color: #cdcdcd
}

.menu__link.visited:hover {
    color: #4a4747!important;
    cursor: not-allowed;
    text-decoration: line-through!important;
    transition-delay: 0s
}

li.menu-title,li.menu__item a {
    font-family: "Work Sans",sans-serif
}

li.menu__item a {
    color: #e3d7d7;
    font-size: 1.2rem;
    margin: .3rem;
    text-indent: 0
}

li.menu__item a:hover {
    color: #bdb4b4
}

li.menu-title {
    color: #fff;
    font-size: 2rem!important;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 2rem
}

li.menu-title span {
    color: rgb(255 255 255/77%);
    font-size: .7em!important;
}

.interviewed h2 {
    font-weight: 400;
    margin: 0 0 .5em;
    line-height: 1
}

.interviewed h2 span {
    display: inline-flex;
    font-weight: 200;
    padding-left: .5em;
    display: inline;
    margin: 0 0 .5em!important;
}

div.interviewed h2 {
    margin: 0 0 .5em
}

button.owl-dot {
    height: 1px
}

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgb(98 98 98/57%);
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.item {
    overflow: hidden;
    height: calc(100%)
}

.first-item:first-child {
    width: 100vw!important;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    background-position-x: 50%;
    background: #212529
}

.last-item {
    width: 100vw!important;
    display: flex;
    justify-content: center;
    background: #232320
}

.last-item a {
    color: #f9af02
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,.owl-item.hide {
    display: none
}

.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    width: 100%;
    z-index: 1;
    margin: auto
}

.owl-stage-outer.owl-height {
    height: 100%!important;
}

.owl-carousel .owl-stage {
    position: relative;
    -moz-backface-visibility: hidden;
    height: 100%
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    background: #fff
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    height: calc(100vh - 50px);
    margin: 0 0 50px
}

.no-js .owl-carousel,.owl-carousel .owl-item img,.owl-carousel.owl-loaded {
    display: block
}

img.responsive.res-car {
    margin-bottom: 2em
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 500ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #383939
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png)no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.rosa {
    background: #101010!important;
    border-radius: 0!important;
}

.fixed {
    animation-name: two_move;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

div#share {
    display: flex;
    justify-content: flex-end;
    border-top: 1px dashed #38393917
}

i.fab.fa-twitter {
    color: #010101;
    font-size: 1.5rem
}

span.hide-text {
    display: none!important;
}

span.visually-hidden {
    color: #383939
}

.owl-dots {
    display: none
}

.container-img {
    margin-bottom: 2em;
    flex-direction: column
}

.row.justify-content-center.justify-content-md-start {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%
}

div#slide-background-color-1,div#slide-background-color-new,div#slide-background-color-new-1,div#slide-background-color-new-2,div#slide-background-color-new-3,div#slide-background-color-new-4 {
    background: #7955481c
}

div#slide-background-color-4 {
    background: linear-gradient(.25turn,#545454,#82857f,#9d9792);
    background: linear-gradient(#fdf6a7,#e1da8b)
}

div#recurso-1 {
    background-image: url(../images/recurso-1.jpg);
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: right!important;
}

div#comercio,div#contenedor-deportes-mejoras,div#hosteleria,div#sanidad {
    background-image: url(../images/deportes/mejoras-1.jpg);
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center!important;
}

div#comercio,div#hosteleria,div#sanidad {
    background-image: url(../images/sanidad.jpg);
    background-position: top center!important;
}

div#comercio,div#hosteleria {
    background-image: url(../images/hosteleria/hosteleria-1.jpg)
}

div#comercio {
    background-image: url(../images/comercio.jpg)
}

div#congresso {
    background-image: url(../images/congresso.jpg);
    background-position: right!important;
}

.como-funciona,div#congresso,div#ordem-dia-background {
    background-repeat: no-repeat;
    background-size: cover!important;
}

.como-funciona {
    background-image: linear-gradient(120deg,#ffc107 0,#fbc00d 49.9%,#f0e685 50%)!important;
    background-position: top center!important;
    padding: 2rem
}

.como-funciona h3 {
    text-align: center;
    font-weight: 700;
    font-size: 3rem
}

p.estilo-1 {
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    line-height: initial
}

div#ordem-dia-background {
    background-image: url(../images/ordem-dia-2.jpg);
    background-position: right!important;
}

.owl-slide-text.scrollable p,h2.interview.big.white {
    color: #fff
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 1024px!important;
        margin: 1.75rem auto
    }

    .agenda-wide,.agenda-wide-2 {
        max-width: 400px!important;
        margin: 1.75rem auto
    }

    .agenda-wide-2 {
        max-width: 600px!important;
    }
    /* .modal-dialog.modal-full-width {
        max-width: 1300px !important;
    } */
}

h2.owl-slide-animated.owl-slide-title.is-transitioned.portada-title {
    color: #fff;
    text-shadow: none;
    text-align: center;
    padding-top: 10px;
    border-top: 4px solid #fff;
    margin-top: 10px
}
.no-corners {
    line-height: normal;
    font-style: italic;
    display: grid;
    grid-template-columns: 50px calc(100% - 70px);
    /* flex-direction: row; */
    width: 100% !important;
    grid-gap: 20px;
    /* align-items: center; */
    font-weight: 600;
    margin-bottom: 0;
}
.no-corners p {
    line-height: normal;
    font-style: italic;
    font-weight: 600;
    text-align: left;
    font-size: .91em;
}
a.external-in-title {
    color: #212529;
}
a.external-in-title:hover {
    opacity: .7;
}
a.external-in-title i {
    padding: 0;
    font-size: 15px;
    margin: 0 !important;
    padding: 0 !important;
   
}


blockquote {
    border-left: none
}

.quote-badge {
    background-color: #383939;
    background-color: rgba(0,0,0,.2)
}

.shadow-book {
    box-shadow: 2px 2px 5px 2px #5f5c5c4f
}

.quotation-mark {
    margin-top: 10px;
    font-weight: 700;
    font-size: 100px;
    color: #0e0d0d;
    font-family: "Roboto slab",Times,Serif
}

.quote-text {
    font-size: 2rem;
    margin-top: -50px;
    margin-bottom: 50px
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem
}

a.btn.btn-primary {
    background: #23272b;
    border-color: #fff;
    color: #fff;
    background-image: linear-gradient(45deg,#fcb001 50%,transparent 50%)!important;
    background-position: 100%;
    background-size: 400%;
    transition: background 300ms ease-in-out;
    margin-top: 10px
}

a.btn.btn-primary:active,a.btn.btn-primary:hover {
    background-position: 0
}

a.btn.read-more-button, a.hover-white, a.yellow-button {
    font-size: 10pt;
    background: linear-gradient(45deg,transparent 5%,#212529 5%);
    border: 0;
    outline: transparent;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

a.btn.read-more-button {
    letter-spacing: 1px;
    box-shadow: 6px 0 0#fbb001;
    margin-top: 20px
}

a.btn.read-more-button:active,a.btn.read-more-button:hover {
    background: linear-gradient(45deg,transparent 5%,#fbb001 5%);
    box-shadow: 6px 0 0#23272b;
    animation: 1s;
    animation-timing-function: steps(2,end);
    color: #23272b
}

a.hover-white,a.yellow-button {
    margin-top: 30px;
    animation: 1s;
    animation-timing-function: steps(2,end);
    box-shadow: 6px 0 0#d0d0cf
}

a.hover-white:active,a.hover-white:hover,a.yellow-button:active,a.yellow-button:hover {
    background: linear-gradient(45deg,transparent 5%,#fff 5%);
    box-shadow: 6px 0 0#23272b;
    animation: 1s;
    animation-timing-function: steps(2,end);
    color: #23272b
}

a.yellow-button {
    background: linear-gradient(45deg,transparent 5%,#fbb001 5%);
    color: #242729
}

a.yellow-button:active,a.yellow-button:hover {
    box-shadow: 6px 0 0#f9af02
}

p.caption {
    font-size: .7em;
    padding: 1em;
    color: #383939
}

img.responsive {
    width: 100%;
    margin: 0 auto
}

.imgBx {
    display: flex;
    justify-content: center
}

.modal {
    width: 100%;
    height: 100%;
    z-index: 99999!important;
    background: #f0ece4
}

.fade {
    transition: opacity .25s cubic-bezier(.4,0,1,1)!important;
}

.modal.fade .modal-dialog {
    transition: transform .4s ease-out!important;
    transform: translate(0,0)!important;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0!important;
    border-radius: .3rem;
    outline: 0
}

.owl-slide-img a img.responsive {
    display: block;
    width: 100%;
    height: auto;
    max-width: 80%;
    padding: 2em
}

.owl-slide-img a,.totop {
    display: flex;
    justify-content: center;
    align-items: center
}

.owl-slide-img a {
    flex-direction: row;
    padding-bottom: 2em
}

.totop {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    right: 0;
    background: #0a0a0a87;
    display: table-cell;
    color: #1c1b1b;
    display: none
}
ol.number-yellow-marker {
    /* text-indent: 20px; */
    margin-left: 20px;
}
ol.number-yellow-marker li::marker {
    color: #fbb001;
    font-weight: 600 !important;
   
}
.totop p {
    padding: 1em;
    margin: 0
}

i {
    font-family: "FontAwesome";
    font-style: normal
}

i.fa-solid.fa-arrow-left,i.fa-solid.fa-arrow-right {
    padding: 5px;
    border-radius: 5px;
    margin: 10px
}

.btn-shine {
    padding: 12px 48px;
    color: #fff;
    background: linear-gradient(to right,#918e8e 0,#f2ac02 10%,#fff 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap
}

.myVideo,.myVideo-1 {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    overflow-y: hidden;
    background: linear-gradient(90deg,transparent 50%,transparent 50%);
    transition-duration: 0ms;
    transform: matrix(1,0,0,1,0,0);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.row.justify-content-center.justify-content-md-start.portada-contenedor {
    display: flex;
    justify-content: center!important;
}

.row.justify-content-center.justify-content-md-start.portada-contenedor .owl-slide-text {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    display: flex;
    align-items: center
}

.container-video,img.responsive.comillas,ul.menu-top {
    display: flex;
    justify-content: center
}

ul.menu-top {
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0
}

.col-8.full ul.menu-top {
    display: flex;
    justify-content: flex-end
}

ul.menu-top li {
    font-size: 12px;
    margin: 0 8px;
    list-style-type: none
}

.modal .comillas {
    margin-bottom: 21px!important;
}

img.responsive.comillas {
    max-width: 50px;
    transform: rotate(180deg);
    text-align: center;
    margin: 0 auto -12px
}

img.responsive.firma {
    width: auto;
    text-align: left;
    margin-left: 0
}

h3.scrollable-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    color: #383939;
    padding: 1em
}

img.responsive.dedo,img.responsive.dedo-green {
    max-width: 50px;
    position: sticky;
    right: 0;
    padding: 10px!important;
    top: 50%
}

img.responsive.dedo {
    animation: glide .8s ease-in-out alternate infinite!important;
    -webkit-animation: glide .8s ease-in-out alternate infinite!important;
    -moz-animation: glide .8s ease-in-out alternate infinite!important;
    -o-animation: glide .8s ease-in-out alternate infinite!important;
    -ms-animation: glide .8s ease-in-out alternate infinite!important;
}

img.responsive.dedo-green {
    -webkit-animation: glide .8s ease-in-out alternate infinite
}

.container .card {
    position: relative;
    width: 320px;
    height: 450px;
    background: #222220;
    border-radius: 20px;
    overflow: hidden
}

.container .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9e9e9e;
    clip-path: circle(150px at 80% 20%);
    transition: .5s ease-in-out
}

.container .card:hover:before {
    clip-path: circle(300px at 80% -20%)
}

.container .card .imgBx {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10000;
    width: 100%;
    height: 220px;
    transition: .5s
}

.container .card:hover .imgBx {
    top: 0;
    transform: translateY(15%)
}

.container .card .imgBx img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(360deg);
    display: inline-block;
    border-radius: 50%;
    background: #f0eceb;
    height: 250px;
    width: 250px;
    max-width: none
}

.container .card .contentBx {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: 1s;
    z-index: 10
}

.container .card:hover .contentBx {
    height: 143px
}

.container .card .contentBx h2 {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin: 0
}

.container .card .contentBx .color,.container .card .contentBx .size {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    padding: 0 20px
}

.container .card:hover .contentBx .size {
    transition-delay: .5s;
    opacity: 0;
    visibility: hidden
}

.container .card:hover .contentBx .color {
    opacity: 1;
    visibility: visible;
    transition-delay: .6s
}

.container .card .contentBx .color h3,.container .card .contentBx .size h3 {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 10px
}

.container .card .contentBx .size span {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    display: inline-block;
    background: #fff;
    margin: 0 5px;
    transition: .5s;
    color: #111;
    border-radius: 4px;
    cursor: pointer
}

.container .card .contentBx .size span:hover {
    background: #9bdc28
}

.container .card .contentBx .color span {
    width: 20px;
    height: 20px;
    background: #ff0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer
}

.container .card .contentBx .color span:nth-child(2) {
    background: #9bdc28
}

.container .card .contentBx .color span:nth-child(3) {
    background: #03a9f4
}

.container .card .contentBx .color span:nth-child(4) {
    background: #e91e63
}

.container .card .contentBx a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s;
    margin-top: 0
}

.container .card:hover .contentBx a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .75s
}

.col-2.full {
    display: flex;
    justify-content: flex-end
}

.col-6.static.entrevista-1 img.responsive {
    max-width: none!important;
    border-radius: 0 85px 0 85px
}

img.responsive.full-width {
    max-width: none
}

.modal-body h4.interview {
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 1em
}

h2.interview-carrusel {
    margin: .5em 0
}

h2.interview-carrusel.carousel-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em!important;
    line-height: initial!important;
}

.black {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px
}

p.black.white {
    color: #fffefd;
    text-decoration: underline
}

#wrapper.toggled #sidebar-wrapper,img.item {
    width: 100%
}

ul.menu-top a.navigation__link {
    color: #1e1d1d;
    font-size: 13px!important;
}

ul.menu-top a.navigation__link:hover {
    color: #5fbca8;
    font-size: 13px!important;
}

ul.menu-top a.navigation__link:focus {
    font-size: 13px!important;
}

.card.card-modal .contentBx {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center
}

img.modal-circle {
    display: inline-block;
    border-radius: 50%;
    background: #f3ef6873;
    height: 250px;
    width: 250px;
    max-width: none
}

.con-fondo-texto {
    background: #f3f3f3;
    padding: 1em;
    border: 1px dashed gray
}

h2.yellow-title {
    color: #13235e
}

a#agenda-close:hover,h2.owl-slide-animated.owl-slide-title.is-transitioned.white-title,p.animated-paragraph.white-style,p.black.white span.bread,ul.index-list li a:hover {
    color: #fff
}

img.responsive-2 {
    max-width: none!important;
    border-radius: 0 50px 5px 50px
}

ul.menu-top i {
    font-size: 1.3em
}

.scrollable-editorial {
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 10px;
    margin: 10px 0
}
@media only screen and (max-width:600px) and (-webkit-min-device-pixel-ratio:1) and (-webkit-min-device-pixel-ratio:1) {

    .scrollable-editorial {
        max-height: 550px
    }
}

@media only screen and (min-width:767px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
    .scrollable-editorial {
        max-height: 950px
    }
}

.scrollable {
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 22px
}

h2.owl-slide-animated.owl-slide-title.is-transitioned.title-mini {
    font-size: 2.3em
}

h2.owl-slide-animated.owl-slide-title.is-transitioned.title-mini-center {
    text-align: center;
    color: #2584a0;
    text-shadow: none
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

h2.title-head {
    text-align: center;
    color: #90cdbf;
    font-size: 3em!important;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.col-12.static.edit {
    display: flex;
    justify-content: flex-start
}

.col-12.static.column-block {
    align-content: center;
    flex-wrap: wrap
}

div#omc-logo {
    background: #212529
}

div#bloque-1 {
    background: #cf68a0
}

.container-fade {
    position: absolute;
    top: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: height .4s linear
}

.fade-in-div,.fade-in-div-index {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    overflow-y: scroll;
    max-height: 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-bottom: 0;
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s
}

.fade-in-div-index {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #fcb001;
    border-radius: 20px
}

div#agenda-summary .carousel-caption.d-none.d-md-block {
    background: #f1f1f100
}

.fade-out-div {
    opacity: 1;
    animation: fadeOut 2s;
    -webkit-animation: fadeOut 2s;
    -moz-animation: fadeOut 2s;
    -o-animation: fadeOut 2s;
    -ms-animation: fadeOut 2s;
    display: none!important;
}

#close-button-container,.col-12.static.column-block,.owl-slide-text.center-div {
    display: flex;
    flex-direction: column;
    align-items: center
}

.owl-slide-text.center-div h2,.owl-slide-text.center-div p {
    text-align: center!important;
    display: flex;
    flex-direction: column;
    align-items: center
}

p.figure-footer .back {
    position: absolute;
    bottom: 2rem;
    text-align: right;
    color: #fff
}

.scrollable img {
    margin-bottom: 1em!important;
}

#close-button-container {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    margin-top: 1em;
    height: 100px;
    background: #fff;
    justify-content: center;
    align-content: space-around
}

div#agenda-summary #close-button-container {
    position: sticky;
    z-index: 9999;
    background: #414141!important;
    color: #002157;
    border: 3px solid #002157;
    box-shadow: -5px -5px 0#fff;
    text-align: right!important;
    display: block;
    margin: 23px 0 35px auto
}

i.fa.fa-window-close {
    font-size: 2em
}

.modal-content.square-animation.conselho {
    background: #726d6d;
    color: #fff
}

blockquote.quote {
    position: relative;
    /* text-align: left; */
    padding: 20px;
    width: 60%;
    color: #181713;
    margin: 50px auto;
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
    /* -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word; */
    font-style: italic;
}

.inside-scroll {
    margin: 2rem auto!important;
}

blockquote.callout.quote.ES.inside-article {
    width: 85%
}

blockquote.ES {
    background: linear-gradient(to right,#f9af02 4px,transparent 4px)0 100%,linear-gradient(to left,#fbb001 4px,transparent 4px) 100%0,linear-gradient(to bottom,#fbb001 4px,transparent 4px) 100%0,linear-gradient(to top,#fbb001 4px,transparent 4px)0 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px
}

ul.index-list li {
    border-bottom: 1px dashed #022359;
    padding: .4em;
    display: flex;
    justify-content: space-between
}

ul.index-list li a {
    width: 100%;
    font-size: 14px;
    font-weight: 600
}

a .carousel-caption.d-none.d-md-block {
    padding: 0
}

p.black.left-side,p.one-bb,p.one-cc {
    margin: 0;
    padding: 0;
    color: #585454;
    text-align: left
}

p.one-bb,p.one-cc {
    text-transform: none;
    color: #5cb9a4;
    font-weight: 600;
    font-size: 14px;
    line-height: 1
}

p.one-cc,ul.index-list li a {
    color: #181713;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    text-align: left!important;
}

p.one-cc {
    align-items: center;
    border-bottom: 1px solid #181713;
   
    line-height: normal;
    padding: .4em!important;
}

p.one-cc i.fa-solid.fa-arrow-right {
    border: 0
}

a.button.secondary.url.navigation__link.index {
    padding: 5px 15px;
    color: #222220;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 800;
    text-transform: none
}

a.button.secondary.url.navigation__link.index:hover {
    padding: 5px 15px;
    color: #f9af02;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: none
}

.bold,h2 {
    font-weight: 700
}

.owl-carousel {
    -ms-touch-action: auto
}

@media (max-width:719px) {
    li.landscape {
        display: none
    }

    blockquote.quote {
        width: 90%!important;
    }
    a.button.secondary.url.navigation__link.index {
        display: none
    }
}

@media (min-width:1025px) {
    li#portrait {
        display: none
    }
}

.area {
    background: -webkit-linear-gradient(to left,#8f94fb,#4e54c8);
    height: 100vh;
    opacity: .5
}

.circles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(255 255 255/63%);
    animation: animate 25s linear infinite;
    bottom: -150px
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    background: #2cccc3
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
    background: #facd3d
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    background: #5626c4
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    background: #e60576
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    background: #2cccc3
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
    background: #facd3d
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    background: #5626c4
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
    background: #e60576
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
    background: #2cccc3
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    background: #facd3d
}

h2.nombre-entrevista {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #fbb82d;
    clear: both
}
h2.nombre-entrevista-border-top {
    text-align: center;
    padding-top: 10px;
    border-top: 2px solid #fbb82d;
    clear: both
}

p.nombre-entrevista {
    text-align: center;
    color: #020202;
    background: #fab002;
    padding: 5px;
    font-size: 2em;
    font-weight: 600;
    line-height: normal
}

p.figure-footer {
    
    margin-top: 2px;
    margin-top: 2px;
    font-size: .8em;
   
}
.list-product-subnav span.line-break {
    margin-top: 0 !important;
    margin-bottom: 5px;
}
.person-investigation {
    /* display: flex; */
    justify-content: center !important;
}
p.figure-footer.entrevista-cargo {
    text-align: center;
    font-size: .9em;
    margin-bottom: 23px;
    margin-top: -8px
}

.bread {
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    border-bottom: 6px solid #b6b7b7
}

hr.full-width-line {
    margin: 3rem 0;
    border: 2px solid dashed;
    background: #fcb001;
    height: 3px;
    opacity: .4;
}

.inside-modal {
    margin-bottom: 37px!important;
    margin-top: 6px!important;
}

.owl-slide-text blockquote.callout.quote.ES {
    font-size: 1.2em;
    color: #212529;
    line-height: normal;
}

blockquote.callout.quote.ES.less-margin {
    width: 100%;
    margin: 5px auto;
    padding: 20px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    word-wrap: none
}

blockquote.callout.quote.ES.mini {
    font-size: 1.1em
}

span.pregunta,span.responde {
   
    font-weight: 400
}

.bastonario {
    background: #c3f9ed;
    padding: 1em
}

p a {
    word-break: break-all
}

.card-2 {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,#fff 10px,transparent 10px)0 100%,linear-gradient(to left,#fff 10px,transparent 10px) 100%0,linear-gradient(to bottom,#fff 10px,transparent 10px) 100%0,linear-gradient(to top,#fff 10px,transparent 10px)0 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding: 1em;
    color: #fff;
    text-align: left
}

.black {
    font-weight: 700;
    color: #040406 !important;
    letter-spacing: 1px
}

.substitle {
    font-size: 1.5em;
    color: #59b9a4
}

ul.last-page {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin-top: 1em;
    list-style-type: none
}

ul.last-page i.fa-brands {
    color: #feffff;
    font-size: 1.8em;
    border-radius: 100%;
    padding: 1em
}

ul.last-page i.fa-brands:hover {
    color: #2e2d2d
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#wrapper.toggled {
    padding-left: 300px
}

#sidebar-wrapper {
    z-index: 1000;
    left: 170px;
    width: 0;
    height: calc(100% - 50px);
    margin-left: -170px;
    overflow-y: auto;
    background: #fbb001;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    justify-content: center;
    top: 50px
}
.menu-container {
    width: 100%;
    background: #fcb001;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-container span {
    line-height: normal !important;
}
#sidebar-wrapper::-webkit-scrollbar {
    /* display: none */
}

.clase-1 {
    width: 300px
}

.clase-2 {
    width: 0
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -170px
}

.navbar {
}

.sidebar-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    max-width: 350px
}

.sidebar-header,.sidebar-nav li {
    position: relative;
    display: inline-block;
    width: 100%
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px
}

.sidebar-header {
    text-align: center;
    font-size: 20px
}

li.sidebar-header.no-padding a {
    font-size: 12px;
    margin: 0 8px;
    padding: 0!important;
}

.sidebar-brand {
    height: 50px;
    position: relative;
    background: #212531;
    background: linear-gradient(to right bottom,#fff 50%,#fff 50%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #1a1a1a
}

.hamburger {
    position: fixed;
    top: 10px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    background: #ffffff00;
    border: 0
}

.hamburger:active,.hamburger:focus,.hamburger:hover {
    outline: 0
}

.hamburger.is-closed:before,.hamburger.is-open:before {
    content: "";
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover:before,.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-middle,.hamburger.is-closed .hamb-top {
    position: absolute;
    height: 4px;
    width: 80%;
    left: 10%
}

.hamburger.is-closed .hamb-bottom {
    position: absolute;
    height: 4px
}

.hamburger.is-open .hamb-bottom,.hamburger.is-open .hamb-middle,.hamburger.is-open .hamb-top {
    position: absolute;
    height: 4px;
    width: 80%;
    left: 10%
}

.hamburger.is-closed .hamb-bottom,.hamburger.is-closed .hamb-middle,.hamburger.is-closed .hamb-top {
    background-color: #1a1a1a
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
    background: #fff
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
    background: #f9af02
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
    width: 50%;
    left: 40%
}

.hamburger.is-closed:hover .hamb-top {
    top: 3px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 3px;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open .hamb-bottom,.hamburger.is-open .hamb-middle,.hamburger.is-open .hamb-top {
    background-color: #fff
}

.hamburger.is-open .hamb-bottom,.hamburger.is-open .hamb-top {
    top: 50%;
    margin-top: -2px
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08)
}

.hamburger.is-open .hamb-middle,nav ul.hidden {
    display: none
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08)
}

iframe {
    border: 0;
    max-width: 100%;
    max-height: none
}

.full-iframe,table.data-blue.data-blue-width thead {
    width: 100%
}

a.image-hover {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

span.bread {
    color: #212529;
    text-decoration: underline
}

div#comercio span.bread,div#sanidad span.bread {
    color: #fefefe
}

.background-overlay {
    background: #2e2e2ec7;
    padding: 1em;
    border-radius: 30px;
    max-width: 455px
}

.owl-slide-text.background-overlay-yellow {
    padding: 1em;
    color: #fff!important;
    border-radius: 30px;
    max-width: 455px
}

.background-overlay,.background-overlay span.bread,i.fa-brands {
    color: #fff!important;
}

.owl-slide-text {
    text-align: center
}

button.hamburger {
    top: 60px;
    position: fixed;
    right: 10px;
    width: 50px;
    z-index: 99999
}

div#top i.fa-brands:hover,div#top-inside-menu i.fa-brands:hover,i.fa-brands:hover {
    color: #fab002!important;
}

div#top i.fa-brands,div#top-inside-menu i.fa-brands {
    color: #222629!important;
    margin: 5px
}

ul.menu-top a {
    color: #222220
}

i.fas.fa-expand:hover,ul.menu-top a:hover {
    color: #f9af02
}

.container-portada {
    padding: 1em;
    max-width: 768px
}

.container.con-max-width {
    max-width: 768px
}

.container.con-max-width p {
    text-align: center;
    line-height: normal;
}

.owl-item {
    transition: all 1.9s;
    -webkit-transition: all 1.9s;
    opacity: 0
}

.owl-item.active {
    opacity: 1
}

img.responsive.logo-mic {
    max-width: 94px;
    margin-top: 3em;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 30px;
    right: 10px
}

footer#footer p {
    color: #f5e2ce
}

a.mic,h3 {
    letter-spacing: 1px
}

a.mic {
    font-weight: 700;
    color: #c7651b
}

div#slide-background-color-3\ aconteceu-background {
    background: #fff
}

div#medio-ambiente {
    background: #e7e4e4
}

div#educacion span.bread {
    color: #615a5a
}

.item.entrevista-background,div#slide-background-color-3\ entrevista-background,div#slide-background-color-3\ global {
    background: #fff
}

h3.familia-title {
    color: #ffc107;
    margin-top: 3rem
}

.owl-slide.d-flex.align-items-center.cover.nacional {
    background: #ebebeb
}

.owl-slide-text.alineado-derecha p,.owl-slide-text.alineado-derecha p span {
    text-align: right!important;
    color: #6ddbc4!important;
}

h2.interview.big.big-screen,h2.interview.big.big-screen.center {
    font-size: 4rem;
    text-align: right;
    line-height: 1!important;
}

h2.interview.big.big-screen.center {
    text-align: center
}

h2.interview.big.big-screen.white {
    text-align: center
}

.imgBx.modal-container iframe#video {
    width: 100%;
    max-height: none
}

ul.index-list {
    padding: 1em;
    background: #fcb001;
    border-radius: 20px
}

.con-border-radius {
    border-radius: 20px;
    padding: 22px
}

.con-border-radius .col-lg-4 {
    float: left;
    padding: 5px
}

.main-wrapper .hero-image .hero-content .hc-footer .hcf-toggle .hcft-icon-holder .hcft-icon.closed,a.logo-mic-hover {
    opacity: 1
}

a.logo-mic-hover:hover {
    opacity: .8
}

h2.interview.equal.ind-style {
    font-size: 2em!important;
    color: #181713
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: none
}

@media only screen and (min-width:200px) and (max-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    .row.justify-content-center.justify-content-md-start {
        padding: 20px!important;
    }

    .container.left,.container.right {
        margin: auto!important;
    }

    .container {
        background-size: cover
    }
}

img.animated.fadeInUp {
    margin: auto
}

div#agenda-block {
    background: #b04b83;
    border-top: 0
}

div#feria-block {
    background: rgb(27 127 204/80%);
    border-top: 0
}

div#bibliotecas-block {
    background: #973ab7;
    border-top: 0
}

div#educacion-block {
    background: #68cbc8
}

div#juventud-block {
    background: #f2edd7
}

div#juventud-block h2.interview.big.big-screen.center,div#juventud-block span.bread {
    color: #222220!important;
}

div#centros-mayores-block {
    background: #564a4a
}

div#familia-block {
    background: #480032
}

div#empleo-block {
    background: #015792
}

div#asociaciones-block {
    background: #39bdb1
}

div#deportes-block {
    background: #bd399d
}

div#discapacidad-block {
    background: #38a9cb
}

div#comercio-block {
    background: #716b62
}

div#comercio-block h2.interview.big.big-screen.center,div#comercio-block span.bread {
    color: #fff!important;
}

div#desarrollo-block {
    background: #353a40
}

h3.cultura-blue,h3.cultura-white,h3.cultura-white-modal,h3.familia-title {
    font-weight: 800;
    text-align: left;
    font-size: 1rem!important;
    padding-top: 20px
}

h3.cultura-blue {
    color: #01345b;
    margin-top: 3rem;
    border-top: 6px solid #01345b
}

h3.cultura-white,h3.cultura-white-modal {
    color: #fff
}

h3.cultura-white {
    margin-top: 3rem;
    border-top: 6px solid #01345b
}

h3.cultura-white-modal {
    border-top: 6px solid #fff
}

h3.carmen-pink,h3.in-modal {
    text-align: left;
    font-weight: 700
}

h3.in-modal {
    color: #212529;
    line-height: initial!important;
    margin-bottom: 1em;
    margin-top: 2em
}

.in-modal.graphic {
    font-size: .9em;
    text-transform: uppercase
}

.margin-top-without-lead {
    margin-top: 30px
}

h3.carmen-pink {
    color: #f661c0;
    font-size: 1rem!important;
    margin-top: 1rem;
    border-top: 1px solid #212529;
    padding-top: 15px;
    text-transform: uppercase
}

h3.feria,li.list-with-indent a,p.subtitle a {
    color: #212529
}

.upper-text,h2.interview.big.upper-text,p.category,span.upper-text {
    text-transform: uppercase
}

.upper-text {
    padding-bottom: 5px;
    color: #fbb001;
    font-family: "Raleway",sans-serif;
    text-align: left;
    border-bottom: 2px solid #fab002 !important;
    margin-bottom: 1em;
    display: table;
}

.con-border-radius a:hover {
    color: #fbb001!important;
}

.con-border-radius a img:hover {
    opacity: .85!important;
}

.summary {
    border-bottom: 9px solid #fbb001;
    padding-bottom: 10px
}

.container-hover img {
    margin-top: 1em;
    margin-bottom: 1rem
}

.col-lg-12 .pagination-number {
    font-size: 3em;
    font-family: "Ralleway",sans-serif;
    text-align: left;
    color: #212529;
    margin-bottom: 5px;
    margin-top: 25px!important;
    /* border-top: 1px solid #fcb001; */
    padding-top: 19px!important;
}

.no-border {
    border: 0!important;
}

li.list-with-indent {
    padding-left: 3em;
    text-indent: -3em
}

li.list-with-indent span.bold a {
    color: #fbb001
}

li.list-with-indent span {
    margin-right: 1.5em
}

p.category {
    font-weight: 700;
    font-size: 1.3em;
    color: #414141
}

p.category a {
    color: #414141!important;
}

.img-radius {
    border-radius: 15px 50px 30px 5px
}

.modal-body.agenda-block-list p,div#agenda-juventud ul,img.responsive.animated.fadeInUp.no-full-width.sin-margin {
    margin: 0
}

.agenda-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 0;
    border-radius: .3rem;
    outline: 0
}

.agenda-modal button.btn-close {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 99999
}

.agenda-modal .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #a53030;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.agenda-modal .btn-close:hover {
    color: red!important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")center/1em auto no-repeat;
    opacity: 1
}

.modal-header p.black,.modal-header p.white {
    color: #383939;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 5px;
    border-top: 2px solid #383939;
    border-bottom: 2px solid #383939
}

.modal-header p.white {
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}

h3 {
    font-weight: 500
}

.agenda-image {
    margin-top: 20px!important;
    margin-bottom: 10px!important;
}

.no-full-width {
    width: auto!important;
}

.modal-body,table {
    padding: 0
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin: 20px 0;
    font-size: .9rem
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em
}

table td,table th {
    padding: .625em;
    text-align: center
}

table th {
    font-size: 1em;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #ffc108;
    border: 1px solid #fff
}

tr.td-background {
    background: #fe4a4936
}

@media screen and (max-width:600px) {
    table {
        border: 0
    }

    table caption {
        font-size: 1.3em
    }

    table thead {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em
    }

    table td {
        border-bottom: 1px solid #fff;
        display: block;
        font-size: .8em;
        text-align: right
    }

    table td::before {
        float: left;
        font-weight: 700;
        text-transform: uppercase
    }

    table td:last-child {
        border-bottom: 0
    }

    blockquote.quote {
        margin: 50px auto;
        width: 100%!important;
    }

    .modal-dialog {
        margin: 0!important;
    }

    .modal-body h2 {
        font-size: 2em
    }
}

table.educacion-table th {
    background: #e6c92c
}

table.educacion-table tr.td-background {
    background: #e3e3e3;
    border-color: #fff
}

.logo-brown,.logo-grey,.logo-pink,.logo-yellow {
    max-width: 120px
}

img.animated.fadeInUp.logo-pink {
    width: auto!important;
    max-width: 120px
}

p.black.agenda-bread span {
    color: #fefeff!important;
}

h3.feria {
    font-weight: 800;
    margin-top: 3rem;
    border-top: 2px solid #212529;
    padding-top: 20px
}

.modal .col-12 {
    display: block
}

.modal .col-12 p {
    text-align: left
}

@media screen and (max-width:600px) {
    .modal .col-12 {
        display: block;
        width: 100%!important;
    }
}

.programa {
    position: relative;
    float: left;
    margin-top: 30px
}

h3.cultura-green,h3.cultura-new-blue,h3.feria {
    text-align: left;
    font-size: 1rem!important;
}

h3.cultura-green {
    color: #23c0ad;
    font-weight: 800;
    padding-top: 20px;
    text-transform: uppercase
}

h3.cultura-new-blue {
    color: #212529;
    margin-top: 1rem;
    font-weight: 700
}

.programa.pink-background {
    background: #ce6aa0
}

.programa.yellow-background {
    background: #f4e7a2;
    color: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 3rem
}

.programa.grey-background {
    background: var(--color-secondary);
    color: #fff!important;
    padding: 10px;
    width: 100%;
    margin-bottom: 3rem
}

.info a:hover,.programa.grey-background p,div#hacienda-block p,div#sumario-background i.fa-solid.fa-plus {
    color: #fff
}

.programa.pink-background {
    background: #fe4a49;
    color: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 3rem
}

.debate.anuncios {
    background: #e9e7e7;
    color: #212529;
    padding: 20px;
    width: 100%;
    margin-bottom: 3rem;
    border-radius: 0 50px 30px
}

.debate.anuncios.mayores-destacado {
    background: #ffc108;
    margin-bottom: 3rem;
    margin-top: 3rem
}

h3.educacion-black {
    color: #212529;
    font-weight: 800;
    font-size: 1rem!important;
}

h3.educacion-black,h3.eficiencia-dark,h3.eficiencia-light {
    text-align: left;
    margin-top: 3rem;
    border-top: 2px solid #212529;
    padding-top: 20px
}

h3.eficiencia-light {
    color: #fff;
    font-weight: 800;
    font-size: 1rem!important;
}

h3.eficiencia-dark {
    color: #212529;
    line-height: inherit!important;
}

.programa.yellow-background p,.programa.yellow-background ul li {
    color: #212529
}

.programa.pink-background img {
    margin-top: 0!important;
    padding-top: 0
}

p.margin-top {
    margin-top: 20px!important;
}
.margin-top {
    margin-top: 20px!important;
}

.img-overlay {
    width: 100%;
    height: 100%;
    background: #23262abd;
    opacity: .5;
    position: absolute
}

ul.index-list i.fa-solid.fa-arrow-right {
    border: 0;
    padding: 0;
    margin: 0 0 0 10px
}

h3.contacta,h3.educacion {
    font-weight: 800;
    text-align: left;
    font-size: 1rem!important;
}

h3.educacion {
    color: #212529;
    margin-top: 3rem;
    border-top: 2px solid #212529;
    padding-top: 20px
}

.agenda-block-list i.fa-solid.fa-arrow-right {
    border: 0;
    margin: 0;
    padding: 0
}

div#agenda-empleo ul,p.bold.con-margin-top {
    margin-top: 20px
}

h3.contacta {
    color: #474747;
    text-transform: uppercase
}

h3.contacta,h3.fecha-evento,h3.juventud-titulo {
    margin-top: 3rem;
    border-top: 2px solid #212529;
    padding-top: 20px
}

h3.juventud-titulo {
    color: #ffc107;
    font-weight: 800;
    text-align: left;
    font-size: 1rem!important;
}

h3.fecha-evento {
    color: #212529
}

h3.bold,h3.fecha-evento,p.bold-yellow,p.evento-juventud {
    font-weight: 800;
    text-align: left;
    font-size: 1rem!important;
}

p.evento-juventud {
    color: #212529;
    margin-top: 3rem
}

h3.bold,p.bold-yellow {
    color: #ffc108
}

span.italic {
    font-style: italic
}

h3.fecha-evento.sin-borde {
    border: 0;
    margin: 0
}

h3.bold {
    color: #212529;
    margin-top: 3rem;
    text-transform: uppercase;
    line-height: inherit!important;
}

.margin-image {
    width: 100%;
    margin: 20px 0 30px
}

.modal img.animated.fadeInUp {
    margin: 20px 0
}

h2.centros-mayores {
    font-size: 2rem;
    margin-top: 4rem
}

h3.discapacidad-titulo,h3.hacienda-title,h3.mayores-titulo {
    font-weight: 800;
    text-align: left;
    font-size: 1rem!important;
    padding-top: 20px
}

h3.mayores-titulo {
    color: #ffc107;
    margin-top: 1rem;
    line-height: initial!important;
}

h3.discapacidad-titulo,h3.hacienda-title {
    color: #716b61;
    margin-top: 3rem
}

ul ul {
    padding-left: 20px;
    margin-top: 0
}

h3.discapacidad-titulo {
    color: #ffc107;
    margin-top: 1rem;
    text-transform: uppercase
}

span.italic,span.regular-font {
    font-weight: 300
}

p.italic {
    font-style: italic
}

h3.comercio-title {
    color: #212529;
    margin-top: 1rem;
    text-transform: uppercase
}

h2.desarrollo-title,h3.comercio-title,h3.desarrollo-title {
    font-weight: 800;
    text-align: left;
    font-size: 1rem!important;
    padding-top: 20px
}

h2.desarrollo-title {
    color: #4d4b47;
    border-top: 2px solid #4d4b47;
    margin-top: 3rem
}

h3.desarrollo-title {
    color: #212529;
    margin-top: 1rem;
    text-transform: uppercase;
    border-bottom: 1px solid #212529;
    padding-bottom: 5px
}

li.bold {
    margin-top: 1em
}

.owl-slide.d-flex.align-items-center.cover.opinion-municipal {
    background: #f1ede0
}

.qr-firma {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%
}

.full-div {
    width: 100%!important;
}

.float-left,.float-right {
    width: 50%
}

img.responsive.no-full-width.margin-top {
    margin-top: 2rem
}

div#tradiciones {
    background: #222220
}

div#numeros-anteriores-bloque,div#numeros-anteriores-bloque-2 {
    background: #232320
}

.info p,h2.num-anter {
    color: #fff;
    text-align: center
}

h2.num-anter {
    font-size: 4rem;
    line-height: 1!important;
    margin-bottom: .5em
}

div#semana-santa-image {
    background-image: url(../images/tradiciones/san-gregorio-procesion.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 0!important;
}

div#cultura-bibliotecas {
    background: #f45c47
}

div#bibliotecas-image {
    background-image: url(../images/bibliotecas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 10%!important;
}



div#contra-image {
    background-image: url(../images/logo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 10%!important;
}

div#contra-background,td.white-background {
    background: #fff
}

.col-12.float-block,.info {
    width: 100%;
    display: flex;
    align-items: center
}

.info {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    padding: 1em 1em 0
}

.info p {
    font-size: .9em;
    line-height: normal
}

.info a {
    color: #fab002
}

.overlay {
    background: #212529
}

.overlay,.overlay-portada:after,.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

.overlay,.overlay:before {
    z-index: -1;
    bottom: 0;
    right: 0
}

.overlay:before {
    opacity: .85;
    background: #0000009c
}

.overlay-portada:after {
    display: block;
    height: 100%;
    width: 100%;
    background: #000000b4;
    z-index: 1;
}


.info p,div#movilidad i.fa-solid.fa-arrow-right,p.no-margin {
    margin: 0
}

ul.items-margin,ul.list-margin {
    list-style-type: square;
    padding: 1em
}

ul.list-margin.no-margin-top {
    padding-top: 0
}

ul.items-margin li {
    list-style-type: circle;
    margin-top: 10px
}

ul li .no-style,ul.euro li {
    list-style-type: none!important;
}

ul.euro li:before {
    content: "- "
}

ol.numeration li {
    list-style-type: decimal
}

a.btn.btn-primary.medio-ambiente {
    background: #23c0ad!important;
}

a.btn.btn-primary.medio-ambiente:hover {
    box-shadow: -5px -5px 0#23c0ad;
    background: #002157!important;
}

h5.interview.big.big-screen.center {
    font-weight: 400;
    line-height: initial;
    font-size: 2vw
}

img.responsive.con-margin {
    margin-top: 37px;
    margin-bottom: 36px
}

h2.roboto-style {
    font-family: "Roboto slab",Arial,sans-serif;
    font-weight: 800;
    font-size: 80px
}

ul.margin-top {
    margin-top: 1rem
}

.col-12.float-block {
    height: 100%;
    position: relative;
    float: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0!important;
    flex-direction: row
}

h3.cultura-pink.clear-blocks {
    clear: both
}

h3.title-last {
    color: #fab002;
    font-size: 1.3em;
    font-weight: 700
}

p.bold {
    margin-top: 1em!important;
}

h3.in-modal.con-margin-top,img.responsive.animated.no-full-width {
    margin-top: 1em
}

ul.no-style {
    padding-left: 0
}

div#sumario-background ul li,ul.list-margin li ul.no-style li {
    list-style-type: none
}

table.data-blue tr.td-background {
    background: #ffcc48
}

table.asociaciones-table td,table.data-blue td {
    text-align: left;
    padding: 10px
}

table.asociaciones-table tr.td-background {
    background: #fde8aa
}

img.responsive.animated {
    margin-top: 1em;
    margin-bottom: 1em
}

p.bold.big-bold {
    font-size: .9rem!important;
    clear: both
}

p.bold.no-margin {
    margin: 0!important;
}
.no-margin{
    margin: 0 !important;
}
.title-bold{
    font-weight: 800;
}

p.bold.no-margin-bottom {
    margin-bottom: 5px;
    border-bottom: 2px solid #ffc108;
    padding-bottom: 5px
}

ul.list-circle,ul.list-guion {
    margin-top: 0!important;
}

ul.list-guion li {
    list-style-type: disc
}

ul.list-circle li {
    list-style-type: circle
}

h3.deportes-dia {
    color: #fe4a49;
    text-align: left;
    font-size: 1rem!important;
    margin-top: 1rem;
    border-top: 1px solid #212529;
    padding-top: 15px;
    font-weight: 700
}

h3.deportes-actividad,h4.bloque-formativo {
    color: #212529;
    text-align: left;
    font-size: 1rem!important;
    margin-top: 1rem
}

h3.deportes-actividad {
    font-weight: 800
}

h4.bloque-formativo {
    border-bottom: 1px solid #212529;
    padding-bottom: 5px
}

img.responsive.premios-foto {
    border-bottom: 1px solid #212529;
    margin-bottom: 10px
}

p.primer-nivel {
    margin: 0;
    padding-left: 10px
}

p.segundo-nivel {
    margin: 0;
    padding-left: 30px
}

h4.interview.big.big-screen.center.dark {
    color: #3e3c3c
}

.col-xs-12.col-sm-6.col-lg-6.col-xl-6.floated {
    float: left;
    padding: 5px
}

.floated-right {
    float: right
}

.floated-left {
    float: left
}

.max-70 {
    max-height: 70%
}

.max-50 {
    max-height: 50%
}

.max-30 {
    max-height: 30%
}

a.nunmeros-anteriores {
    padding: 5px;
    color: #232320;
    font-weight: 500;
    background: #fab002;
    cursor: pointer
}

a.nunmeros-anteriores:hover {
    color: #222220;
    background-color: #fff!important;
    width: 100%;
    height: auto
}

div#sumario-background {
    background: #dad7d778
}

div#sumario-background i {
    display: flex;
    align-items: center;
    color: #fcb001
}

li.subgrupo {
    padding-left: 10px
}

li.subgrupo a {
    margin-left: 10px;
    color: #e9e278!important;
}

li.subgrupo a:hover {
    color: #000!important;
}

button.button.secondary.url.navigation__link.dropdown-toggle {
    border: 0;
    padding: 10px 15px 10px 30px;
    background: url()
}

button.button.secondary.url.navigation__link.dropdown-toggle,button.button.secondary.url.navigation__link.dropdown-toggle:visited {
    display: inline-block;
    font-size: 13px!important;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(120deg,transparent 0,transparent 49.9%,#fff 50%);
    background-size: 270%;
    transition: all .4s;
    font-family: "Work Sans",sans-serif;
    width: 100%;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    white-space: normal;
    word-wrap: break-word
}

button.button.secondary.url.navigation__link.dropdown-toggle:active {
    color: #383939;
    background-position: 100%
}

button.button.secondary.url.navigation__link.dropdown-toggle:hover {
    color: #fab002;
    background-position: 100%
}

.owl-carousel .owl-stage,.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto
}

a.btn.btn-primary.familia-ri.black-button {
    background: #fefefe!important;
    border-color: #222220;
    box-shadow: -5px -5px 0#272727
}

a.btn.btn-primary.familia-ri.black-button:hover {
    background: #222220!important;
    border-color: #222220;
    box-shadow: -5px -5px 0#fff
}

p.con-margin-top {
    margin-top: 10px!important;
    border-bottom: 1px solid #212529;
    padding-bottom: 5px!important;
    margin-bottom: 5px!important;
}

h3.interview.big.big-screen.center.con-margin-top {
    margin-top: 2vh
}

table.data-blue.data-blue-width thead tr th:first-child {
    width: 50%
}

table.data-blue.data-blue-width tr td {
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    border: 1px solid #fff
}

span.bigger {
    font-size: 1.3em;
    font-weight: 800
}

table.data-blue.data-blue-width tr.td-background {
    background: #4287b17d;
    background: #4287b18f
}

tr.td-background td:first-child {
    background: #4287b1!important;
}

p.bold.becas,p.educacion-titulo-obra {
    padding-bottom: 5px!important;
    margin-bottom: 5px!important;
}

p.educacion-titulo-obra {
    margin-top: 10px!important;
    border-bottom: 1px dashed #858585
}

p.bold.becas {
    border-bottom: 1px dashed #7d7a7a
}

p.bold.uppercase-text {
    text-transform: uppercase
}

p.bold.activity {
    margin-bottom: 0
}

p.bold.fecha {
    border-bottom: 1px dashed #212529;
    border-top: 1px dashed #212529;
    font-size: 1.2em
}

h4.discapacity {
    text-align: left;
    margin-top: 30px;
    font-weight: 600
}

ol.lista-numerada li {
    list-style-type: upper-roman;
    margin-top: 1rem
}

ul.list-margin li {
    list-style-type: disc;
	margin-left: 15px;
	
}



::marker {
    font-weight: 600
}

h2.matriculacion {
    font-size: 2rem;
    margin-top: 4rem
}

ul.list-disc li {
    list-style-type: square
}

p.subtitle-desarrollo {
    text-transform: uppercase;
    margin-top: 1rem!important;
}

div#first {
    position: fixed;
    width: 100%;
    left: 50%;
    top: calc(50% + 60px);
    -webkit-transform: translateX(-50%);
    z-index: 99999999999999999999;
    height: 1px
}

div#first svg {
    width: 1rem
}

.primer-item,.segundo-item {
    border: 0;
    padding: 5px;
    background: #1e1b1b00;
    opacity: 1
}

svg.first-page,svg.last-page {
    fill: #222220;
    stroke: #222220;
    stroke-dashoffset: -125;
    stroke-linecap: butt;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out
}

svg.first-page:hover,svg.last-page:hover {
    fill: #d9ad39;
    stroke-dashoffset: 0;
    stroke-dasharray: 125
}

.slider-counter {
    width: 30px;
    max-width: 40px;
    display: flex;
    justify-content: center
}

button:focus:not(:focus-visible) {
    box-shadow: 0 0 0 .25rem rgb(255 255 255);
    box-shadow: none
}

span.line-break {
    display: block;
    margin-top: 10px
}

span.line-break-2 {
    display: block
}

span.line-break-3 {
    display: block;
    font-style: italic
}

.turn h2 span,span.line-break-4 {
    display: block
}

.align-left {
    text-align: left!important;
}
.align-center {
    text-align: center!important;
}


.debate.anuncios.dark-mode p, p.white {
    color: #fff;
    line-height: normal !important;
}
.debate.anuncios.dark-mode {
    background: #212529
}

.light-mode {
    text-align: left;
    margin-top: 3rem;
    border-top: 2px solid #212529;
    padding-top: 20px;
    line-height: inherit!important;
    color: #fff
}

.display-center-middle,.middle {
    display: flex;
    flex-direction: row;
    align-items: center
}

.row.block-margin-top .col-lg-6.col-md-12.col-xs-12,li.white-background a {
    padding: 0
}

.display-center-middle {
    flex-direction: column;
    justify-content: center
}

.min-height-200 {
    min-height: 250px
}

.block-margin-top {
    margin-top: 30px
}

.no-padding-row {
    padding-left: 0;
    padding-right: 0
}

li.list-title {
    font-size: 1.2rem
}

.gallery-container {
    margin-bottom: 1rem
}

.photo-gallery {
    color: #313437;
    background-color: #fff
}

.photo-gallery p {
    color: #7d8285
}

.photo-gallery h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.photo-gallery .intro p {
    margin-bottom: 0
}

.photo-gallery .photos {
    padding-bottom: 20px
}

.photo-gallery .item {
    padding-bottom: 30px
}

.galeria-1 {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    padding: 0;
    display: inline-block;
}
.gallery-item.margin-thumbnail-gallery {
    margin: 20px 0 40px -1px;
}
.galeria-1 .gallery-item {
    position: relative;
    float: left;
    overflow: hidden;
    background: #383939;
    cursor: pointer;
    max-height: none;
    margin-bottom: 1em;
}
.gallery-item img {
    margin: 0 !important;
}
.galeria-1 .gallery-item.graphics-background {
    background: 0 0
}
.logo-max-width {
    max-width: 186px;
}
.galeria-1 .gallery-item img,p.lupa {
    transition: opacity .35s,transform .35s;
    position: relative
}

.galeria-1 .gallery-item img {
    display: block;
    opacity: 1;
    width: 100%
}

.galeria-1 .gallery-item .gallery-item-caption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex
}

.galeria-1 .gallery-item .gallery-item-caption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.galeria-1 .gallery-item h2 {
    font-weight: 300;
    overflow: hidden;
    padding: .5em 0
}

p.lupa {
    letter-spacing: 1px;
    font-size: 68%;
    padding: 1em 0;
    opacity: 0;
    transform: translate3d(10%,0,0);
    margin: 0;
    z-index: 10
}

i.fas.fa-search {
    color: #fff;
    font-size: 1.5rem
}


.galeria-1 .gallery-item:hover img {
    opacity: .3;
    transform: translate3d(0,0,0)
}

.galeria-1 .gallery-item h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;
    transition: transform .3s;
    transform: translate3d(-100%,0,0)
}

.galeria-1 .gallery-item:hover h2::after {
    transform: translate3d(0,0,0)
}

.galeria-1 .gallery-item:hover p {
    opacity: 1;
    transform: translate3d(0,0,0)
}

@media screen and (max-width:50em) {
    .galeria-1 .gallery-item {
        display: inline-block;
        float: none;
        width: 100%
    }
}

.graphics-background i.fas.fa-search {
    color: #212529
}

p.pink-subtitle {
    color: #b24b85;
    margin-bottom: 5px!important;
}

.con-margin-bottom {
    margin-bottom: 30px!important;
}

.max-width-image {
    max-width: 450px
}

p.destacado {
    color: #fff;
    padding: 10px;
    background: #ff4a4a;
    margin-top: 10px!important;
}

.uppercase-text,p.negrita-upper-title {
    text-transform: uppercase
}

.example {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    column-fill: balance;
    -moz-column-fill: balance;
    -webkit-column-fill: balance
}

.agenda-modal.juventud-scroll {
    background: #f2edd7!important;
}

.agenda-modal.mayores-scroll {
    background: #564a4a!important;
}

.agenda-modal.carmen-scroll {
    background: #dda6c8!important;
}

.agenda-modal.familia-scroll {
    background: #ffc108!important;
}

.agenda-modal.comercio-scroll {
    background: #716b63!important;
}

.agenda-modal.desarrollo-scroll {
    background: #353a40!important;
}

.agenda-modal.empleo-scroll {
    background: #015792!important;
}

.agenda-modal.agenda-asociaciones {
    background: #39beb1!important;
}

.agenda-modal.agenda-educacion {
    background: #68cbc9!important;
}

p.negrita-upper-title {
    font-size: 14px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    text-rendering: optimizeSpeed;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    font-weight: 700;
    text-align: left
}

.qr-image {
    max-width: 200px
}

.underline-text {
    text-decoration: underline
}

.mayores-block-background {
    background: #fff9e6!important;
}

.fiestas-carmen-block-background {
    background: #dda6c9!important;
}

h2.destacado-mayores {
    font-size: 1.5em;
    text-align: center;
    color: #ffc108
}

p.center-text {
    text-align: center
}

p.subtitle-fiestas {
    font-weight: 500;
    font-size: 1.5em;
    text-align: left;
    line-height: initial!important;
}

div#galeria-2 .gallery-item {
    float: none
}

.no-margin-top {
    margin-top: 0!important;
}

.no-max-height {
    max-height: none!important;
    margin: 17px 0
}

.orden-paragraphs-margin {
    margin: 0
}

.galeria-1 .gallery-item .gallery-item-caption,.gallery-item a div,li.white-background {
    justify-content: center;
    align-items: center;
    width: 100%
}

.gallery-item a div {
    position: absolute;
    height: 100%;
    display: flex
}

ul.index-list i.fa-solid.fa-plus {
    margin-left: 10px
}

.min-height-bodas {
    max-height: 400px!important;
}

a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* hyphens: auto; */
   
}

img.logo-min {
    max-height: 37px!important;
}

li.white-background {
    background: #fffefe;
    height: 50px;
    border-bottom: 3px solid #f9b002
}

li.white-background a img {
    flex: 0 0 32.3%;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 12px;
    margin: 0 8px
}

.lb-nav a.lb-next,.lb-nav a.lb-prev {
    opacity: 1!important;
}

::-webkit-scrollbar-track {
    border-radius: 2px
}

::-webkit-scrollbar-thumb {
    background: #fab002;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #212529
}

.container-hover {
    position: relative;
    width: 100%
}

.image-hover {
    display: block;
    width: 100%;
    height: auto
}

.overlay-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fbb001;
    border-radius: 15px 50px 30px 5px
}
.overlay-hover:hover {
    
    opacity: .8;
   
}

.overlay-hover.publi-hover {
    background: #212529cc;
    border-radius: 0!important;
}

.no-padding:hover .overlay-hover {
    opacity: 1;
    border-radius: 15px 50px 30px 5px
}

.overlay-hover.publi-hover:hover {
    cursor: pointer
}

.text-hover {
    color: #212529;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center
}

.overlay-hover .text-hover {
    color: #212529;
}


div#sumario-background .overlay-hover .text-hover {
    color: #ffffff;
    font-weight: 600;
    opacity: 1 !important;
    background: #212529;
    padding: 5px 8px;
    font-size: 1em;
    letter-spacing: 1px;
    border-radius: 3px;
}
.publi-block .text-hover {
    color: white;
    line-height: normal;
    font-size: 1.4em !important;
    font-weight: 700;
}
.publi-hover span.line-break {
    font-weight: 300;
    font-size: .9em !important;
}
i.fa-solid.fa-arrow-up-right-from-square {
  
    color: #0970fa;
}

.card-nike {
    position: relative;
    width: 316px;
    margin: 0
}

.card-nike-background {
    width: inherit;
    height: inherit;
    border-radius: 15px;
    transition: .3s
}

.card-nike:hover .card-nike-background {
    box-shadow: rgba(119,144,142,.56)0 0 70px 4px
}

.card-nike-image {
    position: absolute;
    top: 45px;
    left: 0
}

.card-nike-image img {
    width: 350px;
    filter: drop-shadow(11px 13px 22px rgba(0,0,0,.5))
}

.card-nike-info {
    background: #fff;
    padding: 24px;
    border-radius: 15px;
    box-shadow: rgba(50,50,93,.2)0 13px 27px -5px,rgba(0,0,0,.2)0 8px 16px -8px
}

.brand-logo {
    height: 50%;
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to bottom,#fbb001,#c28a0e 50%,#c38b0e 50%);
    background-repeat: no-repeat;
    padding-top: 2em;
    border-radius: 15px 15px 0 0
}

.brand-logo img {
    max-width: 228px
}

.card-nike-text,.card-nike-title {
    display: block;
    color: #0e0e0e;
    text-align: center
}

.card-nike-title {
    font-size: 2.6rem;
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    margin-bottom: 1px
}

.card-nike-text {
    font-family: "Hind Siliguri",sans-serif;
    font-size: 1rem;
    margin-bottom: -6px;
    font-style: italic
}

.card-nike-type {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: "Bebas Neue",cursive;
    margin-bottom: 12px;
    color: #ccc
}

.buy-button,nav ul a {
    text-decoration: none;
    display: block;
    font-weight: 700
}

.buy-button {
    text-align: center;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: "Hind Siliguri",sans-serif;
    padding: 20px;
    border-radius: 50px;
    color: #fff
}

.a-background {
    background: #8f77a2
}

.b-background {
    background: #f6453f
}

.c-background {
    background: #4e4d4f
}

.brand-a,.brand-b,.brand-c {
    background-image: linear-gradient(to bottom,#fbb001,#c28a0e 50%,#fff 50%);
    background-attachment: fixed;
    background-repeat: no-repeat
}

.brand-b,.brand-c {
    background-image: linear-gradient(to bottom,#f6453f,#f6453f 50%,#fff 50%)
}

.brand-c {
    background-image: linear-gradient(to bottom,#4e4d4f,#4e4d4f 50%,#fff 50%)
}

.menu-toggle {
    width: 48px;
    height: 51px;
    position: absolute;
    top: 64px;
    right: 16px;
    cursor: pointer;
    z-index: 999;
    background: #414141b5;
    padding: 5px;
    flex-direction: column-reverse
}

.menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(7px,7px);
    -ms-transform: rotate(45deg) translate(7px,7px);
    -webkit-transform: rotate(45deg) translate(7px,7px);
    transform: rotate(45deg) translate(7px,7px)
}

.main-wrapper .hero-image .hero-content .hc-footer .hcf-toggle .main-wrapper .scroll-content .sc-row .content-article:hover:after,.menu-toggle.on .two {
    opacity: 1;
}
.hcft-icon-holder .hcft-icon.opened{
    opacity: 0;
}

.menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(8px,-10px);
    -ms-transform: rotate(-45deg) translate(8px,-10px);
    -webkit-transform: rotate(-45deg) translate(8px,-10px);
    transform: rotate(-45deg) translate(8px,-10px)
}

.one,.three,.two {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 10px auto;
    backface-visibility: hidden;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.menu-section.on,nav {
    width: 100%;
    height: 100%
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background: red
}

nav ul li {
    width: 100%;
    text-align: left;
    line-height: initial!important;
}

nav ul a {
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    color: #212529;
    font-size: 1.3rem;
    line-height: 1.5;
    width: 100%;
    font-family: "Work Sans",sans-serif
}

nav ul a:hover {
    background-color: rgb(218 218 218/50%)
}

.menu-section.on {
    z-index: 10;
    display: block;
    background-color: #fbb001;
    position: absolute;
    top: 0
}

.profile-menu .dropdown-menu {
    right: 0;
    left: unset
}

.profile-menu .fa-fw {
    margin-right: 10px
}

.toggle-change::after {
    border-top: 0;
    border-bottom: .3em solid
}

li.nav-item a.dropdown-item {
    font-size: 1em;
    text-transform: none;
    font-weight: 400;
    color: #414141;
    white-space: inherit;
    font-family: "Work Sans",sans-serif
}

ul.dropdown-menu.hidden.show {
    background: #fff;
    padding: 0;
    width: 100%;
    border: 0
}

.nav-link:focus,.nav-link:hover {
    color: #fff!important;
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #808184!important;
    background-color: #fff
}

.first-nivel {
    font-size: 1.3em!important;
    color: #000!important;
}

.second-nivel {
    font-size: 1em!important;
}

li.image-navigation a {
    white-space: initial!important;
    padding: 0
}

.dropdown-toggle::after {
    display: none
}

.wrapper.active .arrow {
    transform: rotate(45deg) translate(-5px,-5px)
}

.wrapper.active .arrow:before {
    transform: translate(10px,0)
}

.wrapper.active .arrow:after {
    transform: rotate(90deg) translate(10px,0)
}

.arrow,.arrow:after,.arrow:before {
    display: inline-block;
    transition: .4s ease
}

.arrow {
    width: 13px;
    height: 13px;
    position: relative;
    bottom: -2px;
    left: 3px;
    margin-top: 2px;
    text-align: left;
    transform: rotate(45deg);
    float: right
}

.arrow:after,.arrow:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 3px;
    background-color: #414141
}

.arrow:after {
    transform: rotate(90deg);
    top: -5px;
    left: 5px
}

.sign {
    text-align: right;
    font-size: .9em
}

.pregunta {
    margin-bottom: 5px;
    font-weight: 800
}

.two-columns {
    column-count: 2;
    column-gap: 50px
}

.divider-top {
    margin-bottom: 5rem
}

.divider-bottom,.divider-gallery,.divider-top {
    width: 100%;
    height: 2px;
    display: flex
}

.divider-bottom {
    margin-top: 5rem
}

.divider-gallery {
    margin-bottom: 30px!important;
}

p.antetitulo {
    text-align: center;
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: -8px;
    font-weight: 600
}
p.aftertitulo.color-yellow {
    text-align: center;
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: -8px;
    font-weight: 600;
    margin: 10px 0 0 !important;
    /* font-size: inherit; */
    font-style: italic;
}
.white {
    color: #fff !important;
}

.black-background {
    background: #23282c!important;
    color: #fff!important;
}

.lead {
    font-size: 17px;
    line-height: 1.5;
    color: rgb(35, 38, 42);
    margin: 1rem 0px;
    font-weight: 800;
}
p.bold.firma {
    border-top: 9px solid #fbb001;
    text-align: left;
    width: auto;
    padding-top: 10px;
    display: table
}
p.bold.firma.photo-author.no-margin.fadeInLeft-inside-modal {
    border: 0px;
}
.float-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 2em;
}

p.interview.big.big-screen.center {
    text-align: center;
    color: #24282c!important;
    padding: 5px;
    font-size: 2em;
    font-weight: 600
}

.boxed {
    padding: 2em 10px
}

.modal-header {
    background: #fbb001;
    padding: 20px!important;
    box-shadow: 0 1px 5px -1px rgb(126 126 126/66%);
    z-index: 9;
    border-radius: 0!important;
    border: 0!important;
    align-items: center;
    top: 0
}

.modal-header,.modal-header button.btn-close {
    position: sticky
}

.article-body {
    background: #f0ebe394;
    padding: 20px!important;
}
article.row {
    padding: 0;
}
.modal-footer {
    background: #fff;
    border: 0
}
p.nombre-entrevista.inside-actividades {
    font-size: 1em;
}
.carousel-button {
    margin-top: 10px!important;
}

.carousel-inside {
    margin-bottom: 0!important;
    margin-top: 1em!important;
}

.externo,.externo a {
    display: flex;
    justify-content: center
}

.externo {
    text-align: center
}

.externo a {
    width: 100%;
    max-width: 350px;
    height: 48px;
    font-size: 16px;
    background: linear-gradient(45deg,transparent 5%,#212529 5%);
    border: 0;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 6px 0 0#fbb001;
    outline: transparent;
    position: relative;
    margin-top: 30px;
    margin: 1rem 0 2rem;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center
}
.externo-full-width a {
    width: 100%;
    /* max-width: 350px; */
    line-height: normal;
    height: auto;
    display: flex;
    font-size: 16px;
    background: linear-gradient(45deg,transparent 5%,#212529 5%);
    border: 0;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 6px 0 0#fbb001;
    outline: transparent;
    /* position: relative; */
    margin-top: 30px;
    margin: 1rem 0 2rem!important;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    padding: 10px 50px;
    align-items: flex-end;
    align-content: flex-end;
}
.externo-full-width a i.fa-solid.fa-square-arrow-up-right {
    margin-left: 10px;
}
a.full-width {
    width: 100%;
    font-size: 16px;
    border: 0;
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 6px 0 0#fbb001;
    outline: transparent;
    position: relative;
    margin: 1rem 0 2rem;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    max-width: none;
    background: linear-gradient(45deg, #212529 5%, #212529 5%);
    padding: 10px 8px !important;
    height: auto;
    clear: both;
    margin-top: 10px !important;
    display: block;
    text-align: center;
}
a.full-width:hover {
    background: #fbb001;
    color: #212529;
    box-shadow: 6px 0 #212529;
}
.externo a:active,.externo a:hover {
    background: linear-gradient(45deg,transparent 5%,#fbb001 5%);
    box-shadow: 6px 0 0#23272b;
    animation: 1s;
    animation-timing-function: steps(2,end);
    color: #23272b
}

.grafico-container,.lightbox {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.grafico-container {
    padding: 17px;
    border: 1px solid #fff
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    font-weight: 400;
    height: 100vh;
    align-items: center;
    top: 0!important;
}

.lightboxOverlay {
    z-index: 9999999999!important;
}

.lightbox {
    z-index: 999999999999!important;
}

h2.section-principal {
    margin-top: 30px;
    font-size: 2.7em
}

h2.section {
    color: #212529;
    font-size: 2em;
    margin: 50px 0 30px
}

span.circle-number {
    color: #5b5454
}

i.fa-solid.fa-arrow-down.inside-table-green {
    color: #3eff2e
}

i.fa-solid.fa-arrow-up.inside-table-red {
    color: #ff3636
}

i.fa-solid.fa-download {
    margin-left: 10px
}

#slide-inicadores {
    background-image: url(../images/cgcom/noticia-5/graficos/prueba-1.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 2em
}

.slide-inicadores__content {
    max-width: 1000px;
    margin: 0 auto
}

.logo-prueba {
    display: none
}

.title {
    display: flex;
    align-items: last baseline;
    margin-bottom: 2em;
    flex-wrap: wrap
}

.title__text {
    font-weight: 900;
    font-size: 3em;
    flex-grow: 1;
    letter-spacing: .025em;
    margin-bottom: .33em
}

@media screen and (min-width:520px) {
    .title__text {
        font-size: 4em
    }
}

@media screen and (min-width:700px) {
    .title__text {
        font-size: 6em
    }
}

.title__details {
    font-weight: 400
}

.title a {
    color: inherit;
    text-decoration: inherit
}

.title a:hover {
    color: #fbd5b0
}

.content-preview {
    padding: .5em;
    justify-self: start
}

@media screen and (min-width:700px) {
    .content-preview--left {
        text-align: right;
        justify-self: end
    }
}

.content-preview__cat,.content-preview__title {
    font-size: 1.2em
}

.content-preview__cat {
    text-decoration: underline;
    margin-bottom: .25em
}

.content-preview__title {
    font-weight: 700;
    margin-bottom: .5em
}

.content-preview__excerpt {
    color: #23262a;
    text-align: center;
    font-weight: 700;
    font-size: 1.3em
}

.lower-section {
    margin: 0 1em;
    grid-template-columns: 10% 2fr 10px 2fr 10%;
    grid-auto-flow: row dense
}

@media screen and (min-width:700px) {
    .lower-section {
        margin-top: 8em
    }
}

.lower-section .content-preview {
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em
}

.lower-section .content-preview--top {
    margin-top: 2em
}

.lower-section .content-preview--bottom {
    margin-bottom: 2.5em
}

.headline {
    grid-row: 2;
    grid-column: 1/-1;
    display: flex;
    justify-content: center
}

.boxed-headline {
    text-align: center;
    padding: 1em;
    border: 1px solid #24272b;
    flex: 1 0 auto;
    text-transform: uppercase;
    letter-spacing: .4em;
    font-size: 1.2em;
    font-weight: 900;
    line-height: initial!important;
    max-width: 100%
}

.boxed-headline.white {
    border: 1px solid #fff
}

.boxed-headline:before {
    content: "";
    position: absolute;
    border: inherit;
    left: .5em;
    right: .5em;
    top: -.5em;
    bottom: -.5em
}

.boxed-headline,.line {
    position: relative
}

@media screen and (max-width:520px) {
    .line {
        display: none
    }
}

.line:before {
    content: "";
    height: .8em;
    width: .8em;
    background: #23262a;
    display: block;
    position: absolute
}

.line:after {
    border-color: #fff
}

.line:after,.white.line:after,.white.line:before {
    content: "";
    position: absolute;
    display: block
}

.white.line:before {
    height: .8em;
    width: .8em;
    background: #fff
}

.white.line:after {
    border-color: #fff
}

.line--vertical {
    grid-column: 3;
    display: none
}

@media screen and (min-width:700px) {
    .line--vertical {
        display: block
    }
}

.line--vertical:after {
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid
}

.line--vertical:before {
    left: 50%;
    transform: translateX(-50%)
}

.line--bottom:before {
    bottom: 0
}

.line--horizontal {
    flex: 1 0 30px
}

.line--horizontal:after {
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid
}

.line--horizontal:before {
    top: 50%;
    transform: translateY(-50%)
}

.line--right:before {
    right: 0
}

th.empty-cell {
    background: #f6f3ef;
    border: 1px solid #f6f3ef
}

@media only screen and (max-width:760px),(min-width:768px) and (max-width:1024px) {
    td:before {
        white-space: nowrap;
        content: attr(data-column);
        color: #212529;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        width: 100%
    }
}

.ca-1 {
    background: url(../images/cgcom/noticia-1/carousel.webp)no-repeat center center
}

.ca-2 {
    background: url(../images/cgcom/noticia-2/carousel.webp)no-repeat center center
}

.ca-3 {
    background: url(../images/cgcom/noticia-3/carousel.webp)no-repeat center center
}

.ca-4 {
    background: url(../images/cgcom/noticia-4/carousel.webp)no-repeat center center
}

.ca-5 {
    background: url(../images/cgcom/noticia-5/carousel.webp)no-repeat center center
}

.ca-6 {
    background: url(../images/cgcom/noticia-6/carousel.webp)no-repeat center center
}


.ca-7 {
    background: url(../images/cgcom/noticia-7/carousel.webp)no-repeat center center
}


.ca-8 {
    background: url(../images/cgcom/noticia-8/carousel.webp)no-repeat center center
}


.ca-9 {
    background: url(../images/cgcom/noticia-9/carousel.webp)no-repeat center center
}

.ca-10 {
    background: url(../images/cgcom/noticia-10/carousel.webp)no-repeat center center
}

.ca-11 {
    background: url(../images/cgcom/noticia-11/carousel.webp)no-repeat center center
}



.internacional-1 {
    background: url(../images/internacional/noticia-1/carousel.webp)no-repeat center center
}

.internacional-2 {
    background: url(../images/internacional/noticia-2/carousel.webp)no-repeat center center
}

.internacional-3 {
    background: url(../images/internacional/noticia-3/carousel.webp)no-repeat center center
}

.internacional-4 {
    background: url(../images/internacional/noticia-4/carousel.webp)no-repeat center center
}

.internacional-5 {
    background: url(../images/internacional/noticia-5/carousel.webp)no-repeat center center
}

.internacional-6 {
    background: url(../images/internacional/noticia-6/carousel.webp)no-repeat center center
}

.internacional-7 {
    background: url(../images/internacional/noticia-7/carousel.webp)no-repeat center center
}

.elecciones-1 {
    background: url(../images/actualidad/elecciones-1.jpg)no-repeat center center
}

.elecciones-2 {
    background: url(../images/actualidad/elecciones-2.jpg)no-repeat center center
}

.elecciones-3 {
    background: url(../images/actualidad/elecciones-3.jpg)no-repeat center center
}

.main-wrapper .hero-image .hero-content .hc-footer:after,.main-wrapper .scroll-content .sc-row .content-article .article-info .ai-footer:after,.main-wrapper .scroll-content .sc-row:after {
    content: "";
    display: block;
    clear: both
}

.main-wrapper,.main-wrapper-2 {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

#prueba-dolomitas-background,.main-wrapper .hero-image {
    z-index: 3;
    height: 100%;
    background-size: cover;
    box-shadow: 0 5px 60px 10px rgba(0,0,0,.75);
    transition: all .5s ease
}

.main-wrapper .hero-image {
    background-image: url(../images/cgcom/cgcom-block-2.webp);
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-family: "Work Sans",sans-serif;
    justify-content: center
}

#prueba-dolomitas-background {
    position: relative;
    width: 100%;
    background: url(../images/cgcom/cgcom-block.jpg)no-repeat center center fixed
}

.main-wrapper .hero-image.browsing-content {
    height: 40%;
    background-position: center
}

.main-wrapper .hero-image.browsing-content:after {
    opacity: 1;
    height: 100%
}

.main-wrapper .hero-image.browsing-content .hcft-icon.closed {
    opacity: 0!important;
}

.main-wrapper .hero-image.browsing-content .hcft-icon.opened {
    opacity: 1!important;
}

.main-wrapper .hero-image:after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(0deg,#000,transparent);
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: .65;
    transition: all .5s ease
}

.main-wrapper .hero-image,.main-wrapper .hero-image .hero-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-wrapper .hero-image .hero-content {
    z-index: 4;
    padding: 40px;
    bottom: 0;
    align-content: flex-start
}

.main-wrapper .hero-image .hero-content .hc-label {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

.main-wrapper .hero-image .hero-content .hc-desc {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fab002
}

.main-wrapper .hero-image .hero-content .hc-footer {
    margin-top: calc(40px/1.5);
    line-height: 32px;
    font-size: 14px
}

.main-wrapper .hero-image .hero-content .hc-footer .hcf-divider {
    float: left;
    margin: 7px 10px;
    height: 18px;
    width: 1px;
    background-color: #fff
}

.main-wrapper .hero-image .hero-content .hc-footer .hcf-comments,.main-wrapper .hero-image .hero-content .hc-footer .hcf-shares {
    float: left;
    text-transform: uppercase
}

.main-wrapper .hero-image .hero-content .hc-footer .hcf-comments .amount,.main-wrapper .hero-image .hero-content .hc-footer .hcf-shares .amount {
    margin-right: 5px;
    font-weight: 700
}

.main-wrapper .hero-image .hero-content .hc-footer .hcf-toggle {
    float: right
}

.main-wrapper .hero-image .hero-content .hc-footer .hcf-toggle .hcft-label {
    float: left;
    line-height: 32px;
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500
}

.main-wrapper .hero-image .hero-content .hc-footer .hcf-toggle .hcft-icon-holder {
    float: left;
    position: relative;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: rgba(0,0,0,.25);
    transition: background-color .25s ease
}

.main-wrapper .hero-image .hero-content .hc-footer .hcf-toggle .hcft-icon-holder:hover {
    background-color: rgb(250 176 2)
}

.main-wrapper .hero-image .hero-content .hc-footer .hcf-toggle .hcft-icon-holder .hcft-icon {
    cursor: pointer;
    line-height: 32px;
    width: 32px;
    left: 0;
    position: absolute;
    font-size: 14px;
    transition: all .5s ease
}

.main-wrapper .scroll-content {
    top: 40%;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: calc(100% - 40%)
}

.main-wrapper .scroll-content .sc-row {
    z-index: 1;
    padding-bottom: 20px
}

.main-wrapper .scroll-content .sc-row .content-article {
    float: left;
    cursor: pointer;
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
    color: #fff;
    border: 2px solid #232320;
}

.main-wrapper .scroll-content .sc-row .content-article:hover {
    color: #fcb001
}

.main-wrapper .scroll-content .sc-row .content-article:after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(316deg,rgb(33 37 40),rgb(33 37 40));
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: .8;
    transition: opacity .25s ease;
    cursor: default;
}
.img-fluid{
    width: 100%;
    height: auto;
}
.main-wrapper .scroll-content .sc-row .content-article:hover .article-image {
    transform: scale(1.1)!important;
}

.main-wrapper .scroll-content .sc-row .content-article .article-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: scale(1);
    transition: all .25s ease
}

.main-wrapper .scroll-content .sc-row .content-article .article-number {
    z-index: 2;
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px
}

.main-wrapper .scroll-content .sc-row .content-article .article-info {
    z-index: 2;
    position: absolute;
    /* bottom: 0; */
    padding: 40px;
    text-transform: uppercase;
    height: 70%;
    top: 15%;
    cursor: auto;
}
.main-wrapper .scroll-content .sc-row .content-article .article-info .ai-label {
    font-size: .9em;
    font-weight: 700;
    margin-bottom: calc(40px/4);
    /* line-break: normal; */
}

.main-wrapper .scroll-content .sc-row .content-article .article-info .ai-desc {
    font-size: 16px;
    font-weight: 300
}

.main-wrapper .scroll-content .sc-row .content-article .article-info .ai-footer {
    line-height: 20px;
    margin-top: calc(40px/4)
}

.main-wrapper .scroll-content .sc-row .content-article .article-info .ai-footer .aif-comments,.main-wrapper .scroll-content .sc-row .content-article .article-info .ai-footer .aif-shares {
    float: left;
    font-size: 14px
}

.main-wrapper .scroll-content .sc-row .content-article .article-info .ai-footer .aif-divider {
    float: left;
    height: 14px;
    margin: 3px 10px;
    width: 1px;
    background-color: #fff
}

.clear-after:after,.main-wrapper-2 .hero-image-2 .hero-content .hc-footer:after,.main-wrapper-2 .scroll-content .sc-row .content-article .article-info .ai-footer:after,.main-wrapper-2 .scroll-content .sc-row:after {
    content: "";
    display: block;
    clear: both
}

#hero-image-2,.main-wrapper-2 .hero-image-2 {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg,#e74b99 0,#852153 49.9%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 5px 60px 10px rgba(0,0,0,.75);
    transition: all .5s ease;
    color: #fff;
    font-family: "Work Sans",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}
.hero-image-3 {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg,#9bfff2 0,#0e8b7b 49.9%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 5px 60px 10px rgba(0,0,0,.75);
    transition: all .5s ease;
    color: #fff;
    font-family: "Work Sans",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hero-image-4 {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg,#8b6fab 0,#4a1a81 49.9%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 5px 60px 10px rgba(0,0,0,.75);
    transition: all .5s ease;
    color: #fff;
    font-family: "Work Sans",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hero-image-5 {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg,#8ea6d0 0,#38527f 49.9%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 5px 60px 10px rgba(0,0,0,.75);
    transition: all .5s ease;
    color: #fff;
    font-family: "Work Sans",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hero-image-6 {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg,#74c7c2 0,#119a92 49.9%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 5px 60px 10px rgba(0,0,0,.75);
    transition: all .5s ease;
    color: #fff;
    font-family: "Work Sans",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero-image-7 {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
	background-image: linear-gradient(120deg,#76586787 0,#755767 59.9%);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 5px 60px 10px rgba(0,0,0,.75);
    transition: all .5s ease;
    color: #fff;
    font-family: "Work Sans",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero-image-8 {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
	background-image: linear-gradient(120deg,#b1b1b1 0,#9d9d9d 59.9%);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 5px 60px 10px rgba(0,0,0,.75);
    transition: all .5s ease;
    color: #fff;
    font-family: "Work Sans",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-wrapper-2 .hero-image-2.browsing-content {
    height: 50%;
    background-position: center
}

.main-wrapper-2 .hero-image-2.browsing-content:after {
    opacity: 1;
    height: 100%
}

.main-wrapper-2 .hero-image-2.browsing-content .hcft-icon-2.closed {
    opacity: 0!important;
}

.main-wrapper-2 .hero-image-2.browsing-content .hcft-icon-2.opened {
    opacity: 1!important;
}

.main-wrapper-2 .hero-image-2:after,.main-wrapper-2 .scroll-content .sc-row .content-article:after {
    content: "";
    display: block;
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: .65;
    transition: all .5s ease
}

.main-wrapper-2 .hero-image-2 .hero-content {
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 40px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-start
}

.main-wrapper-2 .hero-image-2 .hero-content .hc-label {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

.main-wrapper-2 .hero-image-2 .hero-content .hc-desc {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fab002
}

.main-wrapper-2 .hero-image-2 .hero-content .hc-footer {
    margin-top: calc(40px/1.5);
    line-height: 32px;
    font-size: 14px
}

.main-wrapper-2 .hero-image-2 .hero-content .hc-footer .hcf-divider {
    float: left;
    margin: 7px 10px;
    height: 18px;
    width: 1px;
    background-color: #fff
}

.main-wrapper-2 .hero-image-2 .hero-content .hc-footer .hcf-comments,.main-wrapper-2 .hero-image-2 .hero-content .hc-footer .hcf-shares {
    float: left;
    text-transform: uppercase
}

.main-wrapper .scroll-content .sc-row .content-article .article-info .ai-footer .aif-comments .amount,.main-wrapper .scroll-content .sc-row .content-article .article-info .ai-footer .aif-shares .amount,.main-wrapper-2 .hero-image-2 .hero-content .hc-footer .hcf-comments .amount,.main-wrapper-2 .hero-image-2 .hero-content .hc-footer .hcf-shares .amount {
    margin-right: 5px;
    font-weight: 700
}

.main-wrapper-2 .hero-image-2 .hero-content .hc-footer .hcf-toggle {
    float: right
}

.main-wrapper-2 .hero-image-2 .hero-content .hc-footer .hcf-toggle .hcft-label {
    float: left;
    line-height: 32px;
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500
}

.main-wrapper-2 .hero-image-2 .hero-content .hc-footer .hcf-toggle .hcft-icon-holder {
    float: left;
    position: relative;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: rgba(0,0,0,.25);
    transition: background-color .25s ease
}

.main-wrapper-2 .hero-image-2 .hero-content .hc-footer .hcf-toggle .hcft-icon-holder:hover {
    background-color: rgb(250 176 2)
}

.main-wrapper-2 .hero-image-2 .hero-content .hc-footer .hcf-toggle .hcft-icon-holder .hcft-icon-2 {
    cursor: pointer;
    line-height: 32px;
    width: 32px;
    left: 0;
    position: absolute;
    font-size: 14px;
    transition: all .5s ease
}

.main-wrapper-2 .hero-image-2 .hero-content .hc-footer .hcf-toggle .hcft-icon-holder .hcft-icon-2.closed {
    opacity: 1
}

.main-wrapper-2 .hero-image-2 .hero-content .hc-footer .hcf-toggle .hcft-icon-holder .hcft-icon-2.opened,.main-wrapper-2 .scroll-content .sc-row .content-article:hover:after {
    opacity: 0
}

.main-wrapper-2 .scroll-content {
    top: 40%;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: calc(100% - 50%)
}

.main-wrapper-2 .scroll-content .sc-row {
    z-index: 1;
    padding-bottom: 20px;
    height: 100%
}

.main-wrapper-2 .scroll-content .sc-row .content-article {
    float: left;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    color: #fff
}

.content-article a:hover,.main-wrapper-2 .scroll-content .sc-row .content-article:hover {
    color: #fcb001
}

.main-wrapper-2 .scroll-content .sc-row .content-article:after {
    background: linear-gradient(316deg,rgb(23 23 23),rgb(0 0 0/24%));
    height: 100%;
    opacity: 1;
    transition: opacity .25s ease;
    cursor: default
}

.main-wrapper-2 .scroll-content .sc-row .content-article:hover .article-image {
    transform: scale(1.1)!important;
}

.main-wrapper-2 .scroll-content .sc-row .content-article .article-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: scale(1);
    transition: all .25s ease
}

.main-wrapper-2 .scroll-content .sc-row .content-article .article-number {
    z-index: 2;
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px
}

.main-wrapper-2 .scroll-content .sc-row .content-article .article-info-2 {
    z-index: 2;
    position: absolute;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-transform: none;
    font-size: 1.2em;
    line-height: initial!important;
}

.main-wrapper-2 .scroll-content .sc-row .content-article .article-info .ai-label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: calc(40px/4)
}

.main-wrapper-2 .scroll-content .sc-row .content-article .article-info .ai-desc {
    font-size: 16px;
    font-weight: 300
}

.main-wrapper-2 .scroll-content .sc-row .content-article .article-info .ai-footer {
    line-height: 20px;
    margin-top: calc(40px/4)
}

.main-wrapper-2 .scroll-content .sc-row .content-article .article-info .ai-footer .aif-comments,.main-wrapper-2 .scroll-content .sc-row .content-article .article-info .ai-footer .aif-shares {
    float: left;
    font-size: 14px
}

.main-wrapper-2 .scroll-content .sc-row .content-article .article-info .ai-footer .aif-comments .amount,.main-wrapper-2 .scroll-content .sc-row .content-article .article-info .ai-footer .aif-shares .amount {
    font-weight: 700;
    margin-right: 5px
}

.main-wrapper-2 .scroll-content .sc-row .content-article .article-info .ai-footer .aif-divider {
    float: left;
    height: 14px;
    margin: 3px 10px;
    width: 1px;
    background-color: #fff
}

.floating {
    float: left
}

.floating-img {
    height: 100%;
    padding: 0
}

h2.full-page {
    text-align: left;
    font-weight: 700;
    font-size: 3rem;
    font-family: "Work Sans",sans-serif!important;
}

.ai-label.antetitulo {
    font-size: .9em!important;
    color: #fcb001
}

.content-article a {
    color: #fff
}

.cuadro-prestaciones {
    border-top: 9px solid #fbb001;
    border-bottom: 9px solid #fbb001;
    text-align: left;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    font-weight: 600;
    font-size: 1.3em;
    margin: 1em 0
}

.cuadro-prestaciones2 {
    border-top: 9px solid #fcb00161;
    border-bottom: 9px solid #fcb00161;
    text-align: left;
    width: auto;
	margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
    font-weight: 600;
    font-size: 1.3em;
    margin: 1em 0
}

.cuadro-prestaciones:first-child {
    margin-top: 2em
}

.prestaciones {
    padding: 1em
}

.prestaciones2 {
    padding: 5em
}


.yellow {
    border-top: 9px solid #fbb001;
    border-bottom: 9px solid #fbb001
}

.green {
    border-top: 9px solid #38c28b;
    border-bottom: 9px solid #38c28b
}

.green-border,.grey-border {
    background: #e6e6e6;
    border-left: 9px solid #fcb001
}

.green-border {
    border-left: 9px solid #38c28b;
    float: left;
    width: 100%
}

.prestaciones.green-border ul.list-margin {
    margin-bottom: 0
}

ul.table-inside li {
    list-style-type: none
}

.transparent-table {
    background: 0 0;
    border: 1px solid #e6e6e6;
    margin: 0
}

ul.list-margin.before-tables {
    margin-bottom: 0;
    padding-bottom: 0
}

th.green-cell {
    background: #38c28c;
    color: #fff
}
th.yellow-cell {
    background: ##fcb001;
    color: #000
}

th.blue-cell {
    background: #40c6ea;
    color: #fff
}

.transparent-table thead tr,.transparent-table thead tr th {
    border: 1px solid #e6e6e6
}

tbody.white-background tr {
    background: #fff;
    border-top: 2px solid #e6e6e6;
    padding: 0
}

tbody.white-background td {
    text-align: center;
    border: 1px solid #e6e6e6
}

table.data-blue.transparent-table tr td:before {
    color: #666666
}

.blue-border-table tr td:before {
    color: #40c6ea!important;
}

ul.table-inside {
    margin-top: -50px;
    padding-top: 0
}

.blue {
    border-top: 9px solid #3fc4ea;
    border-bottom: 9px solid #3fc4ea
}

.blue-border {
    background: #e6e6e6;
    border-left: 9px solid #40c5ea;
    float: left;
    width: 100%
}

.positive-margin {
    margin: auto!important;
}

.blue-border-cell td {
    border: 1px solid #41c7ea!important;
}

.no-padding-bottom {
    padding-bottom: 0!important;
}

li.no-style,ul.arrow-list li {
    list-style-type: none!important;
}

ul.arrow-list li:before {
    content: "»"
}

p.italic-style,ul .italic-style li {
    font-style: italic;
    font-size: .9em;
    text-align: center
}

ul .italic-style li {
    list-style-type: none!important;
}

.italic-style li:before,ul.list-margin.italic-style li:before {
    content: "*"
}

p.italic-style {
    margin-top: 10px
}

ul.list-margin.italic-style {
    padding: 0
}

ul.table-inside.con-margin-top {
    margin-top: 0
}

ul.verano.before-tables {
    padding-bottom: 0
}

.purple {
    border-top: 9px solid #d73fea;
    border-bottom: 9px solid #d73fea
}

.purple-border {
    background: #e6e6e6;
    border-left: 9px solid #d740ea;
    float: left;
    width: 100%
}

.purple-border td {
    border: 1px solid #d741ea!important;
}

.purple-border-table tr td:before {
    color: #d741ea!important;
}

th.purple-cell {
    background: #d741ea;
    color: #fff
}

.orange {
    border-top: 9px solid #ebae37;
    border-bottom: 9px solid #ebae37
}

.orange-border {
    background: #e6e6e6;
    border-left: 9px solid #ebae37;
    float: left;
    width: 100%
}

.orange-border td {
    border: 1px solid #ebae37!important;
}

.orange-border-table tr td:before {
    color: #ebae37!important;
}

th.orange-cell {
    background: #ebae37;
    color: #fff
}

.dark-green {
    border-top: 9px solid #198754;
    border-bottom: 9px solid #198754
}

.dark-green-border {
    background: #e6e6e6;
    border-left: 9px solid #198754;
    float: left;
    width: 100%
}
.sidebar-right-module {
    background: #fcb001;
    border-left: 1px solid #212529;
    float: left;
    width: 100%;
}

.dark-green-border td {
    border: 1px solid #198754!important;
}

.dark-green-border-table tr td:before {
    color: #198754!important;
}

th.dark-green-cell {
    background: #198754;
    color: #fff
}

.full-width,img.responsive.animated.margin-top {
    margin-top: 2em
}

.full-width a {
    max-width: none;
    /* width: 100%; */
    background: linear-gradient(45deg,#212529 5%,#212529 5%);
    padding: 10px 8px !important;
    height: auto;
}

.full-width a:hover {
    background: linear-gradient(45deg,#fbb001 5%,#fbb001 5%);
    box-shadow: 6px 0 0#23272b;
    animation: 1s;
    animation-timing-function: steps(2,end);
    color: #23272b
}

.with-text-indent {
    padding-left: 10px
}

h4.bold.underline {
    border-bottom: 1px dashed #212529;
    padding-bottom: 5px;
    margin-top: 1.2em
}

.white-data-clean {
    background: 0 0!important;
    border: 0!important;
    font-size: 1em;
    margin-bottom: 40px
}

.white-data-clean tr td {
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    color: #666262;
    border-bottom: 1px solid #666262
}

span.line-break-3.min-text {
    font-size: .8em
}

tbody.clean-border-cell tr {
    background: #fff;
    border: 0;
    margin: 0;
    padding: 0
}

a.clear-after {
    margin-top: 0
}

img.responsive.animated.no-margin {
    margin: 0
}

.color-yellow {
    color: #fab002
}

.destacado h3,h4.bold,h4.bold.underline {
    text-align: left;
    margin-bottom: 1em
}

h4.bold {
    margin-top: 1.2em
}

.destacado {
    background: #383939;
    margin-top: 4em;
    border-radius: 20px 0 20px 0;
    /* padding: 1em; */
    box-shadow: 3px 3px 6px 0#0101016e;
    /* margin-bottom: 1em; */
    padding: 12px;
}
.destacado-white-border {
    background: #fcfcfc;
    border: 1px solid #212529;
}
.transparent-divider {
    margin: 10px;
}
.destacado h3 {
    color: #fcb001;
    font-weight: 700;
    line-height: initial!important;
}

.destacado p,.topnav a {
    color: #fff
}

h4.bold.cursos {
    border-top: 5px solid #fcb001;
    clear: both;
    padding-top: 10px;
    margin-top: 2em
}

.topnav {
    overflow: hidden;
    background-color: #333;
    font-family: Arial;
    display: flex
}

.topnav a {
    font-size: 17px;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none
}

@media screen and (max-width:600px) {
    .topnav a.icon {
        display: block
    }

    .topnav {
        justify-content: space-between
    }

    .topnav.responsive {
        position: relative;
        flex-direction: column
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0
    }

    .topnav.responsive a {
        display: block;
        text-align: left
    }
}

.max-125 {
    max-width: 180px;
    margin-top: -10px!important;
}

p.bold.firma.align-center {
    text-align: center!important;
    display: block;
    font-weight: 400
}

p.bold.sign.no-margin-top {
    margin: 0!important;
}

.col-lg-12.col-md-12.col-xs-12.with-margin-top, p.with-margin-top {
    margin-top: 2em;
}

.container.max-width-768 {
    max-width: 768px
}





#cajilla-portada {
    background-image: url(../images/cajilla-portada.jpg);
    background-size: cover;
    background-position-x: center !important;
    background-position-y: 50%;
}


#ofelia-de-lorenzo {
    background-image: url(../images/medicina-violeta/ofelia-de-lorenzo.jpg);
     background-size: cover;
    background-position-x: center !important;
}

#estudio-mir {
    background-image: url(../images/cgcom/noticia-4/estudio-imagen.jpg);
    background-size: cover;
    background-position-x: center !important;
    background-repeat: no-repeat;
}




#fpsomc-block-right{
    background-image: url(../images/fundaciones/fpsomc/fpsomc-block-right.webp);
    background-size: contain;
    background-position-x: center !important;
    background-repeat: no-repeat;
    min-width: 700px;
}







#raquel-murillo {
    background-image: url(../images/actualidad/raquel-murillo/raquel-murillo.jpg);
     background-size: cover;
    background-position-x: center !important;
}

#francisco-moreno {
    background-image: url(../images/espacio-mir/francisco-moreno-article.jpg);
     background-size: cover;
    background-position-x: center !important;
}


#carlos-gomez {
    background-image: url(../images/actualidad/carlos-gomez.jpg);
    background-size: cover;
    background-position-x: 90%
}

#alejandro {
    background-image: url(../images/actualidad/alejandro.jpg);
    background-size: cover;
    background-position-x: center!important;
}

#maria {
    background-image: url(../images/actualidad/maria.jpg)
}

#pablo {
    background-image: url(../images/debate/pablo.jpg)
}

#tomas {
    background-image: url(../images/debate/tomas.jpg)
}

#carmen {
    background-image: url(../images/debate/carmen.jpg)
}

#jose {
    background-image: url(../images/debate/jose.jpg)
}

.fit-column-background {
    position: relative;
    height: auto;
    border: 12px solid #fff;
    margin-bottom: 1rem
}

.fit-column-background-portada {
    position: relative;
    height: auto;
    padding: 0;
}

.divider-elections-first {
    margin: 20px 0
}

.divider-elections {
    margin: 30px 0;
    width: 100%;
    height: 1px;
    background: #fcb0015e
}

.divider-questions {
    margin: 20px 0 0;
    width: 100%
}

p.no-margin-bottom {
    margin: 0
}

ul.arrow-right {
    list-style-type: disclosure-closed;
    padding-left: 2em
}

a.image-caroussel-link {
    cursor: pointer
}

a.image-caroussel-link:hover {
    opacity: .8
}

span.dropcap1,span.dropcap2 {
    float: left;
    padding: 11px 0 9px;
    margin-right: 8px;
    font-size: 56px;
    font-weight: 700;
    line-height: 22px
}

.displayed-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em
}

p.bold.align-center {
    text-align: center
}

.full-width-button {
    max-width: none!important;
}

.quote-margin {
    margin-bottom: 1em!important;
}

.block-highlight {
    background-color: #f0ece5
}

.container-with-foot {
    position: relative;
    height: 100%
}

.container-with-foot img {
    margin-bottom: 0!important;
}

.over-image {
    position: absolute;
    bottom: 10px;
    margin-right: 0;
    right: 20px;
    color: #fff
}

.img-min-height {
    min-height: 320px
}

p.image-foot-inside {
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 10px;
    margin: 0;
    font-weight: 500;
    font-size: .8em
}

h3.in-modal.articulo-largo, h3.in-modal.with-subtitle {
    margin-top: 40px;
    margin-bottom: 10px;
}
.color-highlight-1 {
    background-color: #dededf;
    width: calc(100% - 24px);
    margin-left: 12px;
}
.color-highlight-2 {
    background-color: #212529;
    width: calc(100% - 24px);
    margin-left: 12px;
}

.border-color-unic {
    border: 12px solid #212529
}

.publi-container {
    padding: 0 1em
}

a.no-dropbtn.direct-link {
    padding: 10px 20px
}

.list-product-nav a {
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding: 10px 20px
}

.list-product-nav a:focus,.list-product-nav a:hover {
    color: #fff
}

.list-product-nav>li a.list-product-cat {
    color: #000;
    padding: 6px 20px
}

.list-product-nav>li>a.list-product-cat:focus,.list-product-nav>li>a.list-product-cat:hover {
    color: #000
}

.list-product-subnav {
    display: none;
    background: #1a1a1a
}

.list-product-subnav li a {
    color: #fff!important;
    padding: 1em;
    cursor: pointer;
    border: 1px solid #fcb001
}

ul.list.list-unstyled.list-product-nav {
    width: 350px;
    margin: 1em 2em
}

.with-margin-block {
    border: 10px solid #eae9e8;
    padding: 1em
}

.loader {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.loader>img {
    width: 100px
}

.loader.hidden {
    animation: fadeOut 2s;
    animation-fill-mode: forwards
}

.hide-def {
    display: none
}

.owl-carousel {
    touch-action: manipulation
}

.img-summary {
    margin: auto
}

.summary-divider-line {
    width: 100%;
    height: 1px;
    background: #212529;
    margin: 2em 2em 2em auto;
    opacity: .2
}

.container.center.container-publi {
    padding: 0!important;
    margin: 0
}

a.publi-link,ul.social-publi {
    display: flex;
    justify-content: center;
    align-items: center
}
p.author {
    text-align: center;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 0;
}

a.publi-link {
    cursor: pointer
}
p.aftertitulo.center {
    text-align: center;
}

.publi-img {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 12px 0#21252914
}

ul.social-publi {
    list-style-type: none;
    margin: 10px;
    flex-direction: row;
    background: red
}

.margin-bottom-10 {
    margin-bottom: 10px!important;
}

.footer-mic {
    position: absolute;
    height: auto;
    bottom: -10px;
    right: 10px
}

.circle-image {
    padding-top: 1em;
    border-top: 12px solid #fbb001;
    margin-top: 1rem
}

.owl-item.active h1 {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s
}

.owl-item.active h2 {
    animation: fadeInDown ease 2s;
    -webkit-animation: fadeInDown ease 2s;
    -moz-animation: fadeInDown ease 2s;
    -o-animation: fadeInDown ease 2s;
    -ms-animation: fadeInDown ease 2s
}

.owl-item.active .line.line--horizontal.line--left.white,.owl-item.active a.btn,.owl-item.active p {
    animation: fadeInRight ease 2s;
    -webkit-animation: fadeInRight ease 2s;
    -moz-animation: fadeInRight ease 2s;
    -o-animation: fadeInRight ease 2s;
    -ms-animation: fadeInRight ease 2s
}

.owl-item.active .line.line--horizontal.line--right.white,.owl-item.active h3 {
    animation: fadeInLeft ease 2s;
    -webkit-animation: fadeInLeft ease 2s;
    -moz-animation: fadeInLeft ease 2s;
    -o-animation: fadeInLeft ease 2s;
    -ms-animation: fadeInLeft ease 2s
}

.owl-item.active .publi-block {
    animation: fadeInDown-publi ease 2s;
    -webkit-animation: fadeInDown-publi ease 2s;
    -moz-animation: fadeInDown-publi ease 2s;
    -o-animation: fadeInDown-publi ease 2s;
    -ms-animation: fadeInDown-publi ease 2s
}

.owl-item.active blockquote {
    animation: fadeInUp ease 2s;
    -webkit-animation: fadeInUp ease 2s;
    -moz-animation: fadeInUp ease 2s;
    -o-animation: fadeInUp ease 2s;
    -ms-animation: fadeInUp ease 2s
}

.callout,.owl-item.active img {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s
}

.fadeinDown {
    -webkit-animation: fadeInDown 500ms ease-in-out;
    animation: fadeInDown 500ms ease-in-out
}

.fadeinUp {
    -webkit-animation: fadeInUp 500ms ease-in-out;
    animation: fadeInUp 500ms ease-in-out
}

.fadeInLeft {
    -webkit-animation: fadeInLeft 500ms ease-in-out;
    animation: fadeInLeft 500ms ease-in-out
}

.fadeInRight {
    -webkit-animation: fadeInRight 500ms ease-in-out;
    animation: fadeInRight 500ms ease-in-out
}

.container.no-padding,.owl-slide.d-flex.align-items-center.publi-no-padding {
    padding: 0!important;
}

p.with-subtitle {
    text-align: center
}

.youtube-video-1,iframe {
    aspect-ratio: 16/9;
    width: 100%
}

p.scroll-text {
    margin-top: 10px;
    letter-spacing: 2px;
    text-indent: 13px;
    color: #212529;
    -webkit-animation: colorText 5s ease-out infinite,nudgeText 5s ease-out infinite;
    animation: colorText 5s ease-out infinite,nudgeText 5s ease-out infinite;
    font-size: 10pt
}

.mouse {
    background: #f9b002 linear-gradient(transparent 0,transparent 50%,#fff 50%,#fff 100%);
    position: relative;
    width: 35px;
    height: 56px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: colorSlide 5s linear infinite,nudgeMouse 5s ease-out infinite;
    animation: colorSlide 5s linear infinite,nudgeMouse 5s ease-out infinite;
    left: 17px
}

.mouse:after,.mouse:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.mouse:before {
    width: 30px;
    height: 50px;
    background-color: #222a30;
    border-radius: 91px
}

.mouse:after {
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite
}

.turn {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1a1a1a;
    z-index: 99999;
    display: none
}

@media screen and (orientation:landscape) and (max-width:1023px) {
    .turn {
        display: block
    }
}

.turn h2,.turn p {
    line-height: .9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-transform: translate(-50%,-50%)
}

.turn h2 {
    font-size: 5.625rem;
    text-transform: uppercase;
    font-weight: 700;
    user-select: none;
    color: #8a7a1a;
    -webkit-text-fill-color: #fab002;
    top: 20%;
    position: absolute
}

.turn h2 em {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fab002;
    -webkit-text-fill-color: transparent
}

.turn p {
    font-size: .8rem;
    letter-spacing: 2px;
    color: #1a1a1a;
    -webkit-text-fill-color: #1a1a1a;
    top: 75%;
    position: relative;
    margin: auto;
    text-align: center;
    width: 80%;
    background: #fbb001;
    padding: 3px 0
}

@media screen and (max-width:480px) {
    .turn h2 {
        font-size: 4.5rem
    }
}

@media screen and (max-width:414px) {
    .turn h2 {
        font-size: 4rem
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.animated-box {
    opacity: 0;
    transition: opacity 350ms ease
}

.isVisible {
    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
    opacity: 1
}

.inVisible {
    animation: fadeOut 2s;
    -webkit-animation: fadeOut 2s;
    -moz-animation: fadeOut 2s;
    -o-animation: fadeOut 2s;
    -ms-animation: fadeOut 2s
}

.st1 {
    fill: #6a0061
}

.st1,.st2 {
    display: inline
}

.st3 {
    fill: none
}

.st4 {
    fill: #f9b000;
    animation: filter-animation 2s infinite
}

.st5 {
    fill: #fff
}

.fadeInLeft-inside-modal {
    animation: fadeInUp ease 2s;
    -webkit-animation: fadeInUp ease 2s;
    -moz-animation: fadeInUp ease 2s;
    -o-animation: fadeInUp ease 2s;
    -ms-animation: fadeInUp ease 2s
}

span.yellow-color {
    color: #fcb001;
    font-weight: 500
}

.prueba-touch-device {
    opacity: 1!important;
    position: absolute!important;
    bottom: 0!important;
    right: 12px!important;
}

p.nombre-entrevista.reduced-name {
    font-size: 1em;
    text-align: left;
    padding: 5px 10px;
    width: 100%;
}
blockquote.callout.quote.ES.less-margin.reduced-portada {
    font-size: 1em;
    color: white;
}

img.responsive.comillas.editorial-quote {
    margin: 50px auto 0;
}
blockquote.callout.quote.ES.inside-article.model-1 {
    margin: 12px auto 50px;
    font-style: italic;
}
span.light {
    font-weight: 200;
   /* font-size: 2.7rem;*/
    margin: 0;
}

span.decorativo-title {
    color: #fcb001;
}
span.italic-style {
    font-style: italic;
}
h3.interview.big.big-screen.center.italic-style {
    font-style: italic;
}

.with-sangria {
    text-indent: -7px;
    /* position: absolute; */
    padding-left: 40px;
}

.fa-angle-right {
    color: #fcb001;
}
a.link-no-style {
    color: #212529;
    font-weight: normal;
}

i.fa-solid.fa-square-arrow-up-right {
    color: #fab002;
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -ms-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
    line-height: inherit;
    margin-left: 3px;
}

span.leer-mas a {
   
    font-size: 14px;
    font-weight: 300;
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -ms-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
}
@keyframes color_change {
    from {color: #fab002;}
    to {color: white;}
  }
  span.leer-mas-yellow-to-black a {
  
    font-size: 16px;
    font-weight: 300;
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -ms-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
}


@keyframes color_change_2 {
    from {color: #212529;}
    to {color: #fab002;}
  }
  .no-color {
    color: #fab002;
    font-size: .8em;
    font-weight: 300;-webkit-animation: color_change 1s infinite alternate;
	-moz-animation: color_change_2 1s infinite alternate;
	-ms-animation: color_change_2 1s infinite alternate;
	-o-animation: color_change_2 1s infinite alternate;
	animation: color_change_2 1s infinite alternate;
}
  .article-info a {
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
}
  span.yellow-bold {
    color: #fbb001;
    font-weight: 800 !important;
}
.button-container {
    display: flex;
    justify-content: flex-end;
}
a.button-style {
    display: grid;
    align-items: center;
    width: 100%;
    column-gap: 20px;
    grid-template-columns: 118px calc(100% - 118px);
    background: #fcb001;
    /* max-height: 118px; */
    /* max-width: 433px; */
    position: relative;
    padding: 18px;
    border-radius: 20px;
    justify-content: center;
}
a.button-style:hover {
    /* opacity: .8; */
    background: #212529;
}
img.portada-codigo {
    /* width: 100%; */
    height: auto;
    border-radius: 20px;
    max-height: 118px;
}
a.button-style p {
    color: white;
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: 600;
    font-size: 1.7vw;
 
    /* font-size: 5cqw; */
}


@media (max-width:767px) and (orientation:portrait) {
    a.button-style p {
        font-size: 4vw;
    }
}

.with-sidebar-center {
    display: grid;
    align-items: center;
    width: 100%;
    column-gap: 20px;
    grid-template-columns: 60% 40%;
    margin-top: 2em;
}

.with-sidebar-right {
    display: grid;
    align-items: start;
    width: calc(100% - 20px);
    column-gap: 20px;
    grid-template-columns: 60% 40%;
    margin-top: 2em;
}
.with-sidebar-right-50 {
    display: grid;
    align-items: start;
    width: calc(100% - 20px);
    column-gap: 20px;
    grid-template-columns: 50% 50%;
   
}
.sidebar-right-module {
    background: #fcb001;
    border-left: none;
    float: left;
    width: 100%;
    padding: 20px 1em 7px 1em;
    border-top: 1px dotted #181713;
    /* padding-bottom: 1em; */
}
.with-sidebar-right-50 .rigt-block {
    margin-top: 50px;
}
.rigt-block h3 {
    text-align: left;
    font-size: 1.3em;
    font-weight: 600;
    line-height: normal !important;
}
.divider {
    position: relative;
    width: 60%;
    border-top: 1px dotted white;
    /* height: 10px; */
    /* background: red; */
    margin: 0 auto;
}

@media (max-width:767px) and (orientation:portrait) {
    .with-sidebar-right {
        grid-template-columns: 100%;
        width: 100%;
    }

    .with-sidebar-center {
     
        
        grid-template-columns: 100%;
        
    }
    
}


ul.with-caret li {
    list-style-type: none;
    /* line-height: 10px; */
    margin-top: 10px;
}
ul.with-caret i.fa-solid.fa-caret-right {
    color: #fcb001;
    margin-right: 5px;
}


svg.mapa-europa-interactivo {
    width: 100%;
    background: red;
}



g#portugal-mapa, g#francia-mapa, g#italia-mapa, g#belgica-mapa {
    cursor: pointer;
    fill: #86b4c9;
    /* opacity: 0; */
    transform: translate(-1px, -2.5px);
    stroke-width: 2;
    stroke: #fcfdfe;
    animation: filter-animation-map 2s infinite
}



.portugal-show, .francia-show, .italia-show, .belgica-show {
    background: #fcb001;
    padding: 20px;
    border: 1px dashed #212529;
    margin-top: 1em;
   
}
g#portugal-mapa:hover, g#francia-mapa:hover, g#italia-mapa:hover, g#belgica-mapa:hover {
    fill: red;
    opacity: 1;
    content: 'españa';
}

span.ico.close {
    /* background: red; */
    position: relative;
    /* right: 0; */
    /* width: 100%; */
    margin-right: 0 !important;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    font-size: 30px;
}
span.ico.close:hover {
    opacity: .7;
    cursor: pointer;
}

h4.hidden-module.fadeInLeft-inside-modal {
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}


image.click-action{
    animation: fadeIn 1s infinite
}


@keyframes filter-animation-map {
    0% {fill: #86b4c9; }
   
    100% { fill: #fcb001;  }
  }

  .col-lg-12.externo.full-width.no-margin.fadeInLeft-inside-modal a {
    margin: 1em;
}

p.subtitle.italic-style.fadeInLeft-inside-modal {
    font-weight: 400;
    font-size: 1.5em;
    text-align: left;
}
p.yeloww-paragraph.fadeInLeft-inside-modal {
    background: #fcb001;
    padding: 10px;
    font-size: 1.3em;
    margin-bottom: 40px;
}

.at-bottom {
    position: absolute;
    bottom: 0;
}
.at-bottom a {
    margin-bottom: 0 !important;
    padding: 10px;
    height: auto;
}
.card-container {
    margin-bottom: 1em;
}

.card-doctor {
    display: flex;
    flex-direction: column;
    width: 300px;
    border: 1px dotted #fcb001;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 10px 0px 0;
    width: 95%;
    height: 100%;
    position: relative;
    margin: auto;
}
  
.card-doctor img {
    /* width: 80%; */
    height: auto;
    margin: 0 auto;
}
  
  .card-text {
    padding: 20px;
  }
  .card-text p{
   text-align: left;
  }
  
  .card-text h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .card-text p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .circle-img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  
  

  a.card-link {
    cursor: pointer;
    color: #212529;
}

a.card-link:hover {
    opacity: .8;
}





.overlay-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fcb001cc;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 99999999;
}
  
  .overlay-card {
    opacity: 0;
  }
  .overlay-card:hover {
    opacity: 1;
  }
  
  .overlay-card  i {
    font-size: 2rem;
    color: #fff;
  }
  
  .fundaciones-sub-head {
    font-weight: 700;
    display: inline-block;
    border-bottom: 5px solid #fcb001;
    /* padding-bottom: 20px !important; */
    margin-bottom: 20px;
}

.text-over-image {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 30px;
}
.margin-top-0 {
margin-top: 0;
}
p.personajes-cargo.fadeInLeft-inside-modal {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.custom-cursor {
    position: absolute;
    background-color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -10px;
    pointer-events: none;
    z-index: 10000;
    transition-property: width, height, background, border, margin-left,
      margin-top, border-radius, background-size, transform, rotate, translate,
      clip-path;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    border: 0px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    mix-blend-mode: difference;
  }
  
  .custom-cursor .ball {
    position: absolute;
    width: 0px;
    height: 0px;
    background: black;
    border-radius: 100%;
    transition: all 0.3s ease;
  }

  p.lead.plus {
    font-size: 2em;
    line-height: normal;
}
.under-summary-image a {
    font-weight: 500;
    font-size: .9em;
}
p.subtitle-portada {
    font-size: 2em;
    font-weight: 900;
    color: white;
}
.subtitle-portada a {
    color: white;
}
i.fas.fa-chevron-right {
    color: #fbb001;
    font-size: 20px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.rigt-block {
    display: flex;
    justify-content: center;
}
.width-189px {
    max-width: 189px;
    height: auto;
    filter: drop-shadow(5px 5px 5px #222);
}
.center-align {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.margin-2em {
    margin-bottom: 2em;
}

.margin-top-50px{
    margin-top: 50px;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
i.fa-solid.fa-caret-right {
    color: #fbb001;
    font-size: 19px;
    margin-right: 5px;
}
.lb-closeContainer {
    position: absolute;
    top: 20px;
    right: 20px;
}




/* PUBLI VIDEO */


/* Set fixed dimensions for both container and video element */

a.slider-buttton {
    color: #fff;
    font-size: .8em;
    line-height: 1;
    display: block;
    /* margin-bottom: 0px; */
}

a.slider-buttton.publirreportaje {
    color: #cfcfcf;
}

a.slider-buttton:hover {
    opacity: .7;
}
.publi-video-row.row.over-video a.slider-buttton {
    margin-top: 45px !important;
    /* text-align: right; */
    background: #181818;
    display: inline;
    padding: 10px 8px;
    /* border-radius: 10px; */
}
ul.social {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    font-size: 12px !important;
    margin-top: 20px;
    max-width: 200px;
    align-content: stretch;
}



ul.social li a  {
    height: 15px;
    color: white !important;
    fill: white;
}
ul.social i {
    font-size: 14px;
}
.align-bottom-flex {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    /* margin: 50px 0px 500px 0; */
    /* margin-bottom: 100px !important; */
}
.fullscreen-container {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: calc(100%) !important;
    background-color: #0027c2;

}

#videoElement {
   
    height: calc(100% - 50px);
    object-fit: contain;
}



.over-video h4 {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    line-height: normal;
    text-align: left;
    font-size: 50px;
    margin-bottom: 1rem;
    max-width: 500px;
}
.block-left.fadeInUp h4 {
 
    color: white;
}
.block-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1em;
    padding: 0;
    /* background: #0000002b; */
    padding: 10px;
    background: #5a5151;
    border-radius: 0 0px 10px 0px;
    padding: 10px;
    width: 173px;
    height: 173px;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.over-video-texts p.breadcrumb {
    color: white;
    border-bottom: 2px solid white !important;
    padding-bottom: 5px;
    margin: 5px 0;
    font-size: 10px;
}

.over-video-texts h4.slider-sub-title {
    color: #dfd4d4;
    text-shadow: 2px 2px 2px #212529;
    margin-bottom: 0px;
    margin-bottom: 10px;
}
.publi-video-row.row.over-video {
    position: absolute;
    /* max-width: 300px; */
    /* margin-left: 0 !important; */
    left: 0%;
    top: 0;
    bottom: 100%;
   
}
.publi-video-row {
    position: absolute;
   
    /* margin-left: 0 !important; */
   
}

@media (orientation: portrait) {
    #videoElement {
        width: 100%;
        height: auto !important;
        object-fit: contain;
    }
    .publi-video-row.row.over-video {
        position: absolute;
       
        /* margin-left: 0 !important; */
        left: 0;
        top: 0;
        bottom: 100%;
    }
}
.with-margin-top-40px {
    margin-top: 40px !important;
}

table tr.white-background th {
    background: white;
}
tbody.white-background.border-orange td {
    border-color: #ffffff00;
    /* border-top: 2px solid red !important; */
}

tbody.white-background.border-orange tr {
    background: #fff;
    border-top: 4px solid #ebae37;
    padding: 0;
}
tr.orange-opacity td {
    background: #ebae3757;
}
table.data-blue.orange-border-table p {
  
    margin: 0;
}


span.bold.orange {
    border: 0;
    font-weight: 800;
    color: #ebae37;
}

.modal-body p.nombre-entrevista {
    text-transform: uppercase;
}






  .yellow-color {
    color: #fbb001 !important;
}
.border-highlight-yellow {
    padding: 20px;
    border: 2px solid #fbb001;
}
.full-width a i {
    color: #fbb001 !important;
    /* background: red; */
    margin-right: 10px;
}

.border-dotted {
    border: 2px dotted #fbb001;
}

.border-1px{
    border: 1px solid #393d401f;
}
.text-block-left.over-video-texts h6 {
    color: #f7af02;
    font-size: 11px;
    text-align: left;
    margin-top: 20px;
    font-weight: 700;
}

p.nombre-entrevista.reduced-name {
    font-size: 1em;
}

.row.entrevista.portada {
    display: grid;
    grid-template-columns: 40% 60%;
    padding-top: 20px;
    border-top: 1px dotted #fab001;
    margin-top: 10px;
    grid-gap: 20px;
    width: calc(100% - 20px);
    justify-content: center;
    align-items: center;
}
.row.entrevista.portada > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}


div#actividad-cgcom-background a {
    font-size: 1.2em;
}
a.btn.read-more-button.carousel-button {
    font-size: .8em !important;
}
.portada-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: 40% 60%;
    max-width: 100%;
    /* margin: 20px; */
    overflow: hidden;
    /* width: 700px; */
    padding: 20px;
}

.portada-card h6 {
    font-size: 152%;
    font-weight: 900;
    color: #212529;
    text-align: left !important;
    margin-bottom: 5px;
}
.portada-card h2 {
	letter-spacing: 1px;
	margin: 10px 0;
    text-align: left;
}

.portada-card-preview {
    /* background-color: #2A265F; */
    color: #fff;
    /* padding: 30px; */
   
    border-right: 1px solid #fbb0016e;
    padding-right: 20px;
}

.portada-card-info {
    padding: 10px;
    position: relative;
    width: 100%;
    background: white;
}


.btn-portada {
    background-color: #fbb001;
    border: 0;
    border-radius: 50px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    color: #212529;
    font-size: 16px;
    padding: 8px 10px;
    position: absolute;
    bottom: 1px;
    right: 20px;
    letter-spacing: 1px;
    font-size: .9em;
}

 /* flex-direction: row; */
.btn-portada:hover {
	background-color: #212529;
    color: #ffffff;
	
}
img.thumb-portada {
    width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 700px){
    .contenedor-caja p.subtitle.white.align-left.no-margin {
        font-size: 16px !important;
    }
}



@media screen and (max-width: 600px){
    .contenedor-caja p.subtitle.white.align-left.no-margin {
        font-size: 16px;
    }
}



@media only screen and (min-width:200px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {
    i.fas.fa-search {
        color: #fff;
        font-size: 1rem
    }

    .no-corners {
       
        grid-template-columns: 1fr;
        /* flex-direction: row; */
      
    }
    .gallery-item.margin-thumbnail-gallery {
        margin: 20px 0 -10px 0px;
    }
    .with-sidebar-right-50 {
        
        grid-template-columns: 1fr;
    }
    .portada-card {
       
        grid-template-columns: 1fr;
      
    }
    .portada-card-preview {
        /* max-width: 250px; */
        border-right: 0;
        padding-right: 0;
        display: none;
    }
    .portada-card-info {
        display: grid;
        grid-template-columns: 1fr;
        flex-direction: column;
        justify-content: space-between;
        grid-gap: 20px;
    }
    .btn-portada {
        position: relative;
        bottom: 0px;
        left: 0px;
        display: flex;
        width: 50%;
        justify-content: center;
        align-content: center;
        max-width: 126px;
    }
}
