:root {
  --color-text-banner: #ffffff;
  --background-text: #dc2a1acd;
  --maincolor: #0d1f3f;
  --color-footer: #0d1f3f;
  --color-button: #dc2a1acd;
  --color-button-hover: #b31e15;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-padding-top: 100px;
  font-size: clamp(13px, 1.5vw, 16px);
}

element {
  --main-image: url(../img/imageLanding_1.jpg);
}

* {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background-color: #f8f8f8;
}

p,
a,
ul,
li {
  color: #051226;
  font-weight: 100;
  list-style: none;
  font-size: clamp(0.92rem, 1.1vw, 1.02rem) !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 100;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

.container,
.container-fluid {
  --bs-gutter-x: 0 !important;
}

.banner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 50px;
}

.titulo-junta {
  color: #fff !important;
  font-weight: 700;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  text-shadow: none;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 1.2rem;
}

.titulo-junta2 {
  color: #fff;
  font-size: clamp(1.1rem, 3vw, 1.7rem);
  font-weight: 300;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}

.card {
  display: block;
  width: 98%;
  height: 100%;
  background-color: #eaf4fc;
  border: 1px solid #cce0f0;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #003366;
  transition: all 0.2s ease-in-out;
  background-color: #dc2a1a28 !important;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #dc2a1a6d !important;
}

.card h3 {
  color: #003366 !important;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.card:hover h3 {
  color: #003366 !important;
}

.card p {
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
  margin-bottom: 0.5rem;
}

.card-centrada {
  width: calc(33.333% - 13.33px);
  /* Mismo ancho que las otras cards */
  margin-left: auto;
  margin-right: auto;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 2.0s ease-out;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

#punto {
  font-weight: 900;
  font-size: 1.6em;
}

header {
  position: fixed;
  top: 0;
  z-index: 99;
  height: 90px !important;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-header {
  height: 40px;
}

/* Estilos existentes de tu navegación */
.navbar-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-item>h5 {
  padding: 5px;
  font-size: clamp(0.8rem, 1vw, 0.95rem) !important;
}

.navbar-list {
  width: auto;
  margin: auto 10px;
  list-style: none;
  /* Esto es para asegurarte de que no haya viñetas si las hubiera */
}

.navbar-list:hover {
  transition: 0.3s ease-in;
  transform: scale(1.06);
}

.navbar-list h5 {
  font-size: clamp(0.8rem, 1vw, 0.95rem) !important;
}

/* --- Nuevas reglas para los enlaces --- */

/* Aplica esto a los enlaces dentro de tus elementos de lista de navegación */
.navbar-list a {
  text-decoration: none;
  /* Elimina el subrayado */
  color: inherit;
  /* Hereda el color del texto de su elemento padre (así no es azul) */
  /* Si quieres un color específico, puedes usar algo como: */
  /* color: black; */
}

/* Asegura que los estilos se mantengan en todos los estados del enlace */
.navbar-list a:visited,
/* Para enlaces ya visitados */
.navbar-list a:hover,
/* Para cuando el ratón está sobre el enlace */
.navbar-list a:active {
  /* Para cuando el enlace está siendo clicado */
  text-decoration: none;
  /* Elimina el subrayado en todos los estados */
  color: inherit;
  /* Mantiene el color en todos los estados */
  /* O tu color específico si lo definiste arriba, por ejemplo: */
  /* color: black; */
}

.row {
  --bs-gutter-x: 0 !important;
}

.container {
  --bs-gutter-x: 0 !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;

}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: #2f548e;
}

.logo-footer {
  max-height: 50px;
}

.logo-header {
  margin-bottom: 10px;
  max-height: 80px;
}

.background-container {
  margin: 3em auto !important;
}

.box-text-banner {
  background-color: #dc2a1a86;
  color: var(--color-text-banner);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px !important;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px;
  text-align: center;
}

.boton-corporativo {
  background-color: #2f548e;
  text-decoration: none;
  /* Azul corporativo oscuro */
  color: white !important;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 28px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.6s ease, transform 0.6s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  /* o block si prefieres */
  margin-top: 20px;
  /* ejemplo de margen arriba */

}

.boton-corporativo:hover {
  background-color: #002244;
  /* Color más oscuro al pasar el cursor */
}

.boton-corporativo.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.section-1-button {
  padding: 6px;
  text-transform: uppercase;
  margin-top: 1em;
  margin-left: 2.5em;
  text-decoration: none !important;
  width: 260px;
  transition: 0.4s ease-in-out;
  border-radius: 5px;
}

.link-button>h5 {
  color: #fff !important;
}

.btn-1 {
  background-color: var(--color-button) !important;
  color: #fff !important;
  padding: 10px 20px !important;
  margin: 0em;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.4s ease-in-out;
  box-shadow: #606060 3px 3px 10px 3px;
}

.btn-1:hover {
  color: #fff !important;
  background-color: var(--color-button-hover) !important;
}

.section-1-documents {
  background-color: #0d1f3f;
  color: #fff !important;
  opacity: 100% !important;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-left: 3.5em;
  margin-top: 2rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  transition: 0.8s ease-out;
}

.texto-cuadro {
  text-align: justify;
  align-items: center;
  padding: 20px;
  margin-top: 0px !important;
  margin-bottom: -30px !important;
}

.titulo-cuadro h5 {
  min-width: 24%;
  background-color: #dc2a1a;
  color: #fff;
  margin: 5px 20px 0px 20px;
  right: 21%;
  padding: 20px;
  box-shadow: rgba(37, 31, 31, 0.68) 3px 3px 10px 3px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
  margin-top: 5px !important;
}

.card-title {
  font-weight: 800;
  font-size: 24px;
}

.card-style {
  background: #2f548e;
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  transition: all 0.5s;
  padding-top: 20px;
  padding-bottom: 15px;
  border-radius: 20px;
  margin: 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;

}

.card-style h5 {
  color: #fff;
}

.card-style:hover {
  transform: scale(1.02);
}

.card-style:active {
  transform: scale(0.98) rotateZ(1deg);
}

#contenedor-1 {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  text-align: center;
  max-width: 1600px;
}

/* From Uiverse.io by doniaskima 
.btn-53,
.btn-53 *,
.btn-53 :after,
.btn-53 :before,
.btn-53:after,
.btn-53:before {
  border: 0 solid;
  box-sizing: border-box;

}

.btn-53 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #2f548e;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  margin: auto;
  text-align: center;
  font-size: 30px !important;
  border: 1px solid;
  border-radius: 10px !important;
  box-sizing: border-box;
  display: block;
  font-weight: 900;
  font-size: 20px;
  overflow: hidden;
  padding: 0.5rem;
  position: relative;
  text-transform: uppercase;
  width: 10%;
}

.btn-53:disabled {
  cursor: default;
}

.btn-53:-moz-focusring {
  outline: auto;
}

.btn-53 svg {
  display: block;
  vertical-align: middle;
}

.btn-53 [hidden] {
  display: none;
}

.btn-53 .original {
  background: #dc2a1acd;
  color: #fff;
  display: grid;
  inset: 0;
  place-content: center;
  position: absolute;
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1);

}

.btn-53:hover .original {
  transform: translateY(100%);
}

.btn-53 .letters {
  display: inline-flex;
}

.btn-53 span {
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.2s cubic-bezier(0.87, 0, 0.13, 1), opacity 0.2s;
}

.btn-53 span:nth-child(2n) {
  transform: translateY(15px);
}

.btn-53:hover span {
  opacity: 1;
  transform: translateY(0);
  color: #fff;
}

.btn-53:hover span:nth-child(2) {
  transition-delay: 0.1s;
}

.btn-53:hover span:nth-child(3) {
  transition-delay: 0.2s;
}

.btn-53:hover span:nth-child(4) {
  transition-delay: 0.3s;
}

.btn-53:hover span:nth-child(5) {
  transition-delay: 0.4s;
}

.btn-53:hover span:nth-child(6) {
  transition-delay: 0.5s;
}/*

/* Borde para todo el carrusel */
#carouselExampleCaptions {

  border-radius: 0px;
  /* Bordes redondeados (opcional) */
  width: 90%;
  /* ancho al 90% del contenedor padre */
  height: 90%;
  margin: 20px auto;
  /* 20px arriba/abajo y centrado horizontal */
}

#contenedor-carrusel {
  background-color: #fffffffd;
  border-radius: 10px;
}

#carouselExampleCaptions .carousel-caption h5,
#carouselExampleCaptions .carousel-caption p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  /* Para mejor contraste */
  font-weight: 600;
}

.carousel-indicators {
  position: inherit;
  color: #000;
  bottom: 10px !important;
  /* distancia desde arriba */
  transform: translateX(0%);
  z-index: 2;
}

.carousel-item img {
  max-width: 550px;
  max-height: 600px;
  height: auto;
  width: auto;
}


#fechas {

  box-sizing: border-box;
  padding-top: 1.5rem;
  display: block;
}


.section-1-documents::marker {
  display: none;
}

.arrow-text {
  font-size: 20px;
  font-weight: 600;
}

.titulo-alerta {
  background-color: #dc2a1a;
  border-radius: 0px;
  padding: 2rem;
  margin-top: -30px;
  margin-bottom: 0 px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

}

.titulo-alerta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;

}

.titulo-alerta h4 {
  color: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
  font-size: 20px;
}

.alert {
  border-left-width: 4px !important;
  border-left-style: solid !important;
  padding: 0.5rem 1rem !important;
  border-radius: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  transition: background-color 0.3s ease, transform 0.3s ease !important;
  user-select: none !important;
  cursor: default !important;
  font-weight: 600 !important;
  font-size: 16px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  height: 65px;
  background-color: #dc2a1a6d !important;
  /* bg-green-100 */
  border-left-color: #dc2a1acd !important;
  /* border-green-500 */
  color: #000 !important;
  /* text-green-900 */
}

.alert:hover {
  transform: scale(1.05) translateY(-5px);
  filter: brightness(2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(5px);
  cursor: pointer !important;
}

.alert:hover svg {
  transform: rotate(-15deg);
  transition: all 0.3s ease;
  cursor: pointer;
}

.alert-arrow {
  font-weight: bold;
  text-align: right;
  color: inherit;
}

.section-1-h5 {
  color: #fff;
  display: inline;
  margin-left: 1.5em;
}

.opacity-row {
  background: rgba(123, 123, 123, 0.46);
  height: 100px;
}

.section-2 {
  background-color: #dcdcdc;
}

.img-section-2-padding {
  padding: 32px 0px;
}

.img-section-2-left {
  float: left !important;
}

.section-3 {
  background-color: white;
  height: 1em;
}

.blue-container-1 {
  min-width: 24%;
  background-color: var(--maincolor);
  position: absolute;
  z-index: 23;
  margin-top: 1em;
  right: 21%;
  padding: 1.1em;
  box-shadow: rgba(37, 31, 31, 0.68) 3px 3px 10px 3px;
  border-radius: 10px;
}

.blue-container-2 {
  min-width: 24%;
  background-color: var(--maincolor);
  position: absolute;
  z-index: 23;
  margin-top: 3em;
  left: 21%;
  padding: 1.1em;
  box-shadow: dimgray 3px 3px 20px 3px;
  border-radius: 10px;
}

.blue-container-3 {
  width: 90%;
  background-color: #2f548e;
  position: relative;
  z-index: 23;
  padding: 1.2em;
  text-align: center;
  border-radius: 10px;
  margin: 10px auto;
}

.blue-container-custom-1 {
  background-color: var(--maincolor);
  padding: 1.1em;
  box-shadow: rgba(37, 31, 31, 0.68) 3px 3px 10px 3px;
}

.blue-container-custom-2 {
  background-color: #dc251b !important;
  padding: 1.1em;
  box-shadow: rgba(37, 31, 31, 0.68) 3px 3px 10px 3px;
}

.blue-container-custom-1 p {
  text-align: center;
  color: #ffffff;
  margin-bottom: unset;
  letter-spacing: 2px;
}

.blue-container-custom-2 {
  background-color: var(--maincolor);
  padding: 1.1em;
  box-shadow: rgba(37, 31, 31, 0.68) 3px 3px 10px 3px;
}

.blue-container-custom-2 p {
  text-align: center;
  color: #ffffff;
  margin-bottom: unset;
  letter-spacing: 2px;
}

.custom-box-1 {
  height: unset;
  padding: 3%;
  background-color: #dcdcdc;
  line-height: 1.3em;
  text-align: justify;
  box-shadow: dimgray 3px 3px 20px 3px;
}

.custom-box-2 {
  height: unset;
  padding: 3%;
  background-color: #dcdcdc;
  line-height: 1.3em;
  text-align: justify;
  box-shadow: dimgray 3px 3px 20px 3px;
  margin: 0 3%;
}

.blue-container-1 p {
  text-align: center;
  color: #ffffff;
  margin-bottom: unset;
  letter-spacing: 2px;
}

.blue-container-2 p {
  text-align: center;
  color: #ffffff;
  margin-bottom: unset;
  letter-spacing: 2px;
}

.red-container-1 {
  width: 4%;
  height: 7rem;
  background-color: var(--color-button);
  position: relative;
  float: right;
  margin-top: 30%;
  z-index: 22;
  margin-right: -7.2em;
  box-shadow: dimgray 3px 3px 10px 3px;
  border-radius: 6px;
}

.red-container-2 {
  width: 4%;
  height: 7rem;
  background-color: var(--color-button);
  position: relative;
  float: left;
  margin-top: 26%;
  margin-left: -7.2em;
  z-index: 22;
  box-shadow: #606060 3px 3px 10px 3px;
  border-radius: 6px;
}

.red-container-3 {
  width: 4%;
  height: 7rem;
  background-color: var(--color-button);
  position: relative;
  float: right;
  margin-right: 0.8em;
  margin-top: -2em;
  z-index: 22;
  box-shadow: #606060 3px 3px 10px 3px;
  border-radius: 6px;
}

.section-4 {
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  min-height: 6em;
}

.img-section-3 {
  width: 37%;
  height: 100%;
  max-height: 300px;
  margin-top: 4em;
  z-index: 3;
}

.first-box {
  margin: auto 30px;
  padding: 60px;
  margin-top: -100px;
  height: unset;
  z-index: 10;
  background-color: #dcdcdc;
  position: relative;
  line-height: 1.3em;
  text-align: justify;
  box-shadow: dimgray 3px 3px 20px 3px;
}

.custom-box {
  height: unset;
  background-color: #dcdcdc;
  line-height: 1.3em;
  text-align: justify;
  box-shadow: dimgray 3px 3px 20px 3px;
}

.section-3-container {
  margin-left: 20%;
  width: 60%;
  height: 300px;
  background-color: #e5e5e5;
  position: absolute;
  display: flex;
  margin-top: -3em;
  text-align: justify;
  padding: 4em;
}

.section-3-container p {
  font-weight: 500;
  color: #000000;
}

.section-3-blue-container {
  margin: auto;
  background-color: var(--maincolor);
  position: absolute;
  margin-top: -8em;
  text-align: left;
  z-index: 12;
  box-shadow: #606060 3px 3px 10px 3px;
  border-radius: 10px;
}

.section-3-blue-container h5 {
  font-weight: 300;
  color: #ffffff;
  padding: 1em 2.2em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: unset;
}

.accordion-item {
  z-index: 3;
  background-color: #ffffff !important;
}

.accordion-button {
  background-color: #e5e5e5 !important;
  min-height: 3.5em;
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  color: #000000 !important;
}

.accordion-button:focus {
  border: 3px solid black !important;
  box-shadow: 3px 3px 3px black !important;
}

.accordion-body {
  font-weight: 500 !important;
  text-align: justify;
  padding: unset !important;
}

.accordion-icon-width {
  width: 100px !important;
}

.accordion-button::after {
  background-image: url("../img/arrow.png") !important;
  scale: 1.8;
  margin-right: 2em;
}

.accordion-red-line {
  border-right: var(--color-button) 6px solid !important;
}

.accordion-red-line-left {
  border-left: var(--color-button) 6px solid !important;
}

.accordion-padding {
  padding: 1em 1.2em !important;
}

.section-5-container {
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  min-height: 6em;
  z-index: 100 !important;
}

.section-5-red-container {
  width: 7%;
  height: 1.8rem;
  background-color: var(--maincolor);
  position: absolute;
  margin-left: -0.2%;
  text-align: center;
  margin-top: 4%;
  z-index: 2;
}

.section-6-container {
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
}

.section-7-container {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.section-6-container h5 {
  text-align: justify;
  margin-top: 2em;
  color: #000000;
  font-weight: 500;
  margin-left: 16%;
  margin-right: 16%;
  padding-bottom: 1.75em;
}

.section-6-container h5 a {
  color: red;
  text-decoration: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.franja {
  margin-left: 10%;
  background-color: #a61f15;
  width: 6px;
  z-index: 1;
  min-height: 44.8%;
  position: absolute;
}

.calendar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
}

.calendar h3 {
  color: #434343;
  background-color: #ffffff;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.calendar-text {
  letter-spacing: 0.5em;
  text-transform: uppercase;
  background-color: #ffffff;
  text-align: justify;
  margin: 0 !important;
}

.calendar-election-text {
  background-color: #0d1f3f;
  color: #ffffff;
  letter-spacing: 3px;
}

.calendar .day,
.calendar .number {
  width: 14%;
  height: 48px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.calendar .calendar .number:nth-child(7n + 7) {
  color: black;
  font-weight: 600;
}

.calendar .day {
  color: black;
  font-weight: 400;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.calendar .number {
  color: black;
  font-weight: 500;
}

.calendar .number a {
  color: #000000;
  display: -webkit-box;
  font-weight: 600;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  box-shadow: 0 2px 10px rgba(29, 209, 85, 0);
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}

.calendar .number a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a61f15;
  right: -4px;
  top: 3px;
}

.calendar .number a.active {
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: #a61f15;
}

.calendar .number a.active::before {
  display: none;
}

.calendar-list li {
  border-bottom: 2px solid #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  color: red;
  margin: 1em;
}

.feriado {
  color: red !important;
}

.linkcalendar {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
}

.linkcalendar2 {
  color: black;
  text-decoration: none;
  font-weight: 500;
}

.linkcalendar a {
  text-decoration: none;
  font-weight: 400;
}

.linkcalendar a:hover {
  font-weight: 800;
  color: #b5283d;
}

footer {
  background: #0d1f3f;
  color: #ffffff;
}

footer h4 {
  font-size: 1.3em;
  font-weight: 500;
  color: #ffffff;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

footer a:hover {
  color: #ffffff;
  opacity: 0.5;
}

footer h5 {
  font-size: 1.1em;
  font-weight: 600;
  color: #ffffff;
}

.hero .container .box {
  display: block;
  position: relative;
  padding: 30px;
  color: white;
  margin: 4em auto 1em auto;
  border-radius: 10px;
  width: 70%;
  text-align: center;
}

.hero .container .box h1 {
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}

.hero .container .box a {
  font-weight: 100;
  text-decoration: underline;
}

.intro .container {
  padding: 50px 0px;
}

.intro .container p,
.intro .container li {
  margin: 0px 0px 30px 0px;
}

.intro .container p a {
  text-decoration: underline;
}

.intro .container button {
  background-color: #051226;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 100;
}

.intro .container button:hover {
  opacity: 0.75;
}

.intro .container button:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  position: absolute;
  right: 27px;
  top: 16px;
}

.info-box {
  padding: 20px 20px 40px;
  background-color: #f8f9fa;
  border-radius: 15px;
  position: relative;
  margin-bottom: 1rem;
}

.arrow-down {
  text-decoration: none;
  display: inline-block;
  margin-top: 0px;
  transition: transform 0.3s ease;
}

.arrow-down:hover {
  transform: translateY(10px) scale(1.2);
}

section.video {
  margin: 50px 0px;
}

section.video .container {
  background: url(../img/bgVideo.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 150px 50px;
  text-align: center;
}

section.video .container button {
  color: #fff;
}

section.video .container .modal.show .modal-dialog {
  padding-top: 10%;
}

section.video .container .modal-content {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  /*padding-top: 30px; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

section.video .container .modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section#comoVotar .container {
  padding: 30px 0px;
}

section#comoVotar .container h2 {
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}

section#comoVotar .container .nav-tabs .nav-item {
  margin: 0px 14px 0px 0px;
}

section#comoVotar .container .nav-tabs .nav-item+.nav-item {
  margin: 0px 22px;
}

section#comoVotar .container .nav-tabs {
  border: none;
}

section#comoVotar .container .nav-link {
  text-transform: uppercase;
  color: #fff;
  background-color: #051226;
  border: 1px solid #051226;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 16px 0px 0px 0px;
}

section#comoVotar .container .nav-link:hover {
  border: 1px solid transparent;
}

section#comoVotar .container .nav-link.active {
  border: none;
  background-color: #f73200;
  border: 1px solid #f73200;
  color: #fff;
}

section#comoVotar .tab-content .container {
  padding: 30px 0px;
}

section#comoVotar .tab-content .container img {
  max-width: 100%;
}

section#comoVotar .tab-content .container h3 {
  margin: 0px 0px 20px 0px;
}

section#comoVotar .tab-content .container .row {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#comoVotar .tab-content .container p {
  background-color: #051226;
  color: #fff;
  padding: 80px 40px;
  margin-left: -100px;
}

section#plataformas .container .row {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#plataformas .container img {
  max-width: 100%;
}

section#plataformas .container .col-md-5 {
  z-index: 9;
}

section#plataformas .container .box1 {
  margin-top: 50px;
  height: unset;
  z-index: 12;
  margin-left: -100px;
  background-color: #dcdcdc;
  position: relative;
  box-shadow: dimgray 3px 3px 20px 3px;
}

section#plataformas .container .box2 {
  margin-top: 80px;
  height: unset;
  z-index: 12;
  margin-right: -100px;
  background-color: #dcdcdc;
  position: relative;
  box-shadow: dimgray 3px 3px 20px 3px;
}

section#plataformas .container .box1 strong {
  font-weight: 700;
  color: #000000;
  line-height: 1.1em;
  text-align: justify;
}

section#plataformas .container .box2 strong {
  font-weight: 700;
  color: #000000;
  line-height: 1.1em;
  text-align: justify;
}

section#plataformas .container .box1 p {
  font-weight: 500;
  color: #000000;
  line-height: 1.3em;
  text-align: justify;
}

section#plataformas .container .box2 p {
  font-weight: 500;
  color: #000000;
  line-height: 1.3em;
  text-align: justify;
}

section#plataformas .container .box p {
  color: #fff;
}

section#plataformas .container .box h2 {
  color: #fff;
  text-transform: uppercase;
}

section#plataformas .container .box a {
  color: #ffffff;
  text-decoration: underline;
}

.video-fluid {
  width: 100%;
  height: auto;
}

.margin-calendar {
  margin: 3em;
}

.logo-cliente {
  width: 180px;
  margin: 10px !important;
}

.preguntas-item {
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 10px;
}

.footer-text {
  text-align: start;
  margin-right: 10px;
}

.logo-footer-container {
  padding: 16px;
  margin-right: 20px;
  text-align: end;
}

.link-button a {
  font-weight: 700 !important;
}

.navbar-item a,
.navbar-item a:visited,
.navbar-item a:active,
.navbar-item a:focus,
.navbar-item a:hover {
  color: #222 !important;
  text-decoration: none !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

@media (min-width: 320px) and (max-width: 575px) {
  a {
    font-size: 16px !important;
  }

  .text-soporte {
    font-size: 16px;
  }

  .btn-53 {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: #2f548e;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    padding: 0;
    margin: auto;
    text-align: center;
    font-size: 30px !important;
    border: 1px solid;
    border-radius: 10px !important;
    box-sizing: border-box;
    display: block;
    font-weight: 900;
    font-size: 20px;
    overflow: hidden;
    padding: 0.5rem;
    position: relative;
    text-transform: uppercase;
    width: 20%;
    max-width: 90px;
    font-size: 15px !important;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }

  .red-container-3 {
    position: absolute;
    right: 0em;
    margin-top: 3em;
  }

  .section-3-blue-container {
    margin-left: 0;
    margin-top: -4em;
    border-radius: 0;
    width: 100%;
  }

  .first-box {
    margin-top: -10px;
  }

  .logo-footer {
    height: 60px;
  }

  .logo-footer-container {
    padding: 10px;
  }

  .footer-container {
    flex-direction: column;
  }

  #preguntas {
    margin-top: 10px !important;
  }

  .footer-text {
    font-size: 10px;
    text-align: center;
  }

  .blue-container-1,
  .blue-container-2 {
    position: relative;
    width: 60%;
    transform: translateX(-50%);
    left: 50% !important;
    margin-bottom: -80px;
    top: 0 !important;
  }

  .red-container-1 {
    right: 140px;
  }

  .red-container-2 {
    left: 130px;
  }

  .box1 .box2 {
    margin: 40px 30px 0 30px !important;
  }

  .box1,
  .box2 {
    margin: 40px 30px 0 30px !important;
  }

  .img-como-ingresar,
  .img-como-votar {
    display: none;
  }

  .section-1-button {
    margin: auto !important;
  }

  .section-1 {
    padding-top: 130px !important;
  }

  .box>div {
    text-align: center;
  }

  .background-container {
    margin-top: 0 !important;
  }

  .box {
    width: 100% !important;
    margin: auto auto !important;
    margin-bottom: 1em !important;
    flex-direction: column-reverse;
  }

  html {
    scroll-padding-top: 24%;
  }

  header {
    height: auto !important;
  }

  .container-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navbar-item>h5 {
    font-size: 12px;
  }

  .navbar-list {
    width: auto;
  }

  .img-header {
    height: 40px;
  }

  .navbar-item {
    flex-direction: column;
  }

  .navbar {
    padding-top: 0 !important;
  }



  .btn-53 .original {
    font-size: 18px;
    transition: transform 0.3s ease;

  }

  .btn-53 .letters span {
    justify-content: center;
    font-size: 18px;
  }

  .titulo-junta {
    font-size: 22px !important;
    line-height: 1.3;
    text-align: center;
  }

  .titulo-junta2 {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
  }

  .titulo-info {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
  }

  .titulo-alerta {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .text-center {
    font-size: 12px;
  }

  .titulo-alerta h4 {
    font-size: 14px;
  }

  .info-fechas {
    text-align: center;
    margin-top: 18px;
  }

  .box-text-banner {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 98vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .background-container {
    padding: 10px;
  }

  .alerts-container {
    margin-left: 0px !important;
  }

  .enlace-soporte {
    font-size: 13px !important;
  }

  .soporte-container .fa-solid {
    display: inline-block !important;
    font-size: 16px !important;
    color: var(--color-button) !important;
    vertical-align: middle;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  a {
    font-size: 18px !important;
  }

  .text-soporte {
    font-size: 18px;
  }

  .logo-footer {
    height: 60px;
  }

  .footer-text {
    text-align: center;
  }

  .logo-footer-container {
    text-align: center;
  }

  .footer-container {
    flex-direction: column;
  }

  .blue-container-1,
  .blue-container-2 {
    position: relative;
    width: 60%;
    transform: translateX(-50%);
    left: 50% !important;
    margin-bottom: -80px;
    top: 0 !important;
  }

  .red-container-1 {
    right: 140px;
  }

  .red-container-2 {
    left: 130px;
  }

  .box1,
  .box2 {
    margin: 40px 30px 0 30px !important;
  }

  .img-como-ingresar,
  .img-como-votar {
    display: none;
  }

  .section-1-button {
    margin: auto !important;
  }

  .link_button {
    margin: auto !important;
  }

  .box>div {
    text-align: center;
  }

  .box {
    width: 100% !important;
    margin: auto !important;
    margin-bottom: 1em !important;
    flex-direction: column-reverse;
  }

  header {
    height: auto !important;
    scroll-padding-top: 40px;
  }

  .container-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navbar-list {
    width: auto;
  }

  .navbar-item>h5 {
    font-size: 16px;
  }

  .img-header {
    height: 30px;
  }

  .btn-53 {
    width: 50%;
    padding: 1rem 2rem;
    font-size: 25px;
  }

  .btn-53 .original {
    font-size: 20px;
    transition: transform 0.3s ease;
  }

  .btn-53 span {
    font-size: 25px;
    transition: transform 0.3s ease, opacity 0.3s
  }

  .btn-53 .letters {
    justify-content: center;
  }

  .titulo-junta {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }

  .titulo-junta2 {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
  }

  .titulo-info {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
  }

  .info-fechas {
    text-align: center;
    margin-top: 20px;
  }

  .titulo-alerta h4 {
    font-size: 18px;
  }

  .btn-53 {
    width: 30%;
    padding: 1rem 1.5rem;
    font-size: 20px !important;
  }

  .btn-53 .letters span {
    font-size: 20px;
  }

  .box-text-banner {
    padding: 15px;
    margin-top: 100px !important;
  }

}

/* Estilos para los iconos en la sección de soporte técnico */
.box1 .fa-solid {
  color: var(--color-button);
  margin-right: 5px;
  font-size: 18px;
}

.box1 a {
  color: var(--color-button);
  font-weight: 500;
  transition: all 0.3s ease;
}

.box1 a:hover {
  color: var(--color-button-hover);
  text-decoration: underline !important;
}

/* Estilos para la nueva sección de soporte técnico */
.soporte-container {
  background-color: #f8f8f8;
  border-radius: 0 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 30px;
  margin-bottom: 30px;
}

.soporte-container p {
  font-weight: 500;
  color: #000000;
  line-height: 1.3em;
  padding: 0 15px;
}

.soporte-container .fa-solid {
  color: var(--color-button);
  margin-right: 5px;
  font-size: 18px;
}

.soporte-container a {
  color: var(--color-button);
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 18px !important;
}

.soporte-container a:hover {
  color: var(--color-button-hover);
  text-decoration: underline !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  #fechas {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #soporte {
    margin-top: 0 !important;
    padding-top: 1rem !important;
  }

  .bloque-fechas {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .blue-container-1,
  .blue-container-2 {
    position: relative;
    width: 60%;
    transform: translateX(-50%);
    left: 50% !important;
    margin-bottom: -80px;
    top: 0 !important;
  }

  .red-container-1 {
    right: 18%;
  }

  .red-container-2 {
    left: 17%;
  }

  .box1,
  .box2 {
    margin: 40px 30px 0 30px !important;
  }

  .img-como-ingresar,
  .img-como-votar {
    display: none;
  }

  .section-1-button {
    margin: auto !important;
  }

  .box {
    width: 80% !important;
    margin: auto !important;
    margin-bottom: 1em !important;
  }

  .hero .container .box {
    margin-top: 10px !important;
  }


  .navbar-item {
    flex-direction: column;
  }

  .navbar-list {
    width: auto;
  }

  .img-header {
    height: 30px;
  }

  #carouselExampleCaptions {
    margin-top: 20px !important;
  }

  .titulo-junta {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
  }

  .titulo-junta2 {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }

  .titulo-info {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
  }

  .info-fechas {
    text-align: center;
    margin-top: 30px;
  }

  .text-center {
    font-size: 12px;
  }

  .titulo-alerta h4 {
    font-size: 18px;
  }

  .btn-53 {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: #2f548e;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    padding: 0;
    margin: auto;
    text-align: center;
    font-size: 30px !important;
    border: 1px solid;
    border-radius: 10px !important;
    box-sizing: border-box;
    display: block;
    font-weight: 900;
    font-size: 20px;
    overflow: hidden;
    padding: 0.5rem;
    position: relative;
    text-transform: uppercase;
    width: 20%;
    max-width: 90px;
    font-size: 15px !important;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }

  .btn-53 .letters span {
    font-size: 24px;
  }

  .box-text-banner {
    padding: 15px;
    margin-top: 100px !important;
  }

  .background-container {
    padding: 10px;
  }

  .row-3 {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .row-3>.card {
    flex: 1 1 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }

}

.alerts-container {
  margin-left: 30px;
}

.bloque-fechas {
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .box-text-banner {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .titulo-junta {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
  }

  .titulo-junta2 {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
  }

  .background-container {
    padding: 10px;
  }

  .titulo-info {
    margin-top: -30px;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
  }

  .hero .container .box {
    margin-top: 5px;
  }

}

@media (max-width: 991px) {

  .container,
  .container.py-4 {
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .row,
  .row.g-4 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .card {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-1 {
    background-position: 65% center !important;
    background-size: cover !important;
    min-height: 60vh;
    height: auto !important;
  }

  .row.g-4 {
    margin-bottom: 0 !important;
  }

  #soporte {
    margin-top: 0 !important;
    padding-top: 1rem;
  }

  .container.py-4 {
    padding-bottom: 0 !important;
  }
}

.btn-53,
.btn-53 *,
.btn-53 .original,
.btn-53 .letters,
.btn-53 span {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

.fa-solid,
.fa-envelope,
.fa-phone {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.btn-53,
.btn-53 .original,
.btn-53 .letters span {
  font-size: clamp(0.95rem, 1.2vw, 1.05rem) !important;
}

h1 {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

h2 {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

h3 {
  font-size: clamp(0.98rem, 1.2vw, 1.05rem);
}

h4 {
  font-size: clamp(0.95rem, 1vw, 1rem);
}

h5 {
  font-size: clamp(0.92rem, 0.9vw, 0.98rem);
}

.container-header .navbar .navbar-list .navbar-item>a,
.container-header .navbar .navbar-list .navbar-item>a:visited,
.container-header .navbar .navbar-list .navbar-item>a:active,
.container-header .navbar .navbar-list .navbar-item>a:focus,
.container-header .navbar .navbar-list .navbar-item>a:hover {
  text-decoration: none !important;
  color: #222 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

@media (max-width: 575px) {
  /* Sin reglas personalizadas para #fechas, .container, .container-fluid, .row, .col-12 */
}

@media (max-width: 575px) {

  html body a,
  html body .soporte-container a,
  html body .card a,
  html body .navbar a {
    font-size: 13px !important;
    line-height: 1.2 !important;
  }
}

.info-fechas {
  /* Restaurado: sin display flex ni centrado forzado */
}

.titulo-junta,
.titulo-junta2,
.titulo-info {
  /* Restaurado: sin centrado forzado ni width 100% */
}

@media (max-width: 575px) {
  .section-1 {
    height: auto !important;
    min-height: 60vh;
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .section-1 {
    min-height: 60vh;
    height: 99vh;
    padding: 0;
  }

  .box-text-banner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .btn-53 {
    font-size: clamp(0.85rem, 1.7vw, 0.95rem) !important;
    padding: 0.5rem 0.8rem;
    min-width: 50px;
    max-width: 90px;
  }
}

@media (max-width: 400px) {
  .section-1 {
    padding-top: 170px !important;
  }

  .titulo-junta {}

  .hero .container .box {
    margin-top: 5px;

  }
}

@media (max-width: 575px) {
  .carousel-inner .carousel-item img {
    display: block;
    width: 100vw !important;
    max-width: none !important;
    height: auto;
    object-fit: cover;
    object-position: 100% center;
    margin-left: 0 !important;
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 1400px;
    /* o el ancho máximo que prefieras */
  }
}