html,
body {
    height: 100%;
    font-family: "Montserrat", sans-serif !important;
    background-color: #ffffff !important;
    margin: 0;
    font-size: 18px;
    /* filter: grayscale(100%); */
}

.container-custom-NOOO {
    max-width: 1700px !important;
}

.pleca {
    background-image: url("/images/header/greca-header.svg");
    height: 57px;
    background-repeat: repeat-x;
    background-size: contain;
}

.fondoHeader {
    background-image: url("/images/header/fondo-menu-header.svg");
}

.slider {
    background-image: url("/images/header/banner-jusiticia-humanista.svg");
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 48vh;
    min-height: 200px;
    /* No permite que sea demasiado pequeño */
    background-size: cover;
    background-position: center;
}

/* Ajustar para pantallas pequeñas */
/* @media (max-width: 768px) {
    .slider {
        height: auto;
        min-height: 150px;
    }
}

@media (max-width: 480px) {
    .slider {
        height: 25vh;
    }
} */

.fondoServicios {
    background-image: url("/images/servicios/Ico- fondo servicios.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}

.tituloMenu {
    color: #C90166 !important;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 18px;
}

.textoFooter {
    color: #ffff;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
}

.plecaFooter {
    background-image: url("/images/footer/greca-footer-rep.svg");
    height: 24px;
}

.tituloMenu:hover {
    font-weight: 900 !important;
    background-color: #c90166;
    color: #ffffff !important;
    border-radius: .25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.fondoIzquierda {
    background-image: url("/images/comunicacion/fondo-comunicacion-izq.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.fondoDerecha {
    background-image: url("/images/comunicacion/fondo-comunicacion-Der.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.barras {
    color: #C90166 !important;
}

.navbar-custom {
    border: none !important;
    box-shadow: none !important;
}

.plecaComunicacion {
    background-image: url("/images/comunicacion/Grecas-rep-comunicacion.svg");
    height: 55px;
    background-repeat: repeat-x;
}

.subtituloComunicacion {
    color: #1E1D1D;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1.1;
}

.subtituloComunicacion2 {
    color: #1E1D1D;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 1.1;
}

.tituloSecciones {
    color: #ffff;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 1.1;
}

.tituloSecciones2 {
    color: #ffff;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: 1.1;
}

.tituloNota {
    color: #C90166;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bolder;
    font-size: 21px;
}

.textoNota {
    color: #1E1D1D;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 20px;
}

.contenidoNota {
    color: #4b4747;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
}

.btnNota {
    color: #ffff;
    background-color: #434242;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pieNota {
    color: #4b4747;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 1.5;
}

.textoRosa {
    color: #C90166;
}

.btnServicios {
    color: #ffff;
    background-color: #C90166;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    height: 75px;
}

.btnServicios:hover {
    color: #ffff;
    background-color: #090909;
}

.btnMejora {
    color: #090909;
    background-color: #009684;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    height: 75px;
    line-height: 1.2;
}

.btnMejora:hover {
    color: #ffff;
    background-color: #C90166;
}

.btnMejora.active {
    color: #ffff;
    background-color: #C90166;
}

.fte20 {
    font-size: 20px;
}

.fte24 {
    font-size: 24px;
}

.fontMontserrat {
    font-family: "Montserrat", sans-serif !important;
}

.enlaceServicios {
    font-size: 20px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
}

.bgGreen {
    background-color: #009684 !important;
}

.bgRosa {
    background-color: #C90166 !important;
}

.nav-item.dropdown {
    position: relative;
}

.navbar-nav .dropdown-menu {
    background-color: #f7f7f7 !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* width: 740px; */
}

.nav-item.dropdown .dropdown-menu .d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: space-between;
}

/* Estilo para los enlaces dentro del dropdown */
.nav-item.dropdown .dropdown-menu a {
    color: #090909;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif !important;
    box-sizing: border-box;
    flex: 1 1 calc(50% - 10px);
}

.nav-item.dropdown .dropdown-menu a.active {
    color: #090909;
    text-decoration: underline;
    text-decoration-color: #C92c62;
    text-decoration-thickness: 3px;
    text-underline-offset: 2px;
}

/* Estilo al pasar el mouse sobre los enlaces */
.nav-item.dropdown .dropdown-menu a:hover {
    color: #090909;
    text-decoration: underline;
    text-decoration-color: #C92c62;
    text-decoration-thickness: 3px;
    text-underline-offset: 2px;
}

.dropdown-item:active {
    background-color: #f7f7f7 !important;
}

.nav-item.dropdown .dropdown-menu .dropdown-image {
    width: 100%;
    margin-top: 5px;
}

.floating-buttons {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.floating-buttons img {
    width: 65px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s;
}

.floating-buttons img:hover {
    transform: scale(1.1);
}

.submenuInicio {
    font-size: 12px;
    font-weight: 900;
    color: #090909 !important;
}

.submenuComplemento {
    font-size: 12px;
    font-weight: 500;
    color: #ffff !important;
}

.encabezado {
    font-weight: 800;
    /* font-size: 26px; */
    color: #C90166 !important;
}

.contenido {
    font-size: 20px !important;
    font-weight: 400;
    color: #090909 !important;
}

.tituloAdscripcion {
    background-color: #C90166;
    color: white;
    padding: 10px;
    font-weight: 700;
    border-top-left-radius: 20px;
    border-top-right-radius: 18px;
}

.card {
    border-radius: 0.25rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    border-radius: 20px;
    border: 20px;
    overflow: hidden;
    background-color: #F4F4F4;
}

.card:hover {
    transform: scale(1.05);
}

.card-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #1E1D1D;
    height: 140px;
    text-align: left;
    background-color: #F4F4F4;
    border-bottom: none;
}

.card-title {
    color: #1E1D1D;
    font-weight: bold;
    font-size: 15px;
}

.card-text {
    color: #555;
}

.card-body {
    background-color: #F4F4F4;
    padding-top: 20px;
    height: 220px;
}

.card-footer {
    background-color: #434242;
    height: 120px;

}

.card-fondoNombre {
    background-color: #009684;
    color: white;
    margin-right: 50px;
}

.card-fondoNombreNoMando {
    background-color: #BB367A;
    color: white;
    margin-right: 50px;
}

.card-text-nombre {
    font-size: 18px;
    font-weight: 700;
    color: #1E1D1D;
    padding-left: 20px;
    line-height: 1.2;
}

.card-text-nombre-blanco {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-left: 20px;
    line-height: 1.2;
}

.card-text-telefono {
    font-size: 18px;
    color: #1E1D1D;
    font-weight: 700;
}

.card-text-correo {
    font-size: 14px;
    color: #1E1D1D;
    font-weight: 700;
}


.card-text-footer {
    font-size: 12px;
    color: #ffff;

}

.tituloPresidente {
    color: white;
    font-weight: 700;
    font-size: 25px;
}

.cargoPresidente {
    color: #1E1D1D;
    font-weight: 700;
    font-size: 20px;
}

.bgGris {
    background-color: #F4F4F4 !important;
}

.custom-rounded-right {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.card-text-acuerdo {
    /* font-size: 21px; */
    color: #ffff;
    font-weight: 900;
    background-color: #C90166;
}

.card-text-contenido-acuerdo {
    font-size: 18px;
    color: #1E1D1D;
    font-weight: 500;
    text-align: left;
}

.text-pdf {
    font-size: 18px;
    color: #009684;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 2px;
}

.text-share {
    font-size: 18px;
    color: #009684;
    font-weight: 700;
}

.rounded-custom-full {
    border-radius: 20px !important;
}

.plecaNormativa {
    background-image: url("/images/Pleca-normativa.svg");
}

.tituloLegislacion {
    background-color: #009684;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    color: #F4F4F4;
    font-size: 23px;
    font-weight: 700;
}

.textoLey {
    font-size: 17px;
    color: #1E1D1D;
    font-weight: 500;
    text-align: justify;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #434242;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    border: none;
    border-radius: 10px;

    padding: 10px 40px 10px 10px;
    height: 50px;
    line-height: 1.2;

    background-image: url('data:image/svg+xml;utf8,<svg fill="%23FFFFFF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    box-sizing: border-box;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}

.custom-select option {
    background: #fff !important;
    color: #333 !important;
    font-family: "Montserrat", sans-serif !important;
}

.custom-select:focus {
    background-color: #090909;
    /* Fondo al enfocarse */
    color: #ffff;
    font-family: "Montserrat", sans-serif !important;
    outline: none;
}

.fondoLegislacionPar {
    background-color: #DAF1EF;
}

.fondoBusquedaLey {
    background-color: #f4f4f4;
}

.tableTesis {
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    white-space: normal;
    /* Permite que el texto se ajuste */
}

.tableTesis th {
    background-color: #009684;
    color: #fff;
    font-weight: 700;
    /* text-align: center; */
    font-size: 23px;
}

.tableTesis td {
    color: #1E1D1D;
    font-weight: 500;
    /* text-align: center; */
}

.modal-header-tesis {
    background-color: #C90166;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
}

.modalTexttitle {
    font-size: 18px;
    color: #1E1D1D;
    font-weight: 500;
}

.datomodalTexttitle {
    font-size: 18px;
    color: #1E1D1D;
    font-weight: 500;
    background-color: #f4f4f4;
}

.close-custom {
    color: #fff !important;
    font-size: 35px !important;
}

.btnRosa {
    color: #ffff;
    background-color: #C90166;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
}

.btnRosa:hover {
    color: #ffff;
    background-color: #090909;
}

.redondeoSuperior {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.page-item.active .page-link {
    background-color: #009684 !important;
    color: #090909 !important;
    font-weight: 700 !important;
    border-color: #009684 !important;
}

.page-link {
    color: #1E1D1D !important;
}

.listaRegistro {
    font-size: 18px;
    font-size: 500;
}

.background-gradient {
    /* background: linear-gradient(to bottom, #EAFCFA, #D0F7F3); */
    position: relative;
    overflow: hidden;
}
.background-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 52%;
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(to bottom, #EAFCFA, #D0F7F3);
    z-index: 0;
}

.nav-tabs-custom {
    background-color: #d9d9d9;
    font-size: 18px !important;
    color: #ffff !important;
    font-weight: 700 !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    overflow: hidden;
}

.nav-link-apartados {
    background-color: #d9d9d9 !important;
    color: #1d1d1d;
}

.nav-link-apartados:hover {
    background-color: #C90166 !important;
    color: #ffff;
}

.nav-link-apartados.active {
    color: #ffff !important;
    background-color: #C90166;
}

.nav-link.active {
    background-color: #C90166 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.divTituloItem {
    font-size: 30px;
    color: #009684;
    font-weight: 700;
}

.tituloCardApartado {
    font-size: 20px;
    color: #C90166;
    font-weight: 700;
}

.img-ajustada {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}

.direccionDefensoria {
    font-size: 18px;
    color: #C90166;
    font-weight: 500;
}

.direccionTitulo {
    font-size: 25px;
    color: #ffff;
    font-weight: 900;
}

.direccionDefensoria {
    font-size: 20px;
    color: #ffff;
    font-weight: 500;
}

.textoRosaNormal {
    color: #C90166;
    font-weight: 400;
    font-size: 18px;
}

.enlaceConLinea {
    color: #1d1d1d;
    text-decoration: underline;
}

.pagination {
    display: flex;
    justify-content: flex-start !important;
    /* Alinea a la izquierda */
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.dt-search {
    margin-bottom: 14px;
}

/* html,
body {
    overflow-x: hidden;
} */

#dataTables_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Alinea todo el contenedor a la izquierda */
}

.navbar-nav .nav-link {
    white-space: normal !important;
    /* Permite que el texto haga salto de línea */
    word-wrap: break-word;
    /* Asegura que las palabras largas se rompan */
    text-align: center;
    /* Opcional: Centra el texto dentro del botón */
}

.card-title,
.card-text-nombre,
.card-text-telefono,
.card-text-correo {
    white-space: normal;
    /* Permite saltos de línea */
    word-wrap: break-word;
    /* Corta palabras largas */
    overflow-wrap: break-word;
    font-size: clamp(12px, 1.2vw, 16px);
    /* Ajusta el tamaño del texto automáticamente */
}

/* Si los nombres son demasiado largos, reduce el tamaño de la fuente */
.card-text-nombre {
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.2;
    /* Reduce el espacio entre líneas */
}

.subMenuRosa {
    color: #C90166 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

/* Mostrar el menú cuando el mouse está sobre el dropdown */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Evita el retraso de apertura */
}

/* Asegurar que el dropdown cierre cuando el mouse salga */
.navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
}

.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
}

.textoLicitacion {
    font-size: 14px;
    color: #ffff;
    font-weight: 600;
}

.enlaceValidacion {
    /* font-size: 18px; */
    color: #1d1d1d;
    font-weight: 500;
    text-decoration: underline;
}

.enlaceValidacion:hover {
    color: #1d1d1d !important;
}

@media (max-width: 1500px) {
    .contenido-footer {
        text-align: center !important;
        /* Centrar todo el contenido */
    }

    .info-contacto {
        flex-direction: column !important;
        /* Apilar elementos */
        align-items: center !important;
        justify-content: center;
    }

    .texto-palacio {
        text-align: center !important;
        /* Centrar solo en menos de 1500px */
    }
}

@media (min-width: 1501px) {
    .texto-palacio {
        text-align: left !important;
        /* Asegurar que en pantallas grandes quede a la izquierda */
    }
}

.redondeoFull {
    border-radius: 20px !important;
}

.divAviso {
    height: 600px !important;
}

@media screen and (min-width: 48rem) {
    [dir="ltr"] .INDpositionRight #INDmenu-btn {
        right: 2rem !important;
    }
}

.btn-close-white {
    filter: invert(1);
    /* Esto invierte el color negro por blanco */
}

.nav-link-200 {
    background-color: #1d1d1d !important;
    color: #fff;
}

.nav-link-200:hover {
    background-color: #C90166 !important;
    color: #fff;
}

.nav-link-200.active {
    color: #ffff !important;
    background-color: #C90166;
}

.fondoGrisCelebracion {
    background-color: #C9CCCB;
}

.nav-tabs .nav-link {
    border: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23009684' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0l-4 4 4 4v-8z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23009684' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0l4 4-4 4v-8z'/%3E%3C/svg%3E");
}

.linkMejora {
    color: #1d1d1d !important;
    font-weight: 600 !important;
    font-size: 19px !important;
    text-decoration: underline !important;
}

.subtituloMejora {
    color: #1d1d1d !important;
    font-weight: 600 !important;
    font-size: 19px !important;
}

.efectoMenu {
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.2s;
    overflow: hidden;
    /* background-color: #F4F4F4; */
}

.efectoMenu:hover {
    transform: scale(1.05);
    /* box-shadow: 0 0 16px 0 rgba(128, 128, 128, 0.18), 0 2px 4px 0 rgba(80, 80, 80, 0.15); */
    /* border-radius: 20%; */
}

.bgGreenLight {
    background-color: #DAF1EF !important;
}
.textoVerdernoa {
    color: #009684 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}
/* .fondoConsultas {
    background-color: #EAFCFA;
    position: relative;
} */


 .results-container {
     background-color: #DAF1EF;
     /* padding: 45px; */
     border-radius: 5px;
     min-height: 40vh;
 }

 .results-title {
     color: #C90166;
     font-weight: bold;
     font-size: 1.5em;
     margin-bottom: 20px;
 }

 .section-title {
     font-weight: bold;
     /* margin-top: 20px; */
     margin-bottom: 10px;
     color: #009684;
 }

 .data-grid {
     display: grid;
     grid-template-columns: 150px 1fr;
     gap: 10px;
     margin-bottom: 20px;
 }

 .data-grid .label {
     background-color: #009684;
     color: #1E1D1D;
     padding: 8px;
     border-radius: 3px;
     text-align: left;
    font-weight: 700;
 }

 .data-grid .value {
     background-color: white;
     padding: 8px;
     border: 1px solid #ccc;
     border-radius: 3px;
 }

 .internal-db-table {
     width: 100%;
     border-collapse: collapse;
     margin-top: 10px;
 }

 .internal-db-table th,
 .internal-db-table td {
     border: 1px solid #ccc;
     padding: 8px;
     text-align: center;
 }

 .internal-db-table th {
     background-color: #009684;
     color: #1E1D1D;
    font-weight: 700;
    border-radius: 5px;
 }

 .status-deudor {
     color: red;
     font-weight: bold;
 }

 .footer-note {
     margin-top: 20px;
     font-size: 0.9em;
     color: #555;
 }
  .notfound{
      background-color: #ffff;
      padding: 8px;
      border: 1px solid #fff;
      border-radius: 10px;
      font-weight: 700;
  }
  .divDisposicion {
      background-color: #ffff;
      padding: 8px;
      border: 2px solid #009684;
      border-radius: 10px;
  }
  .linkRnoa {
      color: #C90166;
      font-weight: 700;
  }
  .custom-tooltip {
      position: absolute;
      top: -10px;
      left: 50%;
      /* transform: translateX(-50%); */
      background-color: #C90166;
      color: white;
      padding: 5px 10px;
      border-radius: .25rem;
      font-size: 0.875em;
      z-index: 1070;
      white-space: nowrap;
      font-weight: bold;
  }

  .custom-tooltip::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #C90166 transparent transparent transparent;
  }
        .nuevo-tooltip {
            background-color: #C90166;
            color: white;
            padding: 7px 4px;
            border-radius: 10px;
            font-size: 11px;
            font-weight: bold;
            margin-left: 3px;
            display: inline-block;
            vertical-align: middle;
        }
/* ── Floating buttons (right side fixed stack) ─────────────────────────── */
.floating-buttons {
  position: fixed;
  right: 20px;
  top: 200px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floating-buttons a {
  display: inline-flex;
  cursor: pointer;
}
.floating-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background-color: #009684;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease, background-color 0.15s ease;
}
.floating-icon svg { width: 22px; height: 22px; }
.floating-buttons a:hover .floating-icon {
  transform: translateY(-2px);
  background-color: #C90166;
}

/* ── Footer icons (phone, mail, socials) ───────────────────────────────── */
.footer-icon {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  vertical-align: middle;
}
.footer-icon svg { width: 18px; height: 18px; }

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  color: #ffffff;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.15s ease;
}
.social-link:hover { background-color: rgba(255, 255, 255, 0.28); }
.social-link svg { width: 16px; height: 16px; }

/* ── Footer base (teal background) ─────────────────────────────────────── */
.footer.teal {
  background-color: #009684;
  color: #ffffff;
  padding-bottom: 24px;
}
.footer.teal a, .footer.teal a:hover { color: #ffffff; }
.tituloFooter {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.subtituloFooter {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.linkFooter {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  margin: 0 12px;
  text-decoration: none;
}
.linkFooter:hover { text-decoration: underline; }
.salto { display: inline-block; width: 8px; }

/* ── Title of the page ─────────────────────────────────────────────────── */
.titulos {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #1E1D1D;
  margin-top: 16px;
  margin-bottom: 16px;
}

/* ── Main card constraints ─────────────────────────────────────────────── */
.container.main.minimo { min-height: 60vh; padding-bottom: 32px; }
.form-group hr { border-top: 1px solid #d8d8d8; margin: 12px 0; }
