:root {
  --color-text-banner: #ffffff;
  --background-text: #b31e15;
  --maincolor: #b31e15;
  --color-footer: #b31e15;
  --color-button: #b31e15;
  --color-button-hover: #b31e15;
}

html {
  scroll-padding-top: 100px;
}

element {
  --main-image: url(../img/imageLanding_1.jpg);
}

* {
  font-family: "Raleway", sans-serif;
}
body {
  font-family: "Raleway", sans-serif;
  background-color: #f8f8f8;
}
p,
h1,
h2,
h3,
h4,
h5,
a,
ul,
li {
  color: #051226;
  font-weight: 100;
  list-style: none;
}

a {
  color: var(--color-button);
  text-decoration: none !important;
  font-size: 20px !important;
}

b {
  color: #000;
}
.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: var(--color-text-banner) !important;
}

#punto {
  font-weight: 900;
  font-size: 1.6em;
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
  height: 110px !important;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-header {
  height: 40px;
}

.navbar-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-item > h5 {
  padding: 5px;
  font-size: 18px;
}

.navbar-list {
  width: auto;
  margin: auto 10px;
}

.navbar-list:hover {
  transition: 0.3s ease-in;
  transform: scale(1.06);
}

.row {
  --bs-gutter-x: 0 !important;
}

.container {
  --bs-gutter-x: 0 !important;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: #0d1f3f;
}

.logo-footer {
  max-height: 50px;
}

.logo-header {
  margin-bottom: 10px;
  max-height: 80px;
}

.box-text-banner {
  background-color: var(--background-text);
  color: var(--color-text-banner);
  display: flex !important;
  align-items: center;
  padding: 20px;
}

.section-1 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 3em 0px 0px 50px;
}

.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;
}

.section-1-documents::marker {
  display: none;
}

.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: var(--maincolor);
  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: "Raleway", 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: "Raleway", 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;
}

.background-container {
  margin: 3em auto !important;
}

.box {
  margin-bottom: 3em;
  margin-left: 20px !important;
}

.hero .container .box {
  display: block;
  position: relative;
  padding: 30px;
  color: white;
  margin-left: 3em;
  border-radius: 20px;
  opacity: 0.8;
  width: 60%;
}
.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;
}

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;
}

@media (min-width: 320px) and (max-width: 575px) {
  a {
    font-size: 16px !important;
  }
  .text-soporte {
    font-size: 16px;
  }
  .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: 20px;
  }
  .box > div {
    text-align: center;
  }
  .background-container {
    margin-top: 0 !important;
  }
  .box {
    width: 80% !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;
  }
}

@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: 80% !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;
  }
}

/* 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) {
  .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;
  }
  .navbar-item {
    flex-direction: column;
  }
  .navbar-list {
    width: auto;
  }
  .img-header {
    height: 30px;
  }
}
