:root {
  --color-50: #fdf3f3;
  --color-100: #fbe5e5;
  --color-200: #f8d0d0;
  --color-300: #f2afaf;
  --color-400: #e98080;
  --color-500: #db5858;
  --color-600: #c73b3b;
  --color-700: #a02c2c;
  --color-800: #8b2929;
  --color-900: #742828;
  --color-950: #3e1111;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: var(--color-800);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: var(--color-800);
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--color-950);
}
.video{
  width: 100%;
  height: auto;
  /* margin-bottom: 50px !important; */
  /* margin-top: 50px !important; */
}
  /* Estilo general */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background: var(--color-100); /* Un gris claro para un look minimalista */
    line-height: 1.6; /* Espaciado de línea para mejorar la legibilidad */
  }
about p{
    background-color: var(--color-400);
    font-size: 2.5rem;

}
  
  /* Estilos para la cabecera */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em 1em;
    background-color: var(--color-500); /* Azul oscuro del logo */
    color: var(--color-100);
}
  
.header img {
    max-width: 100px;
    height: auto;
    margin-right: 20px;
}
  
.menu {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}
  
.menu li {
    margin: 0 10px;
}
  
.menu a {
    text-decoration: none;
    color: var(--color-100);
    font-size: 0.9em;
}
  
  
  /* Estilos para las secciones */
.about, .services, .testimonials, .contact {
    padding: 4em 2em; /* Espacio interior más grande */
    text-align: center;
    background-color: var(--color-100); /* Fondo blanco para las secciones */
    margin: 2em auto; /* Mayor espacio exterior */
    box-shadow: 0 4px 6px var(--color-950); /* Sombra sutil */
    border-radius: 8px; /* Bordes redondeados */
    max-width: 80%; /* Ancho máximo para centrar el contenido */
    margin-top: 4em; /* Espacio adicional en la parte superior para separar de la sección anterior */
}

/* Se añade una línea sutil entre las secciones */
.about::after, .services::after {
    content: "";
    display: block;
    margin: 2em auto;
    height: 1px;
    width: 80%; /* Ancho de la línea */
    background-color: var(--color-100); /* Color sutil de la línea */
}
.about h2, .services h2 {
    color: var(--color-500); /* Azul del logo */
    margin-bottom: 1.5em;
    padding-bottom: .5em; /* Espacio adicional debajo del título */
}

.services .service {
    margin-bottom: 1em;
}

/* Opciones adicionales de estilo para los títulos de servicios */
.services h3 {
    color: var(--color-600); /* Azul oscuro para títulos de servicios */
    margin-bottom: 1em;
    padding: .5em 0; /* Espacio adicional alrededor de los títulos de servicios */
}


/* Estilos para el pie de página */
.footer {
    background-color: var(--color-700); /* Azul más oscuro para el footer */
    color: var(--color-100);
    padding: 1em;
    text-align: center;
}

/* Estilos para la sección hero */
.hero {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 80px 0;
    background: radial-gradient(ellipse at center, var(--color-50) 20%, var(--color-100) 80%);
}

.hero img {
    height: auto;
    flex: 0 0 auto;
}
/* Contenedor para la imagen */
.hero .image-container {
  position: relative;
  display: inline-block; /* O flex, dependiendo de tu layout */
}

.hero .image-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* Pseudo-elemento para el gradiente */
.hero .image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(transparent 0%, var(--color-900) 100%);
  z-index: 2;
}
.hero .text-container {
    max-width: 50%;
    padding-left: 2rem;
    z-index: 2;
}

.hero h1 {
    color: var(--color-500);
    font-size: 2.5rem;
}

.hero p {
    font-size: 1.2rem;
    color: var(--color-950);
}
  
@media (max-width: 768px) {



}
  /* Estilos para botones y enlaces */
button, .menu a {
    font-family: Inter,sans-serif;
    background-color: var(--color-500); /* Azul del logo */
    color: var(--color-950);
    padding: .5em 1em; /* Espacio interior */
    border: none;
    border-radius: 4px; /* Bordes redondeados para los botones */
    text-transform: uppercase; /* Texto en mayúsculas para los botones */
    font-weight: bold;
    cursor: pointer; /* Cursor de mano al pasar sobre el botón */
    text-decoration: none; /* Quitar el subrayado de los enlaces */
    display: inline-block; /* Permite definir padding y otros estilos */
    transition: background-color .3s; /* Transición suave para el color de fondo */
}
  
button:hover, .menu a:hover {
    background-color: var(--color-600); /* Azul más oscuro al pasar el cursor */
}
  
  /* Opciones de estilo para hacer las secciones más distintas */
.about, .services {
    border-top: 4px solid var(--color-100); /* Línea en la parte superior de cada sección */
}
  
  /* Aplicar estilos de enfoque para accesibilidad */
button:focus, .menu a:focus {
    outline: 2px dashed var(--color-500);
    outline-offset: 4px;
}
  /* Estilos para los recuadros de los formularios */
#bookingForm input[type="text"],
#bookingForm input[type="tel"],
#bookingForm input[type="email"],
#bookingForm input[type="datetime-local"] {
    width: 90%; /* Ajustar al ancho deseado */
    padding: 10px; /* Espacio interior para que sea cómodo al escribir */
    margin: 10px 0; /* Espacio exterior para separarlos entre ellos */
    border: 1px solid #ccc; /* Borde sutil */
    border-radius: 4px; /* Bordes redondeados */
    box-shadow: inset 0 1px 3px var(--color-950); /* Sombra interior para dar profundidad */
    transition: border-color 0.3s; /* Transición suave para el borde */
    font-size: 1rem; /* Tamaño de letra cómodo para la lectura */
    line-height: 1.5; /* Espaciado de línea para mejor legibilidad */
    display: block; /* Asegurar que cada input ocupe su propia línea */
    margin-left: auto; /* Centrado automático horizontal */
    margin-right: auto;
}
  
  /* Estilo al enfocarse en los inputs para resaltar el campo activo */
#bookingForm input[type="text"]:focus,
#bookingForm input[type="tel"]:focus,
#bookingForm input[type="email"]:focus,
#bookingForm input[type="datetime-local"]:focus {
    border-color: var(--color-500); /* Cambiar al color principal de la marca al enfocarse */
    box-shadow: inset 0 1px 3px var(--color-950), 0 0 8px var(--color-500); /* Sombra que coincide con el color de la marca */
    outline: none; /* Remover el outline predeterminado para no distraer */
}
  
  /* Mejoras visuales para el botón - asumiendo que ya tiene estilos */
button {
    /* Tus estilos existentes para el botón aquí */
    /* Ejemplo: */
    padding: 12px 20px;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}
  
button:hover {
    /* Efectos al pasar el cursor, si es necesario */
    background-color: var(--color-600);
    color: var(--color-100);
}
  
  /* Estilo para mostrar el formulario si está oculto */
#appointmentForm {
    display: block; /* Cambiar a 'none' para ocultar nuevamente */
    max-width: 500px; /* Ancho máximo del formulario */
    margin: 20px auto; /* Centrar el formulario en la página */
    padding: 20px; /* Espacio interior alrededor del formulario */
    background-color: var(--color-100); /* Fondo blanco para el formulario */
    border-radius: 8px; /* Bordes redondeados para el formulario */
    box-shadow: 0 2px 5px var(--color-950); /* Sombra sutil para darle elevación */
}


/* Estilos para el calendario */
  
.datepicker-container {
    display: flex;
    font-family: Inter,sans-serif;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2rem auto;
    padding: 0 1rem;
}


.datepicker {
    width: 95%;
    max-width: 382px;
    min-width: 382px;
    min-height: 382px;
    background-color: var(--color-200);
    border-radius: 20px;
    box-shadow: 0 0 2px 0 var(--color-900), 0 5px 10px 0 var(--color-950);
    padding: 1rem;
    margin: 0 auto; /* Centrar el calendario */
    overflow-y: auto; /* Permitir scroll vertical si es necesario */
    overflow-x: hidden;
    position: relative; /* Para posicionamiento interno */
    display: flex;
    flex-direction: column;
}

/* Cuando hay formulario, aumentar la altura mínima */
.datepicker.has-formulario {
    min-height: 500px;
    max-height: 600px;
}

#contenedorFormulario {
    margin: 0;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    flex: 1;
    overflow-y: auto;
    min-height: 0; /* Permite que el flex funcione correctamente */
}

#formularioTurno {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Ajustar los campos del formulario para que quepan mejor */
#formularioTurno .wave-group,
#formularioTurno .wave-group-tel,
#formularioTurno .wave-group-mail {
    width: 100%;
    max-width: 300px;
}

#formularioTurno .wave-group .input,
#formularioTurno .wave-group-tel .input,
#formularioTurno .wave-group-mail .input {
    width: 100%;
    max-width: 300px;
}

#formularioTurno .wave-group .bar,
#formularioTurno .wave-group-tel .bar,
#formularioTurno .wave-group-mail .bar {
    width: 100%;
    max-width: 300px;
}

.btn-container {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.datepicker-top {
    margin-bottom: 1rem;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    margin-top: -0.5rem;
}

.tag {
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    border: 0;
    background-color: var(--color-200);
    border-radius: 50px;
    padding: 0.5em 0.75em;
    font-weight: 600;
}



.month-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: var(--color-100);
    border-radius: 50px;
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: 0 0 2px 0 var(--color-900), 0 0 10px 0 var(--color-950);
}

.month-name {
    font-weight: 600;
}

.datepicker-calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-row-gap: 1rem;
}

.day, .date {
    justify-self: center;
}

.day {
    color: var(--color-950);
    font-size: 0.875em;
    font-weight: 500;
    justify-self: center;
}

.date {
  border: 0;
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-weight: 600;
  border: 2px solid transparent;
  background-color: transparent;
  cursor: pointer;
}
.date:focus {
  outline: 0;
  color: var(--color-500);
  border: 2px solid var(--color-500);
  border-radius: 50px;
}
.selected-date {
  background-color: var(--color-500);
  color: #FFF;
  border: 2px solid var(--color-500);
  border-radius: 50px;
}

.faded {
  color: var(--color-950);
}

.current-day {
  color: var(--color-100);
  border-color: var(--color-500);
  background-color: var(--color-500);
  border-radius: 50px;
}
.current-day:focus {
  background-color: var(--color-500);
  border-radius: 50px;
}

.date.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.datepicker, #horasDisponibles {
    transition: opacity 0.3s ease; /* Ajusta la duración según necesites */
}

.hours-container {
    /* display: flex; */
    flex-wrap: wrap;
    max-height: 200px; /* Ajusta la altura máxima según necesites */
    overflow-y: auto; /* Permite el scroll vertical */
    gap: 10px; /* Espacio entre botones */
    flex-direction: column;
    justify-content: flex-start; /* Alinea los elementos al inicio del contenedor */
}

/* #listaHoras{
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
} */

.hora-disponible {
    flex: 1 0 8rem;
    width: 100%;
    vertical-align: middle;
    background-color: transparent;
    border: 2px solid var(--color-600);
    color: var(--color-600);
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px 20px;
    cursor: pointer;
    outline: none;
    position: relative;
    top: 0;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 transparent;
}

.hora-disponible.selected {
    flex: 1 1 50%; 
    width: 35%;
    flex-direction: row;
    background-color: var(--color-700);
    color: var(--color-100);

    /* Puedes agregar estilos adicionales para indicar que está seleccionado */
}



.btn-siguiente {
    color: var(--color-200);
    flex: 1 0 8rem;
    margin-left: 15px;
    width: 40%;
    border: 2px solid var(--color-600);
    margin-bottom: 10px;
    padding: 12px 0px 6px 1px;
    border-radius: 3px;
    /* opacity: 0;  */
    /* transition: opacity 1.5s ease; */
}

.btn-atras{
    background-color: var(--color-100);
    color: var(--color-700);
}

#btnAtrasForm, .btn-atras-form {
    background-color: var(--color-100);
    color: var(--color-700);
    border: 2px solid var(--color-600);
    border-radius: 8px;
    padding: 10px 25px;
    height: 45px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    margin: 0;
}

#btnAtrasForm:hover, .btn-atras-form:hover {
    background-color: var(--color-200);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}




/* formulario */


/* campo nombre */

.wave-group {
    position: relative;
    margin-top: 20px;
  }
  
  .wave-group .input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 200px;
    border: none;
    border-bottom: 1px solid #515151;
    background: transparent;
  }
  
  .wave-group .input:focus {
    outline: none;
  }
  
  .wave-group .label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    display: flex;
  }
  
  .wave-group .label-char {
    transition: 0.2s ease all;
    transition-delay: calc(var(--index) * .05s);
  }
  
  .wave-group .input:focus ~ label .label-char,
  .wave-group .input:valid ~ label .label-char {
    transform: translateY(-20px);
    font-size: 14px;
    color: #5264AE;
  }
  
  .wave-group .bar {
    position: relative;
    display: block;
    width: 200px;
  }
  
  .wave-group .bar:before,.wave-group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  
  .wave-group .bar:before {
    left: 50%;
  }
  
  .wave-group .bar:after {
    right: 50%;
  }
  
  .wave-group .input:focus ~ .bar:before,
  .wave-group .input:focus ~ .bar:after {
    width: 50%;
  }
  
/* campo mail */

.wave-group-mail {
    position: relative;
    margin-top: 20px;
  }
  
  .wave-group-mail .input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 200px;
    border: none;
    border-bottom: 1px solid #515151;
    background: transparent;
  }
  
  .wave-group-mail .input:focus {
    outline: none;
  }
  
  .wave-group-mail .label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    display: flex;
  }
  
  .wave-group-mail .label-char {
    transition: 0.2s ease all;
    transition-delay: calc(var(--index) * .05s);
  }
  
  .wave-group-mail .input:focus ~ label .label-char,
  .wave-group-mail .input:valid ~ label .label-char {
    transform: translateY(-20px);
    font-size: 14px;
    color: #5264AE;
  }
  
  .wave-group-mail .bar {
    position: relative;
    display: block;
    width: 200px;
  }
  
  .wave-group-mail .bar:before,.wave-group-mail .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  
  .wave-group-mail .bar:before {
    left: 50%;
  }
  
  .wave-group-mail .bar:after {
    right: 50%;
  }
  
  .wave-group-mail .input:focus ~ .bar:before,
  .wave-group-mail .input:focus ~ .bar:after {
    width: 50%;
  }
  
  

/* boton de confirmar */


.btn-confirmar {
    width: fit-content;
    margin: 0; /* Sin margen, el contenedor se encarga del espaciado */
    height: 45px;
    background: #ffffff0d;
    border-radius: 8px;
    border: 2px solid var(--color-900);
    font-size: 15px;
    font-weight: bold;
    color: var(--color-900);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: relative;
    overflow: hidden;
    padding: 10px 25px;
    flex: 0 0 auto; /* No crecer ni encogerse */
    z-index: 1;
}
  
  .btn-confirmar:before {
    width: 50%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: -50%;
    background: var(--color-900);
    transition: all 0.5s ease;
    z-index: -1;
  }
  
  .btn-confirmar:after {
    width: 50%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 100%;
    background: var(--color-900);
    transition: all 0.5s ease;
    z-index: -1;
  }
  
  .btn-confirmar:hover {
    color: var(--color-50);
    cursor: pointer;
  }
  
  .btn-confirmar:hover:before {
    top: 0;
    left: 0;
  }
  
  .btn-confirmar:hover:after {
    top: 0;
    left: 50%;
  }

  /* telefono */

  .wave-group-tel {
    margin-top: 20px;
    position: relative;
  }
  
  .wave-group-tel .input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 200px;
    border: none;
    border-bottom: 1px solid #515151;
    background: transparent;
  }
  
  .wave-group-tel .input:focus {
    outline: none;
  }
  
  .wave-group-tel .label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    display: flex;
  }
  
  .wave-group-tel .label-char {
    transition: 0.2s ease all;
    transition-delay: calc(var(--index) * .05s);
  }
  
  .wave-group-tel .input:focus ~ label .label-char,
  .wave-group-tel .input:valid ~ label .label-char {
    transform: translateY(-20px);
    font-size: 14px;
    color: #5264AE;
  }
  
  .wave-group-tel .bar {
    position: relative;
    display: block;
    width: 200px;
  }
  
  .wave-group-tel .bar:before,.wave-group-tel .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  
  .wave-group-tel .bar:before {
    left: 50%;
  }
  
  .wave-group-tel .bar:after {
    right: 50%;
  }
  
  .wave-group-tel .input:focus ~ .bar:before,
  .wave-group-tel .input:focus ~ .bar:after {
    width: 50%;
  }
  
  

.textarea-turnero {
    margin-top: 20px;
    width: 100%;
    height: 70px;
    padding: 10px;
    border: transparent;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid var(--color-600);
    color: var(--color-950);
}



.titulo-horas-disponibles {
    margin: 20px;
    font-size: 1.5em;
    font-weight: 600;
    font-style: bold;
    text-align: center;
}

.titulo-turno-seleccionado{
    margin: 10px;
    font-size: 0.75em;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}



.leyenda-dia-seleccionado {
    margin: 10px;
    font-size: 0.75em;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

.titulo-turno-seleccionado{
    margin: 10px;
    font-size: 1.1em;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: var(--color-700);
}

.subtitulo-turno {
    margin: 5px 10px;
    font-size: 0.9em;
    font-weight: 500;
    text-align: center;
    color: #666;
}

.precio-turno {
    margin: 10px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: var(--color-600);
}



.imagen-mujer-alegre{
    max-width: 310px;
    min-width: 310px;
    width: 100%;
    height: 24rem;
    background-size: cover;
    background-position: center;
    background-image: url("../images/defiende-tu-patrimonio.png");
    background-position: 50%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
}

.imagen-hombre-alegre{
    max-width: 310px;
    min-width: 310px;
    width: 100%;
    height: 24rem;
    background-size: cover;
    background-position: center;
    background-image: url("../images/team-vertical.png");
    background-position: 50%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
}
.imagen-mujer-alegre2{
    max-width: 310px;
    min-width: 310px;
    width: 100%;
    height: 24rem;
    background-size: cover;
    background-position: center;
    background-image: url("../images/protege-tus-derechos.png");
    background-position: 50%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
}

.imagen-mujer-alegre3{
  max-width: 310px;
  min-width: 310px;
  width: 100%;
  height: 24rem;
  background-size: cover;
  background-position: center;
  background-image: url("../images/nicolas-vertical.png");
  background-position: 50%;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
}


.inset-0{
    background-image: linear-gradient(transparent 0%, var(--color-900) 100%);
    position: absolute;
    inset: 0;
}



.full-flex{
    height: 100%;
    display: flex;
}

.text-flex{
    font-family: Inter,sans-serif;
    align-self: left;
    color: var(--color-100);
    letter-spacing: -.025em;
    line-height: 1;
    font-weight: 600;
    font-size: 2.25rem;
    padding: 1.5rem;
    border-radius: 1rem;
    margin-top: auto;
    margin-bottom: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.text-flex span{
    color: var(--color-400);
}

.tarjetascontainer {
    display: flex; /* Alinea los elementos horizontalmente */
    overflow-x: auto; /* Permite el desplazamiento horizontal */
    overflow-y: hidden; /* Oculta el desplazamiento vertical */
    white-space: nowrap; /* Evita que los elementos se envuelvan */
    -ms-overflow-style: none; /* IE y Edge */
    scrollbar-width: none; /* Firefox */
    justify-content: center;
}

.tarjetascontainer::-webkit-scrollbar {
    display: none; /* Oculta la barra de desplazamiento para Chrome, Safari y Opera */
}


@media (max-width: 768px) {
    .datepicker {
        max-width: 330px;
        min-width: 330px;
        margin-bottom: 90px;
        
    }
    .btn-confirmar {
        padding: 5px 5px;
        margin: 20px auto; /* Centrado también en móvil */
    }

}


#testimonials{
    width: 500px;
    height: 500px;
    background-color: var(--color-600);
}


#descubre {
  width: 100%; /* Ajusta el ancho al 100% de la pantalla */
  height: 1200px; /* Mantiene la altura especificada */
  background: radial-gradient(ellipse at center, var(--color-800) 20%, var(--color-900) 80%); /* Gradiente radial elíptico */
  color: var(--color-900);
  padding-top: 40px;
}

#descubre h1 {
  /* Estilos para el elemento h1 */
  margin-top: 40px;

  color: var(--color-300); /* Cambia el color del texto */
  font-size: 45px; /* Cambia el tamaño del texto */
  font-style: bold;
  text-align: center; /* Alinea el texto al centro */
  margin-bottom: 20px; /* Agrega un margen inferior */
}
#descubre h2 {
  /* Estilos para el elemento h1 */
  margin-top: 40px;

  color: var(--color-200); /* Cambia el color del texto */
  font-size: 55px; /* Cambia el tamaño del texto */
  font-style: bold;
  text-align: center; /* Alinea el texto al centro */
  margin-bottom: 20px; /* Agrega un margen inferior */
}


#descubre .btn-whatsapp a {
  /* Estilos para el elemento i dentro del botón .btn-whatsapp */
  color: var(--color-700); 

  margin-right: 8px; 

}

#descubre .btn-whatsapp a:hover {
  /* Estilos para el elemento i dentro del botón .btn-whatsapp */
  color: var(--color-100); 
  /* Cambia el color del ícono */

}

.logo-diaz-alvarez {
  display: block; /* Hace que la imagen se trate como un bloque, permitiendo centrarla con margin */
  margin: 20px auto; /* Añade un margen superior e inferior de 20px y auto para los márgenes laterales, centrando la imagen horizontalmente */
  max-width: 100%; /* Asegura que la imagen no sea más ancha que su contenedor */
  height: auto; /* Mantiene la proporción de la imagen ajustando su altura automáticamente */
}

#whatsapp {
    width: 100%; /* Ajusta el ancho al 100% de la pantalla */
    height: 500px; /* Mantiene la altura especificada */
    background: radial-gradient(ellipse at center, var(--color-800) 20%, var(--color-900) 80%); /* Gradiente radial elíptico */
    color: var(--color-900);
    padding-top: 40px;
}

#whatsapp h1 {
    /* Estilos para el elemento h1 */
    margin-top: 40px;

    color: var(--color-300); /* Cambia el color del texto */
    font-size: 45px; /* Cambia el tamaño del texto */
    font-style: bold;
    text-align: center; /* Alinea el texto al centro */
    margin-bottom: 20px; /* Agrega un margen inferior */
}

#whatsapp .btn-whatsapp a {
    /* Estilos para el elemento i dentro del botón .btn-whatsapp */
    color: var(--color-700); 
 
    margin-right: 8px; 

}

#whatsapp .btn-whatsapp a:hover {
    /* Estilos para el elemento i dentro del botón .btn-whatsapp */
    color: var(--color-100); 
    /* Cambia el color del ícono */

}
.btn-whatsapp {
    width: 300px;
    height: 40px;
    padding-top: 10px;
    color: var(--color-800);
    text-align: center;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    /* height: 45px; */
    background-color: var(--color-50);

    border-radius: 8px;
    border: 1.5px solid var(--color-600);
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: relative;
    overflow: hidden;
    /* padding: 10px 25px; */
    z-index: 1;
    display: block;
  }
  .btn-whatsapp:after .btn-whatsapp:before a {
    color: var(--color-100);
  }
  .btn-whatsapp:before {
    width: 50%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: -50%;
    color: var(--color-50);
    background: var(--color-900);
    transition: all 0.5s ease;
    z-index: -1;
  }
  
  .btn-whatsapp:after {
    width: 50%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 100%;
    color: var(--color-50);
    background: var(--color-900);
    transition: all 0.5s ease;
    z-index: -1;
  }
  
  .btn-whatsapp:hover {
    color: #ffffff;
    cursor: pointer;
  }
  
  .btn-whatsapp:hover:before {
    top: 0;
    left: 0;
  }
  
  .btn-whatsapp:hover:after {
    top: 0;
    left: 50%;
  }
  .carousel-container {
    position: relative;
    max-width: 600px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 8px;
}

.carousel {
    display: flex;
    width: 75%;
    transition: transform 0.5s ease; /* Transición suave al cambiar de tarjeta */
    margin-left: auto;
    margin-right: auto;
  }

.carousel-item {
    min-width: 60%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff; /* Fondo blanco para las tarjetas */
    border-radius: 8px; /* Bordes redondeados para las tarjetas */
}

/* Estilos para los botones de navegación */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent; /* Color de fondo */
    color: #fff; /* Color del texto */
    border: none; /* Sin bordes */
    cursor: pointer;
    padding: 10px 15px; /* Espaciado interno */
    font-size: 20px; /* Tamaño del texto */
    border-radius: 50%; /* Forma circular */
    z-index: 100; /* Asegura que los botones estén sobre las tarjetas */
}

.prev-btn {
    left: -10px;
}

.next-btn {
    right: -10px;
}

/* Estilos para las estrellas y otros elementos dentro de las tarjetas */
.tarjeta-reseña {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Alinea los elementos al inicio (izquierda) */
  position: relative; /* Necesario para posicionar correctamente el pseudo-elemento */
}

.header-reseña {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 100%; /* Asegura que el header ocupe todo el ancho de la tarjeta */
}

.perfil-img {
  width: 50px;
  height: 50px;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 10px;
}

.perfil-nombre {
  font-weight: bold;
}

.tarjeta-reseña::after {
  content: ""; /* Necesario para que el pseudo-elemento se muestre */
  position: absolute;
  top: -10px; /* Ajusta según necesites para la posición exacta */
  right: -10px; /* Ajusta según necesites para la posición exacta */
  width: 24px; /* Ajusta según el tamaño de la imagen */
  height: 24px; /* Ajusta según el tamaño de la imagen */
  background-image: url("https://cdn.trustindex.io/assets/platform/Google/icon.svg");
  background-size: cover; /* Asegura que la imagen cubra completamente el área del pseudo-elemento */
}

.estrellas {
    display: flex;
    margin: 10px 0;
}

.estrella {
    width: 20px;
    height: 20px;
    background-image: url('https://cdn.trustindex.io/assets/platform/Google/star/f.svg'); /* Asegúrate de tener una imagen de estrella */
    background-size: cover;
    margin-right: 5px;
}

.comentario-reseña {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  text-align: left;
  max-height: 100px; /* Ajusta este valor según necesites */
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.leer-mas {
    color: #5264AE;
    cursor: pointer;
    text-decoration: underline;
}

#agenda-turno-para-una-sesion{
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 3rem;
  font-style: bold;
}
#valor-de-la-sesion{
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 1.5rem;
}
#las-sesiones-son{
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 1.5rem;

}

.sobre-mi {
  font-size: 3rem;
  font-style: italic; /* Cursiva para el título */
  text-align: center; /* Centrar el título */
  margin-top: 40px;
  margin-bottom: 20px; /* Espacio antes de la cita */
}

.soy-marisa {
  font-size: 1.5rem;
  text-align: center; /* Centrar la cita */
  margin: 20px auto; /* Espacio alrededor de la cita */
  max-width: 80%; /* Ancho máximo para mejorar la legibilidad */
  position: relative; /* Para posicionar las comillas */
  padding: 80px; /* Espaciado interno */
  background-color: var(--color-200); /* Fondo sutil */
  border-radius: 8px; /* Bordes redondeados */
  box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Sombra sutil */
}

.soy-marisa::before, .soy-marisa::after {
  content: open-quote; /* Comillas */
  font-size: 4rem; /* Tamaño de las comillas */
  position: absolute;
  top: -10px;
  color: var(--color-500); /* Color de las comillas */
}

.soy-marisa::before {
  left: 10px;
  padding: 10px;
}

.soy-marisa::after {
  content: close-quote;
  right: 10px;
  bottom: -10px;
  padding: 10px;
}

.container-texto-agenda{
  justify-content: center;
  text-align: center;
  
}

.agendarSection{
  background: radial-gradient(ellipse at center, var(--color-50) 20%, var(--color-100) 80%);
  min-height: 100vh;
  justify-content: center;
  padding: 60px 20px 100px 20px; /* Agregado padding-bottom para evitar que se tape el botón */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.servicessection {
  display: flex; /* Habilita Flexbox */
  flex-direction: column; /* Alinea los elementos verticalmente */
  justify-content: center; /* Centra los elementos verticalmente */
  align-items: center; /* Centra los elementos horizontalmente */
  background-color: #f4f4f4;
  padding: 50px 0;
  text-align: center;
}

.section-title {
  margin-bottom: 50px;
  font-size: 2em;
  color: #333;
}

.services-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.service-item {
  background: white;
  padding: 20px;
  width: 300px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.service-item:hover {
  transform: translateY(-10px);
}

.icon i {
  font-size: 48px; /* Tamaño del icono */
  color: #333; /* Color del icono */
  margin-bottom: 20px; /* Espacio debajo del icono */
}

.service-item:hover {
  transform: translateY(-10px) scale(1.05);
}
.icon img {
  width: 50px;
  height: 50px;
}

h3 {
  color: #333;
}

p {
  color: #666;
}


.derecho-penal-section {
  display: flex; /* Habilita Flexbox */
  flex-direction: column; /* Alinea los elementos verticalmente */
  justify-content: center; /* Centra los elementos verticalmente */
  align-items: center; /* Centra los elementos horizontalmente */
  background-color: #f4f4f4;
  padding: 50px 0;
  text-align: center;
}

.derecho-penal-section .section-title {
  color: #333;
  margin-bottom: 30px;
}

.services-grid .service-item {
  margin-bottom: 20px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.services-grid .service-item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.services-grid .icon {
  margin-bottom: 15px;
}

.services-grid .icon i {
  font-size: 48px;
  color: var(--color-600);
}

.video-container {
  margin-top: 50px;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.video-container video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}


.derecho-laboral-section {
  display: flex; /* Habilita Flexbox */
  flex-direction: column; /* Alinea los elementos verticalmente */
  justify-content: center; /* Centra los elementos verticalmente */
  align-items: center; /* Centra los elementos horizontalmente */
  background-color: #f4f4f4;
  padding: 50px 0;
  text-align: center;
}

.derecho-laboral-section .section-title {
  margin-bottom: 40px;
  color: #333;
}

.services-grid .service-item {
  margin-bottom: 30px;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.services-grid .service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.services-grid .icon {
  margin-bottom: 15px;
}

.services-grid .icon i {
  font-size: 36px;
  color: var(--color-600);
}

.video-container {
  margin-top: 50px;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.video-container video {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Estilos Generales para la Sección de Derecho Civil y Comercial */
.derecho-civil-comercial-section {
  display: flex; /* Habilita Flexbox */
  flex-direction: column; /* Alinea los elementos verticalmente */
  justify-content: center; /* Centra los elementos verticalmente */
  align-items: center; /* Centra los elementos horizontalmente */
  background-color: #f4f4f4;
  padding: 50px 0;
  text-align: center;
}

.service-title{
  text-emphasis-style: bold;
}

.derecho-civil-comercial-section .section-title {
  margin-bottom: 40px;
  color: #333;
  font-size: 2.5em; /* Aumenta el tamaño para el título principal */
}

/* Estilos para los títulos h3 de Derecho Comercial y Derecho Civil */
.derecho-civil-comercial-section h3 {
  color: var(--color-900); /* Cambia el color para hacerlo distintivo */
  margin-bottom: 20px; /* Espacio debajo del título */
  padding-bottom: 10px; /* Espacio interno en la parte inferior para subrayado */
  border-bottom: 2px solid var(--color-900); /* Línea debajo del título */
  display: inline-block; /* Hace que el borde inferior se ajuste al texto */
  font-size: 1.8em; /* Tamaño del título */
}

/* Mejoras en la presentación de los ítems de servicio */
.services-grid .service-item {
  margin-bottom: 30px;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.services-grid .service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Estilos para los iconos dentro de los ítems de servicio */
.services-grid .icon i {
  font-size: 36px; /* Tamaño del icono */
  color: var(--color-600); /* Color del icono, a juego con los títulos h3 */
  margin-bottom: 15px; /* Espacio debajo del icono */
}

/* Estilos para el contenedor de video */
.video-container {
  margin-top: 50px;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.video-container video {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


.seccion-contacto {
  background-color: #f2f2f2; /* Fondo claro para la sección */
  padding: 40px 0; /* Espaciado interno */
}

.titulo-contacto {
  text-align: center;
  margin-bottom: 30px; /* Espacio debajo del título */
  color: #333; /* Color del texto */
}

.oficinas {
  display: flex;
  justify-content: space-around; /* Distribuye el espacio entre las oficinas */
  flex-wrap: wrap; /* Permite que los elementos se ajusten en pantallas pequeñas */
}

.oficina {
  background-color: #fff; /* Fondo blanco para cada oficina */
  padding: 20px;
  margin: 10px;
  border-radius: 8px; /* Bordes redondeados */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Sombra suave */
  width: calc(50% - 20px); /* Ancho ajustado para 2 columnas con margen */
}

.oficina h3 {
  color: var(--color-800); /* Color para el título de cada oficina */
  margin-bottom: 15px; /* Espacio debajo del título de la oficina */
}

.oficina p {
  line-height: 1.6; /* Espaciado de línea para mejorar la legibilidad */
  color: #666; /* Color del texto */
}

.container{
  max-width: 100%;
}
@media (max-width: 768px) {
  .header {
      flex-direction: column;
  }
  .oficina {
    width: calc(100% - 20px); /* Ajuste para 1 columna */
  }

  .header img {
      margin-bottom: 10px;
  }

  .menu {
      justify-content: center;
  }
  .text-container {
    display: none;
  }
  #valor-de-la-sesion{
    font-size: 1.5rem;
  }
  #valor-de-la-sesion{
    font-size: 1rem;
  }
  #las-sesiones-son{
    font-size: 1rem;
  
  }
  .sobre-mi {
    font-size: 2rem; /* Tamaño más pequeño para el título */
  }

  .soy-marisa {
    font-size: 1rem; /* Tamaño más pequeño para la cita */
    /* padding: 10px; */
  }

  .soy-marisa::before, .soy-marisa::after {
    font-size: 3rem; /* Tamaño más pequeño para las comillas */
  }

}

.about-section{
  background: radial-gradient(ellipse at center, var(--color-800) 20%, var(--color-900) 80%);
  height: 100vh;
  justify-content: center;
  padding-top: 60px;
}

/* Selector de tipo de turno */
.selector-tipo-turno {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin: 2rem auto;
  max-width: 900px;
  padding: 0 1rem;
  flex-wrap: wrap;
}

.tipo-turno-option {
  flex: 1;
  min-width: 280px;
  background: white;
  border: 3px solid var(--color-200);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tipo-turno-option:hover {
  border-color: var(--color-500);
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.tipo-turno-option.selected {
  border-color: var(--color-600);
  background: var(--color-50);
  box-shadow: 0 8px 16px rgba(199, 59, 59, 0.2);
}

.tipo-turno-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.tipo-turno-option h3 {
  color: var(--color-700);
  margin: 0.5rem 0;
  font-size: 1.5rem;
}

.tipo-turno-option .precio {
  color: var(--color-600);
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0.5rem 0;
}

.tipo-turno-option p:not(.precio) {
  color: #666;
  margin: 0.5rem 0;
  font-size: 0.95rem;
}

.tipo-turno-descripcion {
  font-size: 0.9rem !important;
  color: #555 !important;
  margin-top: 1rem !important;
  line-height: 1.5;
}

/* Selector de oficina */
.selector-oficina {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.selector-oficina h3 {
  text-align: center;
  color: var(--color-700);
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.oficina-options {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.oficina-option {
  flex: 1;
  min-width: 250px;
  background: white;
  border: 3px solid var(--color-200);
  border-radius: 12px;
  padding: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.oficina-option:not(.oficina-deshabilitada):hover {
  border-color: var(--color-500);
  transform: translateY(-3px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.oficina-option.selected {
  border-color: var(--color-600);
  background: var(--color-50);
}

.oficina-option h4 {
  color: var(--color-700);
  margin: 0 0 0.5rem 0;
  font-size: 1.3rem;
}

.oficina-option p {
  color: #666;
  margin: 0.5rem 0;
  font-size: 0.9rem;
}

.oficina-disponible {
  display: inline-block;
  background: #4caf50;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

.oficina-no-disponible {
  display: inline-block;
  background: #999;
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

.oficina-deshabilitada {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 768px) {
  .selector-tipo-turno {
    flex-direction: column;
    gap: 1rem;
  }
  
  .tipo-turno-option {
    min-width: 100%;
  }
  
  .oficina-options {
    flex-direction: column;
  }
  
  .oficina-option {
    min-width: 100%;
  }
}


