:root {
  --dark-goldenrod: #b68845;
  --midnight-blue: #072f4b;
  --sandy-brown: #efa758;
  --black-2: #0000000d;
  --black: black;
  --seashell: #f6efe9;
  --steel-blue: #0b7ca7;
  --wheat: #e5cfad;
  --saddle-brown: #7e5821;
  --medium-violet-red: #a44c96;
  --deep-sky-blue: #57c2ed;
  --yellow-green: #adcb4f;
  --indian-red: #e8534f;
  --light-sea-green: #34b4ab;
  --dark-slate-blue: #023c64;
  --dark-slate-grey: #174539de;
  --oliveneot: #85754e;
  --dark-slate-grey-2: #005b7e;
}

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

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

@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 {
  color: #212529;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  color: var(--dark-goldenrod);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 37px;
}

h2 {
  color: var(--dark-goldenrod);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--dark-goldenrod);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--dark-goldenrod);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9em;
}

a {
  color: var(--dark-goldenrod);
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: var(--dark-goldenrod);
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: square;
}

li {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  list-style-type: disc;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 0 #000;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  z-index: 989;
  background-color: var(--midnight-blue);
  color: #fff;
  width: 100%;
  position: static;
  top: 0;
}

.logoadh {
  height: 46px;
  padding-top: 10px;
}

.txtintrocontainer {
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 52px;
  display: flex;
}

.introimage {
  background-image: url('../images/Master-suite.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  height: 350px;
  display: inline-block;
}

.introimage.mayordomo {
  background-image: url('../images/mayordomia-3.jpg');
}

.divhorleftcr {
  float: none;
  clear: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: static;
}

.inicialcontent {
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  border-radius: 0;
  width: 70%;
  margin-left: -40px;
  padding: 25px 26px;
  display: inline-block;
  position: static;
  top: -321px;
  left: 302px;
  box-shadow: 1px 1px 20px #0000001f;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-link:hover {
  color: var(--dark-goldenrod);
}

.nav-link.w--current {
  color: var(--sandy-brown);
}

.nav-link.lang {
  border-left: 1px solid #ffffff2e;
  font-weight: 100;
}

.introsection {
  background-image: linear-gradient(180deg, #0000, var(--black-2));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 55vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.introcontainer {
  display: block;
}

.container-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footersection {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  padding: 40px;
  font-size: 12px;
}

.containerfooter {
  color: #fff;
  text-align: center;
}

.footer {
  margin-top: 20px;
  font-size: 12px;
  line-height: 21px;
}

.backtotop {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.back-up-arrow {
  font-size: 28px;
  transform: rotate(-90deg);
}

.diploma {
  max-width: 50%;
  box-shadow: 1px 1px 5px 2px #0000003b;
}

.introcode {
  background-image: url('../images/ATI-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 380px;
  font-size: 18px;
  display: flex;
}

.sectiontxt {
  color: #181818;
  background-image: linear-gradient(#fff 58%, #ddd);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 10px;
  display: block;
}

.diploma-cont {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-top: 20px;
  display: flex;
}

.ecpat {
  margin-top: 34px;
  margin-bottom: 40px;
}

.intro {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.intro.marginbottom {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 41px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-areas: "Area";
  grid-auto-flow: column;
}

.grid.suite {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) 200px 200px 200px;
  padding-top: 30px;
}

.container-butler {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divlogowide {
  z-index: 2;
  flex-flow: column;
  place-content: flex-start center;
  align-items: stretch;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200;
  display: flex;
  position: static;
  inset: 0%;
}

.divlogowide.shortmiddleright {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 1200px;
  height: 35vh;
  display: flex;
}

.white {
  color: #181818;
  text-align: justify;
  background-image: linear-gradient(#cbc3bb0d, #fff);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.palm {
  color: #181818;
  text-align: justify;
  background-image: radial-gradient(circle at 20% 0, #fcfcfb 20%, #f5f3f1 64%);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.h2link {
  color: var(--dark-goldenrod);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.linkout {
  margin-bottom: 8px;
}

.logocertif {
  margin-top: 5px;
}

.introsectionshort {
  background-image: linear-gradient(to bottom, #0000, var(--black-2));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.column-center {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.flower {
  align-self: center;
  width: 100px;
}

.h2link-inline {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.intropetit {
  background-image: url('../images/Pet-it-Oleo-Hotels.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 380px;
  height: 380px;
  font-size: 18px;
  display: block;
}

.linkpremioscert {
  margin-bottom: 20px;
}

.cajamayordomo {
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  display: flex;
  box-shadow: 1px 1px 13px 1px #00000021;
}

.mayordomosuite {
  padding-top: 5px;
  padding-bottom: 5px;
}

.logoatpm {
  width: 100px;
  margin: 40px auto 25px;
  display: block;
}

.maytit {
  color: var(--black);
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.maytit.centrado {
  text-align: center;
}

.h2mini {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  display: block;
}

.beneficio {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 370px;
  display: flex;
}

.beneficio-iconb {
  color: #000000a1;
  text-align: center;
  min-width: 70px;
  height: 30px;
  display: inline-block;
}

.h4mini {
  margin-top: 3px;
  font-size: 11px;
  line-height: 14px;
  display: block;
}

.textinline {
  display: inline-block;
}

.arrowup {
  width: 12px;
  margin-bottom: 2px;
  margin-left: 8px;
}

.inspirasuite {
  border-bottom: 1px dashed var(--seashell);
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 6px 15px;
}

.linkinspirasuite {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.linkinspirasuite:hover {
  color: var(--dark-goldenrod);
}

.legales {
  color: #00000094;
  text-align: left;
  text-transform: none;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 9px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.7em;
}

.petit-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-petit-service {
  width: 30%;
}

.image-petit-service.icos {
  width: 20%;
  margin-top: 16px;
}

.petit-service {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.justif {
  text-align: justify;
}

.logoprogramas {
  width: 190px;
  margin-bottom: 60px;
}

.logoprogramas.horiz {
  width: 350px;
}

.div-centrado {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 50%;
  height: 100%;
}

.beneficiosdiv {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  height: 50vh;
  margin-left: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.butler-2 {
  min-height: 50vh;
}

.butler-3 {
  background-image: url('../images/Butler-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.butler--4 {
  background-image: url('../images/Butler-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.butler-5 {
  background-image: url('../images/Butler-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.butler-6 {
  background-image: url('../images/Butler-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.butler-7 {
  background-image: url('../images/Butler-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.beneficio-v {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divsuite {
  background-image: url('../images/Master-suite.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.h1-home {
  font-size: 110px;
  line-height: 110px;
}

.div-centrado-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.sectionheropintando {
  background-image: url('../images/back-painting.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vh;
}

.intropintando {
  background-image: url('../images/Img-Intro-Cd-Alegria.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 380px;
  height: 380px;
  font-size: 18px;
  display: block;
}

.orangecdalegria {
  color: #e78a02;
  text-transform: uppercase;
  font-weight: 800;
}

.logocdalegria {
  text-align: center;
  max-width: 25%;
  display: block;
}

.casastyle {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.autorcita {
  padding-left: 20px;
  font-size: 14px;
  font-style: italic;
  line-height: 19px;
}

.intro-espacio {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
}

.cdalegria {
  margin: 20px auto 40px;
  display: block;
}

.grid-casas {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  margin-top: 20px;
  margin-bottom: 60px;
}

.introsmall {
  font-size: 14px;
  line-height: 21px;
}

.div-horiz {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.divcita {
  border-left: 5px solid var(--black-2);
  margin-top: 10px;
  margin-bottom: 20px;
}

.tablahotels {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #b1b1b1;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1.5fr;
  place-items: stretch start;
  width: 60%;
  margin-bottom: 20px;
  padding: 18px;
  font-size: 16px;
}

.paragraph-extramargen {
  margin-top: 20px;
}

.logopintando {
  max-width: 300px;
}

.body {
  font-family: Manrope, sans-serif;
}

.h2left {
  text-align: left;
}

@media screen and (min-width: 1440px) {
  .divlogowide.shortmiddleright {
    max-width: 1400px;
  }

  .maytit {
    line-height: 22px;
  }

  .maytit.centrado {
    text-align: center;
  }

  .beneficio {
    width: 430px;
  }

  .beneficio-iconb {
    min-width: 80px;
    height: 40px;
  }

  .logoprogramas {
    width: 190px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logoprogramas.horiz {
    width: 350px;
  }

  .div-centrado {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div50 {
    width: 50%;
  }

  .div50.der {
    justify-content: flex-end;
    display: flex;
  }

  .beneficiosdiv {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 45vh;
    padding-top: .25em;
    padding-bottom: .25em;
  }

  .butler-2 {
    background-color: #0000;
    width: 65%;
  }

  .butler-3 {
    background-image: url('../images/Butler-1.jpg');
  }

  .butler--4 {
    background-image: url('../images/Butler-5.jpg');
    background-repeat: no-repeat;
  }

  .butler-5 {
    background-image: url('../images/Butler-7.jpg');
  }

  .butler-6 {
    background-image: url('../images/Butler-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .butler-7 {
    background-image: url('../images/Butler-4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-centrado-home {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .sectionheropintando {
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 26px;
  }

  .divhorleftcr {
    flex-flow: column;
  }

  .inicialcontent {
    box-shadow: none;
    background-image: none;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    left: 212px;
  }

  .nav-link {
    text-align: right;
  }

  .nav-link.lang {
    border-left-style: none;
  }

  .nav-menu {
    background-color: var(--midnight-blue);
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .grid.suite {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) 200px;
  }

  .divlogowide {
    margin-bottom: 53px;
  }

  .divlogowide.shortmiddleright {
    max-width: 700px;
  }

  .beneficio {
    width: auto;
    max-width: 300px;
  }

  .legales {
    text-align: left;
  }

  .image-petit-service {
    width: auto;
    max-height: 50px;
  }

  .image-petit-service.icos {
    width: auto;
    max-height: 30px;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .div50 {
    width: 50%;
  }

  .beneficio-v {
    width: auto;
    max-width: 300px;
  }

  .divsuite {
    width: 36%;
  }

  .intropintando {
    width: 500px;
    max-width: 600px;
    height: 260px;
  }

  .logocdalegria {
    max-width: 30%;
  }

  .tablahotels {
    width: 100%;
  }

  .logopintando {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 0;
  }

  h3 {
    font-weight: 400;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 6px;
  }

  p {
    line-height: 26px;
  }

  .navbar {
    position: relative;
  }

  .txtintrocontainer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .introimage {
    background-position: 100% 100%;
    height: 280px;
    position: static;
  }

  .divhorleftcr {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .inicialcontent {
    width: auto;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: -165px;
    left: 73px;
  }

  .nav-link {
    border-left: 1px #0000;
  }

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

  .introcode {
    background-position: 100% 100%;
    height: 280px;
    position: static;
  }

  .divlogowide.shortmiddleright {
    padding-left: 30px;
    padding-right: 30px;
  }

  .white, .palm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .linkout {
    display: inline;
  }

  .logocertif {
    width: 200px;
  }

  .logocertif.height {
    width: auto;
    max-height: 240px;
  }

  .column-center {
    text-align: center;
    padding-bottom: 20px;
  }

  .h2link-inline {
    text-align: center;
    display: inline;
  }

  .intropetit {
    background-position: 100% 100%;
    height: 280px;
    position: static;
  }

  .cajamayordomo {
    flex-direction: column;
  }

  .h2mini {
    font-size: 20px;
    line-height: 25px;
  }

  .beneficio {
    max-width: none;
  }

  .textinline {
    font-size: 13px;
    line-height: 18px;
  }

  .legales {
    margin-top: 10px;
    margin-left: 0;
  }

  .image-petit-service {
    max-height: 45px;
  }

  .image-petit-service.icos {
    margin-top: -3px;
    margin-bottom: 0;
  }

  .petit-service {
    justify-content: space-between;
  }

  .logoprogramas {
    margin-bottom: 40px;
  }

  .div50 {
    width: 100%;
    padding-right: 0;
  }

  .beneficiosdiv {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-top: 0;
    margin-left: 0;
  }

  .butler-2 {
    min-height: 30vh;
  }

  .beneficio-v {
    max-width: 360px;
  }

  .divsuite {
    width: auto;
    height: 240px;
  }

  .sectionheropintando {
    background-position: 0 80%;
  }

  .intropintando {
    background-position: 100% 100%;
    width: 100%;
    height: 280px;
    position: static;
  }

  .logocdalegria {
    max-width: 30%;
  }

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

  .introsmall {
    font-size: 16px;
    line-height: 26px;
  }

  .div-horiz {
    align-items: center;
  }

  .tablahotels {
    font-size: 14px;
  }

  .logopintando {
    width: auto;
    max-width: none;
    max-height: 90px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
  }

  h2 {
    font-size: 22px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  li {
    margin-bottom: 10px;
    line-height: 19px;
  }

  blockquote {
    padding-left: 5px;
    padding-right: 5px;
  }

  .txtintrocontainer {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .introimage {
    width: 100%;
  }

  .inicialcontent {
    background-image: none;
    margin-top: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    background-color: #0003;
  }

  .introsection {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footersection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0003;
  }

  .introcode {
    object-fit: cover;
    width: 100%;
  }

  .sectiontxt {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .ecpat {
    width: 10%;
  }

  .intro {
    line-height: 27px;
  }

  .grid {
    grid-row-gap: 20px;
  }

  .grid.suite {
    display: block;
  }

  .container-butler {
    padding-left: 0;
    padding-right: 0;
  }

  .divlogowide {
    background-color: #f6efe9b3;
    width: 85%;
    margin-top: 6px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .divlogowide.shortmiddleright {
    background-color: #f6efe900;
    background-image: linear-gradient(#00000091 40%, #0000 76%);
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 23px;
  }

  .white {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .palm {
    padding: 40px 20px;
  }

  .logocertif {
    width: 150px;
    height: auto;
    margin-bottom: 15px;
  }

  .introsectionshort {
    padding-left: 20px;
    padding-right: 20px;
  }

  .linkuptotop {
    margin-top: 10px;
  }

  .column-center {
    text-align: center;
    align-items: flex-start;
  }

  .h2link-inline {
    display: inline;
  }

  .intropetit {
    object-fit: cover;
    width: 100%;
  }

  .logoatpm {
    width: 30%;
  }

  .h2mini {
    font-size: 14px;
  }

  .beneficio {
    max-width: none;
  }

  .textinline {
    font-size: 11px;
  }

  .arrowup {
    width: 8px;
    margin-bottom: 0;
  }

  .inspirasuite {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .legales {
    color: #fff;
    text-align: center;
    background-color: #00000052;
    width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
  }

  .petit-grid {
    display: block;
  }

  .image-petit-service.icos {
    width: auto;
    max-height: 30px;
  }

  .petit-service {
    margin-bottom: 15px;
  }

  .logoprogramas.horiz {
    margin-top: 40px;
  }

  .div50 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .beneficiosdiv {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    margin-left: 0;
  }

  .beneficio-v {
    max-width: 310px;
    margin-bottom: 25px;
  }

  .sectionheropintando {
    background-position: 26%;
    background-size: cover;
    justify-content: center;
    align-items: stretch;
    height: 30vh;
    display: flex;
  }

  .intropintando {
    object-fit: cover;
    width: 100%;
    height: 173px;
  }

  .logocdalegria {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .casastyle {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .autorcita {
    padding-left: 5px;
  }

  .intro-espacio {
    line-height: 27px;
  }

  .grid-casas {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .div-horiz {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .divcita {
    border-top: 2px solid var(--black-2);
    border-left-style: none;
    margin-top: 0;
  }

  .tablahotels {
    grid-template-columns: 1fr 1fr;
    padding: 7px;
  }

  .logopintando {
    max-width: 50%;
  }
}

#w-node-_7d2ed7b6-cb35-8a35-874d-f96749aa99b6-132b1d1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-cd902dff-4127-3c4f-ffc3-50c915e7ba68-132b1d1c, #w-node-_578bbd18-7c78-1bc8-74bc-2e4a826ce8e4-132b1d1c, #w-node-e82c6de2-f762-8590-3229-a8bdca106569-132b1d1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_77ef9f98-7bc6-8879-c9b8-6e20566d7150-132b1d1c {
  grid-area: Area;
  justify-self: auto;
}

#w-node-_77ef9f98-7bc6-8879-c9b8-6e20566d7158-132b1d1c, #w-node-_77ef9f98-7bc6-8879-c9b8-6e20566d7163-132b1d1c, #w-node-_77ef9f98-7bc6-8879-c9b8-6e20566d7154-132b1d1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-ef83d671-be8f-7206-622e-8b3be8bea920-9ac8ef1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_578bbd18-7c78-1bc8-74bc-2e4a826ce8e4-9ac8ef1f, #w-node-e82c6de2-f762-8590-3229-a8bdca106569-9ac8ef1f, #w-node-d9d6317a-80cc-baba-1625-17fde4a79618-9ac8ef1f, #w-node-_77ef9f98-7bc6-8879-c9b8-6e20566d7158-9ac8ef1f, #w-node-_77ef9f98-7bc6-8879-c9b8-6e20566d7163-9ac8ef1f, #w-node-_77ef9f98-7bc6-8879-c9b8-6e20566d7154-9ac8ef1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_77ef9f98-7bc6-8879-c9b8-6e20566d7150-132b1d1c {
    grid-area: Area;
  }
}


