/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header .logo img {
  max-height: 75px!important;
  margin-right: 8px;
}

.counter-section {
    padding: 40px 0;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.counter-section .counter-text span {
    font-size: 16px;
    color: #ffffff;
}

.counter-section .counter-text h3 {
    color: #ffffff;
    font-weight: 700;
    line-height: 38px;
    margin-top: 10px;
}

.counter-section .cd-timer {
    text-align: right;
}

.counter-section .cd-timer .cd-item:first-child {
    margin-left: 0;
}

.counter-section .cd-timer .cd-item {
    display: inline-block;
    text-align: center;
    margin-left: 35px;
    height: 120px;
    width: 120px;
    padding-top: 32px;
    position: relative;
}

.bg-gradient, .bd-text .bd-tag-share .s-share a:hover, .bh-text .play-btn, .schedule-table-tab .nav-tabs .nav-item .nav-link.active, .newslatter-inner .ni-form button, .latest-item .li-tag, .price-item .price-btn:hover, .price-item .pi-price, .price-item .tr-tag, .schedule-tab .nav-tabs .nav-item .nav-link.active, .site-btn {
    background-image: -o-linear-gradient(330deg, #ee8425 0%, #f9488b 100%), -o-linear-gradient(330deg, #ee8425 0%, #f9488b 100%);
    background-image: linear-gradient(120deg, #ee8425 0%, #f9488b 100%), linear-gradient(120deg, #ee8425 0%, #f9488b 100%);
}

.counter-section .cd-timer .cd-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    content: "";
    opacity: 0.1;
    border-radius: 4px;
}

.counter-section .cd-timer .cd-item {
    display: inline-block;
    text-align: center;
    margin-left: 35px;
    height: 120px;
    width: 120px;
    padding-top: 32px;
    position: relative;
    border: 2px solid #ffffff !important;
}

.counter-section .cd-timer .cd-item span {
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
}

.counter-section .cd-timer .cd-item p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 30px;
}

@media only screen and (max-width: 991px) {
    .counter-section .cd-timer {
        text-align: left;
    }
}

@media only screen and (max-width: 479px) {
    .counter-section .cd-timer .cd-item {
        margin-right: 10px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .counter-section .cd-timer .cd-item {
        margin-right: 10px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .counter-section .cd-timer .cd-item
 {
        margin-bottom: 10px;
    }
}

.hero {
  width: 100%;
  min-height: 100vh!important;
  position: relative;
  padding: 100px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero .about-info {
    overflow: hidden;
    position: relative;
    padding: 40px 0 40px 0;
    z-index: 2;
    width: 100%;
}

/*Autoridades*/

/* Alinea SOLO esta sección a la izquierda */
.section-left {
  text-align: left !important;
}

/* Estilo del lema */
.lema-destacado {
  border-left: 4px solid var(--accent-color); /* Línea vertical con tu color */
  padding-left: 15px;             /* Espacio entre línea y texto */
  margin: 12px 0 20px 25px;       /* Sangría izquierda y espacio arriba/abajo */
  font-style: italic;
  font-size: 1.15rem;
  color: #34343F;
}

.hotels .card h3:hover {
    color: var(--accent-color);
}

/*Fin Autoridades*/

/*Turismo*/

.venue .cta-btn, .venue .cta-btn:focus {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 25px;
    margin: 0 0 0 30px;
    border-radius: 50px;
    transition: 0.3s;
}

/*Fin Turismo*/

/*Programa*/

.btn-programa {
  background: #0E3A4A; /* azul del template */
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
}

.btn-programa:hover {
  background: #B23A2F; /* rojo del template */
  color: #fff !important;
}


/*Fin Programa*/

/*Contacto*/

/* Igualar altura de los tres bloques */
.info-equal {
  height: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-image {
  width: 100%;
  height: 400px;
  object-fit: cover;   /* Recorta de forma elegante */
  border-radius: 10px; /* Bordes suaves */
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: transform .4s ease, box-shadow .4s ease;
}

.info-image:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 25px rgba(0,0,0,0.45);
}


/*Fin Contacto*/

/*Footer*/

.footer .footer-top{
  background: radial-gradient(
    circle at center,
    #D6B46A 0%,
    #C9A24D 35%,
    #B8923E 70%,
    #8C6A2A 100%
  );
  color: #0a1a2a;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.gold-star {
  position: absolute;
  bottom: 25px;   /* ajustá según dónde la quieras */
  right: 40px;
  opacity: 0.6;
  pointer-events: none; /* para que no moleste a los clicks */
  filter: drop-shadow(0 0 8px rgba(201,162,77,0.5));
}

.footer h4 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
    color: #0E3A4A;
    font-weight: bold;
}

.footer-logo {
  height: 50px;
  width: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 6px;
  object-fit: contain;
  transition: transform 0.3s ease;
  /*box-shadow: 0 2px 6px rgba(0,0,0,0.4);*/
}

.footer-logo:hover {
  /*transform: scale(1.08) translateY(-3px);*/
  transform: scale(1.05);
  /*box-shadow: 0 6px 15px rgba(0,0,0,0.6);*/
}

.footer .footer-links ul a {
  color: color-mix(in srgb, #0E3A4A, transparent 30%);
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}

.footer .social-links a {
  font-size: 18px;
  display: inline-block;
  /*background: color-mix(in srgb, var(--default-color), transparent 90%);*/
  color: #0E3A4A;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;            /* permite que bajen de línea si no entran */
  align-items: center;
  gap: 18;
  margin-top: 6px; /* micro ajuste para que queden a la misma altura del título */
}


/*New*/

.footer-top {
  padding: 30px 0;
}

.footer .footer-top .row {
  align-items: flex-start !important;
}

.footer-declaracion {
  font-family: 'Poppins', sans-serif;
  text-align: left;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.declaracion-titulo {
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 800;   /* máximo grosor */
  text-transform: uppercase;
  line-height: 1.05;
  color: #0E3A4A;
  margin-bottom: 6px;
  letter-spacing: 1.2px;
  margin-top: 0;
}


.declaracion-resolucion {
  font-size: 17px;
  font-weight: 700;
  color: #0E3A4A;
  /*opacity: 0.85;*/
}

.footer-logos img.footer-logo {
  max-height: 62px;
  width: auto;
  object-fit: contain;
}


/* Quita el subrayado de los <a> */
.footer-logos a {
  text-decoration: none;
}



#scroll-top {
  display: none !important;
}

/* ===== FIX ESPACIO VACÍO SWIPER (SPEAKERS) ===== */

.speakers .swiper,
.speakers .swiper-wrapper {
  height: auto !important;
}

.speakers .swiper-slide {
  height: auto !important;
  display: flex;
}

.speakers .member {
  width: 100%;
}

/*Fin Footer*/


/* ===============================
   CONTADOR – CENTRADO MOBILE
================================ */

@media (max-width: 768px) {

  .counter-section {
    text-align: center;
    padding: 30px 0;
  }

  .counter-section .row {
    flex-direction: column;
    align-items: center;
  }

  .counter-text {
    margin-bottom: 20px;
  }

  .counter-text span {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .counter-text h3 {
    font-size: 20px;
  }

  /* BLOQUES DEL CONTADOR */
  .cd-timer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .cd-item {
    min-width: 120px;
    padding: 10px 5px;
  }

  .cd-item span {
    font-size: 26px;
  }

  .cd-item p {
    font-size: 13px;
  }

}

/* Aranceles */

/* === PRICING / ARANCELES === */

.pricing-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 30px;
  border: 2px solid #135175; /* 👈 ESTA ERA LA CLAVE */
  box-shadow: none;
  transition: all 0.35s ease;
  position: relative;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.pricing-card .features {
  flex-grow: 1;
}   

/*.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}*/

/*.pricing-card.featured {
  border: 3px solid #6f63ff;
}*/

.pricing-card .badge {
  position: absolute;
  top: -14px;
  right: 20px;
  background: #135175;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.plan-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #34343F;
}

.price {
  text-align: center;
  margin-bottom: 25px;
}

.price .currency {
  font-size: 1.1rem;
  vertical-align: top;
  color: #506D82;
}

.price .amount {
  font-size: 3rem;
  font-weight: 700;
  color: #506D82;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #34343F;
}

.features li i {
  color: #6f63ff;
  margin-right: 10px;
  font-size: 1.1rem;
  margin-top: 3px;
}

/* Hover o selección */
.pricing-card:hover,
.pricing-card.is-selected,
.pricing-card:focus-within {
  border-color: #c63a2a;
  box-shadow: 0 18px 45px rgba(198, 58, 42, 0.25);
  transform: translateY(-6px);
}


.price-separator {
  width: 60%;
  height: 4px;
  margin: 22px auto;
  background: linear-gradient(
    to right,
    transparent,
    rgba(80, 109, 130, 0.6),
    transparent
  );
}

.important-text {
  font-size: 1.15rem;
  font-weight: 600;
  color: #34343F;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  line-height: 1.5;
}

.important-text .marker {
  font-size: 1.6rem;
  font-weight: 700;
  color: #c63a2a;
  line-height: 1;
}

.btn-select-plan {
  width: 100%;
  max-width: 260px;
}


/*Fin aranceles*/



/* MENSAJES FORMULARIO INSCRIPCIÓN */
.inscripcion-success {
  background-color: #0d6efd;
  color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.inscripcion-error {
  background-color: #dc3545;
  color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.btn-formulario{
  background-color: var(--heading-color);
    color: var(--contrast-color);
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-formulario:hover{
background-color: var(--accent-color);
}

/* ===============================
   DECLARACIÓN OFICIAL – BANNER
================================ */

/* Columna de logos */
.declaracion-logos {
  display: flex;
  align-items: flex-start;  /* 🔑 clave */
  gap: 10px;
  flex-wrap: wrap;
  /*margin-top: 6px; */
  /*padding-top: 6px;*/
  column-gap: 10px;
  row-gap: 8px;
}

/* Logos */
.declaracion-logo {
  height: 70px;          /* 🔥 tamaño real */
  width: auto;
  object-fit: contain;
  flex-shrink: 0;        /* 🔑 evita que Bootstrap los achique */
}

.footer-declaracion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 30px;
  padding-top: 0px; /* 🔑 esto alinea con los logos */
}

.declaracion-titulo {
  font-family: 'Poppins', sans-serif;
  font-weight: 800; /* grosor tipo imagen */
  font-size: 32px;
  line-height: 1.05;
  margin: 0;                 /* 🔑 elimina márgenes fantasma */
  position: relative;
  top: -6px;                 /* 🔥 ESTE ES EL AJUSTE REAL */
  color: #0b3c49;
}

.declaracion-resolucion {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0b3c49;
}

.declaracion-banner {
  width: 100%;
  background: radial-gradient(
    circle at center,
    #D6B46A 0%,
    #C9A24D 35%,
    #B8923E 70%,
    #8C6A2A 100%
  );
  padding: 55px 0 45;
  position: relative;
  overflow: hidden;
}

.declaracion-banner .row {
  align-items: flex-start;  🔑 ALINEA ARRIBA 
}

/* reutilizamos lo que ya tenías */
.declaracion-banner .footer-declaracion {
  padding-left: 30px;
}

.declaracion-banner .gold-star {
  position: absolute;
  bottom: 25px;
  right: 40px;
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 768px) {
  .declaracion-logos {
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-declaracion {
    text-align: center;
  }

  .declaracion-titulo {
    font-size: 26px;
  }

  .declaracion-logo {
    max-height: 52px;
  }
}

@media (max-width: 768px) {
  .declaracion-banner {
    padding: 40px 0;
  }

  .declaracion-banner .footer-declaracion {
    padding-left: 0;
    text-align: center;
    margin-top: 25px;
  }

  .declaracion-banner .declaracion-titulo {
    font-size: 24px;
  }

  .declaracion-banner .declaracion-resolucion {
    font-size: 14px;
  }

  .declaracion-banner .gold-star {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer-logos {
    justify-content: center;
  }

  .footer-logo {
    max-height: 50px;
  }
}
