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

html {
    scroll-behavior: smooth;
}

.nunito-200 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.nunito-300 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.nunito-400 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.nunito-500 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.nunito-600 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.nunito-700 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.nunito-800 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.nunito-900 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.nunito-1000 {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-style: normal;
}

/* Paleta de colores */
:root {
    --gabrica-sky: #72d1f4;
    --gabrica-navy: #002d57;
    --gabrica-blue-dark: #00bdf1;
}

.footer-gabrica {
    background-color: var(--gabrica-sky);
    font-family: 'Lato', sans-serif;
    border-radius: 24px;
}

.text-navy {
    color: var(--gabrica-navy) !important;
}

/* Logo Superior Izquierdo (Pill Estilo React) */
.footer-main-logo {
    color: white;
    padding: 8px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-weight: 800;
    font-size: 1.2rem;
}

.footer-main-logo img {
    width: 55%;
    display: block;
}

.slogan-text {
    font-size: 0.9rem;
    font-weight: 600;
}

.ms-n4-forced {
    margin-left: -4rem !important;
}

/* Iconos de Redes Sociales (Círculos) */
.social-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s;
}

.social-circle img {
    display: block;
    width: 100%;
    height: 100%;
}

.social-circle:hover {
    transform: scale(1.1);
}

/* Botones Navy Pill */
.btn-navy-pill {
    background-color: var(--gabrica-navy);
    color: white !important;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 25px;
    border: none;
}

.btn-navy-pill:hover {
    background-color: #001f3f;
}

/* Enlaces y Texto */
.footer-links a {
    color: var(--gabrica-navy);
    text-decoration: none;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 8px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.contact-info li {
    font-size: 0.95rem;
    margin-bottom: 10px;
}

/* Marcas */
.brand-img1 {
    height: 60px !important;
    width: auto;
    object-fit: contain;
}

.brand-img {
    height: 39px;
    width: auto;
    object-fit: contain;
}

/* Barra inferior */
.copyright-bar {
    background-color: var(--gabrica-blue-dark);
}

.country-selector img {
    display: block;
    width: 32px;
    height: 32px;
}

.btn-navy-pill {
    background-color: var(--gabrica-navy);
    color: white !important;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 25px;
    border: none;
}

.btn-navy-pill:hover {
    background-color: #001f3f;
}

.buttoners.position-absolute {
    margin-top: 10%;
    margin-left: 7.1%;
}

.buttoners2.position-absolute {
    margin-top: 41%;
    margin-left: -9%;
}


.flecha-derecha {
    width: 15px;
    /* Largo del cuerpo de la flecha */
    height: 2px;
    /* Grosor del cuerpo de la flecha */
    background-color: #003366;
    /* Color azul oscuro de tu imagen */
    position: relative;
    display: inline-block;
    margin: 3px;
}

/* Creamos la punta de la flecha usando un pseudoelemento */
.flecha-derecha::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    /* Centramos la punta verticalmente respecto al cuerpo */
    transform: translateY(-50%) rotate(45deg);
    /* Dibujamos la punta usando solo los bordes superior y derecho */
    width: 10px;
    height: 10px;
    border-top: 2px solid #003366;
    border-right: 2px solid #003366;
}

.btn-petmundial {
    color: #003967 !important;
    font-size: 16px !important;
    position: relative;
    overflow: hidden;
    height: 49px;
    border: 2px solid #003967 !important;
    padding: 12px 16px !important;
}

.btn-petmundial::after,
.is_shinning::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(30deg);
    transition: all 0.5s;
}

.btn-petmundial:hover::after,
.is_shinning::after {
    left: 120%;
    background: #FFF;
}

/*header*/


:root {
    --header-bg: #D4F4FF;
    --white: #FFFFFF;
    --text-color: #333;
    --blue-accent: #C0F0FF;
    --shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.gabrica-header {
    position: fixed !important;
    /* Reemplaza fixed por sticky globalmente */
    top: 20px !important;
    /* Se queda flotando a 20px del techo al hacer scroll */
    z-index: 10000 !important;
    /* Pasa por encima de todo el contenido */

    width: 1200px;
    height: 72px;
    right: 0;
    left: 0;
    margin: auto !important;
    /* Mantiene el centrado perfecto en pantallas grandes */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #6CD9FF;
    padding: 10px 25px;
    border-radius: 24px;
    font-family: 'Lato', 'Segoe UI', sans-serif;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.hero-section {
    /* Este valor debe ser igual a la altura de tu header */
    position: relative;
    z-index: 1;
    /* La imagen se queda atrás */
}


.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.left-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.country-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.nav-item {
    position: relative;
}

.nav-btn {
    background: transparent;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    padding: 5px 7px;
}

.nav-btn:focus {
    outline: none;
    box-shadow: none;
}

.nav-item.active .nav-btn,
.nav-item:hover .nav-btn {
    background-color: var(--white);
}

.dropdown-content {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    background: var(--white);
    min-width: 280px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 15px 0;
    display: none;
    /* Se activa con JS o Hover */
    z-index: 1000;
}

.dropdown-content.mini {
    min-width: 220px;
}

.nav-item:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    transition: background 0.2s;
}

.dropdown-content a:hover {
    background-color: #F8F9FA;
    color: var(--blue-accent);
}

.search-bar {
    background: var(--white);
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    width: 240px;
    border: 1px solid #E0E0E0;
}

.search-bar input {
    border: none;
    outline: none;
    padding: 8px;
    width: 100%;
}


.avatar-bg {
    background: #CCC;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.dropdown-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 10px;
    z-index: 1000;
    align-items: flex-start;
}

.nav-item:hover .dropdown-wrapper {
    display: flex;
}

.main-panel {
    background: #F7FBFF !important;
    /* Forzamos blanco puro */
    min-width: 320px;
    border-radius: 32px;
    padding: 20px 10px;
    box-shadow: var(--shadow);
    z-index: 2;
    /* Por encima del panel celeste */
}

.main-panel a,
.flyout-panel a {
    background-color: transparent !important;
    border: none !important;
    padding: 12px 20px;
    border-radius: 15px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
}

.main-panel a:hover,
.flyout-panel a:hover {
    background-color: rgba(255, 255, 255, 0.6) !important;
    color: #00A3E0;
}

/* Panel Lateral (Celeste) como en image_2ae025.jpg 
.flyout-panel {
    min-width: 280px;
    border-radius: 24px;
    display: none; 
    flex-direction: column;
    background-color: rgba(192, 240, 255, var(--tw-bg-opacity, 1));
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;

}*/
.flyout-panel {
    background-color: rgba(192, 240, 255, var(--tw-bg-opacity, 1));
    min-width: 300px;
    border-radius: 32px;
    padding: 20px;
    margin-left: -20px;
    display: none;
    flex-direction: column;
    z-index: 1;
}

.nav-item:hover .dropdown-wrapper {
    display: flex;
}

.sub-item {
    position: relative;
}

.sub-item:hover .flyout-panel {
    display: flex;
}

.flyout-panel {
    position: absolute;
    left: 100%;
    top: -258%;
    padding-left: 5px;
}

.sub-item:hover .flyout-panel {
    display: flex;
}

.submenu-title {
    font-size: 12px;
    font-weight: 800;
    color: #004A7C;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.dropdown-content a,
.flyout-panel a {
    display: flex;
    transition: all 0.2s;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 16px;
    border-radius: calc(var(--radius) + 2px);
    align-items: center;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
    box-sizing: border-box;
    border: 0 solid #e5e7eb;


}

.flyout-panel a:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #00A3E0;
}

.arrow-right {
    margin-left: auto;
    font-weight: bold;
}


.logoheader {
    height: 40px;
    /* Ajusta según necesites */
    width: auto !important;
    /* Mantiene la proporción */
    display: block;
}

.icon-school {
    background: #8FD8FF;
    border-radius: 50%;
    padding: 4px;
}

.icon-directory {
    background: #FFB082;
    border-radius: 50%;
    padding: 4px;
}

.chevron {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-bottom: 4px;
    transition: transform 0.3s ease;
}

.chevron-blue {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #00A3E0;
    border-bottom: 2px solid #00A3E0;
    transform: rotate(45deg);
    margin-left: 5px;
}


/* Estilo general del botón/enlace */
.menu-link-highlight {
    display: flex;
    align-items: center;
    background-color: #76DFFF;
    /* El celeste vibrante de la imagen */
    padding: 12px 18px;
    border-radius: 20px;
    /* Bordes muy redondeados para el contenedor */
    text-decoration: none;
    color: #123964;
    /* Azul oscuro para el texto */
    font-weight: 500;
    font-family: 'Segoe UI', sans-serif;
    gap: 15px;
    transition: background-color 0.2s ease;
}

/* El cuadro blanco que contiene el icono */
.icon-box {
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    /* Redondeado suave del cuadro blanco */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* Evita que el cuadro se aplaste */
}

/* Tamaño del SVG dentro del cuadro */
.icon-box svg {
    width: 32px;
    height: auto;
}

.icon-box-banner {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    /* Redondeado suave del cuadro blanco */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* Evita que el cuadro se aplaste */
}

/* Tamaño del SVG dentro del cuadro */
.icon-box-banner svg {
    width: 71px;
    height: auto;
}

/* Efecto hover opcional para que se sienta interactivo */
.menu-link-highlight:hover {
    background-color: #5ED4F7;
}





















.container-boton-regresar {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}


.btn-regresar-custom {
    color: #003967 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    transition: all 0.25s ease-in-out !important;
}

/* Efecto Hover sutil al pasar el mouse */
.btn-regresar-custom:hover {
    background-color: #f8f9fa !important;
    border-color: #1d537d !important;
    /* El borde se pinta del azul de la marca */
    transform: translateX(-3px);
    /* Pequeño desplazamiento dinámico hacia la izquierda */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

/* Ajuste del tamaño del icono de la flecha */
.btn-regresar-custom i {
    font-size: 0.85rem !important;
    transition: transform 0.25s ease !important;
}


/*hero-section banner*/
.info-banner-container {
    display: flex;
    align-items: center;
    border-radius: 20px;
    margin: 40px auto;
    width: 1200px;
    height: 333px;
    overflow: hidden;
    position: relative;
    /* Indispensable para capas */
    background-color: #000;
    /* Fondo negro por si la imagen tarda en cargar */
}

.info-banner-container1 {
    display: flex;
    align-items: center;
    border-radius: 20px;
    margin: 40px auto;
    width: 1200px;
    height: 333px;
    overflow: hidden;
    position: relative;
    /* Indispensable para capas */
    background-color: #000;
    /* Fondo negro por si la imagen tarda en cargar */
}


.info-banner-content {
    flex: 1;
    padding: 40px 60px;
    position: relative;
    /* Para quedar sobre la imagen */
    z-index: 2;
    /* Capa superior */
}



/* Ajuste de los textos para que resalten sobre el fondo oscuro */
.info-banner-title {
    color: #ffffff !important;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.info-banner-text {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    max-width: 500px;
    /* Limitamos el ancho para que no tape el balón */
    line-height: 1.4;
}

.info-banner-title1 {
    color: #ffffff !important;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.info-banner-text1 {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 400;
    max-width: 500px;
    /* Limitamos el ancho para que no tape el balón */
    line-height: 1.4;
}

.info-banner-image {
    position: absolute;
    /* La imagen se vuelve el fondo */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Capa inferior */
}

.info-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mantiene la proporción cubriendo todo */
    display: block;
}

.info-banner-list {
    list-style: disc;
    /* Mantiene los puntos redondos */
    padding-left: 20px;
    margin-top: 15px;
}

.info-banner-list li {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 400;
}

/* Reutilizamos la lógica de superposición que ya tienes */
.info-banner-content {
    position: relative;
    z-index: 2;
}

.info-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



.process-section {
    padding: 60px 0;
    background-color: #fff;
    position: relative;
}

.contrainer-process-section {
    width: 1200px;
    margin: auto;
}

.contenedor-paso {
    width: 1360px;
    margin: auto;
}

.imagen-ajustada {
    width: 100%;
    margin: auto;
}

.process-title-main {
    color: #002d72;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 0;
}

.process-subtitle-main {
    color: #00a9e0;
    /* Celeste Gabrica */
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 40px;
}

.process-container {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    position: relative;
    padding-left: 150px;
}












/* sesion kilo a kilo */

.kilo-section {
    padding: 40px 0;
    font-family: 'Nunito', sans-serif;
}

.container-kilo {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.kilo-title {
    color: #003967;
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 700;
}

.kilo-subtitle {
    color: #131415;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 400;
}

/* Eliminamos el display:flex manual para dejar que Owl Carousel controle el flujo */
.kilo-products-carousel {
    display: block;
    width: 100%;
}

/* Tarjeta de producto */
.product-card {
    background-color: #ffffff;
    border: 1px solid #BABCBF;
    border-radius: 24px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease;
    height: 440px;
    /* Altura fija para homogeneizar */
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.product-card:hover {
    transform: translateY(-5px);
}

/* Contenedor de la imagen de producto */
.product-img-container {
    background-color: #EAEAEB;
    border-radius: 15px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
}

/* Forza a las imágenes a mantener su escala nativa dentro de Owl Carousel */
.product-img-container img {
    max-width: 85% !important;
    max-height: 85% !important;
    width: auto !important;
    object-fit: contain !important;
    display: inline-block !important;
}

.product-brand {
    color: #001A2B;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
}

.weight-options {
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.weight-badge {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 6px;
    border-radius: 20px;
    color: #333333;
    background-color: #DADBDD;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 56px;
    text-align: center;
}

.weight-badge.active {
    background-color: #b3e5fc;
    color: #002d72;
}

.btn-comprar {
    color: #002d72;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    transition: gap 0.2s ease;
}

.btn-comprar:hover {
    gap: 12px;
}


/* Estilos de los Dots inferiores */
.container-kilo .owl-dots {
    text-align: center;
}

.container-kilo .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #BABCBF !important;
    margin: 5px 6px;
    transition: background 0.2s ease;
}

.container-kilo .owl-theme .owl-dots .owl-dot.active span {
    background: #003967 !important;
}











/* fases de grupos*/

.jugadores-section {
    background-color: #fcfdfd;
    font-family: 'Nunito', sans-serif;
}

.jugadores-section-total {
    background-color: #fcfdfd;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 4%;
}

.web-pagination-container {
    font-size: 14px;
    color: #131415;
    margin-bottom: 3%;
}

/* --- barra superior de fases --- */
/* --- BARRA SUPERIOR DE FASES (Medidas exactas de Figma) --- */
.fases-container {
    background-color: #003967;
    padding: 0;
    overflow: hidden;
    width: 1104px;
    height: 40px;
    display: flex;
    align-items: center;
}

/* Contenedor de la imagen "En Vivo" (Fase 1) */
.nav-vivo-container {
    position: relative;
    display: inline-block;
    width: 138px;
    height: 40px;
    flex-shrink: 0;
    /* Evita que la flecha celeste se deforme o se encoja */
}

.nav-vivo-container {
    position: relative;
    display: inline-block;
    height: 40px;
    flex-shrink: 0;
    /* Evita que la imagen se achique si faltara espacio */

}

.nav-vivo-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
}

.nav-vivo-texto {
    position: absolute;
    top: 50%;
    left: 48%;
    /* Pequeño ajuste para centrar la tipografía en la forma */
    transform: translate(-50%, -50%);
    color: #000000;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.5px;
    white-space: nowrap;

    display: flex;
    align-items: center;
    gap: 8px;
}

/* Contenedor UL para las 7 fases restantes */
.unificado-fases {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    display: flex;
    flex-grow: 1;
    /* Ocupa el resto del espacio (los 966px restantes) */
}

/* Cada casilla del menú mide exactamente 138x40px */
.unificado-fases .nav-item {
    width: 138px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* El enlace en estado normal (Fondo azul oscuro, texto blanco) */
.unificado-fases .nav-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    /* Cuadrados perfectos sin separaciones */
    transition: all 0.15s ease;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
}

.btn-adoptar-perro:hover {
    background-color: #003967 !important;
    color: #ffffff !important;
}

.flecha-derecha:hover {
    background-color: #003967 !important;
    color: #ffffff !important;
}

.btn-petmundial:hover {
    background-color: #003967 !important;
    color: #ffffff !important;
}

.btn-adoptar-perro1:hover {
    background-color: #003967 !important;
    color: #ffffff !important;
}


/* Efecto Hover sutil al pasar el mouse */
.unificado-fases .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* --- ESTADO ACTIVO (Comportamiento según la imagen de Figma) --- */
.unificado-fases .nav-link.active {
    background-color: #d6ebfaff !important;
    /* Celeste claro idéntico al de tu captura */
    color: #003967 !important;
    /* Texto azul oscuro de la marca */
    font-weight: 700;
}

/* Animación del puntito verde parpadeante */
.dot-blink-mini {
    width: 8px;
    height: 8px;
    background-color: #00C26B;
    border-radius: 50%;
    display: inline-block;
    animation: blinker 1.5s linear infinite;
}

html,
body {
    overflow-x: hidden;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* Etiqueta EN VIVO */
.badge-envivo {
    background-color: #00d2ff;
    color: #002240;
    font-weight: 800;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 6px 0 0 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dot-blink {
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
}

/* --- Tarjeta del Perro --- */
.perro-card {
    background: #ffffff;
    border: 1px solid #BABCBF;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    height: 100%;
    min-height: 580px;
    transition: transform 0.2s ease;
}

.container-modal-video {
    background: #ffffff;
    border: 1px solid #BABCBF;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.container-modal-adopcion2 {
    background: #ffffff;
    border: 1px solid #BABCBF;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.container-modal-adopcion {
    background: #ffffff;
    border: 1px solid #BABCBF;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.container-modal-adopcion {
    max-height: 65vh;
    /* Limita la altura al 65% de la pantalla del usuario */
    overflow-y: auto;
    /* Activa el scroll vertical solo si es necesario */
    padding-right: 15px;
    /* Espacio para que la barra de scroll no encime el texto */
}

/* OPCIONAL: Personalización de la barra de scroll para que se vea más estilizada */
.container-modal-adopcion::-webkit-scrollbar {
    width: 6px;
}

.container-modal-adopcion::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.container-modal-adopcion::-webkit-scrollbar-thumb {
    background: #1d537d;
    /* Color azul a juego con tus botones */
    border-radius: 10px;
}

.container-modal-adopcion::-webkit-scrollbar-thumb:hover {
    background: #153d5c;
}

.perro-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* Contenedor de la foto */
.perro-img-box {
    width: 100%;
    height: 226px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 12px;
}

.perro-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-logo-patrociono {
    width: 85px;
}

.img-bandera {
    width: 42px;
}


/* Banner del nombre con colores del diseño */
.perro-name-banner {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 12px 16px;
    border-radius: 12px;
    margin-bottom: 15px;
    height: 60px;
}


/* Detalles técnicos */
.perro-details {
    font-size: 14px;
    color: #003967;
    margin-bottom: 15px;
}

.perro-details p {
    margin-bottom: 6px;
    line-height: 1.4;
}

/* Banner de Patrocinio de Marcas */
.patrocinio-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 20px;
    height: 56px;
}

.patrocinio-banner-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    color: #ffffff;
    font-size: 13px;
    height: 66px;
    border-radius: 10px;
}

.brand-text {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.bg-brand-max {
    background-color: #EB6408;
}

.bg-brand-guamor {
    background-color: #69ABDC;
}

.bg-brand-manjar {
    background-color: #36948C;
}

.bg-brand-kody {
    background-color: #002D69;
}

.bg-brand-grandvita {
    background-color: #243746;
}

.bg-brand-grandvita-equilibrio {
    background-color: #2E3A47;
}

/* Botón Quiero Adoptar */
.btn-adoptar-perro {
    border: 1.5px solid #003967 !important;
    color: #003967 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 10px 0 !important;
    border-radius: 30px !important;
    text-align: center !important;
    display: block !important;
    transition: all 0.2s ease !important;
    margin: 0 0 12px !important;
    background-color: #F8FEFF;

}

.btn-adoptar-perro1 {
    border: 1.5px solid #003967 !important;
    color: #003967 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 10px 0 !important;
    border-radius: 30px !important;
    text-align: center !important;
    display: block !important;
    transition: all 0.2s ease !important;
    margin-bottom: 20px !important;
    width: 10%;
    background-color: #F8FEFF;
}

.btn-adoptar-perro1.avatar-bg {
    background-color: #003967;
    color: #ffffff;
}

.btn-adoptar-perro:hover {
    background-color: #003967;
    color: #ffffff;
}

.btn-adoptar-perro-modal {
    border: 1.5px solid #003967 !important;
    color: #003967 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 10px 0 !important;
    border-radius: 30px !important;
    text-align: center !important;
    display: block !important;
    transition: all 0.2s ease !important;
    width: 10% !important;
}

.btn-adoptar-perro-modal:hover {
    background-color: #003967;
    color: #ffffff;
}

/* Bloque Inferior del Partido */
.partido-box {
    background-color: #DCECF9;
    padding: 10px;
    text-align: center;
}

.partido-box-modal {
    background-color: #DCECF9;
    padding: 10px;
    text-align: center;
    width: 247px;
    border-radius: 10px;
    min-height: 66px;
}

.banderas-match {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 13px;
    color: #002d72;
    margin-bottom: 4px;
}

.flag-icon {
    font-size: 16px;
}

.vs-text {
    color: #a0aec0;
}

.fecha-match {
    background-color: #003967;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 0;
    border-radius: 0px 0px 12px 12px;
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

/* Botón Ver Todos General */
.btn-ver-todos-partidos {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #003967;
    color: #003967;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 35px;
    border-radius: 30px;
    transition: all 0.2s ease;
}

.btn-ver-todos-partidos:hover {
    background-color: #003967;
    color: #ffffff;
}

.btn-group {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-sizing: border-box;
    display: block;
    font-family: Nunito, sans-serif;
    height: 24.125px;
    position: relative;
    unicode-bidi: isolate;
    width: 120.422px;
}

.container-jugadores {
    width: 1152px;
    margin: auto;
    border: 1px solid #EAEAEB;
    color: #FAFAFA;
    border-radius: 10px;
}

.container-jugadores-total {
    width: 1152px;
    margin: auto;

}

.container-tarjetas {
    width: 1104px;
    margin: auto;
}

.img-envivo {
    height: 40px;
    /* Ajusta la altura según el tamaño real de tu diseño en Figma */
    width: auto;
    /* Mantiene la proporción de la imagen */
    object-fit: contain;
    padding-left: 10px;
    /* Le da una pequeña separación del borde izquierdo */
    display: block;
}

/* La imagen se ajusta al alto del contenedor */
.nav-vivo-img {
    height: 100%;
    width: auto;
    display: block;
}

/* Posicionamos tu texto exactamente en el centro de la imagen */
.nav-vivo-texto {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    /* Evita que el texto se parta en dos renglones */

    /* Flexbox interno solo para alinear el puntito rojo con el texto */
    display: flex;
    align-items: center;
    gap: 6px;
}

/* El puntito rojo parpadeante opcional por si quieres darle dinamismo */
.dot-blink-mini {
    width: 10px;
    height: 10px;
    background-color: #00C26B;
    border-radius: 50%;
    display: inline-block;
    animation: blinker 1.5s linear infinite;
}

.btn-outline-secondary {
    width: 24px;
    height: 24px;
}



.btn-outline-secondary {
    --bs-btn-color: #54565A;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #BABCBF;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}

.btn:hover {
    background-color: #003967;
    border-color: var(--bs-btn-hover-border-color);
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: -0.75rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}


/* Botón de adopción personalizado */
.btn-adopcion-principal {
    color: #002D62;
    border-color: #002D62;
}

.btn-adopcion-principal:hover {
    background-color: #002D62;
    border-color: #002D62;
    color: #ffffff;
}

/* Ajuste del icono play */
.play-icon-adjust {
    transform: translateX(3px);
}

/* Clases base y variantes de color para los estados */
.badge-estado-mascota {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #0B1A30;
    border-radius: 50px;
    text-align: center;
    white-space: nowrap;
}

.badge-estado-mascota {
    display: inline-block;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 600;
    /* Hace que el texto sea semibold como en la imagen */
    color: #0B1A30;
    /* Color de texto oscuro azulado de la captura */
    border-radius: 50px;
    /* Bordes completamente redondeados */
    text-align: center;
    white-space: nowrap;
}

/* Estado: En proceso de adopción (Morado pastel) */
.estado-proceso {
    background-color: #E0D9FC;
}

/* Estado: Disponible para adopción (Rosa pastel) */
.estado-disponible {
    background-color: #FFE0E9;
}

/* Estado: Ganador (Azul pastel) */
.estado-ganador {
    background-color: #C9F1FF;
}

.estado-proceso {
    background-color: #E0D9FC !important;
    color: #001A2B !important;
    margin-bottom: 3%;
}

.estado-disponible {
    background-color: #FFE0E9 !important;
    color: #001A2B !important;
    margin-bottom: 3%;
}

.estado-ganador {
    background-color: #C0F0FF !important;
    color: #001A2B !important;
    margin-bottom: 3%;
}

/* Clases complementarias estéticas */
.fw-black {
    font-weight: 900;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.aspect-video {
    aspect-ratio: 16 / 9;
}

/* ==========================================================================
   modal formulario
   ========================================================================== */
.modal-lg,
.modal-xl {
    --bs-modal-width: 1100px !important;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}


/* Controlar el ancho máximo del modal de Bootstrap */
.custom-modal-dialog {
    max-width: 850px;
}

/* Aplicar el estilo de tarjeta blanca al contenedor del modal */
.custom-modal-content {
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

/* Padding interno del cuerpo del modal */
.modal-body-content {
    padding: 3rem !important;
    color: #212529;
    font-size: 1.05rem;
    line-height: 1.6;
    border-top: 1px solid #BABCBF;
}

.container-tarjetas {
    margin: auto !important;
}

.modal-body-content1 {
    padding: 72px 24px 24px !important;
    color: #212529;
    font-size: 1.05rem;
    line-height: 1.6;
    border-top: 1px solid #BABCBF;
}



.modal-dialog {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.container-modal-exist {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex !important;
    flex-wrap: wrap !important;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    flex-direction: unset;
    align-content: unset;
    align-items: unset;
    justify-content: space-evenly;
}




/* Título principal */
.modal-title-custom {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 1.5rem;
}

.modal-text-custom {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 1.5rem;
}

/* Lista de pasos */
.proceso-list {
    list-style-type: none;
    padding-left: 0;
}

.proceso-list li {
    margin-bottom: 0.8rem;
}

.sub-text {
    padding-left: 1.8rem;
    display: block;
    color: #333333;
}

/* Botón de cerrar personalizado (X) */
.btn-close-custom {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.3rem;
    color: #000000;
    cursor: pointer;
    opacity: 0.5;
    z-index: 1055;
    transition: opacity 0.2s ease;
    margin: 9px !important;
}

.btn-close-custom:hover {
    opacity: 1;
}

/* Botón Iniciar */
.btn-iniciar {
    background-color: transparent;
    color: #1d537d;
    border: 2px solid #1d537d;
    border-radius: 25px;
    padding: 0.5rem 2.5rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-iniciar:hover {
    background-color: #1d537d;
    color: #ffffff;
}

/* Decoración inferior de la captura */
.footer-container {
    position: relative;
    display: inline-block;
}

.modal-backdrop {
    display: none !important;
}

.modal {
    background: rgba(0, 0, 0, 0.5) !important;
    /* Esto emula el fondo oscuro de forma segura y fija */
}

body.modal-open {
    overflow: auto !important;
    /* Le devuelve el scroll a la pantalla si Bootstrap la congela */
    padding-right: 0 !important;
}


/* Estilos para las etiquetas y asteriscos */
.form-label-custom {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.4rem;
}

.asterisco {
    color: #dc3545;
    /* Rojo para el campo requerido */
    margin-left: 2px;
}

/* Inputs personalizados ovalados */
.input-custom {
    border-radius: 30px !important;
    border: 1px solid #54565A !important;
    padding: 0.6rem 1.2rem !important;
    font-size: 0.95rem !important;
    color: #333333;
}

/* Estilo del texto de guía (Placeholder) */
.input-custom::placeholder {
    color: #b0b0b0 !important;
    opacity: 1;
}

/* Icono de flecha personalizado para los selects */
.select-custom {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231d537d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-size: 14px !important;
}

/* Botones de navegación (Anterior / Continuar) */
.btn-navegacion {
    background-color: transparent;
    color: #1d537d;
    border: 2px solid #1d537d;
    border-radius: 25px;
    padding: 0.4rem 2.2rem;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-navegacion:hover {
    background-color: #1d537d;
    color: #ffffff;
}

body.modal-open .gabrica-header {
    z-index: 1030 !important;
    /* Menor al z-index del backdrop de Bootstrap que es 1040 o 1050 */
}

/* Si usas el menú móvil desplegable y abres un modal, también bajamos la prioridad de la tarjeta blanca */
body.modal-open .custom-menu-mobile {
    z-index: 1020 !important;
}


/* Personalización de los Radio Buttons */
/* Estilo base para el cuadrado */
.form-check-input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 0px !important;
    border: 1.5px solid #131415;
    background-color: transparent;
    position: relative;
    top: 8px;
    left: 2px;
    margin-top: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 9px;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

/* Estado Activo / Seleccionado (:checked) */
.form-check-input[type="radio"]:checked {
    /* Mantenemos el fondo oscuro de tu diseño */
    background-color: #131415 !important;
    border-color: #131415 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") !important;
}

/* Estado Focus para accesibilidad */
.form-check-input[type="radio"]:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(19, 20, 21, 0.25);
    border-color: #131415;
}

/* Ajuste para que las etiquetas largas no se corten */
.form-label-custom {
    display: block;
    line-height: 1.3;
}




.input-fecha-custom {
    position: relative;
    color: #6c757d;
    /* Color de texto gris suave como el placeholder */
}

/* Modificar el comportamiento del selector nativo en Webkit (Chrome, Safari, Edge) */
.input-fecha-custom::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

/* Agregar el icono de calendario a la izquierda mediante una imagen de fondo */
.input-fecha-custom {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' class='bi bi-calendar' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 12px center;
    /* Lo alinea a la izquierda */
    padding-left: 40px !important;
    /* Deja espacio para que el texto no pise el icono */
}



.input-numerico-custom {
    border-radius: 50px;
    /* Ajusta este valor según el redondeado de tus inputs */
    padding-right: 15px;
}

/* Controla que las flechas nativas (spin buttons) siempre estén visibles y estilizadas en Chrome/Safari/Edge */
.input-numerico-custom::-webkit-inner-spin-button,
.input-numerico-custom::-webkit-outer-spin-button {
    opacity: 1;
    /* Hace que las flechitas siempre se vean */
    cursor: pointer;
    height: 24px;
    margin-right: 5px;
}



.text-secondary {
    --bs-text-opacity: 1;
    color: #131415 !important;
}


.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid #000000 !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}



.input-custom-1 {
    border-radius: 8px !important;
    border: 1px solid #54565A !important;
    padding: 0.6rem 1.2rem !important;
    font-size: 0.95rem !important;
    color: #333333;
}












/* ==========================================================================
   RESPONSIVE / AJUSTES portatil
   ========================================================================== */
@media only screen and (min-width: 769px) and (max-width: 1367px) {

    .buttoners2.position-absolute {
        margin-top: 59%;
        margin-left: -9%;
    }

    .buttoners.position-absolute {
        margin-top: 10%;
        margin-left: 11.1%;
    }

    .gabrica-header {
        position: fixed !important;
        top: 20px !important;
        z-index: 10000 !important;
        width: 1200px;
        height: 72px;
        right: 0;
        left: 0;
        margin: auto !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #6CD9FF;
        padding: 10px 25px;
        border-radius: 24px;
        font-family: 'Lato', 'Segoe UI', sans-serif;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    .contenedor-paso {
        width: 1200px;
        margin: auto;
    }

    .modal-dialog {
        max-width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1536px) {

    .buttoners2.position-absolute {
        margin-top: 41%;
        margin-left: -9%;
    }

    .buttoners.position-absolute {
        margin-top: 10%;
        margin-left: 10.1%;
    }

    .gabrica-header {
        position: fixed !important;
        top: 20px !important;
        z-index: 10000 !important;
        width: 1200px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #6CD9FF;
        padding: 10px 25px;
        border-radius: 24px;
        font-family: 'Lato', 'Segoe UI', sans-serif;
        transition: all 0.3s ease;
        box-sizing: border-box;
        right: 0;
        left: 0;
        margin: auto !important;

    }

    .contenedor-paso {
        width: 1200px;
        margin: auto;
    }

    .modal-dialog {
        max-width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1536px) and (max-width: 1707px) {

    .buttoners2.position-absolute {
        margin-top: 41%;
        margin-left: -9%;
    }

    .buttoners.position-absolute {
        margin-top: 10%;
        margin-left: 10.1%;
    }

    .gabrica-header {
        position: fixed !important;
        top: 20px !important;
        z-index: 10000 !important;
        width: 1200px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #6CD9FF;
        padding: 10px 25px;
        border-radius: 24px;
        font-family: 'Lato', 'Segoe UI', sans-serif;
        transition: all 0.3s ease;
        box-sizing: border-box;
        right: 0;
        left: 0;
        margin: auto !important;
    }

    .contenedor-paso {
        width: 1200px;
        margin: auto;
    }

    .modal-dialog {
        max-width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1500px) {

    .buttoners2.position-absolute {
        margin-top: 41%;
        margin-left: -9%;
    }

    .buttoners.position-absolute {
        margin-top: 10%;
        margin-left: 11.1%;
    }
}


@keyframes blinker {
    50% {
        opacity: 0;
    }
}



/* ==========================================================================
   RESPONSIVE / AJUSTES MÓVILES
   ========================================================================== */


/* Ajuste opcional para dispositivos móviles */
@media (max-width: 768px) {

    .container-modal-exist {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: flex-start;
        align-items: center;
        justify-content: space-evenly;
    }


    .process-subtitle-main {
        color: #00a9e0;
        font-weight: 700;
        font-size: 20px;
        margin: 0 24px;
    }

    .process-title-main {
        color: #002d72;
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 0;
        margin: 0 24px;
    }

    .buttoners.position-absolute {
        margin-top: 51%;
        margin-left: 0%;
    }

    .modal-quiero-adoptar .modal-dialog {
        margin: 1rem;
    }

    .modal-quiero-adoptar .modal-content {
        border-radius: 16px !important;
    }

    .modal-quiero-adoptar .modal-header {
        padding: 1.5rem 1.5rem 0 1.5rem !important;
    }

    .modal-quiero-adoptar .modal-title {
        font-size: 1.4rem !important;
    }

    .modal-quiero-adoptar .modal-body {
        padding: 1.25rem !important;
    }

    /* En móviles la ficha técnica no necesita forzar el 100% de la altura del viewport */
    .modal-quiero-adoptar .col-md-4 .h-100 {
        height: auto !important;
        margin-top: 0.5rem;
    }

    .img-envivo {
        height: 30px;
        /* Se hace un poco más pequeña en pantallas chicas */
    }

    .left-group {
        display: flex;
        align-items: center;
        margin-left: -62%;
    }


    .header-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-left: 256%;
    }

    /* .info-banner-container {
        max-width: 500px;
         Ajustar según tu diseño 
        font-family: sans-serif;
    }*/

    .info-banner-hero {
        position: relative;
        line-height: 0;
    }

    .info-banner-hero img {
        width: 100%;
        height: auto;
        display: block;
    }

    .hero-overlay-text {
        position: absolute;
        top: 20%;
        left: 10%;
    }

    .info-banner-title1 {
        color: #000000;
        font-size: 2rem;
        margin: 0;
        line-height: 1.1;
    }

    .info-banner-title1 span {
        color: #87CEEB;
        /* Azul claro de la imagen */
    }


    .info-banner-container {
        display: flex;
        align-items: center;
        border-radius: 0px;
        margin: 12px auto;
        width: 100%;
        /* height: 333px; */
        overflow: hidden;
        position: relative;
        background-color: #F8FEFF;
        flex-direction: column;
    }

    .info-banner-container1 {
        display: flex;
        align-items: center;
        border-radius: 0px;
        margin: 0;
        width: 100%;
        /* height: 333px; */
        overflow: hidden;
        position: relative;
        background-color: #F8FEFF;
        flex-direction: column;
    }

    .info-banner-content {
        flex: 1;
        padding: 24px 24px;
        position: relative;
        z-index: 2;
    }


    .info-banner-text1 {
        color: #001A2B !important;
        font-size: 14px;
        font-weight: 400;
        max-width: 500px;
        line-height: 1.4;
    }


    .info-banner-text {
        color: #001A2B !important;
        font-size: 14px;
        font-weight: 400;
        max-width: 500px;
        line-height: 1.4;
    }

    .info-banner-list {
        list-style: disc;
        /* Mantiene los puntos redondos */
        padding-left: 20px;
        margin-top: 15px;
    }

    .info-banner-list li {
        font-size: 14px;
        color: #001A2B;
        margin-bottom: 8px;
        font-weight: 400;
    }

    .info-banner-container2 {
        display: flex;
        align-items: center;
        border-radius: 0px;
        margin: 12px auto;
        width: 100%;
        overflow: hidden;
        position: relative;
        background-color: #F8FEFF;
        flex-direction: column;
        /* Solución: Asegura que el contenedor crezca según su contenido */
        height: auto;
        min-height: min-content;
    }

    /* Solución: Ajustes específicos para la sección de la imagen */
    .info-banner-hero2 {
        width: 100%;
    }

    .info-banner-hero2 img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .info-banner-content2 {
        flex: 1;
        width: 100%;
        /* Asegura que ocupe todo el ancho disponible */
        padding: 24px 24px;
        position: relative;
        z-index: 2;
        box-sizing: border-box;
        /* Evita que el padding rompa el ancho */
    }

    /* Solución: Forzar el color oscuro en los elementos de la lista en caso de conflictos */
    .info-banner-list2 {
        list-style: disc;
        padding-left: 20px;
        margin-top: 15px;
    }

    .info-banner-list2 li {
        font-size: 14px;
        color: #001A2B !important;
        /* El !important evita que 'text-white' lo oculte */
        margin-bottom: 8px;
        font-weight: 400;
    }

    .info-banner-title2 {
        color: #001A2B !important;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        font-family: 'Nunito', sans-serif;
    }



    .kilo-title {
        color: #003967;
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 700;
        line-height: 56px;
        margin: 0 24px 0 24px;
    }

    .kilo-subtitle {
        color: #131415;
        font-size: 14px;
        margin-bottom: 40px;
        font-weight: 400;
        line-height: 28px;
        margin: 0 24px 24px;
    }

    .product-card {
        background-color: #ffffff;
        border: 1px solid #BABCBF;
        border-radius: 24px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        transition: transform 0.2s ease;
        height: 367px;
        width: 70%;
        box-sizing: border-box;
        margin-bottom: 15px;
        margin: auto;
    }

    .kilo-products-carousel {
        position: relative;
        padding: 0 40px;
        /* Deja espacio a los lados para que quepan las flechas */
    }

    /* Contenedor general de las flechas de Owl Carousel */
    .kilo-products-carousel .owl-nav {
        display: block !important;
        /* Fuerza a que se muestren en móvil */
    }

    /* Estilo base para cada flecha (Izquierda y Derecha) */
    .kilo-products-carousel .owl-nav .owl-prev,
    .kilo-products-carousel .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        /* Centra verticalmente respecto al slider */
        width: 24px;
        height: 24px;
        background-color: #FFFFFF !important;
        /* Cambia esto por tu color primario (azul de Gabrica) */
        color: #54565A !important;
        /* Icono blanco */
        border-radius: 50% !important;
        /* Las hace redondas */
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 36px !important;
        margin: 0 !important;
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    /* Efecto feedback al presionarlas */
    .kilo-products-carousel .owl-nav .owl-prev:active,
    .kilo-products-carousel .owl-nav .owl-next:active {
        background-color: #FFC845 !important;
        /* Color amarillo de acento al pulsar */
        color: #1A1A1A !important;
    }

    /* Posición exacta de la flecha Izquierda */
    .kilo-products-carousel .owl-nav .owl-prev {
        left: 12px;
    }

    /* Posición exacta de la flecha Derecha */
    .kilo-products-carousel .owl-nav .owl-next {
        right: 12px;
    }

    .btn-petmundial {
        color: #003967 !important;
        font-size: 14px !important;
        position: relative;
        overflow: hidden;
        height: 49px;
        border: 2px solid #003967 !important;
        padding: 12px 16px !important;
    }

    .contenedor-paso {
        width: 360px;
        margin: auto;
    }

    .kilo-section {
        padding: 0px 0;
        font-family: 'Nunito', sans-serif;
    }

    /* Contenedores del Menú Móvil */
    .custom-dropdown-btn {
        background-color: #e0f2fe;
        color: #0369a1;
        border: 4px solid #075985;
        border-radius: 25px;
        padding: 10px 20px;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .custom-filter-box {
        background-color: #e0f2fe;
        border: 5px solid #075985;
        border-radius: 28px;
        padding: 20px;
        color: #0369a1;
    }

    .filter-title-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .filter-subtitle {
        font-size: 0.9rem;
        color: #64748b;
        margin-bottom: 12px;
    }

    .text-muted-custom {
        color: #94a3b8 !important;
    }

    .btn-filtrar {
        background-color: #ffffff;
        color: #64748b;
        border: 1px solid #cbd5e1;
        border-radius: 20px;
        width: 100%;
        padding: 8px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 15px;
    }

    .custom-dropdown-btn {
        background-color: #DCECF9;
        color: #002d57;
        /* Tu variable navy */
        border: 8px solid #003967;
        border-radius: 50px;
        padding: 12px 24px;
        font-weight: 700;
        font-size: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    }

    .custom-dropdown-btn:hover {
        border-color: #72d1f4;
        /* Tu variable sky */
    }

    /* Contenedor de la caja de filtros colapsable */
    .custom-filter-box {
        background-color: #DCECF9;
        border: 8px solid #003967;
        border-radius: 20px;
        padding: 20px;
        margin-top: 10px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        display: none;
        /* Controlado dinámicamente por JS */
        animation: slideDownIn 0.3s ease forwards;
    }

    /* Cabecera del filtro */
    .filter-title-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 800;
        color: #002d57;
        font-size: 1.1rem;
        border-bottom: 2px solid #f0f2f5;
        padding-bottom: 10px;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .filter-subtitle {
        font-weight: 700;
        color: #54565A;
        font-size: 0.9rem;
        text-transform: uppercase;
        margin-bottom: 12px;
        letter-spacing: 0.05em;
    }

    /* Estilos personalizados para los Checkboxes móviles */
    .custom-filter-box .form-check {
        padding-left: 1.8em;
        margin-bottom: 10px;
    }

    .custom-filter-box .form-check-input {
        width: 1.2em;
        height: 1.2em;
        margin-left: -1.8em;
        cursor: pointer;
    }

    .custom-filter-box .form-check-input:checked {
        background-color: #002d57;
        border-color: #002d57;
    }

    .custom-filter-box .form-check-label {
        font-size: 14px;
        cursor: pointer;
        transition: color 0.2s ease;
    }

    /* Clase para textos muted customizados según tu HTML */
    .text-muted-custom {
        color: #6c757d;
        font-weight: 500;
    }

    /* Botón aplicar filtro móvil */
    .btn-filtrar2 {
        background-color: #002d57 !important;
        color: #ffffff !important;
        font-weight: 700;
        width: 100%;
        padding: 10px;
        border-radius: 50px;
        border: none;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: background-color 0.2s ease;
    }

    .btn-filtrar2:hover {
        background-color: #001f3f;
    }

    .btn-filtrar2 i {
        color: #ffffff !important;
        /* Forza icono blanco en móvil */
    }

    /* Animación de despliegue */
    @keyframes slideDownIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .container-jugadores {
        width: 95%;
        margin: auto;
        border: 1px solid #EAEAEB;
        color: #FAFAFA;
        border-radius: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .container-jugadores-total {
        width: 95%;
        margin: auto;
        border: 1px solid #EAEAEB;
        color: #FAFAFA;
        border-radius: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .perro-card {
        background: #ffffff;
        border: 1px solid #BABCBF;
        border-radius: 20px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
        height: 100%;
        width: 312px;
        /* min-height: 312px !important; */
        transition: transform 0.2s ease;

    }


    #contenedor-perros {
        width: 100%;
        margin: 0 auto;
    }

    /* Adaptación fluida de la tarjeta única */
    .perro-card {
        width: 100% !important;
        max-width: 320px;
        /* Evita que crezca infinitamente, pero se adapta al celular */
        margin: 0 auto 15px auto !important;
    }

    /* Asegurar que los controles de paginación queden cómodos y centrados */
    .web-pagination-container {
        padding: 15px !important;
        margin-top: 1.5rem !important;
    }

    .custom-menu-mobile {
        transition: all 0.3s ease-in-out;
    }

    .gabrica-header {
        position: fixed !important;
        top: 20px !important;
        left: auto !important;
        transform: none !important;
        z-index: 10000 !important;
        width: 84.2% !important;
        height: 66px !important;
        /* margin: 20px auto !important;¡Este centra milimétricamente el bloque de 312px automáticamente! */
        margin: 0% 8% auto !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        padding-left: 24px !important;
        padding-right: 16px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 24px !important;
        background-color: #6CD9FF !important;
        border-radius: 24px !important;
        box-sizing: border-box !important;
    }



    .header-mobile-container {
        position: static !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .left-group,
    .header-actions {
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    .left-group,
    .header-actions {
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    /* ========================================================
       2. LA PARTE BLANCA (Medidas exactas Figma)
       ======================================================== */
    .custom-menu-mobile {
        position: absolute !important;
        top: calc(100% + 8px) !important;
        /* Luz perfecta debajo del azul */
        left: 49% !important;
        transform: translateX(-50%) !important;
        /* Centrado perfecto con respecto al header */

        /* Dimensiones rígidas del prototipo */
        width: 100% !important;
        height: 176px !important;

        /* Espaciados e Inyecciones Figma */
        padding-top: 16px !important;
        /* Semantic/Spacing/Component/x16 */
        padding-bottom: 16px !important;
        /* Semantic/Spacing/Component/x16 */
        padding-left: 0px !important;
        /* Primary/Scale/x0 */
        padding-right: 0px !important;
        /* Primary/Scale/x0 */

        /* Estilos de la Tarjeta */
        background-color: #FFFFFF !important;
        border-radius: 24px !important;
        /* Semantic/Border/Radius/large */
        border: 1px solid #f0f0f0 !important;
        /* border-width: 1px */
        box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.06) !important;
        z-index: 9999 !important;
        box-sizing: border-box !important;
    }

    /* Estructura limpia de la lista interna */
    .custom-menu-mobile ul {
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        /* Reparte los 4 elementos simétricamente */
    }

    .custom-menu-mobile .item-li-mobile {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        list-style: none !important;
    }

    /* Enlaces internos del Menú Móvil */
    .custom-menu-mobile .item-link-mobile {
        display: block !important;
        width: 100% !important;
        padding: 8px 24px !important;
        /* 24px a la izquierda para alinearse con el logo */
        color: #555555 !important;
        font-family: 'Lato', 'Segoe UI', sans-serif;
        font-size: 14px !important;
        font-weight: 400 !important;
        text-decoration: none !important;
        text-align: left !important;
        transition: background-color 0.2s ease;
        box-sizing: border-box !important;
    }

    /* Efecto hover/touch opcional */
    .custom-menu-mobile .item-link-mobile:hover {
        background-color: #f9f9f9 !important;
    }


    .info-banner-container1 {
        width: 100% !important;
        height: auto !important;
        min-height: min-content !important;
        overflow: visible !important;
        display: block !important;
        padding-bottom: 40px !important;
    }

    .info-banner-container2 {
        width: 100% !important;
        height: auto !important;
        min-height: min-content !important;
        overflow: visible !important;
        display: block !important;
        padding-bottom: 40px !important;
    }

    .info-banner-container3 {
        width: 100% !important;
        height: auto !important;
        min-height: min-content !important;
        overflow: visible !important;
        display: block !important;
    }

    .info-banner-hero {
        width: 100% !important;
        height: auto !important;
    }

    .info-banner-hero img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        object-fit: cover !important;
    }

    .info-banner-content {
        width: 100% !important;
        height: auto !important;
        /* Permite que la caja de texto crezca de forma natural */
        overflow: visible !important;
        /* Evita que las viñetas <li> sean mochadas */
        padding: 20px 24px !important;
        /* Margen interno para que respire el texto */
    }

    .info-banner-list {
        margin: 0 !important;
        padding-left: 20px !important;
        /* Espacio para que los puntos o viñetas no se salgan de la pantalla */
        list-style-type: disc !important;
        /* Fuerza a que se vean los puntitos si Bootstrap los ocultó */
    }

    .info-banner-list li {
        margin-bottom: 10px !important;
        /* Separación saludable entre cada elemento de la lista */
        color: #333333 !important;
        /* Asegúrate de que el color contraste (en tu HTML pusiste text-white, valida si el fondo es oscuro) */
    }

    .nav-vivo-container {
        position: relative;
        display: inline-block;
        width: 78.9%;
        height: 53px;
        flex-shrink: 0;
        margin: 10px 24px;
    }

    .nav-vivo-img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: fill;
    }

    .nav-vivo-texto {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #000000;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.5px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .dot-blink-mini {
        width: 20px;
        height: 20px;
        background-color: #00C26B;
        border-radius: 50%;
        display: inline-block;
        animation: blinker 1.5s linear infinite;
    }

    .modal-dialog {
        max-width: 95% !important;
        margin: auto;
    }

    .container-modal-video {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        margin: 0 !important;
    }

    /* Columna 1: Contiene el Nombre y el Video (Se queda fija arriba) */
    .container-modal-video .col-12:first-child {
        width: 100% !important;
        padding: 0 !important;
        margin: auto;
    }

    /* Columna 2: Contiene la Historia, Características y Partido */
    /* Aquí aplicamos tu scroll independiente para que no moche contenido */
    .container-modal-video .col-12:last-child {
        width: 100% !important;
        max-height: 35vh !important;
        /* Limita la altura de la zona de texto */
        overflow-y: auto !important;
        /* Activa el scroll vertical solo aquí */
        padding: 10px 4px !important;
        /* Respiro visual interno */
    }

    /* Personalización estilizada de la barra de scroll móvil */
    .container-modal-video .col-12:last-child::-webkit-scrollbar {
        width: 5px !important;
    }

    .container-modal-video .col-12:last-child::-webkit-scrollbar-track {
        background: #f1f1f1 !important;
        border-radius: 10px !important;
    }

    .container-modal-video .col-12:last-child::-webkit-scrollbar-thumb {
        background: #6CD9FF !important;
        /* Color celeste institucional */
        border-radius: 10px !important;
    }

    .modal-body {
        overflow-x: hidden !important;
        width: 100% !important;
    }

    .container-modal-video {
        width: 100% !important;
        overflow-x: hidden !important;
        margin: 0 !important;
    }

    /* 2. Corregir el bloque del partido y patrocinio para que no sumen anchos fantasmas */
    .partido-box-modal,
    .patrocinio-banner-modal {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 3. Limpiar los márgenes negativos de las filas internas de Bootstrap que causan desborde */
    .container-modal-video .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }


    /* Forzar a que el footer del modal empuje el botón al fondo de la tarjeta */
    .modal-footer {
        padding-top: 12px !important;
        border-top: 1px solid #f0f0f0 !important;
    }

    .btn-adoptar-perro-modal {
        border: 1.5px solid #003967 !important;
        color: #003967 !important;
        text-decoration: none !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        padding: 10px 0 !important;
        border-radius: 30px !important;
        text-align: center !important;
        display: block !important;
        transition: all 0.2s ease !important;
        width: 40%;
    }

    .btn-close {
        margin: 9px !important;
    }

    .tarjeta-paginada {
        display: none !important;
    }

    /* Forzamos a que ÚNICAMENTE la primera tarjeta (posición 0) permanezca visible */
    .tarjeta-pos-0 {
        display: block !important;
    }

    .info-banner-container {
        display: flex;
        /* Solo se activa de tablet/escritorio en adelante */
    }

    .info-banner-container1 {
        display: flex;
        /* Solo se activa de tablet/escritorio en adelante */
    }

    .info-banner-title1 {
        color: #000000 !important;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        font-family: 'Nunito', sans-serif;
    }

    .btn-regresar-custom {
        color: #003967 !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        padding: 10px 24px !important;
        border-radius: 8px !important;
        transition: all 0.25s ease-in-out !important;
        margin: 0 10px 0 0 !important;
    }

    .modal-title-custom {
        font-family: 'Nunito', sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 36px;
        color: #000000;
        margin-bottom: 1.5rem;
    }

    .btn-adoptar-perro1 {
        border: 1.5px solid #003967 !important;
        color: #003967 !important;
        text-decoration: none !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        padding: 10px 0 !important;
        border-radius: 30px !important;
        text-align: center !important;
        display: block !important;
        transition: all 0.2s ease !important;
        margin-bottom: 20px !important;
        width: 40%;
    }

    .btn-adoptar-perro {
        border: 1.5px solid #003967 !important;
        color: #003967 !important;
        text-decoration: none !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        padding: 10px 0 !important;
        border-radius: 30px !important;
        text-align: center !important;
        display: block !important;
        transition: all 0.2s ease !important;
        margin: 0 0 12px !important;
    }

    .btn-adoptar-perro:hover {
        background-color: #003967 !important;
        color: #ffffff !important;
    }

    .flecha-derecha:hover {
        background-color: #003967 !important;
        color: #ffffff !important;
    }

    .btn-petmundial:hover {
        background-color: #003967 !important;
        color: #ffffff !important;
    }

    .btn-adoptar-perro1:hover {
        background-color: #003967 !important;
        color: #ffffff !important;
    }

    .botones-modales {
        display: flex !important;
        flex-direction: column;
    }


    .text-secondary {
        --bs-text-opacity: 1;
        color: initial !important;
    }







}