:root {
  --white: white;
  --black: black;
}

.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;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  flex-flow: row;
  min-width: 100%;
  height: 100%;
  font-family: Didot, sans-serif;
  font-style: normal;
  display: flex;
}

.body.valoracionpopup {
  background-image: url('../../images/Captura-de-pantalla-2024-12-17-a-las-9.06.57.png');
  background-position: 50% 0;
  background-size: cover;
}

.section {
  background-color: #f1a5a1;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.section.inicio {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.section.inicio.vecino {
  background-color: #f8e994;
}

.section.inicio.mercado {
  background-color: #f2c897;
}

.section.castiloo {
  background-image: linear-gradient(#f1a5a1b0, #f1a5a1b0), url('../../images/Sin-título-4-01.svg');
  background-position: 0 0, 115% 131px;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.div-block {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.div-block._2 {
  flex-flow: column;
  display: flex;
}

.div-block._2.centro {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 65%;
  padding: 20px;
  position: relative;
  overflow: auto;
}

.div-block._2.centro.sin {
  flex: 1;
  width: auto;
  padding: 0;
}

.div-block._2.centro.sin-overflow {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
}

.div-block._2.centro.pruebas {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  overflow: auto;
}

.div-block.comercio-local {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f1a5a1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.div-block.comercio-local.sin-espacio {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  min-width: 600px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block.comercio-local.sin-espacio.normal {
  background-color: #f1a5a1;
  flex: none;
  min-width: 500px;
}

.div-block.comercio-local.sin-espacio.normal.vecino {
  background-color: #f8e994;
}

.div-block.comercio-local.sin-espacio.normal.mercado {
  background-color: #f2c897;
}

.div-block.comercio-local.sin-espacio._2 {
  min-width: 500px;
}

.div-block.comercio-local.vecino {
  background-color: #f8e895;
}

.div-block.comercio-local.mercado {
  background-color: #f2c897;
}

.div-block.comercio-local.bloque-inicio {
  border-left: 15px solid #e74749;
  position: relative;
}

.div-block-2 {
  background-color: #f2c897;
  border-left: 15px solid #eaa554;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-3 {
  background-color: #f8e994;
  border-left: 15px solid #e6cc38;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.paragraph {
  text-align: justify;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
}

.div-block-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 4% auto auto 0%;
}

.div-block-4.negro {
  width: 65%;
  height: auto;
  position: static;
}

.div-block-5 {
  border-bottom: 6px solid #e74749;
  flex: 1;
}

.div-block-5.n {
  border-bottom-width: 5px;
  border-bottom-color: #000;
}

.div-block-5.amarillo {
  border-bottom-color: #e6cc38;
}

.div-block-5.naranja {
  border-bottom-color: #eaa554;
}

.image {
  margin-left: 10px;
}

.div-block-6 {
  background-color: #fff;
  background-image: url('../../images/menu_55002.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 19% auto 0% 7%;
}

.div-block-61 {
  background-color: #0071e3;
  border-radius: 20px;
  width: auto;
  height: auto;
  padding: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-13 {
  color: #fff;
  font-size: 11px;
  line-height: 4px;
}

.nav-dropdown-2 {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.image-7 {
  margin-right: 5px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 168px;
  margin-top: 10px;
  display: flex;
  right: -138px;
  box-shadow: 0 2px 5px #0003;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.div-block-63 {
  margin-right: 5px;
}

.text-block-12 {
  color: #000;
  align-self: center;
  font-weight: 700;
}

.text-block-12.perfil {
  font-weight: 400;
}

.text-block-12.rojo {
  color: #d31616;
}

.div-block-66, .div-block-68, .div-block-64 {
  margin-right: 5px;
}

.link-block-2 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-62 {
  margin-right: 5px;
  position: relative;
}

.div-block-45 {
  background-image: url('../../images/32936.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  position: relative;
}

.div-block-69 {
  background-color: #ffffffc4;
  border-radius: 10px;
  min-width: 450px;
  padding: 50px;
  position: relative;
}

.div-block-69.vecino {
  background-color: #ffffff8c;
}

.div-block-69.mercado {
  background-color: #ffffff4a;
}

.div-block-70 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  text-align: center;
}

.heading {
  text-align: center;
  margin-top: 0;
  font-style: italic;
}

.submit-button {
  color: #000;
  text-align: center;
  background-color: #ffffffa6;
  border-radius: 5px;
  min-width: 150px;
  margin-top: 10px;
  font-style: italic;
  font-weight: 400;
}

.submit-button._2, .submit-button.entero.amarillo {
  color: #fff;
  background-color: #e6cc38;
}

.text-field {
  color: #494949;
  background-color: #ffffffa6;
  border: 1px #000;
  border-radius: 5px;
}

.text-field-2 {
  background-color: #ffffffa6;
  border: 1px #000;
  border-radius: 5px;
}

.link {
  color: #e74749;
}

.link.vecino {
  color: #e6cc38;
}

.link.mercado {
  color: #eaa554;
}

.link-2 {
  color: #e74749;
  font-style: italic;
}

.link-2.vecino {
  color: #e6cc38;
}

.link-2.mercado {
  color: #eaa554;
}

.div-block-71 {
  background-image: url('../../images/cruz_-rojo-1.svg');
  background-position: 48% 47%;
  background-size: 280px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.image-8 {
  margin-left: 10px;
}

.image-8._2 {
  margin-bottom: 10px;
  margin-left: 0;
}

.div-block-72 {
  background-color: #f2c897;
  flex: 1;
}

.div-block-73 {
  background-color: #f8e994;
  flex: 1;
}

.image-9 {
  position: absolute;
  inset: auto auto -4% -4%;
}

.image-10 {
  position: absolute;
  inset: -4% -4% auto auto;
}

.div-block-74 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% 50%;
}

.div-block-75 {
  border-right: 6px solid #e74749;
  flex: 1;
}

.div-block-75.amarillo {
  border-right-color: #e6cc38;
}

.div-block-75.naranja {
  border-right-color: #eaa554;
}

.div-block-76 {
  width: 100%;
  max-width: 900px;
  padding: 20px;
}

.div-block-76.espacio {
  margin-top: 20px;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-style: italic;
}

.heading-2.normal {
  font-size: 24px;
  font-weight: 500;
}

.heading-2.normal._2 {
  margin-right: 0;
}

.heading-2.normal.espacio {
  margin-top: 40px;
}

.heading-2.normal.espacio.info {
  font-weight: 300;
}

.heading-2.normal.info {
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.heading-2.normal.juan {
  font-family: League Spartan, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.div-block-77 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-77._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.div-block-78 {
  border-bottom: 5px solid #000;
  flex: 1;
}

.div-block-78.amarillo {
  border-bottom-color: #e6cc38;
}

.div-block-79 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 10px;
  display: flex;
}

.div-block-80 {
  border: 4px solid #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 187px;
  margin-top: 20px;
  padding: 40px 10px 10px;
  display: flex;
  position: relative;
}

.div-block-80._2 {
  width: 400px;
  min-height: 100px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-80._2.sin {
  padding-bottom: 0;
}

.div-block-80.sin {
  border-width: 4px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.div-block-80.entero {
  align-self: stretch;
  min-height: auto;
}

.div-block-81 {
  background-color: #e74649;
  min-width: 140px;
  min-height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-81.vecino {
  background-color: #e6cc38;
}

.div-block-81.naranja {
  background-color: #eaa554;
}

.text-block-15 {
  color: #fff;
  padding: 4px 4px 4px 10px;
  font-style: italic;
}

.paragraph-2 {
  color: #000;
  align-self: flex-start;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-3 {
  color: #000;
  align-self: flex-start;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.heading-3 {
  color: #000;
  margin-top: -24px;
  font-style: italic;
}

.heading-3.normal {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3.normal.centro {
  text-align: center;
}

.div-block-82 {
  align-self: stretch;
  margin-top: 20px;
}

.div-block-83 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-84 {
  background-image: url('../../images/plus-negro.svg');
  background-position: 50%;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.div-block-84._2 {
  background-image: url('../../images/CROSS-NEGRO.svg');
  background-size: cover;
}

.div-block-84._2._3 {
  background-image: url('../../images/WEB-Mercado-05.svg');
}

.div-block-84._2._5 {
  background-image: url('../../images/WEB-Mercado-06.svg');
}

.div-block-84._4 {
  background-image: url('../../images/WEB-Mercado-04.svg');
}

.heading-4 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  color: #000;
  text-decoration: none;
}

.link-block-6.w--current {
  color: #e74649;
}

.link-block-6.vecino.w--current {
  color: #e6cc38;
}

.link-block-7 {
  color: #000;
  text-decoration: none;
}

.link-block-7.w--current {
  color: #e74749;
}

.link-block-7.mercado.w--current {
  color: #eaa554;
}

.link-block-7.vecino.w--current {
  color: #e6cc38;
}

.link-block-8 {
  color: #000;
  text-decoration: none;
}

.link-block-8.w--current {
  color: #e74749;
}

.link-block-8.mercado.w--current {
  color: #eaa554;
}

.link-block-8.vecino.w--current {
  color: #e6cc38;
}

.grid {
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-85 {
  background-color: #8cc63f;
  border-radius: 10px;
  width: 210px;
  position: relative;
}

.div-block-85.amarillo {
  background-color: #e6cc38;
}

.div-block-86 {
  background-color: #e74649;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.div-block-86.amarillo {
  background-color: #e6cc38;
}

.div-block-87 {
  background-color: #fff;
  border-radius: 5px 5px 10px 10px;
  flex-flow: column;
  padding: 30px 10px;
  display: flex;
}

.heading-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.heading-6 {
  color: #e74649;
  align-self: flex-end;
  margin-bottom: 0;
  font-style: italic;
}

.heading-6.amarillo {
  color: #e6cc38;
}

.div-block-88 {
  background-color: #fff;
  background-image: url('../../images/eye_117916.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 41% 11% 0% auto;
  box-shadow: 0 0 12px 2px #e2e2e2;
}

.button-2 {
  text-align: center;
  background-color: #d3b867;
  border-radius: 5px;
  flex: 1;
  width: 300px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-89 {
  background-image: url('../../images/2148222620.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.div-block-124 {
  background-image: url('../../images/2148779301.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-125 {
  border-right: 1px solid #d8d8d8;
}

.div-block-14 {
  background-color: #fff;
  border: 1px #a3a3a3;
  border-radius: 5px;
  width: 100%;
  max-width: 918px;
  padding: 20px 10px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-22 {
  display: flex;
}

.paragraph-4 {
  margin-left: 20px;
}

.paragraph-4.sin-espacio.normal {
  margin-left: 0;
}

.div-block-126 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sin-espacio {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-11 {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.div-block-11._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  min-height: 655px;
  margin-top: 10px;
  padding: 20px;
  overflow: auto;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.button-3 {
  background-color: #d3b867;
  border-radius: 5px;
  align-self: center;
}

.text-block-3 {
  margin-left: 10px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-127 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #d8d8d8;
  height: auto;
  padding-bottom: 10px;
  display: flex;
}

.div-block-127.sin-linea {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 0;
}

.div-block-128 {
  justify-content: space-between;
  display: flex;
}

.paragraph-5 {
  color: #000;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-6 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.div-block-129 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-130 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  color: #333;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
}

.paragraph-7.val {
  letter-spacing: -1px;
  font-family: League Spartan, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-7.val._2 {
  font-size: 31px;
}

.paragraph-7.val._3 {
  font-size: 19px;
}

.paragraph-7.val._4 {
  font-size: 43px;
}

.text-block-16 {
  color: #e74649;
  align-self: flex-end;
  margin-top: 10px;
  font-style: italic;
  font-weight: 400;
}

.text-block-16.vecino {
  color: #e6cc38;
}

.text-block-16.naranja {
  color: #eaa554;
}

.field-label, .field-label-2, .checkbox-label, .checkbox-label-2 {
  font-style: italic;
}

.text-span, .norma {
  font-weight: 500;
}

.text-span-2 {
  font-weight: 600;
}

.div-block-131 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
}

.div-block-132 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.heading-8 {
  margin: 0;
  font-style: italic;
}

.heading-8.espacio {
  margin-top: 15px;
}

.div-block-133 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-133.espacio {
  margin-top: 20px;
}

.div-block-133.espacio.redes {
  justify-content: flex-end;
  align-items: center;
}

.div-block-134 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.paragraph-8 {
  max-width: 500px;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
}

.paragraph-8.espacio {
  margin-top: 20px;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.paragraph-8.espacio.val {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-8.sin {
  max-width: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-8.sin.fecha {
  font-family: Didot Lt Std, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.paragraph-8.entero {
  max-width: none;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.div-block-135 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-136 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-137 {
  align-self: stretch;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-137.m-s {
  max-width: 900px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-138 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-138._2 {
  justify-content: space-between;
}

.div-block-139 {
  background-color: #e6cc38;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  height: 30px;
  padding-right: 20px;
  display: flex;
}

.div-block-140 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  max-width: 900px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.div-block-141 {
  align-self: stretch;
  max-width: 900px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-141.m-s {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2._3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-142 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-143 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-143.listado {
  justify-content: flex-start;
  align-items: flex-start;
  height: 307px;
  overflow: auto;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-3._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-144 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  height: 400px;
  display: flex;
  overflow: auto;
}

.div-block-145 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-146 {
  background-color: #e6cc38;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.flex {
  flex-flow: column;
  display: flex;
}

.flex.espacio {
  margin-top: 20px;
}

.div-block-147 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block-148 {
  height: 75px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-149 {
  background-color: #e6cc38;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-150 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-151 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-152 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.image-11 {
  position: absolute;
  inset: auto -7% -15% auto;
}

.div-block-153 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-block-9 {
  text-decoration: none;
}

.div-block-154 {
  position: relative;
}

.div-block-155 {
  background-color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -22% -22% auto auto;
}

.text-block-17 {
  text-align: center;
}

.div-block-156, .div-block-157, .div-block-158, .div-block-159, .div-block-160, .div-block-161, .div-block-162, .div-block-163, .div-block-164, .div-block-165, .div-block-166 {
  position: relative;
}

.footer-light {
  border-bottom: 1px solid #00000059;
  width: 100%;
  padding: 80px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-link-two.w--current {
  color: #eaa554;
}

.footer-link-two.comercip.w--current {
  color: #e74749;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #00000059;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-light-2 {
  border-bottom: 1px solid #00000059;
  width: 100%;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-divider-two-2 {
  background-color: #00000059;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-light-3 {
  border-bottom: 1px solid #00000059;
  width: 100%;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-link-two-2 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: #1a1b1fbf;
}

.footer-link-two-2.w--current {
  color: #e6cc38;
}

.footer-divider-two-3 {
  background-color: #00000059;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-167 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.entero {
  flex-flow: column;
  font-family: Didot, sans-serif;
  display: flex;
}

.section-2 {
  background-color: #e9e9e9;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-168 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  max-width: 900px;
  max-height: 600px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-169 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-9 {
  margin-bottom: 40px;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-9.final {
  margin-bottom: 0;
}

.div-block-170 {
  margin-bottom: 20px;
}

.div-block-171 {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: auto;
}

.div-block-172 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.form-block {
  align-self: stretch;
}

.textarea {
  color: #000;
  background-color: #fff0;
  border: 1px solid #00000021;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.textarea::placeholder {
  color: #00000054;
}

.text-field-3 {
  color: #000;
  background-color: #fff0;
  border: 1px solid #00000021;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-field-3::placeholder {
  color: #00000054;
}

.link-block-10, .link-block-11 {
  text-decoration: none;
}

.link-block-12, .link-block-13 {
  align-self: flex-end;
  text-decoration: none;
}

.section-3 {
  background-image: url('../../images/DSC05748p1p1.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-173 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-15 {
  mix-blend-mode: normal;
}

.heading-9 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}

.body-2 {
  flex-flow: column;
  display: flex;
}

.form-2 {
  max-height: 244px;
  overflow: auto;
}

.form-2.sin-scroll {
  max-height: none;
}

.div-block-175 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-176 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._1 {
  align-self: flex-start;
  width: 400px;
}

._2._4 {
  align-self: flex-end;
  width: 500px;
}

.link-block-14 {
  align-self: flex-start;
}

.link-block-15 {
  align-self: flex-end;
}

.select-field {
  color: #494949;
  background-color: #ffffffa6;
  border: 1px solid #ffffffa6;
  border-radius: 5px;
}

.textarea-2 {
  color: #494949;
  background-color: #ffffffa6;
  border: 1px solid #ffffffa6;
}

.div-block-177 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-177._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.image-16 {
  margin-top: 0;
  margin-bottom: 8px;
}

.text-block-18 {
  font-size: 15px;
}

.div-block-178 {
  padding: 20px;
  display: flex;
}

.val {
  flex: 1;
}

.val.espacio.divv {
  border-left: 2px solid #000;
  padding-left: 10px;
}

.div-block-179 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 220px;
  display: flex;
}

.section-4 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000001f;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-180 {
  background-color: #ffffffa6;
  border-radius: 15px;
  width: 96%;
  max-width: 600px;
  padding: 20px;
}

.div-block-181 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-182 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-2 {
  margin-top: 20px;
}

.text-field-4 {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000;
  border-bottom-color: #000;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.text-field-4::placeholder {
  color: #000;
}

@media screen and (max-width: 991px) {
  .body {
    height: auto;
    display: flex;
  }

  .section.inicio {
    flex-flow: column;
  }

  .div-block._2.centro {
    width: 100%;
    overflow: visible;
  }

  .div-block._2.centro.pruebas {
    width: auto;
  }

  .div-block._2.centro.espacio {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .div-block.comercio-local.sin-espacio._2 {
    min-width: auto;
    padding-top: 100px;
  }

  .div-block.comercio-local.sin-espacio._2.no {
    padding-top: 80px;
  }

  .div-block.comercio-local.bloque-inicio {
    border-left: 15px solid #e74749;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-69 {
    z-index: 2;
  }

  .div-block-72 {
    flex: 1;
  }

  .div-block-74 {
    left: 81%;
  }

  .div-block-80._2, .div-block-80._2.sin {
    width: auto;
  }

  .div-block-83 {
    align-self: stretch;
    margin-top: 80px;
  }

  .div-block-83.no {
    margin-top: 0;
  }

  .div-block-11 {
    flex: 0 auto;
    width: 100%;
  }

  .div-block-11._2 {
    overflow: auto;
  }

  .div-block-128 {
    flex-flow: column;
  }

  .div-block-144 {
    height: 600px;
  }

  .image-12, .image-13 {
    margin-top: 30px;
  }

  .image-14 {
    margin-top: 60px;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .div-block.comercio-local.sin-espacio.normal.vecino {
    min-width: auto;
  }

  .div-block-4 {
    width: 96%;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-80._2, .div-block-80._2.sin {
    width: auto;
  }

  .div-block-128 {
    flex-flow: column;
  }

  .div-block-138._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-2._2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .grid-3._2._5, .grid-3._3 {
    flex-flow: column;
    display: flex;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-light-2, .footer-light-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._1 {
    width: 45vw;
  }

  ._2._4 {
    width: 63vw;
  }

  .div-block-178 {
    flex-flow: column;
  }

  .val.espacio.divv {
    border-top: 2px solid #000;
    border-left-style: none;
    padding-top: 10px;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .div-block.comercio-local.sin-espacio.normal {
    min-width: auto;
  }

  .div-block.comercio-local.bloque-inicio {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    width: 96%;
  }

  .div-block-69 {
    min-width: auto;
  }

  .image-9 {
    bottom: -3.5%;
  }

  .image-10 {
    right: -6%;
  }

  .div-block-77 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .div-block-79 {
    margin-left: 0;
  }

  .div-block-80 {
    padding-top: 40px;
  }

  .div-block-80._2, .div-block-80._2.sin {
    width: auto;
  }

  .heading-3 {
    text-align: center;
    margin-top: -18px;
  }

  .heading-3.normal.centro {
    font-size: 25px;
  }

  .div-block-128, .div-block-138._2 {
    flex-flow: column;
  }

  .grid-2._3 {
    flex-flow: column;
    display: flex;
  }

  .image-12, .image-13 {
    width: 250px;
    margin-top: 60px;
  }

  .image-14, .inicio {
    width: 250px;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  ._1 {
    width: 40vw;
  }

  ._2._4 {
    width: 60vw;
  }
}

#w-node-_0a6e0309-6c89-1da7-13fe-f5a1701a7fb6-0e8b87c4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_15736b35-3cdf-80e9-77ad-b63c42900d38-0e8b87c4, #w-node-_6be7d573-c417-151d-68ee-ce983a734190-0e8b87c4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_15736b35-3cdf-80e9-77ad-b63c42900d37-0e8b87c4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2b7d1503-16b3-a8ec-4037-f251b5911898-37c4d130 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_60428a19-d443-d3c7-4a64-48b0455d81c4-37c4d130 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_2b7d1503-16b3-a8ec-4037-f251b5911898-03c786bc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_60428a19-d443-d3c7-4a64-48b0455d81c4-03c786bc {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0a6e0309-6c89-1da7-13fe-f5a1701a7fb6-0dc54d92 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_15736b35-3cdf-80e9-77ad-b63c42900d38-0dc54d92, #w-node-_6be7d573-c417-151d-68ee-ce983a734190-0dc54d92 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_15736b35-3cdf-80e9-77ad-b63c42900d37-0dc54d92 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2b7d1503-16b3-a8ec-4037-f251b5911898-1ecfea36 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_60428a19-d443-d3c7-4a64-48b0455d81c4-1ecfea36 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_2b7d1503-16b3-a8ec-4037-f251b5911898-84af82ca {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_60428a19-d443-d3c7-4a64-48b0455d81c4-84af82ca {
  grid-area: span 2 / span 3 / span 2 / span 3;
}


@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot-Regular.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot-Medium.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Didot Lt Std';
  src: url('../fonts/Didot-LT-Std-Italic.zip') format('undefined');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot-Bold-Italic.zip') format('undefined');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Didot Lt Std';
  src: url('../fonts/Didot-LT-Std-Bold.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
