/* Estilos generales */
body {
    font-family: "Oswald", serif;
    margin: 0;
    padding: 0;
}

.site-logo {
    margin: 24px 18px;
}

nav.navigation.post-navigation {
    display: none;
}

html {
    scroll-behavior: smooth;
}

/* Header */
header#masthead {
    position: fixed;
    z-index: 1000000;
    background-color: #ffffff;
    min-width: 100%;
    justify-content: center;
    gap: 55px;
    border-bottom: 1px solid #000000;
}

.espacio-header {
    width: 100%;
    height: 120px;
}

.primary-menu-container {
    display: flex;
    align-items: center;
}

.menu-wrapper {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.05em;
    border-left: 2px solid #000100;
    min-width: 162px;
    min-height: 80px;
}

.menu-item .menu-number {
    color: #000100;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.05em;
}

.menu-item:last-child {
    border-right: 2px solid #000100;
}

.menu-item:hover {
    background: #000100;
    color: #ffffff;
}

.menu-item:hover a {
    color: #ffffff;
}

.menu-item:hover .menu-number {
    color: #ffffff;
}

.sub-menu-toggle:hover a {
    color: #000100;
}

.menu-item.current-menu-item,
.menu-item.current_page_item,
.menu-item.current-menu-ancestor {
    background: #000100;
    color: #ffffff;
}

.menu-item.current-menu-item a,
.menu-item.current_page_item a,
.menu-item.current-menu-ancestor a {
    color: #ffffff;
}

.menu-item.current-menu-item .menu-number,
.menu-item.current_page_item .menu-number,
.menu-item.current-menu-ancestor .menu-number {
    color: #ffffff;
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-menu li {
    border: none !important;
    padding: 0px;
    justify-items: center;
    min-height: 0px;
    min-width: 158px;
}

.sub-menu li a {
    text-transform: uppercase;
    padding: 2px;
}

.sub-menu li:hover {
    background-color: #000100 !important;
}

.sub-menu li a:hover {
    color: #ffffff !important;
}

.sub-menu li.current-menu-item,
.sub-menu li.current_page_item,
.sub-menu li.current-menu-ancestor {
    background-color: #000100 !important;
}

.sub-menu li.current-menu-item a,
.sub-menu li.current_page_item a,
.sub-menu li.current-menu-ancestor a {
    color: #ffffff !important;
}

.sub-menu .menu-number {
    display: none;
}

.primary-navigation .sub-menu .menu-item > a {
    padding: 10px;
}

/* Footer */
footer#colophon {
    min-height: 130px;
    align-content: center;
}

.site-footer{
    background-color: #000100;
    max-width: none !important;
}

.site-info {
    margin: auto;
    max-width: 1220px;
}

.sponsors-container {
    margin: auto;
}

.footer-links {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #ffffff;
    display: flex;
    gap: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
}

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

.footer-social {
    display: flex;
    gap: 15px;
    margin-left: 20px;
    align-items: center;
}

.footer-contact-mobile {
    display: none;
}

.footer-contact {
    color: #ffffff;
}

.footer-contact-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer-separator {
    width: 1px;
    height: 75px;
    background-color: #ffffff;
}

.footer-contact-line {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.footer-contact-line span {
    font-size: 24px;
    line-height: 24px;
}

.footer-contact-line a {
    text-decoration: none;
    color: #ffffff;
}

.footer-contact-line a:hover {
    color: #ccc;
}

.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(221px, 1fr));
    gap: 20px 15px;
    justify-items: center;
    align-items: center;
    padding: 20px;
}

.sponsors-grid img {
    max-width: 200px;
    height: auto;
}

.sponsors-container-c {
    margin: auto;
}

.sponsors-grid-c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 10px 15px;
    justify-items: center;
    align-items: center;
    padding: 20px;
}

.sponsors-grid-c img {
    max-width: 90px;
    height: auto;
}

/* Estilos home */
.seccion-video-home {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); 
    z-index: 1; 
}

.video-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.video-full {
    width: 100%;
    height: 1020px;
    object-fit: cover;
    cursor: pointer;
}

.contenedor-play {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
}

.logo-secundario {
    margin-bottom: 41px;
}

.icono-play {
    cursor: pointer;
}

.seccion-evento-home {
    background-color: #F5F5F5;
}

.seccion-evento-home .container {
    display: flex;
    align-items: center;
    max-width: 1512px;
    margin: 0 auto;
    padding: 70px 104px 146px 155px;
}

.image-content-home {
    width: 192%;
}

.text-content-home h1 {
    font-family: "Oswald", serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -0.05em;
}

.text-content-home p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    padding-top: 12px;
    text-align: justify;
}

.btn-evento-home {
    display: inline-block;
    width: 167px;
    height: 42px;
    border-radius: 50px;
    background-color: #000100; 
    color: #ffffff;
    text-align: center; 
    font-size: 14px;
    font-weight: 600;
    text-decoration: none; 
    font-family: "Oswald", serif;
    line-height: 20.75px;
    margin-top: 25px;
    align-content: center;
}

.btn-evento-home:hover {
    background-color: #ffffff; 
    color: #000100;
    border: 1px solid #000000;
}

.seccion-biografia-home {
    background-size: cover;
    background-position: top;
    height: 995px;
    max-width: 1200px;
    margin: auto;
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.seccion-biografia-home .container {
    max-width: 600px;
    margin: initial;
    padding-top: 455px;
}

.text-content-biografia h2 {
    font-family: "Oswald", serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
}

.text-content-biografia p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    text-align: justify;
}

.btn-biografia-home {
    display: inline-block;
    width: 167px;
    height: 42px;
    border-radius: 50px;
    background-color: #000100; 
    color: #ffffff;
    text-align: center; 
    font-size: 14px;
    font-weight: 600;
    text-decoration: none; 
    font-family: "Oswald", serif;
    line-height: 20.75px;
    margin-top: 25px;
    align-content: center;
}

.btn-biografia-home:hover {
    background-color: #ffffff; 
    color: #000100;
    border: 1px solid #000000;
}

.seccion-torneos-home {
    background-size: cover;
    background-position: center;
    height: 1020px;
    display: flex;
    align-items: center;
    margin: auto;
}

.seccion-torneos-home .container {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    flex-direction: row-reverse;
}

.text-torneos-home {
    max-width: 50%; 
}

.text-torneos-home h2 {
    font-family: "Oswald", serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #ffffff;
}

.text-torneos-home p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #ffffff;
    text-align: justify;
}

.torneos-separador {
    margin-top: 30px;
}

.separador {
    width: 100%;
    border-color: #ffffff;
}

.torneo-detalle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none; 
}

.torneo-detalle:hover {
    background-color: #000100;
}

.torneo-titulo {
    font-family: "Oswald", serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 90px;
    color: #ffffff;
    letter-spacing: 0.05em;
}

.seccion-programa-home {
    background-size: cover;
    background-position: center;
    height: 1050px;
    display: flex;
    align-items: center;
    margin: auto;
}

.seccion-programa-home .container {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}

.text-programa-home {
    max-width: 46%; 
}

.text-programa-home h2 {
    font-family: "Oswald", serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
}

.text-programa-home p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    text-align: justify;
}

.btn-programa-home {
    display: inline-block;
    width: 167px;
    height: 42px;
    border-radius: 50px;
    background-color: #000100; 
    color: #ffffff;
    text-align: center; 
    font-size: 14px;
    font-weight: 600;
    text-decoration: none; 
    font-family: "Oswald", serif;
    line-height: 20.75px;
    margin-top: 25px;
    align-content: center;
}

.btn-programa-home:hover {
    background-color: #ffffff; 
    color: #000100;
    border: 1px solid #000000;
}

.seccion-participantes-home {
    background-size: cover;
    background-position: center;
    height: 1020px;
    padding: 110px 0px;
}

.seccion-participantes-home .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.text-participantes-home {
    max-width: 46%; 
}

.text-participantes-home h2 {
    font-family: "Oswald", serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #ffffff;
}

.slider-participantes {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.slider-wrapper {
    gap: 42px;
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: max-content;
}

.slider-item {
    position: relative;
    margin: 0 4px;
    width: 365px;
    height: 452px;
    object-fit: cover;
}

.slider-item img {
    width: 365px;
    height: 452px;
    display: block;
    object-fit: cover;
}

.info-deportista {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 6px;
}

.info-deportista .nombre {
    color: #ffffff;
    background: #000;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    font-family: "Oswald", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 29.64px;
    letter-spacing: -0.05em;
    margin-bottom: 7px;
}

.info-deportista .profesion {
    color: #ffffff;
    background: #000;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    font-family: "Oswald", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 29.64px;
    letter-spacing: -0.05em;
    display: inline-block;
}

.slider-nav {
    position: absolute;
    top: 55%;
    width: 106%;
    left: -3%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    display: none;
}

.ver-mas-participantes {
    text-align: center;
    margin-top: 30px;
}

.ver-mas-participantes .btn-participantes-home {
    display: inline-block;
    width: 167px;
    height: 42px;
    border-radius: 50px;
    background-color: #ffffff;
    color: #000100;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Oswald", serif;
    line-height: 20.75px;
    margin-top: 25px;
    align-content: center;
}

.ver-mas-participantes .btn-participantes-home:hover {
    background: #000100;
    color: #ffffff;
}

.seccion-blog-home {
    background-color: #F5F5F5;
    height: 1020px;
    padding: 110px 0px;
}

.seccion-blog-home .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.text-blog-home {
    max-width: 46%; 
}

.text-blog-home h2 {
    font-family: "Oswald", serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #000100;
}

.slider-blog {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.info-blog {
    padding: 5px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-blog .titulo {
    color: #000100;
    margin-bottom: 30px;
    text-align: left;
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    padding: 15px;
}

.info-blog .fecha {
    font-family: "Oswald", serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 29.64px;
    letter-spacing: -0.05em;
    background-color: #000100;
    padding: 3px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-item-blog {
    position: relative;
    margin: 0 0px;
    text-align: center;
    width: 365px;
    background-color: #ffffff;
    text-decoration: none;
}

.slider-item-blog .blog {
    width: 365px !important;
    height: 243px;
    display: block;
    object-fit: cover;
}

.ver-mas-blog {
    text-align: center;
    margin-top: 30px;
}

.slider-item-blog:hover {
    transform: scale(1.01);
}

.slider-nav-blog {
    position: absolute;
    top: 55%;
    width: 106%;
    left: -4%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    display: none;
}

.ver-mas-blog .btn-blog-home {
    display: inline-block;
    width: 167px;
    height: 42px;
    border-radius: 50px;
    background-color: #000100;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Oswald", serif;
    line-height: 20.75px;
    margin-top: 25px;
    align-content: center;
}

.ver-mas-blog .btn-blog-home:hover {
    background: #ffffff;
    color: #000100;
    border: 1px solid #000000;
}

.titulo br + span {
    font-size: 18px; 
    font-weight: 400;
}

/* Sección Blog de Schuster */
.seccion-blog {
    background-color: #F5F5F5;
    padding-bottom: 50px;
    padding-top: 45px;
}

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

.text-blog-sec {
    max-width: 46%; 
}

.text-blog-sec h1 {
    font-family: "Oswald", serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #000100;
    text-transform: uppercase;
}

.noticias-grilla {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 50px;
    margin-top: 30px;
}

.noticias-grilla .slider-item-blog-sec {
    background-color: #ffffff;
    text-decoration: none;
}

.slider-item-blog-sec {
    position: relative;
    margin: 0 0px;
    text-align: center;
    width: 365px;
    background-color: #ffffff;
    text-decoration: none;
}

.slider-item-blog-sec .blog {
    height: auto;
    display: block;
}

.ver-mas-blog {
    text-align: center;
    margin-top: 30px;
}

.slider-item-blog-sec:hover {
    transform: scale(1.01);
}

.noticias-grilla .blog {
    width: 100%;
    height: 243px;
    display: block;
    object-fit: cover;
}

.paginacion-blog {
    text-align: center;
    margin-top: 30px;
}

.paginacion-blog .page-numbers {
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    font-family: "Oswald", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 35.57px;
    letter-spacing: -0.05em;
}

.paginacion-blog .page-numbers.current {
    background-color: #000100;
    color: #fff;
}

.paginacion-blog .page-numbers:hover {
    background-color: #ccc;
}

.info-blog-sec {
    padding: 5px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-blog-sec .titulo {
    color: #000100;
    margin-bottom: 30px;
    text-align: left;
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    padding: 15px;
}

.info-blog-sec .fecha {
    font-family: "Oswald", serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 29.64px;
    letter-spacing: -0.05em;
    background-color: #000100;
    padding: 3px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Noticia Schuster */
.singular .entry-title {
    font-family: "Oswald", serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 53.35px;
    letter-spacing: -0.05em;
    text-align: left;
    color: #000100;
}

.post-thumbnail {
    max-width: 100% !important;
}

.entry-content {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    text-align: justify;
}

.post-meta {
    background-color: #000100;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 29.64px;
    letter-spacing: -0.05em;
    padding: 8px 20px 8px 20px;
    display: inline-block;
    margin: 30px 0 5px 0;
    min-width: 395px;
}

.ver-mas-noticias {
    text-align: left;
    margin-top: 25px;
}

.ver-mas-noticias .btn-noticias {
    display: inline-block;
    width: 167px;
    height: 42px;
    border-radius: 50px;
    background-color: #000100;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: "Oswald", serif;
    line-height: 20.75px;
    margin-top: 25px;
    align-content: center;
}

.ver-mas-noticias .btn-noticias:hover {
    background: #ffffff;
    color: #000100;
    border: 1px solid #000000;
}

/* Sección Evento */
.seccion-evento {
    background-color: #F5F5F5;
}

.seccion-evento .container {
    display: flex;
    align-items: flex-end;
    max-width: 1512px;
    margin: 0 auto;
    padding: 35px 97px 40px 155px;
}

.text-content h1 {
    font-family: "Oswald", serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -0.05em;
}

.text-content {
    width: 67%;
}

.image-content {
    margin-bottom: -62px;
}

.text-content h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    padding-top: 15px;
}

.text-content p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    padding-top: 12px;
    text-align: justify;
}

.seccion-evento-2 {
    background-size: cover;
    background-position: center;
    height: 736px;
    display: flex;
    align-items: center;
    margin: auto;
}

.seccion-evento-2 .container {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    flex-direction: row-reverse;
}

.text-evento-2 {
    max-width: 50%; 
}

.text-evento-2 h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #ffffff;
}

.text-evento-2 p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #ffffff;
    text-align: justify;
}

.seccion-evento-3 {
    background-size: cover;
    background-position: center;
    height: 736px;
    display: flex;
    align-items: center;
    margin: auto;
}

.seccion-evento-3 .container {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}

.text-evento-3 {
    max-width: 50%; 
}

.text-evento-3 p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #ffffff;
    text-align: justify;
}

/* Sección Programa */
.seccion-programa {
    background-color: #F5F5F5;
}

.seccion-programa .container {
    display: flex;
    align-items: flex-start;
    max-width: 1512px;
    margin: 0 auto;
    padding: 35px 97px 0px 155px;
}

.text-content-programa h1 {
    font-family: "Oswald", serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -0.05em;
}

.text-content-programa {
    width: 58%;
}

.image-content-programa {
    margin-top: 45px;
}

.text-content-programa h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    padding-top: 15px;
}

.text-content-programa p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    padding-top: 12px;
}

.seccion-programa-2 {
    background-size: cover;
    background-position: center;
    height: 702px;
    display: flex;
    justify-content: space-around;
}

.seccion-programa-2 .container {
    width: 1250px;
    display: flex;
    justify-content: right;
}

.text-programa-2 {
    background: rgba(0, 0, 0, 0.3);
    align-content: center;
    padding: 37px;
}

.text-programa-2 h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #ffffff;
    margin-top: -140px;
}

.text-programa-2 p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #ffffff;
}

.seccion-programa-3 {
    background-size: cover;
    background-position: center;
    height: 702px;
    display: flex;
    align-items: center;
    margin: auto;
}

.seccion-programa-3 .container {
    width: 1200px;
    margin: 0 auto;
}

.text-programa-3 h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #000100;
    margin-top: -130px;
}

.text-programa-3 p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #000100;
}

/* Sección Torneo 2023 y 2024 */
.seccion-video-torneo {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 702px;
}

.contenedor-play-torneo {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: relative;
}

.icono-play-torneo {
    cursor: pointer;
}

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

.video-wrapper iframe {
    width: 100%;
    height: 100%;
}

.seccion-video-torneo .container {
    max-width: 1200px;
    margin: 0 auto;
}

.text-video-torneo {
    padding-top: 40px;
}

.text-video-torneo h2 {
    font-family: "Oswald", serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #ffffff;
}

.text-video-torneo h1 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    color: #ffffff;
}

.seccion-torneo-2 {
    background-color: #F5F5F5;
    padding-top: 55px;
    padding-bottom: 65px;
}

.seccion-torneo-2 .container {
    max-width: 1200px;
    margin: 0px auto;
}

.text-torneo-2 h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #000100;
    padding-top: 20px;
}

.text-torneo-2 p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #000100;
    text-align: justify;
}

.botones-torneo {
    display: flex;
    gap: 18px;
}

.btn-torneo-2 {
    display: inline-block;
    width: 167px;
    height: 42px;
    border-radius: 50px;
    background-color: #000100; 
    color: #ffffff;
    text-align: center; 
    font-size: 14px;
    font-weight: 600;
    text-decoration: none; 
    font-family: "Oswald", serif;
    line-height: 20.75px;
    margin-top: 25px;
    align-content: center;
}

.btn-torneo-2:hover {
    background-color: #ffffff; 
    color: #000100;
    border: 1px solid #000000;
}

.seccion-torneo-3 {
    background-size: cover;
    background-position: center;
    height: 824px;
    padding: 68px 0px;
}

.seccion-torneo-3 .container {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.text-torneo-3 h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #ffffff;
}

.slider-galeria {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.slider-galeria .slider-wrapper {
    gap: 4px;
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: max-content;
}

.slider-galeria .slider-item {
    background-size: cover;
}

.slider-galeria .slider-item-galeria img {
    width: 390px;
    height: 390px;
    object-fit: cover;
}

.imagenes-noticias-torneo {
    display: flex;
    gap: 15px; 
    justify-content: center; 
    flex-wrap: wrap; 
}

.imagen-torneo-noticias {
    flex: 1 1 calc(25% - 15px); 
    max-width: calc(25% - 15px);
    position: relative;
    overflow: hidden;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.imagen-torneo-noticias img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.imagen-torneo-noticias:hover {
    transform: scale(1.01);
}

.icono-cruz {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.categorias-galeria {
    font-family: "Oswald", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    text-decoration: none;
    color: #ABDBAB;
}

.categorias-galeria a {
    font-family: "Oswald", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    text-decoration: none;
    color: #ABDBAB;
}

.categorias-galeria a.active {
    color: #FFFEFE; 
}

.text-torneo-3 p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #ffffff;
}

.slider-nav-galeria {
    position: absolute;
    top: 63%;
    width: 106%;
    left: -3%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.slider-item-galeria {
    position: relative;
    margin: 0 4px;
    text-align: center;
}

.categorias-galeria.mobile {
    display: none;
}

/* Sección biografía */
.seccion-biografia {
    background-size: cover;
    background-position: center;
    height: 990px;
    margin: auto;
}

.seccion-biografia .container {
    max-width: 1200px;
    margin: 0 auto;
}

.text-biografia {
    max-width: 50%; 
}

.text-biografia h1 {
    font-family: "Oswald", serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #000100;
    padding-top: 45px;
}

.text-biografia h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    color: #000100;
    padding-top: 8px;
}

.text-biografia p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #000100;
    text-align: justify;
}

.seccion-biografia-2 {
    background-size: cover;
    background-position: center;
    height: 1128px;
    margin: auto;
}

.seccion-biografia-2 .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}

.text-biografia-2 {
    max-width: 50%; 
}

.text-biografia-2 h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 20px;
}

.text-biografia-2 p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #ffffff;
    text-align: justify;
}

.seccion-biografia-3 {
    background-size: cover;
    background-position: center;
    height: 972px;
    margin: auto;
}

.seccion-biografia-3 .container {
    max-width: 1200px;
    margin: 0 auto;
}

.text-biografia-3 {
    max-width: 50%; 
}

.text-biografia-3 h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    color: #000100;
    padding-top: 60px;
    padding-bottom: 20px;
}

.text-biografia-3 p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #000100;
    text-align: justify;
}

.btn-biografia-3 {
    display: inline-block;
    width: 166px;
    height: 42px;
    border-radius: 50px;
    background-color: #000100; 
    color: #ffffff;
    text-align: center; 
    font-size: 14px;
    font-weight: 600;
    text-decoration: none; 
    font-family: "Oswald", serif;
    line-height: 20.75px;
    margin-top: 25px;
    align-content: center;
}

.btn-biografia-3:hover {
    background-color: #ffffff; 
    color: #000100;
    border: 1px solid #000000;
}

.seccion-biografia-4 {
    background-size: cover;
    background-position: center;
    height: 714px;
    margin: auto;
}

.seccion-biografia-4 .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}

.text-biografia-4 {
    max-width: 50%; 
}

.text-biografia-4 h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    color: #ffffff;
    padding-top: 70px;
    padding-bottom: 20px;
}

.text-biografia-4 p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #ffffff;
    text-align: justify;
}

.seccion-biografia-5 {
    background-size: cover;
    background-position: center;
    height: 714px;
    margin: auto;
}

.seccion-biografia-5 .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}

.text-biografia-5 {
    max-width: 50%; 
    padding-top: 60px;
}

.text-biografia-5 p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #ffffff;
    text-align: justify;
}

.seccion-biografia-6 {
    background-size: cover;
    background-position: center;
    height: 844px;
    margin: auto;
}

.seccion-biografia-6 .container {
    max-width: 1200px;
    margin: 0 auto;
}

.text-biografia-6 {
    max-width: 50%; 
}

.text-biografia-6 h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    color: #000100;
    padding-top: 60px;
    padding-bottom: 20px;
}

.text-biografia-6 p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #000100;
    text-align: justify;
}

.seccion-biografia-7 {
    background-size: cover;
    background-position: center;
    height: 1723px;
    margin: auto;
}

.seccion-biografia-7 .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}

.text-biografia-7 {
    max-width: 50%; 
}

.text-biografia-7 h2 {
    font-family: "Oswald", serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: -0.05em;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 20px;
}

.text-biografia-7 p {
    font-family: "Roboto", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    margin-top: 12px;
    color: #ffffff;
    text-align: justify;
}

/* Sección Políticas */
.seccion-politicas .container {
    max-width: 1260px;
    margin: auto;
    padding: 0 30px;
}

.contenido-politicas h1 {
    font-family: "Oswald", serif;
    font-weight: 600;
    font-size: 92px;
    line-height: 90px;
    letter-spacing: -0.05em;
    color: #000100;
    padding-top: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.contenido-politicas p {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28.13px;
    letter-spacing: -0.05em;
    text-align: justify;
}

/* Error 404 */
.error-404 {
    max-width: 1185px;
    margin: auto;
    height: 682px;
    padding-top: 175px;
}

/* Búsqueda */
body.search .site-main > * {
    max-width: 1180px;
    margin: auto;
}

/* Sección Los participantes */
.seccion-participantes {
    background-color: #F5F5F5;
    padding-bottom: 50px;
    padding-top: 45px;
}

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

.text-participantes-sec {
    max-width: 46%; 
}

.text-participantes-sec h1 {
    font-family: "Oswald", serif;
    font-size: 92px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -0.05em;
    margin-bottom: 25px;
    color: #000100;
    text-transform: uppercase;
}

.slider-participantes-sec {
    position: relative;
    width: 100%;
    padding-top: 10px;
}

.slider-wrapper-sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 42px;
    transition: transform 0.5s ease-in-out;
    width: max-content;
    
}

.slider-item-sec {
    position: relative;
    margin: 0 4px;
    width: 365px;
    height: 452px;
    object-fit: cover;
}

.slider-item-sec img {
    width: 365px;
    height: 452px;
    display: block;
    object-fit: cover;
}

.info-deportista-sec {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 6px;
}

.info-deportista-sec .nombre {
    color: #ffffff;
    background: #000;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    font-family: "Oswald", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 29.64px;
    letter-spacing: -0.05em;
    margin-bottom: 7px;
}

.info-deportista-sec .profesion {
    color: #ffffff;
    background: #000;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    font-family: "Oswald", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 29.64px;
    letter-spacing: -0.05em;
    display: inline-block;
}

.paginacion-blog .page-numbers {
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none;
    font-family: "Oswald", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 35.57px;
    letter-spacing: -0.05em;
}

.paginacion-blog .page-numbers.current {
    background-color: #000100;
    color: #fff;
}

.paginacion-blog .page-numbers:hover {
    background-color: #ccc;
}

/* Responsive */
@media screen and (max-width: 1350px) {
    header#masthead {
        gap: 0;
    }

    .text-blog-home {
        max-width: 100%;
    }

    .text-blog-sec {
        max-width: 100%;
    }

    .slider-wrapper-sec {
        gap: 15px;
    }

    .slider-item-sec {
        width: 335px;
    }

    .slider-item-sec img {
        width: 335px;
    }
}

@media screen and (max-width: 1300px) {
    .seccion-participantes-home .container {
        max-width: 805px;
    }

    .slider-wrapper {
        gap: 0px;
    }

    .slider-item {
        margin: 0px 2px;
        width: 265px;
        height: 337px;
    }

    .seccion-blog-home .container {
        max-width: 805px;
    }

    .slider-item-blog {
        margin: 0 2px;
        width: 265px;
        min-height: auto;
    }

    .info-blog .titulo {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .slider-nav-blog {
        top: 61%;
        left: -3%;
    }

    .seccion-biografia-home {
        max-width: 1000px;
        height: 850px;
    }

    .seccion-torneos-home .container {
        max-width: 1000px;
    }

    .seccion-programa-home .container {
        max-width: 1000px;
    }

    .seccion-biografia-home .container {
        padding-top: 394px;
    }

    .seccion-torneos-home {
        height: 850px;
    }

    .seccion-programa-home {
        height: 850px;
    }

    .seccion-participantes-home {
        height: 850px;
        padding: 80px 0px;
    }

    .seccion-blog-home {
        height: 850px;
        padding: 65px 0px;
    }

    .ver-mas-blog {
        margin-top: 5px;
    }

    .slider-item-blog-sec {
        width: 100%;
    }

    .seccion-blog .container {
        max-width: 1000px;
    }

    .seccion-evento-2 .container {
        max-width: 1000px;
    }

    .seccion-evento-2 {
        background-position: left; 
    }

    .seccion-evento-3 .container {
        max-width: 1000px;
    }

    .seccion-evento-3 {
        background-position: left; 
    }

    .seccion-torneo-3 .container {
        width: 1000px;
    }

    .slider-galeria .slider-item-galeria img {
        width: 324px;
        height: 324px;
    }

    .slider-nav-galeria {
        top: 72%;
    }

    .seccion-torneo-2 .container {
        max-width: 1000px;
    }

    .seccion-video-torneo .container {
        max-width: 1000px;
    }

    .seccion-biografia .container {
        max-width: 1000px;
    }

    .seccion-biografia-2 .container {
        max-width: 1000px;
    }

    .seccion-biografia-3 .container {
        max-width: 1000px;
    }

    .seccion-biografia-4 .container {
        max-width: 1000px;
    }

    .seccion-biografia-5 .container {
        max-width: 1000px;
    }

    .seccion-biografia-6 .container {
        max-width: 1000px;
    }

    .seccion-biografia-7 .container {
        max-width: 1000px;
    }

    .text-biografia h1 {
        font-size: 82px;
        line-height: 80px;
    }

    .text-biografia h2 {
        font-size: 66px;
        line-height: 66px;
    }

    .text-biografia p {
        font-size: 20px;
        line-height: 24.13px;
    }

    .text-biografia-2 h2 {
        font-size: 66px;
        line-height: 66px;
    }

    .text-biografia-2 p {
        font-size: 20px;
        line-height: 24.13px;
    }

    .text-biografia-3 h2 {
        font-size: 66px;
        line-height: 66px;
    }

    .text-biografia-3 p {
        font-size: 20px;
        line-height: 24.13px;
    }

    .text-biografia-4 h2 {
        font-size: 66px;
        line-height: 66px;
    }

    .text-biografia-4 p {
        font-size: 20px;
        line-height: 24.13px;
    }

    .text-biografia-5 p {
        font-size: 20px;
        line-height: 24.13px;
    }

    .text-biografia-6 h2 {
        font-size: 66px;
        line-height: 66px;
    }

    .text-biografia-6 p {
        font-size: 20px;
        line-height: 24.13px;
    }

    .text-biografia-7 h2 {
        font-size: 66px;
        line-height: 66px;
    }

    .text-biografia-7 p {
        font-size: 20px;
        line-height: 24.13px;
    }

    .info-blog-sec {
        height: 230px;
    }

    .seccion-participantes .container {
        max-width: 1000px;
    }
    
    .titulo br + span {
        font-size: 14px; 
    }

    .video-full {
        height: 750px;
    }
}

@media screen and (max-width: 1250px) {
    .slider-wrapper-sec {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1215px) {
    .menu-item {
        min-width: 135px;
    }

    .primary-navigation .primary-menu-container {
        margin-right: 0;
    }

    .sub-menu li {
        min-width: 132px;
    }
}

@media screen and (max-width: 1080px) {
    .menu-item {
        min-width: 100px;
    }

    .sub-menu li {
        min-width: 98px;
    }

    .primary-navigation .sub-menu .menu-item > a {
        padding: 5px;
        font-size: 18px;
    }

    .seccion-torneo-3 .container {
        width: 805px;
    }

    .slider-galeria .slider-item-galeria img {
        width: 259px;
        height: 259px;
    }

    .slider-nav-galeria {
        top: 75%;
    }
}

@media screen and (max-width: 1050px) {
    .seccion-biografia-home {
        max-width: 805px;
        height: 791px;
    }

    .seccion-biografia-home .container {
        padding-top: 300px;
    }

    .seccion-torneos-home {
        height: 723px;
    }

    .seccion-torneos-home .container {
        max-width: 805px;
    }

    .torneo-titulo {
        font-size: 50px;
    }

    .text-torneos-home h2 {
        font-size: 84px;
    }

    .seccion-programa-home {
        height: 723px;
    }

    .seccion-programa-home .container {
        max-width: 805px;
    }

    .seccion-participantes-home {
        height: 760px;
        padding: 33px 0px;
    }

    .seccion-blog-home {
        height: 750px;
        padding: 18px 0px;
    }

    .seccion-evento-home .container {
        padding: 58px 91px 146px 130px;
    }

    .footer-links {
        gap: 2px;
    }

    .seccion-blog .container {
        max-width: 805px;
    }

    .seccion-participantes .container {
        max-width: 805px;
    }

    .noticias-grilla {
        grid-template-columns: repeat(2, 1fr);
    }

    .seccion-evento-2 .container {
        max-width: 805px;
    }

    .seccion-evento-3 .container {
        max-width: 805px;
    }

    .seccion-evento .container {
        padding: 25px 30px;
        display: block;
        justify-items: center;
    }
    
    .text-content {
        width: 100%;
    }

    .seccion-programa .container {
        padding: 25px 30px;
        display: block;
        justify-items: center;
    }  

    .text-content-programa {
        width: 100%;
    }

    .seccion-programa-3 .container {
        width: 100%;
        padding: 0 37px;
        margin: 0 auto;
    }

    .seccion-torneo-2 .container {
        max-width: 805px;
    }

    .seccion-video-torneo .container {
        max-width: 805px;
    }

    .seccion-biografia .container {
        max-width: 805px;
    }

    .seccion-biografia-2 .container {
        max-width: 805px;
    }

    .seccion-biografia-3 .container {
        max-width: 805px;
    }

    .seccion-biografia-4 .container {
        max-width: 805px;
    }

    .seccion-biografia-5 .container {
        max-width: 805px;
    }

    .seccion-biografia-6 .container {
        max-width: 805px;
    }

    .seccion-biografia-7 .container {
        max-width: 805px;
    }

    .text-biografia-6 {
        max-width: 58%;
    }

    .info-blog {
        height: 180px;
    }

    .info-blog-sec {
        height: 230px;
    }

    .primary-navigation .primary-menu-container > ul > .menu-item > a {
        padding: 6px 8px;
    }
}

@media screen and (min-width: 881px) {  
    .menu-item-has-children ul.sub-menu {
        display: none; 
    }

    .menu-item-has-children:hover ul.sub-menu {
        display: block; 
    }
}

@media screen and (max-width: 880px) {
    .primary-navigation { 
        display: none !important; 
    }

    header#masthead {
        z-index: 1000;
        justify-content: left;
    }

    .rmp-menu-item {
        border: none;
    }

    .slider-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        width: 338px;
        justify-self: center;
        transform: translateX(0px);
    }

    .slider-item {
        flex: 0 0 100%;
        scroll-snap-align: center;
        height: 452px;
    }

    .slider-nav {
        display: none;
    }

    .text-participantes-home h2 {
        font-size: 48px;
        line-height: 48px;
    }

    .text-participantes-home {
        max-width: 42%;
    }

    .ver-mas-participantes .btn-participantes-home {
        width: 339px;
    }

    .slider-item-blog {
        flex: 0 0 100%;
        scroll-snap-align: center;
    }

    .slider-nav-blog {
        display: none;
    }

    .site-branding {
        margin-right: initial;
    }

    .seccion-blog-home .container {
        max-width: 341px;
    }

    .text-blog-home h2 {
        font-size: 48px;
        line-height: 48px;
    }

    .text-blog-sec h1 {
        font-size: 48px;
        line-height: 48px;
    }

    .ver-mas-blog .btn-blog-home {
        width: 339px;
    }

    .seccion-participantes-home .container {
        max-width: 341px;
    }

    .seccion-evento-home .container {
        padding: 0;
        width: 341px;
        display: block;
        padding-top: 40px;
    }

    .image-content-home {
        width: 100%;
        margin-top: -60px;
    }

    .text-content-home h1 {
        font-size: 64px;
        line-height: 64px;
    }

    .text-content-home p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .btn-evento-home {
        width: 339px;
        height: 42px;
        position: relative;
    }

    .seccion-torneos-home .container {
        max-width: 341px;
        display: block;
    }

    .text-torneos-home {
        max-width: 100%;
        padding-top: 60px;
    }

    .text-torneos-home h2 {
        font-size: 64px;
        line-height: 64px;
    }

    .text-torneos-home p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .torneo-titulo {
        font-size: 38px;
        line-height: 54px;
    }

    .icono-enlace img {
        width: 30px;
        height: 30px;
    }

    .seccion-torneos-home {
        height: 646px;
        align-items: flex-start;
    }

    .torneos-separador {
        margin-top: 15px;
    }

    .seccion-programa-home .container {
        max-width: 341px;
    }

    .text-programa-home {
        max-width: 100%;
    }

    .text-programa-home h2 {
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 20px;
    }

    .text-programa-home p {
        font-size: 16px;
        line-height: 18.75px;
        margin-top: 0px; 
    }

    .btn-programa-home {
        width: 339px;
    }

    .seccion-programa-home {
        height: 366px;
        background: none;
        background-color: #EAEBEA;
    }

    .logo-secundario {
        width: 323px;
    }

    .seccion-biografia-home {
        display: block;
        justify-items: center;
    }

    .seccion-biografia-home .container {
        padding-top: 0px;
        max-width: 341px;
    }

    .text-content-biografia h2 {
        font-size: 64px;
        line-height: 64px;
    }

    .text-content-biografia p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .btn-biografia-home {
        width: 339px;
    }

    .seccion-biografia-home {
        background-image: url('/src/uploads/2025/02/fondo-movil-biografia.png') !important;
        max-width: 341px;
    }

    .seccion-torneos-home {
        background-image: url('/src/uploads/2025/02/fondo-movil-torneos.png') !important;
    }

    .custom-logo-link img {
        width: 125px;
    }
    
    .espacio-header {
        height: 96px;
    }

    .seccion-blog-home {
        padding: 30px 0px;
    }

    .seccion-blog .container {
        max-width: 341px;
    }

    .noticias-grilla {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .post-thumbnail {
        width: 100% !important;
    }

    .post-meta {
        padding: 8px 18px 8px 20px;
        min-width: 0px;
    }

    .singular .entry-title {
        font-size: 24px;
        line-height: 35.57px;
    }

    .entry-content {
        font-size: 16px;
        line-height: 18.75px;
    }

    .singular .has-post-thumbnail .entry-header {
        padding-bottom: 10px;
    }

    .ver-mas-noticias .btn-noticias {
        width: 100%;
    }

    .seccion-evento-2 {
        background-image: url('/src/uploads/2025/02/fondo-movil-evento-sec1.png') !important;
        height: 508px;
    }

    .seccion-evento-2 .container {
        display: block; 
        padding: 0px 30px;
    }

    .text-evento-2 {
        max-width: 100%;
    }

    .text-evento-2 h2 {
        font-size: 48px;
        line-height: 48px;
        max-width: 45%;
    }

    .text-evento-2 p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .seccion-evento-3 {
        background-image: url('/src/uploads/2025/02/fondo-movil-evento-sec2.png') !important;
        height: 508px;
    }

    .seccion-evento-3 .container {
        display: block; 
        padding: 0px 30px;
    }

    .text-evento-3 {
        max-width: 100%;
    }

    .text-evento-3 h2 {
        font-size: 48px;
        line-height: 48px;
        max-width: 45%;
    }

    .text-evento-3 p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .text-content h1 {
        font-size: 64px;
        line-height: 64px;
    }

    .text-content h2 {
        font-size: 48px;
        line-height: 64px;
        padding-top: 6px;
    }

    .text-content p {
        font-size: 16px;
        line-height: 18.75px;
        padding-top: 6px;
    }

    .image-content {
        margin-bottom: 0px; 
        text-align-last: center;
    }

    .image-content img {
        max-width: 100%;
    }

    .image-content-programa {
        margin-top: 0px;
        text-align: center;
    }

    .image-content-programa img {
        max-width: 80%;
    }

    .text-content-programa h1 {
        font-size: 64px;
        line-height: 64px;
    }

    .text-content-programa h2 {
        font-size: 40px;
        line-height: 64px;
    }

    .text-content-programa p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .seccion-programa-2 .container {
        width: 100%;
        justify-content: left;
    }

    .text-programa-2 {
        background: none;
    }
    
    .seccion-programa-2 {
        background-image: url('/src/uploads/2025/02/fondo-movil-programa-sec2.png') !important;
        display: block;
        height: 380px;
    }

    .text-programa-2 h2 {
        font-size: 40px;
        line-height: 70px;
        margin-top: 0px;
    }

    .text-programa-2 p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .seccion-programa-3 {
        background-image: url('/src/uploads/2025/02/fondo-movil-programa-sec3.png') !important;
        height: 380px;
        background-position-x: 175px;
        background-position-y: 0px;
        background-repeat: no-repeat;
        background-color: #f5f5f5;
    }

    .text-programa-3 h2 {
        font-size: 40px;
        line-height: 70px;
        margin-top: -50px;
    }

    .text-programa-3 p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .seccion-programa-3 .container {
        padding: 0px 15px 0 37px;
    }

    .slider-galeria .slider-wrapper {
        width: 338px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        justify-self: center;
    }

    .slider-galeria .slider-item-galeria img {
        width: 338px;
        height: 338px;
        display: block;
    }

    .slider-item-galeria {
        flex: 0 0 100%;
        scroll-snap-align: center;
        height: 338px;
    }

    .slider-nav-galeria {
        position: static;
        width: 100%;
        transform: translateY(0%);
        margin-top: 17px;
        display: flex;
        gap: 55px;
        justify-content: center;
        display: none;
    }

    .seccion-torneo-3 .container {
        width: 100%;
        padding: 0 30px;
    }

    .seccion-torneo-3 {
        height: 600px;
        padding: 40px 0px 0px 0px;
    }

    .text-torneo-3 h2 {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 0px;
    }

    .text-torneo-3 p {
        font-size: 16px;
        line-height: 18.75px;
        margin-top: 0px;
    }

    .categorias-galeria.desktop {
        display: none;
    }

    .categorias-galeria.mobile {
        display: block;
    }

    #categoria-selector {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.05em;
        width: 100%;
        padding: 0px 15px;
        background: #f5f5f5;
        border: 1px solid #000;
        border-radius: 50px;
        height: 41px;
        background-image: url('/src/uploads/2025/02/flechita-abajo.svg');
        background-repeat: no-repeat;
        background-position: right 15px center;
    }

    .text-video-torneo h2 {
        font-size: 64px;
        line-height: 64px;
    }

    .text-video-torneo h1 {
        font-size: 48px;
        line-height: 64px;
    }

    .text-torneo-2 h2 {
        font-size: 64px;
        line-height: 64px;
    }

    .text-torneo-2 p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .seccion-torneo-2 .container {
        padding: 0 30px;
    }

    .seccion-torneo-2 {
        padding-top: 35px;
        padding-bottom: 60px;
    }

    .imagen-torneo-noticias {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .seccion-video-torneo .container {
        padding: 0 30px;
    }

    .botones-torneo {
        gap: 0px;
        flex-direction: column;
    }

    .btn-torneo-2 {
        width: 100%;
    }

    .seccion-biografia {
        height: 933px;
        background-image: url('/src/uploads/2025/02/fondo-biografia-movil.png') !important;
    }

    .seccion-biografia .container {
        max-width: 100%;
        padding: 0px 30px;
    }

    .text-biografia {
        max-width: 100%;
    }

    .text-biografia h1 {
        font-size: 64px;
        line-height: 64px;
        margin-bottom: 10px;
        padding-top: 15px;
    }

    .text-biografia h2 {
        font-size: 40px;
        line-height: 64px;
        padding-top: 230px;
    }

    .text-biografia p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .seccion-biografia-2 {
        height: 1184px;
        background-image: url('/src/uploads/2025/02/fondo-biografia-movil-2.png') !important;
    }

    .seccion-biografia-2 .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .text-biografia-2 {
        max-width: 100%;
    }

    .text-biografia-2 h2 {
        font-size: 40px;
        line-height: 64px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .text-biografia-2 p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .text-biografia-2 span {
        font-size: 20px !important;
        line-height: 23.44px !important;
    }

    .seccion-biografia-3 {
        height: 1184px;
        background-image: url('/src/uploads/2025/02/fondo-biografia-movil-3.png') !important;
    }

    .seccion-biografia-3 .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .text-biografia-3 {
        max-width: 100%;
    }

    .text-biografia-3 h2 {
        font-size: 40px;
        line-height: 64px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .text-biografia-3 p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .text-biografia-3 span {
        font-size: 20px !important;
        line-height: 23.44px !important;
    }

    .btn-biografia-3 {
        width: 100%;
    }

    .seccion-biografia-4 {
        height: 740px;
        background-image: url('/src/uploads/2025/02/fondo-biografia-movil-4.png') !important;
    }

    .seccion-biografia-4 .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .text-biografia-4 {
        max-width: 100%;
    }

    .text-biografia-4 h2 {
        font-size: 40px;
        line-height: 64px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .text-biografia-4 p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .text-biografia-4 span {
        font-size: 20px !important;
        line-height: 23.44px !important;
    }

    .seccion-biografia-5 {
        height: 740px;
        background-image: url('/src/uploads/2025/02/fondo-biografia-movil-5.png') !important;
    }

    .seccion-biografia-5 .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .text-biografia-5 {
        max-width: 100%;
        padding-top: 20px;
    }

    .text-biografia-5 p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .text-biografia-5 span {
        font-size: 20px !important;
        line-height: 23.44px !important;
    }

    .seccion-biografia-6 {
        height: 804px;
        background-image: url('/src/uploads/2025/02/fondo-biografia-movil-6.png') !important;
    }

    .seccion-biografia-6 .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .text-biografia-6 {
        max-width: 100%;
    }

    .text-biografia-6 h2 {
        font-size: 40px;
        line-height: 40px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .text-biografia-6 p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .text-biografia-6 span {
        font-size: 20px !important;
        line-height: 23.44px !important;
    }

    .seccion-biografia-7 {
        height: 1584px;
        background-image: url('/src/uploads/2025/02/fondo-biografia-movil-7.png') !important;
    }

    .seccion-biografia-7 .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .text-biografia-7 {
        max-width: 100%;
    }

    .text-biografia-7 h2 {
        font-size: 40px;
        line-height: 40px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .text-biografia-7 p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .text-biografia-7 span {
        font-size: 20px !important;
        line-height: 23.44px !important;
    }

    .contenido-politicas h1 {
        font-size: 48px;
        line-height: 48px;
        padding-top: 30px;
    }

    .contenido-politicas p {
        font-size: 16px;
        line-height: 18.75px;
    }

    .rmp-menu-item-link {
        font-family: "Oswald", serif !important;
        font-weight: 600 !important; 
    }

    #rmp-menu-wrap-336 .rmp-submenu .rmp-menu-item-link {
        background-color: #ffffff !important;
    }

    #rmp-menu-wrap-336 .rmp-menu-item {
        background: #ffffff;
        border: none !important;
    }

    .rmp-menu-item {
        min-height: 60px;
    }

    #rmp-menu-item-451 .rmp-menu-item-link {
        padding-top: 20px;
        font-size: 24px !important;
    }

    #rmp-menu-item-452 .rmp-menu-item-link {
        font-size: 24px !important;
    }

    .seccion-video-torneo {
        height: 500px;
    }

    .info-blog {
        height: 230px;
    }

    .seccion-participantes .container {
        max-width: 341px;
    }

    .text-participantes-sec h1 {
        font-size: 48px;
        line-height: 48px;
    }

    .slider-wrapper-sec {
        grid-template-columns: repeat(1, 1fr);
        justify-self: auto;
        gap: 25px;
    }

    .slider-item-sec {
        width: 330px;
    }

    .slider-item-sec img {
        width: 330px;
    }

    .seccion-participantes {
        background-color: #F5F5F5;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .info-blog .titulo {
        font-size: 24px;
    }

    .titulo br + span {
        font-size: 18px; 
    }

    .video-full {
        height: auto;
    }
}

@media screen and (max-width: 822px) {
    .footer-links {
        display: none;
    }

    .site-info {
        display: flex;
        justify-content: center;
    }

    .site-logo {
        justify-self: center;
        width: 128px;
    }

    .footer-contact-mobile {
        display: block;
        background-color: #000; 
        border-bottom: 1px solid #fff; 
        padding: 10px 20px;
    }
    
    .footer-contact-container {
        text-align: left;
        color: #fff;
    }
    
    .footer-contact-title {
        font-family: "Oswald", sans-serif;
        font-size: 38.88px;
        font-weight: 600;
        line-height: 54.68px;
        letter-spacing: -0.05em;
        text-align: left;
    }
    
    .footer-contact-line {
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin: 5px 0;
    }

    .footer-contact-line span {
        font-size: 24px;
    }

    footer#colophon {
        min-height: 107px;
    }

    .footer-contact-desktop {
        display: none;
    }

    .logo-secundario {
        width: 210px;
        margin-bottom: 10px;
    }

    .icono-play {
        width: 94px;
    }
}

@media screen and (max-width: 500px) {
    .seccion-video-torneo {
        height: 281px;
    }

    .text-video-torneo {
        padding-top: 20px;
    }

    .text-video-torneo h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 9px;
    }

    .text-video-torneo h1 {
        font-size: 35px;
        line-height: 47px;
    }

    .icono-play-torneo {
        width: 93px;
    }

    .text-biografia-2 h2 {
        line-height: 50px;
    }

    .logo-secundario {
        width: 140px;
        margin-bottom: 5px;
    }

    .icono-play {
        width: 65px;
    }

    .text-programa-3 p {
        padding-right: 50px;
    }
}

@media screen and (max-width: 365px) {
    .slider-galeria .slider-wrapper {
        width: 310px;
    }

    .slider-galeria .slider-item-galeria img {
        width: 310px;
        height: 310px;
    }

    .footer-contact-line {
        font-size: 18px;
    }
}