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

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #000;
  font-weight: 700;
}

.section {
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer3-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-label {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer3-quote {
  padding-right: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.footer3-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer3-link {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.footer3-link:hover {
  opacity: 1;
  color: #fff;
}

.paragraph-small {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}

.body {
  background-color: #30b54e;
}

.container {
  margin-top: 28px;
  background-color: transparent;
}

.barra-de-nav-deados {
  background-color: transparent;
}

.nav-link {
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.77);
  font-size: 20px;
}

.nav-link:hover {
  color: #fff;
  font-weight: 400;
}

.hero-principal-deados {
  height: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 21px;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('../images/hero-deados.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.deadosfooter {
  margin-bottom: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 29px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.encabezado-hero-home {
  font-family: 'Open Sans', sans-serif;
  color: #0e6321;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

.copyright-deados {
  margin-top: 17px;
  margin-bottom: 17px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.deados-quienes-somos {
  margin-top: 0px;
  margin-bottom: 26px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

.image {
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  margin-top: 50px;
  margin-bottom: 15px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0e6321;
}

.heading-3 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0e6321;
  text-decoration: none;
}

.text-block-2 {
  margin-top: 23px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.div-block-4 {
  margin-bottom: 31px;
}

.footer-deados {
  margin-bottom: 0px;
  padding-top: 34px;
  padding-bottom: 20px;
  background-color: #0e6321;
}

.hero-alquiler-deados {
  height: 130px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 21px;
  border-radius: 10px;
  background-color: #f2ff00;
  background-image: url('../images/fondo-alquileres.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 35px;
  padding: 39px 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  color: #fff;
}

.grid-3 {
  margin-bottom: 18px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-3 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #0e6321;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.encabezado-internas {
  font-family: 'Open Sans', sans-serif;
  color: #0e6321;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.heading-4 {
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.div-block-5 {
  margin-bottom: 62px;
  padding-top: 26px;
  padding-bottom: 53px;
  border-radius: 10px;
  background-color: #f0811a;
}

.text-block-4 {
  margin-bottom: 16px;
  padding-right: 119px;
  padding-left: 119px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.grid-4 {
  padding-right: 38px;
  padding-left: 38px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-5 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.grid-5 {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-6 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-block-5 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.grid-7 {
  padding-right: 35px;
  padding-left: 35px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area" "Area-2" "Area-3";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-2 {
  width: 90px;
}

.heading-6 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.paragraph-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.grid-8 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-9 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-3 {
  width: 120px;
}

.grid-11 {
  padding-right: 45px;
  padding-left: 45px;
  grid-column-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-12 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.image-4 {
  width: 120px;
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

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

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-13 {
  margin-bottom: 43px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.image-5 {
  display: block;
  margin-top: 32px;
  margin-bottom: 32px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-7 {
  margin-top: 34px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

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

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 90px;
  margin-right: 15px;
}

.heading-7 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
}

.heading-8 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.heading-9 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.products1-price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.products1-content-wrap {
  padding-left: 80px;
}

.products1-price-headline {
  display: block;
  margin-top: 0px;
  margin-bottom: 28px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.text-16 {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.text-16.text-16-60 {
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

._6-col {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
}

._6-col._6-col-last {
  margin-right: 0px;
}

.products1-actions-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(17, 18, 18, 0.06);
}

.products1-desc-wrap {
  margin-bottom: 5px;
}

.products1-details-wrap {
  margin-top: 40px;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.btn:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.w50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  padding-top: 19px;
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: #fff #000 #000;
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

.text-14.text-14-30 {
  opacity: 0.3;
}

.products1-price-previous {
  display: block;
  margin-bottom: -7px;
  margin-left: 10px;
  text-decoration: line-through;
}

.products1-image-wrap {
  height: 400px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('../images/deados-allanadora.jpg');
  background-position: 50% 50%;
  background-size: auto 60vh;
  background-repeat: no-repeat;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.text-20.text-20-60 {
  opacity: 0.6;
}

.heading-10 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.image-7 {
  margin-bottom: 33px;
}

.div-block-9 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 49px;
  padding-bottom: 49px;
  background-color: #fff;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-4 {
  margin-bottom: 36px;
}

.grilla-desk {
  margin-bottom: 80px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-contacto {
  margin-top: 23px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.text-block-contacto.titular {
  padding-bottom: 34px;
  border-bottom: 3px solid #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}

.boton-llamenos-ahora {
  margin-bottom: 30px;
}

.grilla-desktop {
  margin-bottom: 80px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grilla-footer {
  margin-bottom: 80px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grilla-footer.desk {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.grid-14 {
  margin-top: 55px;
  margin-bottom: 37px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-11 {
  border-radius: 10px;
}

.image-8 {
  border-radius: 10px;
}

.div-block-12 {
  margin-bottom: 41px;
}

.producto-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 550px;
  margin: 40px auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  -o-object-fit: none;
  object-fit: none;
}

.grid-15 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.paragraph-4 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
}

.image-9 {
  margin-bottom: 15px;
}

.image-10 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-11 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-12 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-13 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-14 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-15 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-16 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-17 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-16 {
  margin-bottom: 39px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.grid-17 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-8 {
  margin-bottom: 23px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  margin-top: 0px;
  padding-top: 23px;
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: #0b6c32 #000 #000;
}

.image-18 {
  padding-right: 37px;
  padding-left: 37px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-top: 18px;
  margin-bottom: 21px;
  border-radius: 20px;
  background-color: #ff8300;
}

.grid-3-copy {
  margin-bottom: 18px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-alquileres {
  margin-bottom: 18px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-19 {
  margin-bottom: 60px;
}

.disponibles {
  display: inline-block;
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.disponibles.text-16-60 {
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.image-20 {
  padding-right: 30px;
  padding-left: 30px;
}

.tambien-disponible {
  display: inline-block;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.tambien-disponible.text-16-60 {
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.image-21 {
  padding-right: 28px;
  padding-left: 28px;
}

.image-22 {
  display: inline-block;
}

.imagenes-deados {
  width: 90%;
  height: auto;
  max-height: 80%;
  max-width: none;
  padding-right: 37px;
  padding-left: 37px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 24px;
    padding-left: 24px;
  }
  .footer3-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .footer3-quote {
    padding-right: 0px;
  }
  .icon {
    color: #fff;
  }
  .products1-price-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .products1-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .text-16.text-16-60 {
    width: 100%;
  }
  ._6-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._6-col._6-col-last {
    width: 100%;
  }
  .products1-actions-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .wrap {
    width: 645px;
  }
  .wrap.w50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .disponibles.text-16-60 {
    width: 100%;
  }
  .tambien-disponible.text-16-60 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer3-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .icon {
    color: #fff;
  }
  ._6-col {
    margin-right: 0px;
  }
  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer3-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .icon {
    color: #fff;
  }
  .hero-principal-deados {
    margin-right: 17px;
    margin-left: 17px;
    background-position: 50% 100%;
  }
  .text-block.mobile {
    text-align: center;
  }
  .deadosfooter {
    padding-right: 20px;
    padding-left: 20px;
    justify-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: column;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .encabezado-hero-home {
    margin-top: -2px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 25px;
  }
  .copyright-deados {
    padding-right: 31px;
    padding-left: 31px;
  }
  .nav-menu {
    background-color: #0e6321;
  }
  .menu-button {
    background-color: #30b54e;
  }
  .menu-button.w--open {
    background-color: #0e6321;
  }
  .deados-quienes-somos {
    font-size: 18px;
  }
  .grid-2 {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .heading-3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .link-block {
    height: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-alquiler-deados {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 17px;
    margin-left: 17px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 100%;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .encabezado-internas {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 25px;
  }
  .heading-4 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .text-block-4 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .grid-11 {
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .grid-12 {
    width: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid-13 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-7 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .text-block-7 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .heading-8 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .heading-9 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .products1-price-headline {
    text-align: left;
  }
  .text-16 {
    text-align: left;
  }
  .products1-actions-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .products1-details-wrap {
    text-align: left;
  }
  .btn {
    display: block;
    text-align: center;
  }
  .wrap.w50-center {
    padding-top: 0px;
  }
  .text-14.text-14-60 {
    text-align: left;
  }
  .heading-10 {
    text-align: left;
  }
  .section-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grilla-desk {
    margin-right: auto;
    margin-left: auto;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grilla-desktop {
    margin-right: auto;
    margin-left: auto;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grilla-footer {
    margin-right: auto;
    margin-left: auto;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid-14 {
    margin-right: 20px;
    margin-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .grid-16 {
    grid-auto-flow: row;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .facebook {
    padding-right: 61px;
    padding-left: 61px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .twitter {
    padding-right: 39px;
    padding-left: 39px;
  }
  .div-block-16 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .button {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }
  .grid-3-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .grid-alquileres {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .disponibles {
    text-align: left;
  }
  .tambien-disponible {
    text-align: left;
  }
}

#w-node-3a299a696e6f-bf7aa659 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-3a299a696e6f-bf7aa659 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-84b18b854d34-8b854d31 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  #w-node-84b18b854d39-8b854d31 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  #w-node-84b18b854d3a-8b854d31 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

