.cabecera-wrapper {
  display: contents;
}
 
.cabecera-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.cabecera-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.cabecera-navlink1 {
  display: contents;
}
 
.cabecera-image1 {
  height: 3rem;
  text-decoration: none;
}
 
.cabecera-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.cabecera-links1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.cabecera-link11 {
  text-decoration: none;
}
 
.cabecera-link12 {
  text-decoration: none;
}
 
.cabecera-link13 {
  text-decoration: none;
}
 
.cabecera-link5 {
  text-decoration: none;
}
 
.cabecera-buttons1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.cabecera-action11 {
  display: flex;
  flex-direction: row;
}
 
.cabecera-navlink2 {
  text-decoration: none;
}
 
.cabecera-burger-menu {
  display: none;
}
 
.cabecera-icon10 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.cabecera-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.cabecera-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.cabecera-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.cabecera-logo {
  height: 3rem;
}
 
.cabecera-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.cabecera-icon12 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.cabecera-links2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.cabecera-link14 {
  text-decoration: none;
}
 
.cabecera-link2 {
  text-decoration: none;
}
 
.cabecera-link3 {
  text-decoration: none;
}
 
.cabecera-link4 {
  text-decoration: none;
}
 
.cabecera-buttons2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  margin-top: var(--dl-layout-space-twounits);
  align-items: center;
  flex-direction: row;
}
 
.cabecera-navlink3 {
  text-decoration: none;
}
 
.cabecera-icon-group {
  gap: var(--dl-layout-space-twounits);
  display: flex;
}
 
.alquiler-local-eventos-tres-cantos-fragment11 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text101 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment15 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text105 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment12 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text102 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment17 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text107 {
  color: var(--dl-color-theme-neutral-light);
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment16 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text106 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment10 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text100 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment14 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text104 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment13 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text103 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 767px) {
  .cabecera-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .cabecera-desktop-menu {
    display: none;
  }
  .cabecera-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .cabecera-navbar-interactive {
    padding: var(--dl-layout-space-unit);
    padding-right: 16px;
  }
  .cabecera-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.hero-en-alquiler-wrapper {
  display: contents;
}
 
.hero-en-alquiler-header5 {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.hero-en-alquiler-image {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
 
.hero-en-alquiler-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.hero-en-alquiler-max-width {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: flex-start;
}
 
.hero-en-alquiler-column {
  gap: 24px;
  width: auto;
  display: flex;
  z-index: 1;
  max-width: 560px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero-en-alquiler-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  animation-name: fadeInLeftBig;
  flex-direction: column;
  animation-delay: 0s;
  animation-duration: 500ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.alquiler-local-eventos-tres-cantos-fragment19 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text109 {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment18 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text108 {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
}
 
@media(max-width: 767px) {
  .hero-en-alquiler-header5 {
    justify-content: center;
  }
  .hero-en-alquiler-max-width {
    justify-content: center;
  }
  .hero-en-alquiler-column {
    width: 100%;
  }
  .hero-en-alquiler-text1 {
    text-align: center;
  }
  .hero-en-alquiler-text2 {
    text-align: center;
  }
}

.numeros-en-alquiler-wrapper {
  display: contents;
}
 
.numeros-en-alquiler-max-width {
  gap: var(--dl-layout-space-fourunits);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
 
.numeros-en-alquiler-container2 {
  align-self: center;
  align-items: flex-start;
}
 
.numeros-en-alquiler-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.numeros-en-alquiler-container4 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.numeros-en-alquiler-container5 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.numeros-en-alquiler-container6 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.numeros-en-alquiler-container7 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.numeros-en-alquiler-container8 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.numeros-en-alquiler-container9 {
  max-width: 50%;
}
 
.alquiler-local-eventos-tres-cantos-fragment21 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text111 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment23 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text113 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment28 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text118 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment22 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text112 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment29 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text119 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment26 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text116 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment27 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text117 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment30 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text120 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment25 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text115 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment24 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text114 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment20 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text110 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .numeros-en-alquiler-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .numeros-en-alquiler-container9 {
    width: 100%;
    max-width: 100%;
  }
}
 
@media(max-width: 479px) {
  .numeros-en-alquiler-image {
    width: 100%;
  }
}

.tipos-de-alquiler-en-alquiler-wrapper {
  display: contents;
}
 
.tipos-de-alquiler-en-alquiler-max-width {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.tipos-de-alquiler-en-alquiler-container2 {
  width: 100%;
  z-index: 100;
}
 
.tipos-de-alquiler-en-alquiler-container3 {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.tipos-de-alquiler-en-alquiler-text11 {
  text-align: justify;
}
 
.tipos-de-alquiler-en-alquiler-container4 {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.tipos-de-alquiler-en-alquiler-text13 {
  text-align: justify;
}
 
.tipos-de-alquiler-en-alquiler-container5 {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.tipos-de-alquiler-en-alquiler-text15 {
  text-align: justify;
}
 
.tipos-de-alquiler-en-alquiler-image {
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
 
.alquiler-local-eventos-tres-cantos-fragment31 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text121 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment32 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text122 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment33 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text123 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment34 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text124 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment36 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text135 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment35 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text130 {
  display: inline-block;
}
 

 
@media(max-width: 767px) {
  .tipos-de-alquiler-en-alquiler-max-width {
    flex-direction: column;
  }
  .tipos-de-alquiler-en-alquiler-container3 {
    align-self: flex-start;
  }
  .tipos-de-alquiler-en-alquiler-text10 {
    align-self: center;
  }
  .tipos-de-alquiler-en-alquiler-container4 {
    align-self: flex-start;
  }
  .tipos-de-alquiler-en-alquiler-text12 {
    align-self: center;
  }
  .tipos-de-alquiler-en-alquiler-container5 {
    align-self: flex-start;
  }
  .tipos-de-alquiler-en-alquiler-text14 {
    align-self: center;
  }
}

.lista-alquiler-en-alquiler-wrapper {
  display: contents;
}
 
.lista-alquiler-en-alquiler-pricing4 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.lista-alquiler-en-alquiler-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.lista-alquiler-en-alquiler-content1 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: solid;
  border-width: 1px;
  flex-direction: column;
}
 
.lista-alquiler-en-alquiler-price-title1 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.lista-alquiler-en-alquiler-price-title2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.lista-alquiler-en-alquiler-title {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.lista-alquiler-en-alquiler-text10 {
  font-style: normal;
  font-weight: 600;
}
 
.lista-alquiler-en-alquiler-content2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.lista-alquiler-en-alquiler-content3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: var(--dl-layout-space-halfunit);
  padding-bottom: var(--dl-layout-space-halfunit);
}
 
.lista-alquiler-en-alquiler-list1 {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  width: auto;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.lista-alquiler-en-alquiler-list-item10 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item11 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item12 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item13 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item14 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item15 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item16 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item17 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item18 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item19 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list2 {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  width: auto;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.lista-alquiler-en-alquiler-list-item20 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item21 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item22 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item23 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item24 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item25 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item26 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item27 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item28 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-list-item29 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.lista-alquiler-en-alquiler-button {
  width: 100%;
  text-decoration: none;
}
 
.alquiler-local-eventos-tres-cantos-fragment37 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text141 {
  display: inline-block;
  font-size: 25px;
}
 
.alquiler-local-eventos-tres-cantos-fragment38 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text142 {
  color: var(--dl-color-theme-neutral-light);
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment47 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text161 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment56 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text186 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment48 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text164 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment41 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text145 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment52 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text174 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment43 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text149 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment42 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text146 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment54 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text180 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment55 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text183 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment44 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text152 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment60 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text197 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment57 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text190 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment40 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text144 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment53 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text177 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment51 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text171 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment50 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text168 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment46 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text158 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment58 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text193 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment59 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text196 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment45 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text155 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment39 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text143 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment49 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text167 {
  display: inline-block;
}
 
@media(max-width: 479px) {
  .lista-alquiler-en-alquiler-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .lista-alquiler-en-alquiler-price-title1 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .lista-alquiler-en-alquiler-price-title2 {
    align-items: center;
    justify-content: center;
  }
  .lista-alquiler-en-alquiler-title {
    align-items: center;
    justify-content: center;
  }
  .lista-alquiler-en-alquiler-text10 {
    text-align: center;
  }
  .lista-alquiler-en-alquiler-text11 {
    text-align: center;
  }
  .lista-alquiler-en-alquiler-content3 {
    flex-direction: column;
  }
  .lista-alquiler-en-alquiler-list1 {
    width: 100%;
  }
  .lista-alquiler-en-alquiler-list2 {
    width: 100%;
  }
  .lista-alquiler-en-alquiler-button {
    width: 100%;
  }
}

.galeria-de-fotos-en-alquiler-wrapper {
  display: contents;
}
 
.galeria-de-fotos-en-alquiler-gallery3 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.galeria-de-fotos-en-alquiler-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.galeria-de-fotos-en-alquiler-section-title {
  gap: 24px;
  width: auto;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.galeria-de-fotos-en-alquiler-container {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.galeria-de-fotos-en-alquiler-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  height: 600px;
  display: flex;
  overflow: auto;
}
 
.galeria-de-fotos-en-alquiler-image1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.galeria-de-fotos-en-alquiler-image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.galeria-de-fotos-en-alquiler-image6 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.galeria-de-fotos-en-alquiler-image71 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.galeria-de-fotos-en-alquiler-image72 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.galeria-de-fotos-en-alquiler-image73 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.galeria-de-fotos-en-alquiler-image74 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.galeria-de-fotos-en-alquiler-image75 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.galeria-de-fotos-en-alquiler-image76 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.galeria-de-fotos-en-alquiler-image77 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
@media(max-width: 767px) {
  .galeria-de-fotos-en-alquiler-section-title {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .galeria-de-fotos-en-alquiler-content {
    height: 450px;
  }
}

.contacto-wrapper {
  display: contents;
}
 
.contacto-contact11 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}
 
.contacto-max-width {
  display: flex;
  flex-direction: column;
}
 
.contacto-section-title {
  gap: var(--dl-layout-space-unit);
  display: flex;
  flex-direction: column;
}
 
.contacto-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contacto-content2 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.contacto-form {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.contacto-input1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contacto-input2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contacto-text-input2 {
  background-color: var(--dl-color-theme-neutral-light);
}
 
.contacto-input3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contacto-checkbox1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
}
 
.contacto-content3 {
  align-items: stretch;
}
 
.contacto-row1 {
  align-items: flex-start;
}
 
.contacto-icon1 {
  width: 32px;
  height: 32px;
}
 
.contacto-contact-info1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contacto-image {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
 
.contacto-contact-info2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contacto-icon3 {
  width: 32px;
  height: 32px;
}
 
.contacto-contact-info3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contacto-iframe {
  width: 100%;
  height: auto;
  min-height: 450px;
  object-fit: cover;
}
 
.alquiler-local-eventos-tres-cantos-fragment63 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text202 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment65 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text204 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment61 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text200 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment66 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text205 {
  color: var(--dl-color-theme-neutral-light);
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment64 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text203 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment62 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text201 {
  display: inline-block;
}
 

 

 

 

 

 

 
@media(max-width: 991px) {
  .contacto-form {
    width: 50%;
  }
  .contacto-content3 {
    width: 50%;
  }
  .contacto-row1 {
    flex-direction: column;
  }
  .contacto-content4 {
    width: 50%;
  }
  .contacto-contact-info1 {
    width: 50%;
  }
  .contacto-content5 {
    width: 50%;
  }
  .contacto-row2 {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .contacto-row2 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .contacto-content2 {
    flex-direction: column;
  }
  .contacto-form {
    width: 100%;
  }
  .contacto-content3 {
    width: 100%;
  }
  .contacto-row1 {
    flex-direction: column;
  }
  .contacto-content4 {
    width: 100%;
  }
  .contacto-content5 {
    width: 100%;
  }
  .contacto-row2 {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer4 {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.footer-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer-content {
  gap: 32px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.footer-logo {
  gap: 24px;
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer-navlink1 {
  display: contents;
}
 
.footer-image1 {
  height: 2rem;
  text-decoration: none;
}
 
.footer-social-links {
  gap: var(--dl-layout-space-unit);
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}
 
.footer-link {
  display: contents;
}
 
.footer-icon1 {
  text-decoration: none;
}
 
.footer-navlink2 {
  display: contents;
}
 
.footer-icon3 {
  text-decoration: none;
}
 
.footer-navlink3 {
  display: contents;
}
 
.footer-icon5 {
  text-decoration: none;
}
 
.footer-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer-row {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
 
.footer-footer-links {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
}
 
.footer-link11 {
  text-decoration: none;
}
 
.footer-link13 {
  text-decoration: none;
}
 
.alquiler-local-eventos-tres-cantos-fragment67 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text206 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment68 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text207 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .footer-logo {
    width: auto;
  }
}
 
@media(max-width: 767px) {
  .footer-content {
    flex-direction: column;
  }
  .footer-row {
    flex-direction: column;
  }
  .footer-footer-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer-content {
    width: 100%;
  }
}

.alquiler-local-eventos-tres-cantos-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.alquiler-local-eventos-tres-cantos-fragment10 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text100 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment11 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text101 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment12 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text102 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment13 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text103 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment14 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text104 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment15 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text105 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment16 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text106 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment17 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text107 {
  color: var(--dl-color-theme-neutral-light);
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment18 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text108 {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment19 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text109 {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment20 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text110 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment21 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text111 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment22 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text112 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment23 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text113 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment24 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text114 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment25 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text115 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment26 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text116 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment27 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text117 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment28 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text118 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment29 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text119 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment30 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text120 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment31 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text121 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment32 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text122 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment33 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text123 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment34 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text124 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment35 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text130 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment36 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text135 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment37 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text141 {
  display: inline-block;
  font-size: 25px;
}
 
.alquiler-local-eventos-tres-cantos-fragment38 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text142 {
  color: var(--dl-color-theme-neutral-light);
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment39 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text143 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment40 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text144 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment41 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text145 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment42 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text146 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment43 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text149 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment44 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text152 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment45 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text155 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment46 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text158 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment47 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text161 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment48 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text164 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment49 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text167 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment50 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text168 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment51 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text171 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment52 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text174 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment53 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text177 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment54 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text180 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment55 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text183 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment56 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text186 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment57 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text190 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment58 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text193 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment59 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text196 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment60 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text197 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment61 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text200 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment62 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text201 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment63 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text202 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment64 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text203 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment65 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text204 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment66 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text205 {
  color: var(--dl-color-theme-neutral-light);
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment67 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text206 {
  display: inline-block;
}
 
.alquiler-local-eventos-tres-cantos-fragment68 {
  display: contents;
}
 
.alquiler-local-eventos-tres-cantos-text207 {
  display: inline-block;
}
