@charset "utf-8";

 /* Custom Styles for smooth details */
 .glass-card {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
 border: 1px solid rgba(255, 255, 255, 0.3);
}
.fade-in-up {
 animation: fadeInUp 0.8s ease-out;
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.celu2{ background-image: url("img/doctora.jpg");
	 background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;}	
.heroback {
background: linear-gradient(rgba(0, 123, 255, 0.0), rgba(0, 123, 255, 0.0)),
url('../img/endoscopia-back3.jpg') center/cover no-repeat;
color: #fff;
padding: 80px 0;
}		
.fondoform {
background: linear-gradient(rgba(0, 123, 255, 0.0), rgba(0, 123, 255, 0.0)),
url('../img/fondo-form.jpg') center/cover no-repeat;
color: #fff;
padding: 80px 0;
}
.fw-semibold {font-weight: 600 !important;}
.small, small {font-size: .875em;}
.card { border:0; border-radius:22px; background-color: #149AD7; color:#fff }
.icon-circle { width:60px; height:60px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:#fff; color:#149AD7; font-size:1.8rem; }
.bg-white95 { background-color: rgb(255 255 255 / 0.85);}
@media screen and (max-width: 1023px) {
.heroback {
background: linear-gradient(rgba(12, 23, 42, 0.8), rgba(20, 154, 215, 0.5)),
url('../img/endoscopia-back3.jpg') center/cover no-repeat;
color: #fff;
padding: 80px 0;}}

.g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -95px 0px 0 25px !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

/* VARIABLES DE COLOR */
:root {
    --rojo-urgencia: #ec3233;
    --azul-menu: #044083;
}
/* =========================================
   ESTILOS MOBILE FIRST (Por defecto)
========================================= */


/* Menú Inferior Sticky */
.menu-mobile-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--azul-menu);
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding: 10px 0 8px 0;
    z-index: 9999;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.15);
    font-family: inherit;
}

.menu-mobile-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    width: 25%;
    transition: opacity 0.3s ease;
}

.menu-mobile-item:hover,
.menu-mobile-item:focus {
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
}

.menu-mobile-item i {
    font-size: 22px;
    margin-bottom: 4px;
}

/* Ítem Central Destacado en Mobile */
.item-central-destacado {
    position: relative;
    /* Añadimos un poco de altura base para asegurar que el contenido interno se distribuya bien */
    height: 40px; 
}

.circulo-rojo-urgencia {
    position: absolute;
    bottom: 5px; /* CORRECCIÓN: Valor positivo para que no se corte por debajo de la pantalla */
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--rojo-urgencia);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    color: #ffffff;
}

.circulo-rojo-urgencia i {
    font-size: 22px;
    margin-bottom: 2px;
}

.circulo-rojo-urgencia span {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
}


/* =========================================
   MEDIA QUERIES (Desktop - Desde 768px)
========================================= */
@media (min-width: 768px) {
    /* Ocultar menú mobile en resoluciones mayores */
    .menu-mobile-sticky {
        display: none;
    }
}

@media (max-width: 500px) {
    /* Ocultar menú mobile en resoluciones mayores */
    .trabajo {
        display: block!important;
		width:50%!important;
		border-radius:0px;
		
    }   

 } 