body {
  height: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 0; /* padding-bottom incorporado aquí para evitar repeticiones */
  position: relative;
  min-height: 100vh;
  font-family: 'PT Serif', serif; /* Asegurar consistencia de fuentes */
}


img {
  max-width: 100%; /* Ensures that images are never wider than their container */
  height: auto;
}

.btn-whatsapp{
    position: fixed;
    width: 75px;
    height: 75px;
    line-height: 75px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: aliceblue;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
    z-index: 100;
}
.btn-whatsapp::after{
    content: "";
    line-height: 75px;
    border-radius: 50px;
    bottom: 30px;
    right: 30px;
    width: 10px;
    height: 10px;
    background: none;
    position: absolute;
    z-index: 1;
    top: 44.5%;
    left: 44.5%;
    transition: .3s ease-in-out all;
    transform-origin: center;
}
.btn-whatsapp:hover::after{
    transform: scale(7.65);
    background: white;
}
.btn-whatsapp img{
    position: relative;
    z-index: 2;
    transition: .3s ease-in-out all;
}
.btn-whatsapp:hover img {
    filter: brightness(0) invert(0.15) sepia(1) saturate(50) hue-rotate(100deg) contrast(1.2); /* Cambia el color del logo al tono verde más claro */
  }



/* Estilos del botón de agendar */
.agendar-button {
    background-color: #ffffff;
    color: #ffb6dd;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Agrega una transición suave para el color de fondo y el color del texto */
}

.agendar-button:hover {
    background-color: #f4f4f4;
    /* Cambia el color de fondo al pasar el ratón */
    color: #ff95ac;
    /* Cambia el color del texto al pasar el ratón */
}
.button {
    background-color: #ffb6dd;
    color: #ffffff;
    font-size: 22px;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: normal;
    align-items: center;
    max-width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    /* Agrega una transición suave para el color de fondo y el color del texto */
}

.button:hover {
    background-color: #d52884;
    /* Cambia el color de fondo al pasar el ratón */
    color: #ffffff;
    /* Cambia el color del texto al pasar el ratón */
}

/* Estilos del navbar */
.navbar {
    background-color: #ffb6dd;
    height: auto;
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-style: normal;
}

.navbar-brand {
    margin-left: 100px;
    /* Ajusta el margen derecho del logo */
}

/* Ajusta el margen izquierdo del botón */
.agendar-button {
    margin-right: 100px;
}



/* Estilos del navbar toggler */
.navbar-toggler:not(:disabled):not(.disabled) {
    border: none;
    font-size: 1.25rem;
}

.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none;
    outline: none;
}

/* Estilos de los enlaces del navbar */
.navbar-nav .nav-link {
    color: rgb(238, 238, 238);
    font-weight: 500;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: rgb(255, 255, 255);
}

/* Estilos de la barra horizontal */
.navbar-nav .nav-link::after,
.nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
}

.navbar-nav .nav-link.active {
    color: #ffffff !important;
    /* Cambia el color del texto al seleccionar el enlace */
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #ffffff;
    /* Cambia el color del texto al pasar el ratón sobre el enlace */
}

.presentacion, .container-text-center {
  padding: 20px;
  margin-top: 120px;

}

.card_box {
  width: 100%; /* Full width cards for better mobile viewing */
  margin-bottom: 20px;
}

.card_box:hover {
  transform: none; /* Disable hover effects on mobile */
}

/* Testimonials and Reviews section */
.testimonials .item {
  width: 90%; /* Better fit for mobile screens */
  padding: 20px;
  margin: 0 auto; /* Centering the testimonial items */
}

.dots {
  bottom: 20px; /* Adjust dot navigation position */
}

/* Estilos de la sección de presentación */
.presentacion {
    background-color: #fbf1f2; /* Color rosa */
    padding: 120px;
    border-radius: 20px 20px 0 0; /* Parte inferior redondeada */
    text-align: center;
    position: relative; /* Asegura que el contenido absoluto esté relativo a este elemento */
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: normal;
    color: #737373;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.title1{
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
}

.title2{
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffb6dd;
  font-size: 50px;
}

.title3{
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}

.card-body{
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.subtitle1{
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #ffb6dd;
  font-size: 40px;
  
}

.table{
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;

}

.social-links{
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

/* Estilo para el enlace activo del navbar */
.navbar-nav .nav-item.active .nav-link::after {
    width: 100%;
}

.title {
    font-size: 30px;
}

.subtitle {
    font-size: 20px;
}

.texto-presentacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centrar verticalmente */
    height: 100%;
    /* Ajusta la altura al 100% para que el contenedor ocupe toda la altura de la columna */
}

.icono {
    margin: 15px;
    height: auto;
    width: 35px;
}

.container-text-center{
    padding: 120px;
}

.col-md-auto{
    text-align: center;
}

.col {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
  }

  .card-img-top{
    border: #f4f4f4;
    border-radius: 20px;
  }

  .card-body{
    border-radius: 20px;
  }
  
  .card_box {
    width: 200px;
    height: 250px;
    border-radius: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: all .3s;
  }
  
  .card_box:hover {
    transform: scale(0.9);
  }
  
  .card_box span {
    position: absolute;
    overflow: hidden;
    width: 150px;
    height: 150px;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .card_box span::before {
    content: attr(data-content);
    position: absolute;
    width: 150%;
    height: 40px;
    background-image: linear-gradient(45deg, #ffb6dd 0%, #f65fb4  51%, #ffb6dd  100%);
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  
  .card_box span::after {
    content: attr(data-content);
    position: absolute;
    width: 10px;
    bottom: 0;
    left: 0;
    height: 10px;
    z-index: -1;
    box-shadow: 140px -140px #ffb6dd;
    background-image: linear-gradient(45deg, #ffb6dd 0%, #f65fb4 51%, #ffb6dd 100%);
  }

  
  
  .valoracion {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.valoracion input {
    position: absolute;
    top: -100px;
}


.valoracion label {
    float: right;
    color: #ffff00;
    font-size: 30px; 
}



  .slider {
    width: 100%;
  }
  .slider input {
    display: none;
  }
  .testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 350px;
    perspective: 300px;
    overflow: hidden;
    font-family: "IM Fell English", serif;
    font-weight: 400;
    font-style: normal;
    color: #737373;
  }
  .testimonials .item {
    top: 0;
    position: absolute;
    box-sizing: border-box;
    background-color: #ffb6dd;
    border-radius: 30px;
    padding: 20px;
    width: 450px;
    text-align: center;
    transition: transform 0.4s;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    user-select: none;
    cursor: pointer;
  }
  .testimonials .item img {
    width: 100px;
    border-radius: 50%;
    border: 13px solid #3B344D;
  }
  .testimonials .item p {
    color: #333333;
  }
  .testimonials .item h2 {
    font-size: 14px;
  }
  .dots {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dots label {
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #090909;
    margin: 7px;
    transition: transform 0.2s, color 0.2s;
  }


  .bg-custom {
    background-color: #ffb6dd; /* Nuevo color de fondo, cambia esto según tus preferencias */
  }

  /* First */
  #t-1:checked ~ .dots label[for="t-1"] {
    transform: scale(2);
    background-color: #000000;
  }
  #t-1:checked ~ .dots label[for="t-2"] {
    transform: scale(1.5);
  }
  #t-1:checked ~ .testimonials label[for="t-1"] {
    z-index: 4;
  }
  #t-1:checked ~ .testimonials label[for="t-2"] {
    transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
    z-index: 3;
  }
  #t-1:checked ~ .testimonials label[for="t-3"] {
    transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
    z-index: 2;
  }
  #t-1:checked ~ .testimonials label[for="t-4"] {
    transform: translateX(900px) translateZ(-270px) rotateY(-35deg);
    z-index: 1;
  }
  #t-1:checked ~ .testimonials label[for="t-5"] {
    transform: translateX(1200px) translateZ(-360px) rotateY(-45deg);
  }
  /* Second */
  #t-2:checked ~ .dots label[for="t-1"] {
    transform: scale(1.5);
  }
  #t-2:checked ~ .dots label[for="t-2"] {
    transform: scale(2);
    background-color: #000000;
  }
  #t-2:checked ~ .dots label[for="t-3"] {
    transform: scale(1.5);
  }
  #t-2:checked ~ .testimonials label[for="t-1"] {
    transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
  }
  #t-2:checked ~ .testimonials label[for="t-2"] {
    z-index: 3;
  }
  #t-2:checked ~ .testimonials label[for="t-3"] {
    transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
    z-index: 2;
  }
  #t-2:checked ~ .testimonials label[for="t-4"] {
    transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
    z-index: 1;
  }
  #t-2:checked ~ .testimonials label[for="t-5"] {
    transform: translateX(900px) translateZ(-270px) rotateY(-35deg);
  }
  /* Third */
  #t-3:checked ~ .dots label[for="t-2"] {
    transform: scale(1.5);
  }
  #t-3:checked ~ .dots label[for="t-3"] {
    transform: scale(2);
    background-color: #000000;
  }
  #t-3:checked ~ .dots label[for="t-4"] {
    transform: scale(1.5);
  }
  #t-3:checked ~ .testimonials label[for="t-1"] {
    transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
  }
  #t-3:checked ~ .testimonials label[for="t-2"] {
    transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
  }
  #t-3:checked ~ .testimonials label[for="t-3"] {
    z-index: 3;
  }
  #t-3:checked ~ .testimonials label[for="t-4"] {
    transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
    z-index: 2;
  }
  #t-3:checked ~ .testimonials label[for="t-5"] {
    transform: translateX(600px) translateZ(-180px) rotateY(-25deg);
  }
  /* Fourth */
  #t-4:checked ~ .dots label[for="t-3"] {
    transform: scale(1.5);
  }
  #t-4:checked ~ .dots label[for="t-4"] {
    transform: scale(2);
    background-color: #000000;
  }
  #t-4:checked ~ .dots label[for="t-5"] {
    transform: scale(1.5);
  }
  #t-4:checked ~ .testimonials label[for="t-1"] {
    transform: translateX(-900px) translateZ(-270px) rotateY(35deg);
  }
  #t-4:checked ~ .testimonials label[for="t-2"] {
    transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
  }
  #t-4:checked ~ .testimonials label[for="t-3"] {
    transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
    z-index: 2;
  }
  #t-4:checked ~ .testimonials label[for="t-4"] {
    z-index: 3;
  }
  #t-4:checked ~ .testimonials label[for="t-5"] {
    transform: translateX(300px) translateZ(-90px) rotateY(-15deg);
  }
  /* Fifth */
  #t-5:checked ~ .dots label[for="t-4"] {
    transform: scale(1.5);
  }
  #t-5:checked ~ .dots label[for="t-5"] {
    transform: scale(2);
    background-color: #000000;
  }
  #t-5:checked ~ .testimonials label[for="t-1"] {
    transform: translateX(-1200px) translateZ(-360px) rotateY(45deg);
  }
  #t-5:checked ~ .testimonials label[for="t-2"] {
    transform: translateX(-900px) translateZ(-270px) rotateY(35deg);
    z-index: 1;
  }
  #t-5:checked ~ .testimonials label[for="t-3"] {
    transform: translateX(-600px) translateZ(-180px) rotateY(25deg);
    z-index: 2;
  }
  #t-5:checked ~ .testimonials label[for="t-4"] {
    transform: translateX(-300px) translateZ(-90px) rotateY(15deg);
    z-index: 3;
  }
  #t-5:checked ~ .testimonials label[for="t-5"] {
    z-index: 4;
  }

@media (max-width: 991px) {

  .offcanvas-header {
    background-color: #ffb6dd; /* Fondo claro para el sidebar */
    color: #333; /* Texto oscuro para mejor contraste */
  }

  .offcanvas-body {
    background-color: #f4f4f4; /* Fondo claro para el sidebar */
    color: #333; /* Texto oscuro para mejor contraste */
  }

  .navbar-nav .nav-link {
      color: #737373; /* Cambia el color del texto a uno más claro u otro de tu elección */
  }

  .navbar-nav .nav-link::after,
  .nav-link.active::after {
      background-color: #ffb6dd;
  }

  .navbar-nav .nav-link.active {
    color: #ffb6dd !important;
    /* Cambia el color del texto al seleccionar el enlace */
}
}
  
  

/* Media Queries */
@media (max-width: 767px) {

  .navbar {
      height: auto; /* Altura auto para una mejor visualización en móviles */
      padding: 10px;
  }

  .presentacion, .container-text-center, .navbar-brand, .agendar-button, .button {
      padding: 10px;
      font-size: smaller; /* Texto más pequeño para dispositivos móviles */
  }

  .card_margin_button{
      width: 100%; /* Las tarjetas ocupan el ancho completo */
      margin-bottom: 150px;
  }
  

  .testimonials .item {
      width: 100%; /* Ajuste para que los testimonios ocupen el ancho completo */
      padding: 15px;
      margin: 10px auto;
  }

}

/* Media Queries for devices larger than 600px */
@media (min-width: 600px) {

  .navbar-brand img {
      height: 80px;
  }

  .button, .agendar-button {
      font-size: 18px;
      padding: 10px 20px;
  }
}



@media only screen and (min-width: 767px) and (max-width: 1023px) {

  .agendar-button,
    .button {
        font-size: 18px;
        padding: 7px 18px;
    }

    .footer {
      /* Estilos específicos para pantallas con ancho máximo de 767px */
      position: static; /* Cambia la posición para que siga el flujo del documento */
      height: auto; /* Permite que la altura se ajuste según el contenido */
      padding: 10px; /* Agrega espacio interno para mejorar la legibilidad */
      text-align: center; /* Centra el texto */
      font-size: 10px;
      align-items: center;
      }

    .card_box {
      /* Estilos específicos para el rango de ancho de pantalla de 767px a 1023px */
      /* Por ejemplo, puedes cambiar el tamaño */
      width: 150px;
      height: 200px;
      /* Puedes ajustar otros estilos según tus necesidades */
  }
}

@media (max-width: 480px) {
  .button {
    font-size: 22px; /* Más grande solo en móviles */
  }
}
