.elementor-kit-7{--e-global-color-primary:#FFCE00;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p { margin: 0; }

.btn-yellow {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #FFCE00;
    color: #000000;
    text-decoration: none;
    padding: 6px;
    border-radius: 50px;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.22px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    gap: 18px;
    border: solid 1px #FFCE00;
}

.btn-yellow.inverted {
    background: transparent;
    color: #FFCE00;
}

.btn-yellow .texto {
    flex-grow: 1;
    padding-left: 8px;
    letter-spacing: 0.5px;
}

.btn-yellow .icono-container {
    background: #000;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.btn-yellow .icono-flecha {
    width: 22px;
    height: 22px;
    color: white;
    stroke: white;
    transition: all 0.4s ease;
    transform: translateX(0);
}

.btn-yellow.inverted .icono-flecha {
    color: #FFCE00;
}

/* Efectos hover */
.btn-yellow:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.btn-yellow:hover .icono-container {
    transform: scale(1.1);
}

/* NUEVA ANIMACIÓN - Flecha sale por la derecha */
.btn-yellow:hover .icono-flecha {
    transform: translateX(50px);
    opacity: 0;
}

/* Crear una nueva flecha que entra por la izquierda */
.btn-yellow .icono-container::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h14m-7-7l7 7-7 7' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.4s ease 0.1s;
}

.btn-yellow.inverted .icono-container::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h14m-7-7l7 7-7 7' stroke='%23FFCE00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.btn-yellow:hover .icono-container::after {
    transform: translateX(0);
    opacity: 1;
}

@media(max-width: 425px) {
    .btn-yellow {
        font-size: 14px;
        padding: 3px;
    }
}


/* Animación de entrada */
.btn-yellow {
    animation: slideIn 0.6s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

div.aspect-square {
     aspect-ratio: 1 / 1;
}

.aspect-square img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    min-height: unset;
    min-width: unset;
    object-fit: cover;
}

.aspect-video img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}


.mobile-menu.open {
    transform: translateX(0);
}

@media (max-width: 1024px) {
    .sm-hidden {
      display: none;  
    }
}

@media (min-width: 1024px) {
    .lg-hidden {
      display: none;  
    }
}

@media (min-width: 768px) {
    .lg-hidden {
      display: none;  
    }
}

.ojeadores a svg, .jurado a svg {
    transition: transform .3s ease;
}

.ojeadores a:hover svg, .jurado a:hover svg {
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .ojeadores svg, .jurado svg {
        width: 24px;
        height: 24px !important;
    }
}

@media(max-width: 425px) {
    .ojeadores svg, .jurado svg {
        width: 18px;
        height: 18px !important;
    }
}



h1, h2, h3, h4, h5, h6 {
    white-space: pre-line;
}

.current-lang {
    position: relative;
}

.current-lang > a {
    font-weight: 500 !important;
}

.current-lang a:before {
    content: '';
    display: block;
    height: 2px;
    background: #FFCE00 !important;
    width: 17px;
    position: absolute;
    bottom: 10px;
    left: 0;
    opacity: 1 !important;
}

.winner-overlay {
    inset: 0;
    transition: background 0.3s ease;
    overflow: hidden;
}

.winner-overlay:hover {
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 80%);
}

.winner-overlay .winner-label {
    transition: transform 0.3s ease;
    transform: translateY(100%);
}

.winner-overlay:hover .winner-label {
    transform: translateY(0%);
}

@supports (-webkit-text-stroke: 1px #FFCE00) {
  .stroke-text {
    -webkit-text-fill-color: black;
    -webkit-text-stroke: 1px #FFCE00;
  }
}

.carousel-overlay:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at bottom center,rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}/* End custom CSS */