@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
  background-color: #f2f2f2;
  font-family: Sarabun, sans-serif;
  z-index: 1;
}

/* NAV */
.miMenu{
  background-color: #ffffff;
}

header{
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}

.sectionCarrusel
{
  margin-top: 105px;
}
nav {
  position: relative;
  display: inline-block;
  font-weight:bold;
  text-transform: uppercase;
  font-size: 1rem;
  box-shadow: 0px 0px 10px 3px #a3a3a3;
  outline: none;
  border: none;
}

.itemsNavegacion .nav-item .nav-link{
  color: #5059bc;
  margin-top: 0.3px;
}

.itemsNavegacion .nav-item .nav-link:hover{
  color:#063565;
  border-radius: 5px;
  height: auto;
  padding: 0.5rem;
}

nav ul li {
  position: relative;
  display: block;
  margin: 0.2rem 0.2rem;
  padding: 0rem 0.5rem;
  transition: all .5s ease 0;
}

nav .dropdown-menu li a{
  color: #5059bc;
}

nav .dropdown-menu li a:hover{
  background-color: #063565;
  color: #fff;
}

nav ul li a{
  transition: all .5s ease 0;
}

nav ul li a:hover{
  transition: all 0.5s ease;
}

.iconoNavBar{
width: 30px;
padding: 2px;
margin:0.1rem 0.2rem 0.2rem;
}


header nav .mediaIcons{
  display: flex;
  margin-top: 0.2px;
  margin-left: 1.5rem;
}

header nav .mediaIcons a{
  width: 30px;
  height: 30px;
  border: #7CAFD0;
  color: #7CAFD0;
  background-color: rgb(232, 232, 232);
  margin: 0.4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  border: 2px solid transparent;
}

header nav .mediaIcons a:hover{
  border: rgb(232, 232, 232);
  color: rgb(232, 232, 232);
  background-color: #7CAFD0;
}

.navbar-toggler:hover{
  color: #fff;
}

.scrol{
  height: 100px;
}
/* FIN NAV */

form label {
  color: black;
  font-size: 1rem;
}

/* MAIN INDEX */
main .sectionCarrusel .carousel-control-next, main .carousel-control-prev {
  top: 100%;
  width: 45px;
  height: 45px;
} 

main .carousel-control-next{
  margin-top: -8rem;
}

main .carousel-control-prev{
  margin-top: -1rem;
}

main .carousel-control-next, main .carousel-control-prev {
  top: 50%;
} 

.tramites{
background-color: #f2f2f2;
}

.tramites .cartaP {
  height: 155px;
}

.tramites  .containerImgCaracteristicas .circle{
  background: none;
}

.tramites .containerImgCaracteristicas .roundedBorder{
  border: 1px solid #00203a;
  box-shadow: inset 0 0 5px #00203a;
}

.tramites .cartaP span p{
  color: #00203a;
  font-size: 0.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1rem;
  margin: 0.5rem 0 -0.5rem;
}

.tramites .cartaP span h6{
  color: #00203a;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1rem;
    margin: 0.5rem 0 -0.5rem;
}
.sectionSecundario{
  background-color: #e4e4e4;
}

#navbarDropdown{
  background-color: #f2f2f2;
}

.cartaP {
  display: -webkit-box;
  display: -ms-flexbox;
  height: 155px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          text-align: center;
          position: relative;
          padding: 0.5rem 0rem ; 
          transition: all 0.9s;
}

.cartaP::after{
  --right:100%;
  content:  '';
  position: absolute;
  inset: calc(100% - 6px) var(--right) 0 0;
  background-color: #063565;
  transition: all 0.5s ease;
}

.cartaP:hover .roundedBorder{
  animation-play-state: running;
}

.carta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  position: relative;
  margin: 2rem;
  padding: 2rem 1rem; 
  background-color: #f2f2f2;
  box-shadow: 0px 10px 15px #0001;
  transition: all 0.9s;
}

.carta:hover{
  box-shadow: 0px 20px 30px #0003;
}

.carta::after{
  --right:100%;
  content:  '';
  position: absolute;
  inset: calc(100% - 6px) var(--right) 0 0;
  background-color: #063565;
  transition: all 0.5s ease;
}

.containerVerde .carta::after{
  background-color: #00203a;
}

.carta:hover:after{
  --right:0;
}

.containerImgCaracteristicas .roundedBorder{
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px solid #063565;
  box-shadow: inset 0 0 5px #063565;
  border-radius: 10em;
  transform: rotate(-45deg);
  animation: rotate-360 2s linear infinite;
  animation-play-state: paused;
}

.carta:hover .roundedBorder{
  animation-play-state: running;
}

@keyframes rotate-360{
  from{transform: rotate(-45des);}
  to {transform: rotate(315deg);}
}

.cartaP span p{
  color: #063565;
  font-size: 0.6rem;
  margin-top: 0.5rem;
  margin: 0.5rem 0 -0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.carta span p{
  color: #063565;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.containerImgCaracteristicas  .iconos{
  width: 60px;
  display: block;
  margin-left: auto;
}

.containerImgCaracteristicas  .iconos2{
  width: 40px;
  display: block;
  margin-left: auto;
}

.textoFooter
{
  align-items: center !important;
  display: flex !important;
  padding: 0 0 0 0;
}
.containerImgCaracteristicas{
  position: relative;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
} 

.containerInicio{
  background-color: #5059bc;
  height: 80vh;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
}

.containerNoticias{
  transition: 0.9s;
}

.containerTexto{
  margin: 1rem 0rem 1rem;
}

.sectionActual .containerNoticias h3:hover{
  color: #063565;
}

.sectionActual .containerProrrogas ul a:hover{
  text-decoration: underline;
}

.sectionActual h3
{
  justify-content: start;
  margin: 0rem 0rem 0rem 1.3rem;
  text-transform: uppercase;
  flex: 1;
}
.sectionActual .tituloExpandible
{
  display: flex;
  gap: 20px;
}

.sectionActual .containerResolucion {
  background-color: #f2f2f2;
  box-shadow: 0px 10px 15px #0002;
  padding: 0.5rem;
}
.sectionActual .btn-toggle {
  cursor: pointer;
  margin: 1.7rem 2rem 2rem  0rem;
  background-color: transparent;
  border: transparent;
  color: #5059bc;
  font-size: 1.5rem;
  font-weight: bold;
}

.sectionActual .btn-primary:focus,
.sectionActual .btn-primary:active,
.sectionActual .btn-primary:focus:not(:focus-visible),
.sectionActual .btn-primary:checked,
.sectionActual .btn-primary.active,
.sectionActual .show > .btn-primary.dropdown-toggle:focus,
.sectionActual .btn-check:active+.btn-primary:focus,
.sectionActual .btn-check:checked+.btn-primary:focus {
    box-shadow: none !important; /* Asegura que no haya box-shadow */
    outline: none; /* Opcional: Elimina el contorno del botón si también es necesario */
}

.sectionActual .containerResolucion .containerNoticias{
  padding: 0.5rem 0.7rem 1.2rem 0.7rem;
  border: 2px solid #e4e4e4;
  border-radius: 20px 0 20px 0;
  margin-bottom: 0.5rem;  
}
.containerListadoI {
  margin: 1rem 0rem 4rem;
}

.sectionAutoridad p{
  font-size: 0.9rem;
}

.containerVencimientos .containerFecha{
  display: flex;
  gap: 20px;
}

.containerVencimientos .containerFecha h6{
  color: #5059bc;
  font-size: 1.5rem;
  font-weight: bold;
}

.containerVencimientos .containerFecha p{
  color: #5059bc;
  font-size: 0.7rem;
  margin: 5px 0 0 0;
}

.containerVencimientos .containerFecha span{
  color: #5059bc;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.containerVencimientos .containerIcono img{
  width: 30px;
}

.sectionActual .containerVencimientos{
  background-color: #f2f2f2;
  box-shadow: 0px 10px 15px #0002;
  margin: 1rem 0rem 5rem ;
  padding: 0.5rem;
}

.containerVencimientos h3{
  justify-content: center;
}

.containerVencimiento{
  padding: 1rem 0;
  margin: 2rem;
}

#accordionFlushExample{
  width: 100%;
  height: 100%;
  padding: 1rem 0;
}

#accordionFlushExample .accordion-button:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

#accordionFlushExample .accordion-item{
  background-color: #e4e4e4;
  border-radius: 20px 0 20px 0;
}

#accordionFlushExample .accordion-button{
  background-color: #e4e4e4;
  justify-content:flex-start;
  align-items: center;
  color: #7c7c7c;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: start;
  text-transform: none;
  margin: 15px 0px 15px 20px;
  border-radius: 20px 0 0 20px;
}

#accordionFlushExample .accordion-item .accordion-body{
  color: #fff;
  font-size: 0.8rem;
}

.containerVencimientos span{
  text-transform: uppercase;
}

.containerNoticia {
  margin: 1rem;
}

/* FIN INDEX */

/* BOTONES */
button { 
  height: 2.5rem;
  width: auto;
  border: 2.2px solid #063565;
  color: #063565;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  margin: 2rem;
  padding: 0rem 1rem;
  transition: 0.5s;
}

button:hover {
  transition: all 0,5s ease-in-out;
  background-color:#063565;
  color: #fff;
}

#buttonContactar{
  margin: 2rem;
}
/* FIN BOTONES */

/* AUTORIDADES */
.sectionCards{
  display: flex;
  align-items: center;
  justify-content: center;
}

.sectionCards h2{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #00203a;
  font-size: 1rem;
  font-weight: bold;
  text-align: start;
  text-transform: uppercase;
  height: auto;
  width: auto;
  padding: 1rem;
  margin: 4rem 0rem 4rem;
}

.mainCard .carta{
  transition: all 0.4s ease;
  box-shadow: 0px 0px 9px rgb(0,0,0,.35);
}

.mainCard .carta:hover{
  transform: translateY(-15px);
}

.mainCard .carta .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mainCard .carta .content .img{
  height: 130px;
  width: 130px;
  background-color: #00203a;
  padding: 3px;
  border-radius: 50%;
}

.containerVerde .mainCard .carta .content .img{
  background-color: #00203a;
}

.containerVerde .mainCard .carta .content .details .nombre{
  color: #00203a;
}

.containerVerde .mainCard .carta .content .mediaIcons a{
  background-color: #00203a;
}

.containerVerde .mainCard .carta .content .mediaIcons a:hover{
  border: #00203a;
  color: #00203a;
}

.mainCard .carta .content .img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #fff;
}

.mainCard .carta .content .cargo{
  font-size: 1.2rem;
  font-weight: bold;

}

.mainCard .carta .content .details .nombre{
  font-size: 1.3rem;
  color: #00203a;
}

.mainCard .carta .content .mediaIcons{
  display: flex;
  margin-top: 10px;
}

.mainCard .carta .content .mediaIcons a{
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #859546;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  border: 2px solid transparent;
}

.mainCard .carta .content .mediaIcons a:hover{
  border: #7CAFD0;
  color: #7CAFD0;
  background-color: rgb(232, 232, 232);
}

.sectionAutoridad .containerVerde .carta .content .details .interno{
  font-size: 1.2rem;
  font-weight: bold;
}

.sectionAutoridad .containerVerde .carta .content .details .interno{
  font-size: 1.2rem;
  font-weight: bold;
}

/* FIN DE AUTORIDADES */

/* CONTACTO */
.contenedorContacto{
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main section  {
  text-transform: none;
  font-size: 1,3rem;
}

main section  {
  font-size: 1rem;
  font-weight:600;
  color: #5059bc;
}

main label {
  height: 1rem;
  width: 1rem;
  padding:  1rem;
  margin: 0px, 1rem;
}

#floatingTextarea{
  margin: 1rem 0rem 0rem;
}

#form {
  padding:0.5rem;
  margin: 3rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#form .mb-3 {
  height: 3.8rem;
  display: flex;
  flex-direction: column;
  padding: 0px 0px;
}

#form p{
  margin: 1rem;
  font-size: 0.8rem;
}

.form-floating{
  margin: 3.5rem 0rem 0rem;
  padding: 0.5rem 0rem;
}

#form-select {
  height: 1rem;
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0rem 0rem;
  padding: 0px 0px;
}

#form select:focus {
  box-shadow: 0px 0px 10px 3px #7CAFD0;
  outline: none;
  border: none;
}

#form input:focus {
  box-shadow: 0px 0px 10px 3px #7CAFD0;
  outline: none;
  border: none;
}

#form textarea:focus {
  box-shadow: 0px 0px 10px 3px #7CAFD0;
  outline: none;
  border: none;
}

.contenedorImgConsulta{
  width: 100%;
  min-width: 250px;
  max-width: 550px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #f2f2f2;
  box-shadow: 0px 10px 15px #0002;
  margin: 1rem 0rem 5rem ;
  padding: 0.5rem;
}

#form .containerIcono p{
  font-size: bold;
}

#form .containerIcono p:hover{
  color: #5059bc;
  text-decoration: none;
}

.contenedorImgConsulta h3{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #063565;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: start;
    text-transform: uppercase;
}

.contenedorImgConsulta .containerIcono h6{
  color: #063565;
}
#form .contenedorImgConsulta p a:hover{
  font-weight: bold;
  text-decoration: underline;
}

legend {
  color: #5059bc;
  font-size: 2rem;
  text-align:start;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 0rem;
}

form label {
  color: black;
  font-size: 1rem;
}

.hrVerde{
  border: 2px solid #00203a;
}

/* #form a{
  text-decoration: none;
  color: black;
  font-weight: normal;
} */
/* FIN CONTACTO */

/*DENUNCIA */
.contenedorImgConsulta .verde{
  color: #00203a;
}

.sectionDenuncia .form-floating{
  margin: 0.1rem 0rem 0rem;
}

.sectionDenuncia  #floatingTextarea{
  margin: 4rem 0rem 0rem;
}

.subtituloDenuncia{
  margin: 2rem 0rem 0rem;
}

.containerInfoDenunciante{
  margin: -2rem 0rem 3rem;
}
/*FIN DENUNCIA */


/*NOTICIAS */
main section div h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5059bc;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: start;
  text-transform: uppercase;
  height: auto;
  width: auto;
  padding: 4rem 0rem 0rem;

}

main section div h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5059bc;
  font-size: 2rem;
  font-weight: bold;
  text-align: start;
  text-transform: none;
  height: auto;
  width: auto;
  margin: 1.5rem 0;
  padding: 0px 0px;
}

main section div h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5059bc;
  font-size: 1rem;
  font-weight: bold;
  text-align: start;
  text-transform: none;
  height: auto;
  width: auto;
  margin: 1rem 0;
  padding: 0px 0px;
}

main section div h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5059bc;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: start;
  text-transform: none;
  height: auto;
  width: auto;
  margin: 0.5rem 0;
  padding: 0px 0px;
}

main section div p {
  color: #00203a;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 1rem 0rem;
  height: auto;
  width: auto;
  text-align: justify;
}

.tamanio p{
  font-size: 0.7rem;
  font-weight: 700;
}

.containerLosMasVistos #busqueda{
  margin: 9.4rem 0rem 0.2rem;
}

.articleDate{
  color: black;
  font-size: 0.8rem;
  margin: 1rem 0rem;
  height: auto;
  width: auto;
}

a{
  text-decoration: none;
  color: #063565;
}

.linkPosteos{
  height: 0.8rem;
  margin: 1rem 0rem;
  font-size: 0.8rem;
}

.imgPosteoPrincipal img {
  width:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imgPosteoPrincipal{
  width: 100%;
}

.imgPosteoSecundario img {
  width:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imgPosteoSecundario{
  width: 100%;
}

.containerSearch .d-flex .form-control{
  margin: 12rem 0rem 2.8rem;
}


.containerLosMasVistos{
background-color: rgb(240, 240, 240);
box-shadow: 0px 0px 5px rgb(0,0,0,.35);
}

.container #pagination{
  margin: 2rem;
}

.mainDetails section div .containerNoticias:hover{
  background-color: #f2f2f2;
}

.mainDetails section div .containerLosMasVistos .containerNoticias:hover{
  background-color: #e4e4e4;
}

.containerLosMasVistos .busqueda{
  margin: 0rem;
}
/* FIN NOTICIAS */

/* TUTORIALES */
.bodyTutoriales{
  background-color: #e4e4e4;
}

.bodyTutoriales .container{
  padding:0rem 0rem 3rem ;
}

.containerImgTutoriales{
  width: 100%;
  height: 70px;
  background-color: #063565;
  margin-top: -2rem;
  position: relative;
}

.containerImgTutoriales  .iconos{
  width: 70px;
  display: block;
  justify-content: center;
  align-content: center;
  margin: 0.1rem;
  margin-left: auto;
  margin-right: auto;
}

span p{
  font-size: 1rem;
  font-weight: bold;
  text-align: start;
}
/* FIN TUTORIALES */

/* DELEGACIONES */
.sectionDelegaciones{
  padding: 1rem;
  margin: 3rem 0.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sectionDelegaciones #busqueda{
  margin-top: 0rem;
}

.bodyDelegaciones h2{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5059bc;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: start;
  text-transform: uppercase;
  height: auto;
  width: auto;
  margin: 0.5rem 0;
  padding: 0px 0px;
}

.bodyDelegaciones .container{
  padding:0rem 0rem 3rem ;
}

.bodyDelegaciones .carta{
  padding: 1rem 0.2rem;
  margin: 1.5rem;
}

.bodyDelegaciones .Search{
  padding: 1rem 0rem;
  margin: 1.5rem 0rem;
}

.containerInfoDelegaciones{
  width: 100%;
  height: 70px;
  background-color: #063565;
  margin: 0.5rem;
  margin-top: -2rem;
  position: relative;
}

.containerInfoDelegaciones span p{
  color: #fff;
  font-size: 1.1rem;
  margin-top: 1.5rem;
}

#piechart{
min-width: 40%;
}
.containerIcono{
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
} 

.containerIcono img{
  width: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#busqueda{
  height: 2.3rem;
  width: 2.3rem;
  margin: 0rem;
  margin-top: 2rem;
  padding: 0rem;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  background-color:#fff;
  transition: 0.5s;
}

#busqueda:hover {
  transition: all 0,5s ease-in-out;
  background-color:#e4e4e4;
}
/* FIN DELEGACIONES */
/* BOLETINES */
.containerBoletines h4{
  background-color: #063565;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  width: auto;
  margin: 0.3rem 0.3rem;
  padding: 30px 10px;
}

.containerBoletines{
  background-color: #f2f2f2;
  box-shadow: 0px 10px 15px #0002;
  margin: 1rem 0rem 10rem ;
  padding: -1rem;
}

.containerBoletines .containerDescarga{
  background-color: none;
  box-shadow: none;
  margin: 0.5rem;
}
/*FIN BOLETINES */
/*CAPACITACIONES */
.sectionCapacitaciones span{
  padding: 5rem 0rem 0rem;
  margin: 1rem;
  font-size: 1.4rem;
}
.containerSecundario h4{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #063565;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  width: auto;
  margin: 0.3rem 0.3rem;
  padding: 30px 10px;
}

.containerCapacitaciones .containerIcono{
  margin: 1rem 1rem;
}

.containerCapacitaciones .containerIcono p{
  font-size: 0.9rem;
  font-weight: bold;
  color: #5059bc;
}

.containerSecundario span{
  font-size: 1rem;
  font-weight: bold;
  text-align: start;
  color: #5059bc;
  height: auto;
  width: auto;
  margin: 0.2rem 0rem;
}

.containerSecundario p span{
    font-size: 0.8rem;
    font-weight: normal;
    text-align: start;
    height: auto;
    width: auto;
  }

.containerDescarga{
  margin: 0.5rem;
}

.sectionCapacitaciones .containerSecundario p:hover{
  text-decoration: underline;
  color: #063565;
}

.sectionCapacitaciones .containerSecundario .containerDescarga p:hover{
  text-decoration: none;
  color: black;
}
.containerSecundario button{
  border: 2.2px solid #00203a;
  color: #00203a;
}

.containerSecundario button:hover{
  background-color: #00203a;
  color: #fff;
}

input{
  margin: 1rem 0rem 1rem;
}

.containerSecundario .verde{
  background-color: #5059bc;
}

.sectionCapacitaciones .containerSecundario{
  margin: 5.5rem 0rem 0rem;
}
.containerSecundario .containerDescarga{
  box-shadow: none;
  margin: 1rem;
}
/* FIN CAPACITACIONES */

/* Lesgilación */
.sectionLegislacion .containerSearch .d-flex .form-control{
  margin: 2rem 0rem 2rem;
}

.sectionLegislacion .containerSecundario img {
  height:60%;
  margin: 2px ;
}

.sectionLegislacion .containerSecundario .textoBoletin {
  display: flex;
  align-items: center; /* Centra verticalmente el contenido */
  height: 100%;
}

#busqueda{
  height: 2.3rem;
  width: 2.3rem;
  margin: 0rem;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  background-color:#fff;
  transition: 0.5s;
}

#busqueda:hover {
  transition: all 0,5s ease-in-out;
  background-color:#e4e4e4;
}
.container ul li {
  position: relative;
  display: inline-block;
  /* text-transform: uppercase; */
  margin: 0.5rem;
  padding:0.2rem;
  transition: all .5s ease 0;
}

/* .container li a{
  color: #5059bc;
} */

.container li a:hover{
  color: #063565;
}

.containerul li a{
  transition: all .5s ease 0;
}

.container ul li a:hover{
  transition: all 0.5s ease;
}

.containerDescarga .containerIcono{
  margin: 2rem;
}

.containerDescargaSecundaria{
  margin: 2rem 0.5rem;
}

.containerSecundario .containerDescargaSecundaria p:hover{
  text-decoration: underline;
  color: #00203a;
}

/* FIN LEGISLACIÓN */

/*AUTOGESTIÓN */
.sectionAutogestion .carta span p{
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
  color: #5059bc;
}

.sectionAutogestion a p:hover{
text-decoration: underline;
color: #063565;
}

.sectionAutogestion .carta{
  margin: 1rem 0.5rem;
}

.sectionAutogestion .containerImgTutoriales .iconos{
  width: 50px;
  margin-top: 0.5rem;
}

.sectionAutogestion .containerSecundario .containerIcono p {
  font-weight: 400;
}
/*FIN AUTOGESTIÓN */

/*CONTAINER SECUNDARIO */
.containerDescarga{
  background-color: #f2f2f2;
  box-shadow: 0px 10px 15px #0002;
  margin: 1rem 0rem 5rem ;
  padding: 0.5rem;
}

.containerSecundario{
  background-color: #f2f2f2;
  box-shadow: 0px 10px 15px #0002;
  margin: 1rem 0rem 5rem ;
  padding: 0.5rem;
}

.containerSecundario  .containerIcono{
  margin: 2rem;
}

.containerSecundario  .verde{
  background-color: #00203a;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  width: auto;
  margin: 0.3rem 0.3rem;
  padding: 30px 10px;
}

.containerSecundario  p{
  font-size: 0.8rem;
  font-weight: bold;
}

.containerSecundario span{
  font-size: 1rem;
  font-weight: normal;
}

.containerLegislacion .containerIcono:hover{
  text-decoration:underline;
}

.containerSecundario a span{
  color: black;
  font-weight: bold;
}

.containerIcono .bold{
  font-size: 1rem;
  font-weight: bold;
  height: auto;
  margin: 1rem;
  color: #555;
}

.containerIcono .bold:hover{
  color: #063565;
  text-decoration:underline
}
/* FIN CONTAINER SECUNDARIO*/

/* RECAUDACIONES*/
.containerBarra{
  background-color: #f2f2f2;
  box-shadow: 0px 10px 15px #0002;
  margin: 2.5rem 0rem 0rem ;
  padding: 0rem;
}

.containerBarra .form-floating{
  margin: 1rem 0rem 0rem;

}
#buttonActualizar{
  padding: 3rem;
  width: auto;
  height: 2.5rem;
  width: auto;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5rem;
  margin: 2rem 0rem 9rem;
  padding: 0rem 1rem;
  transition: 0.5s;
  background-color: #5059bc;
  border-color: #5059bc;
}

.chart-wrap {
  --chart-width:600px;
  --grid-color:#aaa;
  --bar-color:#063565;
  --bar-thickness:40px;
  --bar-rounded: 3px;
  --bar-spacing:10px;
  font-family:sans-serif;
  width:var(--chart-width);
}

.chart-wrap .title{
  font-weight:bold;
  padding:1.8em 0;
  color: #063565;
  font-size: 1.5rem;
  text-align:center;
  white-space:nowrap;
}

.fecha{
  font-weight:bold;
  padding:0.5em 0;
  color: #7c7c7c;
  font-size: 0.9rem;
  text-align:center;
  white-space:nowrap;
  margin-bottom: 3rem;
}

.chart-wrap.horizontal .grid{
  transform:rotate(0deg);
}

.chart-wrap.horizontal .bar::after{
  transform: rotate(0deg);
  padding-top:0px;
  display: block;
}

.chart-wrap .grid{
  margin-left:50px;
  position:relative;
  padding:5px 0 5px 0;
  height:100%;
  width:100%;
  border-left:2px solid var(--grid-color);
}

.chart-wrap .grid::before{
  font-size:0.8em;
  font-weight:bold;
  content:'0%';
  position:absolute;
  left:-0.5em;
  top:-1.5em;
}

.chart-wrap .grid::after{
  font-size:0.8em;
  font-weight:bold;
  content:'100%';
  position:absolute;
  right:-1.5em;
  top:-1.5em;
}

.chart-wrap.horizontal .grid::before, .chart-wrap.horizontal .grid::after {
  transform: rotate(0deg);
}

.chart-wrap .bar {
  width: var(--bar-value);
  height:var(--bar-thickness);
  margin:var(--bar-spacing) 0;
  background-color:var(--bar-color);
  border-radius:0 var(--bar-rounded) var(--bar-rounded) 0;
}

#bar1{
background-color: #4b65d1;
}

#bar2{
background-color: #25a35a;
}

#bar3{
background-color: #F16335;
}

#bar4{
background-color: #d5f135;
}

#bar5{
background-color: #8f01a1;
}

#bar6{
background-color: #35f1e8;
}

#bar7{
background-color: #00203a;
}

.chart-wrap .bar:hover{
  opacity:0.7;
}

.chart-wrap .bar::after{
  content:attr(data-name);
  margin-left:100%;
  padding:10px;
  display:inline-block;
  white-space:nowrap;
}

.containerInfoRecaudaciones{
  width: 100%;
  height: 70px;
  background-color: #063565;
  margin: 2rem;
  margin-top: -1rem;
  position: relative;
}

.sectionRecaudacion .carta::after{
  background-color: #f2f2f2;
  transition: none;
}

.sectionRecaudacion .carta .recaudado p{
  font-size: 1.3rem;
  color: #5059bc;
  font-weight: bold;
}

.carta #verde {
  background-color: #859546;
}

.containerInfoRecaudaciones span p{
  color: #fff;
  font-size: 1rem;
}
/* FIN DE RECAUDACIONES*/

/* MEDIOS DE PAGOS */
.containerMediosDePago{
  background-color: #f2f2f2;
  box-shadow: 0px 10px 15px #0002;
  margin: 0rem 0rem 5rem ;
}

.containerMediosDePago span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #063565;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  width: auto;
  margin: 1rem 1rem;
  padding: 30px 10px;
}

.containerImgMp{
  width: 100%;
  position: relative;
}

.containerImgMp  img{
  width: 130px;
  display: block;
  justify-content: center;
  align-content: center;
  margin: 3.5rem;
  margin-left: auto;
  margin-right: auto;
}

.containerImgMp .mediosDePagos{
  width: 250px;
}

.bodyMediosDePago section div span p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #063565;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  width: auto;
  margin: 1rem 1rem;
  padding: 30px 10px;
}
/* FIN MEDIOS DE PAGOS */

/* FOOTER */
footer {
  background-color: #595b5f;
}

footer ul li{
color: #fff;
font-size: 0.8rem;
list-style: none;
}

.logo{
  margin: 1rem 0rem 0rem 1rem;
}

footer .logo a img {
  width: 170px;
  margin-right: 1rem;
  margin-top: 2rem;
}

#redeSociales{
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 1rem;
}
/*FIN FOOTER */


/* ICONOS REDES SOCIALES */
.enlaceRedes{
  margin: 1rem;
  align-items: center;
}

footer .enlaceRedes a img {
  width: 20px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

.twitter:hover{
  transform: scale(1.3);
}

.facebook:hover{
  transform: scale(1.3);
}

.instagram:hover{
  transform: scale(1.3);
}

/* MEDIA QUERY */
@media screen and (max-width: 575px) {

  h1, h2, h3, h4, h5, h6 {
    font-family: Sarabun, sans-serif;
  }

  .containerIcono p {
    font-family:  Roboto, sans-serif;
    margin: 1rem;
  }

  header nav .mediaIcons a{
    width: 45px;
    height: 45px;
    border: #7CAFD0;
    color: #7CAFD0;
    background-color: rgb(232, 232, 232);
    margin: 0.6rem;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    border: 2px solid transparent;
  }

  .titulo{
    font-size: 1.4rem;
  }
  main section div h1 {
    font-size: 1rem;
  }

  main section div p {
    font-size: 1rem;
  }

  .tamanio p{
    font-weight: 700;
  }
 
  .containerNoticias p{
    font-size: 0.8rem;
  }

  .sectionActual .containerNoticias h3{
    font-size: 0.9rem;
    color:#00203a;
    margin:0;
    text-transform: none;
  }

  .sectionActual .containerNoticias a{
    color:#5059bc;
    text-transform: uppercase;
    font-size: 0.8rem;
  }

  .sectionActual .containerNoticias p{
    font-size: 0.8rem;
    margin: 0.5rem 0 0.5rem 0; 
  }

  .mainHome .containerNoticias{
    padding: 2rem 0rem;
  }

  .containerInicioIndex .carta  {
    margin: 1rem;
    padding: 1.5rem; 
  }

  .containerImgMp .mediosDePagos{
    margin-top: 2rem;
  }

  .containerIcono p{
    font-size: 0.8rem;
  }

  .containerIcono img{
    width: 25px;
  }

  .containerDescarga .containerIcono{
    margin: 1rem;
  }

  .containerIcono .bold{
    font-size: 0.8rem;
    font-weight: bold;
    height: auto;
    margin: 1rem;
    color: #555;
  }

  .containerSecundario .containerIcono .bold {
    font-weight: 400 !important;
  }

  .containerCapacitaciones .containerIcono{
    margin: 0.5rem 0.5rem;
  }

  .sectionDenuncia h3{
    font-size: 1.3rem;
  }

  main .carousel-control-next, main .carousel-control-prev{
    height: 40px;
    width: 40px;
    margin-top: -1rem;
  }
  
  main .carousel-control-next{
    height: 40px;
    width: 40px;
    margin-top: -3.8rem;
  }

  .sectionBoletines p{
    font-size: 0.8rem;
  }

  .sectionDenuncia p{
    font-size: 0.8rem;
  }

  .containerVencimientos .containerTexto{
    margin: 2rem;
  }

  .sectionAutoridad p{
    font-size: 0.8rem;
  }

  .containerVencimientos .containerFecha p span{
    color: #5059bc;
    font-size: 0.7rem;
    margin: 5px 0 0 0;
  }
  
  .containerVencimientos .containerFecha p{
    color: #063565;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .containerVencimientos .containerFecha span{
    color: #5059bc;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
  }

  .chart-wrap {
    --chart-width:150px;
  }

  .chart-wrap {
    font-size: 0.6rem;
  }

  .containerInfoRecaudaciones span p{
    font-size: 1rem;
    margin-top: 1.2rem;
  }
  .sectionCarrusel .carousel-item img {
    height: 25vh; 
  }
}

/* Bootstrap */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #5059bc;
}

.nav-link {
  color: #5059bc;
  padding: 0 0 0 0;
}

.page-item.active .page-link {
  background-color: #5059bc;
  border-color: #5059bc;
}

.page-link {
  color: #5059bc;
}

.requerido{
  color:red; 
  font-size:13px;
  text-align: left;
}

#recaudacion {
  margin-bottom: 0px;
}

.icon{
  color: #00203a;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 5px 10px;
  clear: both;
  font-weight: normal;
  font-size: 12px;
  color: #063565;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 1px solid #d8d8d8;

}
.dropdown-menu {
  border-top: 2px solid #5059bc;
  border-radius: 0;
  padding: 0;
  left: -70px !important;
}

.image {
  border-bottom: 5px solid #063565;
}

.containerFooter
{
  border-top: 5px solid #5059bc;
  background-color: #00203a;
  padding-left: 50px
}

.footer-p{
  color: #fff;
  font-size: 0.8rem;
}
.footer-a
{
  margin: 1rem;
  text-align: left; /* Alinea el texto a la izquierda */
  display: inline-block; /* Mantiene el bloque ajustado al contenido */
}

.footerDireccion ul {
  padding-left: 1rem;
}
.col-sm-12.col-md-12.text-center.col-lg-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.noticiaImagen .containerNoticias
{
  border: 2px solid #e4e4e4;
  border-radius: 10px 0 10px 0;
  padding: 0 0 0 0;
}

.noticiaImagen .containerNoticias p {
  padding: 0 10px 0 10px;
}

.noticiaImagen .containerNoticias h3 {
  padding: 0 10px 0 10px;
}

.noticiaImagen .containerNoticias .aInterna {
  padding: 0 10px 0 10px;
}

hr{
  margin: 0;
}

.img-fluid {
  border-radius: 10px 0 0 0;
}

.enlaceRedes a .facebook{
  height: 20px;
}

.d-none {
  display: none;
}

.wrapper .btn {
  display: flex;
  justify-content: flex-end
}

.wrapper .nav-links {
  position: fixed;
  max-width: 350px;
  top: 0;
  left: -100%;
  background: var(--color-background);
  display: block;
  padding: 10px;
  line-height: 50px;
  overflow-y: auto;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
}

/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #242526;
}

::-webkit-scrollbar-thumb {
  background: #3A3B3C;
}

#menu-btn:checked~.nav-links {
  left: 0%;
  background-color: #fff;
}

#menu-btn:checked~.btn.menu-btn {
  display: none;
}

#close-btn:checked~.btn.menu-btn {
  display: none;
}

#close-btn
{
  display: none;
}
#menu-btn
{
  display: none;
}
.nav-links .drop-menu {
  position: static;
  opacity: 1;
  top: 65px;
  visibility: visible;
  padding-left: 20px;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s ease;
}

nav {
  @apply border-t-8 border-solid border-[var(--color-secondary)];
  position: fixed;
  z-index: 99;
  width: 100%;
  background: white;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
}

nav .wrapper {
  @apply relative mx-auto max-w-7xl h-12 flex justify-between items-center;
  background: rgba(255,255,255,0);
}

.wrapper .logo img {
  @apply max-w-[170px];
}

.wrapper .nav-links {
  @apply inline-flex;
}
nav .wrapper-top {
  @apply relative mx-auto max-w-7xl h-12 flex justify-between items-center;
}

.wrapper-top .logo img {
  @apply max-w-[150px];
}

.wrapper-top .nav-links  {
  align-items: center;
}

.nav-links li {
  margin: 15px 10px;
}

.nav-links li a {
  padding: 0 20px;
  display: block;
  color: #5059bc;
  line-height: 1.1;
  font-size: 100%;
}

.menu-btn{
  margin-left: 15px;
}

.bg-1 {
  background-color: #063565;
}
.bg-2 {
  background-color: #5059bc;
}
.bg-3 {
  background-color: #f26df9;
}
.bg-4 {
  background-color: #063565;
}