* {
    margin: 0;
    padding: 0
}

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

html {
    background: #0c0c0c;
    color: #fff;
    font-size: calc(100vw / 1920 * 10)
}

body {
    font-family: 'poppins', sans-serif;
    font-size: 15px;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body #cdawrap {
    --cda-bottom: 3rem;
    --cda-left: 3rem;
    --cda-width: 400px;
    --cda-footer-fontsize: initial;
    --cda-footer-color: rgba(255, 255, 255, 0.5)
}

body #cdawrap a:hover {
    text-decoration: none;
    opacity: 0.7
}

img {
    display: block
}
.header {
    background: black;
    width: 100%;
    z-index: 999999;
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}
.header img {
    margin-left: 20px;
}
/* Small menu. */
.menu-toggle {
    border: 0;
    background: none;
    box-shadow: 0 0 0;
    padding: 0;
    cursor: pointer;
    margin-right: 20px;
}
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
/* Sidebar navigation */
.sidebar-navigation {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    padding: 60px 0 0;
    transition: 0.5s;
}
.sidebar-navigation .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 46px;
    margin-left: 50px;
    color: black;
    background: no-repeat;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.sidebar-navigation.sidebar-open {
    padding: 60px 30px;
    width: 300px;
    height: 100vh;
}
.sidebar-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.sidebar-navigation li {
    position: relative;
    margin-bottom: 12px;
}
.sidebar-navigation a {
    display: block;
    text-decoration: none;
    color: black;
}
.sidebar-navigation__logo img {
    width: 176px;
    height: auto;
    margin: 0 0 20px -7px;
}
.sidebar-navigation a:hover {
    opacity: 0.8;
}
@media (min-width: 768px) {
    .sidebar-navigation.sidebar-open {
        padding: 60px;
        width: 320px;
    }
}
body.sidebar-open {
    overflow: hidden;
    position: relative;
}

a {
    color: #fff;
    outline: none;
    text-decoration: none
}

a:hover, a:focus {
    outline: none
}

.video-wrapper {
    position: relative;
    padding-bottom: 53%; /* 16:9 */
    padding-top: 0;
    height: 0;
}
@media screen and (min-width: 992px){
    .video-wrapper {
        padding-bottom: 56.55%; /* 16:9 */
    }
}
.video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content {
    background: black;
    position: relative;
    z-index: 9999;
}

.container {
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
}

.bloque-hidden {
    opacity: 0;
}

.bloque-visible {
    opacity: 1;
}

.container img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    border-bottom: 1px solid white;
    padding-bottom: 50px;
    margin: 40px;
}
@media (max-width: 767px) {
    h1 {
        font-size: 22px;
    }
}
h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    margin: 50px 0;
}

.bloque-audiencias {
    text-align: center;
}

.bloque-audiencias text {
    fill: white;
}

.bloque-audiencias__graficos {
    display: flex;
    flex-wrap: wrap;
}
.bloque-audiencias__graficos .pie {
    flex-basis: 33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 110px;
}

.bloque-audiencias__graficos .pie h3 {
    flex-basis: 100%;
    order: 2;
    max-width: 200px;
}
@media (max-width: 800px) {
    .bloque-audiencias text {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .bloque-audiencias__graficos .pie {
        flex-basis: 50%;
        width: 100px !important;
        height: 150px !important;
    }
    .bloque-audiencias__graficos {
        justify-content: center;
    }
    .bloque-audiencias text {
        font-size: 24px;
    }
    .bloque-audiencias__graficos .pie h3 {
        max-width: 150px;
    }
}

.bloque-hombre-mujer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 100px;
    text-align: center;
}

.bloque-hombre-mujer h3,
.bloque-hombre-mujer p {
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
}

.bloque-hombre-mujer h3 {
    font-weight: 800;
    font-size: 30px;
}

.bloque-hombre-mujer p {
    font-weight: 500;
    font-size: 18px;
}

@media (min-width: 960px) {
    .bloque-hombre-mujer {
        flex-wrap: nowrap;
    }
}
.descripcion_larga {
    margin: 0 0 50px;
    display: none;
}
.descripcion__vermas {
    padding: 10px 24px;
    font-size: 18px;
    margin-bottom: 40px;
    border-radius: 50px;
    color: #000;
    border: 1px solid #707070;
    cursor: pointer;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
}
.descripcion__vermas.vermenos span.vermas__menos,
.descripcion__vermas span.vermas__mas {
    display: block;
}
.descripcion__vermas span.vermas__menos {
    display: none;
}
.descripcion__vermas.vermenos span.vermas__mas {
    display: none;
}
.bloque-redes {
    position: relative;
    margin: 100px 0 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid white;
}

.bloque-redes__contenido p {
    font-size: 18px;
    font-weight: 500;
}

.bloque-redes__contenido p:first-child {
    font-size: 30px;
    font-weight: 800;
}

.bloque-redes__contenido h2 {
    margin: 20px 0;
    font-size: 54px;
    font-weight: 700;
}

.bloque-redes ul {
    list-style-type: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.bloque-redes ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 33px;
}

.bloque-redes ul a {
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloque-redes ul a:hover,
.bloque-redes ul a.aqui {
    background: #FFD600;
}

.bloque-redes svg {
    width: 30px;
    height: 30px;
}

.bloque-redes .web svg {
    width: 60px;
}

.bloque-redes svg path {
    color: black;
}
@media (max-width: 767px) {
    .bloque-redes {
        padding-top: 180px;
    }

    .bloque-redes ul a {
        width: 60px;
        height: 60px;
    }
    .bloque-redes ul li {
        margin-bottom: 30px;
    }
    .bloque-redes__contenido h2 {
        font-size: 38px;
    }
}
.bloque-redes__red {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bloque-redes__red div {
    flex-basis: 100%;
}

@media (min-width: 960px) {
    .bloque-redes__red {
        flex-wrap: nowrap;
        gap: 60px;
    }

    .bloque-redes__red .bloque-redes__movil {
        flex-basis: 50%;
    }

    .bloque-redes__red .bloque-redes__contenido {
        flex-basis: 50%;
    }
}

.bloque-redes__red:not(#inicio) {
    display: none;
}

.bloque-listas {
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom: 100px;
    border-bottom: 1px solid white;
    margin-bottom: 100px;
}

.bloque-listas .slider-listas {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.bloque-listas .slider-listas .slick-slide {
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    transition: all .1s ease-in-out;
    cursor: pointer;
}
.bloque-listas .slider-listas .slick-slide a {
    display: block;
    background: black;
    transition: all 300ms ease;
}

.bloque-listas .slider-listas .slick-slide:hover a {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    opacity: 1;
    transform: scale(1.08);
    position: relative;
    z-index: 99;
}

.bloque-listas .slider-listas .slick-slide img {
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

.bloque-listas .slider-listas .slick-slide:hover img {
    filter: none;
}

.bloque-listas__footer {
    margin: 50px 0;
    text-align: left;
}

.bloque-listas__imagen:hover {
    text-decoration: none;
}

.bloque-listas__footer h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.bloque-listas__footer p {
    font-size: 18px;
    font-weight: 500;
}

.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999;
    display: none;
}

.popup__content {
    max-width: 800px;
    max-height: 525px;
    overflow: auto;
    padding: 50px;
    background: transparent;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 999;
}

.popup .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    display: block;
}

.popup .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: white;
}

.popup .close span:nth-child(1) {
    transform: rotate(45deg);
}

.popup .close span:nth-child(2) {
    transform: rotate(135deg);
}
.popup ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

table {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
}

td, th {
    border: 1px solid white;
    padding: 10px;
}
td:hover {
    background: #FFD600;
    color: black;
}
td a {
    color: white;
    text-decoration: none;
}
td:hover a {
    color: black;
}

thead th {
    border-top: 1px solid black;
}

tbody th,
thead th:first-child {
    border-left: 1px solid black;
}

tbody tr td:last-child,
thead th:last-child {
    border-right: 1px solid black;
}
.tabla__tarifas {
    width: 60%;
    margin: 0 auto 100px;
}
.tabla__tarifas tr:first-of-type td,
.tabla__tarifas tr:first-of-type th {
    border-top: 1px solid black;
}

.calendario {
    text-align: center;
    margin-bottom: 100px;
    overflow-x: scroll;
}
.calendario p {
    margin-bottom: 30px;
}
.bloque-dos-columnas {
    text-align: center;
    padding-bottom: 100px;
    border-bottom: 1px solid white;
    margin-bottom: 100px
}

.bloque-dos-columnas__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.bloque-dos-columnas__wrapper h3 {
    font-weight: 700;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 16px;
}
.bloque-dos-columnas__wrapper h3 span {
    font-size: 88px;
}
@media (max-width: 767px) {
    .bloque-dos-columnas__wrapper h3 {
        font-size: 34px;
        margin-top: 20px;
    }
    .bloque-dos-columnas__wrapper h3 span {
        font-size: 48px;
    }
}
.bloque-dos-columnas__wrapper p {
    font-size: 18px;
    font-weight: 500;
}

.bloque-dos-columnas--newsletter span {
    display: block;
}

@media (min-width: 960px) {
    .bloque-dos-columnas__wrapper {
        flex-wrap: nowrap;
        gap: 48px;
    }
}

.bloque-una-columna {
    text-align: center;
    padding-bottom: 100px;
    border-bottom: 1px solid white;
    margin-bottom: 100px
}

.bloque-una-columna img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.bloque-print {
    text-align: center;
}
.product-info__field {
    border-bottom: 1px solid white;
}

.product-info__field.visible .product-info__info,
.product-info__field.visible .product-info__toggle--menos {
    display: block;
}
.product-info__field.visible .product-info__toggle--mas {
    display: none;
}
.product-info:last-of-type {
    margin-bottom: 40px;
}

.product-info__title {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding: 12px 30px 12px 4px;
    cursor: pointer;
    margin: 12px 0;
}

.product-info__info {
    margin-left: 12px;
}

.product-info__info,
.product-info__toggle--menos {
    display: none;
}
.product-info__info p,
.product-info__info img {
    margin-bottom: 20px;
}
.product-info__toggle {
    position: absolute;
    right: 0;
    top: 9px;
}
.bloque-faqs {
    margin-bottom: 100px;
}
.medidas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 50px;
    margin: 50px 0;
}
.medidas h3 {
    margin-bottom: 16px;
}
@media (min-width: 960px) {
    .medidas {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .medidas div {
        flex-basis: 33%;
    }
}
.slider {
    width: 100%;
    display: flex;
    margin-bottom: 100px;
    height: 100px;
}
@media (min-width: 960px) {
    .slider {
        height: 360px;
    }
}
.slider .slide {
    width: 25%;
    height: 100%;
    display: inline-flex;
    transition: all 500ms ease;
    background-size: 260% !important;
}
.slider .slide.mouse-on {
    width: 62%;
    transition: all 500ms ease;
    background-size: 100% !important;
    margin-top: -20px;
}

.slider .slide.mouse-off {
     width: 20%;
     transition: all 500ms ease;
     opacity: 0.5;
}
.forbes-films {
    text-align: center;
    padding-bottom: 100px;
    border-bottom: 1px solid white;
    margin-bottom: 100px
}
.bloque-staff {
    text-align: center;
}
.bloque-staff img {
    margin: 0 auto;
}
.bloque-staff h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0;
}
.bloque-staff h3.main {
    font-size: 30px;
}
.bloque-staff p {
    font-size: 17px;
    max-width: 440px;
    margin: 0 auto;
}
.bloque-staff__person {
    margin-bottom: 50px;
}
.bloque-staff__managers h2 {
    font-size: 24px;
}
.bloque-staff__persons {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.bloque-staff__persons h3 {
    font-size: 24px;
}
.bloque-staff__persons .bloque-staff__person {
    flex-basis: 48%
}
@media (min-width: 960px) {
    .bloque-staff__persons .bloque-staff__person {
        flex-basis: 23%
    }

}
@media (max-width: 767px) {
    .bloque-staff h3 {
        font-size: 16px;
    }
    .bloque-staff__managers h2 {
        font-size: 18px;
    }
    .bloque-staff__managers {
        flex-wrap: wrap;
    }
    .bloque-staff__persons h3 {
        font-size: 18px;
    }
    .bloque-staff__persons {
        justify-content: center;
    }
}
.video-selected {
    width: 100%;
    margin: 0 auto;
}

.video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 10px;
}

.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.forbes-films__videos__thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.video-thumb {
    flex-basis: 25%;
    position: relative;
    cursor: pointer;
}

.video-thumb img {
    max-width: 100%;
    height: auto;
}

.video-thumb iframe {
    display: none;
}

.video-thumb,
.video-selected {
    padding: 5px;
}

.video-thumb img .active {
    box-shadow: 0 0 2px #898989;
}
.bloque-films__footer {
    margin: 50px 0;
    text-align: left;
}
.video-play {
    position: absolute;
    top: calc( 50% - 25px );
    left: calc( 50% - 25px );
    width: 50px;
    height: 50px;
}

.site-footer {
    background: #000;
    margin: 2rem 0 0;
    color: white;
}
.site-footer a {
    color: white;
    transition: opacity 110ms ease-in-out;
}
.footer-branding .wrapper {
    display: block;
    text-align: center;
    padding-top: 1rem;
}
.footer-logo-small .footer-branding .custom-logo-link {
    max-height: 48px;
    max-width: 160px;
}
.social-navigation {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1.25;
}
.social-navigation .social-links-menu {
    flex-wrap: nowrap;
    overflow: visible;
    margin: 0;
    padding: 0;
    list-style-type: nones;
    align-items: center;
    display: flex;
}
.social-links-menu li {
    list-style: none;
    margin: 10px;
}
.social-links-menu li a {
    border-bottom: 1px solid transparent;
    display: block;
    color: inherit;
    margin-bottom: -1px;
    transition: opacity 110ms ease-in-out;
}
.social-links-menu li a svg {
    display: block;
    width: 24px;
    height: 24px;
    transform: translateZ(0);
    transition: fill 120ms ease-in-out;
    fill: currentcolor;
}
.site-footer .footer-widgets {
    padding: 1rem 0 1.5rem;
}
.site-footer .footer-widgets .wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
}
#custom_html-4 {
    margin-bottom: 40px;
}
.site-footer .footer-widgets .widget {
    text-align: center;
}
@media screen and (min-width: 600px) {
    .site-footer .footer-widgets .widget {
        margin-right: 0;
        margin-bottom: 1em;
        flex: 1 0 0;
    }
}
.site-footer .widget-title {
    color: white;
    font-size: 26px;
    margin: 20px 0 14px;
}
#custom_html-4 p {
    margin-top: 10px;
    margin-bottom: 25px;
}
#custom_html-4 .boton-newsletter {
    text-transform: uppercase;
    background: #ffd600;
    color: black;
    font-weight: bold;
    padding: 10px 20px;
}
.site-footer .footer-widgets .widget:last-child {
    margin-right: 0;
}
.logos-footer {
    list-style-type: none;
    margin: 32px 0 12px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.logos-footer li {
    flex-basis: 120px;
}
@media screen and (min-width: 600px) {
    .site-footer .widget_custom_html ul li {
        display: inline-block;
        list-style: none;
        padding: 0 1rem;
    }
    .widget_custom_html ul li amp-img, .widget_custom_html ul li amp-anim {
        height: 25px;
        width: auto;
    }
}
.site-footer, .site-info {
    border-top: 1px solid #fff;
    color: white;
}
.site-info .site-info-contain:first-child {
    border-top: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    padding-top: 1rem;
}
.site-info .copyright {
    margin: .25rem 0;
}
@media only screen and (min-width: 782px) {
    .site-info .wrapper.site-info-contain > :not(:first-child) {
        margin-left: 1rem;
    }
    .site-info .wrapper.site-info-contain > :last-child {
        margin-left: auto;
    }
}
.custom-logo-link {
    margin: 20px 0;
    display: block;
}
