.contact-card-wrap.style-one .contact-card::after {
  right: 0px;
}

.contact-card-wrap.style-two .contact-card:hover .contact-icon {
  background-color: var(--primaryColor) !important;
}

.logo img {
	  max-width: 100%;
	}
	
@media only screen and (max-width: 1366px) {
.logo img {
	  max-width: 230px;
	}
}

.doctor-card.style-quienes{
	height: 9vw;
}
.doctor-card.style-quienes {
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0, 13, 68, 0.1);
}
.doctor-card.style-quienes .doctor-img .social-profile {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.doctor-card.style-quienes .doctor-img .social-profile li {
  margin-right: 5px;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.doctor-card.style-quienes .doctor-img .social-profile li:nth-child(2) {
  transition-delay: 0.2s;
}
.doctor-card.style-quienes .doctor-img .social-profile li:nth-child(3) {
  transition-delay: 0.3s;
}
.doctor-card.style-quienes .doctor-img .social-profile li:nth-child(4) {
  transition-delay: 0.4s;
}
.doctor-card.style-quienes .doctor-img .social-profile li:nth-child(5) {
  transition-delay: 0.5s;
}
.doctor-card.style-quienes .doctor-img .social-profile li:last-child {
  margin-right: 0;
}
.doctor-card.style-quienes .doctor-img .social-profile li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--titleColor);
}
.doctor-card.style-quienes .doctor-img .social-profile li a i {
  color: var(--whiteColor);
}
.doctor-card.style-quienes .doctor-img .social-profile li a:hover {
  background-color: var(--secondaryColor);
}
.doctor-card.style-quienes .doctor-img:hover .social-profile li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.doctor-card.style-quienes .doctor-info {
  padding: 0 10px 9px;
}

.doctor-card.style-quienes {
  display: flex;
  align-items: center; /* Centra verticalmente */
  justify-content: center; /* Opcional, centra horizontalmente */
  flex-direction: column; /* Asegura que el contenido se apile en columna */
}
.doctor-info {
  margin: auto;
}


.w-10{
	width:10%;
}

#tabla-prestadores tr {
	line-height: 1.1rem;
}

/* Estilos para redes sociales en la barra superior */
.navbar-top .social-profile {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.navbar-top .social-profile li {
  display: inline-block;
  margin-right: 5px;
}

.navbar-top .social-profile li:last-child {
  margin-right: 0;
}

.navbar-top .social-profile.style-two li a {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2); /* Similar al footer */
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.navbar-top .social-profile.style-two li a i {
  color: white; /* Hace que el ícono sea blanco en el top bar */
}

.navbar-top .social-profile.style-two li a:hover {
  background-color: var(--secondaryColor);
  border-color: transparent;
}

.navbar-area.style-one {
  border-top: 0;
}

@media only screen and (max-width: 767px) {
  .hero-area.style-one .hero-slide-item {
    padding: 50px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area.style-one .hero-slide-item .hero-content h1 {
    font-size: 28px;
    line-height: 5px;
	width: 56vw;
  }
}

@media only screen and (max-width: 767px) {
	.hero-area.style-one .hero-slide-item .hero-content p {
		 /*max-width:200px;
		 word-wrap: break-word;*/
		 font-size:12px;
		 margin-top: 22px;
	}
	
	.wsp{
		width:32px;
	}
}

	

/* .text-title {
	text-shadow: 1px 1px #FFFFFF;
} */

.slider-btn.style-two .prev-btn, .slider-btn.style-two .next-btn {
  background-color: inherit;
}

/* NAVBAR TOP */
.contact-card-wrap-navbar {
  height: auto;
  padding: 8px 0;
}

.contact-card-navbar {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.contact-icon-navbar {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon-navbar img {
  width: 14px;
  height: 14px;
}

.contact-info-navbar {
  font-size: 12px;
  line-height: 1.2;
}

.contact-info-navbar small {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px !important;
}

.hover-text-secondary:hover {
  color: #6c757d !important;
}

@media (max-width: 1199.98px) {
  .contact-card-navbar {
    margin-right: 8px !important;
  }
  .contact-icon-navbar {
    width: 24px;
    height: 24px;
    margin-right: 6px !important;
  }
  .contact-icon-navbar img {
    width: 12px;
    height: 12px;
  }
  .fs-12 {
    font-size: 11px !important;
  }
  .contact-info-navbar small {
    font-size: 9px;
  }
}

@media (max-width: 575.98px) {
  .contact-card-wrap-navbar {
    justify-content: space-between !important;
  }
  .contact-card-navbar {
    flex-direction: row;
    text-align: center;
    margin-right: 10px !important;
  }
  .contact-card-navbar:last-child {
    margin-right: 0 !important;
  }
  .contact-icon-navbar {
    width: 15px;
    height: 15px;
    margin-right: 3px !important;
  }
  .contact-icon-navbar img {
    width: 11px;
    height: 11px;
  }
  .contact-info-navbar {
    text-align: left !important;
  }
  .contact-info-navbar small {
    font-size: 8px;
  }
  .fs-12 {
    font-size: 9px !important;
  }
}
.navbar-top {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .navbar-area {
    padding: 0;
    margin-bottom: 10px;
  }
  .navbar-top {
	  padding: 0;
	  margin-bottom: 10px;
	}
}
@media only screen and (min-width: 1000px) {
	.menu > ul > li > a {
	  padding: 30.5px 0;
	}
}

/* FIN NAVBAR TOP */

/* Ocultar enlace padre duplicado en escritorio, mostrar solo en móvil */
.menu-subs .parent-link-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .menu.active .menu-subs .parent-link-mobile {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
	.doctor-card.style-quienes {
	  height: 27vw;
	}
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 90vw;
  }
}

/* Estilos específicos para el slider de beneficios */
.beneficios-slider .hero-area.style-one .hero-slide-item {
  padding: 0;
  border-radius: 0;
  height: auto;
  min-height: auto;
  aspect-ratio: 1920 / 586;
  position: relative;
}

.beneficios-slider .hero-area.style-one .hero-slide-item .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  animation: none;
  transition: none;
  z-index: 0;
}

.beneficios-slider .hero-area.style-one .hero-slide-item .hero-content {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  width: 100%;
  max-width: 100%;
}

.wh-area.style-one .wh-img-wrap {
	height: 98%;
  }
  
.bg-f {
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1366px) {
  .beneficios-slider .hero-area.style-one .hero-slide-item .hero-content {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .beneficios-slider .hero-area.style-one .hero-slide-item .hero-content {
    padding-top: 60px;
  }
  
  .wh-area.style-one .wh-img-wrap {
	height: 64%;
	
  }
}

/* Estilos para links de tarjetas de beneficios */
.beneficio-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  cursor: pointer;
}

.beneficio-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.beneficio-card-link .doctor-card {
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.beneficio-card-link:hover .doctor-card {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 13, 68, 0.15);
  cursor: pointer;
}

.section-title {
  font-size: 1.9rem;
}

.hero-area.style-one .hero-slide-item .hero-bg::after {
	  background-image: none;
	}



@media only screen and (max-width: 767px) {
	
  .beneficios-slider .hero-area.style-one .hero-slide-item .hero-content {
    padding-top: 40px;
  }
  
  .hero-area.style-one .hero-slide-item .hero-content h1 {
    font-size: 28px;
    line-height: 1;
  }
  
  .hero-area.style-one .hero-slide-item .hero-content p {
    line-height: 21px;
  }
  
  .hero-area.style-one .hero-slide-item {
    padding: 40px 0 40px;
  }

  .counter-card-wrap.mb-5 {
    margin-bottom: 1rem !important;
  }

  .section-title {
    font-size: 1.7rem;
  }
  
  /* Overlay solo para el slider del home */
  .home-slider .hero-slide-item .hero-bg::after {
	  background-image: url(../img/hero/hero-overlay.png) !important;
	}

  /* Sin overlay para el slider de beneficios */
  .beneficios-slider .hero-slide-item .hero-bg::after {
	  background-image: none !important;
	  content: none !important;
	}
	
 
}

.ptb-12 {	 
  padding-top: 12px;
  padding-bottom: 12px;
} 



/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.whatsapp-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.whatsapp-button {
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
}

.whatsapp-button img {
  width: 35px;
  height: 35px;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
}

.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  background-color: #fff;
  color: #333;
  padding: 12px 20px;
  border-radius: 20px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.whatsapp-link:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}




@media only screen and (max-width: 767px) {
  .whatsapp-tooltip {
    display: none;
  }

  .whatsapp-float {
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-button {
    width: 55px;
    height: 55px;
  }

  .whatsapp-button img {
    width: 30px;
    height: 30px;
  }
  #div-contadores .pb-120{
	  padding-bottom: 30px;
  }
  
  #div-contadores {
	  margin-bottom:1rem;
  }
  .mb-55{
	  margin-bottom:25px;
  }
  
  .hero-area.style-one .hero-slide-item {
		padding: 0;
	}
	
	
	

}

.hero-area.style-one .hero-slide-item .hero-content p {
	margin-bottom: 0;
}

.bg-f {
  background-color: #fff;
}

/* Home slider: height proportional to banner aspect ratio 1920×574 */
.hero-area.style-one.home-slider .hero-slide-item {
    padding: 0 !important;
    min-height: 0 !important;
    aspect-ratio: 1920 / 574;
}

.hero-area.style-one.home-slider .hero-slide-item .hero-bg {
    background-size: cover !important;
    background-position: center center !important;
}

/* Center text vertically over the banner */
.hero-area.style-one.home-slider .hero-slide-item .container.style-one {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-area.style-one.home-slider .hero-slide-item .container.style-one > .row {
    width: 100%;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .hero-area.style-one.home-slider .hero-slide-item {
        aspect-ratio: unset !important;
        min-height: 320px !important;
    }
    .hero-area.style-one.home-slider .hero-slide-item .hero-bg {
        background-size: cover !important;
        background-position: center center !important;
        background-attachment: scroll !important;
    }
}

.hero-area.style-one {
	margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area.style-one .hero-slide-item .hero-content p {
		max-width: 80%;
	}
}