@charset "UTF-8";
.btn-outline-primary {
  color: #1d9ad6;
  border-color: #1d9ad6;
}

.btn-outline-primary:hover {
  background-color: #1d9ad6;
  color: white;
  border-color: #1d9ad6;
}

.btn-primary {
  background-color: #1d9ad6;
  border-color: #1d9ad6;
}

.text-primary {
  color: #1d9ad6 !important;
}

.bg-primary {
  background-color: #1d9ad6 !important;
}

.border-primary {
  border-color: #1d9ad6 !important;
}

.bg-dark {
  background-color: #333333 !important;
}

.btn-outline-light.rounded-circle:hover .bi-arrow-up {
  color: #1d9ad6 !important;
}

.mt-05 {
  margin-top: 2px !important;
}

.container-buscador {
  padding-top: 11px !important;
}
.container-buscador .icon-hover:hover {
  color: #1d9ad6 !important;
}

@media (min-width: 992px) {
  .center-compensate-button {
    margin-right: calc(8.333333% + 6.375rem) !important;
    /* col-lg-1 + botón + padding */
  }
}
.icon-hover-custom {
  transition: all 0.3s ease;
}
.icon-hover-custom:hover {
  background-color: #1d9ad6 !important;
}
.icon-hover-custom:hover i {
  color: white !important;
}

.form-select-periodo,
.form-select-epoca,
.form-select-year {
  min-width: 200px;
  border-radius: 15px;
  background-color: var(--bs-light);
  border: 0;
  color: var(--bs-gray-600);
  padding-left: 20px;
}
.form-select-periodo:focus,
.form-select-epoca:focus,
.form-select-year:focus {
  box-shadow: none;
  border-color: transparent;
  outline: none;
}

.span-periodo {
  margin-left: 0.75rem;
  white-space: nowrap;
  line-height: 1;
}

.remove-margin-abajo {
  margin-bottom: 0 !important;
}

.filter-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.filter-wrapper.justify-content-center {
  justify-content: center;
}

.custom-select-group {
  border-radius: var(--bs-border-radius-pill) !important;
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 30px;
  width: 212px;
  overflow: hidden;
}
.custom-select-group:hover {
  border-color: #a8b0b8;
}
.custom-select-group:focus-within {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select-label {
  padding: 0 10px 0 12px;
  color: #6c757d;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.select-divider {
  width: 1px;
  height: 18px;
  background-color: #ced4da;
}

.custom-select {
  border: none;
  background: transparent;
  padding: 0 32px 0 10px;
  font-size: 14px;
  color: #1d9ad6 !important;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  min-width: 55px;
  height: 100%;
}
.custom-select option {
  background: white;
  color: #495057;
  font-weight: normal;
}

.select-arrow {
  position: absolute;
  right: 10px;
  pointer-events: none;
}
.select-arrow::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid #6c757d;
  vertical-align: middle;
}

.connector-text {
  color: #6c757d;
  font-size: 14px;
  font-weight: 400;
  padding: 0 2px;
}

.custom-select {
  border: none;
  background: transparent;
  padding: 0 32px 0 10px;
  font-size: 14px;
  color: #0d6efd;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  height: 100%;
  flex: 1;
}
.custom-select option {
  background: white;
  color: #495057;
  font-weight: normal;
}

.custom-select-group:has(.select-label) .custom-select {
  padding-left: 8px;
}

.custom-select-group:not(:has(.select-label)) .custom-select {
  padding-left: 12px;
  width: 100%;
}

.container-custom-gray {
  /* color de fondo pedido */
  --bg: #f7f8f8;
  /* Mantengo el mismo patrón de tu clase original: gradiente + fallback */
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg) 100%);
  background-color: var(--bg);
  border-radius: 1rem;
  overflow: hidden;
  /* Sombra algo más sutil porque el fondo es muy claro */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 1rem 1.5rem;
  /* Color de texto por defecto para buen contraste */
  color: #111827;
  /* gris muy oscuro (mejor contraste con #f7f8f8) */
}

.section-grafica {
  width: 100%;
  height: auto;
  min-height: 400px;
}

.chart-wrapper {
  position: relative;
  height: 350px;
  width: 100%;
  padding: 10px 0;
}

.carrusel-fijo {
  width: 100%;
  max-width: 1726px;
  height: 700px;
  margin: 0 auto;
  position: relative;
}
.carrusel-fijo .carousel-inner,
.carrusel-fijo .carousel-item {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.carrusel-fijo .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #f5f5f5;
}
.carrusel-fijo .carousel-item .carousel-caption {
  position: absolute !important;
  right: auto !important;
  bottom: auto !important;
  left: 9.5vw !important;
  top: 4vw !important;
  text-align: left !important;
  width: auto !important;
  padding: 0 !important;
  z-index: 10 !important;
}
@media (max-width: 1726px) {
  .carrusel-fijo {
    height: calc(954px * 100vw / 1726);
    max-width: 100vw;
  }
  .carrusel-fijo .carousel-inner,
  .carrusel-fijo .carousel-item,
  .carrusel-fijo .carousel-item img {
    height: 100%;
    min-height: 0;
    max-height: 100%;
  }
}
@media (max-width: 992px) {
  .carrusel-fijo {
    height: 40vw;
    min-height: 200px;
  }
}

.section-mapa h2 {
  font-size: 26px;
  margin-top: 64px;
  margin-bottom: 48px;
  margin-left: 146px;
}
@media (max-width: 1200px) {
  .section-mapa h2 {
    margin-left: 4vw;
    margin-top: 48px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .section-mapa h2 {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.section-mapa .card {
  background: #f8fafc;
}
.section-mapa .mapa-contenedor {
  height: 736px;
  position: relative;
}
@media (max-width: 1200px) {
  .section-mapa .mapa-contenedor {
    height: 520px;
  }
}
@media (max-width: 992px) {
  .section-mapa .mapa-contenedor {
    height: 380px;
  }
}
.section-mapa .mapa-img {
  min-height: 420px;
}
.section-mapa .zoom-btns {
  z-index: 2;
}
.section-mapa .zoom-btns button span {
  margin-bottom: 7px;
}
.section-mapa .btn-zoom {
  width: 32px;
  height: 32px;
}

/* Estilo para la paginación */
.pagination .page-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.pagination .page-link {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1rem;
  border: none;
  color: #1d9ad6 !important;
}

.pagination .page-item.active .page-link {
  background-color: #1d9ad6 !important;
  color: white !important;
  font-weight: bolder;
}

/* Elimina el borde en la paginación */
.pagination .page-link:focus {
  box-shadow: none;
}

/* Media query para pantallas pequeñas para la botonera */
@media (max-width: 450px) {
  .page-item {
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
  }
}
.section-formulario {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section-formulario .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {
  .section-formulario .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .section-formulario .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .section-formulario .container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.section-formulario .card {
  border-radius: 1.5rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
  border: none;
  overflow: hidden;
  background: #f8fafc;
}
.section-formulario .card-body {
  padding: 2.5rem;
}
@media (max-width: 991.98px) {
  .section-formulario .card-body {
    padding: 1.5rem;
  }
}
.section-formulario .row {
  align-items: stretch;
}
.section-formulario .col-lg-4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-formulario .col-lg-4 h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #1d9ad6;
  margin-bottom: 1.5rem;
}
.section-formulario .col-lg-4 p {
  margin-bottom: 1.5rem;
}
.section-formulario .col-lg-4 img {
  max-width: 80%;
  margin-left: -3rem;
}
@media (max-width: 991.98px) {
  .section-formulario .col-lg-4 img {
    display: none;
  }
}
.section-formulario .col-lg-7 {
  display: flex;
  align-items: center;
}
.section-formulario .col-lg-7 form {
  width: 100%;
}
.section-formulario .col-lg-7 form .row {
  gap: 1rem 0;
}
.section-formulario .col-lg-7 form input.form-control {
  border: 0;
  border-bottom: 2px solid #e0e0e0;
  border-radius: 0;
  background: transparent;
  font-size: 1rem;
  box-shadow: none;
  transition: border-color 0.2s;
}
.section-formulario .col-lg-7 form input.form-control:focus {
  border-color: #1d9ad6;
  background: transparent;
  box-shadow: none;
}
.section-formulario .col-lg-7 form .btn {
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .section-formulario .col-lg-7 form .row {
    display: flex;
    flex-wrap: wrap;
  }
  .section-formulario .col-lg-7 form .row .col-md-6:nth-child(1),
  .section-formulario .col-lg-7 form .row .col-md-6:nth-child(3) {
    width: 33.333% !important;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .section-formulario .col-lg-7 form .row .col-md-6:nth-child(2),
  .section-formulario .col-lg-7 form .row .col-md-6:nth-child(4) {
    width: 66.667% !important;
    flex: 0 0 66.667%;
    max-width: 66.667%;
  }
  .section-formulario .col-lg-7 form .row .col-md-6:nth-child(5),
  .section-formulario .col-lg-7 form .row .col-md-6:nth-child(6) {
    width: 50% !important;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.form-header {
  height: 284px;
  background-image: url("../../../img/recuperaciones/aves-fondo.png");
  background-color: #0f5271;
  background-position: center top, center center;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 200px;
  padding-right: 200px;
}
.form-header h2 {
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .form-header h2 br {
    display: none;
  }
}
.form-header .anilla-box img {
  width: 420px;
  height: 110px;
}
@media (max-width: 1199px) {
  .form-header .anilla-box {
    display: none;
  }
}
@media (max-width: 1199px) {
  .form-header {
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .form-header {
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-header h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}

.form-container .form-section {
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .form-container .form-section {
    padding-left: 0;
    padding-right: 0;
  }
}
.form-container .form-section:last-of-type {
  border-bottom: none;
}
.form-container .anillas-info,
.form-container .legal-text {
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 0 0 1rem 0;
  text-align: justify;
}
.form-container .anillas-info a,
.form-container .legal-text a {
  color: inherit;
  text-decoration: underline;
}
.form-container .form-control,
.form-container .form-select {
  font-size: 0.9rem;
}
.form-container .form-control:focus,
.form-container .form-select:focus {
  border-color: #1d9ad6 !important;
  box-shadow: 0 0 0 0.2rem rgba(29, 154, 214, 0.25) !important;
}
.form-container .shadow-primary {
  box-shadow: 0 0 0 0.25rem rgba(29, 154, 214, 0.25) !important;
}
.form-container .form-section .form-control[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: none;
}
.form-container .form-section .form-control[type=number]::-webkit-outer-spin-button, .form-container .form-section .form-control[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-container .form-section .form-label {
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.form-container .form-section .dropdown {
  width: 100%;
}
.form-container .form-section .dropdown .btn-outline-secondary {
  background-color: transparent !important;
  color: #6c757d !important;
  border: 1px solid #ced4da !important;
  font-size: 0.9rem;
}
.form-container .form-section .dropdown .btn-outline-secondary.has-selection {
  color: #212529 !important;
}
.form-container .form-section .dropdown .btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(29, 154, 214, 0.25) !important;
  border-color: #1d9ad6 !important;
}
.form-container .form-section .dropdown .dropdown-menu {
  border-radius: 1rem;
  border: 1px solid #ced4da;
  overflow: hidden;
  padding: 0.15rem 0;
  margin-top: 0.35rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.06);
  width: 100%;
}
.form-container .form-section .form-check {
  margin-bottom: 0.5rem;
}
.form-container .form-section .form-check .form-check-input {
  margin-top: 0.3rem;
}
.form-container .form-section .form-check .form-check-label {
  font-size: 0.9rem;
  color: #333;
}
.form-container .form-section .input-group-text {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
}
.form-container .form-section .text-primary {
  text-decoration: underline;
  font-size: 0.9rem;
}
.form-container .form-section .text-primary:hover {
  text-decoration: none;
}
.form-container .form-section .date-input-wrapper {
  position: relative;
}
.form-container .form-section .date-input-wrapper .calendar-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #1d9ad6;
  font-size: 1.1rem;
  pointer-events: none;
  z-index: 2;
}
.form-container .form-section .date-input-wrapper input[type=date] {
  position: relative;
  z-index: 1;
  color: #6c757d;
}
.form-container .form-section .date-input-wrapper input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.form-container .form-section .date-input-wrapper input[type=date]::-moz-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.form-container .form-section .date-input-wrapper input[type=date].has-selection {
  color: #212529 !important;
}
.form-container .form-section .date-input-wrapper .is-invalid {
  background-image: none !important;
  padding-right: 0.65rem !important;
}
.form-container .form-section .date-input-wrapper .calendarioSubir {
  top: 30% !important;
}
.form-container .form-section .file-upload-wrapper .btn-outline-secondary {
  font-size: 0.9rem;
  white-space: nowrap;
  border: 1px solid #ced4da !important;
}
.form-container .form-section .file-upload-wrapper .btn-outline-secondary i {
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  color: #1d9ad6;
}
.form-container .form-section .file-upload-wrapper .btn-outline-secondary .file-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 30px);
}
.form-container .form-section .file-upload-wrapper .btn-outline-secondary:hover {
  color: #6c757d !important;
  background-color: transparent !important;
  border-color: #6c757d !important;
  box-shadow: 0 0 0 0.25rem rgba(29, 154, 214, 0.25) !important;
  border-color: #1d9ad6 !important;
}
.form-container .form-section .dropdown .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
.form-container .form-section .btn.is-invalid {
  border: 1px solid #dc3545 !important;
}
.form-container .form-section.datos-ave .textarea-ave {
  min-height: 150px;
  border-radius: 1rem;
  resize: vertical;
}
.form-container .form-section.submit-legal .legal-text {
  margin-bottom: 2rem !important;
}
.form-container .form-section.submit-legal .submit-btn {
  height: 44px;
  padding: 0 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background-color: #1d9ad6;
  border-color: #1d9ad6;
}
.form-container .form-section.submit-legal .submit-btn:hover, .form-container .form-section.submit-legal .submit-btn:focus {
  background-color: rgb(25.9567901235, 137.8395061728, 191.5432098765);
  border-color: rgb(25.9567901235, 137.8395061728, 191.5432098765);
  box-shadow: 0 0 0 0.25rem rgba(29, 154, 214, 0.2);
}
.form-container .form-section.submit-legal .submit-btn:active {
  background-color: rgb(24.1308641975, 128.1432098765, 178.0691358025);
  border-color: rgb(24.1308641975, 128.1432098765, 178.0691358025);
}
@media (max-width: 576px) {
  .form-container .form-section.submit-legal .submit-btn {
    width: 100%;
  }
}

.nd-hero--peticion {
  height: 284px;
  background-color: #0f5271;
  background-image: url("../../../img/peticion-informacion/fondo-peticion-informacion.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  position: relative;
  filter: brightness(0.9);
}
.nd-hero--peticion::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0f5271;
  opacity: 0.9;
  border-radius: 12px;
  z-index: 1;
}
.nd-hero--peticion .nd-recup-caption {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-left: 200px;
  padding-right: 200px;
}
@media (max-width: 1199px) {
  .nd-hero--peticion .nd-recup-caption {
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.nd-hero--peticion .nd-recup-title {
  font-weight: 700;
  line-height: 1.05;
  font-size: clamp(1.8rem, 1.1rem + 2.2vw, 3rem);
}
@media (max-width: 1199px) {
  .nd-hero--peticion .nd-recup-title br {
    display: none;
  }
}
.nd-hero--peticion .nd-recup-side {
  position: relative;
  z-index: 2;
}
.nd-hero--peticion .nd-recup-side img {
  width: 420px;
  height: 110px;
}
@media (max-width: 1199px) {
  .nd-hero--peticion .nd-recup-side {
    display: none;
  }
}

.form-section .textarea-peticion {
  min-height: 150px;
  border-radius: 1rem;
  resize: vertical;
}
.form-section .text-peticion {
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 0 0 1rem 0;
  text-align: justify;
}
.form-section .submit-btn {
  height: 44px;
  padding: 0 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.form-section .submit-btn:hover, .form-section .submit-btn:focus {
  background-color: rgb(25.9567901235, 137.8395061728, 191.5432098765);
  border-color: rgb(25.9567901235, 137.8395061728, 191.5432098765);
  box-shadow: 0 0 0 0.25rem rgba(29, 154, 214, 0.2);
}
.form-section .submit-btn:active {
  background-color: rgb(24.1308641975, 128.1432098765, 178.0691358025);
  border-color: rgb(24.1308641975, 128.1432098765, 178.0691358025);
}
@media (max-width: 575.98px) {
  .form-section .ls {
    display: flex;
  }
}
.form-section .ls .date-input-wrapper {
  flex: 1;
  position: relative;
}
.form-section .ls .date-input-wrapper input[type=date] {
  width: 100%;
  min-width: unset !important;
}
.form-section .ls .date-input-wrapper .calendar-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-section .ls:has(input[type=text]),
.form-section .ls:has(input[type=email]),
.form-section .ls:has(input[type=tel]) {
  position: relative;
}
.form-section .ls:has(input[type=text]) .invalid-feedback,
.form-section .ls:has(input[type=email]) .invalid-feedback,
.form-section .ls:has(input[type=tel]) .invalid-feedback {
  position: absolute;
  top: 40px;
  left: 1rem;
  right: 1rem;
  width: auto;
}/*# sourceMappingURL=main2.css.map */