.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;
  }
}

.hero-area.style-one .hero-slide-item .hero-content p {
  
}

@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-navbar {
    flex-direction: row;
    text-align: center;
    margin-right: 10px !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: 586px;
  min-height: 586px;
}

.beneficios-slider .hero-area.style-one .hero-slide-item .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  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 {
    height: 450px;
    min-height: 450px;
  }
  .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 {
    height: 350px;
    min-height: 350px;
  }
  .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;
}

@media only screen and (max-width: 767px) {
	
  .beneficios-slider .hero-area.style-one .hero-slide-item {
    height: 250px;
    min-height: 250px;
  }
  .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;
  }
 
}

.ptb-12 {	 
  padding-top: 12px;
  padding-bottom: 12px;
} 

.section-title {
  font-size: 2rem;
}
