@charset "UTF-8";
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa Regular.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Coolv";
  src: url("../fonts/coolvetica rg.ttf") format("truetype");
}
body {
  font-family: "Nexa", sans-serif;
}

h2 {
  color: #b57575;
}

a {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

.btn-primary {
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #5b99a1;
  border-radius: 50px;
}
.btn-primary:hover {
  background-color: #3a6a8c;
}

.logo {
  width: 40%;
  height: 40%;
}

.navbar-nav .nav-link {
  white-space: nowrap;
}

.navbar-nav .nav-link.active {
  background-color: #5b99a1;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
}

.navbar-nav .nav-link.active:hover {
  background-color: #3a6a8c;
}

.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.scrolled + .content {
  margin-top: 56px;
}

#myCarousel {
  min-height: 500px;
}
#myCarousel .carousel-item {
  height: 400px;
  position: relative;
}
#myCarousel .carousel-item.active:first-child {
  background-size: cover;
  background-position: top;
  background-image: url(../img/banner1.webp);
}
#myCarousel .carousel-inner > .carousel-item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.3), rgb(255, 255, 255));
}
#myCarousel .carousel-item.active:nth-child(2) {
  background-image: url(../img/banner2.webp);
  background-size: cover;
  background-position: center;
}
#myCarousel .carousel-inner > .carousel-item:nth-child(2) .btn {
  font-size: 1.8rem;
}
#myCarousel .carousel-item.active:nth-child(3) {
  background-image: url(../img/banner3.webp);
  background-size: cover;
  background-position: center;
}
#myCarousel .logo-carrusel {
  width: 80%;
}
#myCarousel .pic2 {
  width: 50%;
}

.cards .container {
  min-height: 900px;
}
.cards .card {
  height: 450px;
  color: #e5eaed;
  justify-content: center;
  position: relative;
  border-width: 0px;
  border-radius: 20px;
}
.cards .card .card.h-100 {
  min-height: 500px;
}
.cards .card h3 {
  margin: 0;
}
.cards .card div {
  backface-visibility: hidden;
  transition: 1s;
}
.cards .card .front {
  transform: perspective(500px) rotateY(0deg);
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cards .card .front .icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 15%;
}
.cards .card .back {
  transform: perspective(500px) rotateY(180deg);
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centra todo verticalmente */
  align-items: center;
  padding: 20px;
}
.cards .card:hover .front {
  transform: perspective(500px) rotateY(180deg);
}
.cards .card:hover .back {
  transform: perspective(500px) rotateY(360deg);
}
.cards .first-card {
  background-image: url(../img/psicoterapia.webp);
  background-size: cover;
  position: relative;
}
.cards .first-card .img-fluid {
  max-width: 100%;
  height: auto;
}
.cards .first-card li {
  margin-top: 25px;
}
.cards .first-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.8);
}
.cards .second-card {
  background-image: url(../img/neuropsicologia.webp);
  background-size: cover;
  position: relative;
}
.cards .second-card .img-fluid {
  width: 100px;
}
.cards .second-card li {
  margin-top: 25px;
}
.cards .second-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.8);
}
.cards .third-card {
  background-image: url(../img/grupos.webp);
  background-size: cover;
  position: relative;
}
.cards .third-card .img-fluid {
  width: 100px;
}
.cards .third-card li {
  margin-top: 15px;
}
.cards .third-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.8);
}

.shared-background {
  background-image: url(../img/PLANTILLAS\ PPT-1.webp);
  background-size: cover;
}

.video-container {
  min-height: 480px;
}

.custom-list {
  font-size: 1.5em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.custom-list li {
  padding-left: 20px;
  margin-bottom: 20px;
}

.custom-list li::marker {
  content: "√";
  color: #3d7848;
}

.card-body {
  background-color: #e5eaed;
}

.comments .card {
  background-color: black;
}
.comments .card .card-body {
  background-color: #dca39b;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

footer {
  background-color: #98ad9e;
}
footer .fab {
  color: #e5eaed;
}

.last-footer {
  background-color: black;
  text-align: center;
}
.last-footer a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.1dvh;
}

.whatsapp-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-link img {
  width: 70px;
  height: auto;
}

/* Estilos adicionales para la página Sobre Nosotros */
.hero-section {
  background: #98ad9e;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
  margin-bottom: 50px;
}

.mission-vision {
  background-color: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}

.team-member {
  margin-bottom: 50px;
  transition: transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
}

.team-member-img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.team-member-info {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.section-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  scroll-margin-top: 6rem;
}

.section-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #0d6efd;
}

/* Estilos de la pagina de contacto */
.rounded-background {
  border-radius: 10px;
  background-color: #c9ded0;
  padding: 5px 10px;
}

iframe {
  filter: brightness(100%) contrast(100%) saturate(90%) blur(0px) hue-rotate(130deg);
}

/* Estilos de la pagina de servicios */
.tooltip-box {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #000;
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
  max-width: 480px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: left;
  z-index: 10;
  border: 1px solid #ccc;
}

.list-group-item {
  position: relative;
}

.list-group-item:hover .tooltip-box {
  display: block;
  top: 100%;
  right: 30%;
  transform: translateX(-50%);
}

.detalle-servicio {
  background-color: #f8f9fa;
  padding: 50px 0;
  scroll-margin-top: 6rem;
}

.detalle-servicio .container {
  max-width: 800px;
}

.servicios .card {
  border: none;
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.servicios .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.servicios .card .card-body {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.servicios .card .card-body p {
  flex-grow: 1;
}
.servicios .card i {
  color: white;
  background: #82a28a;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}
.servicios .card:hover i {
  background: #98ad9e;
  color: white;
  transform: scale(1.1);
}
.servicios .card h3 {
  color: #3a6a8c;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 10px;
}
.servicios .card h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #5b99a1;
}
.servicios .card .btn-primary {
  background-color: #3a6a8c;
  border-color: #3a6a8c;
  border-radius: 50px;
  padding: 8px 25px;
  font-weight: 600;
  transition: all 0.3s;
}
.servicios .card .btn-primary:hover {
  background-color: #5b99a1;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(58, 106, 140, 0.4);
}
.servicios .list-group-item {
  border: none;
  background: transparent;
  padding: 12px 0;
  position: relative;
}
.servicios .list-group-item a {
  color: #3a6a8c;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}
.servicios .list-group-item a:hover {
  color: #5b99a1;
  padding-left: 10px;
}
.servicios .list-group-item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 1px;
  background: rgba(45, 64, 89, 0.1);
}
.servicios h2 {
  color: #3a6a8c;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.servicios h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #5b99a1, #a5dff9);
  border-radius: 2px;
}

.detalle-servicio {
  padding: 80px 0;
  position: relative;
}
.detalle-servicio:nth-child(odd) {
  background-color: #f8f9fa;
}
.detalle-servicio:nth-child(even) {
  background-color: white;
}
.detalle-servicio .container {
  position: relative;
  z-index: 2;
}
.detalle-servicio h2 {
  color: #3a6a8c;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 15px;
}
.detalle-servicio h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #5b99a1, #a5dff9);
  border-radius: 2px;
}
.detalle-servicio .lead {
  color: #555;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.detalle-servicio img {
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
.detalle-servicio img:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.detalle-servicio h4 {
  color: #5b99a1;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.detalle-servicio ul {
  padding-left: 20px;
  list-style: none;
}
.detalle-servicio ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
.detalle-servicio ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #5b99a1;
  font-weight: bold;
}

/* Iconos y características */
.icon-wrapper {
  margin-bottom: 25px;
}

.service-description {
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

.service-features {
  text-align: left;
  margin-bottom: 20px;
}

.feature-item {
  position: relative;
  padding: 10px 0 10px 35px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.feature-item:hover {
  transform: translateX(5px);
}
.feature-item:hover .feature-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.feature-icon {
  position: absolute;
  left: 0;
  top: 10px;
  color: #5b99a1;
  font-size: 1.2rem;
}

.feature-tooltip {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s;
  z-index: 10;
  font-size: 0.9rem;
  color: #555;
}

.btn-cta {
  position: relative;
  overflow: hidden;
}
.btn-cta:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}
.btn-cta:focus:not(:active)::after {
  animation: ripple 1s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(20, 20);
    opacity: 0;
  }
}
@media (max-width: 992px) {
  #myCarousel .carousel-item.active:nth-child(2) {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .detalle-servicio .col-lg-5 {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente (opcional) */
  }
  .detalle-servicio .row {
    flex-direction: column-reverse !important;
  }
  .detalle-servicio .flex-row-reverse {
    flex-direction: column-reverse !important;
  }
  .detalle-servicio img {
    max-width: 50%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .logo {
    width: 60%;
    /* Ajusta el tamaño del logo para pantallas más pequeñas según sea necesario */
    height: auto;
    /* Permite que la altura se ajuste automáticamente para mantener la proporción */
  }
  .carousel-item.active:first-child {
    background-position: 80% center !important;
  }
  #myCarousel .carousel-item.active:nth-child(2) {
    background-image: url(../img/banner2b.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #myCarousel .carousel-inner > .carousel-item:nth-child(2) .btn {
    font-size: 1rem;
    margin-bottom: 80px;
  }
  #myCarousel .carousel-item.active:nth-child(3) {
    background-image: url(../img/banner3b.webp);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #myCarousel .carousel-inner > .carousel-item:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
  }
  .virtual-consultation .btn-lg {
    margin-bottom: 20px;
  }
  .tooltip-box {
    display: none !important;
  }
  /* Opcional: estilo para los enlaces sin tooltip */
  .list-group-item a {
    text-decoration: none;
    color: inherit;
    cursor: default;
  }
  .whatsapp-link img {
    width: 50px;
    height: auto;
  }
}
.trusthero-copyright-icon {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */