@charset "UTF-8";
/* CSS Document */

/*
Theme Name: gmi2026
Description: Tema privado desarrollado desde cero exclusivamente para la web de nuestro cliente , prohibida su copia o reproducción.
Author URI:  https://www.gotoaction.es
Author:  GoTo Action
Version: 1.0
*/


@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
    transform: transform;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
      transform: translateY(0);
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
      transform: translateY(1rem);
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* --- Efecto de línea expansiva en el menú principal --- */

.header_main .nav-link {
    position: relative;
    padding-bottom: 5px; /* Espacio para la línea */
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: .1rem;
    
}

/* Creamos la línea con un pseudoelemento ::after */
.header_main .nav-link::after {
    content: '';
    position: absolute;
    width: 0; /* Empieza con ancho cero */
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0069ae; /* O pon tu color corporativo, ej: #007bff */
    transition: width 0.3s ease-in-out;
}

.nav-link:hover{
    color:#0069ae;
   
}

.header_main .nav-link.dropdown-toggle::after{
    background-color: transparent;
}

/* Al pasar el ratón (hover), la línea crece al 100% */
.header_main .nav-link:hover::after {
    width: 100%;
}

/* Para que la página activa también tenga la línea fija (opcional) */
.header_main .nav-item.current-menu-item .nav-link::after {
    width: 100%;
}

.header-fixed{		
	width: 100%;
	-webkit-transition: all ease 500ms;
  	-moz-transition: all ease 500ms;
 	transition: all ease 500ms;
	position: fixed;
	z-index: 9999;
	top: 0;
	
}

.bg-gray{ background-color: #ccc;}
.bg-gray-strong{background-color: #909090;}
.bg-gray-800{background-color: #495057;}

/* Ajuste para que los elementos del submenú NO tengan este efecto (si no quieres) */
.dropdown-menu .nav-link::after {
    display: none;
}



header .dropdown-menu
{
	margin:  0px;
	min-width: 250px;
	background-color: #fff !important;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	transition: all 500ms;
	border-radius: 0;
	z-index: 999999;
     box-shadow: -10px 10px 0px 0px #f2f2f2;
	
}

header .dropdown-menu{
    margin: 0;
    padding: 0;
}

header .dropdown-menu .menu-item-has-children .dropdown-menu{
    display: none;
}



/* Aseguramos que el submenú se oculte normalmente */
.nav-item .dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Despliegue por ratón (:hover) Y por teclado (:focus-within) */
.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu,
.dropdown-menu .menu-item-has-children:hover .dropdown-menu{
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu .dropend {
        position: relative;
    }

    /* Posicionamos el submenú a la derecha y arriba */
    .dropdown-menu .dropend .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px; /* Ajuste fino de alineación */
        margin-left: 0;
    }
    
    /* Flechita del dropend (indicador de que hay más) */
    .dropdown-toggle::after {
        vertical-align: middle;
    }
    
    .dropend .dropdown-toggle::after {
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
        margin-left: 0.5rem;
    }





#modal_top_movil .modal-content{
    border-radius: 0;
    background-color: #fff;
    height: 100%;
}


#modal_top_movil  .modal-dialog{
    max-width: 90%;
    width: 90%;
    margin: 0;
   
    height: 100%;
    transform: translate(0); transition: transform .2s;
}

	

.modal .modal-dialog-aside ul{
	list-style: none;
	
}

.modal .modal-dialog-aside li a,
.modal .modal-dialog-aside li a:hover{
	color:#292929;
    
}

.modal .modal-dialog-aside li{
    
    font-weight: 300;
    
    padding: 1rem 0;
    
}


#modal_top_movil.modal .modal-dialog-aside .modal-content{  height: 100%; border:0; border-radius: 0;}
#modal_top_movil.modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
#modal_top_movil.modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
#modal_top_movil.modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }

#modal_top_movil.modal.show .modal-dialog-aside{ transform: translateX(0);  }


.menu-movil .position-absolute{
    right: 10px;
    top:10px;
    z-index: 333;
}
#accordionmovil .accordion-item{
    border-top: none;
    border-left:none;
    border-right:none;
    border-bottom : 1px solid rgba(0,0,0, .125);
}

.accordion-button:not(.collapsed)::after{
    background: none !important;
}
.accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    color:#292929;
}


.search-404 .form-control:focus {
    box-shadow: 0 0 0 0.25 margin rgba(var(--bs-primary-rgb), 0.25);
    border-color: var(--bs-primary);
}


/* --- CONFIGURACIÓN GENERAL --- */
#homeCarousel {
    height: 60vh;
    min-height: 450px;
    background-color: #fff; /* Fondo base blanco */
}

#homeCarousel .carousel-item {
    height: 60vh;
    min-height: 450px;
}
#homeCarousel .carousel-item img {
    object-fit: cover;
    height: 100%;
    transition: opacity 0.5s ease;
}

/* --- ESTILO PARA EL PRIMER SLIDE (OSCURO) --- */
#homeCarousel .carousel-item:first-child {
    background-color: #000; /* Fondo negro solo en el primero */
}

#homeCarousel .carousel-item:first-child img {
    opacity: 0.9; /* Imagen oscurecida */
}

#homeCarousel .carousel-item:first-child .carousel-caption {
    color: #ffffff;
}

#homeCarousel .carousel-item:first-child .carousel-caption p {
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

/* --- ESTILO PARA EL RESTO DE SLIDES (CLARO) --- */
#homeCarousel .carousel-item:not(:first-child) {
    background-color: #ffffff; 
}

#homeCarousel .carousel-item:not(:first-child) img {
    opacity: 0.85; /* Un poco menos de opacidad para que se vea la clínica clara */
    /* Si prefieres que se vea la foto perfecta sin velo blanco, pon opacity: 1 */
}

#homeCarousel .carousel-item:not(:first-child) .carousel-caption {
    color: #4f4f4f; /* Texto gris oscuro/negro */
    text-shadow: 2px 2px 2px #fff;
}
#homeCarousel .carousel-item:not(:first-child) .carousel-caption .btn{
    text-shadow: 0 0 0 transparent;
}

.carousel-caption {
    text-align: left;
    left: 4%;
    right: 4%;
    bottom: 15%;
}

/* Estilo para el contenido que viene del editor (the_content) */
.carousel-caption div p {
    line-height: 1.6;
    max-width: 600px;
    margin-bottom: 2rem;
}

/*
#homeCarousel .carousel-item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 50%; height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
    z-index: 111111;
}
*/

/* Ajuste de los indicadores para que se vean en ambos fondos */
.carousel-indicators [data-bs-target] {
    background-color: #0069ae;
    border: 1px solid #fff;
}

.btn-gmi {
    /*background-color: #00AEEF; /* Azul GMI (o el que sea el tuyo) */
    color: #fff;
    border-radius: 0; /* Un toque más moderno/médico */
    padding: 15px 40px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    background-color: #212529;
}

.btn-gmi:hover {
    background-color: #333;
    color: #fff;
}

.contenedor-flip-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}


.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px; /* Efecto 3D */
}

.flip-card-front img{
    width: 85%;
    height: auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

/* El giro ocurre aquí */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Oculta la cara que no miras */
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  overflow: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: #4f4f4f;
    font-weight: 300;
}

.flip-card-back.Frontier{
  background-color: #af0f23;      
}

.flip-card-back.Frontier.PEAK{
  background-color: #7e2c48 !important; 
}

.flip-card-back.Phoenix{
  background-color: #6aa039;      
}

.flip-card-back.Avantgard{
  background-color: #0062a3;    
}

.flip-card-back.Avantgard.PEAK{
  background-color: #345b78 !important;    
}

.flip-card-back.Monolith{
  background-color: #66227c;
    
}

.flip-card-back {
  
  transform: rotateY(180deg); /* Ya empieza girada */
  padding: 20px;
}

.flip-card-back a{
    color:#fff;
}

.hover-box {
    position: relative;
    height: 500px; /* Ajusta la altura a tu gusto */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: white;
    cursor: pointer;
    
}

/* El fondo azul que tapa la imagen */
.hover-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 105, 174, 0.85); /* Tu azul corporativo */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.hover-box:hover .overlay {
    opacity: 1;
}

/* Contenedor del texto */
.hover-box .content {
    position: relative;
    z-index: 2;
    padding: 40px;
    text-align: center;
    transition: all 0.4s ease;
}

/* --- LAS LÍNEAS (Efecto recuadro) --- */
.hover-box .content::before,
.hover-box .content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

/* Líneas horizontales (arriba y abajo) */
.hover-box .content::before {
    top: 10px;
    left: 10px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

/* Líneas verticales (izq y der) */
.hover-box .content::after {
    top: 10px;
    left: 10px;
    border-left: 2px solid white;
    border-right: 2px solid white;
}

/* Animación al hacer Hover */
.hover-box:hover .content::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 1;
}

.hover-box:hover .content::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 1;
}

.hover-box h2 {
    margin: 0;
    font-weight: bold;
    letter-spacing: 2px;
}

.top_footer .fa-brands{
    background-color: #ccc;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    border-radius: 50%;
    transition: all 0.5s ease;
    color:#fff;
    font-size: 1.4rem;
}



.top_footer .fa-brands:hover{
    background-color: transparent;
    color: #0069ae;
}
footer{
    color: #fff;
    font-weight: 300;
}

footer ul{
    margin: 0;
    padding: 0;
}

footer li{
    list-style: none;
}

footer .bottom_footer li{
    display: inline;
    margin-right: 2rem;
}

footer li a{
    color:#fff;
}

footer li a:hover{
 color:#0069ae;
}



:root {
    --gmi-blue: #0069ae;
}

.bg-primary-light {
    background-color: rgba(0, 74, 153, 0.1);
}

.text-primary { color: var(--gmi-blue) !important; }
.bg-primary { background-color: var(--gmi-blue) !important; }

/* Animaciones suaves */
.transition-hover {
    transition: all 0.3s ease;
}

.transition-hover:hover {
    transform: translateY(-10px);
    background: white;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
}

.hover-lift {
    transition: transform 0.2s ease-in-out;
}

.hover-lift:hover {
    transform: scale(1.05);
}

/* Estilo del H1 */
h1.display-3 {
    letter-spacing: -1px;
    line-height: 1.1;
}


/*  ESPECIFICACIONES */

/*
.implante-3107 .term-especificaciones-tecnicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/Frontier/Especif-tecnicas-Frontier.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3107 .term-soluciones-protesicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/Frontier/Sol-protesicas-Frontier.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3107 .term-kit-quirurgico {
  background-image: url('https://gmidental.com/images/sistema-implantes/Frontier/Kit-quirurgico-Frontier.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3107 .term-multimedia {
  background-image: url('https://gmidental.com/images/sistema-implantes/Frontier/Multimedia-Frontier.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}

.implante-3107 .field-manual_quirurgico {
  background-image: url('https://gmidental.com/images/sistema-implantes/Frontier/Manual-quirurgico-Frontier.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3107 .field-manual_protesico {
  background-image: url('https://gmidental.com/images/sistema-implantes/Frontier/Manual-protesico-Frontier.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3107 .field-esquema_soluciones_protesicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/Frontier/Esq-sol-protesicas-Frontier.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3107 .field-ifu {
  background-image: url('https://gmidental.com/images/sistema-implantes/Frontier/IFU-Frontier.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3107 .field-catalogo {
  background-image: url('https://gmidental.com/images/sistema-implantes/Frontier/Catalogo-Frontier.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3238 .term-especificaciones-tecnicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/FrontierPeak/Especif-tecnicas-FrontierPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3238 .term-soluciones-protesicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/FrontierPeak/Soluciones-protesicas-FrontierPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3238 .term-kit-quirurgico {
  background-image: url('https://gmidental.com/images/sistema-implantes/FrontierPeak/Kit-quirurgico-FrontierPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3238 .term-multimedia {
  background-image: url('https://gmidental.com/images/sistema-implantes/FrontierPeak/Multimedia-FrontierPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}

.implante-3238 .field-manual_quirurgico {
  background-image: url('https://gmidental.com/images/sistema-implantes/FrontierPeak/Manual-Quirurgico-FrontierPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3238 .field-manual_protesico {
  background-image: url('https://gmidental.com/images/sistema-implantes/FrontierPeak/Manual-Protesico-FrontierPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3238 .field-esquema_soluciones_protesicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/FrontierPeak/Esq-sol-protesicas-FrontierPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3238 .field-ifu {
  background-image: url('https://gmidental.com/images/sistema-implantes/FrontierPeak/IFU-FrontierPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3238 .field-catalogo {
  background-image: url('https://gmidental.com/images/sistema-implantes/FrontierPeak/Catalogo-FrontierPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}

.implante-3241 .term-especificaciones-tecnicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/Phoenix/Especif-tecnicas-Phoenix.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3241 .term-soluciones-protesicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/Phoenix/Soluciones-protesicas-Phoenix.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3241 .term-kit-quirurgico {
  background-image: url('https://gmidental.com/images/sistema-implantes/Phoenix/Kit-quirurgico-Phoenix.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3241 .term-multimedia {
  background-image: url('https://gmidental.com/images/sistema-implantes/Phoenix/Multimedia-Phoenix.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}

.implante-3241 .field-manual_quirurgico {
  background-image: url('https://gmidental.com/images/sistema-implantes/Phoenix/Manual-quirurgico-Phoenix.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3241 .field-manual_protesico {
  background-image: url('https://gmidental.com/images/sistema-implantes/Phoenix/Manual-protesico-Phoenix.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3241 .field-esquema_soluciones_protesicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/Phoenix/Esquema-sol-protesicas-Phoenix.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3241 .field-ifu {
  background-image: url('https://gmidental.com/images/sistema-implantes/Phoenix/IFU-Phoenix.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3241 .field-catalogo {
  background-image: url('https://gmidental.com/images/sistema-implantes/Phoenix/Catalogo-Phoenix.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}

.implante-3244 .term-especificaciones-tecnicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/Avantgard/Especif-tecnicas-Avantgard.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3244 .term-soluciones-protesicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/Avantgard/Soluciones-Protesicas-Avantgard.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3244 .term-kit-quirurgico {
  background-image: url('https://gmidental.com/images/sistema-implantes/Avantgard/Kit-quirurgico-Avantgard.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3244 .term-multimedia {
  background-image: url('https://gmidental.com/images/sistema-implantes/Avantgard/Multimedia-Avantgard.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}

.implante-3244 .field-manual_quirurgico {
  background-image: url('https://gmidental.com/images/sistema-implantes/Avantgard/Manual-Quirurgico-Avantgard.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3244 .field-manual_protesico {
  background-image: url('https://gmidental.com/images/sistema-implantes/Avantgard/Manual-Protesico-Avantgard.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3244 .field-esquema_soluciones_protesicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/Avantgard/Esquema-sol-prot-Avantgard.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3244 .field-ifu {
  background-image: url('https://gmidental.com/images/sistema-implantes/Avantgard/IFU-Avantgard.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3244 .field-catalogo {
  background-image: url('https://gmidental.com/images/sistema-implantes/Avantgard/Catalogo-Avantgard.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}

.implante-3247 .term-especificaciones-tecnicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/AvantgardPeak/Especif-tecnicas-AvantgardPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3247 .term-soluciones-protesicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/AvantgardPeak/Soluciones-protesicas-AvantgardPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3247 .term-kit-quirurgico {
  background-image: url('https://gmidental.com/images/sistema-implantes/AvantgardPeak/Kit-quirurgico-AvantgardPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3247 .term-multimedia {
  background-image: url('https://gmidental.com/images/sistema-implantes/AvantgardPeak/Multimedia-AvantgardPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}

.implante-3247 .field-manual_quirurgico {
  background-image: url('https://gmidental.com/images/sistema-implantes/AvantgardPeak/Manual-quirurgico-AvantgardPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3247 .field-manual_protesico {
  background-image: url('https://gmidental.com/images/sistema-implantes/AvantgardPeak/Manual-protesico-AvantgardPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3247 .field-esquema_soluciones_protesicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/AvantgardPeak/Esquema-sol-protesicas-AvantgardPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3247 .field-ifu {
  background-image: url('https://gmidental.com/images/sistema-implantes/AvantgardPeak/IFU-AvantgardPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3247 .field-catalogo {
  background-image: url('https://gmidental.com/images/sistema-implantes/AvantgardPeak/Catalogo-AvantgardPEAK.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}

.implante-3251 .term-especificaciones-tecnicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/Monolith/Especif-tecnicas-Monolith.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3251 .term-soluciones-protesicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/Monolith/Soluciones-protesicas-Monolith.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3251 .term-kit-quirurgico {
  background-image: url('https://gmidental.com/images/sistema-implantes/Monolith/Kit-quirurgico-Monolith.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3251 .term-multimedia {
  background-image: url('https://gmidental.com/images/sistema-implantes/Monolith/Multimedia-Monolith.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}

.implante-3251 .field-manual_quirurgico {
  background-image: url('https://gmidental.com/images/sistema-implantes/Monolith/Manual-quirurgico-Monolith.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3251 .field-manual_protesico {
  background-image: url('https://gmidental.com/images/sistema-implantes/Monolith/Manual-protesico-Monolith.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3251 .field-esquema_soluciones_protesicas {
  background-image: url('https://gmidental.com/images/sistema-implantes/Monolith/Esquema-sol-protesicas-Monolith.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3251 .field-ifu {
  background-image: url('https://gmidental.com/images/sistema-implantes/Monolith/IFU-Monolith.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
.implante-3251 .field-catalogo {
  background-image: url('https://gmidental.com/images/sistema-implantes/Monolith/Catalogo-Monolith.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 60%;
    
}
*/

/*

@media all and (max-width:376px){
       .menu-implante .card {
    min-height: 120px;
}

}

@media all and (min-width:377px) and (max-width:576px){
    .menu-implante .card {
    min-height: 160px;
}

}

@media all and (min-width:577px) and (max-width:767px){
    .menu-implante .card {
    min-height: 160px;
}

}


@media all and (min-width:768px) and (max-width:991px){
    .menu-implante .card {
    min-height: 190px;
}

}


@media all and (min-width:992px) and (max-width:1399px){
    .menu-implante .card {
    min-height: 140px;
}

}


@media all and (min-width:1400px){
    .menu-implante .card {
    min-height: 160px;
}

}
*/

.menu-implante__item {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
}

.menu-implante__image {
  width: 100%;
  /*aspect-ratio: 4 / 3;*/
  overflow: hidden;
  border-radius: 8px;
  /*margin-bottom: 12px;*/
    
}

.menu-implante__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-implante__title {
  line-height: 1.3;
}

.menu-implante__item.is-active {
  outline: 2px solid #292929;
  outline-offset: -2px;
}

.menu-implante .card,
.menu-instrumental .card{
    transition: transform 0.2s ease-in-out;
}

.menu-implante .card p.menu-implante2__title{
    padding-top: 30px;
    
}

.menu-implante .card:hover,
.menu-instrumental .card:hover{
    transform: scale(1.05);
}



.menu-implante .card p.menu-implante__title{
padding-top: 2px;
    font-size: .8rem;
}

.menu-implante__item.is-active a {
  outline: 2px solid #3D73FF;
  outline-offset: 2px;
}

/* Contenedor principal de la navegación */
.navigation.pagination {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center; /* O left si prefieres que siga el flujo del contenido */
}

.navigation.pagination .nav-links {
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.375rem;
    gap: 5px; /* Espacio entre botones */
}

.navigation.pagination .nav-links span {
    display: inline;
}

/* Estilo base de cada número/botón */
.navigation.pagination .nav-links  span,
.navigation.pagination .nav-links a {
    display: block;
    padding: 10px 18px;
    color: #444;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

/* Hover: Cuando pasamos el ratón */
.navigation.pagination .nav-links  a:hover {
    
    background-color: #f8f9fa;
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* Estado Activo: El número en el que estamos */
.navigation.pagination .nav-links  span.current {
    background-color: var(--bs-primary); /* Tu azul corporativo */
    color: #fff;
    border-color: var(--bs-primary);
}

/* Botones Anterior/Siguiente (Opcional: más anchos) */
.navigation.pagination .nav-links  a.prev,
.navigation.pagination .nav-links  a.next {
    background-color: #f0f2f5;
}

#categories-2 ul{
    margin: 0;
    padding: 0;
}

#categories-2 li{
    list-style: none;
}

#categories-2 li a {
    text-decoration: none;
    
    color: #333;
    padding: 1rem 0;
   
    border-bottom: 1px solid #f8f9fa;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

#categories-2 li a:hover {
    background: var(--gmi-blue); /* Tu azul */
    color: white;
    border-color: var(--gmi-blue);
    
}


.blog-item {
    transition: transform 0.3s ease;
}

.blog-item:hover {
    transform: translateY(-5px);
}

.post-full-content {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
}

/* Evitar que imágenes gigantes dentro del contenido rompan el diseño */
.post-full-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Estilo para el botón de Eventos */
.btn-outline-primary {
    border-width: 2px;
    font-weight: 600;
}

.card-footer p{
    margin-bottom: 0;
}

.entry-content .df-posts{
    max-width: 1320px;
}

._df_thumb{
    width:30% !important;
    height: auto !important;
}

@media (min-width:1400px){
    ._df_thumb{
    width:27% !important;
    height: auto !important;
    padding: 0 2%;
       
}
    
}

.df-popup-thumb:hover * {
    /*transform: none !important;*/
}
.df-popup-thumb .df-book-page1,
.df-popup-thumb .df-book-page2{
   /* display:none;*/
}

.df-popup-thumb .df-book-cover,
.df-popup-thumb .df-book-wrapper{
    box-shadow: 0 0px 0px rgba(0,0,0,1) !important;
}
.df-container .df-bg{
    background-color:#f2f2f2 !important;
}

.manuales li{
    list-style: none;
     border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.5rem 1rem;
}

.manuales li::before{
    
 font-family: 'Font Awesome 6 Pro';
 font-weight: 300;
content:'\f02d';
    color: #0069ae;
    margin-right: .3rem;
}

/*
.leaflet-marker-icon {
  width: 64px !important;
  height: 64px !important;
  max-width: none !important;
  max-height: none !important;
}
*/

.leaflet-marker-pane .leaflet-marker-icon {
  margin-left: -16px !important;
  margin-top: -32px !important;
}


/* Estilo del Modal de Búsqueda */
#searchModal .modal-content {
    background: transparent;
}

#searchModal .modal-backdrop.show {
    opacity: 0.9;
    background-color: var(--bg-primary, #004a99); /* Fondo azul corporativo con opacidad */
}

.search-container-modal {
    background: #fff;
    padding: 10px;
}

/* Si usas Ajax Search Pro, ocultamos su diseño por defecto si quieres que sea minimalista */
.asp_w {
    box-shadow: none !important;
    border: none !important;
}

/* Animación de entrada */
#searchModal.fade .modal-dialog {
    transform: scale(0.8);
    transition: transform 0.3s ease-in-out;
}

#searchModal.show .modal-dialog {
    transform: scale(1);
}



#nav a[href*="register"], #nav a.wp-login-log-in {
    display: none !important;
}





@media (max-width: 767px) {
    .wpdm-download-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

#loginform label {
    min-width: 200px;
}