@media only screen and (max-width: 1279px) {

  section {
    padding: 40px 0;
  }
  section.container-right {
    grid-template-areas: ". content content";
  }
  section .content {
    grid-template-columns: 400px 40px auto;
    grid-template-areas: "left . right";
  }

  .container {
    grid-template-columns: 1fr 900px 1fr;
  }
  #slider .slide-content .botonconsultares{
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  section {
    padding: 30px 0;
  }
  section.container-right {
    grid-template-areas: "content content content";
  }
  section .content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "left" "right";
  }
  section .content .description p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
  }
  section h2.section-title {
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
  }

  .container {
    grid-template-columns: 5% auto 5%;
  }

  .slider-content {
    grid-template-columns: 5% auto 5%;
    grid-template-areas: "left . right";
    margin-top: 77px;
  }

  .responsive {
    display: block;
  }

  .fullscreen {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  br {
    display: none;
  }

  #header-footer {
    height: auto;
  }
  #header-footer.white {
    position: absolute;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #header-footer .headfoot-content {
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-template-areas: "mid right";
    margin-top: 0;
    text-align: center;
  }
  #header-footer .headfoot-content .logo {
    margin: 0;
    display: none;
  }
  #header-footer .headfoot-content .contact-info {
    margin-top: 0;
    text-align: start;
  }
  #header-footer .headfoot-content .contact-info .email {
    font-size: 13px;
  }
  #header-footer .headfoot-content .contact-info p {
    font-size: 12px;
  }
  #header-footer .headfoot-content .secondary {
    margin-top: 0;
    grid-template-columns: auto auto;
    grid-template-areas: "right" "left";
  }
  #header-footer .headfoot-content .secondary .sec-logo {
    text-align: center;
  }
  #header-footer .headfoot-content .secondary .sec-logo img {
    width: 100%;
  }
  #header-footer .headfoot-content .secondary .social {
    margin-top: 0;
    text-align: center;
  }
  #header-footer .headfoot-content .secondary .social .normal, #header-footer .headfoot-content .secondary .social .hover {
    width: 30px;
  }
  #header-footer .headfoot-content .secondary .social .fb-div {
    text-align: right;
  }
  #header-footer .headfoot-content .secondary .social .ig-div {
    text-align: left;
  }
  #header-footer.header .logo {
    grid-area: mid;
    display: block;
  }
  #header-footer.header .logo img {
    height: 55px;
    width: auto;
    margin: 0;
  }
  #header-footer.header .secondary, #header-footer.header .contact-info {
    display: none;
  }
  #header-footer.header .headfoot-content {
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  #slider .slide {
    background-size: 100vw contain;
  }
  #slider .slide .slide-content {
    grid-template-columns: auto 2fr 1fr auto;
  }
  #slider .slide .slide-content .content-left img {
    width: 200px !important;
  }
  #slider .slide .slide-content .content-right {
    align-self: center;
  }
  #slider .slide .slide-content .content-right a {
    top: 27vh;
    width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  #phs-banner .phs-content {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;

  }
  #phs-banner .phs-content .title {
    align-self: center;
    margin-top: 0;
  }
  #phs-banner .phs-content .title h2 {
    font-size: 44px;
  }
  #phs-banner .phs-content .list {
    align-items: center;
  }
  #phs-banner .phs-content .list img{
    width: 100%;
  }
  #phs-banner-terra .phs-content .list {
    align-items: center;
  }
  #phs-banner-terra .phs-content .list img{
    width: 100%;
  }
  #phs-banner-terra{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #slider .slide .slide-content .content-left img{
    display: none;
  }
}
@media only screen and (max-width: 768px) {

.img-grid{
    grid-template-columns:  2fr 2fr ;
  }
  
.contenedor{
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  overflow: hidden;
}
.menu{
  display: none;
}
.menu_responsive{
  margin-top: 20px;
  display: block;
  grid-area: right;
  text-align: end;
  color: white;
}
.nav{
  --state-close: scale(0);
  --state-hamburguer: scale(1);
  --state-menu: translate(-100%);

  display: grid;
  grid-template-columns: repeat(1, max-content);
  align-items: center;
  justify-content: space-between;
}
.nav:target{
  --state-menu: translate(0);
  --state-close:scale(1);
  --state-hamburguer:scale(0);
  
}
.nav__hamburguer,
.nav__close{
  cursor: pointer;
  grid-column: -1/-1;
  grid-row: 1/1;
  transition: .4s transform;
}
.nav__hamburguer img{
  width: 40px;
}

.nav__hamburguer{
  transform: var(--state-hamburguer);
}
.nav__close{
  transform: var(--state-close);
}
.nav__icon{
  width: 40px;
}
.nav__links{
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 800px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 120px;
  gap: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: var(--state-menu);
  transition: .3s transform;
}
.nav__item{
  list-style: none;
}
.nav__link{
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}
  .menu a{
    color: white;
  }
  .menu a:hover{
    background-color: white;
    color: black;
  
  }
  #slider-info-responsive {
    padding-top: 0;
    display: block;
  }
  #slider-info-responsive img {
    width: 100%;
  }

  .owl-dots {
    display: none;
  }

  #slider .wpp-link {
    display: inline;
    height: 75px;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #slider #slide1, #slider #slide2, #slider #slide3, #slider #slide4, #slider #slide5, #slider #slide6, #slider #slide7 {
    background-size: cover;
    background-position: center bottom;
  }
  #slider #slidesn1 {
    background-image: url(../../images/slides/slide1-responsive.jpg);
  }
  #slider #slidesn2 {
    background-image: url(../../images/slides/slide2-responsive.jpg);
  }
  #slider #slidesn3 {
    background-image: url(../../images/slides/slide3-responsive.jpg);
  }
  #slider #slidesn4 {
    background-image: url(../../images/galeria_sn-2335/Ingreso_depto_sn_2335.jpg);
  }
  #slider #slidesn5 {
    background-image: url(../../images/galeria_sn-2335/Baño_2_sn_2335.jpg);
  }
  #slider #slidesn6 {
    background-image: url(../../images/galeria_sn-2335/Balcon_sn_2335.jpg);
  }
  #slider #slidesn7 {
    background-image: url(../../images/galeria_sn-2335/Baño_3_sn_2335.jpg);
  }
  #slider #slidesn8 {
    background-image: url(../../images/galeria_sn-2335/Cocina_2_sn_2335.jpg);
  }
  #slider #slidesn9 {
    background-image: url(../../images/galeria_sn-2335/Vestidor_sn_2335.jpg);
  }
  #slider #slidesn10 {
    background-image: url(../../images/galeria_sn-2335/Habitacion__2_sn_2335.jpg);
  }
  #slider #slidesn11 {
    background-image: url(../../images/galeria_sn-2335/Habitacion_sn_2335.jpg);
  }
  #slider #slide4 {
    background-image: url(../../images/slides/slides-terra/slide1-terra-responsive2.jpeg);
  }
  #slider #slide5 {
    background-image: url(../../images/slides/slide5-responsive.jpg);
  }
  #slider #slide6 {
    background-image: url(../../images/slides/slide6-responsive.jpg);
  }
  #slider #slide7 {
    background-image: url(../../images/slides/slide7-responsive.jpg);
  }
  #slider #slideterra1 {
    background-position: top center;
    background-image: url(../../images/slides/slides-terra/slide1-terra-responsive2.jpeg);
  }
  #slider #slideterra2 {
    background-position: top center;
    background-image: url(../../images/slides/slides-terra/slide2-terra-responsive.jpeg);
  }
  #slider #slideterra3 {
    background-position: top center;
    background-image: url(../../images/slides/slides-terra/slide3-terra-responsive.jpeg);
  }
  #slider #slideterra4 {
    background-position: top center;
    background-image: url(../../images/slides/slides-terra/slide5-terra-responsive.jpeg);
  }
  #slider .slide {
    height: 100vh;
    max-height: 100vh;
  }
  #slider .slide .slide-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "left";
  }
  #slider .slide .slide-content .content-left{
    margin-top: 15rem;

  }

  #slider .slide .slide-content .content-right {
    display: none;
  }
  #slider .slide .slide-content .right {
    display: none;
  }
  #slider .slide .slide-content .content-right-sn {
    display: none;
  }
  #slider .slide .slide-content .left {
    width: 100%;
    margin-bottom: 50px;
    align-self: end;
  }

  #phs-banner {
    height: auto;
  }
  #phs-banner .phs-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "title" "list";
  }
  #phs-banner .phs-content .title h2 {
    font-size: 30px;
  }
  #phs-banner .phs-content .title p {
    font-size: 20px;
  }
  #phs-banner .phs-content .list {
    justify-self: start;
    margin-left: 15px;
  }
  #phs-banner-terra {
    height: auto;
  }
  #phs-banner-terra .phs-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "title" "list";
  }
  #phs-banner-terra .phs-content .title h2 {
    font-size: 30px;
  }
  #phs-banner-terra .phs-content .title p {
    font-size: 20px;
  }
  #phs-banner-sn {
    height: auto;
  }
  #phs-banner-sn .phs-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "title" "list";
  }
  #phs-banner-sn .phs-content .title h2 {
    font-size: 30px;
  }
  #phs-banner-sn .phs-content .title p {
    font-size: 20px;
  }
  #phs-banner-sn .phs-content .list {
    justify-self: start;
    margin-left: 15px;
  }

  #slider .slide-content .botonconsultaresponsive{
    display: block;
    margin-top:50vh;
  }
  #slider .slide-content .botonconsultaresponsive_1{
    display: block;
    margin-top:80vh;
  }

  #slider .slide-content .botonconsultaresponsivesotavento{
    display: block;
    margin-top:92vh;

  }
  #slider .slide-content .botonconsultaresponsivesotavento a{
    margin-top:50vh;
  }

  #slider .slide-content .content-right-terra {
    grid-area: right;

  }
  #slider .slide-content .content-right-terra a {
      position: absolute;
      width: 300px;
      margin-top:32vh;
    }
  #slider .slide-content .content-right-terra .text-sotavento {
    position: initial;
    margin: 0 !important;
  }
  #slider .slide-content .content-right-terra .sn .color {
    color: #0dd2bc !important;
    font-weight: bold;
  }
  #slider .slide-content .content-right-terra .sn .size {
    font-size: 20px;
  }
  #slider .slide-content .content-right-terra .sn h2 {
    font-weight: 400;
    font-family: "gothamBook";
    font-size: 45px;
  }
  
  #slider .slide-content .content-right-terra .sn h2 span {
    font-family: "gothamBlack";
  }
  #slider .slide-content .content-right-terra .sn h3 {
    font-weight: 400;
    font-family: "gothamBook";
    font-size: 40px;
  }
  #slider .slide-content .content-right-terra .sn p {
    font-weight: 400;
    font-family: "gothamBook";
    font-size: 21px;
  }
  #slider .slide-content .content-right-terra .sn p span {
    font-weight: bold;
    font-family: "gothamBold";
    font-size: 17px;
  }
  #slider .slide-content .content-right-terra .sn p span a {
    color: #0dd2bc !important;
    position: inherit !important;}
    
    #slider .slide-content .content-right-sotavento {
      grid-area: right;
      display: none;
    }
    #slider .slide-content .content-right-sotavento a {
        position: absolute;
        width: 300px;
        margin-top:32vh;
      }
    #slider .slide-content .content-right-sotavento .text-sotavento {
      position: initial;
      margin: 0 !important;
    }
    #slider .slide-content .content-right-sotavento .sn .color {
      color: #0dd2bc !important;
      font-weight: bold;
    }
    #slider .slide-content .content-right-sotavento .sn .size {
      font-size: 20px;
    }
    #slider .slide-content .content-right-sotavento .sn h2 {
      font-weight: 400;
      font-family: "gothamBook";
      font-size: 45px;
    }
    
    #slider .slide-content .content-right-sotavento .sn h2 span {
      font-family: "gothamBlack";
    }
    #slider .slide-content .content-right-sotavento .sn h3 {
      font-weight: 400;
      font-family: "gothamBook";
      font-size: 40px;
    }
    #slider .slide-content .content-right-sotavento .sn p {
      font-weight: 400;
      font-family: "gothamBook";
      font-size: 21px;
    }
    #slider .slide-content .content-right-sotavento .sn p span {
      font-weight: bold;
      font-family: "gothamBold";
      font-size: 17px;
    }
    #slider .slide-content .content-right-sotavento .sn p span a {
      color: #0dd2bc !important;
      position: inherit !important;}

  #ubication-terra .info img{
      width: 100%;
      padding-left: 0px;
      margin-top: 0px;
    }

  #header-footer .headfoot-content .menu{
      text-align: start;
      display: none;
    }
}
@media only screen and (max-width: 1279px) {
  #about {
    margin-bottom: 60px;
    /*.image{
        height: 457px;
    }*/
  }
  #about .content {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    grid-template-areas: "img    head" "img    cont1" "img    cont2" "cont3  cont3";
  }
  #about .description-title {
    grid-area: head;
  }
  #about .description-title h1 {
    margin-top: -20px;
    font-size: 45px;
    line-height: 70px;
  }
  #about .description-title h2 {
    margin-bottom: 0;
  }
  #about .description-content {
    margin-bottom: 20px;
  }
  #about .description-content:nth-child(5) {
    grid-area: cont3;
  }
}
@media only screen and (max-width: 1023px) {
  #about {
    margin-bottom: 0;
  }
  #about .content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-template-areas: "head" "cont1" "cont2" "cont3";
  }
  #about .content .image {
    display: none;
  }
  #about .content .description-content {
    justify-self: start;
    line-height: 25px;
    margin: 0;
  }
}
@media only screen and (max-width: 1279px) {
  #ubication {
    height: 650px;
  }
  #ubication img {
    height: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  #ubication {
    height: auto;
    width: 100%;
  }
  #ubication .content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "left" "right";
  }
  #ubication .content .info {
    height: auto;
  }
  #ubication .content .info h4 {
    display: none;
  }
  #ubication .content .info img {
    width: 100%;
    height: auto;
  }
  #ubication .content .description h6 {
    margin-top: 15px;
  }
  #ubication .content .description p {
    line-height: 25px;
  }
  #ubication .content .description ul {
    margin: 20px 0;
  }
  #ubication .content .description ul li {
    line-height: 25px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  #building .content {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right" "photo1" "photo2" "photo3" "photo4""pdfs";
  }
  #building .content .original {
    display: none;
  }
  #building .content .mobile {
    display: block;
  }
  #building .content .title {
    margin-bottom: 20px;
  }
  #building .content .description h3 {
    font-size: 17px;
  }
  #building .content .pdfs {
    text-align: center;
    margin: 0;
  }
  #building .content #corte-planta1 img, #building .content #corte-planta2 img, #building .content #corte-planta3 img, .content #corte-planta4 img{
    width: 100%;
    height: auto;
  }
  #building .content #corte-planta1 {
    grid-area: photo1;
  }
  #building .content #corte-planta2 {
    grid-area: photo2;
  }
  #building .content #corte-planta3 {
    grid-area: photo3;
  }
  #building .content #corte-planta4 {
    grid-area: photo4;
  }
}
@media only screen and (max-width: 1279px) {
  #general-features .features {
    margin-top: 50px;
    grid-template-columns: repeat(3, auto);
  }
  #general-features .features .feature {
    height: 120px;
    margin-bottom: 20px;
  }
  #general-features .beneficts {
    column-gap: 35px;
  }
  #general-features .beneficts .benefict {
    font-size: 11px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  #general-features .content {
    grid-template-columns: auto;
  }
  #general-features .content .description h3 {
    margin: 0;
    font-size: 17px;
  }
  #general-features .content .whole-container .features {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
  #general-features .content .whole-container .features .feature {
    padding: 10px 0;
    height: auto;
    grid-template-columns: 30px auto;
  }
  #general-features .content .whole-container .features .feature .icon img {
    width: 15px;
  }
  #general-features .content .whole-container .features .feature .text {
    width: auto;
  }
  #general-features .content .whole-container .features .feature .text p {
    line-height: 25px;
    font-size: 14px;
  }
  #general-features .content .beneficts {
    grid-template-columns: auto auto auto;
  }
  #general-features .content .beneficts .benefict {
    margin-top: 20px;
  }
  #general-features .content .beneficts .benefict .icon img {
    width: 40px;
  }
  #general-features .content .beneficts .benefict .text p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1279px) {
  #contact {
    grid-template-columns: 1fr 900px 1fr;
    grid-template-rows: auto auto;
  }
  #contact form .contact-content {
    grid-template-columns: 1fr 20px 1fr;
    grid-template-areas: "left . right";
  }
}
@media only screen and (max-width: 1023px) {
  #contact {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "left" "right";
  }
  #contact form {
    margin-left: 5%;
    grid-area: content;
  }
  #contact form .contact-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "left" "right";
  }
  #contact form .contact-content .left input {
    width: 95%;
  }
  #contact form .contact-content .right select {
    width: 95%;
  }
  #contact form .contact-content .right textarea {
    width: 95%;
  }
}
@media only screen and (max-width: 1279px) {
  #description .content {
    grid-template-columns: 400px 20px auto;
    grid-template-areas: "left . right";
  }
  #description .content .image > img {
    width: auto;
    height: 250px;
  }
  #description .content .image .customize-info {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right";
  }
}
@media only screen and (max-width: 1023px) {
  #description .content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "left" "right";
  }
  #description .content .description {
    margin-left: 5%;
  }
  #description .content h2 {
    margin: 0;
  }
  #description .content p {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 25px;
    padding-right: 15px;
  }
  #description .content h4, #description .content h5 {
    margin-left: 5%;
  }
  #description .content h5 {
    margin-bottom: 30px;
  }
  #description .content .image > img {
    width: 100%;
    height: auto;
  }
  #description .content .image .customize p {
    margin: 0;
  }
  #description .content .image .customize-info {
    padding: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "left" "." "right";
  }
  #description .content .image .customize-info p {
    margin: 0;
    line-height: 25px;
  }
  #description .content .image .whatsapp-btn {
    width: 225px;
  }
}

/*# sourceMappingURL=responsive.css.map */
