@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&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');

@font-face {
  font-family: 'PP Eiko';
  font-weight: 200;
  src: url('../../fonts/PPEiko-Thin.otf');
}

@font-face {
  font-family: 'PP Eiko';
  font-weight: 300;
  src: url('../../fonts/PPEiko-Regular.otf');
}

@font-face {
  font-family: 'PP Eiko';
  font-weight: 500;
  src: url('../../fonts/PPEiko-Bold.otf');
}

@font-face {
  font-family: 'PP Eiko';
  font-weight: 700;
  src: url('../../fonts/PPEiko-Heavy.otf');
}

@font-face {
  font-family: 'PP Eiko';
  font-weight: 400;
  src: url('../../fonts/PPEiko-Medium.otf');
}


div#CybotCookiebotDialog div#CybotCookiebotDialogHeader {
  display: none;
}

div#CybotCookiebotDialog button#CybotCookiebotDialogBodyButtonDecline {
  display: none;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {

  background-color: #F29E5B !important;
  border-color: #F29E5B !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {

  border: 2px solid #F29E5B;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {

  border-bottom: 1px solid #F29E5B !important;
  color: #F29E5B !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #F29E5B !important;
  border-color: #F29E5B !important;
}

#CybotCookiebotDialog div:not(:first-of-type) input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #F29E5B !important;
}


#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {

  color: #F29E5B !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover {

  color: #F29E5B !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #F29E5B !important;
  border-color: #F29E5B !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  border-color: #F29E5B !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo a {
  display: none;
}

#CookiebotWidget .CookiebotWidget-consent-details button {

  color: #F29E5B !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #F29E5B !important
}

body {
  background-color: #FFFFDE !important;
  color: #7A001D !important;
}

.form-control:focus {
  box-shadow: none;
}

.text-ghost {
  display: block;
}

.text-noghost {
  display: none;
}

.responsive,
.tablet,
.mobile {
  display: none;
}

html,
header {
  overflow-x: hidden !important;
}

#contactform .error {
  color: red;
}

#contactform input {
  color: #4D000C !important;
}

section.desing {
  overflow-x: hidden;
}

body {
  background: #F7F7F7;
}

.swiper-pagination {
  display: none;
}

.btn-button {
  display: block;
  color: #EEE9CC;
  text-align: center;
  font-family: "PP Eiko";
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  border-radius: 100px;
  background: #7A001D;
  width: 100%;
  max-width: 340px;
  padding: 15px 0;
  text-decoration: none;
  margin-top: 40px;
}


.imgs-equilibrio img {
  margin-bottom: 15px;
}

.btn-button:hover {
  color: #FFF;
  background: #332D28;
}



.img-selo {
  position: relative;
  left: 80%;
  top: 4vw;
}


.iti__flag-container {
  height: fit-content;
  padding: 24px 0;
}



.carousel {
  display: none;
  width: 100%;
  overflow: hidden;
}

.carousel-wrapper {
  display: flex;
  width: 200%;
  /* O dobro do tamanho real para o loop */
  animation: scroll 20s linear infinite;
  /* Duração e loop */
}

.carousel-slide {

  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 0 30px;
  border-left: 1px solid #fff;
  width: 220px !important;
  text-wrap: nowrap;

}

/* Animação para mover os slides */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* Move apenas metade para loop */
}



.banner {
  background: url(../midia/01_headerBG_desktop.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 900px;
  position: relative;
}


.lang-container a {
  text-decoration: none;
  font-family: "PP Eiko";
  font-style: normal;
  font-weight: 500;
  line-height: 115.648%;
  /* 39.32px */
  text-transform: uppercase;
  font-size: 24px;
  color: #7A001D;
}

.lang-container a.active {
  color: #EEE9CC;
}

.lang-container p {
  color: white;
  margin: 0 10px;
}


.banner div.row:nth-child(1) {
  padding: 55px 0px 0px 0px;
}

.banner .row div.col-mg-6:nth-child(2) {
  padding-right: 75px;
}

.banner .banner-content .content-int {
  margin-top: 145px;
}

.banner-content {
  padding: 0px 65px;
}

.banner .banner-content .content-int h1 {
  color: #FFFFDE;
  font-family: "PP Eiko";
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1px;
  width: 100%;
  max-width: 550px;
  margin-top: -50px;
  text-transform: uppercase;
}



.banner .banner-content .content-int p {
  color: #FFFFDE;
  font-family: "PP Eiko";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  width: 100%;
  max-width: 402px;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-top: 20px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner .banner-content .content-int a.btn-video {
  padding-left: 40px !important;
  position: relative;
  border-radius: 100px;
  background: #EEE9CC;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #4D000C;
  text-align: right;
  font-family: "PP Eiko";
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07188rem;
  /*width: 230px;*/
  align-content: center;
  text-align: left;
  margin-top: 35px;
  padding: 16px 30px;
  padding-right: 80px;

}

section.desing .content-slider .content-int-desing h2 {
  text-align: start;
  position: relative;
  /*color: #261D13;*/
  font-family: "PP Eiko";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  padding-bottom: 25px;
}

section.desing .content-slider .content-int-desing h2::before {
  right: auto;
  bottom: 0;
}



section.desing .content-slider .content-int-desing h2.before-left::before {

  right: auto;

}

/*.banner .banner-content .content-int a.btn-video:hover{*/
/*  color: #000;*/
/*  background: #BF7D48;*/
/*}*/

.banner .banner-content .content-int a.btn-video::before {
  content: url(../midia/video-icon.svg);
  position: absolute;
  top: 18px;
  right: 40px;
}

/*.banner .banner-content .content-int a.btn-video:hover::before{*/
/*  content: url(../img/headerVideoButton_over.svg);*/
/*}*/

.banner .formulario {
  position: relative;
  border-radius: 3px;
  background: #FFFFDE;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.40);
  padding: 30px;
  width: 100%;
  max-width: 470px;
  min-height: 550px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin: 100px 60px 0px 0px;
}

section.campo .content-span span img.img_mobile {
  display: none;
}

.banner .formulario h5.title-form {
  color: #B5043C;
  text-align: center;
  font-family: "PP Eiko";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.1px;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px #00000040;

}

.banner .formulario p.sub-title {
  color: #4D000C;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.banner .formulario .form-group {
  margin-top: 5px;
}

.banner .formulario span {
  position: relative;
  color: #4D000C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 30px;
}

.banner .formulario span::before {
  position: absolute;
  top: -2px;
  left: 0;
}

.banner .formulario div.col-lg-12:nth-child(1)>span:nth-child(1):before {
  content: url(../midia/icons/formIcon_Nome.svg);
}

.banner .formulario div.col-lg-12:nth-child(2)>span:nth-child(1):before {
  content: url(../midia/icons/formIcon_Tel.svg);
}

.banner .formulario div.col-lg-12:nth-child(3)>span:nth-child(1)::before {
  content: url(../midia/icons/formIcon_Email.svg);
}

.bg-selo {
  background: url(/orion-assets/assets/img/SELO_ORION.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
}

.banner .formulario button {
  color: #EEE9CC;
  text-align: center;
  font-family: "PP Eiko";
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  border-radius: 100px;
  background: #7A001D;

  width: 100%;
  height: 60px;
  border: 0;
  margin-top: 30px;

}

.banner .formulario .precio {
  position: absolute;
  top: -4px;
  left: -210px;
  width: 170px;

  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.20));
  border-radius: 100%;
  padding: 20px 0px;
  text-align: center;
}

.banner .formulario .precio .titulo {
  color: #FFF;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 30px;
}

.banner .formulario .precio .desde {
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner .formulario .precio .number {
  color: #FFF;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner .formulario .form-control {
  margin: 10px 0 !important;
  height: 52px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #EEE9CC;
  padding-left: 20px;
  color: #EEE9CC;
  border: 1px solid #332D284D;
}

.banner .formulario .form-control::placeholder {
  color: #4D000C;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.banner .iti.iti--allow-dropdown {
  width: 100%;
}

.iti__country-list {
  width: 100%;
  min-width: 410px;
  max-width: 410px;
  background-color: #426637;
}

.banner .iti.iti--allow-dropdown .iti__selected-flag {
  background: transparent !important;
}

.iti__country.iti__highlight {
  background-color: #A9C47F;
}

.iti__country.iti__highlight span {
  color: #fff;
}

.banner ul.list-banner {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-top: 65px !important;
  padding-bottom: 30px !important;
}

.banner ul.list-banner li {
  position: relative;
  color: #EEE9CC;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 25px;
}

.banner ul.list-banner li::before {
  content: '|';
  position: absolute;
  left: 0px;
  color: #EEE9CC;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  text-transform: uppercase;
}

.banner ul.list-banner li:first-child::before {
  display: none;
}

/* Multi select option */

.multiselect {
  width: 100%;
  position: relative;
}

.selectBox {
  position: relative;
}

.selectBox:before {
  content: url(../img/formDropdown.svg);
  position: absolute;
  right: 20px;
  top: 10px;
}

.selectBox select {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #A3A2A2;
}

.overSelect,
.overSelect1 {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section.familia h2 {
  width: 95%;
}
.familia-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.checkboxes,
.checkboxes1 {
  display: none;
  background: #FFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  border: 0px;
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 50px;
}

.checkboxes span,
.checkboxes1 span {
  display: block !important;
  font-family: Inter;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #261D13 !important;
  padding: 10px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-left: 15px !important;
}

.checkboxes span:hover,
.checkboxes1 span:hover {
  background: #FAEBD9;
}

.checkboxes span .checkbox-select,
.checkboxes1 span .checkbox-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  left: -22px;
  width: 100%;
  height: 20px;
  z-index: 9999999999999999;
  border: 1px transparent !important;
  background: transparent !important;
  cursor: pointer;
}

.checkboxes span .checkbox-select option:checked::before,
.checkboxes1 span .checkbox-select option:checked::before {
  content: "\2611";
}

.checkboxes span i,
.checkboxes1 span i {
  position: absolute;
  left: -18px;
  top: 3px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 100%;
  display: none;
}

.checkboxes span input[type=checkbox]+i,
.checkboxes1 span input[type=checkbox]+i {
  width: 15px;
  height: 15px;
}

.checkboxes span .checkbox-select input[type=checkbox]:checked+i,
.checkboxes1 span .checkbox-select input[type=checkbox]:checked+i {
  background: #fff;
}

.checkboxes span input[type=checkbox]:checked+i::after,
.checkboxes1 span input[type=checkbox]:checked+i::after {
  content: ' ';
  display: block;
  background: #fff;
  width: 9px;
  height: 9px;
  position: absolute;
  border-radius: 100%;
  top: 2px;
  right: 1.8px;
}

.banner .checkbox-container {
  display: block;
  position: relative;
  padding-left: 40px;
  /* margin-top: 20px;
    margin-bottom: 30px; */
  cursor: pointer;
  color: #4D000C;
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 40px;
}

.checkbox-container {
  display: block;
  position: relative;
  padding: 18px 8px 0 70px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container a {
  text-decoration: underline !important;
}

.checkmark {
  position: absolute !important;
  top: 16px;
  left: 0px;
  height: 25px !important;
  width: 25px !important;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  padding-left: unset !important;
}

.checkbox-container input~.checkmark {
  background-color: #EEE9CC;
  border: none;
  border-radius: 0;
  border: 1px solid #332D284D;
}

/* Hover Input */
.checkbox-container input:checked~.checkmark {
  background-color: #000;
}

/* Tama単o y check */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0px;
  transform: rotate(45grad);
}

.checkbox-container input:checked~.checkmark:after {
  display: block;
}

.equilibrio {
  position: relative;
  overflow: hidden;
  /*background: #F7F7F7;*/
  padding-bottom: 90px;
}

.equilibrio .content-equilibrio {
  padding: 80px 0 80px 0;
}

.equilibrio .content-equilibrio h2 {
  max-width: 820px;
  position: relative;
  color: #B5043C;
  text-align: center;
  font-family: "PP Eiko";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;

  margin: auto;
  margin-bottom: 30px;
  letter-spacing: 0.125rem;
}

hr {
  width: 170.00000000000065px!important;
  height: 0px;
  opacity: 0.5;
  border-width: 1px;
  margin: auto;
  margin-bottom: 30px;

}
section.video p {
    font-family: "PP Eiko";
    font-size: 18px;
    font-weight: 300;
    margin-top: 1rem;
    max-width: 1004px;
    margin: auto;
    padding: 60px 0;
line-height: 200%;
letter-spacing: 0%;
text-align: center;

}
section.video img.img-fluid {
    max-width: 100%!important;
}

.video .btn-button {
    margin: auto;
    margin-bottom: 80px;
}
.content-familia hr {
  width: 299.00000000000114px!important;
  margin-bottom: 100px;
}

/* .equilibrio .content-equilibrio h2:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 170px;
  height: 1px;
  background: #EEE9CC;
  opacity: 0.5;
} */

.equilibrio .content-equilibrio p {
    text-align: center;
    font-family: "PP Eiko";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
    margin: 0 auto 50px auto;
    max-width: 1170px;
}

.equilibrio .container-fluid {
  padding: 0;
}

section.desenvolvimento .swiper-container {
  position: relative;
  margin-top: 50px;
}

img.img-brochura.img-fluid {
  aspect-ratio: 629 / 450;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width:1024px) {
  img.img-brochura.img-fluid {
    padding-right: 93px;
  }
}

section.desenvolvimento .margin-swiper {

  margin-top: 230px;
}


section.desenvolvimento .swiper-container>.swiper-slide__conten {
  position: absolute;
  top: 0;
}

section.desenvolvimento .swiper-slide {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(1.43) !important;

}



section.desenvolvimento .swiper-slide.swiper-slide-active {
  transform: scale(1.88) !important;
  z-index: 2;
}

section.desenvolvimento .swiper-slide-next {
  z-index: 1;
  margin-left: 25%;
}

section.desenvolvimento .swiper-slide-prev {
  z-index: 1;
  margin-right: 25%;
  margin-left: -24%;
}

section.desing .swiper-button-next::after,
section.desing .swiper-button-prev::after,
section.desenvolvimento .swiper-button-next::after,
section.desenvolvimento .swiper-button-prev::after {
  content: url(../midia/sliderArrow.svg);
}


section.desenvolvimento .swiper-button-prev {

  left: 70px;
}

.swiper-button-next {
  transform: rotate(200grad);
}


section.desenvolvimento .swiper-button-next {
  transform: rotate(200grad);
  right: 70px;
}

section.desenvolvimento .swiper-slide p {
  position: absolute;
  margin-bottom: 0;
  left: 25px;
  bottom: 25px;
  color: #FFF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

section.desenvolvimento .swiper-slide img {
  width: 100%;
  max-height: 500px;
}

section.desenvolvimento .swiper-slide__content {
  height: 300px;
}

.swiper-button-slider,
.swiper-button-slider-dos {
  position: relative;
  padding: 0;
}

.swiper-button-slider .button-swiper {
  position: absolute;
  right: -70px;
  bottom: 20px;
}

.swiper-button-slider .button-swiper .swiper-button-prev {
  left: -37px;
  top: -60px;
}

.swiper-button-slider-dos .button-swiper {
  position: absolute;
  left: -35px;
  bottom: 100px;
  width: 0;
}

.swiper-button-slider-dos .button-swiper .swiper-button-prev {
  top: -47px;
  left: -37px;
}

.swiper-pagination-bullet {
  border: 1px solid #808080;
  width: 10px;
  height: 10px;
  background: transparent;
}

.swiper-pagination-bullet .swiper-pagination-bullet-active {
  background: #808080;
}

.swiper-button-slider-dos .swiper-pagination {
  bottom: -30px;
  left: -24%;
}

.swiper-button-slider .swiper-pagination {
  bottom: -30px;
  left: -7%;
}

section.desing .mySwiper .swiper-slide img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  object-position: center;
}

section.desing .mySwiper .swiper-slide.swiper-slide-prev {
  margin-left: -28%;
  margin-right: 20%;
}


.equilibrio .precio {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: -995px;
  width: 200px;
  height: 200px;
  background: #F29E5B;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.20));
  border-radius: 100%;
  padding: 20px 0px;
  text-align: center;
  margin: auto;
  z-index: 2;
}

.equilibrio .precio .titulo {
  color: #FFF;
  font-family: Inter;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.equilibrio .precio .desde {
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.equilibrio .precio .number {
  color: #FFF;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

section.familia {
  /*background: #F7F7F7;*/
  padding-bottom: 138px;
}



section.familia .content-familia {
  margin-bottom: 80px;
}


section.familia ul.list-familia {
  position: relative;
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  width: 100%;

}

section.familia ul.list-familia li {
  color: #DFA057;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  margin: 0 50px;
}

section.familia ul.list-familia li.active {
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.img-uno {
  position: absolute;
  opacity: 0;
  width: 100%;
  max-width: 750px;
  left: 0;
}

img.img-uno.img-familia3 {
  margin-top: 35px;
  margin-bottom: 30px;
}

.img-uno.active {
  transition: opacity 1s ease-in-out;
  position: relative;
  right: 0px;
  opacity: 1;
  margin-left: 50px;
}


section.familia ul.img-list .second-list {
  padding-left: 60px;
}

section.familia ul.img-list {
  list-style: none;
  text-align: left;
  width: 100%;
  margin: 35px auto 0 auto;
}

section.familia ul.img-list li {
  position: relative;
  color: #332D28;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin: 25px 5px;

}

section.familia ul.img-list li::before {
  content: url(../img/planta_checkmark.svg);
  position: absolute;
  left: -35px;
  top: 0;
}

section.familia .content-int-familia h2 {
  color: #261D13;
  font-family: "PP Eiko";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

section.familia .content-int-familia h3 {
  color: #332D28;
  font-family: "PP Eiko";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 0px;
}

section.familia .content-int-familia p {
  margin-top: 40px;
  color: #332D28;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  width: 100%;
  max-width: 320px;
}

section.familia .familia-text h3 {
  font-weight: 500;
  font-family: 'PP Eiko';
  font-size: 20px;
  text-transform: uppercase;
  color: #B5043C;
  margin-bottom: 25px;
}

section.familia .familia-text p {
  font-family: PP Eiko;
  font-weight: 300;
  font-style: Regular;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0%;
  color: #4D000C;

}

section.familia .btn-button {
  margin-top: 68px;
}

section.arquitetura {
  /*background: linear-gradient(180deg, #EDEDED 0%, rgba(237, 237, 237, 0.00) 100%);*/
  margin-bottom: 60px;
}

section.arquitetura .btn-button {
  max-width: 370px;
}

section.arquitetura .content-arquitectura-uno {
  margin-top: -70px;
  display: flex;
  flex-wrap: wrap;
}

section.arquitetura .content-arquitectura-uno img {
  margin-left: -160px;
}

section.arquitetura .content-arquitectura-uno h3 {
  position: relative;
  color: #332D28;
  font-family: "PP Eiko";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  width: 100%;
  max-width: 550px;
  margin-top: 170px;
  margin-left: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  max-height: 150px;
}

section.arquitetura .content-arquitectura-uno h3::after {
  content: ' ';
  position: absolute;
  width: 170px;
  height: 1px;
  opacity: 0.5;
  background: #332D28;
  left: 0;
  bottom: 0;
}

section.arquitetura .content-arquitetura-dos {
  display: flex;
  flex-wrap: wrap;
  margin-right: 30px;
  margin-top: -90px;
}

section.arquitetura .content-arquitetura-dos .content-int {
  width: 70%;
}

section.arquitetura .content-arquitetura-dos .content-int .text-content {
  width: 50%;
  margin-left: auto;
  margin-right: 160px;
  margin-top: 17%;
}

section.arquitetura .content-arquitetura-dos .content-int .text-content h3 {
  color: #332D28;
  font-family: "PP Eiko";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

section.arquitetura .content-arquitetura-dos .content-int .text-content p {
  color: #332D28;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

section.arquitetura .content-arquitetura-dos .img-arquitetura {
  width: 30%;
}

section.exclusivida {
  overflow: hidden;
  /*padding-top: 160px;*/
}
/* .exclusivida .container-fluid {
    padding-top: clamp(15px, 4vw, 150px);
} */
section.desenvolvimento .swiper-container {
  margin-bottom: 150px;
}

section.exclusivida ul.list-exclusivida {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 30px auto 0 auto;
}

section.exclusivida ul.list-exclusivida li {
  color: #332D28;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-left: 1px solid #332D28;
  border-right: 1px solid #332D28;
  padding: 0 30px;
  white-space: nowrap;
}

section.exclusivida ul.list-exclusivida li:first-child,
section.exclusivida ul.list-exclusivida li:last-child {
  border: 0px;
}

section.exclusivida .btn-button,
section.desenvolvimento .btn-button {
  margin: 50px auto;
}


section.desenvolvimento {
  margin-top: 128px;
  overflow-x: hidden;
}

section.exclusivida h2 {

  margin-bottom: 11vw !important;
  max-width: 900px;
  letter-spacing: 0.05rem;
}

section.exclusivida p {
  font-family: "PP Eiko";
  font-size: 18px;
  font-weight: 300;
  margin-top: 1rem;
  max-width: 1004px;
  margin: auto;
  padding: 60px 0;
}

section h2 {
  position: relative;
  color: #B5043C;
  text-align: center;
  font-family: "PP Eiko";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

section.desing h2 {
  margin-bottom: 50px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}


section.offers_best h2 {
  margin-top: 50px;
}

section.campo p {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
}

section.campo .mySwiper-campo {
  padding: 0px 30px;
}

/* section h2::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 170px;
  height: 1px;
  background: #EEE9CC;
  opacity: 0.5;
} */


section.offers_best {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}

section.offers_best p {
  text-align: center;
  font-family: PP Eiko;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 25.2px */
}

section.desenvolvimento h3 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  bottom: 42px;
  top: auto;
  width: 100%;
  margin: 0;
}


section.desing h2 {
  color: #332D28;
  text-align: center;
  font-family: "PP Eiko";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  max-width: 1170px;
  text-transform: uppercase;
}

section.desing .content-slider {
  margin-top: 50px;
}

section.desing .content-slider .content-int-desing {
  /*margin-top: 30px;*/
  margin-left: 100px;
  max-width: 380px;
}

section.desing .content-slider .content-int-desing h2 {
  position: relative;
  color: #B5043C;
  font-family: "PP Eiko";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

section.desing .content-slider .content-int-desing p {
  margin-top: 30px;
  color: #4D000C;
  font-family: PP Eiko;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-align: left;
}

section.desing .content-slider .content-int-desing .btn-button {
  width: 270px;
  height: 60px;
}

section.desing div.d-flex:nth-child(1)>div.content-int-desing:nth-child(1) {
  text-align: right;
  margin-right: 120px;
  padding-bottom: 30px;
}

section.desing div.d-flex:nth-child(1)>div.content-int-desing:nth-child(1) h3::before {
  right: 0;
  left: unset;
}

/*section.desing div.d-flex:nth-child(1) > div.content-int-desing:nth-child(1) .btn-button{*/
/*  margin-left: auto;*/
/*}*/

section.desing .mySwiper {
  width: 100%;
  height: 100%;
}

section.desing .mySwiper .swiper-slide {
  height: fit-content;
}

section.desing .mySwiper .swiper-slide span {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-right: 10px;
}


section.campo {
  overflow: hidden;
  margin-top: 50px;
}

section.campo .swiper-slide {
  position: relative;
}

section.campo div.swiper-slide>img:nth-child(1) {
  filter: brightness(0.74);
}

section.campo .swiper-slide .content-span {
  /*margin-top: 10px;*/
  position: absolute;
  left: 20px;
  bottom: 20px;

}

section.campo .swiper-slide .content-span span {
  color: #EEE9CC;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.content-span span img {
  margin-top: 0px !important;
  margin-right: 15px;
}


section.campo .container-fluid {
  padding: 0;
}

section.campo>div.container-fluid:nth-child(2) {
  padding: 0 30px;
}

section.campo .container-fluid h2,
section.campo .container h2 {
  position: relative;
  color: #B5043C;
  text-align: center;
  font-family: "PP Eiko";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

section.campo h2::before {
  content: none;
}


section.campo .container-fluid img {
  margin-top: 30px;

}


section.campo .content-int-campo {
  margin: 50px 0;
}

section.campo .content-int-campo h2 {
  position: relative;
  color: #332D28;
  text-align: center;
  font-family: "PP Eiko";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

section.campo .content-int-campo h2::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  width: 170px;
  height: 1px;
  opacity: 0.5;
  background: #332D28;
}

section.campo .content-int-campo p {
  color: #332D28;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin: auto;
  width: 100%;
  max-width: 1110px;
}

footer {
  padding: 80px 0;
  background: #e6e6c8;
}

footer p {
  color: #4D000C;
  text-align: right;
  font-family: "PP Eiko";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
}

footer a {
  color: #EEE9CC !important;
}

footer .btn-button {
  margin-top: -5px;
  margin-left: 50px;
}

footer .btn-button:hover {
  color: #2E2725;
  background: #E1E1DC;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  scale: 1;
}

section.campo img {
  max-width: -webkit-fill-available;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  scale: 0.85;
}

@media(max-width: 1400px) {
  section.familia img {
    max-width: -webkit-fill-available;
  }

  .equilibrio .content-equilibrio {
    padding: 90px 0 30px 0;
  }

  .equilibrio {
    padding-bottom: 100px;
  }

  section.familia {
    padding-bottom: 75px;
  }

  section.exclusivida p {
    margin-top: 0;
  }

  section.exclusivida .btn-button {
    margin: 20px auto;
  }

  section.campo h2 {
    width: 65%;
  }
}

@media(max-width: 1350px) {
  .img-uno.active {
    margin-left: 0px;
  }

  section.desenvolvimento .swiper-container {
    margin-bottom: 100px;
  }
}

@media(max-width: 1250px) {

  section.campo h2 {
    width: 75%;
  }

  section.desenvolvimento .margin-swiper {
    margin-top: 170px;
  }

  .banner .banner-content .content-int {
    margin-top: 200px;
  }

  .banner .banner-content .content-int h1 {
    font-size: 40px;
  }

  .banner .banner-content .content-int p {
    font-size: 20px;
  }

  .banner ul.list-banner li {
    font-size: 12px;
  }

  .equilibrio .content-equilibrio {
    padding: 50px 0 30px 0;
  }

  section.desenvolvimento .swiper-container {
    margin-top: 50px !important;
  }

  .equilibrio .precio {
    width: 130px;
    height: 130px;
    right: -50%;
    bottom: 5%;
  }

  section.arquitetura .content-arquitectura-uno h3 {
    max-width: 460px;
  }

  .equilibrio .precio .titulo {
    font-size: 40px;
  }

  .equilibrio .precio .desde {
    font-size: 10px;
  }

  .equilibrio .precio .number {
    font-size: 13px;
  }

  .equilibrio {
    padding-bottom: 130px;
  }

  section.familia .content-int-familia {
    width: 100%;
    padding-left: 40px;
  }


  section.desenvolvimento .swiper-container {
    margin-bottom: 30px;
  }

  section.desing .content-slider .content-int-desing h2 {
    font-size: 30px;
  }

  section.arquitetura .content-arquitectura-uno h3::after {
    width: 130px;
  }

  section.arquitetura .content-arquitetura-dos {
    margin-right: 50px;
  }

  footer .btn-button {
    margin-left: 70px;
  }

  footer p {
    font-size: 22px;

  }
}

@media(max-width: 1100px) {

  .desing>div:nth-child(1)>div:nth-child(1)>div:nth-child(1),
  .desing div.col-md-5:nth-child(2),
  .desing div.col-md-5:nth-child(1) {
    padding: 0 45px;
  }

  section.desing div.d-flex:nth-child(1)>div.content-int-desing:nth-child(1) {
    margin-right: 60px;
  }


  .campo>div:nth-child(1) {
    padding: 0 0 !important;
  }

  .equilibrio .content-equilibrio p {
    margin: 0px auto 0px 0px;
  }

  .btn-button {
    font-size: 20px;
  }

  section.campo p {
    padding: 0px 50px;
  }
}

@media(max-width: 992px) {

  section.campo p {
    text-align: left;
    padding: 30px;
  }

  section.offers_best h2 {
    font-size: 28px;
    text-align: left;
  }

  section.offers_best p {
    text-align: left;
  }

  section.offers_best h2::before {
    margin: 0;
  }

  .section.campo p {
    padding: 0px 30px 0px 20px;
  }

  .btn-button {
    font-size: 20px;
  }

  section.exclusivida h2 {
    margin-bottom: 175px !important;
  }

  .banner .formulario {
    margin: auto;
  }

  section.desenvolvimento .swiper-slide p {

    font-size: 7px;
  }


  .imgs-equilibrio img {
    padding: 20px;
  }

  .equilibrio {
    padding-bottom: 40px !important;
  }

  /* .section h2::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 170px;
    height: 1px;
    background: #EEE9CC;
    opacity: 0.5;
  } */

  .desktop {
    display: none !important;
  }

  .responsive {
    display: block;
  }

  .banner .banner-content .content-int a.btn-video {
    position: relative;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }


  .banner div.row:nth-child(1) {
    padding: 45px 0px 0px 0px;
  }

  .banner .logo {
    text-align: center;
  }

  .banner .logo .responsive {
    margin: auto;
  }

  .banner .banner-content .content-int {
    margin-top: 0;
    text-align: center;
  }


  .banner .banner-content .content-int h1 {
    margin: auto;
    margin-top: 40px;
    font-size: 38px;
    text-shadow: 0px 0px 0px #261D13;
  }

  .banner .banner-content .content-int p {
    font-size: 16px;
    margin: auto;
    max-width: 280px;
  }


  .banner .row div.col-mg-6:nth-child(2) {
    padding: 0px;
  }

  .banner .formulario {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    margin-top: 70px;
  }

  .banner .formulario .iti.iti--allow-dropdown {
    width: 100%;
  }

  .banner .formulario #telefone {
    min-width: unset;
  }

  .banner .formulario h5.title-form,
  .banner .formulario p.sub-title {
    text-align: left;
  }

  .banner-content .d-md-flex {
    display: block !important;
  }

  .banner .formulario .precio {
    left: unset;
    top: -100px;
    right: 50px;
    width: 120px;

    padding: 10px 0;

  }

  .banner .formulario .precio .titulo {
    font-size: 27px;
    margin-top: 22px;
  }

  .banner .formulario .precio .desde {
    font-size: 7px;
  }

  .banner .formulario .precio .number {
    font-size: 16px;
  }

  .equilibrio {
    padding-bottom: 150px;
  }

  .equilibrio .content-equilibrio h2,
  .equilibrio .content-equilibrio p {
    text-align: left;
  }

  .equilibrio .content-equilibrio h2 {
    font-size: 28px;
  }

  .equilibrio .content-equilibrio p {
    font-size: 16px;
    margin-bottom: 10%;
  }

  .equilibrio .content-equilibrio h2 {
    max-width: 100%;
  }

  .equilibrio .content-equilibrio h2::before {
    margin: unset;
  }

  section.desenvolvimento .swiper-slide {
    height: unset;
  }

  section.desenvolvimento .swiper-slide.swiper-slide-active {
    transform: scale(2.5) !important;
  }

  section.desenvolvimento .swiper-slide.swiper-slide-next {
    margin-left: 35%;
  }

  section.desenvolvimento .swiper-slide.swiper-slide-prev {
    margin-right: 34%;
    margin-left: -33%;
  }

  /* removido (reversível): .equilibrio/.exclusivida .swiper-button-next::after, .swiper-button-prev::after { transform: scale(0.7) !important; } */

  section.desenvolvimento .swiper-button-next::after,
  section.desenvolvimento .swiper-button-prev::after {
    transform: scale(1) !important;
  }

  /* removido (reversível): .equilibrio/.exclusivida .swiper-container { margin-top: 50px; } */

  section.desenvolvimento .swiper-button-next {
    right: 13px;
  }

  section.desenvolvimento .swiper-button-prev {
    left: 20px;
    top: 30px;
  }

  .equilibrio .precio {
    width: 100px;
    height: 100px;
    right: 0;
  }

  .equilibrio div.container-fluid:nth-child(2) {
    position: relative;
  }

  .equilibrio .precio {
    padding: 15px 0;
    left: 50px;
    bottom: -115px;
    right: unset;
  }

  .equilibrio .precio .titulo {
    font-size: 30px;
  }

  .equilibrio .precio .desde {
    font-size: 7px;
  }

  .equilibrio .precio .number {
    font-size: 12px;
  }

  section.familia .content-familia {
    margin-bottom: 0px;
  }

  section.familia .content-familia h2 {
    text-align: left;
    font-size: 28px;
    margin: 40px 0px 60px;
  }

  section.exclusivida h2 {
    text-align: left;
    font-size: 28px;
  }

  section.exclusivida {
    padding: 0px 25px;
  }

  section.exclusivida p {
    margin-top: 100px;
  }

  section.familia .content-familia h2::before {
    margin: unset;
  }

  .img-uno.active {
    margin-left: 0px;
  }

  section.familia ul.img-list .second-list {
    margin-top: 0px;
    padding-left: 55px;
  }

  section.familia>div:nth-child(1)>div:nth-child(1)>div:nth-child(2) {
    position: relative;
  }

  section.familia ul.img-list {
    margin: 5% auto 0 auto;
    padding: 0px 0 0 42px;
  }

  section.familia ul.img-list li {
    font-size: 16px;
  }

  section.familia .content-int-familia a.btn-button:nth-child(4) {
    margin: auto;
    margin-top: 40px;
    font-size: 19px;
    max-width: 270px;
  }

  section.familia .content-int-familia {
    padding: 30px 0px 0 0px;
  }

  section.arquitetura .content-arquitectura-uno img {
    width: 100%;
    max-width: 500px;
  }

  section.arquitetura .content-arquitetura-dos {
    position: relative;
  }

  section.arquitetura .content-arquitetura-dos .img-arquitetura img {
    width: 100%;
    max-width: 240px !important;
    top: -179px;
    position: absolute;
    right: -21px;
  }

  section.arquitetura .content-arquitectura-uno h3 {
    max-width: 460px;
    margin-left: 10px;
    font-size: 28px;
    margin-top: 70px;
    z-index: 1;
  }

  section.arquitetura .content-arquitectura-uno h3::after {
    bottom: -40px;
  }

  section.arquitetura .content-arquitetura-dos .content-int,
  section.arquitetura .content-arquitetura-dos .img-arquitetura {
    width: 100%;
  }

  section.arquitetura .content-arquitetura-dos {
    margin-right: 0;
  }

  section.arquitetura .content-arquitetura-dos .content-int .text-content {
    width: 100%;
    margin: 160px 0 0 0;
  }

  section.arquitetura .content-arquitetura-dos .content-int .text-content p {
    font-size: 16px;
  }

  section.exclusivida {
    padding-top: 5px;
  }

  section.desenvolvimento .swiper-container {
    margin-bottom: 60px;
  }

  section.exclusivida ul.list-exclusivida li {
    font-size: 15px;
    padding: 0 10px;
  }

  section.exclusivida .btn-button {
    max-width: 250px;
  }

  section.exclusivida ul.list-exclusivida {
    padding: 0;
    margin-top: 10%;

    overflow: hidden;

  }




  section.desing h2 {
    padding: 0;
    font-size: 28px;
    text-align: left;
    max-width: 900px;
  }

  section.desing h2::before {
    left: 0;
    bottom: 0px;
    right: auto;
  }

  section.campo .content-int-campo h2 {
    font-size: 28px;
    text-align: left;
  }

  section.campo .content-int-campo p {
    font-size: 16px;
    text-align: left;
  }


  section.campo .content-int-campo h2::before {
    margin: unset;
  }

  section.desing .content-slider .content-int-desing {
    margin-left: 30px;
  }

  section.desing div.d-flex:nth-child(1)>div.content-int-desing:nth-child(1) {
    margin-right: 30px;
    padding-bottom: 30px;
    margin-left: 0;
  }

  footer p {
    font-size: 30px;
    text-align: center;
    color: #4D000C;
  }

  footer .btn-button {
    margin: auto;
    margin-top: 30px;
  }

  section.desing .content-slider .content-int-desing h2 {
    font-size: 28px;
  }

  section.desing .content-slider .content-int-desing p,
  section.desing .content-slider .content-int-desing p {
    font-size: 16px;
  }

  section.desing .content-slider .content-int-desing .btn-button {
    margin: auto;
    margin-top: 40px;
    width: 100%;
  }

  .swiper-button-slider-dos .button-swiper {
    right: unset;
    left: -2%;
    bottom: 23px;
  }

  .swiper-button-slider .button-swiper {
    right: -60px;
    bottom: 20px;
  }

  section.campo {
    margin-top: 40px;
  }

  section.desing .content-slider {
    margin-top: 50px;
  }

  .container,
  .container-fluid {
    padding: 0 25px !important;
    max-width: 100% !important;
  }

  .desing>div:nth-child(1) {
    padding: 0 0 !important;
  }

  .banner .container {
    padding: 0 0 !important;
  }

  .banner {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 120% 60%;
  }

  section.desing .mySwiper .swiper-slide.swiper-slide-prev {
    margin-right: -28%;
  }

  section.familia {
    overflow-x: hidden;
    padding-bottom: 70px;
  }

  section.familia ul.list-familia {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .swiper-button-slider-dos .button-swiper {
    bottom: 40px;
  }

  section.campo h2 {
    font-size: 28px;
    text-align: left;
    width: 95%;
  }

  section.campo h2::before,
  section.exclusivida h2::before {
    margin: unset;
  }

  section.offers_best {
    padding: 0px 30px;
  }

}

@media only screen and (min-width: 767px) and (max-width: 915px) {
  section.desing .mySwiper .swiper-slide.swiper-slide-prev {
    margin-left: -28%;
  }
}


@media(max-width: 767px) {
  hr{
    margin-left: 0!important;
  }
   .content-familia {
    display: none;
}

  section.exclusivida p {
    text-align: left;
  }

  section.campo p {
    text-align: left;
  }

  section.campo h2 {
    margin: 0;
    text-align: left;
  }

  section.campo hr {
    margin-left: 30px !important;
  }

  section.campo .content-span img,
  section.campo .content-span span {
    filter: brightness(0) saturate(100%) invert(12%) sepia(69%) saturate(3166%) hue-rotate(331deg) brightness(77%) contrast(112%);
    font-size: 16px;
  }

  .swiper-pagination-bullets {
    display: none !important;
  }

  .desing>div:nth-child(1)>div:nth-child(1)>div:nth-child(1),
  .desing div.col-md-5:nth-child(2),
  .desing div.col-md-5:nth-child(1) {
    padding: 0 30px;
  }

  .banner-content {
    padding: 0px 30px;
  }

  .img-fluid {
    max-width: 50%;
  }

  .banner .banner-content .content-int h1 {
    font-size: 26px;
  }

  section.banner {
    background-size: 120% 60%;
    background-position: top;
  }

  section.familia .btn-button {
    max-width: none;
    width: fit-content;
    padding: 15px;
  }

  section.familia .familia-text h2 {
    text-align: center;
  }

  section.familia .familia-text p {
    max-width: none;
  }

  section.familia ul.list-familia li {
    margin: 0;
  }

  section h2 {
    font-size: 28px;
    text-align: start;
    /*padding: 0 30px;*/
  }

  section.exclusivida h2 {
    margin-bottom: 21vw !important;
  }

  section.exclusivida {
    padding: 0px 30px;
  }

  section.campo h2 {
    padding: 0 30px;
  }

  section.offers_best p {
    text-align: start;
  }


  section.offers_best h2 {
    font-size: 28px;
    text-align: start;
    padding: 0px;
    margin-bottom: 30px;
  }

  section.offers_best div {
    padding-bottom: 50px;
  }

  section.offers_best h2::before {
    left: 0px;
    right: auto;
    top: 60px;
    bottom: 0px;
    margin: 30px 0px;
  }


  section.campo .swiper-slide .content-span span {
    color: #EEE9CC;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-transform: uppercase;
  }

  section.campo .swiper-slide .content-span {
    margin-top: 10px;
    position: relative;
    left: auto;
    bottom: auto;

  }

  .content-span span img {
    margin-top: 0px !important;
    width: 44px;
    height: 17px;
    margin-right: 15px;

  }

  .content-span span img.img_descktop {
    display: none;
  }

  section.campo .content-span span img.img_mobile {
    display: inline;
  }

  img.img-uno.img-familia3 {
    margin-top: 30px;
  }

  section.desenvolvimento {
    margin-top: 20px;
  }

  section.desenvolvimento .swiper-slide p {
    left: 5px;
    bottom: 3px;
  }


  section.desenvolvimento h2 {
    font-size: 22px;
    text-align: start;
    margin-right: 27px;
  }

  section.desenvolvimento h2::before {
    right: auto;
    left: 30px;
  }

  section.desenvolvimento h3 {
    font-size: 20px;
    bottom: 15px;
  }

  section.campo .container-fluid h2,
  section.campo .container h2 {
    font-size: 25px;
    margin: 0;
    text-align: start;
  }

  section.familia .content-int-familia p {
    margin-top: 0;
  }

  .banner .carousel {
    display: flex;
    margin-top: 200px;
    position: relative;
    bottom: -41px;
  }

  .text-ghost {
    display: none;
  }

  .text-noghost {
    display: flex;
  }



  .tablet {
    display: block;
  }

  .mobile {
    display: none;
  }

  img.mobile {
    width: 100%;
  }

  .order-responsive-cero {
    order: 0;
  }

  .order-responsive-uno {
    order: 1;
  }

  section.arquitetura .content-arquitectura-uno img {
    margin-left: -15px;
    width: 100%;
    max-width: 230px;
    transform: scaleX(-1);
  }

  section.arquitetura .content-arquitectura-uno img {
    width: 100%;
    max-width: 230px;
  }

  /*   
    section.campo .swiper-backface-hidden .swiper-slide{
      width: 100% !important;
      max-width: 200px;
    } */

  section.campo .content-int-campo {
    margin: 50px 0px;
  }

  /* section.campo .swiper-backface-hidden .swiper-slide{
      width: 100% !important;
      max-width: 250px;
    } */

  .swiper-button-slider .mySwiper {
    left: -17%;
    padding-left: 10px;
  }

  .swiper-button-slider .button-swiper .swiper-button-prev {
    top: -48px;
    left: 89.4%;
    right: 10px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    transform: scale(0.9) !important;
  }

  section.campo>div.container-fluid:nth-child(2) {
    padding: 0 0px;
  }

  .swiper-button-slider-dos {
    left: 20%;
  }

  section.familia ul.img-list .second-list {
    margin-top: -30px;
    padding-left: 15px;
  }

  section.desing div.d-flex:nth-child(1)>div.content-int-desing:nth-child(1) {
    margin: auto;
    margin-top: 30px;
  }

  section.desing .content-slider .content-int-desing {
    margin: auto;
    margin-top: 30px;
    max-width: unset;
  }

  section.familia ul.list-familia {
    margin: 30px 0 30px 0;
  }

  .swiper-button-slider .button-swiper {
    bottom: 10px;
  }

  .swiper-button-slider-dos .button-swiper {
    right: unset;
    left: -9%;
    bottom: 20px;
  }

  .swiper-button-slider-dos .button-swiper .swiper-button-prev {
    top: -47px;
    left: -36px;
  }

  .swiper-button-slider .button-swiper {
    right: 5%;
  }

  section.desing .mySwiper .swiper-slide span {
    font-size: 12px;
    left: 20px;
  }

  .swiper-pagination {
    display: block;
  }

  .p-md-0 {
    padding: 0;
  }

  .banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0%;
  }

  .banner .mySwiper-list .swiper-slide {
    width: 220px !important;
  }

  section.desing .mySwiper .swiper-slide img {
    height: 300px;
  }

  section.desing .mySwiper .swiper-slide.swiper-slide-prev {
    margin-left: -28%;
  }

  section.familia .btn-button,
  section.desenvolvimento .btn-button {
    margin: 50px auto;
  }

  section.familia img {
    max-height: 500px;
  }

  section.familia {
    padding-bottom: 0 !important;
  }

  section.exclusivida p {
    margin-top: 50px;
  }
}

@media (max-width: 520px) {

  .banner {
    background-size: auto 62%;
  }

  .btn-button {
    font-size: 21px;
  }

}


@media(max-width: 552px) {
  .swiper-button-slider-dos .button-swiper {
    left: -6%;
  }

  /*section.offers_best h2::before {*/
  /*    margin: 70px 0px 0px 0px;*/
  /*}*/

  section.exclusivida p {
    margin-top: 0;
  }
}

@media(max-width: 467px) {
  section.offers_best h2::before {
    top: 100px;
  }
}

@media(max-width: 442px) {

  section.desenvolvimento .margin-swiper {
    margin-top: 90px;
  }

  section.exclusivida ul.list-exclusivida li {
    font-size: 11px;
  }

  section.familia ul.list-familia {
    margin-bottom: 0;
  }

  .banner .formulario h5.title-form {
    padding-right: 100px;
  }

  section.offers_best h2::before {
    right: auto;
    bottom: 0;
  }

  /* section.offers_best h2::before {*/
  /*    margin: 0;*/
  /*    left: auto;*/
  /*    right: auto;*/
  /*    top: auto;*/
  /*    bottom: auto;*/
  /*}*/

  .tablet {
    display: none;
  }

  .equilibrio {
    padding-bottom: 50px !important;
  }

  .mobile {
    display: block;
  }

  section.arquitetura .content-arquitectura-uno h3 {
    max-width: 200px;
    margin-left: 10px;
    font-size: 28px;
    margin-top: 70px;
    z-index: 1;
  }

  section.arquitetura .content-arquitectura-uno h3::after {
    bottom: -40px;
  }

  section.arquitetura .content-arquitetura-dos .img-arquitetura img {
    width: 100%;
    max-width: 210px !important;
    top: -222px;
    position: absolute;
    right: -25px;
  }

  section.campo>div.container-fluid:nth-child(2) {
    padding: 0 0 0 10px;
  }

  section.campo .swiper-backface-hidden .swiper-slide {
    width: 100% !important;
    max-width: 210px;
  }

  .swiper-button-slider-dos .button-swiper {
    left: -3%;
  }

  .swiper-button-slider .button-swiper {
    left: 17%;
  }

  .banner .formulario .precio {
    top: -70px;
  }
}

@media(max-width: 400px) {
  section.offers_best h2::before {
    top: 135px;
  }


}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px !important;
}

.lb-data {
  display: none;
}





@media(min-width: 2000px) {

  /* removido (reversível): section.exclusivida .swiper-container { margin-bottom: 250px; } */
}