
@font-face {
  font-family: 'metropolisregular';
  src: url("../../fonts/metropolis-regular-webfont.woff2") format("woff2"), url("../../fonts/metropolis-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Domaine Display";
  src: url(../../fonts/DomaineDisplayWeb-Medium.woff);
}

.w-full {
  width: 100%;
}

.no-padding {
  padding: 0;
}

.sticky-wrapper {
  height: 0 !important;
}

body {
  margin: 0;
}

/*.page-home {*/
/*  height: 1020px;*/
/*  background: url("../../../assets/media/pages/home/background.jpg") no-repeat;*/
/*  background-size: cover;*/
/*}*/

.page-home ul.banner-home-buttons {
    display: inline-flex;
    list-style-type: none;
    padding-inline-start: 0;
}

.page-home .banner-home-buttons li {
    margin: 0 15px;
}

.page-home .logo {
  width: 150px;
  margin: 0 auto;
}

.logo-button {
    margin-right: 15px;
}

.page-home h1 {
  height: 122px;
  color: #ffffff;
  font-family: "Domaine Display";
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 300px;

  width: 150px;
  display: inline-table;
}

.btn-home {
  width: 100%;
  background-color: #bb7780;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 15px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  display: block;
  letter-spacing: 2px;
  margin-top: 40px;
}

.page-home .btn-home {
    width: 100%;
    background-color: #bb7780;
    color: #ffffff;
    font-family: Raleway;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 30px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    letter-spacing: 2px;
    margin-top: 40px;
}

/*#galleryModal .modal-body {*/
/*    padding: 7px;*/
/*}*/

/*#galleryModal .modal-dialog {*/
/*   !*max-width: 600px;*!*/
/*}*/

#galleryModal .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
}

#galleryModal .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

#galleryModal .modal-body {
    overflow-y: auto;
}

#galleryModal .modal-header {
    border-bottom: none;
}

#galleryModal .owl-carousel .owl-item img {
    display: inline-flex;
    max-height: 800px;
}

#galleryModal .modal-header .close:focus {
    outline: none;
}

#galleryModal .modal-header .close {
    margin: 0 -1rem -1rem auto;
}

#galleryModal  .owl-carousel .prev-slide {
    background: url("../../../assets/media/pages/gallery/gallery_2k23/left.svg") no-repeat;
    left: -100px;
    top: 375px;
}
#galleryModal  .owl-carousel .next-slide {
    background: url("../../../assets/media/pages/gallery/gallery_2k23/right.svg") no-repeat;
    right: -100px;
    top: 375px;
}

#galleryModal .owl-theme .owl-nav {
    margin-top: 35px;
    margin-bottom: -35px;
}

#galleryModal .owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 50px;
    cursor: pointer;
}

.owl-theme .owl-nav {
    margin-top: 35px;
    margin-bottom: -35px;
}

/*#galleryModal .owl-item {*/
/*    display: inline-block;*/
/*    float: none;*/
/*    vertical-align: middle;*/
/*}*/


.html5boxPlay {
    background-image: url("https://html5box.com/html5lightbox/html5lightbox/skins/default/lightbox-play.png") !important;
}

.html5boxPause {
    background-image: url("https://html5box.com/html5lightbox/html5lightbox/skins/default/lightbox-pause.png") !important;
}

.page-home h1 {
  margin-top: 20%;
}

/**
  HEADER
 */
.fixed-top {
  height: 100px;
}

.header {
  transition: background-color 150ms linear;
  z-index: 999 !important;
  width: 100% !important;
}

.header .logo img {
  margin-top: 10px;
  width: 120px;
}

.header .navbar {
  padding-top: 45px;
}

/*.logo-footer:hover {*/
/*img {*/
/*    content: url('../../assets/media/optylon_hover.svg');*/
/*}*/
/*}*/

.header .navbar.navbar-left {
  position: absolute !important;
  top: 0px;
  margin-left: 80px !important;
}

.header .navbar.navbar-right {
  position: absolute !important;
  top: 0px;
  right: 0px !important;
}

.header .navbar-nav .nav-item {
  width: 160px;
  height: 16px;
}

#html5-watermark, #html5-close {
    display: none !important;
}

.header .navbar-nav .nav-item-2 {
   margin-left: 15px;
    margin-right: 15px;
}
.header .navbar-nav .nav-item-3 {
    margin-left: 15px;
    margin-right: 25px;
}

.header .navbar-nav .nav-item-4 {
    margin-left: 15px;
    margin-right: 15px;
}

.header .navbar-nav a {
  text-decoration: none;
  /*width: 160px;*/
  /*height: 16px;*/
  color: #ffffff !important;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.navbar .nav-item {
  text-align: center;
  width: 100%;
}

.navbar-light .navbar-toggler {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}


.header .navbar-nav .dropdown a {

  /*width: 60px;*/
}

.header .navbar-nav .dropdown-menu a {
  color: #262626 !important;
}

.navbar .nav-item-language {
  text-align: left;
  width: 200px!important;
}

.navbar .nav-item-contact {
  margin-left: -50px;

  color: white;
  background-color: #bb7780;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px !important;
  height: 100px !important;
}

.navbar .nav-link:hover {
  font-weight: bold;
}

.navbar .nav-item-contact a {
  padding-top: 52px;
}

.navbar .nav-item-contact a:hover {
  font-weight: bold;
}

.navbar-nav {
  margin-right: 150px;
}

.navbar-light .navbar-nav .nav-link.active {
  font-weight: 600;
  border-bottom: 2px solid white;
  padding-bottom: 27px;
  display: -webkit-inline-box;
}

.header-brown .navbar-nav .nav-link {
  color: black !important;
}

.header .navbar-nav .dropdown-menu {
  background-color: white !important;
  border: 1px solid #e6eaf0;
  padding: 15px 0px 15px 0px;
  margin-top: 38px;
  border-radius: 0;
  min-width: 4rem !important;
  margin-left: -10px;
}

.header .navbar-nav a.dropdown-item {
  color: #767885;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  z-index: 99999;
  margin-left: -20px;
  margin-bottom: 10px;
  width: 100%;
}

/*.header .navbar-nav a.dropdown-item.last {*/
/*  margin-bottom: 0px !important;*/
/*}*/

.header .navbar-nav a.dropdown-item:hover {
  color: #bb7780 !important;
  font-family: Raleway;
  font-weight: 700;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: transparent !important;
}

.nav-item #navbarDropdownDownloads ul {
  position: absolute !important;
  left: 0;
}

.nav-item #navbarDropdownDownloads ul li {
  display: contents;
}

.is-sticky .header {
  background-color: white;
  border-bottom: 1px solid #f0f0f0;
  z-index: 999 !important;
}


.is-sticky .header a {
  color: #bb7780 !important;
}

.is-sticky .nav-link {
  color: #60626b !important;
  transition: color 150ms linear;
}

.is-sticky .logo img {
  content: url(../../../assets/media/logos/Logo_menu_pink.svg);
}

.is-sticky .nav-item-2 img {
    content: url(../../../assets/media/pages/global/video-camera-rosa.svg);
}

.is-sticky .nav-item-3 img {
    content: url(../../../assets/media/pages/global/360-rosa.svg);
}

.is-sticky .nav-item-4 img {
    content: url(../../../assets/media/pages/global/fotografias_navbar_pink.svg);
}
/**
 *  LOCATION
 */

.page-location section .banner {
  background-image: url("../../../assets/media/pages/location/banner.jpg");
  height: 1040px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-location section .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40%;
}

.page-location section .title p {
  text-align: center;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 5.5px;
  line-height: 60px;
  text-transform: uppercase;
}

.page-location section .title h1 {
  height: 81px;
  color: #ffffff;
  font-family: "Domaine Display";
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 48px;
  text-transform: uppercase;
  width: 480px;
  text-align: center;
}

.page-location #section-1 .banner {
  background-image: url("../../../assets/media/pages/location/banner.jpg");
  height: 1040px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-location #section-5 .banner {
  background-image: url("../../../assets/media/pages/location/Img_4.jpg");
  height: 1040px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-location section .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50%;
}

.page-location #section-2 {
  min-height: 1080px;
}

.page-location #section-2 p {
  width: 300px;
  color: #bb7780;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  margin: 24% auto;
  padding: 20% 0;
}

.page-location #section-4 p {
  width: 300px;
  color: #bb7780;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 27px;
  margin-top: 60%;
}

.page-location .right-bar img {
  background-color: #bb7780;
  z-index: 30;
  /*height: 630px;*/
  margin: 6% 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.page-location .right-bar .bar {
  background-color: #bb7780;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 1080px;
  z-index: 20;
}

.page-location .left-bar img {
  background-color: #bb7780;
  z-index: 30;
  /*height: 630px;*/
  margin: 6% 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page-location .left-bar .bar {
  background-color: #bb7780;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 1080px;
  z-index: 20;
}

.page-location #section-4 {
  min-height: 1080px;
}

.page-location #section-4 p {
  width: 300px;
  color: #bb7780;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 27px;
  text-align: center;
  margin: 0 auto;
  margin-top: 80%;
}

.page-location #section-5 .title h1 {
  width: 540px;
}

.page-location section p {

  color: #bb7780;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 27px;
  text-align: center;
  margin: 0 auto;
}

.page-location #section-6 p {
  padding-top: 380px;
  padding-bottom: 380px;
  width: 300px;
}

.page-location #section-6 .right-bar .bar {
  height: 1107px;
}


.page-location #section-7 {
  width: 100%;
  height: 550px;
  background-color: #767885;
}

.page-location #section-7 img {
  width: 75px;
  height: 77px;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 180px;
}

.page-location #section-7 p {
  width: 730px;
  height: 97px;
  color: #ffffff;
  font-family: "Domaine Display";
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 35px;
}

.page-location #section-8 p {
  width: 254px;
  height: 321px;
  color: #bb7780;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 27px;
  padding-top: 300px;
}

.page-location #section-9 {
  width: 100%;
  height: 400px;
  background-color: #bb7780;
}

.page-location #section-9 p {
  height: 47px;
  color: #ffffff;
  font-family: "Domaine Display";
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 60px;
  margin-top: 170px;
  text-transform: uppercase;
}

.page-location #section-10 ol {
  padding: 50px 0;
}

.page-location #section-10 ol li {
  color: #767885;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
  line-height: 34px;
  padding-left: 0px;
}

.page-location #section-10 ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}

.page-location #section-10 ol li {
  counter-increment: my-awesome-counter;
}

.page-location #section-10 ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #bb7780;
}

.page-location #section-10 label {
  color: #bb7780;
  font-family: "Domaine Display";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-top: 30%;
}

.page-location #section-10 a {
  width: 160px;
  height: 50px;
  background-color: #bb7780;

  padding: 20px 40px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.page-location #section-10 a:hover {
  text-decoration: none;
  font-weight: bold;
}


/**
 *  FOOTER
 */

.footer {
  height: 150px;
  padding: 30px;
  background-color: #767885;
}

.footer .logo {
  width: 66px;
  margin-top: 20px;
}

.footer p {
  margin-top: 15px;
  height: 39px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: uppercase;
}

.footer p.contacts {
  margin-left: 0px !important;
}

.footer .col-logo {
  padding: 0;
}

.footer .col-contacts-01 {
  margin-left: -50px;
}

.footer .box-contact {
  background-color: #bb7780;
  position: absolute;
  right: 0;
  width: 250px;
  margin-top: -30px;
  height: 150px;
  text-align: left !important;
  padding-top: 40px;
  padding-left: 50px;
  text-decoration: none;
}

.footer a {
  margin-top: 15px;
  height: 39px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.55px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  display: -webkit-inline-box;
}

.footer a:hover {
  font-weight: bold;
}


/**
 *  BUILDING
 */

 .page-building section .banner {
  background-image: url("../../../assets/media/pages/building/banner.jpg");
  height: 1040px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-building section .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50%;
}

.page-building section .title p {
  text-align: center;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 5.5px;
  line-height: 60px;
  text-transform: uppercase;
}

.page-building section .title h1 {
  height: 81px;
  color: #ffffff;
  font-family: "Domaine Display";
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 48px;
  text-transform: uppercase;
  width: 480px;
  text-align: center;
}

.page-building .right-bar img {
  background-color: #bb7780;
  z-index: 30;
  margin: 6% 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.page-building .right-bar .bar {
  background-color: #bb7780;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 1080px;
  z-index: 20;
}


.page-building #section-2 {
  width: 100%;
  height: 550px;
  background-color: white;
}

.page-building #section-2 img {
  width: 75px;
  height: 77px;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 180px;
}

.page-building #section-2 p {
  height: 97px;
  color: #767885;
  font-family: "Domaine Display";
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 35px;
  text-align: center;
  padding: 0 35px;
}

.page-building #section-3 {
  min-height: 1080px;
}

.page-building #section-3 p {
  width: 300px;
  color: #bb7780;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  margin: 24% auto;
  padding: 20% 0;
}

.page-building #section-3 .w-full {
  width: 70%;
  max-height: 940px;
  margin-top: 3%;
  margin-right: 15%;
}

.page-building #section-4 .text-half {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.page-building #section-4 p {
  width: 369px;
  height: 127px;
  color: #767885;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16px;
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
}

.page-building #section-4 a {
  margin: 25px auto;
  display: table;
  background-color: #bb7780;
  height: 11px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.1px;
  padding: 25px 25px;
  text-transform: uppercase;
  margin-top: 40px;
}

.page-building #section-4 a:hover {
  text-decoration: none;
  font-weight: bold;
}

.page-building #section-4 .col-md-6 {
  padding: 0px;
}



/**
 *  APARTMENTS
 */

/*.page-apartments {*/
/*  background-color: #bb7780;*/
/*}*/

.page-apartments section .banner {
  background-image: url("../../../assets/media/pages/apartments/banner.jpg");
  height: 1040px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-apartments section .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50%;
}

.page-apartments section .title p {
  text-align: center;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 5.5px;
  line-height: 60px;
  text-transform: uppercase;
}

.page-apartments section .title h1 {
  height: 81px;
  color: #ffffff;
  font-family: "Domaine Display";
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 48px;
  text-transform: uppercase;
  width: 480px;
  text-align: center;
}

.page-apartments .right-bar img {
  background-color: #575965;
  z-index: 30;
  margin: 6% 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.page-apartments .right-bar .bar {
  background-color: #bb7780;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 900px;
  z-index: 20;
}

.page-apartments .left-bar img {
  background-color: #bb7780;
  z-index: 30;
  margin: 6% 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.page-apartments #section-6 .left-bar .bar {
  height: 900px;
}

.page-apartments .left-bar .bar {
  background-color: #bb7780;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 1350px;
  z-index: 20;
}

.page-apartments #section-2 {
  min-height: 900px;
}

/*.page-apartments #section-2 .col-sm-5 {*/
/*  background-color: #ffffff;*/
/*  min-height: 900px;*/
/*}*/

/*.page-apartments #section-2 .right-bar {*/
/*  background-color: #bb7780;*/
/*  min-height: 900px;*/
/*}*/

.page-apartments #section-2 p {
  width: 300px;
  color: #bb7780;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  margin: 24% auto;
  padding: 20% 0;
}


.page-apartments #section-4 {
  width: 100%;
  height: 550px;
  background-color: #ffffff;
}

.page-apartments #section-4 img {
  width: 75px;
  height: 77px;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 180px;
}

.page-apartments #section-4 p {
  width: 730px;
  height: 97px;
  color: #767885;
  font-family: "Domaine Display";
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 35px;
  margin: 0 auto;
}

.page-apartments #section-6 {
  min-height: 900px;
}

.page-apartments #section-6 p {
  width: 265px;
  color: #bb7780;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 27px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50%;
}

.page-apartments #section-7 .banner {
  background-image: url("../../../assets/media/pages/apartments/banner_materiais.jpg");
  height: 1040px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-apartments #section-7 .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40%;
}

.page-apartments #section-7 .title p {
  text-align: center;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 5.5px;
  line-height: 60px;
  text-transform: uppercase;
}

.page-apartments #section-7 .title h1 {
  height: 81px;
  color: #ffffff;
  font-family: "Domaine Display";
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 48px;
  text-transform: uppercase;
  width: 480px;
  text-align: center;
}

.page-apartments #section-8 {
  width: 100%;
  height: 600px;
  background-color: #ffffff;
}

.page-apartments #section-8 img {
  width: 75px;
  height: 77px;
  margin-bottom: 25px;
  text-align: center;
  margin-top: 180px;
}

.page-apartments #section-8 p {
  width: 730px;
  height: 97px;
  color: #767885;
  font-family: "Domaine Display";
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 35px;
  margin: 0 auto;
}

.page-apartments #section-9 {
  min-height: 1200px;
}

.page-apartments #section-9 img {
  padding-left: 5%;
}


.page-apartments #section-10 {
  margin-top: 350px;
  margin-bottom: 200px;
}

.page-apartments #section-10 p {
  width: 730px;
  height: 110px;
  color: #bb7780;
  font-family: "Domaine Display";
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 35px;
  margin: 0 auto;
}

.page-apartments #section-11 p {
  width: 255px;
  height: 127px;
  color: #ffffff;
  font-family: "Domaine Display";
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.17px;
  line-height: 27px;
}

.page-apartments #section-12 .col-lg-7 {
  padding: 0;
  margin: 10% 0;
  margin-bottom: 0px !important;
}

/*.page-apartments #section-12 img {*/
/*  height: 1200px;*/

/*  background-size: cover;*/
/*  height: 300px;*/
/*  width: 60vw;*/
/*  position: relative;*/
/*  left: 50%;*/
/*  transform: translateX(-50vw);*/
/*}*/

.page-apartments #section-12 a {
  margin: 25px auto;
  display: table;
  background-color: #bb7780;
  height: 11px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.1px;
  padding: 25px 25px;
  text-transform: uppercase;
  margin-top: 40px;
}

.page-apartments #section-12 a:hover {
  text-decoration: none;
  font-weight: bold;
}

.page-apartments #section-12 p {
  width: 255px;
  height: 127px;
  /*color: #ffffff;*/
  color: #bb7780;
  font-family: "Raleway";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 27px;
  text-align: center;
  margin: 0 auto;
  margin-top: 80%;
  margin-bottom: 80px;
}

.page-apartments #section-12 .right-bar {
  height: 1500px;
  /*border: 1px solid #707070;*/
  /*background-color: #767885;*/
}


/**
 *  TYPOLOGIES
 */

.page-typologies .header .logo img {
  margin-top: 10px;
  width: 120px;

  content:url("../../../assets/media/logos/Logo_menu_pink.svg");
}

.page-typologies .header .navbar-nav .dropdown-menu {
  background-color: white !important;
  border: 1px solid #e6eaf0;
  padding: 15px 0px 15px 0px;
  border-radius: 0;
  min-width: 4rem !important;
  margin-left: -10px;
  margin-top: 37px;
}

.page-typologies h1 {
  width: 531px;
  height: 52px;
  color: #bb7780;
  font-family: "Domaine Display";
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 200px auto 80px auto;
}

.page-typologies .box .list-t1-a {
  margin-top: 50px;
}

.page-typologies .box .level-bottom {
  padding-top: 20px;
}

.page-typologies .box .level-bottom .line {
  border-top: 1px solid #eaebec;
  padding: 40px 0;
}

.page-typologies .box .level-bottom .line {
  border-top: 1px solid #eaebec;
  padding-top: 40px;
  padding-bottom: 20px;
}

.page-typologies .box .btn-more {
  width: 40px;
  height: 40px;
  margin-top: 15px;
  position: absolute;
  right: 0;
  background-image: url("../../../assets/media/pages/typologies/icon_view.png");
  background-repeat: no-repeat;
}

.page-typologies .box .btn-download {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  position: absolute;
  left: 40px;
  background-image: url("../../../assets/media/pages/typologies/icon_download.png");
  background-repeat: no-repeat;
}

.page-typologies .box .btn-more:hover {
  width: 40px;
  height: 40px;
  margin-top: 15px;
  position: absolute;
  right: 0;
  background-image: url("../../../assets/media/pages/typologies/icon_view_hover.png");
  background-repeat: no-repeat;
}

.page-typologies .box .btn-download:hover {
  width: 25px;
  height: 40px;
  margin-top: 10px;
  position: absolute;
  left: 40px;
  background-image: url("../../../assets/media/pages/typologies/icon_download_hover.svg");
  background-repeat: no-repeat;
}

.page-typologies .box .level-top .line {
  border-top: 1px solid #eaebec;
  padding: 20px 0;
  padding-bottom: 0;
}

.page-typologies .box .col-6.col-md-2 {
  padding-left: 0;
}

.page-typologies .link-plan {
  display: contents;
  text-decoration: none;
}

.page-typologies .link-plan:hover {
  text-decoration: none;
}

/*.page-typologies .floor-detail .image img {*/
/*  width: 90%;*/
/*}*/

.page-typologies .navbar-light .navbar-nav .nav-link {
  color: #bb7780 !important;
}

.page-typologies .navbar-nav .dropdown-toggle::after,
.is-sticky .navbar-light .navbar-nav .dropdown-toggle::after {
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: solid #bb7780;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.page-typologies .level {
  color: #bb7780;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3.3px;
  line-height: 26px;
  -webkit-transform: none !important;
  text-transform: uppercase;
}

.page-typologies .level-number {
  color: #bb7780;
  font-family: "Domaine Display";
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 27px;
}

.page-typologies .line-top {
  color: #767885;
  font-family: "Domaine Display";
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 27px;
  text-transform: uppercase;
}

.page-typologies .line-top span {
  font-size: 18px;
  margin-left: 3px;
  margin-top: -15px;
  position: absolute;
}

.page-typologies .line-bottom {
  color: #bb7780;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 26px;
  text-transform: uppercase;
}

.page-typologies .box-left .title span {
  font-size: 18px;
  margin-left: 3px;
  margin-top: -15px;
  position: absolute;
}

.page-typologies .list-t2b-b #line-3 {
  padding-left: 15px;
}

.page-typologies .box  .box-internal{
  border-top: 1px solid #eaebec;
  border-bottom: 1px solid #eaebec;
}

.page-typologies .floor-detail {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-typologies .floor-detail .image {
  padding: 0;
}

.page-typologies .floor-detail p {
  color: #bb7780;
  font-family: "Domaine Display";
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
}

.page-typologies .floor-detail p:not(.title) {
  font-family: Raleway;
  font-size: 11px;
}

.page-typologies .floor-detail p.title {
  color: #767885;
  font-size: 32px !important;
  letter-spacing: 0.4px;
  font-size: 11px;
  font-weight: 400;
  margin-top: 30px;
}

.page-typologies .floor-detail p.title.first {
  margin-top: 15px !important;
}

.page-typologies .floor-detail a {
  padding: 20px 50px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-color: #bb7780;
}

.page-typologies .box-left-sales a:hover {
  text-decoration: none;
  font-weight: bold;
}

.page-typologies .floor-detail .box-left-sales {
  margin-top: 40px;
}

.page-typologies .gallery {
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 1%;
}

.page-typologies .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  left: 0;
}

.page-typologies .owl-theme .owl-dots {
  display: none;
}

.page-typologies .owl-carousel .owl-nav button.owl-next {
  width: 25px;
  height: 20px;
  background: url("../../../assets/media/pages/gallery/arrow_left.svg") no-repeat;
}

.page-typologies .owl-carousel .owl-nav button.owl-prev {
  width: 25px;
  height: 20px;
  background: url("../../../assets/media/pages/gallery/arrow_right.svg") no-repeat;
}

.page-typologies .owl-carousel .owl-nav button:focus {
  outline: none;
}

.page-typologies .owl-carousel .owl-nav button.owl-prev span,
.page-typologies .owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.page-typologies .navbar-light .navbar-nav .nav-link.active {
  font-weight: 600;
  color: #bb7780 !important;
  border-bottom: 2px solid #bb7780;
  padding-bottom: 27px;
}

.page-typologies .navbar-light .navbar-nav .nav-item-2 img {
    content: url('../../../assets/media/pages/global/video-camera-rosa.svg');
}
.page-typologies .navbar-light .navbar-nav .nav-item-3 img {
    content: url('../../../assets/media/pages/global/360-rosa.svg');
}

.page-typologies .navbar-light .navbar-nav .nav-item-4 img {
    content: url('../../../assets/media/pages/global/fotografias_navbar_pink.svg');
}

.page-typologies .gallery h3 {
  font-family: "Domaine Display";
  font-size: 40px;
  color: #767885;
  line-height: 40px;
  text-transform: uppercase;

  margin-top: 3.3em;
  letter-spacing: 8px;
  padding-top: 85px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.page-typologies .footer {
  margin-left: 0;
}


/**
 *  TERMS
 */
.page-terms .header .logo img {
  content:url("../../../assets/media/logos/Logo_menu_pink.svg");
}

.page-terms #section-1 {
  margin: 220px auto 80px auto;
}

.page-terms #section-2 {
  margin: 150px auto 80px auto;
}

.page-terms #section-1 .col-lg-10 {
  border-top: 1px solid #767885;
  padding-top: 50px;
}

.page-terms #section-2 .col-lg-10 {
  border-top: 1px solid #767885;
  padding-top: 50px;
}

.page-terms .navbar-light .navbar-nav .nav-link {
  color: #bb7780 !important;
}

.page-terms h3 {
  width: 208px;
  height: 98px;
  color: #bb7780;
  font-family: "Domaine Display";
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1.25px;
  line-height: 30px;
  text-transform: uppercase;
}

.page-terms p {
  color: #767885;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 27px;
  text-align: left;
}

.page-terms p span {
  color: #767885;
  font-family: Raleway;
  font-size: 17px;
  letter-spacing: 0.17px;
  line-height: 27px;
  text-align: left;
  font-weight: 700;
}

.page-terms .row-terms {
  margin-top: 50px;
}


/**
 *  CONTACTS
 */
.page-contacts {
  background-color: #cc979d;
  min-height: 100vh;
}

.page-contacts .row-contacts {
  padding-top: 220px;
  padding-bottom: 120px;
}

.page-contacts h1 {
  color: #ffffff;
  font-family: "Domaine Display";
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 60px;
}

.page-contacts p.email {
  color: #ffffff;
  font-family: "Domaine Display";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.18px;
  line-height: 30px;
  margin-top: 45px;
}

.page-contacts .logo-upi {
  margin-top: 45px;
  width: 67px;
}

.page-contacts .form-contacts .input-group label,
.page-contacts .form-contacts .input-group input {
  width: 100%;
  text-align: left;
}

.page-contacts .form-contacts .input-group label {
  margin-top: 50px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.page-contacts .form-contacts .input-group label.first {
  margin-top: 20px !important;
}

.page-contacts .form-contacts .input-group input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;

  color: #ffffff;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 26px;
}

.page-contacts .form-contacts .check span {
  color: #ffffff;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 26px;
}

.page-contacts .form-contacts .check span a {
  color: #ffffff;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 26px;
}

.page-contacts .form-contacts .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 26px;
  opacity: 1; /* Firefox */
}

.page-contacts .form-contacts .input-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 26px;
}

.page-contacts .form-contacts .input-group input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  line-height: 26px;
}

.page-contacts .form-contacts button {
  background-color: #bb7780;
  color: #ffffff;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border: none;
  margin-top: 40px;
  padding: 15px 50px;
}

.page-contacts .form-contacts input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: white;
  height: 16px;
  width: 16px;
  /*border: 1px solid #cccdcd;*/
}

.page-contacts .form-contacts input[type="checkbox"]:checked {
  background: #bb7780;
}

.page-contacts .form-contacts input[type="checkbox"]:after {
  content: '';
  position: relative;
  left: 40%;
  top: 17%;
  width: 25%;
  height: 55%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.page-contacts .form-contacts input[type="checkbox"]:checked:after {
  display: block;
}

*:focus {
  outline: none;
}

.custom-control.overflow-checkbox .overflow-control-input {
  display: none;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
  -webkit-transform: rotateZ(45deg) scale(1);
  transform: rotateZ(45deg) scale(1);
  top: -6px;
  left: 5px;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
  opacity: 1;
}
.custom-control.overflow-checkbox .overflow-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid white;
}
.custom-control.overflow-checkbox .overflow-control-indicator::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  transition: .3s;
  -webkit-transform: rotateZ(90deg) scale(0);
  transform: rotateZ(90deg) scale(0);
  width: 10px;
  /*border-bottom: 4px solid #0adb19;*/
  /*border-right: 4px solid #0adb19;*/
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-radius: 3px;
  top: -2px;
  left: 2px;
}
.custom-control.overflow-checkbox .overflow-control-indicator::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  transition: .3s;
  width: 10px;
  /*border-right: 4px solid red;*/
  border-radius: 3px;
  -webkit-transform: rotateZ(45deg) scale(1);
  transform: rotateZ(45deg) scale(1);
  top: -4px;
  left: 5px;
  opacity: 0;
}


.is-sticky .header .navbar .nav-item-contact a {
  color: #ffffff !important;
}

.page-typologies .navbar-light .navbar-nav .nav-item-contact a {
  color: #ffffff !important;
}

.is-sticky .header .navbar .nav-item-contact a:hover {
  font-weight: bold;
}

.is-sticky .navbar-light .navbar-nav .nav-link.active {
  font-weight: 600;
  color: #bb7780;
  border-bottom: 2px solid #bb7780;
  padding-bottom: 29px;
}

.is-sticky .navbar-light .navbar-nav .nav-item-contact.active {
  font-weight: 600;
  color: white !important;
  border-bottom: 2px solid #bb7780;
  padding-bottom: 29px;
}

.navbar-light .navbar-nav .nav-link {
  cursor: pointer;
}




#animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.level0 {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background: #bb7780;
}

.overlay {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #ffffff;
  overflow: hidden;
}

.logo-animation {
  position: absolute;
  margin-top: 50vh;
  margin-left: 50vw;
  width: 200px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo-animation img {
  width: 100%;
  padding: 15px;
  object-fit: cover;
}


.js-cookie-consent {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  left: 0;
  height: 90px;
}
.js-cookie-consent #bar-cookies {
  background-color: #767885;
  color: #fff;
  font-size: 13px;
  font-family: Raleway;
  height: 100%;
  line-height: 89px;
  text-align: left;
}

.js-cookie-consent #bar-cookies a {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}

.js-cookie-consent #bar-cookies button {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: Raleway;
}

.js-cookie-consent #bar-cookies button:hover {
  font-weight: bold;
}

.js-cookie-consent #bar-cookies .btn-cookies {
  margin-left: -50px;
  color: white;
  background-color: #bb7780;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px !important;
  height: 100%;
  border: none;
  text-align: center;
}

.navbar-nav .dropdown-toggle::after {
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.footer-bottom {
  background-color: #6E707E;
  height: 100%;
}

.home-footer-bottom {
  /*background-color: #6E707E;*/
  position: absolute;
  bottom: 0;
}

.home-footer-bottom p,
.footer-bottom p {
  font-family: Raleway;
  font-size: 9px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2px;
  padding-top: 25px;
}

.home-footer-bottom a,
.footer-bottom a {
  font-family: Raleway;
  font-size: 9px;
  text-transform: uppercase;
  color: white;
  line-height: 65px;
  letter-spacing: 2px;
}

.home-footer-bottom a:hover,
.footer-bottom a:hover {
  font-weight: bold;
  text-decoration: none;
}

.home-footer-bottom .col-copyright,
.footer-bottom .col-copyright {
  text-align: right;
}

.contact-error {
  line-height: 35px;
}

.errors-enabled .input-group label {
  margin-top: 0 !important;
}

.address,
.col-contacts-01 p,
.col-contacts-02 p {
  font-family: metropolisregular !important;
}

.col-contacts-01 p span,
.col-contacts-02 p span {
  font-size: 13px;
}

.cookie-consent__message {
  letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-item-contact.active {
  border-bottom: 2px solid transparent !important;
}

.contact-link.active {
  border-bottom: 2px solid transparent !important;
}

.navbar .nav-item-contact {
  color: white;
}

.page-typologies .cycle .cycle-next {
  background: url(../../../assets/media/pages/gallery/arrow_left.svg) no-repeat;
  width: 20px;
  height: 20px;
  border: none;
  margin-left: 15px;
}

.page-typologies .cycle .cycle-prev {
  background: url(../../../assets/media/pages/gallery/arrow_right.svg) no-repeat;
  width: 20px;
  height: 20px;
  border: none;
}

.page-typologies .cycle .controls {
  display: flex;
  cursor: pointer;
}

.contact-link {
  color: #ffffff !important;
}
