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("/assets/img/header/greca-header.svg");
    height: 57px;
    background-repeat: repeat-x;
    background-size: contain;
}

.textoRosa {
    color: #C90166;
}

.textoVerde {
    color: #009684;
}

.bgVerdeClaro {
    background-color: #D5F0EB !important;
}


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

}

.tituloMenu {
    color: #212529 !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("/assets/img/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;
}

.barras {
    color: #C90166 !important;
}

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

.plecaComunicacion {
    background-image: url("/assets/img/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;
}

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

.tema-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
}

.tema-img {
    max-width: 100%;
    height: auto;
}

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

.textoNota {
    color: #1E1D1D;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    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;
}

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

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


.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("/assets/img/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;
    /* Oculta el estilo nativo */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #434242;
    /* Fondo personalizado */
    font-size: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif !important;
    color: #ffff;
    border-radius: 10px;
    /* Opcional: Estilo del borde */

    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: 26px;
}

.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);
}

.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: #d9d9d9 !important;
    color: #1d1d1d;
}

.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;
}

.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;
}