@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
}

html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

.btn-wsp {
  position: fixed;
  z-index: 999;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  -webkit-animation: resaltar .7s linear infinite alternate;
          animation: resaltar .7s linear infinite alternate;
}

.btn-wsp img {
  width: 120%;
  height: 120%;
}

.btn-wsp:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media (max-width: 700px) {
  .btn-wsp {
    right: 20px;
    bottom: 15px;
  }
  .btn-wsp img {
    width: 90%;
    height: 90%;
  }
}

@media (min-width: 1500px) {
  .btn-wsp {
    right: 100px;
    bottom: 100px;
  }
  .btn-wsp img {
    width: 250%;
    height: 250%;
  }
}

.btn-consultar {
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: auto auto;
  padding: 20px 30px;
  background-color: #1c7311;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-consultar:hover {
  background-color: rgba(27, 165, 50, 0.767);
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-box-shadow: 1px 2px 15px #bcbcbc;
          box-shadow: 1px 2px 15px #bcbcbc;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fondo {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(75%, rgba(0, 0, 0, 0.7)), to(#000)), url("../assets/portada.jpg");
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 75%, #000 100%), url("../assets/portada.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: -1;
}

/* Media query para móviles - cambiar background-attachment */
@media (max-width: 768px) {
  .fondo {
    background-attachment: scroll;
    will-change: auto;
  }
}

@media (max-width: 480px) {
  .fondo {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    will-change: auto;
  }
}

/* Media queries adicionales para diferentes tamaños de móvil */
@media (max-width: 375px) {
  .fondo {
    background-size: 100% auto;
    background-position: center top;
  }
}

@media (max-width: 320px) {
  .fondo {
    background-size: 100% auto;
    background-position: center top;
  }
}

/* Media query para pantallas de alta densidad (retina) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fondo {
    background-size: cover;
    background-position: center center;
  }
}


.fondo .pagina-principal {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 20px;
}

@media (min-width: 310px) and (min-height: 680px) {
  .fondo .pagina-principal {
    height: 100vh;
    padding-block: 40px;
  }
}

.fondo .pagina-principal .titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 600px;
  min-height: 300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 30px;
  color: #fff;
  text-align: center;
}

.fondo .pagina-principal .titulo img {
  margin: auto auto;
}

@media (max-width: 330px) and (max-height: 680px) {
  .fondo .pagina-principal .titulo img {
    width: 80px;
    height: 80px;
  }
}

.fondo .pagina-principal .titulo h1 {
  font-size: 40px;
  text-transform: uppercase;
}

.fondo .pagina-principal .titulo h2 {
  margin: auto auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 35px;
  background-color: rgba(0, 0, 0, 0.404);
  color: #cce200;
  font-weight: 500;
  border-radius: 12px;
}

.fondo .pagina-principal .titulo ul {
  text-align: left;
  margin: auto auto;
  font-size: 20px;
  padding: 25px 55px;
  background-color: rgba(250, 250, 250, 0.199);
  color: black;
  border-radius: 12px;
}

@media (max-width: 320px) {
  .fondo .pagina-principal .titulo ul {
    font-size: 15px;
    padding: 10px 30px;
  }
}

@media (min-width: 1600px) {
  .fondo .pagina-principal .titulo h1 {
    font-size: 35px;
  }
  .fondo .pagina-principal .titulo h2 {
    font-size: 2.4em;
  }
  .fondo .pagina-principal .titulo ul {
    font-size: 25px;
    padding-inline: 50px;
  }
  .fondo .pagina-principal .titulo a {
    font-size: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.fondo .informacion {
  display: flex;
  flex-wrap: wrap; /* Permite que los elementos se ajusten en filas */
  width: 100vw;
  padding: 30px 50px;
  color: #fff;
  justify-content: space-around;
}

.fondo .informacion section {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 30%; /* Permite que las secciones se expandan */
  margin: 10px; /* Agrega espacio entre secciones */
  max-width: 300px; /* Limita el ancho máximo */
}

.fondo .informacion section h2 {
  text-align: center;
  font-size: 25px;
}

.fondo .informacion section .contador {
  color: rgba(26, 175, 51, 0.767);
  margin-top: 20px;
  padding: 10px 30px;
  background: rgba(88, 88, 88, 0.233);
  text-align: center;
  border-radius: 15px;
  font-size: 35px;
  font-weight: 700;
}

.fondo .informacion section img {
  margin-bottom: 15px;
  width: 50px; /* Asegura que las imágenes sean responsivas */
  height: auto; /* Mantiene la proporción de la imagen */
}

@media (max-width: 700px) {
  .fondo .informacion {
      padding: 20px; /* Reduce el padding en pantallas pequeñas */
  }
  .fondo .informacion section {
      flex: 1 1 100%; /* Hace que cada sección ocupe toda la fila */
      max-width: none; /* Permite que cada sección tenga su ancho completo */
  }
  .fondo .informacion section h2 {
      font-size: 20px;
  }
  .fondo .informacion section .contador {
      font-size: 30px;
      font-weight: 600;
      padding: 10px 20px;
  }
}

.servicios {
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(75%, rgba(0, 0, 0, 0.7)), to(#000)), rgba(0, 0, 0, 0.966);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), rgba(0, 0, 0, 0.966);
  padding: 30px 70px;
  color: #fff;
}

.servicios h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 40px;
  text-align: center;
  border-bottom: 3px solid #551111;
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .servicios {
    padding: 20px 10px;
  }
}

.servicios .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.servicios .container section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 750px) {
  .servicios .container section {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 20px;
  }
  .servicios .container section img {
    width: 60%;
  }
  .servicios .container section .texto a {
    margin-top: 20px;
  }
}

@media (max-width: 550px) {
  .servicios .container section {
    padding: 0px;
  }
  .servicios .container section img {
    width: 100%;
  }
}

.servicios .container section img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.servicios .container section .texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-inline: 20px;
}

.servicios .container section .texto h3 {
  font-size: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 7px;
  border-bottom: 3px solid #551111;
}

.servicios .container section .texto p {
  font-size: 20px;
  font-weight: 350;
}

.servicios .container .imagenes {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.servicios .container .imagenes img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 550px) {
  .servicios .container .imagenes img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 350px) {
  .servicios .container .imagenes img {
    width: 100px;
    height: 100px;
  }
}

.fondo2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(75%, rgba(0, 0, 0, 0.7)), to(#000)), url("../assets/amarres-de-amor-velas-fondo.jpg");
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url("../assets/amarres-de-amor-velas-fondo.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Media query para móviles - cambiar background-attachment */
@media (max-width: 768px) {
  .fondo2 {
    background-attachment: scroll;
    will-change: auto;
  }
}

@media (max-width: 480px) {
  .fondo2 {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    will-change: auto;
  }
}

/* Media queries adicionales para diferentes tamaños de móvil */
@media (max-width: 375px) {
  .fondo2 {
    background-size: 100% auto;
    background-position: center top;
  }
}

@media (max-width: 320px) {
  .fondo2 {
    background-size: 100% auto;
    background-position: center top;
  }
}

/* Media query para pantallas de alta densidad (retina) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fondo2 {
    background-size: cover;
    background-position: center center;
  }
}

.fondo2 .testimonios {
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  color: #fff;
}

@media (max-width: 650px) {
  .fondo2 .testimonios {
    padding: 10px;
  }
}

.fondo2 .testimonios h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 40px;
  text-align: center;
  border-bottom: 3px solid #551111;
  margin-bottom: 30px;
}

.fondo2 .testimonios .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.fondo2 .testimonios .container .testimonio-card {
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 20px;
  min-width: 280px;
  max-width: 350px;
  height: auto;
}

.fondo2 .testimonios .container .testimonio-card .persona {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
      grid-template-areas: "foto nombre nombre" "foto edad dead" "foto pais pais";
  margin-bottom: 15px;
}

.fondo2 .testimonios .container .testimonio-card .persona img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: foto;
  border-radius: 50%;
  width: 115px;
  height: 115px;
}

.fondo2 .testimonios .container .testimonio-card .persona .nombre {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: nombre;
  font-size: 22px;
  padding-bottom: 1px;
}

.fondo2 .testimonios .container .testimonio-card .persona .edad {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: edad;
}

.fondo2 .testimonios .container .testimonio-card .persona .pais {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: pais;
}

.fondo2 .testimonios .btn-consultar {
  margin-top: 30px;
}

.fondo2 .beneficios {
  margin-block: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
}

.fondo2 .beneficios .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.466);
  padding: 20px;
  gap: 15px;
}

@media (max-width: 1500px) {
  .fondo2 .beneficios {
    gap: 120px;
  }
  .fondo2 .beneficios .card h2 {
    font-size: 30px;
  }
}

@media (max-width: 700px) {
  .fondo2 .beneficios .card h2 {
    font-size: 25px;
  }
}

@media (max-width: 500px) {
  .fondo2 .beneficios {
    gap: 20px;
  }
  .fondo2 .beneficios .card h2 {
    font-size: 20px;
  }
}

.fondo2 .formulario-contacto {
  width: 100vw;
  min-height: 500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .fondo2 .formulario-contacto {
    padding: 20px 20px;
  }
  .fondo2 .formulario-contacto .card {
    padding: 15px;
    border-radius: 12px;
  }
  .fondo2 .formulario-contacto .card h2:nth-child(1) {
    font-size: 30px;
  }
  .fondo2 .formulario-contacto .card h2:nth-child(2) {
    font-size: 20px;
  }
  .fondo2 .formulario-contacto .card p {
    font-size: 15px;
    letter-spacing: 0px;
    padding: 5px;
  }
  .fondo2 .formulario-contacto a {
    margin-top: 35px;
  }
}

.fondo2 .formulario-contacto .card {
  padding: 20px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.76);
  border-radius: 12px;
}

.fondo2 .formulario-contacto .card h2:nth-child(1) {
  font-size: 40px;
  color: #cce200;
}

.fondo2 .formulario-contacto .card h2:nth-child(2) {
  color: #ffffffdc;
  font-size: 30px;
}

.fondo2 .formulario-contacto .card p {
  font-size: 25px;
  margin: auto auto;
  letter-spacing: 3px;
  font-weight: bolder;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #1c7311;
  padding: 10px;
  border-radius: 10px;
}

.fondo2 .formulario-contacto .flecha {
  margin-top: 20px;
  -webkit-animation: sacudir .7s linear infinite alternate;
          animation: sacudir .7s linear infinite alternate;
}

.fondo2 .formulario-contacto a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-animation: resaltar2 .7s linear infinite alternate;
          animation: resaltar2 .7s linear infinite alternate;
}

.politicas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #030303;
  padding: 20px 15px;
}

.politicas .advertencia {
  margin: auto auto;
  background-color: rgba(255, 255, 255, 0.438);
  padding: 20px;
  max-width: 600px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
}

.politicas .advertencia h2 {
  text-align: center;
}

.politicas .advertencia ul li {
  color: #4a4b2c;
  margin-left: 20px;
  font-weight: 200;
}

.politicas p {
  color: #bcbcbc;
  text-align: center;
}

@-webkit-keyframes aparecer {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes aparecer {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.ocultar {
  opacity: 0;
}

.animar {
  -webkit-animation: aparecer .5s;
          animation: aparecer .5s;
}

@-webkit-keyframes resaltar {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes resaltar {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@-webkit-keyframes resaltar2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 1px 2px 15px #bcbcbc85;
            box-shadow: 1px 2px 15px #bcbcbc85;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 1px 2px 15px #bcbcbc;
            box-shadow: 1px 2px 15px #bcbcbc;
  }
}

@keyframes resaltar2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 1px 2px 15px #bcbcbc85;
            box-shadow: 1px 2px 15px #bcbcbc85;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 1px 2px 15px #bcbcbc;
            box-shadow: 1px 2px 15px #bcbcbc;
  }
}

@-webkit-keyframes sacudir {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}

@keyframes sacudir {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
.chat-widget {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 400px;
  max-width: 90vw;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
  display: none;
  z-index: 99;
}
.chat-header {
  background-color: #008069;
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-header-left {
  display: flex;
  align-items: center;
  position: relative;
}
.chat-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.online-indicator {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 18px;
  height: 18px;
  background-color: #4CAF50;
  border-radius: 50%;
  border: 2px solid #008069;
}
.chat-header h3, .chat-header p {
  margin: 0;
}
.chat-header p {
  font-size: 0.8em;
  opacity: 0.8;
}
.close-btn {
  cursor: pointer;
  font-size: 40px;
  transition: color 0.3s ease;
}
.close-btn:hover {
  color: #e0e0e0;
}
.chat-body {
  padding: 15px;
  background-color: #f0f0f0;
  height: 250px;
  overflow-y: auto;
  background-image: url('../assets/fondo-chat.webp');
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chat-message {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  max-width: 80%;
  align-self: flex-start;
}
.chat-button {
  background-color: #25D366;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  transition: background-color 0.3s ease;

}
.chat-button:hover {
  background-color: #128C7E;
}
.chat-button i {
  margin-right: 8px;
}
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 30px;
  transition: background-color 0.3s ease;
}
.whatsapp-btn:hover {
  background-color: #128C7E;
}

@media (max-width: 480px) {
  .chat-widget {
      width: 90vw;
      bottom: 70px;
      right: 5vw;
  }
  .whatsapp-btn {
      width: 50px;
      height: 50px;
      font-size: 24px;
  }
}

/* Estilos para el slider de testimonios de WhatsApp */
.testimonials {
  padding: 60px 0;
  text-align: center;
}

.testimonials h2 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Parte 1: Slider de WhatsApp */
.whatsapp-slider {
  margin-bottom: 50px;
  width: 100%;
  max-width: 900px;
  height: var(--height);
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 10% 90%,
    transparent
  );
  border-radius: 15px;
  margin: 0 auto 50px auto;
}

@media (max-width: 700px) {
  .whatsapp-slider {
    position: relative;
    left: 0;
    right: 0;
    width: 100vw;
  }
}

.slider {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
  gap: 20px;
}

.slider .slide {
  width: var(--width);
  height: var(--height);
  position: absolute;
  flex-shrink: 0;
  left: 60%;
  animation: autoRun 15s linear infinite;
  animation-delay: calc((15s / var(--quantity)) * (var(--position) - 1));
}

.slide img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@keyframes autoRun {
  from {
    left: 100%;
  }
  to {
    left: calc(var(--width) * -1);
  }
}

/* Estilos para las tarjetas de testimonios */
.testimonial-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.testimonial-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff6b6b, #ffa500, #ff6b6b);
  background-size: 200% 100%;
  animation: gradientMove 3s ease infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.testimonial-item .icon {
  margin-bottom: 20px;
}

.testimonial-item .icon img {
  width: 40px;
  height: 40px;
  opacity: 0.7;
}

.testimonial-text {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
}

.testimonial-text::before {
  content: '"';
  font-size: 3rem;
  color: #ff6b6b;
  position: absolute;
  top: -15px;
  left: -10px;
  font-family: serif;
}

.author {
  color: #ffa500;
  font-weight: bold;
  font-size: 1rem;
  display: block;
  text-align: right;
}

/* Responsive para las tarjetas */
@media (max-width: 768px) {
  .testimonial-cards {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  
  .testimonial-item {
    padding: 25px;
  }
  
  .testimonials h2 {
    font-size: 2rem;
  }
}



/*# sourceMappingURL=index.css.map */

/* Estilos para las nuevas secciones de servicios */
.servicios-especializados {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 80px 0;
  color: #fff;
}

.servicios-especializados h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 60px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background: linear-gradient(45deg, #ff6b6b, #ffa500, #ff6b6b);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.servicios-especializados .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.servicios-especializados section {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.servicios-especializados section:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.servicios-especializados .imagen {
  width: 300px;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.servicios-especializados .texto {
  flex: 1;
}

.servicios-especializados h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #ffa500;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.servicios-especializados p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #e0e0e0;
}

/* Estilos para la sección de hechizos con foto */
.hechizos-foto {
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  padding: 80px 0;
  color: #fff;
}

.hechizos-foto .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hechizos-foto section {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.hechizos-foto section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6b6b, #ffa500, #ff6b6b);
  background-size: 200% 100%;
  animation: gradientMove 3s ease infinite;
}

.hechizos-foto .texto-hechizo {
  flex: 1;
}

.hechizos-foto h3 {
  font-size: 2.2rem;
  margin-bottom: 25px;
  color: #ffa500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hechizos-foto p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.hechizos-foto .imagen-hechizo {
  width: 350px;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.hechizos-foto .imagen-hechizo:hover {
  transform: scale(1.05);
}

/* Responsive para las nuevas secciones */
@media (max-width: 768px) {
  .servicios-especializados h2,
  .hechizos-foto h3 {
    font-size: 2rem;
  }
  
  .servicios-especializados section,
  .hechizos-foto section {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
  
  .servicios-especializados .imagen,
  .hechizos-foto .imagen-hechizo {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  
  .servicios-especializados .container,
  .hechizos-foto .container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .servicios-especializados,
  .hechizos-foto {
    padding: 60px 0;
  }
  
  .servicios-especializados h2 {
    font-size: 1.8rem;
  }
  
  .hechizos-foto h3 {
    font-size: 1.6rem;
  }
}

/* Estilos para la sección de servicios premium */
.servicios-premium {
  background: linear-gradient(135deg, #0f0f0f 0%, #1f1f1f 100%);
  padding: 80px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.servicios-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" patternUnits="userSpaceOnUse" width="100" height="100"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="0.8" fill="rgba(255,255,255,0.1)"/><circle cx="60" cy="10" r="0.3" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');
  opacity: 0.3;
}

.servicios-premium h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 60px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background: linear-gradient(45deg, #ffd700, #ffa500, #ffd700);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease infinite;
  position: relative;
  z-index: 1;
}

.servicios-premium .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.premium-card {
  background: linear-gradient(145deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 25px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}

.premium-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #ffd700, #ffa500, #ff6b6b);
  border-radius: 25px;
  padding: 2px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.premium-card:hover::before {
  opacity: 1;
}

.premium-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.card-icon {
  margin-bottom: 25px;
}

.card-icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
  transition: transform 0.3s ease;
}

.premium-card:hover .card-icon img {
  transform: scale(1.1);
}

.premium-card h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ffd700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.premium-card p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #e0e0e0;
}

.premium-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  text-align: left;
}

.premium-features span {
  color: #90ee90;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.btn-premium {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(45deg, #ffd700, #ffa500);
  color: #000;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
  border: none;
  cursor: pointer;
  z-index: 99;
}

.btn-premium:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
  background: linear-gradient(45deg, #ffa500, #ffd700);
}

.btn-premium i {
  font-size: 1.2rem;
}

/* Responsive para servicios premium */
@media (max-width: 768px) {
  .servicios-premium h2 {
    font-size: 2rem;
  }
  
  .premium-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .premium-card {
    padding: 30px 25px;
  }
  
  .servicios-premium .container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .servicios-premium {
    padding: 60px 0;
  }
  
  .servicios-premium h2 {
    font-size: 1.8rem;
  }
  
  .premium-card h3 {
    font-size: 1.4rem;
  }
}

/* Estilos para la sección de garantías y confianza */
.garantias-confianza {
  background: linear-gradient(135deg, #1f1f1f 0%, #0f0f0f 100%);
  padding: 80px 0;
  color: #fff;
  position: relative;
}

.garantias-confianza::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="1" fill="rgba(255,215,0,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  opacity: 0.2;
}

.garantias-confianza h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 60px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background: linear-gradient(45deg, #90ee90, #32cd32, #90ee90);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease infinite;
  position: relative;
  z-index: 1;
}

.garantias-confianza .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.garantias-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.garantia-item {
  background: linear-gradient(145deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.garantia-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #90ee90, #32cd32, #90ee90);
  background-size: 200% 100%;
  animation: gradientMove 3s ease infinite;
}

.garantia-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(144, 238, 144, 0.3);
}

.garantia-icon {
  margin-bottom: 20px;
}

.garantia-icon i {
  font-size: 3rem;
  color: #90ee90;
  text-shadow: 0 0 20px rgba(144, 238, 144, 0.5);
  transition: transform 0.3s ease;
}

.garantia-item:hover .garantia-icon i {
  transform: scale(1.1);
}

.garantia-item h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #90ee90;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.garantia-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #e0e0e0;
}

.cta-garantias {
  text-align: center;
  background: linear-gradient(135deg, rgba(144, 238, 144, 0.1) 0%, rgba(50, 205, 50, 0.1) 100%);
  border-radius: 25px;
  padding: 50px 40px;
  border: 2px solid rgba(144, 238, 144, 0.3);
  position: relative;
  overflow: hidden;
}

.cta-garantias::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hearts" patternUnits="userSpaceOnUse" width="30" height="30"><path d="M15 25c-5-5-10-10-15-15 5-5 10-10 15-15 5 5 10 10 15 15-5 5-10 10-15 15z" fill="rgba(144,238,144,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23hearts)"/></svg>');
  opacity: 0.3;
}

.cta-garantias h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #90ee90;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.cta-garantias p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.btn-garantias {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(45deg, #90ee90, #32cd32);
  color: #000;
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(144, 238, 144, 0.3);
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.btn-garantias:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(144, 238, 144, 0.4);
  background: linear-gradient(45deg, #32cd32, #90ee90);
}

.btn-garantias i {
  font-size: 1.3rem;
}

/* Responsive para garantías */
@media (max-width: 768px) {
  .garantias-confianza h2 {
    font-size: 2rem;
  }
  
  .garantias-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .garantia-item {
    padding: 30px 20px;
  }
  
  .cta-garantias {
    padding: 40px 30px;
  }
  
  .cta-garantias h3 {
    font-size: 1.8rem;
  }
  
  .garantias-confianza .container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .garantias-confianza {
    padding: 60px 0;
  }
  
  .garantias-confianza h2 {
    font-size: 1.8rem;
  }
  
  .cta-garantias h3 {
    font-size: 1.6rem;
  }
  
  .btn-garantias {
    padding: 15px 25px;
    font-size: 1rem;
  }
}

.testimonial-cards {
  display: grid;
  gap: 2rem;
  text-align: center;
}

.testimonial-item {
  background: #15161b;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  color: #f4f4f5;
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
}

.testimonial-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #22c55e;
  margin: 0 auto 1rem;
}

.testimonial-text {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.author {
  font-weight: 600;
  font-size: 1rem;
  color: #c9c9cf;
  display: block;
  margin-top: .5rem;
}
