@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0;
    padding:0 !important;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    position: relative;
    z-index: -5;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
h1{
  font-family: 'Cormorant';
}
a:hover {
  color: #000000;
}
#section-ads {
  padding: 30px 0;
}
:root{
  --primaryColor: #70B09F;
  --black: #000000;
  --white: #ffffff;
}
.modal-content{
    background-color: rgba(255,255,255, 0.9) !important;
    color: #000 !important;
}
.modal button.close{
    color: #000 !important;
}
.modal .btn{
    max-width: 200px !important;
    color: #fff !important;
    background-color: var(--primaryColor) !important;
    margin: auto !important;
}
.modal .btn:hover{
    background-color: var(--black) !important;
}
/* Nav */
.nav{
  padding: 20px 120px;
}
.nav img{
  padding: 0;
  width: 100px; 
}
.nav img:nth-child(2){
  margin-left: 50px;
  width: 172px;
}
.nav p{
  padding: 0;
  margin-left: 50px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.nav p:hover::before{
  visibility: visible;
  transform: scaleX(1);
}
.nav p::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #000;
  visibility: hidden;
  border-radius: 0px;
  transform: scaleX(0);
  transition: .25s linear;
}
/* Header */
#header {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: -5;
  aspect-ratio: 16/9;
}
.leftHeader{
  color: white; 
  min-height: 700px; 
  display: flex;
  padding-left: 60px;
  background-image: url(/img/header_left_bg.jpg);
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
  background-size: cover;
    flex-direction: column;
    justify-content: center;
}
.headerText{
  padding: 0 60px;
  text-wrap: balance;
  line-height: 1.2;
  max-width: 400px;
  margin: 0 auto 0 0;
}
.leftHeader h2{
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2.1px;
  line-height: normal;
  color: var(--white) !importante;
}
.leftHeader h1{
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
} 
.rightHeader{ 
  min-height: 800px;  
  display: flex;
  background: linear-gradient(90deg, #00000093 0%, transparent 5%), url(/img/header_right_bg.png);
  position: relative;
  padding-right: 100px;
  z-index: 10;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: bottom;
  align-items: center;
}
/* Contact form */
.forms-wrapper {
  background: rgba(255, 255, 255, 0.90);
  padding: 35px 15px;
  max-width: 380px;
  height: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
}

.form-title {
  color: var(--black);
  font-size: 20px;
  text-wrap: balance;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}

#contactform input[type="text"],
#contactform input[type="tel"] {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--black);
  width: 100%;
}

/* Dropdown wrapper */
.custom-dropdown {
  position: relative;
}

/* Dropdown options container */
#tipologia {
  cursor: pointer !important;
}
.dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 10px;
  width: 94%; 
  background: #ffffffd6;
  border: 1px solid var(--primaryColor);
  border-top: none;
  z-index: 1000;
}

/* Each option */
.dropdown-options .option {
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
}

.dropdown-options .option:hover {
  background: var(--primaryColor);
  color: #fff;
}

label.error {
  color: red;
  font-size: 12px;
}

#termos-error {
  display: block;
  margin: 10px auto 0;
  text-align: center;
}

.iti {
  width: 100%;
  margin: 2px 0;
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
}

textarea {
  background-color: transparent;
  color: var(--black);
  border: none;
  border-bottom: 1px solid var(--black);
  max-height: 70px;
  border-radius: 0;
}

.input-container {
  padding: 0 10px;
  margin-top: 15px;
}

/* Terms checkbox */
.checkbox-wrapper {
  margin-top: 25px;
}

.checkbox-wrapper input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.checkbox-wrapper *,
.checkbox-wrapper ::after,
.checkbox-wrapper ::before {
  box-sizing: border-box;
  user-select: none;
}

.checkbox-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.checkbox-wrapper .label {
  cursor: pointer;
  display: flex;
  gap: 10px;
}

.checkbox-wrapper .check {
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
}

.checkbox-wrapper .label svg {
  vertical-align: top;
  min-width: 30px;
  margin-top: -12px;
}

.checkbox-wrapper .path1 {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  transition: .5s stroke-dashoffset;
  opacity: 0;
}

.checkbox-wrapper .check:checked+label svg g path {
  transition: .5s stroke-dashoffset;
  stroke-dashoffset: 0;
  opacity: 1;
}

.checkbox-wrapper span {
  color: var(--black);
  font-size: 10px;
  line-height: 1;
  text-wrap: balance;
}

.checkbox-wrapper span a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.form-button {
  background-color: var(--primaryColor);
  border-radius: 0;
  width: 200px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  margin: 35px auto 0;
  display: block;
  transition: all 0.3s ease;
}

.form-button:hover {
  background-color: #000;
  color: #fff;
  transform: scale(1.1);
}
.redirect{
  transition: all 0.5s ease;
}
.redirect:hover{
  background-color: #000 !important;
  transform: scale(1.15);
  color: #fff;
}
/* Section 1 */
.section1{
  background: linear-gradient(180deg, #DDDDDD 0%, #DDDDDD00 50%), url(/img/section1_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
}

.section1 h1{
    font-style:italic;
}
.section1 h5{
  font-weight: 400;
}
.section1 .text-center{
  padding-top: 45px;
  margin: 0 auto 60px;
}
.section1 .btn{
  margin-top: 60px;
  background-color: var(--primaryColor);
  width: 200px;
  font-size: 20px;
  border-radius: 0;
  color: var(--white);
} 
.advantage{
  min-height: 110px;
  max-width: 180px;
}
.slick-track{
  display: flex;
  justify-content: center;
}
.advantage-inner{
  display: flex;
  max-width: 90px;
  min-height: 110px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  flex-direction: column; 
  gap: 25px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.advantage-inner p{ 
  margin: 0 auto auto;
  height: 50px;
}
.advantage-inner img{
  display: block; 
  margin: 0 auto 0;
  height: 45px;
}

/* Section 2  */
.section2{
  padding: 60px 0 80px;
}
.section2 h1{
  text-align: center;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  margin: 0;
}
.section2 h6{
  width: 500px;
  text-align: center;
  margin: 15px auto 55px;
  font-weight: 300;
}
#sec2SlideBefore, #sec2SlideAfter{
  height: 25px;
  width: 40px;
  padding: 0;
  bottom: 50%;
  position: absolute;
  z-index: 5;
}
#sec2SlideBefore{
  left: 3%;
  transform: rotate(180deg) translateY(-50%);
}
#sec2SlideAfter {
  right:3%; 
  transform: translateY(50%);
}
#section2_slider{
  padding: 0;
} 
#section2_slider::after{
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 140px;
  z-index: 2;
  opacity: 0;
  top: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
  right: -20px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 95px, rgba(0, 0, 0, 1.00) 95px, rgba(255, 255, 255) 95px);
  opacity: 1;
}
#section2_slider::before{
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 140px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
  left: 0; 
  background: linear-gradient(90deg, rgba(255, 255, 255) 20px, rgba(0, 0, 0, 1.00) 0px, rgba(0, 0, 0, 0.70) 0px, rgba(0, 0, 0, 0.00) 95px); 
  opacity: 1;
} 
.image-outer{ 
  padding: 0 20px;
}
.image-outer img{ 
  margin: auto;
  width: 100%;
}

/* Section 3 */
.section3 {
  position: relative;
  padding: 55px 0 0 0;
  aspect-ratio: 16 / 9;
  background: url(/img/section3_bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.section3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
  pointer-events: none;
}

.section3>* {
  position: relative;
  z-index: 2;
}
.section3::before {
  background-image: var(--slide-bg);
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
} 
.section3.bg-fading::before {
  opacity: 0;
}
.section3 .slick-slide{
  opacity: 1 !important;
}
.pricing-box{
  margin: auto;
  opacity: 1 !important;
  justify-content: center;
  padding: 40px 45px;
  gap: 75px;
  background-color: var(--white);
  max-width: 670px; 
}
.pricing-box h2{
  color: var(--primaryColor);
  font-size: 40px;
}
.pricing-box h3 {
  font-size: 25px;
  font-weight: 400; 
  font-family: 'Cormorant';
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.pricing-box h4{
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.pricing-box p{
  font-size: 18px;
  margin: 0 0 0 60px;
  padding: 0;
  font-weight: 300;
}
.pricing-box .justify-content-md-between{
  border-bottom: 1px solid #DEDEDE;
  padding: 10px 20px;
  align-items: center;
}
.pricing-box .justify-content-md-between:last-of-type{
  border: none;
}
.navArrows{
  gap: 35px;
}
.navArrows img{
  padding: 10px 0;
  cursor: pointer;
}
.navArrows .next{
  transform: rotate(180deg);
}
/* Section 4 */
.section4{
  padding: 60px 0;
  background:  url(/img/presente.png), #EEEEEE;
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: right top;
}
.section4 h1{
  font-style: italic;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 25px;
  max-width: 490px;
}
.section4 p{
  max-width: 590px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
.section4 p b{
  font-weight: 500;
}
.section4 button{
  margin-top: 40px;
  color:  var(--white);
  border-radius: 0;
  width: 200px;
  font-size: 20px;
  background-color: var(--primaryColor);
}

/* Section 5 */
.section5{
  aspect-ratio: 1440/740;
  background: url(/img/section5_bg.png);
  background-size: cover;
  position: relative;
}
.section5::before{
  content: '';
  display: block;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(123, 198, 178, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.section5::after {
  content: '';
  display: block;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(123, 198, 178, 0.00) 100%);
}
.text-box{
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: var(--white);
}
.text-box h6{
  font-size: 18px;
  font-weight: 300;
}
.text-box h1{
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
}
/* Footer */
.sectionFooter{
  background: url(/img/footer_bg.png);
  background-size: cover;
  padding: 65px 0;
}
.sectionFooter h1{
  font-style: italic;
  font-size: 40px;
  font-weight: 500;
}
.sectionFooter h5{
  font-weight: 300;
  font-size: 18px;
}
.sectionFooter .btn{
  text-transform: uppercase;
  font-size: 20px;
  color: var(--white);
  border-radius: 0;
  padding: 11px 34px;
  background-color: var(--primaryColor);
  font-weight: 500;
}
/* TY page */
.ty-box{
  padding: 10px 30px;
}
.ty-box h1{
  text-align: center;
  font-size: 34px;
}
.ty-box p{
  margin: 25px auto 0;
  text-align: center;
  text-wrap: balance;
}
/* Media Queries */
@media (min-width: 1440px) {
  #header {
    max-height: 800px;
    width: 100%;
  }
}
@media (max-width: 1439px){
  .section2 .image-outer.first-active::before{
    left: 0;
  }
  .section2 .image-outer.last-active::after {
    right: 0;
  }
  .image-outer img {
      margin: unset;
    } 
  .last-active img{
    margin-left: auto;
  }
  .first-active img{
    margin-right: auto;
  }
  
    .section1{
      background: linear-gradient(180deg, #DDDDDD 0%, #DDDDDD00 80%), url(/img/section1_bg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      aspect-ratio: 12/9;
    }
}
@media (max-width: 1224px){
  .leftHeader h2{
    font-size: 18px;
  }
  .leftHeader h1{
    font-size: 45px;
  }
  .headerText{
    padding: 0 50px;
  }
  .advantage{
    max-width: unset;
  }
  .section3{ 
    aspect-ratio: 13 / 9;
  }
}
@media (max-width: 1024px){ 
  .section3{
    aspect-ratio: 10/9;
  }
  
}
@media (max-width: 992px){
    .headerText{
        padding: 0 20px;
    }
    .leftHeader h1{
        font-size: 36px;
    }
  #section2_slider{
    width: 400px;
    margin: auto;
  }
  .image-outer img{
    width: 100%; 
  } 
    #section2_slider::before, #section2_slider::after, #sec2SlideBefore, #sec2SlideAfter{
      display: none;
    }
      .image-outer{
        padding: 0;
      }
    .section2 .image-outer::before {
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      width: 140px;
      z-index: 2;
      opacity: 0;
      transition: opacity 0.4s ease-in-out;
      pointer-events: none;
      left: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
      opacity: 1;
    } 
    .section2 .image-outer::after {
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      width: 140px;
      z-index: 2;
      opacity: 0;
      top: 0;
      transition: opacity 0.4s ease-in-out;
      pointer-events: none;
      right: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
      opacity: 1;
    }
    #section2_slider::before{
      display: none;
    }
    #section2_slider ul{
      list-style: none;
      display: flex;
      padding: 0;
      gap: 10px;
      justify-content: center;
      margin-top: 20px;
    }
    #section2_slider button {
      font-size: 0;
      background-color: #EEEEEE;
      border: none;
      min-height: 16px;
      min-width: 16px;
      border-radius: 30px;
      transition: all 0.3s ease;
    }
    #section2_slider .slick-active button{ 
      background-color: var(--primaryColor);
    }

    .section4 h1{
     text-align: center;
     margin: 0 auto 25px; 
    }
    .section4 p{
      margin: 0 auto 30px;
      text-align: center;
    }
    .section4 .img-fluid{
      max-width: 400px;
      margin: 0 auto 0;
      display: block;
    }
    .section4 button{
      margin: 40px auto 0;
      display: block;
    }
    .sectionFooter *{
      text-align: center;
    }
    .sectionFooter .btn{
      margin-top: 40px;
    }
    .section5{
      aspect-ratio: 1240/600;
    }
    .text-box h6{
      max-width: 200px;
    }
}
@media (max-width: 768px){
  .nav .col-12.col-md-auto.row.align-items-center{
    justify-content: center;
  }
  .nav{
      padding: 10px;
  }
  
  .leftHeader, .rightHeader{
    position: unset;
  }
  .headerText{
      margin: 0 auto;
  }
  .leftHeader{
    position: absolute;
    height: 175px;
    min-height: unset;
    padding: 10px ;
  }
  .rightHeader{
    padding: 150px 0 0 0;
    background: transparent;
    z-index: 1;
  }
  #header{
    aspect-ratio: 1/1;
    width: 100%;
    height: 760px;
    background: linear-gradient(90deg, #00000093 0%, transparent 5%), url(/img/header_right_bg.png);
  }
    .section2 h6{
      text-wrap: balance;
      font-size: 15px;
    }
  .forms-wrapper{
    margin: auto;
    position: relative;
    z-index: 12;
  }
  .headerText{
    max-width: 700px;
    padding: 0;
  }
  .leftHeader h2{
    text-align: center;
    font-size: 24px;
  }
  .headerText h1{
    text-align: center;
    font-size: 55px;
  }
  .section1{
    background-position: center;
    aspect-ratio:  7/9;
    background: linear-gradient(180deg, #DDDDDD 0%, #dddddd4d 70%), url(/img/section1_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }
  .advantage-inner{
    max-width: 130px;
    min-height: 110px; 
  }
  .advantage-inner p{
    height: auto;
    margin: auto;
  }
  .pricing-box{
    padding: 30px 20px;
  }
  .pricing-box .justify-content-md-between{
    flex-direction: row;
    justify-content:space-between !important;
    gap: 10px;
  }
  .pricing-box p{
    margin: 0;
  }
  .section3{
    aspect-ratio: unset; 
    background: none;
  } 
    .section3::before{
      display: none;
    }
  #mobileMap {
    position: relative;
    overflow: hidden;
  }

  #mobileOverlay {
    object-fit: cover;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
  }

  #mobileOverlay.fade-out {
    opacity: 0;
  }
    .text-box h1{
      max-width: 200px; 
    }
    .sectionFooter h1, .text-box h1{
      font-size: 30px;
    }
    .text-box h6{
      font-size: 16px;
    }
    .sectionFooter h5{
      font-size: 16px;
    }
}
@media (max-width: 560px){
  .section2{
    padding: 60px 10px 80px;
  }
  .pricing-box{
    flex-direction: column;
    gap: 5px;
  }
    .section3{
      padding-top: 0;
    }
    .pricing-box h3, .pricing-box h2{
      text-align: center;
    }
    .pricing-box .justify-content-md-between{
      flex-direction: row;
      justify-content: space-between !important;
    }
  .section4{
    background-size: 100px;
  }
  .section4 h1{
    font-size: 30px;
    text-wrap: balance;
  }
  .section4 p{
    max-width: 450px;
    font-size: 14px;
  }
}
@media (max-width: 450px){
  .section4 p{
    text-wrap: balance;
  }
  .section4{
    padding-bottom: 200px;
  } 
  #section2_slider{
      width: 100%;
  }
    .section2{
        padding: 60px 0 80px;
    }
  .section5{ 
    aspect-ratio: 1/1;
    background-position: center;
  }
    .text-box{
      bottom: 120px;
      left: 0;
      position: relative;
    }
  .text-box h1, .text-box h6{
    max-width: 300px;
    color: var(--black);
    text-wrap: balance;
    text-align: center;
    margin: 0 auto 0;
  }
  .text-box h1{
    margin-bottom: 5px;
  }
    .section4 .img-fluid{
      width: 100%;
    }
}
@media (max-width: 400px){
  .leftHeader h2{
    font-size: 18px;
  }
  .leftHeader h1{
    font-size: 42px;
  }
  .section1 .row{
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
  }
  .section4 p{
    line-height: 1.2;   
  }
  .sectionFooter .btn{
    font-size: 16px;
  }
    .sectionFooter h1{
      font-size: 26px;
    }
    .sectionFooter h5{
      font-size: 14px;
    }
}
@media (max-width: 360px){
  .nav img{
    width: 75px;
  }
  .nav img:nth-child(2){
    width: 120px;
    margin-left: 20px;
  }
    .section1 h5{
    font-size: 16px;
  }
  .sectionFooter h1{
    text-wrap: balance;
  }
  .section1{
    aspect-ratio: 5/10;
  }
}