/*
Theme Name: Campus Wob
Theme URI: https://campuswob.com
Author: Campus Wob
Version: 1.0.0
*/

/* ============================================
   BODY & BASE STYLES
   ============================================ */
:root {
  color-scheme: light;
}

body {
    font-family: 'Hanken Grotesk', sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    padding-top: 100px;
}

body.home {
    padding-top: 0px;
}

body.page-template-wob_starts-php{
    padding-top: 0px;
}

/* ============================================
   HEADER STYLES
   ============================================ */
.header.home {
    background-color: transparent;
    box-shadow: none;
}

.header.home svg {
    filter: brightness(0) invert(1);
}

.header.home img {
    filter: brightness(0) saturate(100%) invert(1);
}

.header.home .header-menu a {
    color: #fff;
}

.page-template-wob_starts-php .header {
    background-color: transparent;
    box-shadow: none;
}

.page-template-wob_starts-php .header svg {
    filter: brightness(0) invert(1);
}

.page-template-wob_starts-php .header img {
    filter: brightness(0) saturate(100%) invert(1);
}

.page-template-wob_starts-php .header .header-menu a {
    color: #fff;
}


.page-template-wob_starts-php .header.scrolled {
    background-color: #fff;
    box-shadow: none;
}

.page-template-wob_starts-php .header.scrolled .header-menu a {
    color: #000;
}
.page-template-wob_starts-php .header.scrolled svg {
    filter: none;
}

.page-template-wob_starts-php .header.scrolled img {
    filter: none;
}

.header.home .header-menu span {
    background-image: url('images/flecha_haciaabajo.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 20px !important;
    height: 20px !important;
    transform: none !important;
    margin-left: 5px !important;
    flex-shrink: 0 !important;
}

/* ============================================
   ACCORDION STYLES
   ============================================ */
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) !important;
}

.accordion-body {
    line-height: 1.2;
}

.accordion-body span {
    font-weight: 300 !important;
}

.accordion-body ul br {
    display: none;
}

.accordion-body span strong,
.accordion-body b,
.accordion-body strong {
    font-weight: 500 !important;
}



/* ============================================
   SPACING & LAYOUT UTILITIES
   ============================================ */
.padding-fix {
    padding-right: 70px;
    padding-left: 45px;
}

.max-width-80 {
    max-width: 80%;
}

.slider-titles {
    padding-top: 30px;
    display: block;
}

.space-section-left-right {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.space-section-left-right-fix {
    padding-left: 3.8rem !important;
    padding-right: 3.8rem !important;
}

.servicio-extra-content {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300 !important;
    color: #000;
    margin-top: 10px;
    max-width: 60%;
}

.faqs_title {
    font-family: 'Anton', sans-serif;
    font-size: 180px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 0px;
}

.instalacion-title {
    font-family: Antonio;
    font-size: 67px;
    font-weight: 600;
    line-height: 1.1;  
    text-transform: uppercase;
    color: #000;
    text-align: left;
}

.categoria-instalacion {
    font-family: Antonio;
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff0001;
    text-align: left;
    margin-bottom: 10px;
    border-top: 1px solid #000;
    padding-top: 15px;
    margin-bottom: -60px;
}

.widget-instalaciones .categoria-instalacion {
    margin-bottom: 20px;
}
.widget-instalaciones .categoria-instalacion img {
    height: 30px;
    margin-top: 2px;
    margin-right: 8px;
}

.widget-instalaciones .slider-title-link br {
    display: none;
}

.slider-title-link img {
    height: 30px;
    margin-top: -3px !important;
}
.widget-instalaciones .slider-title-link img {
    height: 30px;
    margin-top: -3px !important;
    margin-right: -5px !important;
}

.widget-instalaciones .bt-black {
    border-top: 0px solid #000 !important;
    padding-top: 5px;
    margin-top: 0px;
    padding-bottom: 25px;
}

.resume-servicio {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    font-weight: 300;                 
    line-height: 1.5;
    color: #000;
    margin-bottom: 30px;
    text-align: left;


    margin-left: 45px;
    max-width: 500px;
}



.descuentos-extra-box .title span {
    border-top: 0px solid #000;
    padding-top: 15px;
    display: inline-block;
    width: calc(100% - 50px);
    font-family: Antonio;  
    font-size: 33px;
    color: #fa0005;
}

.descuentos-extra-box .descripcion {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 300 !important;
    color: #000;
    margin-top: 10px;
    margin-left: 30px;
}   

.descuentos-extra-box .title img {
    height: 25px;
    margin-right: 10px;
    margin-top: -10px;
}


.servicio-extra-box .title span {
    border-top: 1px solid #000;
    padding-top: 15px;
    display: inline-block;
    width: calc(100% - 50px);
    font-family: Antonio;  
    font-size: 33px;
}

.servicio-extra-box .descripcion {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 300;
    color: #000;
    margin-top: 10px;
    margin-left: 30px;
}   

.servicio-extra-box .title img {
    height: 25px;
    margin-right: 10px;
    margin-top: -10px;
}

.cabecera-page {
    display: block;
    position: relative;
}

.slider-texts {
    padding-left: 40px;
}

.cabecera-page h1 {
    position: absolute;
    left:80px;
    bottom: 20px;
    color: #fff;
    font-family: Anton;
    font-size: clamp(60px, 12vw, 180px);
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: left;

}

.horarios {
    max-width: 90%;
}

.title_horario {
    font-family: Antonio;
    font-size: 28px;
    font-weight: 600;
    background-color: #f2f2f2;
    text-transform: uppercase;
    color: #ff0001;
    text-align: left;
    margin-bottom: 0px;
    padding-left: 89px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.item_horario {
    display: flex;
}

.item_horario .hora {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    width: 100px;
    padding-top:10px;
}

.item_horario .actividad {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #000;
    width: 100px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    padding-top:10px;
    width:100%;
    
}

.slider-title-link.active img {
margin-top:-1px;
}

.slider-text {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 300;
    color: #000;
    margin-top: 20px;
    max-width: 50%;
    padding-left: 90px !important;
}

.horario_texto2 {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 300;
    color: #000;
    margin-top: 20px;
    margin-left: 90px;
    max-width: 80%;
}

.content-body  {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
    margin-bottom: 30px;
}

.content-body  span {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    font-weight: 300 !important;
    line-height: 1.4 ;
    color: #000;
}

.content-body  b, .content-body  strong {
    font-weight: 500 !important;
}
.content-body h1 {
    font-family: Antonio;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff0001;
    text-align: left;
    margin-bottom: -15px;
}

.content-body.malaga h1 {
    font-family: Antonio;
    font-size: 33px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 0px;
}

.content-body.malaga p {
    margin-bottom: 0px;
}

.content-body.malaga h1::before {
    content: '/';
    display: inline-block;
    color: #ff0001;
    margin-right: 5px;
}



.content-body h1:first-child {
margin-top: 0px;

}
.content-body h1 {
margin-top: 30px;

}

.link_internos {
    font-family: Antonio;
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    display: block;
    text-align: left;
}

.link_internos a:hover {
    color: #ff0001;
}

.link_internos a {
    font-family: Antonio;
    font-size: 33px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    display: block;
    margin-left: 0px;
}

.campus_section_single {
    padding-left: 0px;
    padding-right: 0px;
}
.campus_section_single h1 {
    font-family: 'Anton', sans-serif;
    font-size: 67px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 0px;
}

.campus_section_single .resume span {
    font-weight: 300 !important;
}

.campus_section_single h2 {
        font-family: 'Antonio', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 30px;
}

.campus_section_single .resume {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 300 !important;
    color: #000;
    max-width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
}
.campus_section_single .resume b, .campus_section_single .resume strong {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.content {
    overflow-x: hidden;
}

.title_h1 {
    font-family: 'Anton', sans-serif;
    font-size: 67px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

.title_h1_big {
    font-family: 'Anton', sans-serif;
    font-size: 180px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

.title_h2 {
    font-family: 'Anton', sans-serif;
    font-size: 67px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 30px;
}

.title_h2_blog {
    font-family: 'Antonio', sans-serif;
    font-size: 67px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 30px;
}

.content-body .aligncenter.img {
width: 100% !important;
}

.title_h3
 {
    font-family: 'Antonio', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    margin-bottom: 30px;

}

.wobstars-text {
    max-width: 600px;
    color: #000;
}

.font-body {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 300;
    color: #000;
}


.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

.header {
    background-color: #fff;
    color: #000;
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    flex-shrink: 0;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.header-menu {
    font-family: Antonio;
}

.header-menu a {
    font-family: Antonio;
    text-decoration: none;
    font-size:16px;
    font-weight:300;
    color:#000;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}

.header-menu a:before {
    content: '';
    position: absolute;

    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.header-menu a:hover:before {
    width: 100%;
}

.header-menu a:hover {
    color: #000;
}

.header-menu span  {
    font-family: Anton;
    text-decoration: none;
    font-size:16px;
    font-weight:900;
    color:#ff0001;
    margin-left:5px;
}

.burguer {
    width: 38px;
    height: 38px;
    background-color: #daf23a;
    border: none;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: middle;
    background-image: linear-gradient(to right, transparent 5px, #000 5px, #000 33px, transparent 33px);
    background-size: 38px 1px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease;
}

.burguer::before,
.burguer::after {
    content: '';
    width: 28px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 5px;
}

.burguer::before {
    top: 11px;
    transition: all 0.3s ease;
}

.burguer::after {
    bottom: 11px;
    transition: all 0.3s ease;
}

/* Estilos para el estado activo (X) */
.burguer.active {
    background-image: none;
}

.burguer.active::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.burguer.active::after {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

/* Menú móvil overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 110px;
    right: 10px;
    width: 860px;
    max-width: 860px;
    height: calc(100vh - 120px);
    background: #d7f000;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
}

/* Scrollbar personalizada para Chrome, Edge, Safari */
.mobile-menu-overlay::-webkit-scrollbar {
    width: 12px;
}

.mobile-menu-overlay::-webkit-scrollbar-track {
    background: #d7f000;
}

.mobile-menu-overlay::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 6px;
}

.mobile-menu-overlay::-webkit-scrollbar-thumb:hover {
    background: #333;
}

/* Scrollbar para Firefox */
.mobile-menu-overlay {
    scrollbar-color: #000 #d7f000;
    scrollbar-width: thin;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    padding: 60px 40px;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: right;
}

.mobile-nav .menu-item {
    font-family: 'Anton', sans-serif;
    font-size: 85px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
}

.mobile-nav .menu-item:hover {
    color: #ff0000;
}

.mobile-nav .menu-arrow {
    height: 40px;
    width: auto;
    margin-right: -10px;
    vertical-align: middle;
    position: relative;
    bottom: -10px;
}

.mobile-nav .menu-arrow-hidden {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-nav .menu-item:hover .menu-arrow-hidden {
    opacity: 1;
}

.mobile-nav .menu-item-campus {
    color: #ff0000;
}

.mobile-nav .menu-item-campus .menu-arrow {
    opacity: 1;
}

.mobile-nav .menu-slash {
    display: none;
}

.mobile-nav .menu-expandable {
    font-family: 'Anton', sans-serif;
    font-size: 85px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    line-height: 1.2;
    margin-bottom: 8px;
    cursor: pointer;
    transition: color 0.3s ease;
    display: inline-block;
    position: relative;
}

.mobile-nav .menu-expandable:hover {
    color: #ff0000;
}

.mobile-nav .menu-expandable:hover .menu-arrow-hidden {
    opacity: 1;
}

.mobile-nav .menu-plus {
    color: #000;
    margin-right: 6px;
    font-weight: 400;
    transition: transform 0.3s ease;
    display: inline-block;
}

.mobile-nav .menu-plus img {
    height: 40px;
    margin-top: -10px;


}

.mobile-nav .menu-expandable.open .menu-plus {
    transform: rotate(45deg);
}

.mobile-nav .submenu {
    display: none;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
    margin-left: 0;
    text-align: right;
}

.mobile-nav .menu-expandable.open .submenu {
    display: flex;
}

.mobile-nav .submenu a {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 200;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    line-height: 1.1;
    display: block;
    transition: color 0.3s ease;
}

.mobile-nav .submenu a:last-child {
    margin-bottom: 30px;
}

.mobile-nav .submenu a:hover {
    color: #ff0000;
}

body.menu-open {
    overflow: hidden;
}


.content {
    flex: 1;
    padding-top: 0px;
}
body:not(.home):not(.page-template-wob_starts-php) .content {
	padding-top:50px;
}

.footer {
    background-color: #000;
    color: #fff; 
    padding: 20px 0;
    text-align: left;
    margin-top: auto;
    flex-shrink: 0;
    padding-bottom: 0px;
}

.photo-hover-grayscale {
    transition: filter 0.3s ease;

}

.photo-hover-grayscale:hover {
       outline: 3px solid #daf23a;
    outline-offset: -3px;
}

.footer-logos {
    display: inline-block;
}

.footer-logos a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.logos-container {
    border-top: 1px solid #daf23a;
}

.title-footer {
    font-family: 'Antonio', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.links-footer a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-family: Antonio;
    font-size: 20px;
    font-weight: 300;
    transition: color 0.3s ease;
}

.links-footer a.sublink {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 2px;
    text-transform: none;
    font-family: Antonio;
    font-size: 16px;
    font-weight: 300;
    margin-left: 20px;
}

.links-footer a:hover {
    color: #daf23a;
}

.button-footer {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 10px 20px;
    background-color: #daf23a;
    color: #000;
    text-decoration: none;
    font-family: Antonio;
    font-weight: bold;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}

.button-footer:hover {
    background-color: #c0d631;
    color: #000;
}

.button-footer img {
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}


.footer-cols {
    padding-left: 100px;
}

.footer .container-fluid {
        padding-left: 80px !important;
        padding-right: 80px !important;
}

.address-footer {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
        line-height: 1.4;
        font-weight: 300;
    color: #fff;
}   

.address-footer a {
    color: #daf23a;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.address-footer a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #daf23a;
    transition: width 0.3s ease;
}

.address-footer a:hover:before {
    width: 100%;
}

.newsletter-text {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 300;
    max-width: 360px;
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
}

.newsletter input {
    padding: 10px;
    margin-right: 10px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    font-family: 'Hanken Grotesk', sans-serif;
    border: 1px solid #daf23a;
    margin-bottom: 15px;
    max-width: 385px;
    width: 100%;
}

.newsletter input::placeholder {
    color: #fff;
    opacity: 0.7;
}
.newsletter input:focus {
    border: 2px solid #daf23a;
    outline: none;
}
.newsletter button {
    padding: 12px 20px;
    background-color: #daf23a;
    color: #000;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-family: 'Antonio', sans-serif;
    min-width: 250px !important;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter button:hover {
    background-color: #c0d631;
    color: #000;
}

.links-footer a.sublink.ml-0 {
    margin-left: 0 !important;
}

.campus-dates-block {
    background-color: #f2f2f2;
    width: 100%;
    text-align: center;
    border-bottom: 0px solid #000 !important;
}

.campus-dates-block img {
    max-height: 160px;
    max-width: 100%;
    margin-left: 30px;
}

.campus-dates-block  .text {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 21px;
    line-height: 26px;
    margin-right:30px
}

.campus-dates-block  .info {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.2;
}
.campus-dates-block  .info2 {
    font-family: 'Hanken Grotesk', sans-serif;
    text-align: left;
    font-size: 22px;
    line-height: 23px;
    font-weight: 300;
}



.campus-dates-block .turnos .turno{
  display: flex;
  justify-content: flex-start;  
  align-items: baseline;        
  gap: 15px;                    
}

.campus-dates-block .turnos .turno span,
.campus-dates-block .turnos .turno i{
  display: inline-block;
  margin: 0;                    
  float: none;                  
  line-height: 1;               
}

.campus-dates-block .turnos .turno span{
  font-family: Antonio;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
}

.campus-dates-block .turnos .turno img {
    height: 30px;
    width: 30px;
}

.campus-dates-block .turnos .turno i{
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: italic; 
   font-style: normal;
}

.btn-reserva {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #daf23a;
    color: #000;
    text-decoration: none;
    font-family: Antonio;
    font-weight: bold;
    border-radius: 0px;
    transition: background-color 0.3s ease;
    min-width: fit-content;
    max-width: 250px;
    text-align: center;
}

.btn-reserva:hover {
    background-color: #fa0005;
    color: #000;
}

.campus-dates-block .btn-reserva {
    width: 250px;
    text-align: center;
    margin-left: 77px;
   max-width: 304px;
    width: 304px;
}

.actividades-section .slider_title > div {
    display: flex;
    align-items: center;
    width: fit-content;
}

.actividades-section .slider_title span {
    font-family: Antonio;
    font-size: 33px;
    font-weight: 600;
      background-color: #daf23a;
    white-space: nowrap;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    width: fit-content;
    color: #000;
}

.actividades-section .slider_title img {
    margin-left: 0px;
    display: block;
    height: 49px;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 22px;          /* ajusta si quieres */
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    font-size: 0;         /* oculta el icono por defecto */
}

/* Flecha izquierda */
.slick-prev.slick-arrow {
    left: 10px;
    background-image: url('images/arrow-prev.png');
}

/* Flecha derecha */
.slick-next.slick-arrow {
    right: 10px;
    background-image: url('images/arrow-next.png');
}

.wob_starts-section .slick-prev.slick-arrow {
    left: 10px;
    background-image: url('images/prev-black.png');
}

.wob_starts-section .slick-next.slick-arrow {
    right: 10px;
    background-image: url('images/next-black.png');
}

.wob_starts-section h3 {
    display: block;
    padding-left: 60px;
    font-family: Antonio;
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;

}

.wob_starts-section h3 img {
    visibility: hidden;
}


.wob_starts-section  {
    background-color: #f2f2f2;  
}


.wob_starts-section h3 img {
    float: left;
    margin-top:3px;
    margin-right: 15px;

}

.faqs-section {
    background-color: #d1f206;  
}

.faqs-section-page {
    background-color: #fff;  
}
 .lines-decoration.top{
    background-image: url('images/linea_discontinua.svg');
    background-position: -50px 0;
    background-repeat: repeat-x;
    height: 20px;
    width: 100%;
    margin-top: 0px;

}
.faqs-section .lines-decoration.top{
    background-image: url('images/linea_discontinua.svg');
    background-position: -50px 0;
    background-repeat: repeat-x;
    background-color: #f2f2f2;
    height: 20px;
    width: 100%;
    margin-top: 0px;

}

.faqs-section  .lines-decoration.white {
    background-color: #fff; 
}

.faqs-section .accordion-header, .faqs-section .accordion-button{
    background-color: #fa0005;
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: #daf23a;
    font-family: Antonio;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;

}

.faqs-section-page  .accordion-header, .faqs-section-page  .accordion-button{
    background-color: #fff;
    color: #ff0001;
    font-family: Antonio;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;

}

.green-grow {
    background-color: #d1f206;
}

.green-grow img {
    max-width: 100%;
    max-height: 56px;   
}

.gray-bg {
    background-color: #f2f2f2;
}

.btn-black {
    display: inline-block;
    padding: 12px 25px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-family: Antonio;
    font-weight: bold;
    border-radius: 0px;
    transition: background-color 0.3s ease;
    text-align: center;
}

.btn-black:hover {
    color: #d1f206;
}

.btn-green {
    display: inline-block;
    padding: 12px 45px;
    background-color: #d1f206;
    color: #000;
    text-decoration: none;
    font-family: Antonio;
    font-weight: bold;
    border-radius: 0px;
    transition: background-color 0.3s ease;
    text-align: center;
}

.btn-green:hover {
    background-color: #fa0005;
    color: #d1f206;
}


.accordion-body {
    background-color: #d1f206;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 18px;
    padding-bottom: 90px !important;
}

.faqs-section-page .accordion-body {
    background-color: #fff;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 90px !important;
    font-weight: 300 !important;
}

.faqs-section-page .accordion-body strong {
    font-weight: 500 !important;    
}

.faqs-section-page .accordion-body b {
    font-weight: 500 !important;    
}



.accordion,
.accordion-item,
.accordion-header,
.accordion-button {
    border: none !important;
    
}

.faqs-section .accordion-item {
    border-bottom: 1px solid #000 !important;
}

.faqs-section .accordion-item:first-child {
    border-top: 1px solid #000 !important;
}
.faqs-section .accordion-item:not(.hidden):first-of-type,
.faqs-section .accordion-item.faq-item:not(.hidden):first-of-type {
    border-top: 1px solid #000 !important;
}
.faqs-section .accordion-item.first-visible {
    border-top: 1px solid #000 !important;
}
.faqs-section .accordion-item {
    background-color: #fa0005; /* rojo */
    border-radius: 0 !important;
    overflow: hidden;
}
.accordion-button:focus,
.accordion-button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
/* Estilos para enlaces de títulos del slider */

.slider-title-link {
    display: block;
    font-family: Antonio;
    font-size: 33px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    margin-left: 0px;
}



.slider-title-link img {
    visibility: hidden;
    width: 25px;
}

.team-name.active a {
    margin-left: 30px;
    color: #fa0005;
}

.wobstars-slider-container .slider-title-link img {
    visibility: hidden;
    width: 12px;
    margin-top: 8px !important;
    margin-right: 6px;
    float: left;
}

/* ================================
   WOB STARS (turnos)
   ================================ */
.wobstars-turno-section {
    background: #fff;
}

.wobstars-turno-container {
    padding-right: 0 !important;
}

.wobstars-turno-section + .wobstars-turno-section {
    border-top: 1px solid #000;
}

.wobstars-turno-2 {
    background: #fff !important;
}

.wobstars-turno-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.wobstars-title {
    font-size: 60px;
    font-family: 'Antonio', sans-serif;
    font-weight: 600;
    line-height: 0.7;
    margin-bottom: 15px;
    text-align: left;
}



.wobstars-turno-tag {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    font-family: Antonio;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff0001;
}

.wobstars-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

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

@media (max-width: 767.98px) {
    .wobstars-turno-section .wobstars-turno-container .row {
        display: flex;
        flex-direction: column;
        row-gap: 0px;
        align-items: flex-start;
        text-align: left;
    }

    .wobstars-turno-left {
        display: contents;
    }

    .wobstars-title {
        order: 1;
        padding-left: 15px;
        text-align: left;
    }

    .wobstars-turno-tag {
        order: 2;
        padding-left: 15px;
        text-align: left;
    }

    .wobstars-turno-center {
        order: 3;
    }

    .wobstars-names-list {
        order: 4;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }

    .wobstars-turno-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .wobstars-turno-center {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .wobstars-slider-turno {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .wobstars-video-wrapper.d-block.d-md-none {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 125%; /* 4:5 aspect ratio */
    }
}

.wobstars-audio-toggle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    border: 0px solid #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    padding: 0;
}

.wobstars-audio-toggle:hover {
    background-color: rgba(255, 0, 1, 0.9);
    transform: scale(1.1);
}

.wobstars-audio-toggle .audio-icon {
    color: #fff;
    pointer-events: none;
}


.wobstars-names-list {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wobstars-name-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px 0;
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
}

.wobstars-name-link:hover {
    color: #ff0001;
}

.wobstars-name-link.active {
    color: #000;
    font-weight: 600;
}

.wobstars-name-link.active .player-slash-icon {
    opacity: 1;
}

.player-slash-icon {
        height: 30px;
    width: auto;
    margin-top: 3px;
    width: auto;
    display: inline-block;
    vertical-align: -0.08em;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.player-name {
    font-family: 'Antonio', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}

.wobstars-turno-center {
    position: relative;
    padding-right: 0 !important;
}

.wobstars-slider-turno {
    position: relative;
    width: 100%;
}

.wobstars-slider-turno img {
    width: 100%;
    height: auto;
    display: block;
}

.wobstars-slide {
    display: none;
}

.wobstars-slide.active {
    display: block;
}

.wobstars-slider-turno .wobstars-arrow {
    border: none;
    background: transparent;
    cursor: pointer;
}

.wobstars-slider-turno .slick-prev.slick-arrow,
.wobstars-slider-turno .slick-next.slick-arrow {
    width: 26px;
    height: 50px;
    background-size: contain;
}

.faqs-section .lines-decoration.top {

    height: 15px !important;

}


.slider-title-link.active {
    color: #ff0001;
}

.slider-title-link.active img {
    visibility: visible;
}

.bt-black {
    border-top: 1px solid #000;
    padding-top: 25px;
    margin-top: 50px;
    padding-bottom: 25px;
}

.marquesina {
    background-color: #fa0005;
    color: #ccec06;
    font-family: Antonio;
    font-size: 33px;
    padding-top: 33px !important;
    padding-bottom: 35px !important;
}

.marquesina-bg{
    background-image: url('images/linea_discontinua.svg');
    background-color: #f2f2f2;
    background-position: -50px 0;
    background-repeat: repeat-x;
    height: 20px;
    width: 100%;
    margin-top: -2px;

}

.marquesina a {
    color: #ccec06;
    text-decoration: none;
    margin-right: 15px;
}

/* ================================
   FECHAS Y PRECIOS (selector)
   ================================ */
.pricing-steps {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.pricing-step-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Antonio', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    padding-left: 80px;
}

.pricing-step-title img {
    height: 23px;
    width: auto;
    margin-top:4px;
}

.pricing-step.is-hidden,
.pricing-total.is-hidden {
    display: none;
}

.pricing-btn {
    width: 100%;
    background: #d9d9d9;
    border: 2px solid #d9d9d9 !important;
    border: none;
    color: #000;
    padding: 30px 10px;
    font-family: 'Antonio', sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    transition: all 0.2s ease, color 0.2s ease;
}

.pricing-btn-wide {
    min-height: 60px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.pricing-btn-title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-top: 33px;
    padding-bottom: 35px;
}

.pricing-btn-sub {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-transform: none;
    color: #000;
    white-space: nowrap;
    padding-top: 35px;
    padding-bottom: 35px;
}

.pricing-btn.is-active {
    background: #ff0001;
    border: 2px solid #ff0001 !important;
    color: #d1f206;
}

.pricing-btn.is-active .pricing-btn-title {
    color: #d1f206;
}

.pricing-btn.is-active .pricing-btn-sub {
    color: #fff;
}

.pricing-total {
    background: #d1f206;
    border: 0px solid #000;
    padding-top:30px;
    padding-bottom:30px;
        margin-top: -42px;
}

.pricing-total-box {
    padding: 32px 16px;
    text-align: center;
}

.pricing-total-amount {
    font-family: 'Antonio', sans-serif;
    font-size: 95px;
    font-weight: 600;
    color: #000;
    line-height: 1;
}

.pricing-total-action {
    margin-top: 14px;
}

.pricing-total-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 8px 28px;
    text-decoration: none;
    font-family: 'Antonio', sans-serif;
    font-size: 15px;
    font-weight: 600;
    min-width: 250px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #000;
}

.pricing-total-btn:hover {
    background: #000;
    color: #d1f206;
 

}

.pricing-total-note {
    border-top: 1px solid #000;
    padding: 12px 18px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
    color: #000;
}

/* Marquesina animada */
.marquesina {
    background-color: #fa0005;
    color: #ccec06;
    font-family: Antonio;
    font-size: 33px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquesina a {
    color: #ccec06;
    text-decoration: none;
    margin-right: 90px;
}

.marquesina{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquesina-content{
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 22s linear infinite;
}

/* Animación: de derecha a izquierda */
@keyframes marquee{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Estilo links (opcional) */
.marquesina-content a{
  text-decoration: none;
  color: inherit;
  margin: 0 8px;
      margin-right: 60px;

}

.marquesina-content a:hover{
color: #000;
}

.marquesina-content a img {
    margin-right: 10px;
    height: 30px;
     display: inline-block;
  margin-top:-5px;
}

.marquesina-content a:hover{
  text-decoration: none;
 
}

/* Pausar al pasar el ratón */
.marquesina:hover .marquesina-content {
    animation-play-state: paused;
}

.wpml-ls-legacy-list-horizontal,
.otgs-development-site-front-end {
    display: none !important;
}

/* ============================================
   CONTENT BODY STYLES
   ============================================ */
.content-body.page strong {
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 600 !important;
}

.content-body.page h1 {
    font-family: 'Antonio', sans-serif;
    text-transform: uppercase;
    color: #000 !important;
    font-size: 33px;
    padding-top: 0px;
    display: block;
    margin-bottom: 30px;
}

.content-body.page h2 {
    font-family: 'Antonio', sans-serif;
    text-transform: uppercase;
    color: #000 !important;
    font-size: 33px;
    padding-top: 20px;
    display: block;
}

.content-body.page h3 {
    font-family: 'Antonio', sans-serif;
    text-transform: uppercase;
    color: #000 !important;
    margin-bottom: 20px;
    font-size: 50px;
    padding-top: 70px;
    display: block;
    margin-bottom: 90px;
    max-width: 60%;
}

/* Content Images */
.content-body.page .aligncenter {
    display: block;
    margin-bottom: 20px;
    clear: both;
    width: 50% !important;
}

.content-body.page .alignleft {
    display: block;
    margin-bottom: 20px;
    clear: both;
    width: 50% !important;
}

.content-body.page .alignright {
    display: block;
    margin-bottom: 20px;
    clear: both;
    width: 50% !important;
}

.content-body.page .alignnone {
    margin: 0 0 20px 0;
}

.content-body.page img {
    max-width: 100%;
    height: auto;
}

/* Content Links */
.content-body.page a {
    color: #000;
    text-decoration: underline;
}

.content-body.page a:hover {
    color: #333;
    text-decoration: underline;
}

/* ============================================
   COOKIE MANAGEMENT
   ============================================ */

/* Cookie Banner */
.cookie-banner {
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #d1f206;
    color: #000;
    padding: 30px;
    z-index: 998;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
    gap: 30px;
    align-items: center;
    font-family: 'Hanken Grotesk', sans-serif;
}

.cookie-banner-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.cookie-banner-text {
    flex: 1;
}

.cookie-banner-text h3 {
    font-family: 'Antonio', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
    text-transform: uppercase;
}

.cookie-banner-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
}

.cookie-banner-buttons {
    display: flex;
    gap: 15px;
    white-space: nowrap;
}

/* Cookie Buttons */
.btn-cookie-accept,
.btn-cookie-manage,
.btn-cookie-save {
    padding: 12px 24px;
    border: 2px solid transparent;
    border-radius: 0;
    font-family: 'Antonio', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookie-accept {
    background-color: #000;
    color: #d1f206;
    border: 2px solid #000;
}

.btn-cookie-accept:hover {
    background-color: #fa0005;
    color: #daf23a;
    border: 2px solid #fa0005;
}

.btn-cookie-manage {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
}

.btn-cookie-manage:hover {
    background-color: #fa0005;
    color: #daf23a;
    border: 2px solid #fa0005;
}

.btn-cookie-save {
    background-color: #000;
    color: #d1f206;
    border: 2px solid #000;
}

.btn-cookie-save:hover {
    background-color: #fa0005;
    color: #daf23a;
    border: 2px solid #fa0005;
}

/* Cookie Modal */
.cookie-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    align-items: center;
    justify-content: center;
}

.cookie-modal-overlay.active {
    display: flex;
}

.cookie-modal {
    background-color: #fff;
    border-radius: 0;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
}

.cookie-modal-header {
    background-color: #daf23a;
    color: #000;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-modal-header h2 {
    margin: 0;
    font-family: 'Antonio', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.cookie-modal-close {
    background: none;
    border: none;
    color: #000;
    font-size: 32px;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-modal-close:hover {
    transform: scale(1.2);
}

.cookie-modal-body {
    padding: 30px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

.cookie-modal-body > p {
    margin-bottom: 30px;
    color: #333;
    font-weight: 300;
}

/* Cookie Groups */
.cookie-group {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.cookie-group:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cookie-group-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cookie-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.cookie-toggle input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #000;
}

.cookie-toggle input[type="checkbox"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.cookie-toggle label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin: 0;
}

.cookie-toggle strong {
    font-family: 'Antonio', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.cookie-badge {
    display: inline-block;
    background-color: #000;
    color: #d1f206;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
}

.cookie-description {
    margin: 0;
    padding-left: 32px;
    color: #666;
    font-size: 14px;
    font-weight: 300;
}

.cookie-modal-footer {
    padding: 20px 30px;
    background-color: #f9f9f9;
    display: flex;
    gap: 15px;
    justify-content: center;
    border-top: 1px solid #f0f0f0;
}

.wpml-ls-legacy-list-horizontal,
.otgs-development-site-front-end {
    display: none !important;
}

/* ============================================
   CONTENT BODY STYLES
/* ========================================
   GESTIÓN DE COOKIES
   ======================================== */

/* Banner de Cookies */
.cookie-banner {
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #d1f206;
    color: #000;
    padding: 30px;
    z-index: 998;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
    gap: 30px;
    align-items: center;
    font-family: 'Hanken Grotesk', sans-serif;
}

.cookie-banner-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.cookie-banner-text {
    flex: 1;
}

.cookie-banner-text h3 {
    font-family: 'Antonio', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
    text-transform: uppercase;
}

.cookie-banner-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
}

.cookie-banner-buttons {
    display: flex;
    gap: 15px;
    white-space: nowrap;
}

.btn-cookie-accept,
.btn-cookie-manage,
.btn-cookie-save {
    padding: 12px 24px;
    border: 2px solid transparent;
    border-radius: 0;
    font-family: 'Antonio', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookie-accept {
    background-color: #000;
    color: #d1f206;
    border: 2px solid #000;
}

.btn-cookie-accept:hover {
    background-color: #fa0005;
    color: #daf23a;
    border: 2px solid #fa0005;
}

.btn-cookie-manage {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
}

.btn-cookie-manage:hover {
    background-color: #fa0005;
    color: #daf23a;
    border: 2px solid #fa0005;
}

.btn-cookie-save {
    background-color: #000;
    color: #d1f206;
    border: 2px solid #000;
}

.btn-cookie-save:hover {
    background-color: #fa0005;
    color: #daf23a;
    border: 2px solid #fa0005;
}

/* Modal de Gestión de Cookies */
.cookie-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    align-items: center;
    justify-content: center;
}

.cookie-modal-overlay.active {
    display: flex;
}

.cookie-modal {
    background-color: #fff;
    border-radius: 0;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
}

.cookie-modal-header {
    background-color: #daf23a;
    color: #000;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-modal-header h2 {
    margin: 0;
    font-family: 'Antonio', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.cookie-modal-close {
    background: none;
    border: none;
    color: #000;
    font-size: 32px;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-modal-close:hover {
    transform: scale(1.2);
}

.cookie-modal-body {
    padding: 30px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

.cookie-modal-body > p {
    margin-bottom: 30px;
    color: #000;
    font-weight: 300;
}

.cookie-group {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.cookie-group:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cookie-group-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cookie-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.cookie-toggle input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #000;
}

.cookie-toggle input[type="checkbox"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.cookie-toggle label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin: 0;
}

.cookie-toggle strong {
    font-weight: 600;
    color: #000;
}

.cookie-badge {
    display: inline-block;
    background-color: #000;
    color: #d1f206;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
}

.cookie-description {
    margin: 0;
    padding-left: 32px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.cookie-modal-footer {
    padding: 20px 30px;
    background-color: #f9f9f9;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
}

.instalaciones-page {
    margin-left:0px !important; 
    max-width:55%;
}

.testimonios-filter select, .year-filter-select select {
    font-family: 'Antonio', sans-serif !important;
    font-weight: 600 !important;
    background-size: 19px 19px !important;
    min-width: 150px !important;
    text-align: center !important;
}

  .blog-actions div {
        gap: 0px !important;
    }

       .slider-texts {
        padding-left: 0px;
    }


    .slider-text {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 300;
    color: #000;
    margin-top: 20px;
    max-width: 50%;
    padding-left: 33px !important;
}


.campus-dates-block .turnos .turno span {
    font-family: Antonio;
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    min-width: 90px;
}

.campus-dates-block .turnos .turno i {
    min-width: 190px;
    text-align: right;
}

        .stat-num {
            font-family: 'Antonio', sans-serif !important;
        font-weight: 600 !important;
    }

        .stat-num.medium {
            font-family: 'Antonio', sans-serif !important;
         font-weight: 600 !important;
    }
        .stat-num.small {
            font-family: 'Antonio', sans-serif !important;
         font-weight: 600 !important;
    }

    .item_horario .actividad {
    font-weight: 500;
    }


    .content-body.team-fix {
        padding-left:35px !important;
    }

.campus-dates-block.widgetv2 .info {
    padding-left: 30px !important;
    max-width: 100%;
}

.campus-dates-block.widgetv2  .line-bottom-black {
        border-bottom: #000 solid 1px;
       
}

#mute-icon {
    background-color: transparent !important;
}

#sound-icon , #video-mute-toggle{
    background-color: transparent !important;
}


.servicio-extra-box .descripcion strong {
    font-weight: 600 !important;
}

.wob_starts-section h3 span {
    font-family: 'Hanken Grotesk', sans-serif;
text-transform: none;
    font-size: 20px;
    font-weight: 300;
    padding-left: 0px !important;
}

     .title_h2.bigger {
        font-size: 90px;
        line-height: 1.1;
        margin-bottom: 40px;
        margin-bottom: 55px;
        margin-left: 56px;
        margin-top:-10px;
    }

    .title_h2.bigger span {
        color: #fa0005;
    }

    .slider-title-link2 {
    margin-left: 57px;
}

.slider-titles {
    margin-top: -10px;
}

.faqs-section .title_h1{
    margin-top: -30px !important;

}

.btn-green.wid {
    max-width: 250px;
    display: inline-block !important;
}

.fix-faq-top {
    margin-top: 0px !important; ;
}


.regalamos {
display: block;
    color: rgb(255 255 255);
    font-weight: 300;
    margin-top: 0.8rem;
    text-align: left;
    font-size: 16px;
    margin-top: -50px;
    width: 100%;
    text-align: center;
}


.regalamos2 {
display: block;
    color: rgb(255 255 255);
    font-weight: 300;
    margin-top: 0.8rem;
    text-align: left;
    font-size: 16px;
    margin-top: -50px;
    width: 100%;
    text-align: center;
}

.slider-title-dropdown {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 300;
    color: #000;
    margin-top: 20px;
    text-transform: none;
    max-width: 50%;
}
.fix-padding-cancelacion {
    padding-left: 174px !important;
    padding-right: 174px !important;
}

.fix-padding-cancelacion2 {
    padding-left: 76px !important;
    padding-right: 76px !important;
}

.accordion-body .p1 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.accordion-body h3 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 18px;
}

.faqs-section-page .accordion-body h3 b {
    font-weight: 500 !important;
    margin-bottom: -10px;
    display: block;
}

.campus_section_single .content-body h1 {
    font-family: 'Antonio', sans-serif;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: -20px;
    margin-top: 40px;
    color: #ff0001;
}

    span.light {
    font-weight: 300 !important;
    }

        span.red {
    color: #ff0001;
    }

