/* MEDIA QUERIES*/
:root {
  --color-primaryLight: #C7C7C8;
  --color-primaryBase: #25313C;
  --color-secondaryLight: #8E9C9C;
  --color-secondaryBase: #354F56;
}

.margin--top {
  margin-top: 110.7rem;
}

.test {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: darkblue;
}
.test__block {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.test__block--pixel {
  width: 100px;
  height: 100px;
  background-color: red;
  z-index: 1;
}
.test__block--rem {
  width: 10rem;
  height: 10rem;
  background-color: gold;
  z-index: 2;
  opacity: 0.5;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 0.522vw;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html {
    font-size: 1.325925vw;
  }
}

body {
  background-color: #25313C;
}
@media (max-width: 768px) {
  body {
    background-color: white;
  }
}

main {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  color: var(--color-primaryBase);
}
@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat-SemiBold", Helvetica, Arial, sans-serif;
  }
}

h2 {
  font-size: 5rem;
  letter-spacing: 0.5rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-size: 4rem;
  letter-spacing: 0.5rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 2.04rem;
  }
}

h4 {
  font-size: 3.4rem;
  letter-spacing: 0.4rem;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.69rem;
  }
}

h5 {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.3rem;
  }
}

h6 {
  font-size: 2rem;
}

p {
  font-family: "Montserrat-Medium", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  color: var(--color-primaryBase);
}
@media (max-width: 768px) {
  p {
    font-size: 1.45rem;
  }
}

a {
  text-decoration: none;
  color: #25313C;
  transition: all 0.25s ease-in-out;
}

ul {
  margin-left: 3rem;
}
ul li {
  font-size: 2rem;
  color: #25313C;
  font-family: "Montserrat-Medium";
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../assets/fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../assets/fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../assets/fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../assets/fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../assets/fonts/Montserrat-ExtraBold.ttf");
}
.btn__whatsapp {
  width: 8.1rem;
  height: 8.3rem;
  background-image: url("../assets/imgs/icon_whatsapp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.btn__whatsapp__cntr {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 2;
}

.icon {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon__email {
  background-image: url("../assets/imgs/icon_email.svg");
}
.icon__instagram {
  background-image: url("../assets/imgs/icon_instagram.svg");
}
.icon__facebook {
  background-image: url("../assets/imgs/icon_facebook.svg");
}

.m {
  display: none;
}
.m__active {
  display: block;
}
.m__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 5;
}
.m__cont {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 6;
  max-height: 100vh;
  overflow-y: auto;
}
.m__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  font-size: 24px;
  font-family: Arial, sans-serif;
  z-index: 1010;
  color: #fff;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: -1px;
  animation: zoom 0.3s ease-in-out;
  z-index: 2;
}

.modal img {
  width: 80%;
  height: auto;
  object-fit: cover;
}

.btn__close {
  position: absolute;
  top: 7.2rem;
  right: 7.2rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #766E6A;
  background-image: url("../assets/imgs/icon_close.svg");
  background-size: 3.4rem;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .btn__close {
    top: 20%;
    right: 5%;
    width: 2.02rem;
    height: 2.02rem;
    background-size: 0.79rem;
  }
}

.btn__close:hover {
  background-color: #000;
  background-size: 4rem;
}

.btn__back {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  width: 4.85rem;
  height: 5.6rem;
  background-image: url("../assets/imgs/icon_arrow_back.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn__back {
    left: 5%;
    width: 1.2rem;
    height: 1.3rem;
  }
}

.btn__next {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  width: 4.85rem;
  height: 5.6rem;
  background-image: url("../assets/imgs/icon_arrow_next.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn__next {
    right: 5%;
    width: 1.2rem;
    height: 1.3rem;
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.popup {
  position: fixed;
  width: 94rem;
  height: 58.3rem;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: none;
  text-align: center;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .popup {
    width: 61.4rem;
    height: 51.9rem;
  }
}
.popup__cntr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9.5rem 0 0 0;
}
@media (max-width: 768px) {
  .popup__cntr {
    padding: 6.7rem 0 0 0;
  }
}
.popup h1 {
  font-size: 9rem;
  letter-spacing: 1rem;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .popup h1 {
    font-size: 5.87rem;
  }
}
.popup h2 {
  font-size: 4.6rem;
  letter-spacing: 1.5rem;
  text-transform: uppercase;
  font-family: "Montserrat-SemiBold", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .popup h2 {
    font-size: 2.84rem;
    letter-spacing: 0.5rem;
    font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  }
}
.popup h3 {
  font-size: 2.4rem;
  letter-spacing: 2.6rem;
  text-transform: uppercase;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .popup h3 {
    font-size: 1.72rem;
    letter-spacing: 0.6rem;
  }
}
.popup h4 {
  margin-top: 0rem;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  font-family: "Montserrat-SemiBold", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .popup h4 {
    margin-top: 2.2rem;
    font-size: 1.72rem;
  }
}
.popup h5 {
  font-size: 2.4rem;
  letter-spacing: 0.5rem;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .popup h5 {
    font-size: 1.72rem;
  }
}
.popup h6 {
  margin-top: 4rem;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  font-family: "Montserrat-SemiBold", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .popup h6 {
    margin-top: 2.81rem;
    font-size: 1.32rem;
  }
}
.popup__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0rem;
}
@media (max-width: 768px) {
  .popup__title {
    flex-direction: column;
    margin-top: 2.56rem;
  }
}

.popup__close {
  position: absolute;
  top: 2.4rem;
  right: 4rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: var(--color-primaryBase);
  background-image: url("../assets/imgs/icon_close.svg");
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.popup a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.6rem;
  height: 6.2rem;
  position: relative;
  margin-top: 2.2rem;
  text-align: center;
  background-color: var(--color-primaryBase);
  border-radius: 5rem;
}
@media (max-width: 768px) {
  .popup a {
    margin-top: 7.43rem;
    width: 21.5rem;
    height: 3.59rem;
    border-radius: 0.9rem;
  }
}
.popup a p {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .popup a p {
    font-size: 1.6rem;
  }
}

.img-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-slider .slider-container {
  position: absolute;
  width: 300%;
  top: 0;
  left: 0;
  overflow: hidden;
  animation: slider 12s infinite;
}

.img-slider .slider-container .slide {
  position: relative;
  width: 33.33333333%;
  height: 100%;
  float: left;
  overflow: hidden;
}

.img-slider .slider-container .slide img {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes slider {
  0%, 25%, 100% {
    left: 0;
  }
  30%, 55% {
    left: -100%;
  }
  60%, 85% {
    left: -200%;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .swiper {
    height: 100%;
  }
}

.swiper-slide__img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .swiper-slide__img {
    background-size: auto 100%;
  }
}
.swiper-slide__img--1 {
  background-image: url("../assets/imgs/back_header_1_opt.jpg");
}
@media (max-width: 768px) {
  .swiper-slide__img--1 {
    background-image: url("../assets/imgs/back_header_1_mob_opt.jpg");
  }
}
.swiper-slide__img--2 {
  background-image: url("../assets/imgs/back_header_2_opt.jpg");
}
@media (max-width: 768px) {
  .swiper-slide__img--2 {
    background-image: url("../assets/imgs/back_header_2_mob_opt.jpg");
  }
}
.swiper-slide__img--3 {
  background-image: url("../assets/imgs/back_header_3_opt.jpg");
}
@media (max-width: 768px) {
  .swiper-slide__img--3 {
    background-image: url("../assets/imgs/back_header_3_mob_opt.jpg");
  }
}
.swiper-slide__imgpa--1 {
  background-image: url("../assets/imgs/back_am_1_opt.jpg");
}
@media (max-width: 768px) {
  .swiper-slide__imgpa--1 {
    background-image: url("../assets/imgs/back_am_1_mob_opt.jpg");
  }
}
.swiper-slide__imgpa--2 {
  background-image: url("../assets/imgs/back_amenities_1_opt.jpg");
}
@media (max-width: 768px) {
  .swiper-slide__imgpa--2 {
    background-image: url("../assets/imgs/back_am_2_mob_opt.jpg");
  }
}
.swiper-slide__imgpa--3 {
  background-image: url("../assets/imgs/back_am_3_opt.jpg");
}
@media (max-width: 768px) {
  .swiper-slide__imgpa--3 {
    background-image: url("../assets/imgs/back_am_3_mob_opt.jpg");
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 3.48rem;
  height: 4.41rem;
  color: #D6D6D8;
}
@media (max-width: 768px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 2.12rem;
    height: 2.69rem;
  }
}

.swiper-button-prev {
  left: 6.83rem;
  background-image: url("../assets/imgs/icon_arrow_am_prev.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper-button-prev::after {
  content: none;
}
@media (max-width: 768px) {
  .swiper-button-prev {
    left: 2.85rem;
  }
}

.swiper-button-next {
  right: 6.83rem;
  background-image: url("../assets/imgs/icon_arrow_am_next.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper-button-next::after {
  content: none;
}
@media (max-width: 768px) {
  .swiper-button-next {
    right: 2.85rem;
  }
}

.swiper-pagination {
  bottom: 10% !important;
}
@media (max-width: 768px) {
  .swiper-pagination {
    bottom: 5% !important;
  }
}

.swiper-pagination-bullet-active {
  background: #D6D6D8 !important;
}

.swiper-pagination-bullet {
  background: black;
  opacity: 0.8;
}

.header {
  position: relative;
  width: 100%;
  height: 84.5rem;
  background-color: #918B8A;
}
@media (max-width: 768px) {
  .header {
    height: 117.8rem;
  }
}

.nav {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12.2rem;
  width: 100vw;
  height: 17.3rem;
  background-color: var(--color-primaryBase);
  z-index: 2;
}
@media (max-width: 768px) {
  .nav {
    padding: 0 6.17rem 0 8.2rem;
    height: 17.5rem;
  }
}
.nav__icon {
  width: 100%;
  height: 100%;
  background-image: url("../assets/imgs/logo_aurika.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.nav__icon__cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.8rem;
  height: 8.6rem;
}
@media (max-width: 768px) {
  .nav__icon {
    width: 23.4rem;
    height: 7.6rem;
  }
}
.nav__menu__links {
  display: block;
}
@media (max-width: 768px) {
  .nav__menu__links {
    display: none;
  }
}
.nav__menu__links__cont {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 88.8rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .nav__menu__links__cont {
    position: absolute;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    top: 0;
    right: 0;
    padding: 17.5rem 6.17rem 0 0;
    width: 38vw;
    height: 100vh;
    background-color: rgba(37, 49, 59, 0.8);
  }
}
.nav__menu__links.show {
  display: block;
}
.nav__menu__link {
  margin-top: 0rem;
  font-size: 2.3rem;
  letter-spacing: 0.5rem;
  color: white;
}
.nav__menu__link:hover {
  color: var(--color-secondaryLight);
}
@media (max-width: 768px) {
  .nav__menu__link {
    margin-top: 5.15rem;
    font-size: 1.98rem;
    font-family: "Montserrat-Regular";
  }
}
.nav__menu__btn {
  display: none;
  position: relative;
  background-image: url("../assets/imgs/icon_menu.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 3.95rem;
  height: 2.07rem;
  outline: none;
  border: none;
  z-index: 11;
}
@media (max-width: 768px) {
  .nav__menu__btn {
    display: block;
  }
}

.main {
  top: 17.3rem;
  width: 100vw;
  height: auto;
}

.sec {
  margin-top: 0rem;
  width: 100vw;
}
.sec__simple {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sec__simple__title {
  text-align: center;
  color: #fff;
}
.sec__simple__txt {
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  line-height: 4rem;
}
@media (max-width: 768px) {
  .sec__simple__txt {
    font-size: 1.45rem;
    line-height: 2.1rem;
  }
}
.sec__simple__txt--strong {
  font-family: "Montserrat-ExtraBold", Helvetica, Arial, sans-serif;
}
.sec__simple--1 {
  height: 30.5rem;
  background-color: #94A3A8;
}
@media (max-width: 768px) {
  .sec__simple--1 {
    height: 19.5rem;
  }
}
.sec__simple--1 .sec__simple__title {
  font-family: "Montserrat-SemiBold", Helvetica, Arial, sans-serif;
}
.sec__simple--1 .sec__simple__txt {
  margin-top: 0.9rem;
  max-width: 92rem;
}
.sec__simple--2 {
  height: 27.7rem;
  background-color: var(--color-secondaryBase);
}
@media (max-width: 768px) {
  .sec__simple--2 {
    height: 16.4rem;
  }
}
.sec__simple--2 .sec__simple__title__cntr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec__simple--2 .sec__simple__title__border {
  position: relative;
  display: flex;
  width: 16rem;
  height: 1rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sec__simple--2 .sec__simple__title__border {
    width: 6.5rem;
    height: 0.41rem;
  }
}
.sec__simple--2 .sec__simple__title__txt {
  margin-top: 4rem;
  text-align: center;
  color: white;
  font-family: "Montserrat-SemiBold", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .sec__simple--2 .sec__simple__title__txt {
    margin-top: 2.2rem;
  }
}
.sec__simple--3 {
  height: 42.9rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sec__simple--3 {
    height: 17.7rem;
  }
}
.sec__simple--3 .sec__simple__title {
  color: var(--color-secondaryBase);
}
.sec__simple--3 .sec__simple__txt {
  max-width: 80rem;
  margin-top: 2.6rem;
  color: var(--color-secondaryBase);
}
@media (max-width: 768px) {
  .sec__simple--3 .sec__simple__txt {
    margin-top: 1.68rem;
    max-width: 42.8rem;
  }
}
.sec__proto {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12.5rem 0rem;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sec__proto {
    padding: 0 0;
  }
}
.sec__proto__title {
  display: flex;
  align-items: center;
  align-self: center;
  letter-spacing: 1.3rem;
  text-align: center;
  font-family: "Montserrat-SemiBold", Helvetica, Arial, sans-serif;
  color: var(--color-secondaryBase);
}
.sec__proto__title__label {
  margin: 0 1rem;
  line-height: 2rem;
  font-size: 2.2rem;
}
.sec__proto__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9.5rem;
  width: 100%;
  height: auto;
  background-color: #F5F5F3;
}
.sec__proto__info {
  width: 45rem;
  height: auto;
}
.sec__proto__info__title label {
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
}
.sec__proto__info__subtitle {
  margin-top: 5rem;
}
.sec__proto__info__list {
  margin-top: 2rem;
}
.sec__proto__info__block {
  width: 100%;
  height: 34rem;
  overflow-y: scroll;
  mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent 1.7rem, black 1.7rem);
  mask-size: 100% 20000rem;
  mask-position: left bottom;
  -webkit-mask-image: linear-gradient(to top, transparent, black), linear-gradient(to left, transparent 1.7rem, black 1.7rem);
  -webkit-mask-size: 100% 2000rem;
  -webkit-mask-position: left bottom;
  transition: all 0.3s ease-in-out;
}
.sec__proto__info__block::-webkit-scrollbar-track {
  opacity: 0;
  padding: 2px 0;
  background-color: #E0DCD5;
}
.sec__proto__info__block::-webkit-scrollbar {
  width: 1.5rem;
}
.sec__proto__info__block::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.sec__proto__info__block:hover {
  mask-position: left top;
  -webkit-mask-position: left top;
}
.sec__proto__info__txt {
  margin-top: 5rem;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
}
.sec__proto__info__txt strong {
  font-size: 2.8rem;
}
.sec__proto__info__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  width: 34rem;
  height: 5.7rem;
  border: 0.1rem solid var(--color-primaryBase);
  border-radius: 0.5rem;
}
.sec__proto__info__link__p {
  font-size: 2.2rem;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
  color: var(--color-primaryBase);
}
.sec__proto__info.margin__left {
  margin-left: 15rem;
}
.sec__proto__info.margin__right {
  margin-right: 5rem;
}
.sec__proto__photo__cntr {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 126.7rem;
}
.sec__proto__photo__img {
  width: 100%;
  height: 73rem;
  background-color: lightgrey;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.sec__proto__photo__img.photo__a {
  background-image: url("../assets/imgs/back_proto_a_opt.jpg");
}
.sec__proto__photo__img.photo__b {
  background-size: auto 100%;
  background-image: url("../assets/imgs/back_proto_b_opt.jpg");
}
.sec__proto__photo__caption__cntr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 17.9rem;
  background-color: #E0DCD5;
}
.sec__proto__photo__caption__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 1rem;
  height: 5.7rem;
  border: 0.1rem solid var(--color-primaryBase);
}
.sec__proto__photo__caption__link__txt {
  font-size: 2.2rem;
}
.sec__proto--desk {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
}
@media (max-width: 768px) {
  .sec__proto--desk {
    display: none;
  }
}
.sec__proto--mob {
  display: none;
}
@media (max-width: 768px) {
  .sec__proto--mob {
    display: block;
    width: 100%;
  }
}
.sec__proto--mob__title__cntr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 13.59rem;
  background-color: white;
}
.sec__proto--mob__title__txt {
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  letter-spacing: 0.7rem;
}
.sec__proto--mob__title__label {
  margin: 0 1rem;
  line-height: 1rem;
  font-size: 1.18rem;
}
.sec__proto--mob__subtitle__cntr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.23rem;
  background-color: #DFDCD5;
}
.sec__proto--mob__photo {
  display: block;
  width: 100%;
  height: 39.28rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.sec__proto--mob__photo.photo--a {
  background-image: url("../assets/imgs/back_proto_a_opt.jpg");
}
.sec__proto--mob__photo.photo--b {
  background-image: url("../assets/imgs/back_proto_b_opt.jpg");
}
.sec__proto--mob__info__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec__proto--mob__info__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 19.6rem;
}
.sec__proto--mob__info__block.block--a {
  background-color: #ffffff;
}
.sec__proto--mob__info__block.block--b {
  background-color: rgba(223, 220, 213, 0.2);
}
.sec__proto--mob__info__txt__cntr {
  width: 17rem;
}
.sec__proto--mob__info__txt strong {
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
}
.sec__proto--mob__info__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.7rem;
  width: 23rem;
  height: 3.33rem;
  border: 0.05rem solid #25313B;
}
.sec__proto--mob__info__btn:first-of-type {
  margin-top: 0rem;
}
.sec__photo__cntr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80.5rem;
}
@media (max-width: 768px) {
  .sec__photo__cntr {
    height: 72.8rem;
  }
}
.sec__photo__img {
  width: 100%;
  height: 100%;
  background-color: lightgray;
}
.sec__photo__img.photo__amenities {
  background-image: url("../assets/imgs/back_amenities_1_opt.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .sec__photo__img.photo__amenities {
    background-size: auto 100%;
  }
}
.sec__location {
  position: relative;
  width: 100%;
  background-color: white;
}
.sec__location__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 63.6rem;
  background-color: #94A3A8;
}
@media (max-width: 768px) {
  .sec__location__title {
    height: 25.3rem;
  }
}
.sec__location__title__cntr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 9.7rem;
}
@media (max-width: 768px) {
  .sec__location__title__cntr {
    margin-top: 4.4rem;
  }
}
.sec__location__title__border {
  position: relative;
  display: flex;
  width: 16rem;
  height: 1rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sec__location__title__border {
    width: 6.5rem;
    height: 0.41rem;
  }
}
.sec__location__title__txt {
  margin-top: 4rem;
  text-align: center;
  color: white;
  font-family: "Montserrat-SemiBold", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .sec__location__title__txt {
    margin-top: 2.2rem;
  }
}
.sec__location__info__cntr {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50.5rem 0 10rem;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sec__location__info__cntr {
    padding: 44.7rem 0 10rem;
  }
}
.sec__location__info__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 5rem;
  height: 5.7rem;
  background-color: var(--color-secondaryBase);
}
@media (max-width: 768px) {
  .sec__location__info__btn {
    height: 4.2rem;
    padding: 0rem 2.5rem;
  }
}
.sec__location__info__btn p {
  color: white;
}
.sec__location__info__title {
  margin-top: 10rem;
  font-family: "Montserrat-SemiBold";
  color: var(--color-secondaryBase);
}
@media (max-width: 768px) {
  .sec__location__info__title {
    margin-top: 5rem;
    font-size: 1.7rem;
  }
}
.sec__location__info__txt {
  font-size: 2.8rem;
  font-family: "Montserrat-SemiBold";
  color: var(--color-secondaryBase);
}
@media (max-width: 768px) {
  .sec__location__info__txt {
    font-size: 1.45rem;
  }
}
.sec__location__info__txt__cntr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .sec__location__info__txt__cntr {
    margin-top: 0.8rem;
    line-height: 0;
  }
}
.sec__location__info__txt__cntr:first-of-type {
  margin-top: 2.2rem;
}
@media (max-width: 768px) {
  .sec__location__info__txt__cntr:first-of-type {
    margin-top: 1.7rem;
  }
}
.sec__location__info__txt__line {
  margin: 2.8rem;
  color: var(--color-secondaryBase);
}
@media (max-width: 768px) {
  .sec__location__info__txt__line {
    margin: 1rem;
  }
}
.sec__location__map {
  width: 100%;
  height: 100%;
  border: 0;
}
.sec__location__map__cntr {
  position: absolute;
  top: 27.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 149rem;
  height: 75.4rem;
}
@media (max-width: 768px) {
  .sec__location__map__cntr {
    top: 13.2rem;
    width: 54rem;
    height: 50rem;
  }
}
.sec__contact__cntr {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  padding-top: 7.8rem;
  width: 100%;
  height: 111.2rem;
  background-color: #395157;
}
@media (max-width: 768px) {
  .sec__contact__cntr {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0rem;
    height: auto;
  }
}
.sec__contact__info__cntr {
  margin: 5.5rem 0 0 15.4rem;
  padding: 0rem;
  width: 72rem;
  height: 55.6rem;
  color: #fff;
}
@media (max-width: 768px) {
  .sec__contact__info__cntr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0rem;
    padding: 9.83rem 9rem 10.2rem 9.83rem;
    width: 100%;
    height: 33.7rem;
  }
}
.sec__contact__info__title__cntr {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 28rem;
}
@media (max-width: 768px) {
  .sec__contact__info__title__cntr {
    width: auto;
  }
}
.sec__contact__info__title__border {
  position: relative;
  display: flex;
  width: 16rem;
  height: 1rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sec__contact__info__title__border {
    width: 6.5rem;
    height: 0.41rem;
  }
}
.sec__contact__info__title__txt {
  margin-top: 4rem;
  color: #fff;
  font-family: "Montserrat-SemiBold", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .sec__contact__info__title__txt {
    margin-top: 2.2rem;
    font-size: 1.65rem;
  }
}
.sec__contact__info__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4.2rem;
}
@media (max-width: 768px) {
  .sec__contact__info__row {
    margin-top: 2.2rem;
  }
}
.sec__contact__info__row:first-of-type {
  margin-top: 11.2rem;
}
@media (max-width: 768px) {
  .sec__contact__info__row:first-of-type {
    margin-top: 0rem;
  }
}
.sec__contact__info__icon__cntr {
  margin-right: 1.3rem;
  width: 5rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .sec__contact__info__icon__cntr {
    width: 2.08rem;
    height: 2.11rem;
  }
}
.sec__contact__info__icon__txt {
  color: #fff;
}
.sec__contact__info__icon__txt strong {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .sec__contact__info__icon__txt strong {
    font-size: 2.26rem;
  }
}
.sec__form__cntr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 7.6rem 5.5rem;
  width: 83rem;
  height: auto;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sec__form__cntr {
    align-items: center;
    padding: 9rem 9.5rem 6.23rem;
    width: 100%;
  }
}
.sec__form__title {
  color: var(--color-secondaryBase);
}
.sec__form__subtitle {
  margin-top: 1.8rem;
  font-family: "Montserrat-Regular";
  color: var(--color-secondaryBase);
}
@media (max-width: 768px) {
  .sec__form__subtitle {
    font-size: 1.6rem;
    text-align: center;
    font-family: "Montserrat-Bold";
  }
}
.sec__form__row {
  margin-top: 3.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .sec__form__row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.sec__form__row--keep {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.sec__form__column {
  margin-top: 3.7rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .sec__form__column {
    width: 100%;
  }
}
.sec__form__label {
  font-size: 2.2rem;
  text-transform: uppercase;
  color: var(--color-secondaryBase);
  font-family: "Montserrat-SemiBold";
}
@media (max-width: 768px) {
  .sec__form__label {
    font-size: 1.4rem;
  }
}
.sec__form__input {
  margin-left: 0.8rem;
  width: 100%;
  height: auto;
  border: none;
  font-size: 2.2rem;
  font-family: "Montserrat-Regular";
  border-bottom: 0.1rem solid var(--color-secondaryBase);
}
@media (max-width: 768px) {
  .sec__form__input {
    margin-left: 0rem;
    height: 4.76rem;
    font-size: 1.4rem;
  }
}
.sec__form__select {
  margin-top: 1.5rem;
  height: auto;
  border: none;
  font-size: 2.2rem;
  color: var(--color-secondaryBase);
  border-bottom: 0.1rem solid var(--color-secondaryBase);
  font-family: "Montserrat-Regular";
}
@media (max-width: 768px) {
  .sec__form__select {
    font-size: 1rem;
    height: 4.76rem;
  }
}
.sec__form__checkbox {
  margin-right: 1.2rem;
}
@media (max-width: 768px) {
  .sec__form__checkbox {
    margin-right: 1rem;
  }
}
.sec__form__checkbox[type=checkbox i] {
  width: 3.5rem;
  height: 3.5rem;
}
@media (max-width: 768px) {
  .sec__form__checkbox[type=checkbox i] {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.sec__form__checkbox__cntr {
  margin-right: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec__form__txt:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .sec__form__txt {
    font-size: 1.2rem;
  }
}
.sec__form__submit {
  width: 11.2rem;
  height: 4.8rem;
  border: none;
  font-size: 2.4rem;
  color: #fff;
  background-color: var(--color-primaryBase);
  cursor: pointer;
}
@media (max-width: 768px) {
  .sec__form__submit {
    font-size: 1.8rem;
  }
}

.footer {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #395157;
}
@media (max-width: 768px) {
  .footer {
    background-color: #ffffff;
  }
}
.footer__cntr {
  width: 94.7rem;
  height: 13.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer__cntr {
    height: 13.6rem;
  }
}
.footer__txt {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-family: "Montserrat-Regular";
}
@media (max-width: 768px) {
  .footer__txt {
    font-size: 1.4rem;
    color: #395157;
  }
}
.footer__link {
  display: block;
  margin-top: 0.5rem;
  font-size: 2rem;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer__link {
    font-size: 1.4rem;
    color: #395157;
    font-family: "Montserrat-Bold";
  }
}

.arch {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 17.3rem;
  padding-bottom: 10rem;
  width: 100vw;
  background-color: #fff;
}
@media (max-width: 768px) {
  .arch {
    padding-bottom: 11.8rem;
  }
}
.arch__bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 125.3rem;
  background-color: #D9D9D9;
}
@media (max-width: 768px) {
  .arch__bg {
    height: 49.46rem;
  }
}
.arch__link {
  position: absolute;
  top: 18.5rem;
  left: 15rem;
}
@media (max-width: 768px) {
  .arch__link {
    top: 7.6rem;
    left: 6.31rem;
  }
}
.arch__link__txt {
  font-size: 2.4rem;
  letter-spacing: 5%;
  font-family: "Montserrat-Medium", Helvetica, Arial, sans-serif;
  color: #25313C;
}
@media (max-width: 768px) {
  .arch__link__txt {
    font-size: 1.4rem;
  }
}
.arch__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 122.7rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .arch__block {
    flex-direction: column;
    margin: 8.42rem 0 0;
    width: 100%;
  }
}
.arch__title {
  position: relative;
  margin: 20.5rem 0 0 0;
  font-family: "Montserrat-Bold";
}
@media (max-width: 768px) {
  .arch__title {
    margin: 16.1rem 0 0 0;
  }
}
.arch__title label {
  font-family: "Montserrat-Regular";
}
.arch__subtitle {
  width: 28rem;
  text-align: left;
}
.arch__subtitle label {
  font-family: "Montserrat-Regular";
}
@media (max-width: 768px) {
  .arch__subtitle {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }
}
.arch__photo {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 5.3rem;
}
@media (max-width: 768px) {
  .arch__photo {
    margin-top: 2.55rem;
  }
}
.arch__photo__pb--a {
  width: 60rem;
  height: 107.4rem;
  background-image: url("../assets/imgs/modelo_a_pb_opt.jpg");
}
@media (max-width: 768px) {
  .arch__photo__pb--a {
    width: 47rem;
    height: 85.5rem;
  }
}
.arch__photo__pb--b {
  width: 60rem;
  height: 107.4rem;
  background-image: url("../assets/imgs/modelo_b_pb_opt.jpg");
}
@media (max-width: 768px) {
  .arch__photo__pb--b {
    width: 41.8rem;
    height: 84.2rem;
  }
}
.arch__photo__pa--a {
  width: 60rem;
  height: 107.4rem;
  background-image: url("../assets/imgs/modelo_a_pa_opt.jpg");
}
@media (max-width: 768px) {
  .arch__photo__pa--a {
    width: 49.1rem;
    height: 63.9rem;
  }
}
.arch__photo__pa--b {
  width: 60rem;
  height: 107.4rem;
  background-image: url("../assets/imgs/modelo_b_pa_opt.jpg");
}
@media (max-width: 768px) {
  .arch__photo__pa--b {
    width: 51.3rem;
    height: 62.4rem;
  }
}
.arch__photo__rg {
  margin-top: 5.3rem;
}
.arch__photo__rg--a {
  width: 60rem;
  height: 68rem;
  background-image: url("../assets/imgs/modelo_a_rg_opt.jpg");
}
@media (max-width: 768px) {
  .arch__photo__rg--a {
    width: 52.68rem;
    height: 67.9em;
  }
}
.arch__photo__label {
  position: relative;
}
.arch__photo__block {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.arch__ul {
  width: 100%;
}
.arch__ul__cntr {
  display: flex;
  flex-direction: column;
  margin-top: 0rem;
  width: 28rem;
}
@media (max-width: 768px) {
  .arch__ul__cntr {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem;
    width: 65%;
  }
}
@media (max-width: 768px) {
  .arch__ul li {
    font-size: 1.6rem;
  }
}

.conf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  margin-top: 11.5rem;
  padding: 10rem;
  background-image: url("../assets/imgs/back_confirmation_opt.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: var(--color-secondaryLight);
}
@media (max-width: 768px) {
  .conf {
    padding: 10rem 0rem;
    background-image: url("../assets/imgs/back_confirmation_mob_opt.jpg");
  }
}
.conf__title {
  font-size: 3.32rem;
  text-align: center;
  color: white;
  font-family: "Montserrat-SemiBold", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .conf__title {
    font-size: 3.16rem;
    letter-spacing: 0rem;
  }
}
.conf__subtitle {
  margin-top: 1.8rem;
  font-size: 2.17rem;
  text-align: center;
  color: white;
  letter-spacing: 0.3rem;
  font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .conf__subtitle {
    margin-top: 1rem;
    font-size: 2rem;
    letter-spacing: 0rem;
  }
}
.conf__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 6.9rem;
  padding: 0 3.2rem;
  width: auto;
  height: 9.9rem;
  border: 0.04rem solid white;
}
@media (max-width: 768px) {
  .conf__btn {
    display: none;
  }
}
.conf__btn__txt {
  font-size: 3.91rem;
  text-transform: uppercase;
  text-align: center;
  color: white;
  letter-spacing: 0.35rem;
  font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .conf__btn__txt {
    font-size: 3.4rem;
  }
}
.conf__btn--mob {
  display: none;
}
@media (max-width: 768px) {
  .conf__btn--mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 6.2rem;
    padding: 0 2.7rem;
    width: auto;
    height: 8.8rem;
    border: 0.04rem solid white;
  }
}

.ga {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 17.3rem;
  padding-bottom: 12rem;
  width: 100vw;
  background-color: #fff;
}
.ga__link {
  position: absolute;
  top: 18.5rem;
  left: 15rem;
}
@media (max-width: 768px) {
  .ga__link {
    top: 7.6rem;
    left: 4.17rem;
  }
}
.ga__link__txt {
  font-size: 2.4rem;
  letter-spacing: 5%;
  font-family: "Montserrat-Medium", Helvetica, Arial, sans-serif;
  color: #25313C;
}
@media (max-width: 768px) {
  .ga__link__txt {
    font-size: 1.4rem;
  }
}
.ga__title {
  position: relative;
  margin: 20.5rem 0 0 0;
}
.ga__cntr {
  margin-top: 3.6rem;
  width: 159.2rem;
  height: 77rem;
}
@media (max-width: 768px) {
  .ga__cntr {
    width: 52.2rem;
    height: 46.9rem;
  }
}
.ga__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ga__row--a {
  width: 100%;
}
.ga__row--b {
  margin-top: 1.5rem;
  width: 100%;
}
.ga__row--c {
  width: 98.2rem;
}
@media (max-width: 768px) {
  .ga__row--c {
    width: 27.3rem;
  }
}
.ga__row--d {
  margin-top: 1.5rem;
  width: 100%;
}
.ga__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.ga__column--a {
  height: 38.1rem;
}
@media (max-width: 768px) {
  .ga__column--a {
    height: 23rem;
  }
}
.ga__photo {
  position: relative;
  background-color: #25313C;
  overflow: hidden;
  cursor: pointer;
}
.ga__photo__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .ga__photo__img {
    width: auto;
    height: 100%;
  }
}
.ga__photo__img--h {
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .ga__photo__img.force-width {
    width: 100%;
    height: auto;
  }
}
.ga__photo--a {
  width: 105.2rem;
  height: 37.4rem;
}
@media (max-width: 768px) {
  .ga__photo--a {
    width: 27.28rem;
    height: 23rem;
  }
}
.ga__photo--b {
  width: 59.4rem;
  height: 38.1rem;
}
@media (max-width: 768px) {
  .ga__photo--b {
    width: 23rem;
    height: 23rem;
  }
}
.ga__photo--c {
  width: 52.5rem;
  height: 37.4rem;
}
@media (max-width: 768px) {
  .ga__photo--c {
    width: 23rem;
    height: 23rem;
  }
}
.ga__photo--d {
  width: 51.9rem;
  height: 18.3rem;
}
@media (max-width: 768px) {
  .ga__photo--d {
    width: 13.1rem;
    height: 9.46rem;
  }
}
.ga__photo--e {
  width: 44.7rem;
  height: 18.3rem;
}
@media (max-width: 768px) {
  .ga__photo--e {
    width: 13.1rem;
    height: 9.46rem;
  }
}
.ga__photo--f {
  width: 98.2rem;
  height: 18.3rem;
}
@media (max-width: 768px) {
  .ga__photo--f {
    width: 27.3rem;
    height: 12.6rem;
  }
}
.ga__photo--g {
  width: 100%;
  height: 37.4rem;
}
.ga .top--zero {
  top: 0;
}
@media (max-width: 768px) {
  .ga .top--zero {
    top: 50%;
  }
}
.ga .top--30 {
  top: 30%;
}
@media (max-width: 768px) {
  .ga .top--30 {
    top: 50%;
  }
}
.ga .top--35 {
  top: 35%;
}
@media (max-width: 768px) {
  .ga .top--35 {
    top: 50%;
  }
}

.pri {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 17.3rem;
  padding-bottom: 12rem;
  width: 100vw;
  background-color: white;
}
.pri__cntr {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 15rem 36em;
  background-color: white;
}
@media (max-width: 768px) {
  .pri__cntr {
    padding: 5rem 5em;
  }
}
.pri__title {
  text-align: center;
}
.pri__p {
  margin-top: 5rem;
  text-align: justify;
}
