@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0a0039;
}

p {
  margin-bottom: 0;
  color: #0a0039;
}
p:not(:last-child) {
  margin-bottom: 1.5rem;
  color: #0a0039;
}

strong {
  font-weight: 600;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.5rem;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 4.125rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.75rem;
  }
}

h2 {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 2.625rem;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 2.625rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 2.625rem;
  }
}

h3 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.5rem;
  }
}

h4 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.25rem;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.25rem;
  }
}

h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }
}

h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6875rem;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6875rem;
  }
}

.section__heading-btn h4 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
  color: #0a0039;
}
.section__heading-btn h3 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5rem;
  color: #0a0039;
}
@media (max-width: 1199px) {
  .section__heading-btn h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
    color: #0a0039;
  }
}
@media (max-width: 991px) {
  .section__heading-btn h3 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.5rem;
    color: #0a0039;
  }
}
@media (max-width: 991px) {
  .section__heading h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    color: #0a0039;
  }
}
@media (max-width: 1199px) {
  .section__heading h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    color: #0a0039;
  }
}
.section__subheading p {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 0;
}
.section__bottom-btn {
  margin-top: 1.875rem;
}

.body__text__xl {
  color: #0a0039;
  font-size: 1.16666875rem;
  line-height: 1.8rem;
  font-weight: 400;
}
.body__text__xl p {
  color: #0a0039;
  font-size: 1.16666875rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.body__text__md {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
}
.body__text__md p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6875rem;
}

.big__title h1 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3rem;
}
@media (max-width: 1199px) {
  .big__title h1 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .big__title h1 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2.625rem;
  }
}

.body__large p {
  color: #0a0039;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .body__large p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 767px) {
  .body__large p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

body {
  background-color: white;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-top: 6.25rem;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 5.375rem;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 8.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.body--eng {
    padding-top: 4.625rem;
  }
}
@media (max-width: 991px) {
  body.body--eng {
    padding-top: 4.625rem;
  }
}

.bg-neutro-50 {
  background-color: #f8f8f8;
}

.bg-azul {
  background-color: #0a0039;
}

.bg-celeste {
  background-color: #e1e8f4;
}

.bg-aj-azul {
  background-color: #003b5e;
}

.bg-naranja {
  background-color: #f45800;
}

.bg-aj-naranja {
  background-color: #f74d2e;
}

.rounded {
  border-radius: 0.5rem !important;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
}
.overlay--black {
  background-color: #000;
}
.overlay--celeste {
  background-color: #e1e8f4;
}

.position-absolute {
  width: 100%;
}

.section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  z-index: 0;
}
@media (max-width: 1199px) {
  .section {
    padding: 3.5rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 3rem 0.75rem;
  }
}
.section__heading {
  margin-bottom: 3rem;
}
.section__heading h1 {
  color: #0a0039;
  font-size: 3rem;
  font-weight: 300;
  line-height: 4.3125rem;
}
@media (max-width: 1199px) {
  .section__heading h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .section__heading h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.section__heading h3 {
  margin-bottom: 1rem;
}
.section__heading p {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}
.section ul {
  margin: 1.5rem 0 2rem 0;
}
.section ul li {
  color: #0a0039;
}

.hidden {
  display: none;
  opacity: 0;
}

span.results__count {
  display: flex;
  margin-bottom: 1rem;
  color: #0a0039;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  font-weight: 400;
}

hr {
  height: 1px;
  border: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  opacity: 1;
}
hr.hr--azul {
  background-color: #0a0039;
}
hr.hr--gris {
  background-color: #dfdfdf;
}

img.aligncenter {
  max-width: 100%;
  height: auto;
  display: table;
  margin: 1rem auto;
}

p img.aligncenter {
  max-width: 100%;
  height: auto;
  display: table;
  margin: 1rem auto;
}

ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
ol li {
  counter-increment: item;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2.5rem;
}
ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background-color: #0a0039;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-weight: 500;
  font-size: 1rem;
}
ol li span,
ol li span a,
ol li span p,
ol li span p a {
  color: #0a0039;
}
ol li span a {
  text-decoration: none;
}
ol li span a:hover {
  color: #f45800;
}

ol[style*="list-style-type: lower-alpha"] {
  list-style-type: none !important;
  counter-reset: item;
  position: relative;
  padding-left: 2rem;
}

ol[style*="list-style-type: lower-alpha"] li {
  counter-increment: item;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.5rem;
}

ol[style*="list-style-type: lower-alpha"] li::before {
  content: counter(item, lower-alpha) ". ";
  position: absolute;
  left: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background-color: #0a0039;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1rem;
}

.disabled.btn, .btn:disabled {
  background-color: #dfdfdf;
  border-color: transparent;
  color: #808080;
  pointer-events: none;
}

.btn__search i {
  color: #0a0039;
}

.btn {
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 200;
  padding: 0.5rem 1rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn i {
  display: inline-block;
  vertical-align: middle;
}
.btn--azul {
  background-color: #0a0039;
  border-color: #0a0039;
  border-width: 1px;
  color: #fff;
}
.btn--azul:hover {
  background-color: #1f32de;
  color: #fff;
  border-color: #1f32de;
}
.btn--azul:focus-visible {
  background-color: #000;
  color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn--azul, .btn--azul.show, .btn--azul:first-child:active, :not(.btn-check) + .btn--azul:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn--naranja {
  background-color: #f45800;
  border-color: #0a0039;
  border-width: 1px;
  color: #000;
  font-weight: 400;
}
.btn--naranja:hover {
  background-color: #f0b89f;
  color: #000;
  border-color: #f0b89f;
}
.btn--naranja:focus-visible {
  background-color: #000;
  color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn--naranja, .btn--naranja.show, .btn--naranja:first-child:active, :not(.btn-check) + .btn--naranja:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn--clear {
  background-color: #f45800;
  border-color: #0a0039;
  border-width: 1px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  padding: 0.5rem 1rem;
  color: white;
  height: 3.125rem;
  border: none;
}
.btn--clear:hover {
  background-color: #f0b89f;
  color: #000;
  border-color: #f0b89f;
}
.btn--clear:focus-visible {
  background-color: #000;
  color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn--clear, .btn--clear.show, .btn--clear:first-child:active, :not(.btn-check) + .btn--clear:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn--blanco {
  background-color: #fff;
  border-color: #0a0039;
  border-width: 1px;
  color: #0a0039;
}
.btn--blanco:hover {
  background-color: #1f32de;
  color: #fff;
  border-color: #1f32de;
}
.btn--blanco:focus-visible {
  background-color: #000;
  color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn--blanco, .btn--blanco.show, .btn--blanco:first-child:active, :not(.btn-check) + .btn--blanco:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn--blanco-outline {
  background-color: #fff;
  border-color: #f45800;
  border-width: 1px;
  color: #f45800;
}
.btn--blanco-outline:hover {
  background-color: #f0b89f;
  color: #000;
  border-color: #f0b89f;
}
.btn--blanco-outline:focus-visible {
  background-color: #000;
  color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn--blanco-outline, .btn--blanco-outline.show, .btn--blanco-outline:first-child:active, :not(.btn-check) + .btn--blanco-outline:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn--aj-naranja {
  background-color: #f74d2e;
  border-color: #0a0039;
  border-width: 1px;
  color: #003b5e;
}
.btn--aj-naranja:hover {
  background-color: #f0b89f;
  color: #000;
  border-color: #f0b89f;
}
.btn--aj-naranja:focus-visible {
  background-color: #000;
  color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn--aj-naranja, .btn--aj-naranja.show, .btn--aj-naranja:first-child:active, :not(.btn-check) + .btn--aj-naranja:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn--celeste {
  background-color: #e1e8f4;
  border-color: #0a0039;
  border-width: 1px;
  color: #0a0039;
  font-weight: 300;
}
.btn--celeste:hover {
  background-color: #1f32de;
  color: #fff;
  border-color: #1f32de;
}
.btn--celeste:focus-visible {
  background-color: #000;
  color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn--celeste, .btn--celeste.show, .btn--celeste:first-child:active, :not(.btn-check) + .btn--celeste:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn--negro {
  background-color: #000;
  border-color: #0a0039;
  border-width: 1px;
  color: #fff;
}
.btn--negro:hover {
  background-color: #1f32de;
  color: #fff;
  border-color: #1f32de;
}
.btn--negro:focus-visible {
  background-color: #000;
  color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn--negro, .btn--negro.show, .btn--negro:first-child:active, :not(.btn-check) + .btn--negro:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn--azul-o {
  background-color: transparent;
  border-color: #0a0039;
  border-width: 1px;
  color: #0a0039;
}
.btn--azul-o:hover {
  background-color: #1f32de;
  color: #fff;
  border-color: #1f32de;
}
.btn--azul-o:focus-visible {
  background-color: #000;
  color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn--azul-o, .btn--azul-o.show, .btn--azul-o:first-child:active, :not(.btn-check) + .btn--azul-o:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn--text {
  background-color: #fff;
  border-color: #0a0039;
  border-width: 1px;
  color: #0a0039;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid transparent;
  color: #f45800;
  padding: 0;
}
.btn--text:hover {
  background-color: #1f32de;
  color: #fff;
  border-color: #1f32de;
}
.btn--text:focus-visible {
  background-color: #000;
  color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.btn-check:checked + .btn--text, .btn--text.show, .btn--text:first-child:active, :not(.btn-check) + .btn--text:active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn--text:hover {
  border-bottom: 1px solid transparent;
}
.btn-check:checked + .btn--text, .btn--text.show, .btn--text:first-child:active, :not(.btn-check) + .btn--text:active {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  color: #000;
}
.btn--text.disabled, .btn--text:disabled {
  background-color: transparent;
  border: none;
  color: #808080;
  pointer-events: none;
}
.btn--text:focus-visible {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #f45800;
  outline: 0;
}
.btn--sin-borde {
  border-color: transparent;
}

.card-btn, .btn-prev,
.btn-next {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
  .card-btn, .btn-prev,
  .btn-next {
    flex-direction: column;
  }
}
.card-btn .btn, .btn-prev .btn,
.btn-next .btn {
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
.card-btn .btn--text, .btn-prev .btn--text,
.btn-next .btn--text {
  color: #f45800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.card-btn .btn--text:hover, .btn-prev .btn--text:hover,
.btn-next .btn--text:hover {
  color: #003b5e;
  background-color: transparent;
}
.card-btn .btn--text .btn__link-text, .btn-prev .btn--text .btn__link-text,
.btn-next .btn--text .btn__link-text {
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.card-btn .btn--text .btn__link-text::after, .btn-prev .btn--text .btn__link-text::after,
.btn-next .btn--text .btn__link-text::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #003b5e;
  transition: width 0.3s ease;
}
.card-btn .btn--text .btn__link-text:hover::after, .btn-prev .btn--text .btn__link-text:hover::after,
.btn-next .btn--text .btn__link-text:hover::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: inline-block;
  border-bottom: 1px solid #003b5e;
  width: 100%;
}
.card-btn .btn--text i, .btn-prev .btn--text i,
.btn-next .btn--text i {
  margin-left: 5px;
  margin-right: 0;
}
.card-btn .btn--text i.bi-chevron-left, .btn-prev .btn--text i.bi-chevron-left,
.btn-next .btn--text i.bi-chevron-left {
  margin-left: 0;
  margin-right: 5px;
}

fieldset:disabled .btn {
  background-color: #fff;
}

.navbar-toggler {
  border: 0;
  box-shadow: none;
  height: 13px;
  outline: none;
  position: relative;
  transition: 0.5s ease-in-out;
  width: 1rem;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
  border: 0;
}
.navbar-toggler span {
  margin: 0;
  padding: 0;
}
.navbar-toggler.collapsed .toggler__icon--top-bar {
  margin-top: -15px;
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .toggler__icon--middle-bar {
  opacity: 1;
  margin-top: 0px;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .toggler__icon--bottom-bar {
  margin-top: 15px;
  transform: rotate(0deg);
}

.toggler__icon {
  background: #f74d2e;
  border-radius: 2px;
  display: block;
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}
.toggler__icon:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.toggler__icon--top-bar {
  margin-top: 0;
  transform: rotate(135deg);
}
.toggler__icon--middle-bar {
  filter: alpha(opacity=0);
  margin-top: 0;
  opacity: 0;
}
.toggler__icon--bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

.btn__fixed {
  align-items: center;
  border-radius: 30px 8px 30px 30px;
  border: none;
  bottom: 30px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  color: #fff;
  cursor: pointer;
  display: flex;
  float: right;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.375rem;
  padding: 8px 16px;
  position: fixed;
  right: 2rem;
  text-decoration: none;
  transition: all 0.3s ease-out;
  z-index: 2147483647;
}

.description__cards-container .description__card {
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 1rem;
  padding: 1rem 1.5rem;
}
@media (max-width: 991px) {
  .description__cards-container .description__card {
    flex-direction: column;
  }
}
.description__cards-container .description__card p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .description__cards-container .description__card p {
    margin-bottom: 1.5rem;
  }
}
.description__cards-container .description__card-content-block {
  flex: 1;
}
.description__cards-container .description__card-content-block .description__category-block {
  display: flex;
}
@media (max-width: 1199px) {
  .description__cards-container .description__card-content-block .description__category-block {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .description__cards-container .description__card-content-block .description__category-block {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .description__cards-container .description__card-content-block .description__category-block p {
    margin-bottom: 0;
  }
}
.description__cards-container .description__card-content-block .description__category-block__category-title {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
.description__cards-container .description__card-content-block .description__category-block__category-date {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.125rem;
}
.description__cards-container .description__card-content-block .description__card-title {
  margin-bottom: 0;
}
.description__cards-container .description__card-content-block .description__card-title p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 0;
}
.description__cards-container .description__button-block {
  flex-shrink: 0;
}
.description__cards-container .description__button-block .btn {
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 991px) {
  .description__cards-container .description__button-block {
    width: 100%;
  }
  .description__cards-container .description__button-block .btn {
    white-space: nowrap;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cards__wrapper.show-all-cards .row > .card:nth-child(-n+2),
  .cards__wrapper.show-all-cards .row > .col:nth-child(-n+2) {
    display: block;
  }
  .cards__wrapper.show-all-cards .row > .card:nth-child(n+3),
  .cards__wrapper.show-all-cards .row > .col:nth-child(n+3) {
    display: block;
  }
}
@media (max-width: 767px) {
  .cards__wrapper .row > .card:nth-child(-n+2),
  .cards__wrapper .row > .col:nth-child(-n+2) {
    display: block;
  }
  .cards__wrapper .row > .card:nth-child(n+3),
  .cards__wrapper .row > .col:nth-child(n+3) {
    display: none;
  }
}

.cards__wrapper-btn {
  margin-top: 3rem;
  display: none;
}
@media (max-width: 767px) {
  .cards__wrapper-btn {
    display: block;
  }
}
.cards__wrapper-btn .btn {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.card-link {
  text-decoration: none;
}

.card {
  border: none;
  border-radius: 0.5rem;
  min-height: 9.375rem;
}
.card-img-top {
  min-height: 15rem;
  object-fit: cover;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.card-body {
  height: 100%;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.card-body .card-img-top {
  border-radius: 0.5rem !important;
  margin-bottom: 1.875rem;
}
.card-body .card-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #0a0039;
  margin-bottom: 1.5rem;
}
.card-body .card-title a {
  color: #0a0039;
  text-decoration: none;
}
.card-body .card-title a:hover, .card-body .card-title a:active {
  background-color: transparent;
  border: none;
}
.card-body .card-text {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  padding: 1rem 0 0 0;
}
.card-body .card-text:empty {
  padding: 0;
  margin: 0;
}
.card-body .card-tag {
  padding: 0.5rem 0;
  margin-top: -0.25rem;
}
.card-body .card-footer {
  border: none;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.card-body .card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card-body .card-list-item {
  margin-bottom: 0;
}
.card-body .card-list-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.card-body .card-list-link {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #f45800;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid transparent;
}
.card-body .card-list-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #003b5e;
  transition: width 0.3s ease;
}
.card-body .card-list-link i.bi {
  color: #f45800;
  padding-left: 8px;
}
.card-body .card-list-link:hover {
  color: #003b5e;
}
.card-body .card-list-link:hover::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: inline-block;
  border-bottom: 1px solid #003b5e;
  width: 100%;
}
.card-body .card-list-link:hover i.bi {
  color: #003b5e;
}
.card--full-bg .card-body {
  background-color: #f8f8f8;
}
.card--full-bg .card-title h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.card--bg-gris, .card--no-bg {
  background-color: transparent;
}
.card--bg-gris .card, .card--no-bg .card {
  border: none;
}
.card--bg-gris .card-body, .card--no-bg .card-body {
  padding: 0;
}
.card--bg-gris .card-body .card-title, .card--no-bg .card-body .card-title {
  margin-bottom: 0.625rem;
}
.card--bg-gris .card-icon, .card--no-bg .card-icon {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  margin: 0 0 1.25rem 0;
}
.card--bg-gris .card-icon .bi::before, .card--no-bg .card-icon .bi::before {
  display: inline-block;
  font-size: 3rem;
  color: #0a0039;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card--bg-gris .card-icon.testimonios .bi::before, .card--no-bg .card-icon.testimonios .bi::before {
  content: "\f4d4";
}
.card--bg-gris .card-icon.actualizacion-normativa .bi::before, .card--no-bg .card-icon.actualizacion-normativa .bi::before {
  content: "\f43e";
}
.card--bg-gris .card-icon.compilados-normativos .bi::before, .card--no-bg .card-icon.compilados-normativos .bi::before {
  content: "\f3d3";
}
.card--bg-gris .card-icon.guias-de-conduccion .bi::before, .card--no-bg .card-icon.guias-de-conduccion .bi::before {
  content: "\f43c";
}
.card--bg-gris .card-icon.material-docente .bi::before, .card--no-bg .card-icon.material-docente .bi::before {
  content: "\f194";
}
.card--bg-gris .card-icon.capsulas-de-actualizacion-legislativa .bi::before, .card--no-bg .card-icon.capsulas-de-actualizacion-legislativa .bi::before {
  content: "\f677";
}
.card--bg-gris .card-icon.recursos-audiovisuales .bi::before, .card--no-bg .card-icon.recursos-audiovisuales .bi::before {
  content: "\f4f1";
}
.card--bg-gris .card-icon.catalogo-biblioteca .bi::before, .card--no-bg .card-icon.catalogo-biblioteca .bi::before {
  content: "\f447";
}
.card--bg-gris .card-icon.seminarios .bi::before, .card--no-bg .card-icon.seminarios .bi::before {
  content: "\f679";
}
.card--bg-gris .card-icon.recursos-externos .bi::before, .card--no-bg .card-icon.recursos-externos .bi::before {
  content: "\f43a";
}
.card--bg-gris .card-info, .card--no-bg .card-info {
  margin-bottom: 2rem;
}
.card--bg-gris .card-info-date, .card--no-bg .card-info-date {
  color: #0a0039;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.card--bg-gris .card-info-tags, .card--no-bg .card-info-tags {
  color: #0a0039;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
}
.card--bg-gris .card-info-autor, .card--no-bg .card-info-autor {
  margin-top: 1rem;
  margin-bottom: 0;
}
.card--bg-gris .card-info-autor small, .card--no-bg .card-info-autor small {
  margin-bottom: 0.25rem;
  display: inline-block;
}
.card--bg-gris .card-info-autor small.text-muted, .card--no-bg .card-info-autor small.text-muted {
  font-size: 0.75rem;
}
.card--bg-gris .card-info-autor ul, .card--no-bg .card-info-autor ul {
  padding-left: 1rem;
  margin: 0;
}
.card--bg-gris .card-info-autor ul li, .card--no-bg .card-info-autor ul li {
  font-size: 0.75rem;
  color: #0a0039;
}
.card.ficha .card-body .card-title {
  margin-bottom: 1rem;
}
.card.ficha .card-body .card-subtitle {
  color: #0a0039;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.card.ficha .card-body .card-list {
  margin-top: 1.5rem;
}
.card.ficha .card-body .card-list li {
  color: #808080;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}
.card.ficha .card-body .card-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.card.planta .card-body {
  border: 1px solid #dfdfdf;
  border-top: 0;
  max-width: 60rem;
}
.card-with-video a {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  cursor: pointer;
}
.card-with-video a .card-img-top {
  margin-bottom: 0;
}
.card-with-video a i.bi-play-circle-fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.125rem;
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.75);
}
.card-with-video a:hover i.bi-play-circle-fill {
  color: rgb(255, 255, 255);
}
.card-with-video .card-body {
  display: flex;
  flex-direction: column;
}
.card-with-video .card-body .card-video-link {
  margin-top: auto;
}

.slider {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.slider .slick-list {
  background-color: transparent;
}
.slider .slick-list .slick-track {
  height: 100%;
}
.slider .slick-slide {
  margin: 0px 10px;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}
.slider .slick-slide.slick-active {
  opacity: 1;
  transition-delay: 0.3s;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease-in;
}

ul.slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
  align-items: center;
  bottom: -20px;
}
ul.slick-dots li,
ul.slick-dots button,
ul.slick-dots button:before {
  width: 0.75rem;
  height: 0.75rem;
}
ul.slick-dots li {
  margin: 0 8px;
}
ul.slick-dots li.slick-active button:before {
  opacity: 1;
  margin: 0;
  font-size: 0.75rem;
  content: url(../img/dot-active.svg);
}
ul.slick-dots li button {
  font-size: 0;
}
ul.slick-dots li button:before {
  opacity: 1;
  font-size: 0.5rem;
  content: url(../img/dot-circle.svg);
}

.section__hero {
  padding-top: 0;
  padding-bottom: 0rem !important;
}
.section__hero .hero-slider {
  margin-bottom: 0px;
}
.section__hero .hero-slider .slide {
  background-color: #f45800;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 30rem;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 1085px) and (max-width: 1199px) {
  .section__hero .hero-slider .slide {
    background-image: none !important;
  }
}
@media (max-width: 991px) {
  .section__hero .hero-slider .slide {
    background-color: #f45800;
    min-height: auto;
    margin: 0 0.25rem;
  }
}
.section__hero .hero-slider .slick-arrow {
  z-index: 10000;
}
.section__hero .hero-slider .slick-dots {
  bottom: 0rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.section__hero .prev,
.section__hero .next {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  top: calc(50% - 0.75rem);
  transform: translateY(-50%);
  z-index: 10;
}
.section__hero .prev.slick-disabled,
.section__hero .next.slick-disabled {
  opacity: 0;
}
@media (max-width: 991px) {
  .section__hero .prev,
  .section__hero .next {
    display: none !important;
  }
}
.section__hero .prev {
  left: 0rem;
}
.section__hero .next {
  right: 0rem;
}
.section__hero-content {
  align-items: start;
  background-color: #f45800;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: none;
  min-height: 30rem;
  overflow: visible;
  padding: 1rem 2rem 0rem 0rem;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1439px) {
  .section__hero-content {
    padding-left: 42px;
  }
}
@media (max-width: 991px) {
  .section__hero-content {
    padding: 1.5rem;
    min-height: 30rem;
  }
}
@media (max-width: 400px) {
  .section__hero-content {
    padding: 1rem;
  }
}
.section__hero-content__heading h2 {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 2.625rem;
  color: #fff;
  font-size: 2.5rem;
}
@media (max-width: 400px) {
  .section__hero-content__heading h2 {
    font-size: 2rem;
    line-height: 1.1;
  }
}
.section__hero-content__text h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  color: #fff;
  font-size: 1.3rem;
}
@media (max-width: 400px) {
  .section__hero-content__text h5 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.section__hero-content__text h5 p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.section__hero-content__heading, .section__hero-content__text {
  margin-bottom: 1.875rem;
}
.section__hero-bg__overflow {
  background-color: #f45800;
  height: 100%;
  left: -50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 991px) {
  .section__hero-bg__overflow {
    width: 100%;
  }
}

.section__hero--small {
  background-color: #f45800;
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 22.5rem;
}
@media (max-width: 1023px) {
  .section__hero--small {
    background-image: none !important;
  }
}
.section__hero--small .section__hero-content {
  min-height: 22.5rem;
}
.section__hero--small .section__hero-content__heading h2 {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.625rem;
}
.section__hero--small .section__hero-content__text h5 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2rem;
}
.section__hero--small .section__hero-bg__overflow {
  background-color: #000;
  background-color: #f45800;
  height: 100%;
  left: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .section__hero--small .section__hero-bg__overflow {
    width: 100%;
  }
}

.nav__filter-select {
  border-color: #000;
}

.nav__filter-list {
  margin-bottom: 2.5rem;
}
.nav__filter-list .nav-item .nav-link.nav-filter {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  text-decoration: none;
  margin: 0 8px;
}
.nav__filter-list .nav-item .nav-link.nav-filter:hover, .nav__filter-list .nav-item .nav-link.nav-filter.active {
  color: #f45800;
}
.nav__filter-list .nav-item .nav-link.nav-filter:hover::after, .nav__filter-list .nav-item .nav-link.nav-filter.active::after {
  transform: scaleX(1);
  transform-origin: left;
}
.nav__filter-list .nav-item .nav-link::after {
  background: #f45800;
  border-radius: 0.25rem;
  bottom: 0px;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  transform-origin: center;
  transform: scaleX(0);
  transition: transform 0.2s ease-out;
  width: 100%;
}

.section__pagination {
  margin-top: 50px;
  margin-bottom: 0;
}
.section__pagination .pagination {
  margin-bottom: 0;
}

.wp-pagenavi {
  display: block;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0;
}
.wp-pagenavi span {
  display: inline-block;
}
.wp-pagenavi span.extend {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  font-size: 1rem;
  min-width: 1.25rem;
}
.wp-pagenavi span.pages {
  margin-right: 10px;
}
.wp-pagenavi span.current {
  background: #f45800;
  color: #000;
  border: 1px solid #f45800;
  margin: 0;
}
.wp-pagenavi a.page {
  color: #f45800;
  background-color: #fff;
  transition: all 0.2s ease-out;
  margin: 0 10px;
}
.wp-pagenavi a.page:hover, .wp-pagenavi a.page:focus {
  background: #f0b89f;
  color: #000;
  border: 1px solid #f0b89f;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  color: #707070;
  background-color: #fff;
  transition: all 0.2s ease-out;
  margin: 0 10px;
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
  color: #0a0039;
  text-decoration: none;
  margin: 0px;
  transition: all 0.2s ease-out;
}
.wp-pagenavi a.current,
.wp-pagenavi a.page {
  border-radius: 8px;
}
.wp-pagenavi .nextpostslink {
  font-size: 1rem;
}
.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi span.current {
  text-decoration: none;
  border-radius: 0.5rem;
  border: 1px solid #f45800;
  min-width: 2.5rem;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
}
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.nextpostslink:focus,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.previouspostslink:focus {
  background: #0a0039;
  color: #fff;
  border: 1px solid #f45800;
}
@media (max-width: 767px) {
  .wp-pagenavi a.page,
  .wp-pagenavi span.extend,
  .wp-pagenavi a.last {
    display: none;
  }
}

.share__block-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.5rem;
}
.share__block-link .bi {
  color: #f45800;
  font-size: 1rem;
}

.container-xl > .gallery__wrapper .gallery__slider-mobile img {
  max-width: 20%;
}
@media (min-width: 769px) {
  .container-xl > .gallery__wrapper .gallery__slider-mobile img {
    flex: 1 1 calc(20% - 0.625rem);
    max-width: calc(20% - 0.625rem);
  }
}

.gallery__wrapper {
  border-top: 1px solid #dfdfdf;
  padding-top: 1.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .gallery__wrapper {
    padding-top: 2.5rem;
  }
}
.gallery__wrapper p {
  color: #0a0039;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

.gallery__slider-mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: start;
  margin-bottom: 0 !important;
}
.gallery__slider-mobile img {
  flex: 1 1 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
  height: auto;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.gallery__slider-mobile img:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .gallery__slider-mobile img {
    cursor: default;
    transition: none;
  }
  .gallery__slider-mobile img:hover {
    opacity: 1;
  }
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next {
  right: -90px;
}

.carousel-control-prev {
  left: -90px;
}

.modal .modal-dialog.modal-lg {
  max-width: 46.875rem;
}
.modal .modal-dialog .modal-content {
  position: relative;
  border-radius: 0;
  padding: 0;
}
.modal .modal-dialog .modal-content a.btn-close {
  align-items: center;
  background-color: #787878;
  background-image: none;
  color: white;
  display: flex;
  flex-direction: row;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  opacity: 1;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 0px;
  top: -40px;
  width: auto;
}
.modal .modal-dialog .modal-content a.btn-close .bi {
  margin-left: 0.5rem;
}
.modal .modal-dialog .modal-content .modal-body {
  background-color: white;
  padding: 0;
  border-radius: 0;
}
.modal__pre-home {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.modal__pre-home .modal-dialog {
  max-width: 62.5rem;
}
@media (max-width: 992px) {
  .modal__pre-home .modal-dialog {
    max-width: 53.125rem;
  }
}
@media (max-width: 768px) {
  .modal__pre-home .modal-dialog {
    max-width: 43.75rem;
  }
}
.modal__pre-home .modal-dialog .modal-content {
  padding: 1.5rem;
  border-radius: 1rem;
  position: relative;
}
.modal__pre-home .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 0;
  top: -2.5rem;
  background: none;
  background-color: grey;
  opacity: 1;
  display: flex;
  align-items: center;
  width: auto;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  line-height: 0;
  justify-content: center;
}
.modal__pre-home .modal-dialog .modal-content .btn-close .bi {
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .modal__pre-home .modal-dialog .modal-content .btn-close {
    position: relative;
    top: auto;
    right: 0;
    background-color: #fff;
    width: auto !important;
    color: #f45800;
    align-self: end;
  }
}
@media (max-width: 768px) {
  .modal__pre-home .modal-dialog .modal-content {
    padding: 0.5rem;
  }
}
.modal__pre-home .modal-dialog .modal-content .modal-header {
  text-align: center;
  border-bottom: none;
  margin-bottom: 0;
}
.modal__pre-home .modal-dialog .modal-content .modal-header img {
  margin-bottom: 1rem;
  max-width: 9.375rem;
}
@media (max-width: 768px) {
  .modal__pre-home .modal-dialog .modal-content .modal-header img {
    max-width: 6.25rem;
    margin-bottom: 1rem;
  }
}
.modal__pre-home .modal-dialog .modal-content .modal-header h1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 0.5rem;
  color: #0a0039;
}
@media (max-width: 992px) {
  .modal__pre-home .modal-dialog .modal-content .modal-header h1 {
    line-height: 2.5rem;
    font-size: 2.125rem;
  }
}
@media (max-width: 768px) {
  .modal__pre-home .modal-dialog .modal-content .modal-header h1 {
    line-height: 2rem;
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
  }
}
.modal__pre-home .modal-dialog .modal-content .modal-header p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #0a0039;
}
@media (max-width: 768px) {
  .modal__pre-home .modal-dialog .modal-content .modal-header p {
    font-size: 0.875rem;
  }
}
.modal__pre-home .modal-dialog .modal-content .modal-header__advice {
  align-self: start;
  text-align: left;
  color: #0a0039;
}
.modal__pre-home .modal-dialog .modal-content .modal-header__advice-title strong {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.5rem;
}
@media (max-width: 1200px) {
  .modal__pre-home .modal-dialog .modal-content .modal-header__advice-title strong {
    font-size: 2.125rem;
  }
}
@media (max-width: 991px) {
  .modal__pre-home .modal-dialog .modal-content .modal-header__advice-title strong {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
.modal__pre-home .modal-dialog .modal-content .modal-header__advice-title span {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.5rem;
}
@media (max-width: 991px) {
  .modal__pre-home .modal-dialog .modal-content .modal-header__advice-title span {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
.modal__pre-home .modal-dialog .modal-content .modal-header__advice-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-align: left !important;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .modal__pre-home .modal-dialog .modal-content .modal-header__advice-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
.modal__pre-home .modal-dialog .modal-content .modal-body {
  border-radius: 1rem;
  padding: 0.5rem;
}
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button {
  text-decoration: none;
}
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button .card {
  background-color: #f8f8f8;
  min-height: 6.875rem;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button .card {
    min-height: auto;
  }
}
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button .card .card-body {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  .modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button .card .card-body {
    padding: 0.75rem;
  }
}
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button .card .card-body .card-button-icon img {
  max-width: 1.875rem;
  height: auto;
}
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button .card .card-body .card-button-icon i {
  color: #f45800;
  font-size: 1.875rem;
}
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button .card .card-body .card-button-content .card-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 575px) {
  .modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button .card .card-body .card-button-content .card-title {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 0.25rem;
  }
}
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button .card .card-body .card-button-content .card-text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1rem;
  padding-top: 0;
}
@media (max-width: 575px) {
  .modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button .card .card-body .card-button-content .card-text {
    font-size: 0.75rem;
    line-height: 1.1rem;
    margin-bottom: 0;
  }
}
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button:hover .card, .modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button--selected .card {
  background-color: #f45800;
}
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button:hover .card .card-body .card-button-icon img, .modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button--selected .card .card-body .card-button-icon img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button:hover .card .card-body .card-button-icon i, .modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button--selected .card .card-body .card-button-icon i {
  color: white;
}
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button:hover .card .card-body .card-button-content .card-title,
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button:hover .card .card-body .card-button-content .card-text, .modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button--selected .card .card-body .card-button-content .card-title,
.modal__pre-home .modal-dialog .modal-content .modal-body .card-selection-button--selected .card .card-body .card-button-content .card-text {
  color: white;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.video__container {
  margin-bottom: 1.5rem;
}

#modal__video .video__container {
  margin-bottom: 0;
}

.accordion-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.accordion-body img.aligncenter {
  display: table;
  margin: 1rem auto;
}
.accordion-body p img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.accordion-body p img.aligncenter {
  display: table;
  margin: 1rem auto;
}
.accordion-body__text-and-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.accordion-body__text-block {
  flex: 1;
  margin-right: 20px;
}
.accordion-body__button-block {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.accordion-body__button-block .btn {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .accordion-body__text-and-button {
    flex-direction: column;
  }
  .accordion-body__button-block .btn {
    width: 100% !important;
  }
  .accordion-body__button-block {
    order: 2;
    margin-top: 10px;
  }
  .accordion-body__text-block {
    order: 1;
    margin-right: 0;
  }
}

.accordions__container .accordion-body {
  color: #0a0039;
}
.accordions__container .accordion-body p {
  color: #0a0039;
}
.accordions__container .accordion-body p a {
  color: #f45800;
  text-decoration: none;
}
.accordions__container .accordion-body p a:hover {
  color: #0a0039;
}
.accordions__container .accordion-item {
  border-left: none;
  border-right: none;
}
.accordions__container .accordion-item:first-child {
  border-top: none;
}
.accordions__container .accordion-item:last-child {
  border-bottom: none;
}
.accordions__container .accordion-header .accordion-button {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5rem;
  box-shadow: none;
  display: flex;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #0a0039;
}
.accordions__container .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #f45800;
}
@media (max-width: 767px) {
  .accordions__container .accordion-header .accordion-button {
    color: #0a0039;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-decoration: none;
    font-weight: 400;
  }
}
.accordions__container .accordion-header .accordion-button .bi {
  color: #0a0039;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .accordions__container .accordion-header .accordion-button .bi {
    display: none;
  }
}
.accordions__container .accordion-header .accordion-button:not(.collapsed) .bi {
  transform: translateY(-50%) rotate(180deg);
  color: #f74d2e;
}
.accordions__container .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordions__container .accordion-header .accordion-button::after {
  background-image: none;
}
.accordions__container .accordion-body,
.accordions__container .accordion-button {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .accordions__container .accordion-body,
  .accordions__container .accordion-header {
    padding-left: 0;
    padding-right: 0;
  }
  .accordions__container .accordion-item {
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
  .accordions__container .accordion-item:hover, .accordions__container .accordion-item:focus {
    outline: none;
    box-shadow: none;
    border: none;
  }
  .accordions__container .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    box-shadow: none;
  }
  .accordions__container .accordion-item .accordion-button:not(.collapsed) {
    color: #0a0039;
  }
  .accordions__container .accordion-item .accordion-button::after {
    display: none;
  }
}

.accordion-normal .accordion-body {
  color: #0a0039;
}
.accordion-normal .accordion-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.accordion-normal .accordion-body img.aligncenter {
  display: table;
  margin: 1rem auto;
}
.accordion-normal .accordion-body p {
  color: #0a0039;
}
.accordion-normal .accordion-body p img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.accordion-normal .accordion-body p img.aligncenter {
  display: table;
  margin: 1rem auto;
}
.accordion-normal .accordion-item {
  color: #0a0039;
}
.accordion-normal .accordion-item p {
  color: #0a0039;
}
.accordion-normal .accordion-header .accordion-button {
  box-shadow: none;
  display: inline;
  position: relative;
  color: #0a0039;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  font-weight: 400;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
}
.accordion-normal .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #f45800;
}
@media (max-width: 767px) {
  .accordion-normal .accordion-header .accordion-button {
    color: #0a0039;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-decoration: none;
    font-weight: 400;
  }
}
.accordion-normal .accordion-header .accordion-button .bi {
  color: #0a0039;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  display: block;
}
.accordion-normal .accordion-header .accordion-button:not(.collapsed) .bi {
  transform: translateY(-50%) rotate(180deg);
  color: #f74d2e;
}
.accordion-normal .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion-normal .accordion-header .accordion-button:not(.collapsed)::after, .accordion-normal .accordion-header .accordion-button:after {
  display: none;
}

.table__block .table tbody tr td {
  padding: 1rem;
  color: #0a0039;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  font-weight: 400;
}
.table__block .table tbody tr td:first-child {
  font-weight: bold;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #0a0039;
}
.table__block .btn--azul {
  width: auto;
}
@media (max-width: 767px) {
  .table__block .btn--azul {
    display: flex;
  }
}

.breadcrumbs__container {
  padding: 0.5rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 8px 8px -8px;
}
.breadcrumbs__container .breadcrumbs {
  background-color: #fff;
}
.breadcrumbs__container .breadcrumbs p {
  margin: 0;
  font-size: 0.875rem;
}
@media (max-width: 400px) {
  .breadcrumbs__container .breadcrumbs p {
    font-size: 0.75rem;
  }
}
.breadcrumbs__container .breadcrumbs p i {
  margin: 0 8px;
  font-size: 0.625rem;
}
@media (max-width: 400px) {
  .breadcrumbs__container .breadcrumbs p i {
    font-size: 0.5rem;
  }
}
.breadcrumbs__container .breadcrumbs p span a {
  color: #0a0039;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.breadcrumbs__container .breadcrumbs p span a:hover {
  color: #f74d2e;
}
.breadcrumbs__container .breadcrumbs p span span.current-item {
  color: #f45800;
}

#to__top {
  background-color: #f74d2e;
  border-radius: 0.25rem;
  display: inline-block;
  height: 3.125rem;
  opacity: 0;
  position: fixed;
  right: 2rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  width: 3.125rem;
  z-index: 2147483000;
  border: 1px solid transparent;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
#to__top i {
  font-size: 2em;
  color: #fff;
}
#to__top.show {
  opacity: 1;
  visibility: visible;
}
#to__top:hover {
  cursor: pointer;
  background-color: #0a0039;
  border: 1px solid white;
}

.bottom__banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #f45800;
  padding: 2rem 1rem;
}
@media (max-width: 768px) {
  .bottom__banner .container.w-75 {
    width: 100% !important;
  }
}
.bottom__banner h1 {
  color: white;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
}
.bottom__banner p {
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: normal;
}
.bottom__banner p a {
  text-decoration: underline;
  transition: all 0.2s ease-out;
  color: #0a0039;
}
.bottom__banner p a:hover {
  color: white;
}
.bottom__banner a.btn {
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
}
@media (max-width: 992px) {
  .bottom__banner a.btn {
    font-size: 0.875rem;
  }
}

.search__box {
  background-color: #fff;
  padding: 40px 0;
  position: fixed;
  z-index: 1;
  width: 100%;
  transition: all 0.4s ease-out;
  opacity: 1;
  transform: translateY(0px);
}
.search__box.hidden {
  transform: translateY(-130px);
}
@media (max-width: 1199px) {
  .search__box.hidden {
    transform: translateY(-145px);
  }
}
@media (max-width: 767px) {
  .search__box.hidden {
    transform: translateY(-220px);
  }
}
.search__box-form__container .form {
  position: relative;
}
.search__box-form__container .form-label {
  display: inline-block;
  background-color: white;
  position: absolute;
  left: 24px;
  top: 17px;
  color: #000;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
  padding: 0 5px;
}
.search__box-form__container .form-control {
  padding: 0.75rem 1rem;
  border-color: #dfdfdf;
  border-radius: 8px;
}
.search__box-form__container .form .btn {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 50px;
  justify-content: center;
}
.search__box-open-bg {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
  transition: all 0.4s ease-out;
}
.search__box-open-bg.hidden {
  opacity: 0;
  display: none;
  z-index: 0;
}

.footer {
  padding: 3.75rem 0 1rem 0;
}
@media (max-width: 767px) {
  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.footer__logo__box {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .footer__logo__box {
    margin-bottom: 2rem;
  }
}
.footer__address {
  margin-bottom: 1.5rem;
}
.footer__address__list--top {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .footer__address__list--top {
    margin-bottom: 2.25rem;
  }
}
.footer__address__list--bottom {
  margin-bottom: 1.5rem;
}
.footer__address__item, .footer__address__link {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: normal;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .footer__address__item, .footer__address__link {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer__address__item, .footer__address__link {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-decoration: none;
    margin-bottom: 1rem;
    line-height: 1;
  }
}
.footer__address__link {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-out;
  line-height: 1;
}
.footer__address__link:hover {
  color: #f0b89f;
}
@media (max-width: 767px) {
  .footer__address__link {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-decoration: none;
    transition: all 0.2s ease-out;
    margin-bottom: 0;
    line-height: 1;
  }
  .footer__address__link:hover {
    color: #f0b89f;
  }
}
.footer__socials {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 3.125rem;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .footer__socials {
    gap: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .footer__socials {
    align-items: unset;
    gap: unset;
    justify-content: space-between;
    margin-bottom: 3.5rem;
  }
}
.footer__socials__link {
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__socials__link {
    font-size: 1.5rem;
  }
}
.footer__form__container {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .footer__form__container {
    margin-bottom: 0;
  }
}
.footer__form__container .footer__form__heading {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (max-width: 1199px) {
  .footer__form__container .footer__form__heading {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6875rem;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .footer__form__container .footer__form__heading {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6875rem;
    color: #fff;
  }
}
.footer__form__input {
  color: #919191;
}
@media (max-width: 767px) {
  .footer__form__input {
    margin-bottom: 0.625rem;
  }
}
.footer__menu {
  margin-bottom: 0;
}
.footer__menu__heading {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
.footer__menu__item {
  margin-bottom: 0.5rem;
}
.footer__menu__link {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-out;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
}
.footer__menu__link:hover {
  color: #f0b89f;
}
.footer__bottom {
  padding: 4.375rem 0 1rem 0;
}
@media (max-width: 991px) {
  .footer__bottom {
    padding-top: 3rem;
  }
}
.footer__bottom__list {
  display: flex;
  padding: 0;
  margin: 0;
}
.footer__bottom__item {
  list-style: none;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .footer__bottom__item {
    margin-bottom: 1.5rem;
    margin-left: 0px;
  }
}
.footer__bottom__item:first-child {
  margin-left: 0;
}
.footer__bottom__item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .footer__bottom__item:last-child {
    margin-bottom: 0px;
  }
}
.footer__bottom__link {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.footer__bottom__link:hover {
  color: #f0b89f;
}
.footer__bottom__copyright {
  color: #dfdfdf;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: end;
  margin-bottom: 0;
}
.footer__bottom__copyright p {
  margin: 0;
  color: #dfdfdf;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer__bottom__copyright {
    padding-top: 1.5rem;
  }
}

.search__form-container {
  width: 100%;
}

.form__container p {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .form__container p {
    color: #0a0039;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-decoration: none;
  }
}
.form__container p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.form__container p strong {
  color: #0a0039;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  font-weight: 600;
}
.form__container small {
  color: #0a0039;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1rem;
}
.form__container-intro h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .form__container-intro h1 {
    font-size: 1.8125rem;
  }
}
@media (max-width: 767px) {
  .form__container-intro h1 {
    font-size: 1.625rem;
  }
}
.form__container-intro p {
  color: #0a0039;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.form__container h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .form__container h3 {
    font-size: 1.8125rem;
  }
}
@media (max-width: 767px) {
  .form__container h3 {
    font-size: 1.625rem;
  }
}
.form__container a.form__email-link {
  color: #f45800;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all 0.2s ease-out;
  text-decoration: none;
}
.form__container a.form__email-link:hover {
  color: #000;
}
.form__container a.form__email-link .bi {
  margin-right: 0.25rem;
}
.form__container a.btn--azul {
  width: auto;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .form__container a.btn--azul {
    width: 100%;
  }
}

.form {
  position: relative;
}
.form .form-row {
  position: relative;
}
.form .form-row .form-label {
  top: -8px;
  left: 16px;
}
.form .input-group {
  position: relative;
  z-index: 0;
  margin-bottom: 1rem;
}
.form .input-group .form-label {
  top: -8px;
  left: 24px;
}
.form .input-group__note {
  margin-left: 1rem !important;
}
.form .form-label {
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 1.5rem;
  top: 18px;
  color: #000;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
  z-index: 10;
  padding: 0;
}
.form .form-control,
.form .form-select {
  padding: 12px 35px 12px 16px;
  padding-right: 35px;
  border: 1px solid;
  border-color: #dfdfdf;
}
.form .form-control,
.form textarea {
  border-radius: 0.5rem;
  z-index: 0;
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.form .form-control::placeholder,
.form .form-select option[selected]::placeholder,
.form textarea::placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.form .form-control::-ms-input-placeholder,
.form .form-select option[selected]::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
  color: #a3a3a3;
}
.form textarea {
  min-height: 120px;
}
.form .search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #000;
  pointer-events: none;
  z-index: 5;
}
.form .search-icon--left {
  right: auto;
  left: 16px;
}
.form:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-radius: 0.5rem;
}
.form .btn--azul,
.form .off__canvas__toggler {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.form__checkboxes-wrapper .form-check {
  margin-bottom: 0.5rem;
}
.form__checkboxes-wrapper .form-check-label {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}
.form__selects-wrapper .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
  z-index: 0;
}
.form__selects-wrapper .input-group .form-label {
  left: 1rem;
}

.page__content-votes-question, .page__content-votes-buttons {
  text-align: center;
  margin-bottom: 1.5rem;
}
.page__content-votes-question {
  text-align: center;
}
.page__content-votes-question h5 {
  color: #0a0039;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}
@media (max-width: 1199px) {
  .page__content-votes-question h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .page__content-votes-question h5 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6875rem;
  }
}
.page__content-votes-buttons {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.page__content-votes-buttons .btn {
  width: 60px;
}
.page__content-votes-buttons .btn--naranja {
  border: none;
}
.page__content-votes-form h6 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.5rem;
  color: #0a0039;
  font-size: 1.1875rem;
}
@media (max-width: 1199px) {
  .page__content-votes-form h6 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6875rem;
    color: #0a0039;
  }
}
@media (max-width: 767px) {
  .page__content-votes-form h6 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6875rem;
    color: #0a0039;
  }
}

.form-visible #btn-no.active,
.form-visible #btn-si.active {
  background-color: #1f32de;
}

.offcanvas {
  background-color: #f8f8f8;
}
.offcanvas-body {
  padding-top: 0;
}
.offcanvas-body hr {
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  color: #dfdfdf;
}
.offcanvas-body .form-label {
  background-color: #f8f8f8;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.offcanvas .btn-close {
  opacity: 1;
  background: none;
  position: relative;
  width: auto;
  border: none;
  box-shadow: none;
  transition: all 0.2s ease-out;
  color: #0a0039;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
}
.offcanvas .btn-close:hover {
  color: #f45800;
}

body.admin-bar header.fixed-top {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar header.fixed-top {
    margin-top: 46px;
  }
}

@media (max-width: 1199px) {
  header.fixed-top {
    overflow-y: auto;
  }
}

/* CSS */
.navbar__top {
  align-items: center;
  display: flex;
  padding: 6px 16px;
  background-color: #0a0039;
}
@media (max-width: 991px) {
  .navbar__top {
    padding: 0px 16px;
  }
}
.navbar__top a {
  color: white;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 32px;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.navbar__top a i {
  margin-right: 4px;
}
.navbar__top a:hover {
  color: #f0b89f;
}
.navbar__top a:active {
  color: #fff;
}
.navbar__top a.disabled, .navbar__top a:disabled {
  color: #808080;
  pointer-events: none;
}
.navbar__top__socials {
  margin-right: 48px;
}
.navbar__top__socials .nav-item {
  margin-left: 32px;
}
.navbar__top__socials .nav-item:first-child {
  margin-left: 0;
}
.navbar__top__socials .nav-item a {
  display: inline-block;
  margin-left: 32px;
  margin: 0;
}
.navbar__top__socials .nav-item a i {
  margin-right: 1px;
}
.navbar__top__lang__selector.dropdown .dropdown-toggle {
  background-color: transparent;
  border: none;
  font-size: 0.75rem;
  margin-left: 20px;
  margin-right: 0;
  padding: 0;
  position: relative;
}
.navbar__top__lang__selector.dropdown .dropdown-toggle .chevron {
  bottom: -1px;
  font-size: 0.8125rem;
  left: -16px;
  position: absolute;
}
.navbar__top__lang__selector.dropdown .dropdown-toggle[aria-expanded=true] .chevron {
  bottom: -1px;
  transform: rotate(180deg);
}
.navbar__top__lang__selector.dropdown .dropdown-toggle::after {
  display: none;
}
.navbar__top__lang__selector.dropdown .dropdown-menu {
  border-radius: 8px;
  background-color: #f45800;
  transition: all 0.3s ease-out;
}
.navbar__top__lang__selector.dropdown .dropdown-menu[data-bs-popper] {
  left: auto;
  right: -16px;
  min-width: auto;
  width: 100%;
  padding: 8px;
}
.navbar__top__lang__selector.dropdown .dropdown-menu .dropdown-item {
  background-color: transparent;
  color: #000;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.navbar__top__lang__selector.dropdown .dropdown-menu .dropdown-item:hover {
  color: #000;
}
.navbar__top__lang__selector.dropdown .dropdown-menu:hover {
  background-color: #f0b89f;
}

.main__navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #f8f8f8;
  z-index: 0;
}
.main__navbar__components {
  z-index: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .main__navbar__components {
    width: 100%;
  }
}
.main__navbar--bg-neutro-50 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  z-index: 0;
  display: block;
}
@media (min-width: 1200px) {
  .main__navbar--bg-neutro-50 {
    display: none;
  }
}
.main__navbar .main__navbar__logo {
  margin: 0;
}
.main__navbar__single__button__wrapper {
  z-index: 1;
  width: 100%;
  padding: 0.5rem 0;
}
.main__navbar__single__button__wrapper .btn {
  justify-content: center;
}
.main__navbar__menu {
  align-items: center;
}
.main__navbar__menu__item:hover .dropdown-menu {
  display: block;
}
.main__navbar__menu__item .nav-link.main__navbar__menu__link {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 20px 15px;
  position: relative;
  text-decoration: none;
}
.main__navbar__menu__item .nav-link.main__navbar__menu__link:hover, .main__navbar__menu__item .nav-link.main__navbar__menu__link.active {
  color: #f45800;
}
.main__navbar__menu__item .nav-link.main__navbar__menu__link:hover::after, .main__navbar__menu__item .nav-link.main__navbar__menu__link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}
.main__navbar__menu__item .nav-link.main__navbar__menu__link::after {
  background: #f45800;
  border-radius: 4px;
  bottom: 0px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.2s ease-out;
  width: 100%;
}
.main__navbar__menu__item .nav-link.main__navbar__menu__link.dropdown-toggle::after {
  margin-left: 0;
}
.main__navbar__menu__item .megamenu {
  background-color: #0a0039;
  border-radius: 0;
  border: none;
  display: none;
  left: 0%;
  margin-bottom: 0;
  margin-top: 0px;
  padding: 26px 60px;
  top: auto;
  width: 100%;
}
.main__navbar__menu__item .megamenu__content__title {
  color: #f74d2e;
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.25rem;
}
.main__navbar__menu__item .megamenu__content ul {
  list-style: none;
  padding-left: 0;
}
.main__navbar__menu__item .megamenu__content ul li {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 16px;
  text-decoration: none;
}
.main__navbar__menu__item .megamenu__content ul li a {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.main__navbar__menu__item .megamenu__content ul li a:hover {
  color: #f0b89f;
}
.main__navbar__menu__item .megamenu__content ul li a:active {
  color: #fff;
}
.main__navbar__menu__item .megamenu__content ul li ul {
  margin-top: 8px;
  padding-left: 2rem;
}
.main__navbar__menu__item .megamenu__content ul li ul li a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}
.main__navbar .btn--azul {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.main__navbar .btn__search {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
@media (max-width: 1199px) {
  .main__navbar .btn__search {
    margin-left: 10px;
    margin-right: 10px;
  }
}

body.accordion-open {
  overflow: hidden;
}
body.accordion-open .accordion-open-bg {
  display: block;
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}
body .accordion-open-bg {
  opacity: 0;
}

.navbar-collapse {
  z-index: 10;
}
@media (max-width: 992px) {
  .navbar-collapse {
    transition: height 0.2s ease, opacity 0.2s ease;
    height: 0;
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .navbar-collapse.show {
    opacity: 1;
    height: 100%;
    max-height: calc(100vh - 250px);
    overflow: auto;
  }
}

.accordion.main__menu__mobile .accordion-item {
  border-bottom: 0;
}
.accordion.main__menu__mobile .accordion-item--divider {
  border-top: 1px solid #dfdfdf;
  display: block;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}
.accordion.main__menu__mobile .accordion-item .accordion-header .accordion-button, .accordion.main__menu__mobile .accordion-item .accordion-header .accordion-btn-link {
  color: #f74d2e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  align-items: center;
  background-color: #fff;
  display: flex;
  padding: 16px 24px;
  position: relative;
  width: 100%;
}
.accordion.main__menu__mobile .accordion-item .accordion-header .accordion-button.collapsed, .accordion.main__menu__mobile .accordion-item .accordion-header .collapsed.accordion-btn-link {
  align-items: center;
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}
.accordion.main__menu__mobile .accordion-item .accordion-header .accordion-button .bi, .accordion.main__menu__mobile .accordion-item .accordion-header .accordion-btn-link .bi {
  color: #0a0039;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.accordion.main__menu__mobile .accordion-item .accordion-header .accordion-button:not(.collapsed) .bi, .accordion.main__menu__mobile .accordion-item .accordion-header .accordion-btn-link:not(.collapsed) .bi {
  transform: translateY(-50%) rotate(180deg);
  color: #f74d2e;
}
.accordion.main__menu__mobile .accordion-item .accordion-header .accordion-button:focus, .accordion.main__menu__mobile .accordion-item .accordion-header .accordion-btn-link:focus {
  box-shadow: none;
}
.accordion.main__menu__mobile .accordion-item .accordion-header .accordion-button::after, .accordion.main__menu__mobile .accordion-item .accordion-header .accordion-btn-link::after {
  background-image: none;
}
.accordion.main__menu__mobile .accordion-item .accordion-header .accordion-btn-link {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  border-bottom: none;
}
.accordion.main__menu__mobile .accordion-item .accordion-collapse {
  background-color: #f8f8f8;
}
.accordion.main__menu__mobile .accordion-item .accordion-collapse .accordion-body {
  border: 16px solid white;
  border-top: 0;
}
.accordion.main__menu__mobile .accordion-item .accordion-collapse .accordion-body ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.accordion.main__menu__mobile .accordion-item .accordion-collapse .accordion-body ul li {
  margin-bottom: 16px;
  color: #003b5e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  font-weight: 600;
}
.accordion.main__menu__mobile .accordion-item .accordion-collapse .accordion-body ul li span,
.accordion.main__menu__mobile .accordion-item .accordion-collapse .accordion-body ul li a {
  color: #003b5e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  font-weight: 600;
}
.accordion.main__menu__mobile .accordion-item .accordion-collapse .accordion-body ul li ul {
  margin-top: 16px;
  padding-left: 20px;
}
.accordion.main__menu__mobile .accordion-item .accordion-collapse .accordion-body ul li ul li a {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}
.accordion.main__menu__mobile .accordion-item:last-of-type .accordion-item--divider {
  border-top: 1px solid green;
}
.accordion.main__menu__mobile .accordion__footer {
  background-color: #fff;
  flex-direction: column;
  padding: 16px 16px 0 16px;
  width: 100%;
  z-index: 900;
}
@media (max-width: 991px) {
  .accordion.main__menu__mobile .accordion__footer {
    display: flex;
  }
}
.accordion.main__menu__mobile .accordion__footer__menu {
  display: flex;
  flex-direction: column;
}
.accordion.main__menu__mobile .accordion__footer__menu__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 16px;
  color: #f45800;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}
.accordion.main__menu__mobile .accordion__footer__menu__link .bi {
  margin-left: 4px;
  font-size: 0.75rem;
}
.accordion.main__menu__mobile .accordion__footer__boton {
  margin-top: 10px;
  margin-bottom: 10px;
}
.accordion.main__menu__mobile .accordion__footer__socials {
  padding: 10px 16px 10px 16px;
}
.accordion.main__menu__mobile .accordion__footer__socials ul.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
.accordion.main__menu__mobile .accordion__footer__socials ul.nav .nav-item {
  margin-left: 12px;
  margin-right: 12px;
}
.accordion.main__menu__mobile .accordion__footer__socials ul.nav .nav-item a {
  color: #f45800;
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  .accordion.main__menu__mobile .accordion__footer .btn--azul {
    width: 100%;
    margin-left: 0;
  }
}

.aside {
  border-top: 1px solid #0a0039;
  padding-top: 1rem;
  position: relative;
  margin-top: 0;
}
.aside.fixed {
  position: fixed;
  margin-top: 4rem;
}
.aside.absolute {
  position: absolute;
  margin-top: 0;
}
.aside__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.aside__title h6 {
  color: #0a0039;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.aside__title h6 .bi {
  margin-right: 8px;
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  .aside__title h6 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6875rem;
  }
}
.aside__content {
  padding: 1rem 0;
}
.aside__list.no-padding-left {
  padding-left: 0;
}
.aside__list-item {
  color: #f45800;
  margin-bottom: 1rem;
  transition: all 0.3s ease-out;
}
.aside__list-item:last-child {
  margin-bottom: 0;
}
.aside__list-item:hover {
  color: #0a0039;
}
.aside__list-item.has-btn {
  list-style: none;
}
.aside__list-link {
  color: #f45800;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.aside__list-link:hover {
  color: #0a0039;
}

.aside__menu {
  border: none;
}
@media (max-width: 991px) {
  .aside__menu .aside__content {
    display: none;
  }
}
.aside__menu .aside__content .aside__list {
  padding-left: 0;
  list-style: none;
  counter-reset: item;
}
.aside__menu .aside__content .aside__list-item {
  border-radius: 0;
  border: 1px solid transparent;
  border-width: 0 0 0 2px;
  counter-increment: item;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
}
.aside__menu .aside__content .aside__list-item::before {
  content: counter(item);
  position: absolute;
  left: 1rem;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  color: #f45800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-weight: 500;
  font-size: 1rem;
}
.aside__menu .aside__content .aside__list-item--active {
  border-left-color: #f45800;
  background-color: #f8f8f8;
}

.page__banner {
  min-height: 12.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f45800;
  display: flex;
  align-items: center;
}
.page__banner__heading h2 {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 2.625rem;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .page__banner__heading h2 {
    font-size: 2.375rem;
    font-weight: 600;
    line-height: 2.625rem;
  }
}
@media (max-width: 767px) {
  .page__banner__heading h2 {
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 2.625rem;
  }
}
.page__heading {
  padding: 1.5rem 0;
}
.page__heading-intro {
  color: #0a0039;
  margin-bottom: 3.125rem;
}
.page__heading-intro h1 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.5rem;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .page__heading-intro h1 {
    font-size: 1.375rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 767px) {
  .page__heading-intro h1 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
.page__heading-intro p {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 0;
}
.page__content {
  padding: 4rem 0;
}
@media (max-width: 1199px) {
  .page__content {
    padding: 3.5rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .page__content {
    padding: 3rem 0.75rem;
  }
}
.page__content .card {
  display: block;
}
.page__content-intro {
  padding-bottom: 50px;
}
.page__content-intro-title h1 {
  font-size: 2.875rem;
  font-weight: 300;
  line-height: 3.625rem;
  color: #0a0039;
  margin-bottom: 1.5rem;
}
@media (max-width: 1199px) {
  .page__content-intro-title h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.page__content-intro-img.rounded {
  border-radius: 8px;
}
.page__content p {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 1.16666875rem;
  line-height: 1.8rem;
}
.page__content p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.page__content p span a {
  color: #0a0039;
  text-decoration: none;
  font-weight: 500;
}
.page__content p span a:hover {
  color: #f45800;
}
.page__content p + a {
  margin-bottom: 1.5rem; /* ajusta este valor según tus necesidades */
}
.page__content p:last-of-type + a {
  margin-bottom: 0;
}
.page__content ul {
  color: #0a0039;
  margin-left: 0;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.page__content ul li {
  margin-bottom: 0.5rem;
}
.page__content .post__heading {
  margin-bottom: 1.5rem;
}
.page__content .post__title h3 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5rem;
  color: #0a0039;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page__content .post__title h3 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.5rem;
  }
}
.page__content .post__category-block {
  margin-bottom: 1.5rem;
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}
.page__content .post__category-link {
  color: #0a0039;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.page__content .post__category-link:hover {
  color: #f45800;
}
.page__content .post__content {
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .page__content .post__content {
    padding-bottom: 0;
  }
}
.page__content .post__content ol {
  padding-left: 2rem;
}
.page__content .post__content p {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 0;
}
.page__content .post__content p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.page__content .post__content p:not(:last-child) img {
  max-width: 100%;
  height: auto;
}
.page__content .post__content p img {
  max-width: 100%;
  height: auto;
}
.page__content .post__image {
  margin-bottom: 1.5rem;
}
.page__content .post__footer-list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  list-style-type: none;
}
@media (max-width: 991px) {
  .page__content .post__footer-list {
    padding-bottom: 2rem;
  }
}
.page__content .post__footer-list > li {
  text-indent: -5px;
}
.page__content .post__footer-list > li:before {
  content: "- ";
  text-indent: -5px;
}
.page__content .post__footer-list > li:first-child:before {
  content: "";
}
.page__content .post__footer-item {
  display: inline;
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}
.page__content .post__footer-link {
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration: none;
}
.page__more-block .page__more-block-wrapper {
  border-radius: 8px;
  background-color: #f8f8f8;
  padding: 1.5rem;
}
.page__more-block__heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  color: #0a0039;
}
.page__more-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page__more-block__item {
  margin-bottom: 0;
}
.page__more-block__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.page__more-block__link {
  text-decoration: none;
  color: #f45800;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.section__plan-estrategico p + a {
  margin-bottom: 1.5rem; /* ajusta este valor según tus necesidades */
}
.section__plan-estrategico p:last-of-type + a {
  margin-bottom: 0;
}
.section__plan-estrategico ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 1rem;
}
.section__plan-estrategico ul li {
  margin-bottom: 0.5rem;
  color: #0a0039;
}

#calendario-y-eventos {
  display: none;
}

#loading-calendar {
  background: url("../img/spinner.svg") no-repeat;
  background-size: contain;
  display: none;
  height: 5rem;
  margin: 0 auto;
  width: 5rem;
  margin-bottom: 1.875rem;
}

.calendar__container {
  background: #f8f8f8;
  border-radius: 10px;
  margin: 0 auto 8px auto;
  padding-bottom: 0.4375rem;
  padding-top: 1rem;
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
  text-align: center;
  width: 100%;
}
.calendar__container .year-header {
  height: 2.5rem;
  margin-bottom: 1.25rem;
  margin-top: 0px;
  position: relative;
  text-align: center;
  width: 100%;
}
.calendar__container .year-header .year {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: inline-block;
}
.calendar__container .year-header .left-button,
.calendar__container .year-header .right-button {
  color: #808080;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8125rem !important;
  position: absolute;
  text-align: center;
  transition: 0.3s;
  width: 1.75rem;
}
.calendar__container .year-header .left-button.right-button,
.calendar__container .year-header .right-button.right-button {
  right: 0.9375rem;
}
.calendar__container .year-header .left-button.left-button,
.calendar__container .year-header .right-button.left-button {
  left: 0.9375rem;
}
.calendar__container .year-header .left-button.right-button, .calendar__container .year-header .left-button.left-button,
.calendar__container .year-header .right-button.right-button,
.calendar__container .year-header .right-button.left-button {
  top: 0.25rem;
}
.calendar__container .day-name {
  border: 2px solid transparent;
  padding: 0 10px;
  text-transform: uppercase;
  color: #000;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 400px) {
  .calendar__container .day-name {
    font-size: 0.625rem;
  }
}
.calendar__container ol {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: none;
}
.calendar__container ol li {
  padding: 10px;
  counter-increment: none;
  margin-bottom: auto;
}
.calendar__container ol li::before {
  content: none;
}
@media (max-width: 400px) {
  .calendar__container ol li {
    padding: 0.4375rem;
  }
}
.calendar__container ol li .day {
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: default;
  display: block;
  height: 1.625rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: all 250ms;
  width: 1.625rem;
  z-index: 0;
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}
@media (max-width: 400px) {
  .calendar__container ol li .day {
    font-size: 0.875rem;
  }
}
.calendar__container ol li .day.day-disabled {
  color: #a3a3a3;
}
.calendar__container ol li .day.active-date {
  color: #003b5e;
}
.calendar__container ol li .day.active-date:before {
  background: #e1e8f4;
  border-radius: 50%;
  border: 2px solid #0a0039;
  bottom: 0;
  content: "";
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 32px;
  height: 32px;
  left: -4px;
}
.calendar__container ol li .day.event {
  background: #0a0039;
}
.calendar__container ol li .day.event:before {
  background: #f74d2e;
  border-radius: 50%;
  bottom: 0;
  content: "";
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 32px;
  height: 32px;
  left: -4px;
}

.no-events {
  padding-bottom: 3rem;
  padding-top: 3rem;
  text-align: center;
}

@media (max-width: 991px) {
  .evento__lista {
    margin-top: 1.875rem;
  }
}
/*== lista eventos calendario ==*/
.eventos .btn--azul {
  margin-top: 1rem;
}
.eventos .btn--azul a i {
  margin-right: 0.375rem;
}
@media (max-width: 767px) {
  .eventos .btn--azul {
    margin-top: 0px;
    width: 100%;
  }
}

.eventos__lista {
  list-style: none;
  padding-left: 0;
}
.eventos__lista-item {
  margin-bottom: 8px;
}
@media (max-width: 767px) and (max-width: 575px) {
  .eventos__lista-item:first-child {
    display: block;
    margin-bottom: 0px;
  }
  .eventos__lista-item:nth-child(n+2) {
    display: none;
  }
}
.eventos__lista-item a {
  text-decoration: none;
  color: #0a0039;
}
.eventos__lista-item .evento {
  align-items: flex-start;
  background-color: #f8f8f8;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  padding: 0.3125rem;
  position: relative;
  transition: all 0.2s ease-out;
}
.eventos__lista-item .evento__fecha {
  align-items: center;
  color: #f45800;
  display: flex;
  flex-direction: column;
  min-width: 100px;
  padding: 10px;
}
.eventos__lista-item .evento__fecha-dia {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .eventos__lista-item .evento__fecha-dia {
    font-size: 4rem;
    line-height: 1;
  }
}
.eventos__lista-item .evento__fecha-mes {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.eventos__lista-item .evento__content {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.eventos__lista-item .evento__details-wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .eventos__lista-item .evento__details-wrapper {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
}
.eventos__lista-item .evento__details-category {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
  margin-right: 1rem;
}
.eventos__lista-item .evento__details-hora {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.125rem;
}
.eventos__lista-item .evento__details-titulo p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  margin: 0;
}

.section__cifras {
  color: #0a0039;
}
.section__cifras-info {
  padding-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .section__cifras-info {
    padding-bottom: 0;
  }
}
.section__cifras-info__heading {
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 3.5rem;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section__cifras-info__heading {
    font-size: 2.125rem;
    font-weight: 300;
    line-height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .section__cifras-info__heading {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2.625rem;
    margin-bottom: 2.5rem;
  }
}
.section__cifras-info__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
@media (max-width: 1199px) {
  .section__cifras-info__text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
  }
}
@media (max-width: 767px) {
  .section__cifras-info__text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    margin-bottom: 1.5rem;
  }
}
.section__cifras-data {
  padding-top: 3rem;
  display: grid;
  gap: 2rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
@media (max-width: 1199px) {
  .section__cifras-data {
    gap: 2.5rem 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .section__cifras-data {
    grid-template-columns: 1fr;
  }
}
.section__cifras-data__number {
  display: inline-block;
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1;
}
.section__cifras-data__text {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
  text-wrap: balance;
}

.section__oferta-formativa {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.section__recursos-wrapper {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .section__recursos-wrapper {
    padding-top: 3.125rem;
  }
}

.about__block h4 {
  font-weight: 300;
  font-size: 2.25rem;
}
@media (max-width: 992px) {
  .about__block h4 {
    font-size: 1.75rem;
  }
}
.about__block:not(:last-child) {
  margin-bottom: 5rem;
}
.about__block-title, .about__block-text {
  margin-bottom: 1.5rem;
}
.about__block-title {
  color: #0a0039;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
}
@media (max-width: 1199px) {
  .about__block-title {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .about__block-title {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 2.25rem;
  }
}
.about__block-big-title {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 3.125rem;
  color: #0a0039;
}
@media (max-width: 767px) {
  .about__block-big-title {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.25rem;
  }
}
.about__block-mid-title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
  color: #0a0039;
}
@media (max-width: 767px) {
  .about__block-mid-title {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.25rem;
  }
}
.about__block-text {
  color: #0a0039;
  font-weight: 400;
  font-size: 1.16666875rem;
  line-height: 1.8rem;
}
@media (max-width: 1199px) {
  .about__block-text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .about__block-text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
}
.about__block-text ul {
  padding-left: 1.5rem;
}
.about__block-text ul li {
  color: #0a0039;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}
.about__block-text ul li a {
  color: #f45800;
  text-decoration: none;
}
.about__block ul {
  padding-left: 1.5rem;
}
.about__block ul li {
  color: #0a0039;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}
.about__block ul li a {
  color: #f45800;
  text-decoration: none;
}

.section_consejo-directivo h2 {
  color: #0a0039;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1199px) {
  .section_consejo-directivo h2 {
    font-size: 1.375rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 991px) {
  .section_consejo-directivo h2 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

.section_equipo-de-trabajo h2 {
  color: #0a0039;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1199px) {
  .section_equipo-de-trabajo h2 {
    font-size: 1.375rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 991px) {
  .section_equipo-de-trabajo h2 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

.featured__content {
  padding-bottom: 3.75rem;
}
.featured__content-title {
  color: #0a0039;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .featured__content-title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .featured__content-img {
    margin-bottom: 1.5rem;
  }
}
.featured__content-heading {
  color: #0a0039;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3.375rem;
}
@media (max-width: 1199px) {
  .featured__content-heading {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.featured__content p.featured__content-date {
  color: #0a0039;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
}
@media (max-width: 1199px) {
  .featured__content p.featured__content-date {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.preguntas__wrapper .card-body {
  padding: 1.5rem 3rem;
}
.preguntas__wrapper .card-body a {
  color: #f45800;
  text-decoration: none;
}
.preguntas__wrapper .card-body ul {
  padding: 0;
  list-style-position: inside;
}
.preguntas__wrapper .card-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.preguntas__wrapper .card-body p img {
  max-width: 100%;
  height: auto;
}
.preguntas__wrapper .card-title {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 0.625rem;
}

@media (max-width: 575px) {
  .section__convocatorias .cards__wrapper .row {
    margin: 0 auto;
  }
  .section__convocatorias .cards__wrapper .col {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .section__convocatorias .cards__wrapper .row > .card:nth-child(-n+2),
  .section__convocatorias .cards__wrapper .row > .col:nth-child(-n+2) {
    display: block;
  }
  .section__convocatorias .cards__wrapper .row > .card:nth-child(n+3),
  .section__convocatorias .cards__wrapper .row > .col:nth-child(n+3) {
    display: none;
  }
}
.section__convocatorias .cards__wrapper .cards__wrapper-btn {
  display: flex;
  justify-content: center;
}

.section__guias-para-conduccion-de-audiencias .page__content-intro-title h1 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3rem;
}
@media (max-width: 1199px) {
  .section__guias-para-conduccion-de-audiencias .page__content-intro-title h1 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .section__guias-para-conduccion-de-audiencias .page__content-intro-title h1 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2.625rem;
  }
}

.section__tipos-de-guias .section__heading {
  margin-bottom: 2rem;
}

.section__info-postulacion .cards__wrapper .card .card-body .card-title {
  font-size: 1.5rem;
}

.search__result {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #0a0039;
}
.search__result span {
  font-weight: 300;
}

.section__not-found {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0a0039;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .section__not-found {
    background-color: white;
    background-image: unset !important;
    background-repeat: unset !important;
    background-position: unset !important;
    background-size: unset !important;
    height: unset !important;
  }
}
.section__not-found .not-found__message-box {
  text-align: center;
}
.section__not-found .not-found__message-box p {
  margin-bottom: 2.5rem;
}
.section__not-found .not-found__message-box p.small {
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .section__not-found .not-found__message-box p.small {
    color: #0a0039;
  }
}
@media (max-width: 500px) {
  .section__not-found .not-found__message-box p.small {
    font-size: 0.8125rem;
  }
}
.section__not-found .not-found__message-heading {
  margin-bottom: 2.5rem;
}
.section__not-found .not-found__message-heading h1 {
  color: white;
  font-size: 5.8125rem;
  font-weight: 275;
  line-height: 4.5rem;
}
@media (max-width: 992px) {
  .section__not-found .not-found__message-heading h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .section__not-found .not-found__message-heading h1 {
    color: #0a0039;
    font-size: 3rem;
  }
}
.section__not-found .not-found__message-heading p {
  color: white;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 992px) {
  .section__not-found .not-found__message-heading p {
    font-size: 1.6875rem;
  }
}
@media (max-width: 768px) {
  .section__not-found .not-found__message-heading p {
    color: #0a0039;
    font-size: 1.125rem;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 1rem;
}

.callout {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  margin: 0 2.5rem 0 0;
  border: 1px solid #ccc;
  border-width: 0 0 0 8px;
  border-radius: 0;
  background-color: #fff;
  color: #0a0039;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 1.5rem !important;
}
.callout-primary {
  border-left-color: #d0dde4;
}
.callout-success {
  border-left-color: #198754;
  color: white;
}
.callout-danger {
  border-left-color: #e02f2f;
  color: #e02f2f !important;
}
.callout-warning {
  border-left-color: #ffc107;
  color: black;
}