/*Slider*/
#carouselSlider {
  border-bottom: solid 0.8rem var(--secundario);
}
#carouselSlider img {
  border-radius: 0;
}
#carouselSlider .carousel-caption {
  text-align: left;
  padding-bottom: 12%;
}
#carouselSlider .carousel-caption h5 {
  font-size: 3.5rem;
  text-shadow: 0.1rem 0.1rem 0.2rem var(--negro);
}
#carouselSlider .carousel-caption p {
  font-size: 7rem;
  color: var(--blanco);
  font-weight: 700;
  line-height: 7rem;
  text-shadow: 0.1rem 0.1rem 0.2rem var(--negro);
}
#carouselSlider .carousel-background {
  width: 100%;
  height: 55rem; /* Altura deseada en dispositivos de escritorio */
  background-size: cover;
  background-position: center;
}
@media (max-width:756px) {
  #carouselSlider .carousel-caption {
    padding-bottom: 25%;
    text-align: center;
  }
  #carouselSlider .carousel-caption h5 {
    font-size: 2rem;
  }
  #carouselSlider .carousel-caption p {
    font-size: 3rem;
    line-height: 3rem;
  }
  #carouselSlider .carousel-background {
    height: 30rem;
  }
}
@media (min-width:757px) and (max-width:1200px) {
  #carouselSlider .carousel-caption {
    padding-bottom: 12%;
    text-align: center;
  }
  #carouselSlider .carousel-caption h5 {
    font-size: 2rem;
  }
  #carouselSlider .carousel-caption p {
    font-size: 3rem;
    line-height: 3rem;
  }
  #carouselSlider .carousel-background {
    height: 30rem;
  }
}
@media (min-width:1201px) and (max-width:1360px) {
  #carouselSlider .carousel-caption {
    padding-bottom: 12%;
    text-align: center;
  }
  #carouselSlider .carousel-caption h5 {
    font-size: 2.6rem;
  }
  #carouselSlider .carousel-caption p {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
  #carouselSlider .carousel-background {
    height: 36rem;
  }
}
#carouselSlider .carousel-control-next-icon, #carouselSlider .carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
}
/*Fin Slider*/
/*Servicios*/
#tramites {
  background: var(--gris);
  padding: 5rem 0rem;
}
#documentos {
  background: var(--blanco);
  padding: 5rem 0rem;
}
#servicios {
  background: var(--gris);
  padding: 5rem 0rem;
}
#servicios h2, #documentos h2, #tramites h2 {
  color: var(--negro);
  font-family: var(--fuente);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#carousel .carousel-inner, #carousel .carousel-item img {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}
#carousel .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#carousel .carousel-caption {
  padding-bottom: 33vh;
  text-align: left;
}
#carousel .carousel-caption h5 {
  font-size: 4.5rem;
}
#carousel .carousel-caption p {
  color: var(--blanco);
  font-size: 2.8rem;
}
@media (max-width:756px) {
  #carousel .carousel-caption {
    padding-bottom: 25vh;
  }
  #carousel .carousel-caption h5 {
    font-size: 3.2rem;
  }
  #carousel .carousel-caption p {
    font-size: 2.2rem;
  }
}
#carousel .carousel-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
}
/*GOBIERNO*/
#modulo-gobierno {
  position: relative;
  z-index: 0;
  background-color: var(--secundario);
  background-size: cover;
  background-position: center center;
  height: auto
}
.overlay:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.modulo-gobierno {
  position: relative;
  z-index: 2;
}
.titulo-gobierno hr {
  opacity: inherit;
  color: var(--primario);
  background: var(--primario);
  width: 3rem;
  height: 0.5rem;
  margin: 0.5rem 0 0;
}
.campo_gobierno {
  font-size: 1.5rem;
  color: var(--negro);
  padding: 2rem 0rem 5rem 0rem;
  font-weight: 500;
  line-height: 2.2rem;
}
@media(max-width:768px) {
  .campo_gobierno {
    border-right: none;
  }
}
.campo_gobierno a, .campo_gobierno a:focus {
  color: var(--negro);
  transition: all 0.5s ease-in-out;
}
.campo_gobierno a:hover {
  color: var(--primario);
  transition: all 0.5s ease-in-out;
}
.texto_gobierno {
  display: flex;
  justify-content: center;
  padding: 1rem 0rem;
}
.texto_gobierno span {
  font-weight: 700;
  font-size: 2rem;
}
.texto_gobierno a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.modulo_intendente {
  color: var(--blanco);
  padding: 1rem;
  border-radius: 0.5rem;
}
.contenedor_intendente {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--negro);
  border-radius: 0.5rem;
  padding: 0.8rem 1rem;
  text-decoration: none;
  border: 0.1rem solid transparent;
  transition: all 0.5s ease-in-out;
}
.contenedor_intendente:hover {
  color: var(--primario);
  transition: all 0.5s ease-in-out;
}
.texto_intendente {
  margin: 1rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
.texto_intendente span {
  font-size: 2.2rem;
  line-height: 2.4rem;
  text-transform: capitalize;
  font-weight: 800;
}
.mod-gobierno {
  font-size: 5rem;
  line-height: 5.5rem;
  padding: 5rem 0 2rem 0;
}
.titulo-gobierno {
  font-weight: 800;
  color: var(--negro);
}
.imagen-intendente {
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  border: 0.4rem var(--primario) solid;
  box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.5);
}
.imagen-intendente img {
  display: block;
  width: 8rem;
  height: auto;
}
#noticias_principales {
  margin: 4rem 0 4rem 0rem;
}
#noticias_principales .fa-chevron-down, #servicios .fa-chevron-down, #tramites .fa-chevron-down, #documentos .fa-chevron-down, #social .fa-chevron-down{
  font-size: 4rem;
  color: rgba(0, 0, 0, 0.2);
}

#fondo_noti_destacada {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5rem;
}
#fondo_noti_destacada:after {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 34%, rgba(0, 0, 0, .582) 83%);
  border-radius: 0.5rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.titulo_noticia_1 {
  bottom: 0rem;
  color: var(--blanco);
  text-shadow: 0.2rem 0.1rem 0.4rem var(--negro);
  font-size: 3rem;
  position: absolute;
  line-height: 3.3rem;
  font-weight: 600;
  padding: 3rem;
  border-radius: 0 0 0.5rem 0.5rem;
  width: 100%;
  z-index: 100;
}
.contenedor_imagen_noticia_destacada {
  position: relative;
}
.titulo-noticia-secundaria {
  position: absolute;
  bottom: 0rem;
  font-size: 2rem;
  color: var(--blanco);
  text-shadow: 0.2rem 0.1rem 0.4rem var(--negro);
  font-weight: 600;
  line-height: 2.3rem;
  padding: 3rem;
  border-radius: 0 0 0.5rem 0.5rem;
  width: 100%;
  z-index: 100;
}
.noticias_secundarias {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#foto_noticia_2, #foto_noticia_1, #foto_noticia_principal_1 {
  margin: 1rem 0;
}
#foto_noticia_principal_2:after, #foto_noticia_principal_3:after {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 34%, rgba(0, 0, 0, .582) 83%);
  border-radius: 0.5rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}