:root {
  --marron: #726658;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.style_header {
  justify-content: center;
  align-items: center;
  width: 1115px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 220px 0 0;
  display: block;
}

.image {
  padding-top: 0;
  padding-bottom: 0;
}

.txt_h2 {
  color: #fff;
  width: 620px;
  margin-top: 10px;
  padding-top: 0;
  font-family: Kaisei Decol, sans-serif;
  font-size: 38px;
  line-height: 50px;
}

.txt_h3 {
  color: #fff;
  font-size: 24px;
}

.menu_brand {
  flex: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  display: inline-block;
}



.menu_text {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
  overflow: visible;
}

.menu_text_idioma {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 30px 20px 0;
  font-size: 16px;
  display: flex;
}

.section {
  height: 700px;
  padding-top: 0;
}

.menu_cont_brand {
  text-align: left;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: block;
  overflow: hidden;
}

.slider {
  float: none;
  height: 700px;
  display: block;
  position: relative;
  overflow: visible;
}



.mask {
  box-sizing: border-box;
  position: relative;
  top: auto;
  overflow: visible;
}



.slide-nav {
  top: auto;
}

.slide-2 {
  background-image: url('../images/img_4.jpg');
  background-position: 50% 0;
  background-size: auto;
  position: absolute;
}

.slide-3 {
  background-image: url('../images/img_3.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.slider_roll_2 {
  z-index: 0;
  opacity: 1;
  background-image: url('../images/img_4.jpg');
  background-position: 50% 0;
  background-size: auto;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.slider_roll_3 {
  z-index: 0;
  opacity: 1;
  background-image: url('../images/img_2.jpg');
  background-position: 50% 0;
  background-size: auto;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.slider_roll_4 {
  z-index: 0;
  opacity: 1;
  background-image: url('../images/img_3.jpg');
  background-position: 50% 0;
  background-size: auto;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.txt_h2-marron {
  color: var(--marron);
  justify-content: center;
  align-items: flex-start;
  width: 630px;
  min-width: 800px;
  margin-top: 60px;
  padding-top: 0;
  font-family: Kaisei Decol, sans-serif;
  font-size: 38px;
  line-height: 50px;
  display: flex;
}

.txt_h3_grey {
  color: #757575;
  font-size: 15px;
}

.txt_h4_grey {
  color: #757575;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 800px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  display: flex;
}

.sec_about {
  text-align: center;
  background-image: url('../images/fondo_sec_txt.png');
  background-position: 50% 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 530px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.txt_h4_brown {
  color: var(--marron);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 840px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.sec_pack_der_1 {
  background-image: url('../images/pack-4.jpg');
  background-position: 50% 0;
  background-size: auto;
  height: 500px;
}

.sec_pack_izq_1 {
  background-image: url('../images/pack-1.jpg');
  background-position: 50% 0;
  background-size: auto;
  height: 500px;
}

.div_txt_der {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1115px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.iso_small {
  text-align: right;
  margin-top: 100px;
}

.txt_h2_pack {
  color: #fff;
  text-align: right;
  width: 400px;
  margin-top: 20px;
  padding-top: 0;
  font-family: Kaisei Decol, sans-serif;
  font-size: 38px;
  line-height: 50px;
}

.txt_h4_white_20 {
  color: #fff;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  margin: 20px 0 40px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.div_sombra_izq {
  background-image: linear-gradient(90deg, #0006, #0000 60%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.boton_marco {
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 0;
  width: 120px;
  font-size: 12px;
}

.div-block-_der {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1115px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div_txt_izq {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1115px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt_h2_pack_izq {
  color: #fff;
  text-align: left;
  width: 400px;
  margin-top: 20px;
  padding-top: 0;
  font-family: Kaisei Decol, sans-serif;
  font-size: 38px;
  line-height: 50px;
}

.txt_h4_white_20_izq {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 400px;
  margin: 20px 0 40px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.div_sombra_der {
  background-image: linear-gradient(270deg, #0006, #0000 60%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.sec_testimonios {
  text-align: center;
  background-image: url('../images/testimonios.jpg');
  background-position: 50% 100%;
  background-size: auto;
  flex-flow: column;
  height: 500px;
  display: flex;
}

.div-block {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 1115px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div_titulo_testimonios {
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 1115px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quick-stack {
  width: 100%;
  height: 100%;
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.txt_h5_brown {
  color: var(--marron);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 20px;
}

.txt_name_people_grey {
  color: #9e9e9e;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.txt_region_people_orange {
  color: #f15a29;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 18px;
  display: flex;
}

.div-block-2 {
  border: 1px solid var(--marron);
  width: 25%;
  height: auto;
  /* Permitir que el contenedor ajuste su altura */
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* Recortar cualquier parte de la imagen que sobresalga */
}

.inner-image {
  width: 100%;
  height: auto;
  /* Mantener la proporción de la imagen */
  object-fit: cover;
  /* Asegura que la imagen cubra todo el contenedor sin estirarse */
  border-radius: 100%;
  /* Hace que la imagen sea redonda dentro del contenedor */
}

.image-2 {
  align-self: center;
}

.cell-2,
.cell-3 {
  justify-content: flex-start;
  align-items: center;
}

.sec_form {
  background-image: url('../images/fondo_form.jpg');
  background-position: 50% 0;
  background-size: auto;
  height: auto;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1115px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt_h2_white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0;
  justify-content: center;
  align-items: flex-start;
  width: 630px;
  min-width: 800px;
  margin-top: 40px;
  padding-top: 0;
  font-family: Kaisei Decol, sans-serif;
  font-size: 32px;
  line-height: 50px;
  display: flex;
}

.txt_h4_white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 800px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  display: flex;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.form {
  flex-flow: column;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.txt_form {
  color: #d1d1d1;
  font-size: 12px;
  overflow: visible;
}

.submit-button {
  margin-top: 20px;
}

.text-field,
.text-field-2,
.text-field-3 {
  border-radius: 2px;
}

.boton_relleno {
  text-align: center;
  background-color: #f15a29;
  border-style: solid;
  border-color: #fff;
  border-radius: 0;
  width: 200px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 9px;
  font-size: 12px;
  position: relative;
}

.txt_h4_white_suscripcion {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  display: flex;
}

.newsletter {
  margin-top: 5px;
  padding-left: 20px;
}

.sec_footer {
  background-color: #726658cc;
  height: 450px;
}

.div-block-4 {
  width: 1115px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.quick-stack-2 {
  border-bottom: 1px solid #adadad;
  min-height: 200px;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.cell-4 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.link_white {
  color: #fff;
  text-decoration: none;
}

.cell-5 {
  text-align: center;
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 40px;
  font-size: 16px;
}

.cell-6 {
  justify-content: space-around;
  padding-bottom: 47px;
  font-size: 16px;
}

.quick-stack-3 {
  height: 100%;
  padding: 0;
}

.cell-7 {
  text-align: center;
  justify-content: space-between;
}

.link_white_url {
  color: #fff;
  letter-spacing: 1px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.div_copyright {
  justify-content: space-between;
}

.txt_h4_white_copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  display: flex;
}

.div-block-5 {
  width: 60%;
  margin-top: 35px;
  margin-bottom: 35px;
}

.image-3 {
  cursor: pointer;
  margin-left: 24px;
  margin-right: 24px;
}

.link_image,
.image-4 {
  cursor: pointer;
}

.form-2 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  display: flex;
}

.form-block-2 {
  width: 100%;
  display: flex;
}

.txt_form_newsletter {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  font-family: Kaisei Decol, sans-serif;
  font-size: 24px;
  line-height: 50px;
  display: block;
}

.boton_relleno-_suscripci-n {
  background-color: var(--marron);
  text-align: center;
  border-style: solid;
  border-color: #fff;
  border-radius: 0;
  width: 150px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 9px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  position: static;
}


.quick-stack-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 100%;
  padding: 0;
  font-weight: 400;
}

.text-block,
.txt_detalle_paq {
  color: #d4d4d4;
  width: 90%;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.txt_precio_detalle {
  color: #d4d4d4;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.quick-stack-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-self: flex-start;
  width: 60%;
  margin-top: 40px;
  padding: 0;
}

.cell-8,
.cell-9 {
  justify-content: center;
  align-items: center;
}

.cell-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt_precio {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.txt_legal_paq {
  color: #d4d4d4;
  width: 80%;
  margin-top: 20px;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.boton_relleno_icon_wa {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #f15a29;
  background-clip: border-box;
  border-style: solid;
  border-color: #fff;
  border-radius: 0;
  width: 180px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 9px;
  font-size: 14px;
  margin: 30px auto 0 auto;
}

.pack_servicios {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  padding: 20;
}

.cel_icon_service {
  border: 1px #a5a5a5;
  border: 1px solid rgba(165, 165, 165, 0.1);
  justify-content: center;
  align-items: center;
}

.cell-11 {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.icon_service {
  align-self: center;
}

.txt_icon_service_pack {
  color: #d4d4d4;
  text-align: center;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.sec_pack_izq_2 {
  background-image: url('../images/pack-1.jpg');
  background-position: 50% 0;
  background-size: auto;
  height: 500px;
}

.text-block-2 {
  color: var(--marron);
  font-weight: 400;
  line-height: 30px;
}

.text-block-3 {
  color: red;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.error-message {
  background-color: #e6e6e6;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}



#w-node-bfebd272-a3ad-187a-231b-3fde0d4898d9-789437d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bfebd272-a3ad-187a-231b-3fde0d4898de-789437d7 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr 1fr;
}

#w-node-bfebd272-a3ad-187a-231b-3fde0d4898ec-789437d7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_388b4334-229d-4c3d-d1f3-abdf85f17796-789437d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_388b4334-229d-4c3d-d1f3-abdf85f1779b-789437d7 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr 1fr;
}

#w-node-_388b4334-229d-4c3d-d1f3-abdf85f177a9-789437d7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_95999e3a-d857-0c26-d680-c7e4f9cc59dc-789437d7,
#w-node-_17aee003-917b-1512-27f3-8852634fc7ac-789437d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e05b5556-c9f2-5594-cc35-0f12790cc18e-789437d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.5s, bottom 0.5s;
}

.toast.show {
  display: block;
  opacity: 1;
  bottom: 40px;
}

.toast.error {
  background-color: #e74c3c;
}

.toast.success {
  background-color: #2ecc71;
}

/* Estilos adicionales para el carrusel */
.slider-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100vh;
}

.slide {
  min-width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  /* Ajusta los textos más arriba */
  justify-content: center;
  position: relative;
  padding-top: 100px;
  /* Espacio superior */
}

.slide .style_header {
  color: white;
  text-align: left;
  position: absolute;
  top: 15px;
  /* Ajusta esto para alinear con el padding-top del logo */
  left: 10%;
}

.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.prev,
.next {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  border: none;
  cursor: pointer;
  padding: 110px;
  font-size: 25px;
  /* Ajusta el tamaño del icono */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Asegura que el contenedor del logo y los textos se alineen a la izquierda */
.slider-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}


/* Estilo para el texto del slider para alinear a la izquierda */
.style_header {
  position: absolute;
  top: 20%;
  left: 10%;
}

/* Ajusta los textos del slider */
.txt_h2 {
  color: #fff;
  max-width: 620px;
  font-size: 35px;
  line-height: 35px;
  margin-top: 10px;
  padding-left: 180px;
}

.txt_h3 {
  color: #fff;
  font-size: 18px;
  padding-left: 180px;
}


/* Ajusta los controles del slider para alinearlos a la izquierda */
.slide-nav {
  position: absolute;
  bottom: 100px;
  /* Ajusta la distancia desde el límite inferior */
  right: 50px;
  /* Ajusta la distancia desde el límite derecho */
  left: 10%;
  display: flex;
  gap: 5px;
  padding-left: 180px;
}

/* Ajuste de estilo para las líneas de navegación del slider */
.slide-nav button {
  width: 30px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slide-nav button.active {
  background-color: #F15A29;
}


/* Estilos para el menú */
.menu_text a {
  text-decoration: none;
  color: inherit;
}

.menu_text a:hover {
  text-decoration: underline;
}

/* Estilo del contenedor del menú desplegable */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Estilo del contenido del menú desplegable (oculto por defecto) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Estilo de los enlaces dentro del menú desplegable */
.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

/* Cambio de color al pasar el mouse sobre un enlace */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Mostrar el contenido del menú cuando se pasa el mouse sobre el contenedor */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Estilo para que el elemento principal (ES) se vea alineado */
.menu_text_idioma {
  cursor: pointer;
}

/* Estilos para iconos de redes sociales */
.social-icons {
  position: absolute;
  bottom: 100px;
  /* Ajusta la distancia desde el límite inferior */
  right: 50px;
  /* Ajusta la distancia desde el límite derecho */
  display: flex;
  gap: 10px;
}

.social-icons img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

/* Menú con fondo transparente inicial */
.style_menu {
  position: relative;
  /* Permite que el menú esté en su posición normal inicialmente */
  top: 0;
  width: 1115px;
  /* Mantiene el ancho fijo que has especificado */
  z-index: 10;
  background-color: transparent;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

/* Fondo negro semi-transparente cuando se hace scroll */
.style_menu.scrolled {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100vw;
  /* Asegura que ocupe el ancho completo de la ventana */
  left: 0;
  top: 0;
  margin: 0;
  /* Elimina cualquier margen extra */
  padding-left: calc((100vw - 1115px) / 2);
  /* Centrado preciso */
  padding-right: calc((100vw - 1115px) / 2);
  box-sizing: border-box;
}

/* Asegúrate de que el slider no tenga márgenes o padding que provoquen espacio extra */
.slider-container {
  margin-top: 0;
  padding-top: 0;
  position: relative;
}



/* Estilos para la sección expandible */
.sec_expand_pack {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #4A3F35;
  padding: 15px 0;
  position: relative;
}

/* Contenedor del degradado */
.sec_expand_pack::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-image: linear-gradient(#574d43, transparent 90%);
  width: 100%;
  pointer-events: none;
}

.div-block-6 {
  position: relative;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.sec_expand_pack .div-block-6 {
  max-width: 1115px;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}

.txt_detalle_paq {
  text-align: left;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ffffff;
  padding-left: 1%;
  /* Reducido de 10% a 5% */
}

.w-layout-cell.cell-11 {
  text-align: left;
  padding-right: 20px;
  width: 100%;
}

.cell-11 img[alt="Close icon"] {
  margin-left: 0%;
  /* Reducido de 10% a 5% */
  margin-bottom: 20px;
}

.quick-stack-4 {
  width: 100%;
}

/* Ajustes para los elementos dentro de cell-11 */
.cell-11 .txt_precio,
.cell-11 .txt_legal_paq,
.cell-11 .boton_relleno_icon_wa {
  margin-left: 1%;
  /* Reducido de 10% a 5% */
}

.cell-11 .quick-stack-5 {
  margin-left: 1%;
  /* Reducido de 10% a 5% */
}

/* Ajustes para la sección de servicios */
.w-layout-cell.servicios {
  padding-left: 1%;
  /* Reducido de 10% a 5% */
  padding-right: 1%;
  /* Reducido de 10% a 5% */
  width: 100%;
}




/* Responsive styles */
@media (max-width: 1024px) {
  .style_header {
    width: 100%;
    padding: 120px 20px 0;
  }

  .txt_h2 {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    padding-left: 20px;
  }

  .txt_h3 {
    padding-left: 20px;
  }

  .menu_cont_brand {
    justify-content: center;
  }

  .menu_text,
  .menu_text_idioma {
    display: none;
  }

  .social-icons {
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 768px) {
  .sec_about {
    height: auto;
    padding: 40px 20px;
  }

  .txt_h2-marron,
  .txt_h4_grey,
  .txt_h4_brown {
    min-width: 0;
    width: 100%;
  }

  .sec_pack_der_1,
  .sec_pack_izq_1 {
    height: 400px;
  }

  .div_txt_der,
  .div_txt_izq {
    width: 100%;
    padding: 0 20px;
  }

  .txt_h2_pack,
  .txt_h2_pack_izq {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
  }

  .txt_h4_white_20,
  .txt_h4_white_20_izq {
    width: 100%;
  }

  .sec_testimonios {
    height: auto;
    padding: 40px 20px;
  }

  .quick-stack {
    flex-direction: column;
  }

  .cell {
    margin-bottom: 40px;
  }

  .sec_form {
    height: auto;
    padding: 40px 20px;
  }

  .form {
    width: 100%;
  }

  .sec_footer {
    height: auto;
  }

  .quick-stack-2 {
    flex-direction: column;
  }

  .cell-4,
  .cell-5,
  .cell-6,
  .cell-7 {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  .boton_relleno_icon_wa {
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: #f15a29;
    background-clip: border-box;
    border-style: solid;
    border-color: #fff;
    border-radius: 0;
    width: 180px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 9px;
    font-size: 14px;
    margin: 30px auto 0 auto;
  }
}

/* Mobile menu styles */
.menu-container {
  display: none;
}

@media (max-width: 1024px) {
  .menu-container {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
  }

  .menu-icon {
    font-size: 24px;
    color: white;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    /* Asegura que el pseudo-elemento se posicione correctamente */
  }

  /* Icono de hamburguesa por defecto */
  .menu-icon::before {
    content: "☰";
    /* Símbolo de hamburguesa */
    font-size: 24px;
    color: white;
  }

  /* Cambia a una cruz cuando la clase .open está activa */
  .menu-icon.open::before {
    content: "✕";
    /* Símbolo de la cruz */
  }


  .menu {
    display: none;
    position: fixed;
    top: 9%;
    left: 50%;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    text-align: center;
    overflow-y: auto;
    /* Permite desplazamiento si el contenido es más grande que la pantalla */
  }

  /* Mostrar el menú cuando se activa la clase .active */
  .menu.active {
    display: block;
  }

  .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50%;
  }

  .menu li {
    margin: 20px 0;
  }

  .menu a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    pointer-events: auto;
  }
}

/* Slider responsive styles */
@media (max-width: 768px) {
  .slider-container {
    height: 70vh;
  }

  .slide {
    height: 70vh;
  }

  .slider-controls {
    display: none;
  }

  .slide-nav {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
  }
}

/* Accordion responsive styles */
@media (max-width: 768px) {
  .sec_expand_pack .quick-stack-4 {
    flex-direction: column;
  }

  .cell-11 {
    padding: 20px;
  }

  .txt_detalle_paq {
    padding-left: 0;
  }

  .quick-stack-5 {
    width: 100%;
  }

  .pack_servicios {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Form responsive styles */
@media (max-width: 768px) {
  .form-block {
    width: 100%;
    padding: 0 20px;
  }

  .text-field,
  .text-field-2,
  .text-field-3 {
    width: 100%;
  }

  .boton_relleno {
    width: 100%;
  }
}

.responsive-cell {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
  /* Fondo blanco opcional */
  border-radius: 10px;
  /* Bordes redondeados opcionales */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  /* Sombra opcional */
}

.img-responsive {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 100%;
  /* Relación de aspecto cuadrada */
  border-radius: 50%;
  /* Hace que la imagen sea circular */
}

@media screen and (max-width: 768px) {
  .txt_h2-marron {
    font-size: 28px;
    /* Ajuste de tamaño de fuente */
    line-height: 35px;

  }

  .txt_h4_grey {
    font-size: 18px;
    /* Ajuste de tamaño de fuente */
  }

  .txt_h5_brown {
    font-size: 16px;
  }

  .responsive-cell {
    padding: 10px;
  }
}

/*hasta aca funciona todo*/

/* Estilos móviles */
@media (max-width: 768px) {
  .sec_testimonios {
    height: auto;
    padding: 40px 20px;
  }

  .div-block,
  .div_titulo_testimonios {
    width: 100%;
  }

  .txt_h2-marron,
  .txt_h4_grey {
    min-width: 0;
    width: 100%;
  }

  .quick-stack {
    display: flex;
    flex-direction: column;
  }

  .cell {
    width: 100%;
    margin-bottom: 30px;
  }

  .w-layout-layout {
    display: flex;
    flex-direction: column;
  }

}

/* Estilos móviles para la sección de contacto */
@media screen and (max-width: 767px) {
  .sec_form {
    padding: 40px 20px;
    min-height: auto;
  }

  .div-block-3 {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  /* Ajustes específicos para los títulos */
  .txt_h2_white {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    word-break: break-word;
    hyphens: auto;
  }

  .txt_h4_white {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 10px;
    width: 100%;
    word-break: break-all;
    hyphens: auto;
  }


  /* Resto de estilos del formulario */
  .form-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .txt_form {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #ffffff;
  }

  .w-input {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.);
    color: #ffffff;
  }

  .newsletter {
    display: flex;
    align-items: center;
    margin: 15px 0;
  }

  .checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .txt_h4_white_suscripcion {
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
  }

  .boton_relleno {
    width: 100%;
    height: 44px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    background-color: #f15a29;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .boton_relleno:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }

  /* Toast notification para móvil */
  .toast {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 12px;
    border-radius: 4px;
    text-align: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease-in;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Ajuste para pantallas muy pequeñas */
  @media screen and (max-width: 320px) {
    .txt_h2_white {
      font-size: 20px;
    }

    .txt_h4_white {
      font-size: 14px;
      max-width: 240px;
    }
  }
}

/* Estilos móviles para el footer */
@media screen and (max-width: 767px) {
  .sec_footer {
    padding: 30px 15px;
    background-color: #726658cc;
  }

  .div-block-4 {
    width: 100%;
    max-width: 100%;
  }

  /* Ocultar elementos no necesarios en móvil */
  .cell-4,
  .form-block-2 {
    display: none;
  }

  /* Ajustes para el contenedor del logo y redes sociales */
  .cell-7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }

  /* Ajuste del logo */
  .cell-7 img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
  }

  .div-block-5 img {
    width: 40px;
    height: auto;
    margin-bottom: 20px;
  }

  /* Contenedor de redes sociales */
  .div-block-5 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 15px 0;
  }

  .image-3,
  .image-4,
  .link_image {
    width: 25px;
    height: 25px;
    transition: transform 0.2s ease;
    object-fit: cover;
    /* Asegura que la imagen ocupe todo el contenedor */
    display: inline-block;
    /* Alinea los iconos de forma similar */
    vertical-align: middle;
    /* Alineación uniforme con el texto o entre iconos */
  }

  /* Escala al hacer hover */
  .image-3:hover,
  .image-4:hover,
  .link_image:hover {
    transform: scale(1.1);
  }

  /* URL del sitio web */
  .link_white_url {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin-top: 15px;
    opacity: 0.8;
  }

  /* Copyright section */
  .div_copyright {
    /*margin-top: 20px;*/
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .txt_h4_white_copy {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    opacity: 0.6;
  }

  /* Layout adjustments */
  .w-layout-layout {
    display: contents;
  }

  .w-layout-cell {
    width: 100%;
  }

  .w-layout-celll {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Fuerza dos columnas de igual ancho */
    gap: 10px;
    margin: 0 auto;
    /* Ajusta el espacio entre las celdas */
  }

  .cel_icon_service {
    width: 100%;
    /* Asegura que cada celda ocupe todo el ancho de su columna */
    text-align: center;
    padding: 15px 0 5px 0;
    /* Centra el contenido de cada celda */
  }


  /* Ajuste para pantallas muy pequeñas */
  @media screen and (max-width: 320px) {
    .cell-7 img {
      width: 140px;
    }

    .div-block-5 {
      gap: 15px;
    }

    .image-3,
    .image-4,
    .link_image {
      width: 22px;
      height: 22px;
    }
  }
}

@media (max-width: 480px) {
  .slide-nav {
    position: absolute;
    bottom: 100px;
    /* Ajusta la distancia desde el límite inferior */
    right: 50px;
    /* Ajusta la distancia desde el límite derecho */
    left: 5%;
    display: flex;
    gap: 5px;
    padding-left: 180px;
  }

  .slide-nav button {
    width: 30px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .txt_h2_white {
    font-size: 25px;
    /* Ajusta el tamaño de fuente si es necesario */
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 15px;
    /* Aumenta el padding lateral para centrar el texto mejor */
    width: 100%;
    min-width: auto;
    word-break: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .txt_h4_white {
    font-size: 18px;
    /* Ajusta el tamaño de fuente si es necesario */
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 15px;
    /* Aumenta el padding lateral para centrar el texto mejor */
    width: 100%;
    min-width: auto;
    word-break: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .menu_brand {
    flex: 1;
    max-width: 100%;
    margin-left: 20px;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 10px;
    display: inline-block;
    width: 95px;
  }

  .slide .style_header {
    color: white;
    text-align: left;
    position: absolute;
    top: 15px;
    /* Ajusta esto para alinear con el padding-top del logo */
    left: 0%;
  }
}

@media (max-width: 768px) {

  /* Ajusta el ancho según tus necesidades */
  .quick-stack-5 {
    display: flex;
    flex-direction: row;
    /* Mantiene los elementos en una fila */
    justify-content: center;
    align-items: center;
  }

  .cell-8,
  .cell-9,
  .cell-10 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cell-10 {
    flex-direction: row;
    /* Mantiene "por persona" al lado del precio */
  }
}

.services-container {
  width: 100%;
  padding: 1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

/* Mobile styles */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  text-align: center;
}

.service-icon {
  width: auto;
  height: 64px;
  margin-bottom: 0.5rem;
}

.service-text {
  font-size: 0.875rem;
  color: #4a5568;
}