@charset "utf-8";
/* CSS Document */

 body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
	
  }

	header {
      background-color: #001147;
      padding: 1rem 0;
      color: white;
    }

    header .navbar-brand span {
      line-height: 1;
		
    }

@media (max-width: 768px) {
  body {
    background-position: center top;
    background-size: contain; /* no deforma la franja */
  }
}
.headerT{
	margin-top: 7px;
}
    .slider-wrapper {
      
		background-image:url( "../img/back_slider.jpg");
    }

    .custom-slider {
      border-radius: 35px;
    }

    .carousel-inner img {
      object-fit: cover;
      height: auto;
    }

    .data-box {
      position: absolute;
      top: 20px;
      left: 20px;
      background-color: #0070df;
      border-radius: 20px;
      z-index: 10;
      max-width: 260px;
      font-size: 0.95rem;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

  
      .search-box {
      max-width: 600px;
      width: 100%;
      padding: 0 20px;
    }

    @media (max-width: 768px) {
      .data-box {
        position: static;
        margin-bottom: 1rem;
        max-width: 100%;
        font-size: 1rem;
      }

    
      .custom-slider {
        max-width: 100%;
      }

      .carousel-inner img {
        height: auto;
      }
    }

/* Estilo por defecto (escritorio: overlay) */
.ver-mas-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  z-index: 11;
}

/* En pantallas pequeñas el botón pasa debajo de la imagen */
@media (max-width: 768px) {
  .ver-mas-btn {
    position: static;
    display: block;
    margin: 1rem auto 0 auto; /* centrado debajo */
  }
}



/* Ajusta el tamaño del título en móviles */
@media (max-width: 576px) {
  .Tit_cabecera {
    font-size: 12px;
    line-height: 1.2;
  }
  .search-wrapper {
    margin-top: 10px; /* un poco de espacio dentro del menú */
  }
}


/* cabecera */
.Tit_cabecera{
	font-size: 22px;
	border-left: thin #ffffff solid;
	margin-left: 20px;
	padding-left: 20px;
}

.linkMenu{
	font-size: 18px;	
}

/* buscador */
.Titulo{
	font-size: 35px;
	color: #001147;
	font-weight: 900;
}

/* slider */
.data-boxSlider {
      
       border-radius: 40px;
    }

/* cuerpo */
.TitCuerpo{
	color: #0D246F;
	font-size: 28px;
	font-weight:700px;
	text-decoration: none;
	line-height: 110%;
	text-align: left;
	font-weight: bold;
}

.Bck01{
	background-color: #032272;
	}
.Bck02{
	background-color: #0195ff;
	}
.Bck03{
	background-color: #0055cc;
	}
.TiTSectores{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-left:  25px;
}


.content-box {
   min-height: 100%;
  display: flex;
  flex-direction: column;
	background-color: #e6f7ff;
  
}

.custom-link {
	font-size: 18px;
  color: #606060;
  font-weight: 600;
  display: inline-block;
    text-decoration: underline; 
	text-align: left;
line-height: 120%;
}

.custom-link:hover {
  color: #0D246F;
  text-decoration-color: #808080;
}


/* footer */
.bck{
	background-color: #032272;
	color: #ffffff;
}

.piePagina{
	padding-left: 25px;
}

.iconos{
	text-align: left;
	padding-top: 180px;
}


/* tabs */
 .tab-pane form {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 8px;
	    }

    .nav-tabs .nav-link {
      font-weight: 600;
      color: #5e647b;
		background-color: #dfe0e5;
		margin: 5px;
		border-radius: 0px;
		font-size: 11px;
    }
	
	.nav-tabs .nav-link:hover {
      font-weight: 600;
      color: #ffffff;
		background-color: #5e647b;
		margin: 5px;
		border-radius: 0px;
		font-size: 11px;
    }

    

    .form-label {
      font-weight: 500;
    }

    .form-select {
      border-radius: 0.5rem;
    }

/* pagina02 */
 .back-pagina {
		background-color: #e0f9ff;
    }

 
.titPag02{
	padding-top: 40px;
	letter-spacing: 0.3em;
}

.contenidoPag{
	margin: 0px 20px 0px 20px;
	padding: 30px 25px 0px 25px;
	
}
.contenidoPag2{
	padding: 20px 40px 10px 40px ;
}
.TxtContenido{
	font-size: 14px;
	color: #606060;
	text-align: justify;
} 

.TIT_Video{
	color: #1556C5;
	font-size: 31px;
	font-weight: bold;
	line-height: 110%;
}

  .iframe-container {
    position: relative;
    width: 100%;
	height: 1220px;
    padding-top: 75%; /* Ajusta esto para controlar la altura */
    overflow: hidden;
  }

  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

.CardSector{
	padding: 25px;
	background-color: #e6f7ff;
	border-radius: 25px;
}

 .video-container {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      cursor: pointer;
	  padding-left: 20px;
      
    }

    .video-container img {
      width: 100%;
      display: block;
    }

    .play-button {
      position: absolute;
      top: 20px;
      right: 20px;
      background-color: #002f87;
      color: white;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      z-index: 2;
    }

   
    .TxtContenido {
      text-align: justify;
    }

.ImgBorder{
	border-radius: 25px;
	vertical-align: bottom;
}



 .search-wrapper {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      position: relative;
    }

    .navbar .search-box {
      width: 0;
      opacity: 0;
      transition: width 0.3s ease, opacity 0.3s ease;
      overflow: hidden;
    }

    .search-box input {
      padding: 0.4rem 0.75rem;
      border-radius: 5px;
      border: none;
      outline: none;
      width: 200px;
      max-width: 100%;
    }

    .search-box.active {
      width: auto;
      opacity: 1;
    }

    .search-icon {
      font-size: 1.5rem;
      cursor: pointer;
      color: white;
    }

    @media (max-width: 576px) {
      .search-box input {
        width: 140px;
      }
    }


/*slider*/

.stats-box {
  position: absolute;
  top: 50%;
  left: 5%;
  margin-left: 35px;
  transform: translateY(-50%);
  background-color: rgba(0, 77, 187, 0.95); /* Azul */
  padding: 20px;
  border-radius: 15px;
  color: white;
  max-width: 400px;
}

.stats-box h4 {
font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
	line-height: 110%;
}

.textSlid01{
	font-size:13px;
	color: #ffffff;
	font-weight: normal;
	
}

.textSlid02 {
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
  text-align: left; /* fuerza alineación a la izquierda */
}

.textSlid03{
	font-size:11px;
	color: #014cb5;
	font-weight: bold;
	background-color: #ffffff;
	border-radius: 20px;
	padding:2px;
	text-align: left;
	}
.textSlid04{
	font-size:22px;
	color: #014cb5;
	font-weight: bold;
	background-color: #ffffff;
	border-radius: 10px;
	padding:5px;
	text-align: center;	
	}
hr {
  margin-top: 2px;   /* margen superior mínimo */
  margin-bottom: 2px; /* margen inferior mínimo */
}

.stats-box2 {
  position: absolute;
  top: 50%;
  left: 5%;
  margin-left: 35px;
  transform: translateY(-50%);
  background-color:#3c740f;
  padding: 20px;
  border-radius: 15px;
  color: white;
  max-width: 400px;
	font-weight: bold;
}
.textSlid05{
	font-size:11px;
	color: #3c740f;
	font-weight: bold;
	background-color: #ffffff;
	border-radius: 10px;
	padding:5px;
	text-align: center;	
	}

.text-success2{
	color: #cad201;
	margin-right: 10px;
	margin-left: 10px;
}

.stats-box3 {
  position: absolute;
  top: 50%;
  left: 5%;
  margin-left: 35px;
  transform: translateY(-50%);
  background-color:#6d496d;
  padding: 20px;
  border-radius: 15px;
  color: white;
  max-width: 400px;
	font-weight: bold;
}
.textSlid06{
	font-size:11px;
	color: #6d496d;
	font-weight: bold;
	background-color: #ffffff;
	border-radius: 10px;
	padding:5px;
	text-align: center;	
	}

.text-success3{
	color: #01be01;
	margin-right: 10px;
	margin-left: 10px;
}

.stats-box4 {
  position: absolute;
  top: 50%;
  left: 5%;
  margin-left: 35px;
  transform: translateY(-50%);
  background-color:#6b3e07;
  padding: 20px;
  border-radius: 15px;
  color: white;
  max-width: 400px;
	font-weight: bold;
}


.color-stats{
	font-size: 18px;
	color:#3eabf9;
	font-weight: bold;
}
.stats-box .monto {
  font-size: 16px;
  font-weight: bold;
}



.Prev{
	margin-left: -15px;
}
.Next{
	margin-right: -15px;
}



/*publicaciones*/

.Tit_Publica{
	background-color: #dfe0e5;
	padding: 30px;
	text-align: left;
	color:#001148;
	font-size: 21px;
	font-weight: bold;
	padding-top: 40px;
	letter-spacing: 0.3em;
}

.ContPublica{
	background-color: #ffffff;
	padding: 30px;
	
}

.Link02 {
      color: #3a3a3a;
      text-decoration: none;
	font-size: 14px;
    }
    .Link02:hover {
      text-decoration: none;
		color: #c73122;
    }

/* Tab activo */
.tabs-custom .nav-link.active {
	font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    background-color: #001148;
    border-bottom-color: #0093ff 3px thin solid; /* opcional: quita borde bajo el tab activo */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* Tab inactivo */
.nav-tabs .nav-link {
	font-size: 13px;
    border: 1px solid #dfe0e5;
    font-weight: 600;
    color: #5e647b;
    background-color: #ffffff;   /* blanco */
    margin: 5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
   
}

/* Hover en inactivo */

.nav-tabs .nav-link:hover {
	font-size: 13px;
    font-weight: 600;
    color: #001148;
    background-color: #e0f9ff;   /* gris clarito */
    border: 1px solid #dfe0e5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
   
}

    /* Cuando está abierto */
.accordion-button:not(.collapsed) {
    background-color: #dfe0e5;
    color: #001148;
    font-size: 15px;
}

/* Cuando está cerrado */
.accordion-button.collapsed {
    background-color: #ffffff; /* o el color que uses de fondo */
    color: #5e647b;
    font-size: 15px;
}
    .btn-descargar {
      background-color: #c0392b;
      color: white;
    }
    .btn-descargar:hover {
      background-color: #a93226;
    }

.Tit02{
	color:#3a3a3a;
	text-decoration: none;
	padding: 35px 0px 35px 0px;
	font-size: 38px;
}


.TiT_Acordeon{
	font-size: 18px;
	color: #008eff;
	font-weight: bold;
	
	}
.custom-btn {
    border-radius: 10px;
    transition: all 0.3s ease;
	color: #dee2e6;
  }

  .custom-btn:hover {
    background-color: #001148; /* Bootstrap red */
    color: white !important;
  }

  .custom-btn:hover i {
    color: white;
  }
 

.filtro-custom {
  border: 1px solid #001148;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
}

.BtnColor{
	color:#001148;
	border-color: #001148;
}

.LinkRedes {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.LinkRedes:hover {
  color: #0054c9;
  text-decoration: underline;
}


@media (max-width: 768px) {
  .stats-box,
  .stats-box2,
  .stats-box3,
  .stats-box4 {
    position: static; /* Ya no es absolute */
    transform: none;  /* Elimina el translateY */
    margin: 10px auto; /* Centrado */
    max-width: 90%;
    background-color: rgba(0, 77, 187, 0.95); /* Puedes cambiar por cada uno si deseas */
  }

  .stats-box2 {
    background-color: #3c740f;
  }

  .stats-box3 {
    background-color: #6d496d;
  }

  .stats-box4 {
    background-color: #6b3e07;
  }
}
@media (max-width: 768px) {
  .carousel-item img {
    height: auto;
    max-height: 300px;
    object-fit: cover;
  }
}


