

body { 
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
}

/*---------------------------------------
    Typography
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 500;   
}

.titulofuenteforves { 
 font-family: 'Marcellus', serif !important;--
}

h1 {
  font-size: 40px;
  letter-spacing: -0.2px; 
  font-weight: 600;
}

h2 {
  font-size: 29px;
  text-transform: uppercase;
}

h3 {
  line-height: 30px;
  letter-spacing: -1px; 
  font-weight: 600 !important;
  font-size: 24px; 
}

h4 {
  letter-spacing: 10px;
}

h5 {
  letter-spacing: 1px;
  padding-top: 10px;
}

p {
  color: #707070;
  font-size: 15px;
  line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}

.imgredondeo {
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.celeste { 
  color: #163f87!important; 
  /*- font-family: 'Marcellus', serif !important; -*/
}

.celesteclaro { 
  color: #a0aabc; 
}

.azul { 
  color: #163f87; 
}

.agrandoitems {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}

/* Texto naranja genérico */
.color-naranja {
  color: #ff8734;  
}

/* Solo los H3 naranjas: desktop por defecto */
h3.color-naranja {
  font-size: 28px !important;
  letter-spacing: -0.8px;
  margin-left: 25px;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300 !important;
}

/* Solo los H3 celestes */
h3.celeste {
  font-size: 24px !important;
  letter-spacing: -0.8px;
   /*- font-family: 'Marcellus', serif !important; -*/
  font-weight: 600 !important;
}

.celestechico {
  font-size: 22px !important;
  letter-spacing: -0.8px;
  color: #163f87!important; 
  font-family: 'Poppins', sans-serif!important;
  font-weight: 600!important;
}

/*---------------------------------------
    General
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

.margentopforzado {
  margin-top: 30px;
}

#overview,
#register {
  padding-top: 14rem;
  padding-bottom: 10px;
}

#detail, #video,
#speakers,
#autoridades,
#autoridades-texto,
#program,
#sponsors,
#contact, 
footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#detail,
#speakers, 
#sponsors,
footer {
  text-align: center;
}

#overview h3,
#detail h3, 
#video h3,
#register h3,
#venue h3,
#contact h3 {
  padding-bottom: 12px;
}

#intro .btn,
#contact .btn {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 14px 42px;
  margin-top: 42px;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
  background: #ff8734!important;
  border-color: transparent;
  border-radius: 25px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 30px;
}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
  background: #ffffff;
  color: #333333;
  border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/*---------------------------------------
    Preloader section
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #d1dcf0;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

.subtitulochico{
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #8093be;
  margin-left: 65px;
  font-weight: 700 !important; 
  letter-spacing: 0.5em!important;
}

/* Invitada de honor: que la foto no sea gigante */
.autoridad-unica {
  text-align: center;
}

.autoridad-unica .autoridades-card {
  display: inline-block;
}

.autoridad-unica .autoridades-card img {
  max-width: 250px!important;
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
}

/*---------------------------------------
   Tabla Sponsors
-----------------------------------------*/
.sponsor-table{
  max-width: 900px;
  margin: 0 auto;
}

/* Fila base */
.sponsor-row{
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 18px 26px;
}

/* Filas alternadas: blanco / celeste clarito */
.sponsor-row:nth-child(odd){
  background: #ffffff;
}

.sponsor-row:nth-child(even){
  background: #edf2fb;
}

/* Columna izquierda (nivel + precio) */
.sponsor-left{
  min-width: 220px;
  text-align: left;
}

.sponsor-stars{
  font-size: 15px;
  letter-spacing: 0.35em;
  margin-bottom: 6px;
}

/* Colores de estrellas */
.sponsor-stars--blue{    color: #163f87; }
.sponsor-stars--rosa{    color: #d9a2bc; }
.sponsor-stars--oro{     color: #c79a2b; }
.sponsor-stars--celeste{ color: #7db1d1; }

/* Nombres de categoría */
.sponsor-name{
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
}

.sponsor-name-platino{
  color: #d9a2bc;
}

.sponsor-name-oro{
  color: #c79a2b;
}

.sponsor-name-plata{
  color: #7db1d1;
}

/* Precio */
.sponsor-price{
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
}

/* Columna derecha (beneficios) */
.sponsor-right ul{
  margin: 0;
  padding-left: 18px;
  list-style: none;
}

.sponsor-right ul li{
  font-size: 15px;
  line-height: 1.6;
  color: #707070;
}

/* Reemplazo de viñeta por guion */
.sponsor-right ul li::before{
  content: "- ";
  margin-left: -10px;
}

/*---------------------------------------
    Navigation Links section
-----------------------------------------*/
.custom-navbar {
  margin-bottom: 0;
  background-color: #d1dcf0;
  min-height: 80px;
  padding: 0;
  display: flex;
  align-items: center;
}

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 40px;
}

.custom-navbar .nav li a {
  color: #ddd;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 100px;
  padding: 0 14px;
  transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #d1dcf0;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #163f87;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #ffffff;
  border-color: transparent;
}

.juntoletras { 
  letter-spacing: 3px!important; 
}

/* Desktop */
@media (min-width: 768px){
  .custom-navbar{
    padding: 0;
    border-bottom: 0;
    background-color: #163f87;
  }

  .custom-navbar.top-nav-collapse{
    background: #8093be;
    padding: 0;
    min-height: 80px;
  }

  #intro{
    padding-top: 80px;
    height: calc(100vh - 80px);
  } 
    
  .juntoletras { 
    letter-spacing: 1px!important; 
  }
}

/*---------------------------------------
    Intro section
-----------------------------------------*/
#intro {
  background: url('../images/intro-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}

/*---------------------------------------
   Overview section
-----------------------------------------*/
#overview img {
  position: relative;
}

/*---------------------------------------
    Detail section
-----------------------------------------*/
#detail {
  background-color: #f4f6f8;
  color: #ff8734;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}

/*---------------------------------------
    Video section
-----------------------------------------*/
#video iframe {
  border: none;
}

/*---------------------------------------
   Speakers section
-----------------------------------------*/
#speakers {
  background: #f9f9f9;
}

#speakers h3 {
  font-size: 18px;
  margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .col-md-3 {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 22px;
}  

#speakers .speakers-wrapper {
  padding-bottom: 22px;
}

/*---------------------------------------
   Autoridades section
-----------------------------------------*/
#autoridades {
  background: #f9f9f9;
}

#autoridades h3 {
  font-size: 18px;
  margin-bottom: 0px;
}

#autoridades h6 {
  color: #666;
  margin-top: 4px;
}

#autoridades img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#autoridades .col-md-3 {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 22px;
}

#autoridades .autoridades-wrapper {
  background: #ffffff;
  padding-bottom: 22px;
}

/* Centrar autoridades en Owl Carousel */
#autoridades #owl-speakers {
  display: flex;
  justify-content: center;
}

#autoridades .owl-stage {
  display: flex;
  justify-content: center;
}

#autoridades .owl-item {
  display: flex;
  justify-content: center;
}

/* Opcional: centrar texto y dar aire */
#autoridades .speakers-wrapper {
  text-align: center;
}

/* Autoridades centradas sin carrusel */
#autoridades .autoridades-row{
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

#autoridades .autoridades-card{
  background: transparent;
  padding-bottom: 22px;
}

/* Tamaño controlado de imágenes de autoridades */
#autoridades .autoridades-card img{
  width: 100%;
  max-width: 260px;
  margin: 0 auto 16px;
  display: block;
}

/* Invitada de Honor igual tamaño que Presidente y Vice (solo desktop) */
#autoridades .autoridades-card img{
  max-width: 220px;
  height: auto;
}

/*---------------------------------------
   Program section
-----------------------------------------*/
#program h4 {
  color: #808080;
  font-size: 12px;
}

#program h3 {
  margin-top: 16px;
}

#program .program-divider {
  border: 1px solid #f9f9f9;
  margin-top: 32px;
  margin-bottom: 42px;
}

#program span {
  padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  font-size: 21px;
}

.nav-tabs > li > a {
  color: #d1dcf0;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}

.nav-tabs > li > a:hover {
  background-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #163f87;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}

.tab-content {
  padding-top: 20px;
}

/*---------------------------------------
    Register section
-----------------------------------------*/
#register {
  background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  padding-bottom: 7rem;
  padding-top: 7rem;
}

#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input {
  height: 45px;
}

#register input[type="submit"] {
  background: #f2545f;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

/*---------------------------------------
   Faq section
-----------------------------------------*/
#faq {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}

/*---------------------------------------
   Venue section – Cursos pre e intracongreso
-----------------------------------------*/
#venue {
  position: relative;
  background: url('../images/cursos_precongreso.jpg') 50% 0 no-repeat fixed;
  background-size: cover;
  background-position: center center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  color: #ffffff;
}

#venue::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 25, 61, 0.94),
    rgba(22, 63, 135, 0.8)
  );
}

#venue .container {
  position: relative;
  z-index: 1;
}

#venue p {
  padding-top: 0;
  padding-bottom: 0;
}

/* Tarjeta principal */
.venue-card {
  background: rgba(8, 20, 52, 0.9);
  border-radius: 22px;
  padding: 32px 40px;
  max-width: 900px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  color: #ffffff;
}

/* Kicker superior */
.venue-kicker {
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #d1dcf0;
  margin: 0 0 8px;
  font-weight: 600;
}

/* Título principal */
.venue-title {
  font-size: 30px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #ffffff;
}

/* Subtítulo */
.venue-subtitle {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #ff8734;
  margin: 0 0 14px;
}

/* Intro */
.venue-intro {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.95;
  margin-bottom: 18px;
}

/* Listas de cursos */
.venue-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.venue-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #f4f6f8;
}

.venue-list li::before {
 content: "\2022";              /* bullet estándar */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 1.7;
  color: #ff8734;
  font-family: 'Poppins', sans-serif;  /* fuente segura */
}

/* Notita inferior */
.venue-note {
  font-size: 13px;
  color: #d1dcf0;
  margin-top: 12px;
  margin-bottom: 16px;
}

/* Botón dentro del venue */
#venue .btn-samer {
  margin-top: 4px;
}

/*---------------------------------------
   Sponsors section
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}

/*---------------------------------------
   Contact section
-----------------------------------------*/
#contact {
  background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
}

#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact .contact_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s.ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #f2545f;
}

/*---------------------------------------
   Footer section
-----------------------------------------*/
footer {
  background-attachment: fixed;
}

/* Back top */
.go-top {
  background-color: #8093be;
  bottom: 1.5em;
  right: 1.5em;
  color: #ffffff;
  font-size: 24px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.go-top:hover {
  background: #ff8734;
  color: #ffffff;
  transform: translateY(-3px);
}

/*---------------------------------------
   Social icon
-----------------------------------------*/
.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  color: #666;
  border-radius: 100px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}

.social-icon li a:hover {
  background: #f2545f;
  color: #ffffff;
}

/*---------------------------------------
   Responsive styles
-----------------------------------------*/

/* Tablet */
@media (max-width: 980px) {

  p { 
    font-size: 13px; 
  }

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 14px;
    line-height: 80px;
    padding: 0 10px;
  }

  #intro { 
    height: 65vh; 
  }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
    background: #ffffff;
    padding: 6rem 2.5rem 6rem 2.5rem;
  }
    
  h2 {
    font-size: 24px;
  }

  h3 { 
    font-size: 24px!important;
  }

  /* Tablet: h3 naranja un poco más chico */
  h3.color-naranja{
    font-size: 26px !important;
    margin-left: 18px;
  }

  .juntoletras { 
    letter-spacing: 1px!important; 
  }
}

/* Mobile (= 768px) */
@media (max-width: 768px) {

  .custom-navbar {
    min-height: auto;
    background-color: #163f87;
  }

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  .custom-navbar .nav li a {
    line-height: 22px;
    padding: 10px 15px;
    font-size: 14px;
  }
    
  .responsivenoseve { 
    display: none;
  }

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }

  /* menos padding en secciones en mobile */
  #overview,
  #register {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  #detail, #video,
  #speakers,
  #autoridades,
  #autoridades-texto,
  #program,
  #sponsors,
  #contact, 
  footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
  } 

  /* 1) HERO: botones más chicos y menos separados */
  #intro .btn {
    margin-top: 8px;
    margin-right: 0;
    display: block;
    font-size: 12px;
    padding: 8px 18px;
  }

  #intro .btn-danger {
    font-size: 12px;
    padding: 6px 16px;
  }

  /* 2) HERO: que no se corte la imagen y baje un poco */
  #intro {
    height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
    align-items: flex-start;
  }

  #intro h3 img {
    display: block;
    margin: 0 auto 10px;
    max-width: 70%;
    height: auto;
  }

  /* 3) Invitados e invitada de honor más chicos */
  #speakers img {
    max-width: 70%;
    margin: 0 auto 12px;
  }

  #autoridades .autoridades-card img{
    max-width: 200px;
    margin: 0 auto 12px;
  }

  /* sponsors en columna */
  .sponsor-row{
    flex-direction: column;
    gap: 10px;
    padding: 16px 18px;
  }

  .sponsor-left{
    min-width: auto;
  }

  /* títulos un poco más chicos */
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 { 
    font-size: 24px!important;  
  }

  /* 4) Cursos pre / intra: versión mobile */
  #venue {
    background-attachment: scroll;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .venue-card {
    padding: 24px 20px;
    max-width: none;
    border-radius: 18px;
  }

  .venue-title {
    font-size: 24px;
  }

  .venue-subtitle {
    font-size: 18px;
  }

  .venue-intro {
    font-size: 14px;
  }

  .venue-list li {
    font-size: 13px;
  }

  #venue .btn-samer {
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  /* Autoridades texto en una sola columna */
  #autoridades-texto .autoridades-listado {
    justify-content: flex-start;
  }

  #autoridades-texto .autoridad-bloque {
    max-width: 100%;
  }

  /* Contact card mobile */
  .contact-card{
    margin-top: 65px;
    padding: 22px 20px;
    text-align: center;
  }

  .contact-card__item{
    justify-content: center;
  }

  .contact-card__divider{
    margin-left: auto;
    margin-right: auto;
  }

  /* h3 naranja aún más chico en mobile */
  h3.color-naranja{
    font-size: 20px !important;
    margin-left: 10px;
    letter-spacing: -0.4px;
  }

  .juntoletras { 
    letter-spacing: 1px!important; 
  }

  h3.achicotexto { 
    font-size: 16px!important; 
    font-weight: 300px!important;
  } 
}

/* Mobile chico (= 560px) */
@media (max-width: 560px){
  table.salones, 
  table.salones thead, 
  table.salones tbody,
  table.salones th, 
  table.salones td, 
  table.salones tr{
    display:block;
  }

  table.salones thead{
    display:none;
  }

  table.salones tbody tr{
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 10px 0;
  }

  table.salones tbody td{
    padding: 6px 0;
  }

  table.salones tbody td:nth-child(1)::before{
    content:"SALÓN: ";
    font-weight:700;
    font-style: normal;
    color:#000;
  }

  table.salones tbody td:nth-child(2)::before{
    content:"Capacidad: ";
    font-weight:700;
    font-style: normal;
    color:#000;
  }

  table.salones tbody td:nth-child(3)::before{
    content:"Ubicación: ";
    font-weight:700;
    font-style: normal;
    color:#000;
  }
    
  .responsivenoseve { 
    display: none;
  }  
    
  h3.achicotexto { 
    font-size: 16px!important; 
    font-weight: 300px!important;
  }

  .venue-card{
    border-radius: 16px;
  }  
}

/*---------------------------------------
   Botón SAMeR
-----------------------------------------*/
.btn-samer{
  background: #ff8734 !important;
  border-color: #ff8734 !important;
  color: #fff !important;
  border-radius: 15px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 34px;
}

.btn-samer:hover{
  background: #e96f1e !important;
  border-color: #e96f1e !important;
  color: #fff !important;
}

/*---------------------------------------
   Tabla Salones (ANGOSTA + CENTRADA)
-----------------------------------------*/
.salones-wrap{
  display: flex;
  justify-content: center;
}

table.salones{
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}

table.salones col:nth-child(1){ width:55%; }
table.salones col:nth-child(2){ width:20%; }
table.salones col:nth-child(3){ width:25%; }

table.salones thead th{
  text-align: left;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 6px 8px 12px;
  white-space: nowrap;
  color: #163f87;
}

table.salones tbody td{
  padding: 8px 8px;
  vertical-align: top;
  color: #707070;
}

table.salones tbody tr.primary td{
  font-weight: 800;
  color: #222;
}

table.salones td:nth-child(2),
table.salones td:nth-child(3){
  text-align: left;
}

table.salones tbody tr td{
  line-height: 1.2;
}

/*---------------------------------------
   Autoridades TEXTO (sin fotos, en columnas)
-----------------------------------------*/
#autoridades-texto {
  background: #ffffff;
}

#autoridades-texto .section-title {
  margin-bottom: 20px;
}

#autoridades-texto .autoridades-listado {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

#autoridades-texto .autoridad-bloque {
  max-width: 260px;
  min-width: 220px;
}

#autoridades-texto .cargo {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 2px;
  color: #163f87;
}

#autoridades-texto .nombre {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 14px;
  color: #707070;
}

/* Contenedor centrado a una sola columna */
.autoridad-unica{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
}

/* Tarjeta */
.autoridades-card{
  max-width: 340px;
}

/* Foto más chica */
.autoridades-card img{
  max-width: 260px;
  margin: 0 auto 12px;
  display: block;
}

/*---------------------------------------
   Contacto estilizado
-----------------------------------------*/
.contact-card{
  max-width: 650px;
  margin: 85px auto 50px;
  background: #f4f6f8;
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

.contact-card__title{
  font-size: 20px;
  font-weight: 600;
  color: #163f87;
  margin: 0 0 4px;
}

.contact-card__divider{
  width: 40px;
  height: 2px;
  background: #ff8734;
  margin: 6px 0 16px;
  border-radius: 999px;
}

.contact-card__name{
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 10px;
}

.contact-card__item{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  color: #707070;
  margin: 0 0 6px;
}

.contact-card__item i{
  font-size: 22px;
  color: #8093be;
}

.contact-card__link{
  font-size: 20px;
  font-weight: 700;
  color: #163f87;
  text-decoration: none;
}

.contact-card__link:hover{
  color: #8093be;
}
