body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topNav {
  width: 100%;
}

@media only screen and (max-width: 750px) {
  .topNav {
    display: none;
  }
}

.fillheight {
  padding: 1.2em;
  position: relative;
}

.box img {
  width: 100%;
  height: 100%;
}

@supports(object-fit: cover) {
  .box img {
    object-fit: cover;
    object-position: center center;
  }
}

#topNav {
  max-width: 1142px;
  min-width: 750px;
}

#divNav {
  height: 5.8em;
  background-color: #00a653;
  box-shadow: 0 10px 35px -20px #333;
  position: relative;
}

#downNav {
  background-color: #009aae;
}

.menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  max-width: 27%;
  padding: 0 24px;
  margin-right: 32px;
  color: white;
  text-decoration: none;
  text-align: left;
  font-size: 11pt;
}

.menu-link2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
  max-width: 27%;
  margin-right: 32px;
  color: white;
  text-decoration: none;
  text-align: left;
  font-size: 11pt;
}

.menu-link:link,
.menu-link:visited,
.menu-link:focus {
  color: white;
}

.menu-link:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 400ms;
  border-bottom: 2px solid white;
}

.menu-link2:hover {
  text-decoration: none;
  transition: 400ms;
}

.menu-link-current {
  font-weight: bold;
}

.title {
  margin-top: 20px;
  font-family: 'Encode Sans', sans-serif !important;
  color: #009aae;
  font-weight: 600;
}

.navTitle {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  font-size: 32px;
  font-family: 'Encode Sans', sans-serif !important;
  color: #fff;
}

.linksNav {
  height: 3.5rem;
}

#img_provincia_footer {
  padding-bottom: 3em;
}

.text-footer {
  font-family: 'Encode Sans', sans-serif !important;
  font-size: 18px;
  line-height: 120%;
  color: #666666;
  margin-bottom: 0;
}

#redes-sociales {
  padding-top: 0.6em;
}

.rteindent1 {
  padding-top: 0.6em;
  margin: 0;
}

#footer {
  background: url(/img/imagen_footer2.png);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: repeat;
  background-size: auto;
  border: 0px solid white;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #eaeaea;

  margin-bottom: 0;
  padding: 300px 0 100px;
  margin-top: 50px;
}

a {
  text-decoration: none !important;
  font-family: 'Encode Sans', sans-serif !important;
}

.hidden {
  display: none;
}

.datos {
  justify-content: center;
}

.max-w {
  width: 220px;
  text-align: start;
}

.lineaInf {
  border-bottom: 4px solid #00a653;
}

.fondoGris {
  background-color: #f5f5f5;
}

.hijos {
  color: #2e2e2e !important;
  margin-left: 8px;
  margin-right: 8px;
}

.hijos:hover {
  background-color: #e0e0e0;
  transition: 750ms;
}

.error {
  color: red;
}

.bg-custom-color {
  background-color: #009aae;
}

.transaccion-card {
  transition: background-color 0.3s ease-in-out;
}

.transaccion-card:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* ======== RESET & BASE ======== */
body {
  background-color: #ffffff;
}

html {
  overflow-x: hidden;
}

h1,
h4 {
  font-weight: 600;
}

/* ======== PRESENTACIÓN Y SECCIONES ======== */
/* .presentacion {
  background-color: #42c5bade;
  color: white;
  padding: 20px 10px;
  text-align: center;
  border-radius: 10px;
} */

/* ======== CARRUSEL (degradado de fondo completo) ======== */
.carousel-bg {
  background: linear-gradient(to bottom, #9cd1d1, #ffffff);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  /* padding: 3rem 0; */
}

/* Eliminar márgenes/paddings por defecto */
.container-fluid,
.row,
.carousel,
.carousel-inner {
  width: 100%;
  margin: 0;
  padding: 0;
}
