@font-face {
    font-family: 'TangoSans Bold';
    src: url('../../chivas/TangoSans_Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cocogoose';
    src: url('https://www.taquillalive.com/chivas/Cocogoose-Pro-Bold-trial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #1C4788;
    overflow-x: hidden;
}

/* main-banner */

.wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}


.logo-chiva {
  width: 80%;
  max-width: 550px;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .logo-chiva {
    width: 70%;
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .logo-chiva {
    width: 85%;
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .logo-chiva {
    width: 100%;
    max-width: none;
  }
}

.div-banner-content {
    background: transparent;
}

.main-content {
    background: linear-gradient(180deg, #1C4788 0%, #1C4788 10%, #1E467F 18%, #1F4577 26%, #204470 34%, #214369 42%, #224262 50%, #223F5C 58%, #223C55 66%, #22394E 74%, #223646 82%, #222F3F 90%, #222B38 100%);
    color: #e5e7eb;
}

/* snowflakes */

#snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    pointer-events: none;
}

/* text styles */

.text-style1 {
    font-family: 'TangoSans Bold', sans-serif;
    font-size: x-large;
    transform: scaleX(0.85);
}

.text-margin {
    margin: 20px 0;
}

/*
.text-routes {
    text-align: center;
}*/

.titles {
    font-size: 2.5em; 
    color: #F3BE1A; 
    margin: 20px 0;
}

.subtitles{
    font-size: xx-large; 
    color: #FFFFFF;
}

.questions-title {
    font-size: 20px !important;
}

.text-style1 .mark-text {
    background: #790D00;
    color: #FFFFFF; 
    border-radius: 10px; 
    padding: 10px;
}

.text-expand {
    display: inline-block; 
    line-height: 1.2;
}

.text-style2 {
    font-family: 'Montserrat', sans-serif;
    font-size: larger;
}

.date-font {
    color: #FFDC6B;
    font-size: x-large; 
}

.section-content {
    margin: 2em;
}

.mt-10 {
    margin-top: 5.5rem !important;
}

/* route */

.container-route {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 0;
}

.route-item {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: max-content;
    color: white;
    font-family: 'Arial Black', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.line-route {
    position: absolute;
    left: 8px;
    top: 10px;
    bottom: 0;
    width: 4px;
    height: 80px;
    background-color: white;
    transform: translateX(-50%);
    z-index: 0;
}

.point {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.circle-route {
    width: 16px;
    height: 16px;
    background-color: #EDBC1B;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

.text-route {
    font-family: 'TangoSans Bold', sans-serif;
    color: white;
    font-size: x-large;
    letter-spacing: 0.5px;
}

/* calendar */

.calendar-container {
  text-align: center;
  margin: 30px auto;
  background: transparent;
  border-radius: 15px;
  max-width: 750px;
  -webkit-overflow-scrolling: touch;
}

.calendar {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  background: transparent;
}

#month-header {
  background: transparent !important;
  color: #FFDC6B;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0;
  letter-spacing: 1px;
}

.calendar th {
  padding: 10px;
  text-transform: uppercase;
  color: #F3BE1A;
  background: transparent;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  white-space: nowrap;
}

.calendar td {
  width: 14.28%;
  padding: 16px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  min-width: 50px;
}

.calendar td:hover, .calendar td:active, .calendar td:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.05);
  border-color: rgba(255, 255, 255, 0.4);
  outline: none;
}

.calendar td.empty {
  cursor: default;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  pointer-events: none;
}

.calendar td span.numero {
  display: block;
  font-weight: bold;
  color: #FFDC6B;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .calendar {
    font-size: 0.9rem;
  }

  #month-header {
    font-size: 1.2rem;
    padding: 10px 0;
  }

  .calendar td {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .calendar {
    min-width: 100%;
  }

  .calendar th, .calendar td {
    font-size: 0.8rem;
    padding: 8px;
  }

  #month-header {
    font-size: 1rem;
  }
}

.calendar td:active { 
    outline: 3px dashed #F3BE1A;
}

@media (hover: none) {
  .calendar td {
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .calendar td:active {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: none; /* evita saltos visuales al presionar */
  }
}

/* piggy button */

.piggy-img-btn {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    animation: pulseZoom 2.5s infinite;
    transition: transform 0.3s ease;
}

.piggy-img-btn img {
    width: 300px;
    height: auto;
    display: block;
}

@keyframes pulseZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

/* modal items */

.modal.show .modal-content {
    animation: modalFadeIn 0.4s ease forwards;
}

.modal.hide .modal-content {
    animation: modalFadeOut 0.3s ease forwards;
}

/* table items */

.transparent-table {
    width: 80%;
    margin: 2rem auto;
    border-collapse: collapse;
    font-family: 'TangoSans Bold', sans-serif;
    border: 2px solid #BE3309;
    background: #f4c56d;
}

.transparent-table th {
    background: #f4c56d;
    color: #BE3309;
    padding: 14px 12px;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: 1px solid #BE3309;
}

.transparent-table td {
    background: #f4c56d;
    padding: 14px 12px;
    font-size: 15px;
    border: 1px solid #BE3309; 
    color: black;
    text-align: center;
}

.transparent-table td.location {
    text-align: left;
    position: relative;
    padding-left: 2rem;
}

.transparent-table td.location::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.transparent-table .general_1::before {
    background-color: #B73309;
}

.transparent-table .general_2::before {
    background-color: #EBBA19;
}

.transparent-table .general_3::before {
    background-color: #006F28;
}

/* video items*/

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 560px;
    aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* aditional info items */

.features-section-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 35px;
}

.features-box {
    flex: 1 1 180px;
    max-width: 200px;
    display: flex;
}

.features-data {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    color: #FFF;
    font-family: 'TangoSans Bold', sans-serif;
    min-height: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-data:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.features-data i {
    font-size: 36px;
    color: #74BDD1;
    display: block;
    margin-bottom: 12px;
}

.features-data div {
    color: #FFDC6B;
    font-size: 17px;
    margin-bottom: 6px;
    font-family: 'TangoSans Bold', sans-serif;
}

.features-data strong {
    font-size: 16px;
    font-family: 'TangoSans Bold', sans-serif;
}

.material-icons {
    margin-bottom: 6px;
}

.event-notes {
    text-align: center;
    color: #DDD;
    font-size: 17px;
    line-height: 1.5;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
}

/* accordion items */

.acordeon {
    width: 100%;
    margin: 2rem auto;
    font-family: 'TangoSans Bold', sans-serif;
}

.acordeon-item {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    background-color: transparent;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.acordeon-item .acordeon-label:hover {
    color: #FFDC6B;
}

.acordeon-item input[type="checkbox"] {
    display: none;
}

.acordeon-label {
    display: block;
    padding: 16px 18px;
    font-size: 18px;
    color: #DCC56F;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.acordeon-label:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.acordeon-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.acordeon-item input:checked ~ .acordeon-content {
    max-height: 300px;
    padding: 14px 18px;
}

.acordeon-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* t&c button */

.tyc-btn {
    background-color: #790D00; 
    color: #fff; 
    padding: 10px 16px; 
    border: none; 
    border-radius: 8px; 
    font-size: 18px; 
    font-family: 'TangoSans Bold', sans-serif; 
    cursor: pointer; 
    transition: background-color 0.3s ease;
    display: inline-block;
    animation: pulseZoom 2.5s infinite;
    transition: transform 0.3s ease;
}

/* footer */

.logos-footer {
    width: 100%;
    max-width: 600px; 
    height: auto;
    padding: 3em 0;
    display: block;
}

@media (max-width: 992px) {
    .logos-footer {
        max-width: 70%;
        padding: 2.5em 0;
    }
}

@media (max-width: 768px) {
    .logos-footer {
        max-width: 80%;
        padding: 2em 0;
    }
}

@media (max-width: 480px) {
    .logos-footer {
        max-width: 90%;
        padding: 1.5em 0;
    }
}

@media only screen and (max-width: 1050px) {
    .wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    .grid-buttons-eventdays {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .grid-buttons-eventdays {
        grid-template-columns: 1fr;
    }

    .button-eventdays {
        width: 100% !important;
        max-width: 280px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .button-eventdays {
        font-size: 30px !important;
        width: 235px !important;
    }
}

@media (max-width: 768px) {
    .transparent-table {
        width: 100%;
    }
    .transparent-table th,
    .transparent-table td {
        font-size: 13px;
        padding: 10px 8px;
    }
}

@keyframes modalFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes modalFadeOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.95);
    }
}

@media (max-width: 768px) {
    .acordeon {
        width: 100%;
    }

    .acordeon-label {
        font-size: 15px;
        padding: 14px 14px;
    }

    .acordeon-content p {
        font-size: 14px;
    }
}

/* scroll button */