.grecaptcha-badge {
  display: none;
}
.nav-fixed-custom {
  position: fixed !important;
  top: 0 !important;
  z-index: 999;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.encuesta-titulo {
  color: var(--dark-gray);
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.custom-image-concept {
}
@media only screen and (max-width: 800px) {
  .custom-image-concept {
    display: none;
  }
}
.contact-iframe {
  width: 100%;
  height: 500px;
}
#email-warning {
  margin-bottom: 20px;
  margin-top: -20px;
  background: #ff9800;
  color: white;
  padding: 0 10px;
  font-size: 0.9rem;
}

.bajada-leads {
  text-align: left;
  white-space: pre-line;
  margin-top: 0;
}

label.iwant {
  margin-top: 10px;
  display: block;
}
label.iwant .wpcf7-list-item {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  margin-bottom: 1%;
  margin-left: 0;
  width: 100%;
  border: none;
  transition: all 0.2s ease-in;
  font-size: 0.9rem;
}
label.iwant .wpcf7-list-item input[type="checkbox"] {
  display: none;
}
label.iwant .wpcf7-list-item .wpcf7-list-item-label {
  padding: 0;
  cursor: pointer;
}
label.iwant .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 15px;
  width: 20px;
  height: 20px;
  border: 5px solid rgb(223, 223, 223);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
label.iwant
  .wpcf7-list-item
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label:before {
  border: 5px solid #4caf50;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
label.iwant .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 0.85rem;
  color: #595959;
}

.custom-submit {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.custom-cover img {
  margin-bottom: 0 !important;
  min-height: 450px;
  object-fit: cover;
}

.custom-sidebar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pagination-style-01 .page-item.active .page-link.current {
  background: var(--dark-gray); /* o el color de burbuja que estás usando */
  color: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.banner-side {
  width: 100%;
}

.custom-destacado-titulo {
  color: var(--dark-gray);
  font-size: 1.5rem;
  font-weight: 600;
}

.custom-section-noticias {
  padding-top: 0;
}

.custom-section-no-bottom {
  padding-bottom: 0;
}

.tit-custom-alternativas {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--dark-gray);
}
@media only screen and (max-width: 800px) {
  .tit-custom-alternativas {
    font-size: 2rem;
    margin-top: 30px;
  }
}

.container-ticket-custom {
}

.container-ticket-custom .main-banner {
  margin-bottom: 30px;
}
@media only screen and (max-width: 780px) {
  .container-ticket-custom .main-banner {
    display: none;
  }
}

.container-ticket-custom .responsive-banner {
  display: none;
}

@media only screen and (max-width: 780px) {
  .container-ticket-custom .responsive-banner {
    display: inherit;
  }
}

.container-ticket-custom h2 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
  color: var(--dark-gray);
}

.container-ticket-custom iframe {
  margin-top: 20px;
}

.auspician {
  width: 100%;
  padding: 0;
}
.auspician-center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .auspician-center {
    max-width: 90%;
  }
}
.auspician-center img {
  width: 100%;
}

.custom-logo {
  height: auto !important;
}
