/* Fonts */
@font-face {
  font-family: 'Affairs';
  src: url('../fonts/Affairs/Affairs-Regular.woff2') format('woff2'),
       url('../fonts/Affairs/Affairs-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Affairs';
  src: url('../fonts/Affairs/Affairs-Italic.woff2') format('woff2'),
       url('../fonts/Affairs/Affairs-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'MaaxMono';
  src: url('../fonts/MaaxMono/205TF-MaaxMono-Regular.woff2') format('woff2'),
       url('../fonts/MaaxMono/205TF-MaaxMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MaaxMono';
  src: url('../fonts/MaaxMono/205TF-MaaxMono-Italic.woff2') format('woff2'),
       url('../fonts/MaaxMono/205TF-MaaxMono-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'MaaxMono';
  src: url('../fonts/MaaxMono/205TF-MaaxMono-Bold.woff2') format('woff2'),
       url('../fonts/MaaxMono/205TF-MaaxMono-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MaaxMono';
  src: url('../fonts/MaaxMono/205TF-MaaxMono-BoldItalic.woff2') format('woff2'),
       url('../fonts/MaaxMono/205TF-MaaxMono-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'MaaxMonoStencil';
  src: url('../fonts/MaaxMonoStencil/205TF-MaaxMonoStencil-StencilRegular.woff2') format('woff2'),
       url('../fonts/MaaxMonoStencil/205TF-MaaxMonoStencil-StencilRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MaaxMonoStencil';
  src: url('../fonts/MaaxMonoStencil/205TF-MaaxMonoStencil-StencilBold.woff2') format('woff2'),
       url('../fonts/MaaxMonoStencil/205TF-MaaxMonoStencil-StencilBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MaaxMonoSemiStencil';
  src: url('../fonts/MaaxMonoStencil/205TF-MaaxMonoStencil-SemiStencilRegular.woff2') format('woff2'),
       url('../fonts/MaaxMonoStencil/205TF-MaaxMonoStencil-SemiStencilRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'MaaxMonoSemiStencil';
  src: url('../fonts/MaaxMonoStencil/205TF-MaaxMonoStencil-SemiStencilBold.woff2') format('woff2'),
       url('../fonts/MaaxMonoStencil/205TF-MaaxMonoStencil-SemiStencilBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* Reset + Core */


:root {
  --castanho: #6D431E;
  --verde: #D6E38C;
  --bege: #FFFAF3;
  --paddingLeft: 60px;
  --paddingRight: 60px;
  --paddingLeftGrande: 12%;
  --paddingRightGrande: 12%;
  --entreSecoes: 200px;
}

* { box-sizing: border-box; }
img { max-width: 100%; }
body {
  margin: 0;
  padding: 0;
  font-family: 'Affairs';
}
a{
  text-decoration: none;
}

h2{
  color: var(--castanho);
  /* Desktop — Highlights */
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--castanho);
  font-family: "MaaxMonoSemiStencil";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 100% */
  letter-spacing: -0.6px;
}
p{
  color: var(--castanho);
  /* Desktop — Text */
  font-family: Affairs;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: 0.2px;
}

/* Topbar */
.topbar {
  background-color: var(--bege);
  font-size: 0.75rem;
  border-bottom: 1px solid var(--castanho);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-left: var(--paddingLeft);
  padding-right: var(--paddingRight);
  padding-top: 23px;
  padding-bottom: 34px;
}
/* Logo */
.logo {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  width: 220px;
  max-width: 80%;
}
.topbar span,
.topbar span a{
  color: var(--castanho);
  /* Desktop — Buttons */
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: var(--castanho);
  font-family: "MaaxMono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}

.topbar small a:hover{
  text-decoration: underline;
}

.topbar span,
.logo{
  width: 33%;
}
.last-item-header{
  text-align: right;
}
.first-item-header a:last-child{
    margin-left: 40px;
}
/* Hero */
.hero {
  min-height: 94dvh;
  padding: 15vh 20px;
  background-color: var(--verde);
}
.hero .logo-2{
  width: 395px;
  max-width: 96%;
  margin-bottom: 150px;
    text-align: center;
}
.hero .popup{
  color: var(--castanho);
  -webkit-text-stroke-color: var(--castanho);
  text-align: center;
  -webkit-text-stroke-width: 0.75px;
  font-family: "MaaxMono";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 5.6px;
  margin-bottom: 12vh;
    width: 290px;
    max-width: 100%;
}
.hero .popup span{
	
    font-size: 18px;
    line-height: 1.6rem;
    display: inline-block;
    margin-top: 40px;
    bottom: -20px;
    position: relative;
}
.menu-link {
  color: var(--castanho);
  text-align: center;
  -webkit-text-stroke-width: 0.75px;
  -webkit-text-stroke-color: var(--castanho);
  font-family: "MaaxMono";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: 5.6px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 0.25%; /* 0.07px */
  text-underline-offset: 25%; /* 7px */
  text-underline-position: from-font;
  margin-bottom: 12vh;
}


/* Intro */
.intro{
  background-color: var(--verde);
  padding-left: var(--paddingLeft);
  padding-right: 0;
}
.intro .container-fluid{
  padding-right: 0;
}

.intro-title{
  margin-bottom: 40px;
}


.intro-title span {
    padding-left: 250px;
}
.intro-text {
  width: 640px;
  width: 33%;
  max-width: 98%;
  margin-bottom: 140px;
}
/* Galeria horizontal */
.scroll-gallery {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: var(--entreSecoes);
    margin-left: -70px;
    padding-left: var(--paddingLeft);
}
.scroll-track {
  display: flex;
  gap: 10px;
}
#sb_instagram{
  width: auto;
}
.scroll-track img,
#sb_instagram #sbi_images .sbi_item {    
    height: 475px;
    width: 24vw !important;
    object-fit: cover;
    object-position: center;
}
#sb_instagram.sbi_col_10 #sbi_images, 
#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images{

    display: flex;

}

/* section1 */
.section1{
  padding-left: var(--paddingLeftGrande);
  padding-right: var(--paddingRightGrande);
  background-color: var(--bege);
  padding-top: 399px;
  padding-bottom:  var(--entreSecoes);
}
.section1 h2{
    width: fit-content;
    max-width: 98%;
    margin: auto;
    margin-bottom: 140px;
    text-align: right;
    padding-right: 40px;
}

.section1 h2 .extra1{
    padding-right: 150px;
}
.section1 h2 .extra2{
    margin-right: -34px;
    font-size: inherit !important;
}

.section1 p{
  width: 41%;
  max-width: 100%;
  margin-left: 50%;
  margin-bottom: 140px;
}

.section1 img.img1{
  width: 1197px;
  max-width: 80%;
  margin-right: auto;
  margin-bottom:  var(--entreSecoes);
}
.section1 img.img2{
    width: 742px;
    max-width: 50%;
    margin-left: auto;
    position: relative;
    display: flex;
}

/* section2 */
.section2{
  padding-left: var(--paddingLeftGrande);
  padding-right: var(--paddingRightGrande);
  background-color: var(--bege);
  padding-top:  var(--entreSecoes);
  padding-bottom:  var(--entreSecoes);
}

.section2 h2{
    width: fit-content;
    max-width: 98%;
    margin: auto;
    margin-bottom: 140px;
    text-align: left;
}
.section2 h2 span{    
  padding-left: 146px;
}

.section2 .bloco-cont{
    gap: 134px;
}
.bloco-cont img {
    width: 41%;
}
.bloco-cont .texto-2 {
    width: 50%;
  }


.section2 p.destaque-text{
      font-family: "MaaxMono";
  /* Desktop — Titles */
  -webkit-text-stroke-width: 0.4px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* section3 */
.section3{
  padding-left: var(--paddingLeft);
  padding-right: var(--paddingRight);
  background-color: var(--bege);
  padding-top: var(--entreSecoes);
  padding-bottom:  var(--entreSecoes);
}

.section3 h2{
    width: fit-content;
    max-width: 98%;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: left;
}
.section3 h2 span{    
  padding-left: 291px;
}


.section3 p.section-text{
  margin-bottom: 140px;
  width: 742px;
  max-width: 98%;
}

.section3 .grp-img-sec-3 img{
  
}
.section3 .grp-img-sec-3 p{
  color: var(--castanho);
  /* Desktop — Titles */
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: var(--castanho);
  font-family: "MaaxMono";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin-top: 19px;
}/* section4 */
.section4{
  padding-left: var(--paddingLeft);
  padding-right: var(--paddingRight);
  background-color: var(--bege);
  padding-top: var(--entreSecoes);
  padding-bottom: var(--entreSecoes);
}

/* section5 */
.section5{
  padding-left: var(--paddingLeftGrande);
  padding-right: var(--paddingRightGrande);
  background-color: var(--bege);
  padding-top: 0px;
  padding-bottom: var(--entreSecoes);
}
.section5 img{
  width: 744px;
  max-width: 50%;
  height: auto;
}

/* section5-2 */
.section5-2{
  padding-left: var(--paddingLeftGrande);
  padding-right: var(--paddingRightGrande);
  background-color: var(--bege);
  padding-top: 0px;
  padding-bottom: var(--entreSecoes);
}
.section5-2 img{
  width: 1196px;
  max-width: 80%;
  height: auto;
  margin-left: auto;
    display: flex;
}
/* section5-5 */
.section5-5{
  padding-left: var(--paddingLeft);
  padding-right: var(--paddingRight);
  background-color: var(--bege);
  padding-top: var(--entreSecoes);
  padding-bottom: var(--entreSecoes);
}
.section5-5 h2{
    width: fit-content;
    max-width: 98%;
    margin-right: auto;
    margin-bottom: 140px;
    text-align: left;
}
.section5-5 h2 span.extra1 {
    padding-left: 475px;
}
.section5-5 p{
  width: 41%;
  max-width: 50%;
  display: flex;
  margin-left: 50%;
}
.section5-5 p.section-text{
  margin-bottom: 0px;
}
.section5-5 p.destaque-text{
  font-family: 'MaaxMono';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin-bottom: 29px;
}
/* footer */
.footer-icons{

  padding-left: var(--paddingLeftGrande);
  padding-right: var(--paddingRightGrande);
  background-color: var(--bege);
  padding-top: 62px;
  padding-bottom: 56px;
}
.footer-icons h4{
  font-size: 16px;
    font-family: 'MaaxMono';
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.32px;
  margin-bottom: 5px;
  color: var(--castanho);
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: var(--castanho);
}
.footer-icons p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  font-family: "MaaxMono";
  color: var(--castanho);
}
.footer-icons img{
  width: 220px;
  max-width: 98%;
}
.footer-icons a{
  color: var(--castanho);
  font-family: "MaaxMono";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
.footer-icons a:hover{
  text-decoration: underline;
}

.menuMobile,
.hamb{
  display: none;
}

/*ANIMA ENTRADA */
.fade-in-bottom {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s ease-out;
}
.fade-in-bottom.in-view {
  opacity: 1;
  transform: translateY(0);
}

.block2-intro{
    padding-left: 50%;
    text-align: left;
    padding-right: var(--paddingLeft);
}

.block2-intro .intro-text{
    width: 100%;
}

/*ANIMA ENTRADA */
@media screen and (min-width: 1921px){
  p{
    font-size: 22px;
  }
 .section1 img.img1,
 .section1 img.img2{
    width: 100%;
 }
 .bloco-cont img{
    width: 45%;
 }
 .bloco-cont .texto-2 {
      width: 41%;
  }
  .section2 .bloco-cont {
      gap: 160px;
  }
 .section3 .grp-img-sec-3 img {
      width: 100%;
  }
  .section4 img,
  .section6 img{
    width: 100%;
  }
  .section5 img {
      width: 50%;
  }
  .section5-2 img {
      width: 75%;
  }
  .section5-5 p {
      width: 41%;
    margin-left: 50%;
  }
  .intro-text {
      width: 41%;
  }
  .block2-intro .intro-text{
      width: 100%;
  }
  .section1 p {
      width: 41%;
      margin-left: 50%;
  }
  .section3 p.section-text {
      width: 41%;
  }
}
@media screen and (max-width: 1920px){
  .intro-text {
        width: 44%;
  }
  .block2-intro .intro-text{
      width: 100%;
  }
}
@media screen and (max-width: 1560px){
  body {
      --paddingLeftGrande: 100px;
      --paddingRightGrande: 100px;
      --paddingLeft: 40px;
      --paddingRight: 40px;
      --entreSecoes: 130px;
  }
  .section1 {
      padding-top: 260px;
  }
  p {
    font-size: 16px;
  }
  h2{
    font-size: 42px;
    line-height: 110%;
  }
  .scroll-track img,#sb_instagram #sbi_images .sbi_item{
    height: 450px;
  }
  .section1 p {
        width: 594px;
        max-width: 100%;
  }
  .section2 .bloco-cont {
      gap: 110px;
  }
  .section3 .grp-img-sec-3 p{        
    font-size: 18px;
  }
  .footer-icons p,
  .footer-icons a {
      font-size: 14px;
  }
  .footer-icons img {
      width: 200px;
      max-width: 98%;
  }
  .logo {
      width: 200px;
  }
  .topbar {
      padding-top: 16px;
      padding-bottom: 28px;
  }
  .topbar span, .topbar span a{
    font-size: 14px;
        padding-top: 8px;
  }
  .hero .logo-2 {
      width: 285px;
      max-width: 96%;
      margin-bottom: 12vh;
      text-align: center;
  }
  .intro-text {
      width: 552px;
      max-width: 98%;
      margin-bottom: 120px;
  }
  .intro-title span {
      padding-left: 178px;
  }
  .section1 h2 .extra1 {
      padding-right: 100px;
  }
  .section1 h2 .extra2 {
      margin-right: -28px;
  }
  .section2 h2 span {
      padding-left: 204px;
  }
  .section2 p.destaque-text {
      font-size: 20px;
      line-height: 120%;
  }
  .section3 h2 span {
      padding-left: 203px;
  }
  .section3 p.section-text {
      width: 577px;
  }
  .section5-5 h2 span.extra1 {
      padding-left: 331px;
  }
  .section5-5 p.destaque-text {
      font-size: 19px;
  }
  .section5-5 p {
      width: 742px;
      padding-right: 114px;
      max-width: 50%;
      margin-left: auto;
  }
  .footer-icons h4 {
      font-size: 14px;
  }
  .footer-icons p, .footer-icons a {
      font-size: 12px;
  }
  .footer-icons {
      padding-top: 42px;
      padding-bottom: 26px;
  }
  .scroll-gallery{
    margin-left: -50px;
  }
}


@media screen and (max-width: 1300px){
  body {
    --paddingLeftGrande: 100px;
    --paddingRightGrande: 100px;
    --entreSecoes: 130px;
  }
  .section1 {
      padding-top: 260px;
  }
  .section5-5 p {
      padding-right: 54px;
  }
}

@media screen and (max-width: 1200px){
  .section2 .bloco-cont {
      gap: 100px;
  }
  body {
    --paddingLeftGrande: 80px;
    --paddingRightGrande: 80px;
  }
  .scroll-track img,
  #sb_instagram #sbi_images .sbi_item {
      height: 455px;
      width: 24vw !important;
  }
}
@media screen and (max-width: 1124px){
  .section1 p {
      max-width: 50%;
  }
}
@media screen and (max-width: 1024px){
  .bloco-cont img{
    max-width: 50%;
  }
 
}
@media screen and (max-width: 991px){
  h2 {
      font-size: 50px;
      line-height: 50px;
  }
  .section5-5 h2 span.extra1 {
      padding-left: 396px;
  }
  .intro-title span {
      padding-left: 210px;
  }
  .section1 h2 .extra1 {
      padding-right: 122px;
  }
  .section1 h2 .extra2 {
      margin-right: -31px;
  }
  .section2 h2 span {
      padding-left: 244px;
  }
  .section3 h2 span {
      padding-left: 241px;
  }
  body {
      --paddingLeft: 40px;
      --paddingRight: 40px;
      --paddingLeftGrande: 40px;
      --paddingRightGrande: 40px;
  }
  .footer-icons a,
  .footer-icons p {
      font-size: 12px;
      line-height: 110%;
  }

}
@media screen and (max-width: 768px){
    body {
        --paddingLeft: 30px;
        --paddingRight: 30px;
        --paddingLeftGrande: 30px;
        --paddingRightGrande: 30px;
        --entreSecoes: 90px;
    }
    .first-item-header a:last-child{
        margin-left: 0px;
    }
    .section1 {
        padding-top: 180px;
    }
    h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .section1 h2 .extra1 {
        padding-right: 86px;
    }
    .section1 h2 .extra2 {
        margin-right: -23px;
    }
    .section2 h2 span {
        padding-left: 174px;
    }
    .section2 .bloco-cont {
        gap: 60px;
    }
    .section3 h2 span {
        padding-left: 172px;
    }
    .section3 .grp-img-sec-3 p {
      font-size: 20px;
    }
    .section5-5 h2 span.extra1 {
        padding-left: 282px;
    }
    .section5-5 p {
      max-width: 70%;
  }
  .scroll-track img,
  #sb_instagram #sbi_images .sbi_item {
        height: 285px;
        width: 24vw !important;
    }
}
@media screen and (max-width: 500px){
    body {
        --paddingLeft: 20px;
        --paddingRight: 20px;
        --paddingLeftGrande: 20px;
        --paddingRightGrande: 20px;
        --entreSecoes: 60px;
    }
    p{
      font-size: 15px;
    }
    .section1 {
        padding-top: 120px;
    }
    .section2 .bloco-cont {
        gap: 0px;
    }
    h2 {
        font-size: 26px;
        line-height: 26px;
    }
    .intro-title span {
        padding-left: 31px;
    }
    .section5-5 h2 span.extra1 {
        padding-left: 200px;
    }
    .topbar span{
      display: none;
    }
    .hamb {
        display: block;
        position: absolute;
        top: 58px;
        right: 20px;
        cursor: pointer;
    }
    .menuMobile{ 
      position: absolute;
      width: 100%;
      left: 0px;
      padding: 40px;
      background: var(--bege);
      margin-top: 24px;
    }
    .menuMobile span {
        display: block;
        margin-bottom: 5px;
    }
    .topbar{
      display: block !important;
        padding-top: 42px;
      padding-bottom: 23px;
      text-align: center;
    }
    .topbar .logo img{
      width: 185px;
    }
    .logo {
      width: 185px;      
      margin: auto !important;
    }
    .hero {
      padding: 130px 20px 70px;
  }
  .hero .popup {
      font-size: 18px;
      line-height: 110%;
      margin-bottom: 120px;
  }
  .menu-link {
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 140px;
  }
  .hero .logo-2 {
      width: 220px;
      max-width: 96%;
      margin-bottom: 140px;
  }
  .intro-text {      
    margin-bottom: 20px;
  }
  #sb_instagram.sbi_col_10 #sbi_images, 
  #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images{

    align-items: flex-start;
  }
  .scroll-track img,
  #sb_instagram #sbi_images .sbi_item {
      height: 355px;
      width: 300px !important;
        flex-shrink: 0;
  }

  .section1 h2,
  .section1 p,
  .section1 img.img1,
  .section2 h2,
  .texto-2 .section-text,
  .section3 p.section-text,
  .section5-5 h2 {
    margin-bottom: 40px;
  }
  .section1 img.img1,
  .section1 img.img2,
  .bloco-cont img,
  .section5 img,
  .section5-2 img,
  .section5-5 p {
    max-width: 100%;
  }
  .section2 .bloco-cont {
      flex-direction: column;
  }
  .bloco-cont img {
        max-width: 100%;
        order: 2;
    }
  .section3 h2 span {
        padding-left: 92px;
    }
  .section4{
    padding-left: 0px;
    padding-right: 0px;
        padding-top: 0px;
  }
  .c-contacto{
    margin-top: 50px;
  }
  .c-reserva{

    order: 4;
  }
  .c-social{

        margin-top: 50px;
    order: 1;
  }
  .section5-5 p.destaque-text {
      font-size: 18px;
  }
  .footer-icons img {
      width: 185px;
      max-width: 98%;
  }

    .section1 h2 .extra1 {
        padding-right: 0px;
        width: 100%;
        display: block;
        margin-bottom: 0px;
        text-align: right;
    }
    .section1 h2{
      padding-right: 0px;
    text-align: left;

    max-width: 100%;
    width: 100%;
    }
    .section1 h2 br{
      display: none;
    }
    .section1 h2 .extra2 {
        margin-right: -12px;
        display: block;
        text-align: right;
    }
    .section2 h2{
      text-align: left;
        width: 100%;
        max-width: 100%;
    }
    .section2 h2 span {
        padding-left: 62px;
    }
    .section2 p.destaque-text{
      font-size: 18px;
    }
    .section5-5 h2 span.extra1 {
        padding-left: 0px;
    }
    .section5-5 h2 span.extra2 {
        padding-left: 77px;
        display: block;
    }
    .section3 .justify-content-center{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start !important;
        margin-left: -32px;
        padding-left: 22px;        
        padding-right: 0px;
        margin-right: -20px;
    }
    .section3 .justify-content-center .grp-img-sec-3{
      width: calc(100% - 30px);
    }
    .intro-title {
      margin-bottom: 40px;
      text-align: left;
      padding-right: var(--paddingRightGrande);
    }
    .intro-title span {
        padding-left: 0px;
    }
    .intro-text {
        margin-bottom: 20px;
        padding-right: var(--paddingRightGrande);
    }
    .scroll-gallery {        
        margin-left: -32px;
        padding-left: 32px;
    }
    .section5-5 p {
        max-width: 100%;
        padding-right: 0px;
    }
    .section1 h2 .extra2 {
        font-size: inherit;
        margin-right: 0px;
    }
    .section1 p {
        max-width: 100%;
        margin-left: 0px;
    }
    .bloco-cont .texto-2 {
        width: 100%;
    }
    .bloco-cont img {
      width: 100%;
  }
  .section4 img,
  .section6 img{
    height: 100dvh;
    object-fit: cover;
    object-position: center;
  }
  .topbar span, .logo {
      width: 100%;
  }
  .first-item-header-mobile a{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .last-item-header-mobile{
    margin-top: 40px;
  }
  .block2-intro {
    padding-left: 0%;
    text-align: left;
    margin-top: 50px;
}
}



