@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

@import url('https://fonts.cdnfonts.com/css/amagro');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,700;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,700;1,14..32,700&display=swap');





.amaranth-regular {
    font-family: "Amaranth", serif;
    font-weight: 400;
    font-style: normal;
}

.amaranth-bold {
    font-family: "Amaranth", serif;
    font-weight: 700;
    font-style: normal;
}

.amaranth-regular-italic {
    font-family: "Amaranth", serif;
    font-weight: 400;
    font-style: italic;
}

.amaranth-bold-italic {
    font-family: "Amaranth", serif;
    font-weight: 700;
    font-style: italic;
}

.text-bienvenido {
    font-size: 50px;
    background: linear-gradient(180deg, #41D1D5, #226D6F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-olvidado {
    font-size: 25px;
    background: linear-gradient(180deg, #41D1D5, #226D6F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 90%;
}

.mensaje-olvidado {
font-size: 18px;
color: #000000;
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
}

.btn-recuerdo{
    background-color: #C9C9C9;
    padding: 10px 36px;
    font-size: 18px;
    line-height: 1.3333333;
    color: #656565;
}

.degradado {
    background: linear-gradient(180deg, #41D1D5, #226D6F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.label {
    font-size: 17px;
    color: #226D6F;
}

.label-rec {
    font-size: 17px;
    color: #226D6F;
}

.label-rec:hover {
    color: #16494a;
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
    /* Sombra en el texto */
}


.btn-inicio {
    background-color: #226D6F;
    border-color: #226D6F;
    color: #FFFFFF;
    padding: 10px 36px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-inicio:hover,
.btn-inicio:focus {
    color: #FFFFFF;
    /* Mantener el texto en blanco */
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
    /* Sombra en el texto */
    box-shadow: 0 6px 20px rgba(34, 109, 111, 0.6);
}


.body-bg {
    background-color: #e9e7e7;
}


.eb-garamond {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.navbar-color {
    background: linear-gradient(180deg, #4BC2C8, #239698);
    z-index: 1000;
    padding-left: 10px;
}

.text-navbar {
    color: #FFFFFF !important;
    font-size: 20px !important;
}

.text-navbar:hover {
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .menu-item {
        display: none !important;
        /* Oculta el menú normal en móviles */
    }
}

#navbar {
    display: none !important;
}

/* Mostrar el menú solo en móviles */
@media screen and (max-width: 768px) {
    #navbar {
        display: block !important;
        align-content: flex-end;
    }

    .modal-sidebar {
        overflow-x: auto;
        /* Permite desplazarse por el contenido en dispositivos móviles */
        max-height: 100vh;
        /* Asegura que no se desborde de la pantalla */
        padding: 15px;
    }

    .row-op {
        display: block !important;
    }

    .floating-box {
        display: none !important;
    }

    .floating-btn {
        display: none !important;
    }
}

.btn-inicio-menu {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    font-size: 20px;

}

.color-li {
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
}

.color-a {
    color: #FFFFFF;
    font-size: 20px;
    text-align: center !important;
}

.color-a:hover,
.color-a:focus {
    color: #FFFFFF;
    background-color: transparent !important;
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
    /* Sombra en el texto */
}

.btn-inicio-menu:hover,
.btn-inicio-menu:focus {
    color: #FFFFFF;
    /* Mantener el texto en blanco */
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
    /* Sombra en el texto */
    box-shadow: 0 6px 20px rgba(34, 109, 111, 0.6);
}

.li-button {
    padding-left: 25px;
}

.nav>li>span>a {
    display: inline;
    padding: 25px;
}

.nav>li>span>a:hover,
.nav>li>span>a:focus {
    color: #FFFFFF;
    /* Mantener el texto en blanco */
    text-shadow: 5px 5px 12px rgba(0, 0, 0, 0.4);
    /* Sombra en el texto */
}

.menu-link.active-menu {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.swiper-container {
    width: 100%;
    max-width: 1400px;
    height: 500px;
    margin: auto;
    min-width: 100%;

}

.swiper-slide {
    display: flex;
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    /* O usa un tamaño fijo si prefieres */
    height: 100%;
    object-fit: cover;
    /* Evita distorsión y mantiene el aspecto */
    object-position: center;
    /* Centra la imagen en el contenedor */
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.floating-box {
    position: absolute;
    top: 30%;
    /* Ajusta la posición verticalmente */
    left: 3%;
    /* Lo alinea a la izquierda */
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    color: #226D6F;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    width: 20%;
    max-width: 80%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 2;
    /* Asegura que esté sobre el carrusel */
    font-family: 'Amagro', sans-serif;
    font-size: 19px;
}

/* Botón debajo del cuadro */
.floating-btn {
    position: absolute;
    top: 50%;
    /* Justo debajo del cuadro */
    left: 6%;
    transform: translateY(-50%);
    background-color: #226D6F;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    z-index: 2;
    font-family: 'Amagro', sans-serif;
    font-size: 17px;
}




.floating-btn:hover {
    background-color: #1a5a53;
    /* Color al pasar el cursor */
}

.pagination-bottom {
    bottom: 15% !important;

}

.swiper-pagination-bullet {
    background: #D9D9D9B2 !important;
    opacity: 0.7 !important;
}

.swiper-pagination-bullet-active {
    background: #FFFFFF !important;
    opacity: 1 !important;
    /* Color del bullet activo */
}

.border-top-rnd {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.border-bot {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.text-op {
    font-family: 'Amagro', sans-serif;
    font-size: 26px;
    color: #46BCC2;
}

.text-cont {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    white-space: pre-line;

}

.button-ver {
    background-color: #46BCC2;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    z-index: 2;
    font-family: 'Amagro', sans-serif;
    font-size: 15px;
    min-width: 40%;
}

.button-ver:hover {
    background-color: #34989C;
    /* Color al pasar el cursor */
}

.row-op {
    margin-left: 20px !important;
    margin-right: 20px !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.row-contact {
    margin-left: 20px !important;
    margin-right: 20px !important;
    margin-top: 20px !important;
}

.label-contact {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    color: #000000;
    font-size: 17px;
}

.btn-enviar {
    font-family: 'Amagro', sans-serif;
    background-color: #46BCC2;
    border-color: #46BCC2;
    color: #FFFFFF;
    padding: 10px 36px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-enviar:hover,
.btn-enviar:focus {
    color: #FFFFFF;
    /* Mantener el texto en blanco */
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
    /* Sombra en el texto */
    box-shadow: 0 6px 20px rgba(34, 109, 111, 0.6);
}


.footerb {
    background-color: #3E3E3E;
    color: white;
    padding: 20px;
    font-family: 'Amagro', sans-serif;
}

.footerb-container {
    display: flex;
    justify-content: space-between;
    /* Distribuye los elementos de forma uniforme */
    align-items: center;
    /* Alinea los elementos verticalmente */
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    /* Permite que los elementos se acomoden en pantallas pequeñas */
}

.footerb .logo {
    text-align: center;
    font-size: 14px;
}

.footerb .logo img {
    width: 120px;
    margin-bottom: 10px;
    /* Ajusta el tamaño del logo */
}

.footerb .logo .p {
    font-size: 20px;
}

.footerb .contacto {
    font-size: 18px;
    text-align: center;
}

.footerb .redes {
    gap: 15px;
    font-size: 14px;
    text-align: center;
}

.footerb .redes a {
    color: #FFFFFF;
    font-size: 30px;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
}

.footerb .copyright {
    margin-top: 15px;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}

/* Diseño responsivo */
@media (max-width: 768px) {
    .footerb-container {
        flex-direction: column;
        text-align: center;
    }

    .footerb .redes {
        margin-top: 10px;
    }
}

.full {
    width: 100%;
}

.text-filt {
    font-family: 'Amagro', sans-serif;
    font-size: 26px;
    color: #000000;
}

.text-label {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    text-align: left !important;
    margin-top: 8px;
}

select {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 16px !important;
    vertical-align: middle;
}

.inputn {
    max-width: 43% !important;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 16px !important;
    vertical-align: middle;
    text-align: center;
}

.button-aplicar {
    background-color: #46BCC2;
    color: white;
    padding: 5px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    z-index: 2;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 20px;
    min-width: 70%;
}

.text-casas {
    font-family: 'Amagro', sans-serif;
    font-size: 50px;
    background: linear-gradient(180deg, #43B2B8, #1E5052);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#viviendas >tbody>tr {
    border: 1px solid rgba(0, 0, 0, 0.2);
    /* Borde negro con 60% de opacidad */
    padding: 10px;
    border-radius: 10px;
    display: block;
    margin-bottom: 10px;
}

td {
    border: 0px !important;
    width: 33% !important;
    text-align: left !important;
    position: relative;
    height: fit-content;
}

.td-img {
    vertical-align: middle !important;
    text-align: center !important;
}

td>img {
    /* Hace que la imagen se ajuste al ancho del `td` */
    /* Mantiene la proporción sin deformarse */
    object-fit: contain;
    /* Ajusta la imagen para que llene el espacio sin deformarse */
    display: block;
    /* Elimina espacios en blanco extra */
    border-radius: 8px;
    max-width: 256px;
    max-height: 256px;
    margin: 0 auto;
    
}

.text-right {
    text-align: right !important;
}

.text-ubi {
    font-size: 30px;
    color: #000000;
}

.text-direc {
    font-size: 14px;
    color: #000000;
}

.text-precio {
    font-size: 28px;
    color: #000000;
}

.btn-modal {
    padding: 10px 30px;
    background-color: #226D6F;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
}

.break-text::after {
    content: "\A";
    white-space: pre;
}

.modal {
    display: none;
}

.modal.is-open {
    display: block;
}

.modal__overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    height: 90%;
    text-align: center;
}

.lSSlideOuter {
    max-width: 600px;
    margin: auto;
}
#lightSlider {
    display: flex;
    justify-content: center; /* Alinea el slider en el centro */
    overflow: hidden; /* Oculta el desbordamiento si las imágenes son más grandes */
    width: 600px; /* Asegura que el slider ocupe todo el espacio disponible */
}

/* Ajustar las imágenes principales */
#lightSlider li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    background-color: #FFFFFF;
    /* Fondo gris para visualizar mejor */
}

#lightSlider img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Ajusta la imagen sin recortar */
    border-radius: 8px;
}

/* Ajustar las miniaturas */
.lSGallery {
    margin-top: 10px;
    white-space: nowrap;
    /* Evita que las miniaturas salten a otra línea */
    display: flex;
    justify-content: center;
}

.lSGallery li {
    width: 80px !important;
    /* Tamaño fijo para las miniaturas */
    height: 80px !important;
    display: inline-block;
    margin-right: 5px;
}

.lSGallery img {
    width: 100%;
    height: 60% !important;
    object-fit: cover;
    border-radius: 5px;
}

.title-modal {
    font-size: 30px;
    background: linear-gradient(180deg, #41D1D5, #226D6F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.btn-right {
    text-align: right;
}

.btn-close {
    text-align: right;
    background-color: transparent;
    color: #000000;
    border: 0;
}

.text-ubi-modal {
    font-size: 20px;
    color: #000000;
    text-align: left;
}

.ubi-modal {
    text-align: left;
}

.list-modal {
    text-align: left;
    font-size: 14px;
    color: #000000;
}

.btn-contact-modal {
    padding: 10px 40px;
    background-color: #226D6F;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-size: 20px;
}

.swal-title {
    font-size: 30px !important;
    /* Tamaño del título */
    color: #000000;
}

/* Ajustar el tamaño general del SweetAlert */
.swal-popup {
    font-family: 'Amaranth', sans-serif;
    font-weight: 400;
    width: 40% !important;
    /* Ancho del cuadro */
    padding: 20px !important;
    font-size: 20px;
}

.swal-button {
    background-color: #16494a;
}


.wrap2 {
    margin-left: 0px !important;
    padding: 0 !important;
}

.div-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;

}

.p-inline-a {
    font-size: 64px;
    text-align: center !important;
    width: 40%;
    background: linear-gradient(180deg, #41D1D5, #226D6F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-inline-b {
    font-size: 28px;
    text-align: center !important;
    width: 40%;
    color: #226D6F;
}

.g-bg {
    background-color: #e0dddd !important;
}

.col-bg {
    background-color: #FFFEFE !important;
}

.ibox-bg {
    background-color: #EFEEEE !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.navbar-top-links .dropdown-toggle {
    display: flex;
    align-items: center;
    /* Alinea los elementos verticalmente */
    gap: 10px;
    /* Espacio entre la imagen y los textos */
    padding: 10px;
    /* Espaciado interno */
    margin-right: 20px;
}

.menu-tmn {
    width: 90%;
}

#sourceimg {
    height: 40px;
    /* Ocupa toda la altura disponible */
    width: 40px;
    /* Mantiene la proporción */
    max-height: 50px;
    /* Ajusta el tamaño máximo */
    border-radius: 50%;
    /* Hace que la imagen sea redonda */
    /* Asegura que la imagen se vea bien sin deformarse */
}

.navbar-top-links .dropdown-toggle span {
    display: block;
    /* Asegura que cada span ocupe toda la línea */
    line-height: 1.2;
    /* Ajusta el espaciado entre líneas */
    white-space: nowrap;
    /* Evita que los textos se rompan */
}

.user-info {
    display: flex;
    flex-direction: column;
    /* Muestra los spans en columna (uno debajo del otro) */
    line-height: 0.3;
    /* Espaciado entre líneas */
}

.user-name {
    color: #226D6F;
    font-size: 12px;
}

.user-email {
    color: #226D6F;
    font-size: 12px;
}

.text-inmu {
    font-size: 28px;
    color: #FFFFFF;
    background-color: #46BCC2;
    text-align: center;
}

.text-chart {
    font-size: 28px;
    color: #226D6F;
    text-align: center;
}

.no-paddings {
    padding: 0% !important;
}

.table-bg {
    background-color: #EFEEEE;
}

.tr-bg {
    background-color: #fffefe;
}

.border-none {
    border-style: none !important;
}

.nav-bg {
    background-color: #226D6F !important;
    background-image: none !important;
}

.nav>li.active {
    background-color: #16494a;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus {
    background-color: #0E3233 !important;
}

.menu-a {
    color: #FFFFFF !important;
    font-size: 24px !important;
    background-color: #226D6F !important;
}

.ul-bg {
    background-color: #226D6F !important;
}

.nav>li.active {
    background-color: #16494a !important;
    border-left: 4px solid #46BCC2 !important;
}

.nav>li.active>a {
    background-color: #16494a !important;

}

.nav.nav-second-level>li.active {
    border: none !important;
}

.drop-bg {
    background: #EFEEEE !important;
    border: none !important;

}

.color-ins {
    color: #226D6F;
}

.i-red {
    color: #C11919 !important;
}

.text-eli {
    color: #226D6F;
    font-size: 20px;
}

.btn-pdf {
    border: 2px solid #46BCC2;
    color: #226D6F;
    background-color: transparent;
}

.text-pdf {
    color: #226D6F;
    font-size: 34px;
}

.middle-td {
    vertical-align: middle !important;
}

.text-ven {
    color: #000000;
}

.label-fecha {
    background: linear-gradient(180deg, #41D1D5, #226D6F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.span-red {
    -webkit-text-fill-color: #c11919;
}

.text-agregar {
    background: linear-gradient(180deg, #41D1D5, #226D6F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
}

.navbar-static-top {
    display: flex;
    align-items: center;
    /* Solo centra verticalmente */
    justify-content: space-between;
    /* Mantiene los elementos en los extremos */
    padding: 0 15px;
    width: 100%;
}

.navbar-header {
    display: flex;
    align-items: center;
    /* Centra solo verticalmente */
    flex-grow: 1;
    /* Permite que ocupe el espacio disponible */
}

.navbar-top-links {
    display: flex;
    align-items: center;
    /* Mantiene los elementos alineados verticalmente */
    margin-left: auto;
    /* Mantiene los elementos a la derecha */
}

.btn-menu {
    background-color: #226D6F !important;
    border-color: #226D6F !important;
}

.custom-tmn {
    width: 60% !important;
    margin-left: 15px !important;
}

.input-custom {
    background-color: #F1F0F0 !important;
    border-radius: 20px !important;
    padding-left: 40px;
}

.form-group2 i {
    position: absolute;
    left: 10px;
    /* Ajusta la posición del ícono */
    color: #999;
    z-index: 2001;
    /* Color del ícono */
    font-size: 20px;
}

.form-group2 {
    position: relative;
    display: flex;
    align-items: center;
}

.btn-guardar {
    background-color: #226D6F;
    font-size: 28px;
    color: #FFFFFF;
    min-height: 40%;
    padding: 2px 60px;
}
.btn-guardar:hover,
.btn-guardar:focus {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.6); /* Sombra sutil */
    outline: none; /* Evita el borde azul en algunos navegadores */
    color: #FFFFFF;
}

.img-xl{
    width: 128px;
    height: 128px;
}

.a-out{
    text-align: center !important;
    color: #000000 !important;
    font-size: 12px !important;
    font-family: "Josefin Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 700 !important;
    font-style: normal;
}

.preview-container {
    position: relative;
    display: inline-block;
}

.remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 0, 0, 0.7);
    color: white;
    border: none;
    font-size: 16px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 1000; /* Oculto por defecto */
}

.preview-container:hover .remove-btn {
    display: block; /* Se muestra al pasar el mouse */
}

.img-eliminar{
    max-width: 192px !important;
    max-height: 192px !important;
}

.table-responsive-borrar{
    overflow-y: auto !important;
    max-height: 180px !important;
}

.switch {
    position: relative;
    display: table;
    width: 60px;
    height: 34px;
    margin-right: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e22626;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4CAF50;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

#escondido{
    cursor: default;
}
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
  }
  
  .marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 10s linear infinite;
  }
  
  @keyframes scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }


 /* Estilo general del contenedor de paginación */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    font-family: "EB Garamond", serif;
}

/* Estilo de cada ítem */
.pagination li {
    margin: 0 4px;
}

/* Botones de página como divs */
.pagination .page-link {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    color: #000000;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s, color 0.2s;
    font-family: "EB Garamond", serif;
}

/* Hover */
.pagination .page-link:hover {
    background-color: #226D6F;
    color: #fff;
    border-color: #226D6F;
}

/* Página seleccionada */
.pagination .page-link.sel {
    background-color: #226D6F;
    color: white;
    font-weight: bold;
    border-color: #226D6F;
    font-family: "EB Garamond", serif;
}

