@charset "UTF-8";
/*  Layout  */
.Goldenbook-Black {
  font-family: "Goldenbook-Black";
  -webkit-font-smoothing: antialiased;
}

.Goldenbook-Bold {
  font-family: "Goldenbook-Bold";
  -webkit-font-smoothing: antialiased;
}

.Goldenbook-Extrabold {
  font-family: "Goldenbook-Extrabold";
  -webkit-font-smoothing: antialiased;
}

.Goldenbook-Heavy {
  font-family: "Goldenbook-Heavy";
  -webkit-font-smoothing: antialiased;
}

.Goldenbook-Light {
  font-family: "Goldenbook-Light";
  -webkit-font-smoothing: antialiased;
}

.Goldenbook-Regular {
  font-family: "Goldenbook-Regular";
  -webkit-font-smoothing: antialiased;
}

.bg-main {
  padding: 0;
  width: 100%;
}
.test_class {
  background-color: #2F82A5;
}

#cookieConsent {
  background-color: #242424;
  min-height: 26px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  padding: 15px 0 12px 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

#cookieConsent a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
  font-size: 1.3rem;
}

#cookieConsent p {
  letter-spacing: 1.5px;
  margin: 0;
}

#closeCookieConsent:hover {
  color: rgba(255, 255, 255, 0.7725490196);
}

#cookieConsent a.cookieConsentOK {
  background: rgb(255, 228, 191);
  background: -moz-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  background: linear-gradient(90deg, rgb(255, 228, 191) 0%, rgb(238, 173, 131) 33%, rgb(176, 109, 91) 66%, rgb(238, 173, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4bf", endColorstr="#eead83", GradientType=1);
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 2px 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
  font-weight: bold;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  #cookieConsent a.cookieConsentOK {
    margin: 0 90px 0 10px;
  }
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #403F3F;
}

.hamburger-menu {
  background-image: url("../../images/home/bg-menu-movil.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hamburger-menu .offcanvas-body {
  margin-top: 260px;
}
.hamburger-menu a {
  font-family: "Sweet-Sans-Bold";
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.hamburger-menu .button {
  background: linear-gradient(to left, #FFE4BF, #EEAD83, #B06D5B, #EEAD83);
  border-radius: 8px;
  height: 43px;
  width: 253px;
  color: black !important;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Sweet-Sans-Regular" !important;
  cursor: pointer;
}
@media (min-width: 769px) and (orientation: portrait) {
  .hamburger-menu {
    display: block !important;
  }
}

.down {
  text-align: center;
  height: 80vh;
}
.down__img {
  margin-top: 5%;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .down__img {
    width: 70%;
    margin-top: 20%;
  }
}
.down__title {
  font-weight: bold;
  margin-top: 3rem;
}
.down__subtitle {
  font-weight: bold;
  margin-top: 3rem;
  color: #fff;
  background: #184C7B;
  background: linear-gradient(90deg, rgb(24, 76, 123) 0%, rgb(19, 70, 115) 51%, rgb(11, 47, 79) 100%);
  width: 58%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.7rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .down__subtitle {
    width: 70%;
    font-size: 1rem;
  }
}

.detalle {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detalle .contenedor-detalle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 150px;
  margin-left: 100px;
  margin-right: 60px;
}
@media ((max-width: 769px)) {
  .detalle .contenedor-detalle {
    margin: 20px;
    min-height: 75vh;
  }
}
@media ((max-width: 769px)) {
  .detalle .agendar-cita h1 {
    display: none;
  }
}
.detalle .agendar-cita p {
  margin: 0;
  text-align: center;
  color: #2B2B2B;
}
.detalle .agendar-cita .custom-select {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.detalle .agendar-cita .select-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid black;
  cursor: pointer;
}
.detalle .agendar-cita .select-selected p {
  pointer-events: none;
}
.detalle .agendar-cita .select-items {
  display: flex;
  position: absolute;
  background: white;
  width: 100%;
  flex-direction: column;
  display: none;
  z-index: 1;
}
.detalle .agendar-cita .item {
  display: flex;
  align-items: center;
  height: 53px;
  padding-left: 15px;
  border-bottom: 1px solid grey;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  font-size: 14px;
}
.detalle .agendar-cita .item:hover {
  cursor: pointer;
  background: #e9e5e5;
}
.detalle .agendar-cita input {
  font-size: 14px;
  border-bottom: 1px solid;
  padding-bottom: 0 !important;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
  border-top: none;
  border-left: none;
  border-right: none;
}
.detalle .agendar-cita input:focus {
  box-shadow: none;
}
.detalle .agendar-cita .form-floating {
  margin-top: 25px;
}
.detalle .agendar-cita label {
  font-size: 14px;
  top: 16px;
}
.detalle .agendar-cita .form-floating > .form-control:focus ~ label,
.detalle .agendar-cita .form-floating > .form-control:not(:placeholder-shown) ~ label,
.detalle .agendar-cita .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1.5rem) translateX(0.1rem);
}
@media ((max-width: 769px)) {
  .detalle .col-detalle {
    min-height: 100vh;
  }
}
.detalle .col-imagen {
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
}
@media ((max-width: 769px)) {
  .detalle .col-imagen {
    display: none;
  }
}
.detalle .button-siguiente {
  margin-top: 35px;
  margin-bottom: 25px;
}
.detalle .button-siguiente button {
  background: linear-gradient(to left, #FFE4BF, #EEAD83, #B06D5B, #EEAD83);
  border: none;
  border-radius: 8px;
  height: 43px;
  width: 253px;
  color: black !important;
}
.detalle .button-siguiente svg {
  width: 13px;
  height: 13px;
}
.detalle h1 {
  font-family: "Sweet-Sans-Bold";
}
.detalle__logo {
  position: absolute;
  width: 100%;
  text-align: center;
}
@media ((max-width: 769px)) {
  .detalle__logo {
    left: unset;
  }
}
.detalle__imagen {
  display: none;
}
@media ((max-width: 769px)) {
  .detalle__imagen {
    display: block;
  }
}
.detalle__title {
  display: none;
}
.detalle__title h1 {
  font-size: 1.5rem;
}
@media ((max-width: 769px)) {
  .detalle__title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 10vh;
    border-top: 5px solid;
    border-image: linear-gradient(to right, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
  }
}
.detalle__calendario {
  height: 100%;
}
.detalle__calendario h1 {
  font-size: 28px;
}
@media ((max-width: 769px)) {
  .detalle__calendario h1 {
    display: none;
  }
}
.detalle__calendario__contenedor {
  width: 410px;
}
@media ((max-width: 769px)) {
  .detalle__calendario__contenedor {
    width: 360px;
  }
}
.detalle__calendario__contenedor .calendar-header {
  border-bottom: 2px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
  font-size: 14px;
  font-family: "Sweet-Sans-Regular";
}
.detalle__calendario__contenedor .mes-titulo {
  font-size: 32px !important;
  margin: 15px 0;
}
.detalle__calendario__contenedor .day {
  cursor: pointer;
  position: relative;
  font-family: "Montserrat-Bold" !important;
}
.detalle__calendario__contenedor .row {
  margin-top: 20px;
}
.detalle__calendario__contenedor .col {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-family: "Montserrat-Regular";
}
.detalle__calendario__contenedor .diaSelect {
  position: relative;
  z-index: 2;
  margin: 0;
}
.detalle__calendario__contenedor .circle-selected {
  display: none;
  padding: 11px;
  position: absolute;
  background-color: white;
  background-clip: padding-box;
  border: 5px solid transparent;
  border-radius: 50%;
  top: -5px;
  left: 15px;
}
@media ((max-width: 769px)) {
  .detalle__calendario__contenedor .circle-selected {
    left: 12px;
  }
}
.detalle__calendario__contenedor .circle-selected::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background-image: linear-gradient(90deg, #FFE4BF, #EEAD83, #B06D5B, #EEAD83);
  border-radius: 1.75rem;
}
.detalle__horarios {
  width: 100%;
  height: 100%;
}
.detalle__horarios h1 {
  font-size: 28px;
}
@media ((max-width: 769px)) {
  .detalle__horarios h1 {
    display: none;
  }
}
.detalle__horarios .horarios-header {
  font-size: 14px;
}
.detalle__horarios #horarios-container {
  width: 100%;
  border-top: 2px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
}
.detalle__horarios #horarios-container .row {
  padding-top: 10px;
}
.detalle__horarios__content .col-3 {
  display: flex;
  justify-content: center;
}
.detalle__horarios__content .col-3 p {
  margin: 0;
  padding: 2px 15px;
}
.detalle__verificacion {
  width: 100%;
  height: 100%;
}
.detalle__verificacion h1 {
  font-size: 28px;
  text-align: center;
}
@media ((max-width: 769px)) {
  .detalle__verificacion h1 {
    display: none;
  }
}
.detalle__verificacion .datos {
  margin-top: 40px;
}
.detalle__verificacion .datos .divider {
  width: 100%;
  border-bottom: 1px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
}
@media ((max-width: 769px)) {
  .detalle__verificacion .datos .divider {
    width: 50%;
  }
}
.detalle__verificacion .datos p {
  margin: 0;
  color: #838383;
  font-family: "Montserrat-Regular";
}
.detalle__verificacion .datos h2 {
  padding-top: 10px;
  font-size: 22px;
  font-family: "Sweet-Sans-Regular";
}
.detalle__mensaje {
  height: 100%;
}
.detalle__mensaje h1 {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
}
@media ((max-width: 769px)) {
  .detalle__mensaje h1 {
    display: none;
  }
}
.detalle__mensaje .content {
  max-width: 415px;
  padding: 35px;
  border: 2px solid;
  text-align: center;
  border-image: linear-gradient(to bottom right, #B06D5B, #FFE4BF, #EEAD83, #EEAD83) 1;
}
.detalle__mensaje .content p {
  color: white;
  text-align: center;
  margin-bottom: 25px;
  font-family: "Montserrat-Regular";
}
.detalle__mensaje .content a {
  color: white;
}
.detalle__pago {
  width: 100%;
}
.detalle__pago h1 {
  font-size: 28px;
  text-align: center;
}
@media ((max-width: 769px)) {
  .detalle__pago h1 {
    display: none;
  }
}
.detalle__pago input {
  font-size: 14px;
  border-bottom: 1px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
  border-top: none;
  border-left: none;
  border-right: none;
}
.detalle__pago input:focus {
  box-shadow: none;
}
.detalle__pago .form-floating {
  margin-top: 25px;
}
@media ((max-width: 769px)) {
  .detalle__pago .form-floating {
    height: 83px !important;
  }
}
.detalle__pago label {
  font-size: 14px;
}
.detalle__confirmacion {
  overflow: hidden;
}
.detalle__confirmacion h1 {
  font-size: 28px;
  text-align: center;
}
@media ((max-width: 769px)) {
  .detalle__confirmacion h1 {
    display: none;
  }
}
.detalle__confirmacion h2 {
  text-align: center;
  font-size: 22px;
}
.detalle__confirmacion p {
  font-size: 14px;
  font-family: "Montserrat-Regular";
  color: #4D4D4D;
  margin-bottom: 9px;
}
.detalle__confirmacion__detalle {
  margin-top: 25px;
  padding: 0 20px;
}
.detalle__confirmacion .titulo-con-detalle {
  display: flex;
  justify-content: center;
}
.detalle__confirmacion .titulo-con-detalle p {
  font-size: 14px;
  text-align: center;
  width: fit-content;
  border-bottom: 1px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
}
.detalle__error .error-icono {
  margin: 60px 0;
  display: flex;
  justify-content: center;
}
.detalle__error h1 {
  font-size: 28px;
}
.detalle__error h2 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.detalle__error h1,
.detalle__error h2 {
  color: white;
  text-align: center;
}

.sede__title {
  font-weight: normal;
  border-bottom: 1px solid;
  border-image: linear-gradient(to bottom, #FFE4BF, #EEAD83, #B06D5B, #EEAD83) 1;
  padding-bottom: 0.4rem;
  margin-bottom: 0.5rem;
}
.sede__sub {
  font-weight: bold;
}
.radio_custom {
  border-image: unset !important;
  border: 1px black solid !important;
}

input[type=radio]:checked ~ label {
  font-weight: bold !important;
}

.form-check-input:checked {
  background-color: #EEAD83;
  border-color: #B06D5B;
}

@font-face {
  font-family: "Goldenbook-Black";
  src: url("../../fonts/goldenbook/goldenbook-black.otf") format("truetype");
}
@font-face {
  font-family: "Goldenbook-Extrabold";
  src: url("../../fonts/goldenbook/goldenbook-extrabold.otf") format("truetype");
}
@font-face {
  font-family: "Goldenbook-Heavy";
  src: url("../../fonts/goldenbook/goldenbook-heavy.otf") format("truetype");
}
@font-face {
  font-family: "Goldenbook-Regular";
  src: url("../../fonts/goldenbook/goldenbook-regular.otf") format("truetype");
}
@font-face {
  font-family: "Goldenbook-Light";
  src: url("../../fonts/goldenbook2/Goldenbook-Light.otf") format("truetype");
}
@font-face {
  font-family: "Goldenbook-Bold";
  src: url("../../fonts/goldenbook/Goldenbook.otf") format("truetype");
}
/*  Pages  */
.notas__back1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.notas__title1 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-top: 2rem;
  font-size: 1.2rem;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .notas__title1 {
    width: 70%;
  }
}
.notas__title2 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-top: 2rem;
  font-size: 1.3rem;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .notas__title2 {
    width: 70%;
  }
}
.notas__det1 {
  position: absolute;
  left: 0;
  top: 6rem;
}
@media screen and (max-width: 768px) {
  .notas__det1 {
    top: 3rem;
    width: 10%;
  }
}
.notas__det2 {
  position: absolute;
  right: 0;
  top: 6rem;
}
@media screen and (max-width: 768px) {
  .notas__det2 {
    top: 3rem;
    width: 10%;
  }
}
.notas__logo {
  width: 55%;
  margin-top: 5rem;
  z-index: 2;
  position: relative;
}
.notas__backfooter {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .notas__backfooter {
    width: 100%;
    min-height: 66vh;
  }
}
.notas__logofooter {
  width: 10%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .notas__logofooter {
    width: 50%;
  }
}
.notas__rss1 {
  width: 4%;
  margin: 2rem;
}
@media screen and (max-width: 768px) {
  .notas__rss1 {
    width: 20%;
  }
}
.notas__rss2 {
  width: 4%;
  margin: 2rem;
}
@media screen and (max-width: 768px) {
  .notas__rss2 {
    width: 20%;
  }
}
.notas__titlefooter {
  margin-top: 4%;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .notas__titlefooter {
    width: 80%;
  }
}

.overlay-card {
  position: relative;
  overflow: hidden;
  border: none;
  background-color: transparent;
  border-radius: 25px;
}

.overlay-card img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.overlay-card:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--overlay-bg, rgba(0, 0, 0, 0.7));
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .overlay {
    position: relative !important; /* se mete al flujo */
    opacity: 1 !important; /* visible siempre */
    padding: 1rem;
    background: rgba(0, 0, 0, 0.85);
  }
}

.overlay-card:hover .overlay {
  opacity: 1;
}

.overlay-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.overlay-title {
  margin-bottom: 3rem;
  font-size: 1.7rem !important;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .overlay-title {
    font-size: 1.4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .overlay-title {
    font-size: 1rem !important;
  }
}

.container_grid {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .container_grid {
    padding-bottom: 10rem;
  }
}

.btnmas {
  background-color: transparent;
  border-color: #fff;
  border-radius: 25px;
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1.5rem;
}

.btnmas:hover {
  background-color: transparent;
  border-color: #AF7C5B;
  background-color: #AF7C5B;
  border-radius: 25px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.detfooter {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-absolute {
  position: absolute;
  bottom: 0px; /* separa del footer */
  left: 50%;
  transform: translateX(-50%); /* centra horizontal */
  z-index: 10; /* asegúrate que quede sobre otros elementos */
}

.icon-footer {
  width: 100%; /* ajusta tamaño */
  height: auto;
}

.arrowleft {
  width: 20px;
}

.notadet {
  min-height: 22rem;
  overflow-x: hidden;
  overflow-y: hidden;
}
.notadet__back1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .notadet__back1 {
    width: unset;
    height: 100%;
  }
}
.notadet__title1 {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translate(-50%, -50%);
  width: 34%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .notadet__title1 {
    left: unset;
    width: 56%;
    right: -10%;
    top: 71%;
    text-align: center;
    font-size: 1.2rem;
  }
}
.notadet__title2 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-top: 2rem;
  font-size: 1.3rem;
}
.notadet__titlenota {
  font-size: 2rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.notadet__det1 {
  position: absolute;
  left: 0;
  top: 6rem;
}
.notadet__det2 {
  position: absolute;
  right: 0;
  top: 6rem;
}
.notadet__logo {
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%, -50%);
  width: 28%;
}
@media screen and (max-width: 768px) {
  .notadet__logo {
    left: unset;
    width: 56%;
  }
}
.notadet__backfooter {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.notadet__logofooter {
  width: 10%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.notadet__rss1 {
  width: 4%;
}
.notadet__rss2 {
  width: 4%;
}
.notadet__titlefooter {
  margin-top: 8%;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.4rem;
}
.notadet__regresar {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 70%;
  left: 10%;
  width: 34%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .notadet__regresar {
    transform: translate(-50%, -50%);
    top: 93%;
    width: 75%;
    text-align: center;
    left: unset;
    font-size: 1rem;
  }
}

.contenedor_nota {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contenedor_nota {
    width: 80%;
    padding-top: 2rem;
  }
}

.related {
  background-color: #327264;
}
@media screen and (max-width: 768px) {
  .related {
    padding-bottom: 8rem !important;
  }
}
.related__cont {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.related__title {
  text-align: center;
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-color: #FFDBC2;
  text-underline-offset: 8px;
  color: #FFDBC2;
  margin-bottom: 3rem;
  margin-top: 4rem;
}
.related__subtitle {
  color: #fff;
  font-size: 1rem;
}
.related__date {
  color: #FFDBC2;
  margin-top: 4%;
}
.related__btn {
  bottom: 14%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .related__btn {
    position: relative;
    bottom: unset;
  }
}
.related__img {
  border-radius: 25px;
}

.carousel-control-prev-icon.custom-prev {
  background-image: url("/images/arrow-left.svg") !important;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.carousel-control-next-icon.custom-next {
  background-image: url("/images/notas/flecha_der.svg") !important;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.carousel-control-prev-icon {
  background-image: url("/images/notas/flecha_izq.svg") !important;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -50%;
}

.carousel-control-next-icon {
  background-image: url("/images/notas/flecha_der.svg") !important;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -50%;
}

/*  Partials  */
.footer {
  background-color: #242424;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2rem;
  z-index: 100;
  position: relative;
}
.footer__title {
  color: #ffffff;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
  width: fit-content;
  padding-bottom: 0.5rem;
}
.footer__link {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.footer__link:hover {
  color: #ffffff;
}
.footer__link2 {
  color: #ffffff;
  cursor: pointer;
}
.footer__link2:hover {
  color: #ffffff;
}
.footer__text {
  color: #ffffff;
}
.footer__img1 {
  margin-right: 3rem;
  height: 75%;
}
@media screen and (max-width: 768px) {
  .footer__img1 {
    margin-right: 3rem;
    height: 24vw;
  }
}
.footer__img2 {
  height: 50%;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__img2 {
    margin-right: 3rem;
    height: 13vw;
  }
}

.rowe1 {
  height: 6rem;
}

/*  Componentes  */

/*# sourceMappingURL=main.css.map */
