@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

.imagen_cuentapublica {
    padding: 1% 0% 2% 0%;
    margin-top: 45px;
}

section.estadisticas_cp_2 {
    overflow: hidden;
}

section {
  padding: 1% 0 0 0;
  margin: 0 0 0 0 ;
}

section.secciones_cp_2025 {
	overflow: hidden;
  background: linear-gradient(45deg, #b5bdc893 0%,#828c958d 36%,#28343b70 100%);
  padding-bottom: 25px;
	margin-bottom: 0;
}

h3.temas_destacados {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 700;
  font-size: 1.1em;
}

.col-md-6 .img-responsive img.pull-left{
    width: 100%;
    border: 5px solid #02609219;
}

section.descargadocumento {
    overflow: hidden;
    margin: 0px;
    padding: 4%;
    min-height: 90px;
    background: #02609295;
    background: url(../img/);
    background: linear-gradient(45deg,#025f92 1%, #003560 75%,#003560 75%);
}

section.seccion {
    background-image: url('../img/fondo-final_bg_cp2025.jpg');
	  background-position: center;
    padding: 5% 0 2% 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    margin: 0;
}

.embed-responsive.embed-responsive-16by9 {
  border: 5px solid #ffffff75;
}

.col-md-6.acceso_cp2025 .descarga_doc_2025 img.img-responsive.center-block{
  width: 65%;
  padding: 2%;
}

a.btn.btn-default.btn-md.btn_cuenta.center-block {
  width: fit-content;
  margin: 2% auto;
  background: linear-gradient(to right, #277ba5 0%, #4a7592 100%);
  border: none;
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 700;
}

a.btn.btn-default.btn-lg.btn_cuenta.center-block {
  width: fit-content;
  margin: 2% auto;
  background: linear-gradient(to right, #277ba5 0%, #4a7592 100%);
  border: none;
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 700;
}

a.btn.btn-default.btn-lg.btn_cuenta.center-block:hover {
  background-color: #7a8898;
  color: #fff;
}

a.btn.btn-default.btn-md.btn_cuenta.center-block:hover {
  background-color: #7a8898;
  color: #fff;
}

.linea_degrade {
    height: 3px;
    background: linear-gradient(to right, #277ba5 0%, #4a7592 100%);
}

.linea_degrade2 {
    height: 3px;
    background: linear-gradient(to right, #277ba5 0%, #4a7592 100%);
}

h3 {
    font-family: 'Roboto Flex', sans-serif;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 15px;
    margin: -35px 0 0 0;
}

.secciones_cp_2025 h3.temas_destacados {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 1.2em;
    border-bottom: 1px solid #333;
    color: #002c48;
    min-height: 2em;
    text-align: center;
}

.panel-body p {
    font-family: 'Roboto Flex', sans-serif;
}

.panel-body {
  min-height: 140px;
}

.panel-body h3 {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 1.2em;
    border-bottom: 1px solid #333;
    color: #1e5799;
    min-height: 2em;
    text-align: center;
}

.panel.panel-default {
  min-height: 295px;
}

.imagen_cuentapublica img {
    margin: auto;
    padding: 1% 0% 2% 0%;
}

@media screen and (max-width: 430px) {
    .descarga_doc_2025{
    padding-top: 10%;
    }

    section.seccion {
      padding: 10% 0 2% 0;
      margin: 0;
    }

    section.seccion .col-md-12 {
      padding: 35px 15px 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .panel.panel-default {
    min-height: auto!important;
  }
}

@media only screen and (width: 414px) and (height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .imagen_cuentapublica img {
        margin-top: 100px;
      }
}

@media (min-width: 992px) {
    .web-sii .carousel-inner img {
        max-height: none;
        width: 100%;
        position: initial;
    }
}

@media (min-width: 768px) {
    .web-sii .carousel-inner img {
        max-height: none;
        max-width: 100%!important;
        position: initial;
    }
}
