@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Onest:wght@100..900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Onest';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
}

h1 {
  font-family: 'Lora';
}

hr {
  color: var(--secondaryColor);
  opacity: 1;
  height: 2px;
}

.cta {
  text-transform: uppercase;
}

:root {
  --primaryColor: #552916;
  --secondaryColor: #E7C062;
  --terciaryColor: #FDF9ED;
  --fourthColor: #767676;
}

a:hover {
  color: var(--primaryColor);
}

/* header */
.header {
  background: url(/img/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  aspect-ratio: 1440/720;
  color: var(--terciaryColor);
}

.leftHeader {
  max-width: 610px;
}

.leftHeader hr {
  color: var(--secondaryColor);
  opacity: 1;
  height: 2px;
  opacity: 1;
  color: var(--secondaryColor);
  background-color: var(--secondaryColor);
}

.leftHeader h1 {
  margin-top: 150px;
  font-size: 50px;
}

.leftHeader h2 {
  font-family: 'Lora';
  font-size: 30px;
}

#logo_nobilus {
  height: 110px;
  padding: 0;
  width: 110px;
}

#logo_sothesby {
  padding: 0;
  width: 192px;
  margin-left: 30px;
  height: 45px;
}

.form-body {
  background-color: var(--terciaryColor);
  padding: 45px 33px;
  max-width: 360px;
  margin-left: auto;
}

.form-title {
  color: var(--fourthColor);
  font-size: 20px;
  text-align: center;
  text-wrap: balance;
  line-height: 1;
  margin-bottom: 40px;
}

.form-input {
  margin-bottom: 20px;
  max-width: 290px;
}
.iti__selected-country-primary{
  padding-left: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}
.form-body input[type="text"],
.select2 {
  background-color: transparent;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid var(--fourthColor);
  width: 100%;
  max-width: 290px;
}
.iti{
  width: 100%;
  max-width: 290px;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--fourthColor);
}

#contactform {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iti .iti__selected-dial-code {
  color: var(--fourthColor);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primaryColor);
}

label.error {
  color: red;
  font-size: 12px;
}
.forms-wrapper{
    align-items: center;
}
.form-button {
  width: 100%;
  max-width: 280px;
  margin-top: 10px;
  border-radius: 0;
  color: var(--terciaryColor);
  border: none;
  min-height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  background-color: var(--primaryColor);
  transition: all 0.3s ease;
}

.form-button:hover {
  background-color: var(--secondaryColor);
  font-weight: 700;
  color: var(--primaryColor);
  transform: scale(1.1);
}

/* Terms checkbox */
.clear {
  clear: both;
}

.content {
  color: var(--fourthColor);
  font-size: 12px;
}

.content p {
  margin: 0;
}

.checkBox {
  display: block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  bottom: -2px;
  box-shadow: 0px 0px 0px 1px var(--fourthColor);
}

.checkBox div {
  width: 30px;
  height: 30px;
  background-color: var(--secondaryColor);
  top: -40px;
  left: -22px;
  position: absolute;

  transform: rotateZ(45deg);
  z-index: 100;
}

.checkBox input[type=checkbox]:checked+div {
  left: -10px;
  top: -10px;
}

.checkBox input[type=checkbox] {
  position: absolute;
  left: 50px;
  visibility: hidden;
}

.checkBox p {
  margin: 0 0 35px 0;
}

.transition {
  transition: 600ms ease-out;
}

#section-ads {
  padding: 30px 0;
}

/* Section 1 - Exclusividade */
.section1 {
  padding: 100px 0;
  color: var(--fourthColor);
}

.section1_slider img,
.section1 .slick-list {
  max-height: 452px;
}

.section1 .slick-list {
  margin: auto;
}

.section1_right {
  margin-left: 80px;
}

.section1 h1 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}

.section1 hr {
  color: var(--secondaryColor);
  background-color: var(--secondaryColor);
  width: 100%;
  height: 2px;
  min-width: 610px;
  position: relative;
  left: -120px;
  opacity: 1;
  z-index: -1;
}

.section1 h2 {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Onest';
  line-height: 1.2;
}

.section1 h2 b {
  font-weight: 700;
}

.section1_slider::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  background: linear-gradient(180deg, #00000000 80%, #00000000 80%, #000000CC 100%);
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
}

.section1_desc,
.section1_icons {
  max-width: 490px;
  margin-left: 80px;
}

.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.slick-dots button {
  font-size: 0;
  height: 18px;
  width: 18px;
  transition: all 0.3s ease;
  border: none;
  border-radius: 20px;
  background-color: #76767633;
}

li.slick-active button {
  background-color: var(--secondaryColor);
}

.section1_icons {
  max-width: 500px;
  margin-top: 55px;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
  height: 120px;
  transition: all 0.3s ease;
}
 .section5 img{
  transition: all 0.3s ease;
 }
.icon:hover img, .section5 img:hover{
  transform: scale(1.2);
}

.smallerIcon {
  max-width: 120px;
}

.icon img {
  transition: all 0.3s ease;
}

.icon p {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0 0;
  line-height: 1.28;
  text-align: center;
  text-wrap: balance;
}

.nextArrow {
  transform: rotate(180deg);
}
.arrowContainer img{
  cursor: pointer;
}
.arrowContainer {
  gap: 40px;
}

/* Section 2 */
.section2 { 
  color: var(--fourthColor);
}

.section2 h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
}

.section2 h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}

.section2 hr {
  width: 100%;
  padding: 0;
  max-width: 740px;
  opacity: 1;
  color: var(--secondaryColor);
  margin: 20px 0 20px 0;
  background-color: var(--secondaryColor);
  height: 2px;
}

.section2_slider {
  padding: 0;
}

.sliderContainer {
  height: 420px;
  padding: 0;
}

.sliderContainer img {
  display: flex;
  width: 100%;
  object-fit: cover;
  object-position: right;
  height: 100%;
  opacity: 0;
  transition: padding 0.1s ease, opacity 0.5s ease, object-position 0.7s ease;
}

.sliderContainer.slick-active img {
  opacity: 1;
}

.first-active img {
  padding-right: 25px;
  object-position: left;
}

.second-active img {
  padding: 0 10px;
  object-position: center;
}

.last-active img {
  padding-left: 25px;
  object-position: right;
}

.section2 .arrowContainer {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 50px;
}


/* Section 3 */
.section3 {
  padding: 100px 0;
}

.section3_slider .slick_item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  background-size: cover !important;
  background-position: center !important;
  color: var(--terciaryColor);
}

.section3 h1 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}

.section3 hr {
  height: 2px;
  width: 100%;
  max-width: 485px;
  opacity: 1;
  color: var(--secondaryColor);
  background-color: var(--secondaryColor);
}

.section3 h2 {
  font-size: 18px;
  font-weight: 300;
  max-width: 485px;
  margin: 0;
}

.section3 .btn {
  color: var(--primaryColor);
  background-color: var(--secondaryColor);
  font-size: 18px;
  width: 100%;
  max-width: 300px;
  border-radius: 0;
  height: 50px;
  transition: all 0.3s ease;
}

.section3 .btn:hover {
  cursor: pointer;
  transform: scale(1.1);
  background-color: var(--terciaryColor);
}

/* Section 4 */
.section4 {
  color: var(--fourthColor);
}

.section4 h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin: 0;
}

.section4 h3 br {
  display: none;
}

.section4 hr { 
  opacity: 1;
  color: var(--secondaryColor); 
  background-color: var(--secondaryColor);
  height: 2px; 
  max-width: 600px;
  margin: 20px auto;
}

.section4 h2 {
  font-size: 18px;
  font-weight: 400;
  max-width: 560px;
  text-align: center;
  margin: 0 0 50px 0;
}

.bloco h3 {
  font-family: 'Lora';
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}

.bloco h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 300;
}

.bloco {
  cursor: pointer;
  margin-top: 30px;
  padding: 15px 0 30px;
  opacity: 0.3;
  transition: all 0.2s ease;
  border-top: 2px solid var(--secondaryColor);
}

.bloco.active {
  opacity: 1;
}

.section4_slider,
.section4_slider .slick-list {
  height: 600px;
}

.section4_slider img {
  min-height: 600px;
  object-fit: cover;
}

/* Section 5 */
.section5 {
  padding: 100px 0;
  color: var(--fourthColor);
}

.col-small {
  max-width: 650px;
  text-align: center;
  margin: 0 auto 60px;
}

.section5 h1 {
  font-size: 30px;
  font-weight: 400;
}

.section5 hr {
  height: 2px;
  margin: 20px auto;
  opacity: 1;
  color: var(--secondaryColor);
  background-color: var(--secondaryColor);
}

.section5 h2 {
  font-size: 18px;
  font-weight: 300;
}

.section5 h2 b {
  font-weight: 700;
}

.section5 img {
  height: 50px;
}

.section5 h4 {
  font-size: 14px;
  text-wrap: balance;
  text-align: center;
  font-weight: 300;
  margin-top: 20px;
}

/* Footer section */
.footerSection {
  background-color: var(--primaryColor);
  min-height: 200px;
  display: flex;
  align-items: center;
  color: #C9BDBD;
}

.footerSection img {
  height: 150px;
  margin-top: -50px;
}

.footerSection .cta {
  background-color: var(--terciaryColor);
  color: var(--primaryColor);
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  max-width: 300px;
  height: 50px;
  transition: all 0.3s ease;
}

.footerSection .cta:hover {
  background-color: var(--secondaryColor);
  transform: scale(1.1);
}

.footerSection h1 {
  font-size: 30px;
  max-width: 470px;
  font-weight: 400;
  margin: auto;
}


/*  TY PAGE */
.form-body.ty {
  color: var(--primaryColor);
  text-align: center;
  text-wrap: balance;
  max-width: 500px;
}

.form-body.ty h1 {
  font-size: 30px;
  margin: 0 0 10px;
}

.form-body.ty h2 {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
}

.form-body.ty hr { 
    height: 2px;
    background-color: var(--secondaryColor);
    color: var(--secondaryColor);
    max-width: 300px;
    margin: 20px auto;
}
/* PPrivacidade Modal */
.modal-content{
  background-color: var(--primaryColor) !important;
  color: var(--terciaryColor) !important;
}
.modal .btn{
    max-width: 300px;
    border-radius: 0 !important;
    margin: auto !important;
  background-color: var(--secondaryColor) !important;
  color: var(--primaryColor) !important;
}
.modal .btn:hover{
  background-color: var(--terciaryColor) !important;
  color: var(--primaryColor) !important;
}
@media(max-width: 1400px) {
  .leftHeader h1 {
    font-size: 45px;
  }

  .leftHeader h2 {
    font-size: 26px;
  }

  .section1 {
    padding-inline: 0;
  }

  .section1_desc,
  .section1_icons {
    margin-left: 40px;
  }

  .section1_icons {
    margin-top: 30px;
  }

  .section2 {
    padding-inline: 0;
  }
}

@media(max-width: 1200px) {
  #logo_sothesby {
    width: 230px;
  }

  .leftHeader h2 {
    font-size: 22px;
  }

  .section1_icons {
    margin-left: 0;
  }

  .icon {
    margin: 10px;
  }

  .icon img {
    margin: auto;
    height: 42px;
  }

  .icon p {
    margin: 20px auto 0;
  }

  .section1 {
    padding-bottom: 50px;
  }

  .section1 .slick-list {
    max-width: 740px;

  }

  .section1 .slick-list img {
    object-fit: cover;
    object-position: bottom center;
  }

  .section1 .row {
    flex-direction: column-reverse;
  }

  .section1_icons {
    max-width: 100%;
  }

  .sliderContainer img {
    object-position: center;
  }

  .blocoList {
    display: flex;
    flex-wrap: wrap;
    max-width: 590px;
    margin: auto;
    justify-content: space-between;
    text-align: center;
  }

  .bloco h3 {
    font-size: 26px;
  }

  .bloco.active {
    border: 2px solid var(--secondaryColor);
  }

  .bloco {
    margin-bottom: 15px;
    border-top: none;
    margin-top: 0;
    border: 2px solid transparent;
    width: 50%;
    padding: 25px 0;
  }

  .section4_slider img,
  .section4_slider,
  .section4_slider .slick-list {
    min-height: unset;
  }

  .section1_desc,
  .section1_icons {
    max-width: 740px;
    margin: 0 auto;
  }

  .section4_slider,
  .section4_slider .slick-list {
    max-width: 590px;
    margin: auto;
  }

  .section1_icons {
    max-width: 590px;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .section1 hr {
    min-width: 100%;
    width: 100%;
    left: 0;
  }

  .overflow {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section1 h2,
  .section1 h1 {
    text-align: center;
  }

  .section1_slider_icons .slick-dots {
    margin: 0 0 20px;
  }

  .section1_slider::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    background: linear-gradient(180deg, #00000000 80%, #00000000 80%, #000000CC 100%);
    width: 740px;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .section1 .arrowContainer {
    margin: 0 auto 40px auto;
    justify-content: center;
  }

  .section2 .row {
    text-align: center;
    text-wrap: balance;
    justify-content: center;
  }

  .section2 .arrowContainer {
    margin: 30px 0 20px;
    justify-content: center;
  }

  .first-active img {
    padding-right: 0 10px 0;
    object-position: center;
  }

  .second-active img {
    padding: 0 0 0 25px;
    object-position: center;
  }

  .section3 {
    padding: 70px 0 50px;
  }

  .section4_slider,
  .section4_slider .slick-list {
    height: 100%;
  }

  .footerSection {
    height: auto;
  }

  .footerSection .row {
    flex-direction: column;
  }

  .footerSection img {
    margin: 0 auto 20px;
  }

  .footerSection h1 {
    text-wrap: balance;
    text-align: center;
    margin: 15px auto 40px;
  }

  .footerSection .cta {
    margin-bottom: 50px;
  }
}

@media(max-width: 992px) {
  .header {
    padding: 60px 0;
  }

  .forms-wrapper {
    display: flex;
    align-items: center;
  }

  #logo_sothesby {
    width: 180px;
    margin-left: 20px;
  }

  .leftHeader {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .leftHeader h1 {
    margin-top: 20px;
  }

  .leftHeader h2 {
    text-wrap: balance;
  }

  .leftHeader p {
    margin: 0;
    text-wrap: pretty;
  }

  .section1 h2,
  .section1 h1 {
    text-wrap: balance;
  }

  .section1 .slick-list {
    max-width: 100%;
  }

  .section1_slider::after {
    max-width: 100%;
    width: 100%;
  }
}

@media(max-width: 768px) {
  .leftHeader .row {
    justify-content: center;
  }
.header{
  padding: 40px 0 60px;
}
.section1{
  padding-top: 50px;
}
.section1_icons{
  margin-bottom: 20px;
}

  .leftHeader h1,
  .leftHeader h2,
  .leftHeader p {
    text-align: center;
    text-wrap: balance;
  }
    .leftHeader h1{
      margin-top: 40px;
    }
  .section2 .container,
  .first-active img,
  .second-active img {
    padding: 0;
  }

  .textSlider * {
    justify-content: center;
    text-align: center;
    text-wrap: balance;
  }
    .section3 h2{
      margin: auto;
    }
  .textSlider hr {
    width: 80%;
    margin: 15px auto 20px;

  }

  .section3 .btn {
    margin-top: 40px;
  }

  .form-body {
    margin: 35px auto 0;
  }

  .icon p {
    max-width: 170px;
  }

  .section1_icons {
    max-width: 100%;
  }
    .footerSection img {
      height: 100px;
    }
        .footerSection h1{
          margin:15px auto 50px;
        }
}

@media(max-width: 600px) {

  .section1,
  .section2,
  .section4,
  .section5 {
    padding-inline: 40px;
  }

  .section1 h1,
  .section1 h2,
  .section4 h2 {
    text-align: center;
    text-wrap: balance;
  }

  .section4 h2 {
    margin-bottom: 25px;
  }

  .section4 h1 {
    font-size: 26px;
  }

  .sliderContainer {
    height: 375px;
  }

  .section5 h1 {
    font-size: 26px;
    text-wrap: balance;
  }

  .section5 h2 {
    font-size: 16px;
    text-wrap: balance;
  }
  .footerSection h1 {
    font-size: 24px;
  }
}

@media(max-width: 475px) {
  .leftHeader {
    max-width: 400px;
  }

  .footerSection {
    padding: 0 20px;
  }

  .footerSection img {
    height: 100px;
  }

  .section1 h2,
  .section2 h2 {
    line-height: 1.1;
    font-size: 16px;
  }

  .section4 h1 {
    text-wrap: balance;
  }

  .sliderContainer {
    height: 320px;
  }

  .section2 h1 {
    font-size: 24px;
  }

  .section3 h1 {
    font-size: 22px;
  }

  .section3 h2 {
    font-size: 16px;
  }

  .textSlider {
    padding-inline: 20px;
  }

  .section4 h3 {
    font-size: 22px;
  }

  .section4 h4 {
    font-size: 16px;
  }
}

@media(max-width: 400px) {
  .section4 h3 br {
    display: inline;
  }

  .col-small {
    margin-bottom: 25px;
  }

  .section3 .btn {
    font-size: 16px;
  }
}

@media(max-width: 375px) {
  .leftHeader .row {
    flex-direction: column;
  }

  .section3_slider .slick_item {
    height: auto;
  }

  .textSlider .d-flex {
    flex-direction: column;
    margin-top: 20px;
  }

  #logo_sothesby {
    width: 240px;
    margin: 25px 0 0 0;
  }

  .textSlider {
    padding-inline: 5px;
  }

  .header {
    padding-top: 20px;
  }

  .section1,
  .section2,
  .section4,
  .section5 {
    padding-inline: 15px;
  }

  .section3 .btn {
    max-width: 270px;
    margin-bottom: 20px;
  }

  .footerSection h1 {
    font-size: 20px;
  }

  .footerSection .cta {
    font-size: 16px;
  }
}

@media(max-width: 330px) {
  .section3 h1 {
    font-size: 20px;
  }

}