@charset "UTF-8";
@font-face {
  font-family: "Poppins-Bold";
  src: url("fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Light";
  src: url("fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-BlackItalic";
  src: url("fonts/Poppins-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url("fonts/Poppins-BoldItalic.ttf") format("truetype");
}
html,
body {
  max-width: 100vw !important;
  max-height: 100vh !important;
  overflow-x: hidden !important;
  position: absolute;
  z-index: -100;
  margin: 0px;
  background: #192846;
}

h1,
p,
h3 {
  margin: 0px;
}

.contenedor {
  position: relative;
  z-index: 1;
  margin: 0px auto;
  width: 100vw !important;
  height: 100vh !important;
}

#fondo_1 {
  position: absolute;
  z-index: -50;
  background: radial-gradient(circle, rgba(0, 131, 255, 0.7) 0%, rgba(25, 40, 70, 0.2) 50%);
  width: 70vw;
  height: 70vw;
  margin-left: -30vw !important;
  margin-top: -30vw !important;
}

#fondo_2 {
  position: absolute;
  z-index: -50;
  background: radial-gradient(circle, rgba(21, 197, 205, 0.7) 0%, rgba(25, 40, 70, 0.2) 60%);
  width: 85vw;
  height: 85vw;
  margin-left: 60vw !important;
  margin-top: 30vh !important;
}

#fondo_3 {
  position: absolute;
  z-index: -50;
  background: radial-gradient(circle, rgba(21, 197, 205, 0.7) 0%, rgba(25, 40, 70, 0.2) 60%);
  width: 85vw;
  height: 85vw;
  margin-left: 60vw !important;
  margin-top: 300vh !important;
}

#fondo_4 {
  position: absolute;
  z-index: -50;
  background: radial-gradient(circle, rgba(0, 131, 255, 0.7) 0%, rgba(25, 40, 70, 0.2) 50%);
  width: 70vw;
  height: 70vw;
  margin-left: -30vw !important;
  margin-top: 380vh !important;
}

#imagotipo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  max-width: 60%;
  width: auto;
  height: auto;
  z-index: 1;
  opacity: 0;
  animation: fadeZoomIn 1s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes fadeZoomIn {
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.box {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.box h2 {
  text-align: center;
  padding-top: 60px;
}

.texto1 {
  font-family: Poppins-Bold;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.texto2 {
  font-family: Poppins-Regular;
  color: white !important;
}

.texto3 {
  font-family: Poppins-BlackItalic;
  color: white;
}

.texto4 {
  font-family: Poppins-BlackItalic;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 0.5px rgb(255, 255, 255);
}

.texto5 {
  font-family: Poppins-BoldItalic;
  color: white;
}

.texto6 {
  font-family: Poppins-Bold !important;
  color: white !important;
}

.texto7 {
  font-family: Poppins-Bold !important;
  color: #192846 !important;
  font-size: 15px;
}

.texto8 {
  font-family: Poppins-Bold !important;
  color: #5da1ab !important;
  font-size: 25px;
  text-align: center;
}

.texto9 {
  font-family: Poppins-Bold !important;
  color: #0083ff !important;
  font-size: 15px;
  text-align: center;
}

.texto10 {
  font-family: Poppins-Regular !important;
  color: #555 !important;
  font-size: 13px;
}

.texto11 {
  font-family: Poppins-BlackItalic;
  color: #ff905a;
}

.texto12 {
  font-family: Poppins-BlackItalic;
  color: #192846;
}

.texto13 {
  font-family: Poppins-Regular;
  color: #192846 !important;
}

.title1 {
  font-size: 60px;
  text-align: end;
  margin-right: 7vw;
  margin-bottom: 8rem;
}

.title2 {
  font-size: clamp(36px, 4.5vw, 60px);
  text-align: center;
  margin-bottom: 3rem;
  color: #ff905a;
}

.title3 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 3rem;
}

.QAS {
  color: #ff905a;
  font-size: 30px;
}

.contact_titles {
  font-family: Poppins-Bold !important;
  color: #0083ff;
  font-size: 30px;
  text-align: center;
}

.subtitles {
  text-align: end !important;
}

.susteinable_text {
  color: #15c5cd;
}

.innovation_text {
  color: #0083ff;
}

.strategic_alliance_text {
  color: #ff905a;
}

.new_business_opoportunities_text {
  color: #007f9e;
}

#isotipo {
  position: absolute;
  z-index: -1;
  display: block;
  width: 90vw;
  margin-top: -70vw !important;
  margin-left: -42vw !important;
  animation-name: rotate-wheel;
  animation-duration: 4.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.isotipo {
  width: 90vw;
  overflow: hidden !important;
}

@keyframes rotate-wheel {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.countdown {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
  margin-top: 4rem;
  justify-content: center !important;
  height: 150px;
}

.countdown_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border: 4px solid white;
  border-radius: 100vw;
  font-size: 30px;
}

.icons_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 100vw;
  font-size: 30px;
  margin-bottom: 2rem;
}

#sustainable {
  background-color: #15c5cd;
  margin-left: auto;
  margin-right: auto;
}

#innovation {
  background-color: #0083ff;
  margin-left: auto;
  margin-right: auto;
}

#strategic_alliance {
  background-color: #ff905a;
  margin-left: auto;
  margin-right: auto;
}

#new_business_opoportunities {
  background-color: #007f9e;
  margin-left: auto;
  margin-right: auto;
}

#location_btn {
  border: 2px solid #ff905a;
  margin-left: auto;
  margin-right: auto;
}

#location_btn:hover {
  background-color: #ff905a;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.susteinable_box {
  background-color: #15c5cd;
  display: block;
  width: 9vw;
  height: 5vh;
  align-self: center;
}

.new_business_opoportunities_box {
  background-color: #007f9e;
  display: block;
  width: 9vw;
  height: 5vh;
  align-self: center;
}

.strategic_alliance_box {
  background-color: #ff905a;
  display: block;
  width: 9vw;
  height: 5vh;
  align-self: center;
}

.innovation_box {
  background-color: #0083ff;
  display: block;
  width: 9vw;
  height: 5vh;
  align-self: center;
}

.subtitels_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: end;
  margin-bottom: 3.5rem;
}

.when_where_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3.5rem;
  margin-left: 15rem;
  margin-right: 15rem;
}

/* Layout del when/where: las col-6 sin Bootstrap necesitan flex explícito */
.container.when_where_row > .row {
  display: flex;
  align-items: flex-start;
}

.container.when_where_row .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

/* El .when_where_row INTERIOR (wrapper del ícono dentro de .subtitels_row)
   no debe heredar los márgenes de 15rem del contenedor sección */
.subtitels_row .when_where_row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.countdown_dias,
.countdown_horas,
.countdown_minutos {
  width: 140px;
  height: 140px;
}

.countdown_dias__nombre,
.countdown_horas__nombre,
.countdown_minutos__nombre,
.dos_puntos {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.icons_text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
}

.countdown_valor {
  font-size: 45px;
}

.dos_puntos {
  margin-left: 2rem;
  margin-right: 2rem;
  font-size: 45px;
}

.regular_1 {
  font-size: 20px;
  text-align: center;
}

.regular_2 {
  font-size: 35px;
  text-align: center;
}

.regular_3 {
  font-size: 35px;
  text-align: start;
}

.regular_4 {
  font-size: 35px;
  text-align: end;
}

.regular_5 {
  text-align: end;
}

.regular_6 {
  font-size: 17px;
  text-align: center;
}

.regular_7 {
  font-size: 13px;
  width: 250px !important;
  padding-left: 15px;
}

.regular_8 {
  font-size: 35px;
  text-align: center !important;
  margin-bottom: 3rem;
}

.regular_9 {
  font-size: 20px;
  color: #192846;
  text-align: center !important;
  margin-bottom: 3rem;
  font-family: Poppins-Regular;
}

.regular_10 {
  font-size: 13px;
  text-align: center;
}

.space {
  margin-bottom: 8rem;
}

.icons {
  height: 80px;
}

.icons_row {
  margin-bottom: 15rem;
}

.hotel {
  margin-right: 2rem;
}

.dot {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 20px;
}

.participation_modalities th,
.participation_modalities td {
  border: 1px solid white;
}
.participation_modalities td {
  width: 150px;
  height: 35px;
}
.participation_modalities table {
  display: flex;
  justify-content: center;
  align-items: center;
  border-spacing: 0;
}

.margin-top {
  margin-top: 8rem;
}

.margin-yp {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-ypp {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.direct-p {
  display: flex;
}

.unable-payment {
  display: flex;
  background-color: #fff;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.unable-payment p {
  text-align: center;
  font-family: Poppins-bold;
  color: #0083ff;
  font-size: 25px;
}

#payment-header h2 {
  font-family: Poppins-bold;
  color: #192846;
}

#payment-header {
  display: flex;
  min-height: 9rem;
}

.modal-content-payment {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  background-color: #fefefe;
  border: 1px solid #888;
  width: 50% !important;
  height: auto;
  border-radius: 2rem;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 90vh !important;
}

.modal_box___payment {
  height: auto;
  min-height: 30vh;
  width: auto !important;
  overflow-y: hidden !important;
  padding: 35px;
  padding-right: 35px;
  padding-left: 35px;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  align-items: center;
  font-family: Poppins-regular;
  color: #192846;
}

.modal_box___payment p:first-child {
  margin-bottom: 2rem;
  font-size: 20px;
  text-align: center;
}

.col_modal p:first-child {
  text-align: left;
  font-family: Poppins-bold;
  font-size: 30px;
  margin-bottom: 0rem;
}

.img_payment {
  width: 100%;
  box-shadow: 4px 5px 14px 0px rgba(203, 203, 203, 0.65);
  -webkit-box-shadow: 4px 5px 14px 0px rgba(203, 203, 203, 0.65);
  -moz-box-shadow: 4px 5px 14px 0px rgba(203, 203, 203, 0.65);
}

.select_btn {
  display: inline-block;
  margin-top: 2rem;
  border-radius: 5rem;
  background-color: #ff905a;
  color: #fff;
  padding: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
}

.img_payment__box {
  flex: 2 0 0%;
}

.col_modal {
  flex: 2 0 0%;
  padding-left: 2rem;
  align-content: center;
  justify-content: center;
}

.row_modal {
  display: flex !important;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.h2-registration {
  margin-top: auto;
  margin-bottom: auto;
}

.participation_modalities__table td {
  width: 20vw !important;
  padding: 1rem;
}

.register_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: 8rem;
  margin-right: 8rem;
}

.register_button {
  display: flex;
  width: 25vw !important;
  height: 5rem !important;
  border: 3px solid #0083ff;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 3rem;
  text-decoration: none;
}

.reserve_button {
  display: flex;
  width: 25vw !important;
  height: 5rem !important;
  border: 3px solid #ff905a;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 3rem;
  text-decoration: none;
  margin-top: 2rem;
}

.register_button:hover {
  background-color: #0083ff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.reserve_button:hover {
  background-color: #ff905a;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.reserve_button:hover .texto11 {
  color: white !important;
}

.table_bg1 {
  background-color: #15c5cd;
}

.table_bg2 {
  background-color: #007f9e;
}

.table_bg3 {
  background-color: #0083ff;
}

.table_bg4 {
  background-color: #ff905a;
}

#more_details {
  text-decoration: none;
}

#more_details:hover {
  text-decoration: underline 2px !important;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.autoqro_blanco {
  height: 60px;
  margin-bottom: 1.5rem;
}

.facebook {
  height: 35px;
}

.x {
  height: 35px;
}

.youtube {
  height: 35px;
}

.linkedin {
  height: 35px;
}

.instagram {
  height: 35px;
}

.facebook:hover,
.x:hover,
.youtube:hover,
.linkedin:hover,
.instagram:hover,
.img_icon:hover,
.rs:hover,
.caq:hover,
.autoqro_blanco:hover,
.host_company:hover,
.media_partners:hover,
.select_btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.register_button > p {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.reserve_button > p {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.footer_box {
  display: flex;
}

.contact {
  padding-top: 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  height: 60vh;
  border-radius: 3rem 3rem 0rem 0rem;
}
.contact #contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  margin-left: auto;
  margin-right: auto;
}
.contact #contact_info td {
  width: 20rem;
  height: 36px;
}
.contact #contact_info div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.contact #contact_info a {
  margin: 5px;
}
.contact #footer {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: -10%;
  border: 0px;
}
.contact #footer td {
  width: 27rem !important;
}
.contact #footer td .row {
  margin-left: auto !important;
  margin-right: auto !important;
}
.contact #footer td .col {
  text-align: center !important;
}
.contact #footer td a .rs,
.contact #footer td a .ci {
  width: 60px !important;
  display: inline-block !important;
  text-align: center !important;
}
.contact #footer td a .caq {
  width: 20rem !important;
  display: flex !important;
  margin-top: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2rem !important;
}
.contact #footer td .sedesu {
  height: 50px !important;
  margin-right: 20px !important;
}
.contact #footer td .media_partners {
  height: 50px !important;
}
.contact #footer td .ci {
  width: 8rem !important;
}
.contact #footer td .supported_box {
  display: flex !important;
  justify-content: center !important;
}
.contact #footer2 {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: -10%;
  border: 0px;
}
.contact #footer2 td {
  width: 27rem !important;
}
.contact #footer2 td .row {
  margin-left: auto !important;
  margin-right: auto !important;
}
.contact #footer2 td .col {
  text-align: center !important;
}
.contact #footer2 td a .rs,
.contact #footer2 td a .ci {
  width: 60px !important;
  display: inline-block !important;
  text-align: center !important;
}
.contact #footer2 td a .caq {
  width: 10rem !important;
  display: flex !important;
  margin-top: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2rem !important;
}
.contact #footer2 td .sedesu {
  height: 50px !important;
  margin-right: 20px;
}
.contact #footer2 td .media_partners {
  display: flex;
  height: 50px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.contact #footer2 td .ci {
  width: 8rem !important;
}
.contact #footer2 td .supported_box {
  display: flex !important;
  justify-content: center !important;
}

.img_icon {
  width: 40px;
}

/* The Modal (background) */
.modal {
  display: none;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow-x: hidden;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  background-color: #fefefe;
  border: 1px solid #888;
  width: 50% !important;
  height: auto;
  border-radius: 2rem;
  overflow: hidden;
}

.form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-height: 80% !important;
  overflow-x: hidden !important;
}
.form input {
  width: 450px;
  height: 25px;
  border-radius: 3rem;
  border: 1px solid #ccc;
  padding-left: 10px;
}
.form select {
  width: 463px;
  height: 28px;
  border-radius: 3rem;
  border: 1px solid #ccc;
  background-color: unset;
  padding-left: 10px;
}
.form button {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #0083ff;
  border-radius: 1rem;
  background-color: unset;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.form button:hover {
  cursor: pointer;
}
.form ::-webkit-scrollbar {
  background: transparent;
  height: 75%;
}

/* The Close Button */
.close {
  color: #ccc;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_2 {
  color: #ccc;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-right: 2rem;
  padding-top: 1rem;
}

.close_box {
  padding-right: 2rem;
  padding-top: 2rem;
}

.close:hover,
.close:focus,
.close_2:hover,
.close_2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#footer {
  display: flex !important;
}

#footer2 {
  display: none !important;
}

#footer3 {
  display: none !important;
}

#contact_info {
  display: flex !important;
}

#contact_info2 {
  display: none !important;
}

#contact_info3 {
  display: none !important;
}

.redes_box {
  border-left: 2px solid white;
  padding: 2rem;
  margin-left: 5px;
  margin-bottom: 10px;
}

.modal-content iframe {
  display: flex !important;
  width: 95% !important;
  height: 30rem !important;
}
.modal-content #banner_modal {
  display: flex !important;
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
}

@media screen and (max-width: 1200px) {
  .regular_2 {
    font-size: 18px !important;
  }
  .modal_box p {
    font-size: 13px !important;
  }
  .modal-content-payment {
    width: 85% !important;
  }
}
@media screen and (max-width: 850px) {
  .contenedor {
    max-width: 100vw;
    max-height: 100vh;
  }
  .contact {
    height: 110vh !important;
  }
  body {
    overflow-x: hidden !important;
    margin: 0px;
    background: #192846;
    position: absolute;
    z-index: -100;
  }
  .regular_2 {
    font-size: 25px !important;
  }
  .icons_text,
  .texto6 {
    font-size: 15px !important;
  }
  .QAS {
    font-size: 23px !important;
  }
  .countdown_box {
    width: 100px !important;
    height: 100px !important;
    position: relative !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .countdown_valor {
    font-size: 30px !important;
  }
  .countdown_dias__nombre,
  .countdown_horas__nombre,
  .countdown_minutos__nombre {
    margin-top: 2rem !important;
    font-size: 20px !important;
  }
  .dos_puntos {
    font-size: 25px !important;
    margin: 0px !important;
  }
  .icons_box {
    width: 100px;
    height: 100px;
  }
  .icons {
    height: 40px;
  }
  .participation_modalities table {
    max-width: 800px;
    overflow-x: scroll;
    display: block;
  }
  .participation_modalities tbody {
    white-space: nowrap !important;
  }
  .participation_modalities td:first-child,
  .participation_modalities th:first-child {
    position: sticky;
    left: 0;
    background-color: #192846;
  }
  .contact_titles {
    font-size: 18px !important;
  }
  .contact table {
    width: max-content !important;
  }
  #footer {
    display: none !important;
  }
  #footer2 {
    display: flex !important;
    margin-left: auto;
    margin-right: auto;
  }
  #footer3 {
    display: none !important;
  }
  #contact_info {
    display: none !important;
  }
  #contact_info2 {
    display: flex !important;
    margin-left: auto;
    margin-right: auto;
  }
  #contact_info3 {
    display: none !important;
  }
  .caq {
    width: 13rem !important;
  }
  .rs {
    width: 35px !important;
  }
  .sedesu {
    display: block;
    height: 40px !important;
    margin-top: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .ci {
    display: block;
    margin-top: 10px;
    width: 6rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .title1,
  .title2,
  .title3 {
    font-size: 40px !important;
  }
  .modal-content {
    width: 80% !important;
  }
  input {
    width: 300px !important;
    height: 25px;
    border-radius: 3rem;
    border: 1px solid #ccc;
    padding-left: 10px;
  }
  select {
    width: 313px !important;
    height: 28px;
    border-radius: 3rem;
    border: 1px solid #ccc;
    background-color: unset;
    padding-left: 10px;
  }
  .mcWRN .teQAzf {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .img_payment__box {
    display: none !important;
  }
  .row_modal {
    margin-top: 1rem;
  }
  .col_modal {
    border: 1px solid #ccc;
    text-align: center;
    padding-left: 0px !important;
  }
  .col_modal p:first-child {
    text-align: center;
  }
  body {
    overflow-x: hidden !important;
    margin: 0px;
    background: #192846;
    position: absolute;
    z-index: -100;
  }
  .regular_2 {
    font-size: 20px !important;
  }
  .countdown_minutos {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .countdown_horas,
  .countdown_dias {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  #imagotipo {
    max-width: 88vw !important;
    width: auto;
    height: auto;
  }
  .redes_box {
    margin-bottom: 1rem;
  }
  .space {
    margin-top: 15rem !important;
    margin-bottom: 4rem !important;
  }
  .what_box {
    margin-top: 20rem !important;
  }
  .title1 {
    margin-bottom: 3rem !important;
  }
  .when_where_row {
    margin-bottom: 1.5rem !important;
    margin-top: 4rem !important;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .subtitels_row .when_where_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .location {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .subtitels_row {
    margin-bottom: 0px !important;
  }
  .register_button {
    width: 50vw !important;
  }
  .participation_modalities {
    max-width: 420px !important;
  }
  .participation_modalities table {
    margin-left: 1rem !important;
  }
  .participation_modalities .regular_6 {
    font-size: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .participation_modalities .regular_7 {
    font-size: 10px !important;
    padding-right: 5px !important;
  }
  #contact_info {
    display: none !important;
  }
  #contact_info2 {
    display: none !important;
  }
  #contact_info3 {
    display: flex !important;
    margin-left: auto;
    margin-right: auto;
  }
  #footer {
    display: none !important;
  }
  .contact #footer2 td {
    width: unset !important;
  }
  .contact {
    height: 200vh !important;
  }
  footer {
    height: auto !important;
  }
  .footer_box {
    flex-wrap: wrap;
  }
  .countdown_minutos {
    display: none !important;
  }
  #dos_puntos3 {
    display: none !important;
  }
  #strategic_alliance,
  #new_business_opoportunities {
    margin-top: 3rem;
  }
  #layout {
    height: 38vh !important;
  }
  .reserve_button {
    width: 70vw !important;
  }
}
.plus_button {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 7vw;
  margin-left: 1.5rem;
  text-decoration: none !important;
  color: white;
}

.material-symbols-outlined {
  font-size: 40px !important;
}

.modal_box {
  height: auto;
  min-height: 30vh;
  width: auto !important;
  overflow-y: hidden !important;
  padding: 35px;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  display: flex;
  align-items: center;
}

#keyExhibitionFloorModal .modal_box {
  display: unset !important;
}

.modal_box p {
  font-family: Poppins-Regular;
  font-size: 25px;
  color: #192846;
}

.modal_box p b {
  color: #007f9e;
  font-family: Poppins-Bold;
}

.modal_box h6 {
  font-size: 25px;
  color: #192846;
  font-family: Poppins-BoldItalic;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.confirmed_host_companies {
  text-align: center;
}

.confirmed_host_companies img {
  margin: 1rem;
  width: 22vh;
}

#layout {
  height: 55vh;
  margin-bottom: 1rem;
  display: flex !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
}

.layout {
  display: block;
  width: 100%;
}

.disabled_plus {
  opacity: 0.3 !important;
}

#bkgrd_orange {
  background-color: #ff905a;
  display: flex;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  min-height: 9rem;
}

#bkgrd_blue1 {
  background-color: #15c5cd;
  display: flex;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  min-height: 9rem;
}

.bkgrd_blue2 {
  background-color: #007f9e;
  display: flex;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  min-height: 9rem;
}

#bkgrd_blue3 {
  background-color: #0083ff;
  display: flex;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  min-height: 9rem;
}

.text-center {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   NUEVOS COMPONENTES — replicados de SimposioRH_2026
   con paleta AutomotiveSummit2026
   ============================================================ */
/* ---- Fondo fijo con gradiente SVG (wave-bg) ---- */
.wave-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.wave-bg svg {
  width: 100%;
  height: 100%;
}

/* ---- Fondo dinámico (sección hero con VANTA) ---- */
.background_dinamico {
  position: relative;
  min-height: 100vh;
  height: auto !important;
  overflow: hidden;
}

/* ---- FIX SCROLL GLOBAL ---- */
html, body {
  position: static !important;
  z-index: auto !important;
  max-height: none !important;
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.contenedor {
  height: auto !important;
  min-height: 100% !important;
}

html {
  scroll-behavior: smooth;
}

body.scroll-lock {
  overflow: hidden !important;
}

/* ---- Scroll indicator ---- */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  animation: fadeIn 1s ease-in-out;
  z-index: 1000;
}

.svg-icon {
  animation: bounce 2s infinite;
  opacity: 0.85;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.9;
  }
  50% {
    transform: translateY(15px);
    opacity: 0.4;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vermasbtn {
  text-decoration: none;
}

/* ---- Animaciones heartbeat / plus-icon ---- */
.plus-icon {
  animation: heartbeat 3s infinite;
  transform-origin: center;
}

@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  14%, 42% {
    transform: scale(1.3);
  }
  28%, 70% {
    transform: scale(1);
  }
}
.plus-icon-pilares {
  animation: heartbeat 3s infinite;
  transform-origin: center;
}

/* ---- Zoom-in / flip-in / head-shake / tada ---- */
.zoom-in {
  animation: zoomIn 1s ease forwards;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.flip-in {
  animation: flipInY 1s ease;
  backface-visibility: visible;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}
.head-shake {
  animation: headShake 1s ease-in-out;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.tada {
  animation: tada 1s ease;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/* ---- Scroll-reveal clases (JS agrega .visible) ---- */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-left {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-right {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible,
.slide-left.visible,
.slide-right.visible {
  opacity: 1;
  transform: none;
}

/* ---- title4 ---- */
.title4 {
  font-size: clamp(20px, 2.8vw, 36px);
  text-align: center;
  margin-bottom: 1rem;
  color: #15c5cd;
  white-space: nowrap;
}

/* texto13_simposio */
.texto13_simposio {
  font-family: Poppins-Regular;
  color: white !important;
}

/* ---- Secciones e_video / e_registro ---- */
.e_video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.e_registro {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#fpre {
  scroll-margin-top: 10vh;
}

#infoPrincipal {
  scroll-margin-top: 0vh;
}

#mp {
  scroll-margin-top: 5vh;
}

#ve {
  scroll-margin-top: 7vh;
}

@media (max-width: 768px) {
  #fpre, #infoPrincipal, #mp, #ve {
    scroll-margin-top: 12vh;
  }
}
/* ---- Video ---- */
.encabezado_video {
  width: 100%;
}

.video_eventoeconomia_2024 {
  width: 100%;
  max-width: 1200px;
  margin: 0.5rem auto 4rem;
  display: flex;
  justify-content: center;
}

.video_eventoeconomia_2024 video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  background-color: #000;
  margin-bottom: 4rem;
  border: 2px solid #111;
}

/* ---- Galería (pilares) ---- */
#pilares .container-pilares {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 400px;
  gap: 90px;
  transition: 0.3s;
  margin-top: 4rem;
  margin-bottom: 6rem;
}

#pilares ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#pilares .container-pilares li {
  position: relative;
  overflow: hidden;
  flex: 0 0 200px;
  border-radius: 10px;
  border: 1.2px solid #fefefe;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.4), -2px -5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

#pilares .container-pilares li img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

#pilares .container-pilares li .content {
  transition: 1.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 10%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

#pilares .container-pilares:hover {
  gap: 0;
}

#pilares .container-pilares li:hover {
  flex: 0 1 500px;
  scale: 1.5;
  z-index: 10;
  opacity: 1;
}

#pilares .container-pilares li .content span {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  translate: -50%;
  scale: 0.85;
  visibility: hidden;
  opacity: 0;
  width: 75%;
  text-align: center;
}

#pilares .container-pilares li:hover .content {
  opacity: 1;
  visibility: visible;
}

#pilares .container-pilares li:hover span {
  scale: 1;
  opacity: 1;
  visibility: visible;
}

#pilares .container-pilares h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 4px;
  margin-bottom: 10px;
  white-space: nowrap;
  color: #eee;
}

#pilares .container-pilares p {
  color: #ddd;
  font-size: 10px;
  width: 100%;
}

/* ---- Navbar fijo con auto-hide ---- */
#nav_bar {
  position: fixed;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: transform 0.35s ease, opacity 0.35s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav_bar.hidden {
  transform: translate(-50%, -140%);
  opacity: 0.98;
}

#nav_reveal_zone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 999;
  pointer-events: auto;
}

#nav_bar * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins-Regular", sans-serif;
}

.nav-container {
  position: relative;
  background-color: #0a2240;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 1000px;
  height: 25px;
}

#nav_bar .navigation {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

#nav_bar .navigation li {
  list-style: none;
  position: relative;
}

#nav_bar .navigation li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  padding: 8px 14px;
  transition: 0.3s;
  z-index: 2;
}

#nav_bar .navigation li.active a {
  color: #fff;
}

#nav_bar .highlight {
  position: absolute;
  top: -4px;
  left: 0;
  height: calc(100% + 8px);
  width: 0;
  background: #15c5cd;
  border-radius: 999px;
  z-index: 1;
  pointer-events: none;
  transition: left 0.25s ease, width 0.25s ease, opacity 0.25s ease;
}

#nav_bar .navigation li a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #15c5cd;
  transition: width 0.25s ease;
}

#nav_bar .navigation li:hover a::before {
  width: 80%;
}

#nav_bar .navigation li.active a::before {
  width: 0;
}

/* Botón hamburguesa */
.nav-toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1002;
}

.nav-toggle__bar {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}

.nav-toggle__bar:nth-child(1) {
  top: 12px;
}

.nav-toggle__bar:nth-child(2) {
  top: 19px;
}

.nav-toggle__bar:nth-child(3) {
  top: 26px;
}

#nav_bar.menu-open .nav-toggle__bar:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}

#nav_bar.menu-open .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

#nav_bar.menu-open .nav-toggle__bar:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}

.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

#nav_bar.menu-open ~ .nav-backdrop,
#nav_bar.menu-open .nav-backdrop {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 992px) {
  #nav_bar {
    left: auto;
    right: 12px;
    transform: none;
  }
  .nav-toggle {
    display: block;
  }
  #nav_bar .highlight {
    display: none !important;
  }
  #nav_bar .navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: min(82vw, 380px);
    height: 100vh;
    background: #192846;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: -12px 0 30px rgba(0, 0, 0, 0.25);
    padding: 84px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    transform: translateX(100%);
    transition: transform 0.28s ease;
    z-index: 1001;
    overflow-y: auto;
    border-radius: 70px;
  }
  #nav_bar.menu-open .navigation {
    transform: translateX(0);
  }
  #nav_bar .navigation > li {
    list-style: none;
  }
  #nav_bar .navigation > li > a {
    display: block;
    padding: 14px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
  }
  #nav_bar .navigation > li > a:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  #nav_bar .navigation li.has-submenu .submenu {
    position: static;
    display: none;
    padding-left: 8px;
    margin: 6px 0 0;
  }
  #nav_bar .navigation li.has-submenu.open .submenu {
    display: block;
  }
  #nav_bar .navigation li.has-submenu > a::after {
    content: "▾";
    float: right;
    opacity: 0.9;
  }
}
.scroll-lock {
  overflow: hidden !important;
}

section, [id] {
  scroll-margin-top: 100px;
}

@media (max-width: 768px) {
  .nav-container {
    padding: 12px 14px;
    border-radius: 40px;
  }
  #nav_bar .navigation {
    gap: 12px;
    align-items: start;
  }
  #nav_bar .navigation li a {
    font-size: 1em;
    padding: 8px 14px;
  }
  section, [id] {
    scroll-margin-top: 84px;
  }
}
/* Submenú desktop */
#nav_bar .navigation > li {
  position: relative;
}

#nav_bar .navigation li.has-submenu > a::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  border: 6px solid transparent;
  border-top-color: #fff;
  transform: translateY(2px);
}

#nav_bar .submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  padding: 8px;
  background: #192846;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  display: none;
  z-index: 3;
}

#nav_bar .submenu li {
  list-style: none;
}

#nav_bar .submenu a {
  display: block;
  color: #fff;
  font-size: 1rem;
  padding: 10px 14px;
  border-radius: 10px;
  white-space: nowrap;
}

#nav_bar .submenu a:hover {
  background: rgba(230, 118, 69, 0.12);
}

#nav_bar .navigation li.has-submenu:hover > .submenu,
#nav_bar .navigation li.has-submenu:focus-within > .submenu {
  display: block;
}

#nav_bar .navigation li.has-submenu.open > .submenu {
  display: block;
}

/* ---- Back to top ---- */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #15c5cd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 2000;
  transform: translateY(8px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s 0.2s;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.back-to-top svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }
  .back-to-top svg {
    width: 22px;
    height: 22px;
  }
}
/* ---- Brand sections (logo grid empresas) ---- */
:root {
  --brand: #0083ff;
  --card-bg: #fff;
  --card-radius: 16px;
  --container-max: 1200px;
  --gap: 16px;
}

.brand-section {
  padding: 48px 0;
}

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

.brand-title {
  color: #fff;
  font-size: clamp(22px, 2.2vw, 32px);
  margin: 0 0 20px 0;
}

.logo-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 1200px) {
  .logo-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 992px) {
  .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.logo-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 110px;
  padding: 14px 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.logo-card a:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  border-color: rgba(0, 0, 0, 0.12);
}

.logo-card img {
  max-width: 85%;
  max-height: 70px;
  object-fit: contain;
  display: block;
}

.logo-card {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform;
}

.logo-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .logo-card {
    transition: none;
  }
}
#patrocinadores .logo-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

#patrocinadores .logo-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 300px;
  padding: 14px 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

#patrocinadores .logo-card a:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  border-color: rgba(0, 0, 0, 0.12);
}

#patrocinadores .logo-card img {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  display: block;
}

.brand-header {
  display: flex;
  margin-bottom: 20px;
}

.brand-header--right {
  justify-content: flex-end;
}

.brand-header--left {
  justify-content: flex-start;
}

.brand-header--right .brand-title {
  text-align: right;
}

.brand-header--left .brand-title {
  text-align: left;
}

.brand-title {
  text-align: right;
  line-height: 1;
  margin: 0;
}

.brand-title__main {
  display: block;
  color: #15c5cd;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: clamp(30px, 6vw, 66px);
  font-family: Poppins-Black, sans-serif;
}

.brand-title__year {
  display: block;
  color: #ffffff;
  font-weight: 700;
  margin-top: 6px;
  font-size: clamp(22px, 2.2vw, 32px);
  font-family: Poppins-Bold, sans-serif;
}

@media (max-width: 768px) {
  .brand-header {
    margin-bottom: 16px;
  }
  .brand-header--right, .brand-header--left {
    justify-content: center;
  }
  .brand-title {
    text-align: center;
  }
  .brand-title__main {
    font-size: clamp(34px, 8vw, 64px);
  }
}
/* ---- CTA glow button ---- */
.register-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px 0;
}

.glow-btn {
  --g: #15c5cd;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  border-radius: 14px;
  border: 2px solid var(--g);
  background: transparent;
  color: var(--g);
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Poppins-Bold, sans-serif;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0.25);
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  isolation: isolate;
  overflow: hidden;
  animation: glowPulse 2.6s ease-in-out infinite alternate;
}

.glow-btn::before {
  content: "";
  position: absolute;
  inset: -24px;
  border-radius: inherit;
  background: radial-gradient(60% 60% at 50% 50%, rgba(21, 197, 205, 0.25) 0%, rgba(21, 197, 205, 0) 70%);
  filter: blur(18px);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.25s ease;
}

.glow-btn:hover {
  background: var(--g);
  color: #0a1420;
  transform: translateY(-2px);
  box-shadow: 0 0 10px rgba(21, 197, 205, 0.55), 0 0 22px rgba(21, 197, 205, 0.4), 0 0 44px rgba(21, 197, 205, 0.25), 0 10px 26px rgba(0, 0, 0, 0.35), 0 0 0 2px rgba(0, 0, 0, 0.06) inset;
}

.glow-btn:hover::before {
  opacity: 1;
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  }
  100% {
    box-shadow: 0 0 8px rgba(21, 197, 205, 0.35), 0 0 18px rgba(21, 197, 205, 0.25), 0 8px 22px rgba(0, 0, 0, 0.28);
  }
}
@media (prefers-reduced-motion: reduce) {
  .glow-btn {
    animation: none;
    transition: none;
  }
}
.glow-btn--lg {
  padding: 20px 56px;
  font-size: clamp(18px, 1.6vw, 24px);
  border-radius: 18px;
  min-width: 280px;
}

.glow-btn--xl {
  padding: 24px 72px;
  font-size: clamp(20px, 2vw, 28px);
  border-radius: 22px;
  min-width: 320px;
}

.glow-btn--lg::before, .glow-btn--xl::before {
  inset: -36px;
  filter: blur(26px);
}

@media (max-width: 768px) {
  .glow-btn--xl {
    padding: 18px 48px;
    font-size: 20px;
    min-width: 260px;
  }
}
/* ---- Flip cards ---- */
.flip-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.flip-card {
  background: transparent;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  perspective: 500px;
}

.flip-card-inner {
  position: relative;
  width: 80%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  margin: 0 auto;
}

.flip-card:hover .flip-card-inner,
.flip-card.flipped .flip-card-inner,
.flip-card:focus-within .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flip-card-back {
  background: linear-gradient(135deg, #0a1420, #192846);
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-align: center;
  font-family: Poppins-Bold, sans-serif;
}

.flip-card-back h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.flip-card-back p {
  font-size: 1rem;
  line-height: 1.4;
}

@media (prefers-reduced-motion: reduce) {
  .flip-card-inner {
    transition: none;
  }
}
/* ---- FAB WhatsApp ---- */
.fab-register {
  --brand: #0083ff;
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 3000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 56px;
  width: 34px;
  padding: 0 10px;
  border-radius: 9999px;
  border: 2px solid var(--brand);
  background: rgba(0, 131, 255, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  color: #15c5cd;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  isolation: isolate;
  font-family: Poppins-Bold, sans-serif;
  font-size: small;
  transition: width 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease, transform 0.2s ease, opacity 0.2s ease;
}

.fab-register__icon {
  width: 36px;
}

.fab-register__label {
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.18s ease 0.1s, transform 0.18s ease 0.1s;
}

.fab-register:hover,
.fab-register:focus-visible,
.fab-register.fab-open {
  width: 170px;
  background: var(--brand);
  transform: translateY(-2px);
  box-shadow: 0 0 12px rgba(0, 131, 255, 0.6), 0 12px 28px #000;
}

.fab-register:hover .fab-register__label,
.fab-register:focus-visible .fab-register__label,
.fab-register.fab-open .fab-register__label {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .fab-register {
    right: 16px;
    bottom: 88px;
    height: 52px;
    width: 52px;
  }
  .fab-register.fab-open {
    width: 180px;
  }
}
/* ---- Powered-by ---- */
.powered-by {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 16px 24px;
  --fab-space: 96px;
  padding-right: calc(24px + var(--fab-space));
}

.powered-by__title {
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(20px, 1.25vw, 25px);
  opacity: 0.9;
}

.powered-by__logo {
  height: 90px;
  width: 220px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .powered-by {
    --fab-space: 90px;
    justify-content: flex-end;
    padding-right: clamp(72px, 12vw, var(--fab-space));
  }
  .powered-by__logo {
    height: 90px;
  }
}
/* ---- Cuando/Donde columns: alineación centrada ---- */
.col-6.when, .col-6.when_where {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.col-6.when_where .subtitels_row {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}

.e_contador {
  width: 100%;
  text-align: center;
}

/* ---- Contadores/pilares layout ---- */
#conta_pila .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

#conta_pila .box {
  width: 45vw;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: justify;
  margin-right: 4rem;
}

#conta_pila .row {
  min-height: 500px;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

#mp h1 {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

#conoce p {
  font-size: 20px;
}

/* ---- Countdown icons_row ---- */
@media (min-width: 992px) {
  .countdown.icons_row {
    max-width: 900px;
    margin-left: auto;
    padding-right: 4%;
  }
}
.countdown.icons_row {
  flex-wrap: wrap;
  gap: 2.5rem;
}

@media (max-width: 768px) {
  .countdown.icons_row {
    justify-content: center !important;
    gap: 1.25rem;
  }
}
.countdown.icons_row .countdown_dias,
.countdown.icons_row .countdown_horas {
  text-align: center;
}

/* ---- Gradiente footer ---- */
.gradiente-fondo {
  background: linear-gradient(to bottom, rgba(25, 40, 70, 0), rgba(0, 0, 0, 0.85) 40%, #000 100%);
  padding: 3rem 2rem;
  margin-top: -5vh;
  color: white;
  z-index: 2;
  position: relative;
}

.footer_box {
  position: relative;
}

/* ---- mobile scroll fixes ---- */
@media (max-width: 850px) {
  body {
    overflow-x: hidden !important;
    margin: 0;
    background: #192846;
    position: static !important;
    z-index: auto !important;
  }
  .contenedor {
    max-width: 100vw;
  }
  .contact {
    min-height: 55vh;
    height: auto !important;
  }
}
@media (max-width: 500px) {
  body {
    overflow-x: hidden !important;
    margin: 0;
    background: #192846;
    position: static !important;
    z-index: auto !important;
  }
}
#nav_bar, .back-to-top, .fab-register, .scroll-indicator {
  pointer-events: auto;
}

#nav_reveal_zone {
  pointer-events: auto;
}

.modal {
  overflow-y: auto;
}
