* {
    margin: 0px;
    font-family: "Open Sans";
  }
  html, body {
    overflow-x: hidden;
  }
  .teste{
    background: rgba(35, 44, 4, 0.85);
    height: 250px;
    top: 452px;
    max-width: 700px;
    align-items: center;
    text-align: center;
  }

  .primeiro{
    position: absolute;
    width: 800px;
    height: 80px;
    left: 266px;
    top: 154px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 52px;
    line-height: 82px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(35, 44, 4, 0.85);
    border-radius: 4px;
}
@media only screen and (max-width: 768px) {
.primeiro{
    position: absolute;
    width: 277px;
    height: 48px;
    left: 64px;
    top: 133px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(35, 44, 4, 0.85);
    border-radius: 4px;
}
}

.segundo{
  position: absolute;
  width: 697px;
  height: 77px;
  left: 320px;
  top: 244px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 52px;  
  line-height: 82px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(35, 44, 4, 0.85);
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .segundo{
    position: absolute;
    width: 235px;
    height: 48px;
    left: 86px;
    top: 186px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(35, 44, 4, 0.85);
    border-radius: 4px;
  }
  }


.terceiro{
  position: absolute;
    width: 529px;
    height: 65px;
    left: 417px;
    top: 345px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 67px;
    text-align: center;
    color: #213D16;
    background-color: rgba(255, 255, 255, 0.72);
    border-radius: 4px; 
}
@media only screen and (max-width: 768px) {
  .terceiro{
    position: absolute;
    width: 251px;
    height: 40px;
    left: 79px;
    top: 252px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 41px;
    text-align: center;
    color: #213D16;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 4px;
  }
  }

.formulario{
  letter-spacing: 0.1em;
  position: absolute;
  width: 621px;
  height: 208px;
  left: 373px;;
  top: 433px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;;
  line-height: 82px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(35, 44, 4, 0.85);
  border-radius: 4px;
}


@media only screen and (max-width: 768px) {
  .formulario{
    position: absolute;
    width: 278px;
    height: 335px;
    left: 62px;
    top: 313px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(35, 44, 4, 0.85);
    border-radius: 4px;
    padding-top: 21px;
}
  }
  

.botao{
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    height: 45.83px;
    border-radius: 65px;
    border: none;
    background-color: #fff;
    position: relative;
    top: 68px;;
    right: 322px;
    cursor: pointer;
    padding-left: 40px;
    padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .botao{
    position: absolute;
    width: 35px;
    height: 45px;
    left: 52px;
    top: 269px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #232C04;
    padding: 15px 112px 22px 56px;
  }
}


  .container {
    max-width: 1200px;
    width: 89%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
/* 
  @media only screen and (max-width: 768px) {
   .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    left: 10p;
    margin-left: -32px;
    margin-top: 8px;
    margin-bottom: 8px;
    }
  } */

  .container--confidence {
    justify-content: start;
  }

  .grid-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-left: 139px;
    margin-right: 135px;
}


@media only screen and (max-width: 768px) {
  
  .grid-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-left: 106px;
    margin-right: 0;
}
}

  
  
  #confidence .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  #confidence .owl-prev {
    margin-left: 20px;
  }
  #confidence .owl-next {
    margin-right: 20px;
  }
  
  #conscious .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  @media only screen and (max-width: 768px) {
    #conscious .owl-nav {
      display: none;
    }
  }
  @media only screen and (max-width: 768px) {
    #conscious .owl-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 60px;
    }
  }
  @media only screen and (max-width: 768px) {
    #conscious .owl-dot {
      display: inline-block;
      vertical-align: middle;
      margin: 0 3px;
      height: 18px;
      width: 18px;
      background: hsl(0deg, 0%, 85%);
      border: 1px solid #686868;
      transition: width 0.5s ease, background 0.25s ease;
      border-radius: 65px;
    }
  }
  @media only screen and (max-width: 768px) {
    #conscious .active {
      width: 18px;
      background-color: black;
      border-color: #686868;
    }
  }
  #conscious .owl-prev {
    margin-right: 20px;
  }
  #conscious .owl-next {
    margin-left: 20px;
  }
  
  .header_content .logos {
    margin-bottom: 5px;
  }
  @media only screen and (max-width: 768px) {
    .header_content .logos {
      max-width: 1200px;
      width: 290px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      left: 10p;
      margin-left: -26px;
      margin-top: 36px;
      margin-bottom: 15px;
    }
  }

  
  .header_content .logo_img {
    margin: 0 10px;
  }
  @media only screen and (max-width: 768px) {
    .header_content .logo_img {
      /* margin: 5px 10px;
    padding: -29px; */
    width: 105px;
    /* left: 10px;
    margin-left: 16px;
    padding-right: -15px; */
   
}
    }
  

  .header_content .logo_img--arbo {
    width: 149px;
    height: 56px;
    padding-bottom: 9px;
  }
  .header_content .logo_img--requinte {
    width: 134px;
    height: 68px;
    padding-top: 12px;
  }
  .header_content .buttons_content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media only screen and (max-width: 768px) {
    .header_content .buttons_content {
      position: fixed;
      z-index: 10000000000000000;
    }
  }
  .header_content .buttons_content .buttons {
    height: 50px;
    width: 217px;
    border-radius: 65px;
    background-color: hsl(73deg, 83%, 9%);
    border: 0px;
    margin: 11px 14px;
    cursor: pointer;
  }
  @media only screen and (max-width: 768px) {
    .header_content .buttons_content .buttons {
      height: 60px;
      width: 60px;
      left: 0px;
      bottom: 10px;
      border-radius: 100px;
      position: fixed;
      z-index: 100000000000000020;
    }
  }
  .header_content .buttons_content .buttons a {
    text-decoration: none;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    color: #fff;
    position: relative;
    bottom: 6px;
  }
  @media only screen and (max-width: 768px) {
    .header_content .buttons_content .buttons a {
      display: none;
    }
  }
  .header_content .buttons_content .buttons--whats {
    background-color: hsl(151deg, 100%, 38%);
    left: initial;
    right: 10px;
  }
  .header_content .buttons_content .buttons .icons {
    position: relative;
    right: 10px;
  }
  @media only screen and (max-width: 768px) {
    .header_content .buttons_content .buttons .icons {
      margin: 0 auto;
      height: 30px;
      right: 0px;
    }
  }
  
  .banner_section {
    background-image: url("../../src/images/banner_inicial.png"), url("../../src/images/banner_inicial.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 600px;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 768px) {
    .banner_section {
      margin: 0 auto;
      background-size: cover;
      background-image:  url("../../src/images/banner_inicial.png"),  url("../../src/images/banner_inicial.png");
    }
  }

  .banner__container {
    margin-top: 30px;
  }

  .banner__container--obrigado {
    display: flex;
    align-items: center;
  }
  
  @media only screen and (max-width: 768px) {
    .banner__container {
      max-width: 95%;
      margin-top: 0;
    }
  }

  .banner__title span {
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    text-align: center;
    line-height: 82px;
    color: #FFFFFF;
    background-color: rgba(35, 44, 4, 0.85);
    border-radius: 4px;
    padding: 0 15px;
    margin: 15px auto;
    width: fit-content;
  }
  @media only screen and (max-width: 768px) {
    .banner__title span {
      font-size: 18px;
      line-height: 45px;
      padding: 0 15px;
    }
  }

  .banner__categories {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 67px;
    text-align: center;
    color: #213D16;
    background-color: rgba(255, 255, 255, 0.72);
    border-radius: 4px; 
    margin: 30px auto 0;
    width: fit-content;
    padding: 0 10px;
  }

  @media only screen and (max-width: 768px) {
    .banner__categories {
      font-size: 16px;
      margin: 15px auto;
      line-height: normal;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }

  .banner__formulario {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;;
    line-height: 82px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(35, 44, 4, 0.85);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .banner__formulario form {
    display: flex;
    flex-direction: column;
  }

  .banner__formulario input {
    border-radius: 5px;
    border: 0px;
    background: hsla(0deg, 0%, 100%, 0.8);
    width: 172px;
    height: 35px;
    margin: 5px;
  }

  .form-group {
    display: flex;
    justify-content: center;
  }

  .banner__formulario button {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    height: 45px;
    border-radius: 65px;
    border: none;
    background-color: #fff;
    margin: 20px 0;
    cursor: pointer;
  }

  @media only screen and (max-width: 768px) {
    .form-group {
      flex-direction: column;
      align-items: center;
    }
    .banner__formulario {
      padding: 20px;
      line-height: normal;
    }
    .banner__formulario form {
      width: 100%;
      margin-top: 20px;
    }
    .banner__formulario input {
      width: 100%;
    }
  }




  .banner_section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .banner_section .container .text {
    width: 100%;
    font-family: "Open Sans";
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    text-align: center;
    padding-bottom: 35px;
  }
  @media only screen and (max-width: 768px) {
    .banner_section .container .text {
      font-size: 25px;
      font-weight: 400;
      line-height: 22px;
    }
  }
  .banner_section .container .text--paragraph {
    font-size: 25px;
    line-height: 25px;
    background: rgba(255, 255, 255, 0.72);
    font-family: 'Inter';
    color: #213D16;
    font-weight: 500;
    text-align: center;  
  }
  @media only screen and (max-width: 768px) {
    .banner_section .container .text--paragraph {
      font-size: 16px;
      line-height: 22px;
    }
  }
  .banner_section .container .text--paragraph2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
  }
  @media only screen and (max-width: 768px) {
    .banner_section .container .text--paragraph2 {
      font-size: 20px;
      font-weight: 600;
      line-height: 27px;
      text-align: center;
    }
  }
  .banner_section .container .text--paragraph3 {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 10%;
    text-align: center;
  }
  @media only screen and (max-width: 768px) {
    .banner_section .container .text--paragraph3 {
      font-size: 20px;
      font-weight: 600;
      line-height: 27px;
      padding-bottom: 0px;
    }
  }
  .banner_section .form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 140px;
    margin-top: -16px;

  }
  @media only screen and (max-width: 768px) {
    .banner_section .form {
      flex-direction: column;
      margin-left: 0;
      margin: 0 auto;
      padding-top: 35px;
    }
  }
  .banner_section .form .form_input {
    border-radius: 5px;
    border: 0px;
    background: hsla(0deg, 0%, 100%, 0.8);
    width: 172px;
    height: 35px;
    margin: 5px;
  }
  @media only screen and (max-width: 768px) {
    .banner_section .form .form_input {
      width: 215px;
    }
  }
  .banner_section .form .form_button {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    width: 217px;
    height: 45.83px;
    border-radius: 65px;
    border: none;
    background-color: #fff;
    position: relative;
    top: 70px;
    right: 387px;
    cursor: pointer;
  }
  @media only screen and (max-width: 768px) {
    .banner_section .form .form_button {
      position: inherit;
      top: inherit;
      right: inherit;
      margin-top: 35px;
      width: 190px;
    }
  }
  
  .first_carrousel {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .first_carrousel .container_confidence {
    max-width: 1340px;
    width: 100%;
    display: flex;
  }
  @media only screen and (max-width: 768px) {
    .first_carrousel .container_confidence {
      flex-direction: column;
    }
  }
  .first_carrousel .container_confidence .confidence {
    width: 50%;
    height: 428px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  @media only screen and (max-width: 768px) {
    .first_carrousel .container_confidence .confidence {
      width: 100%;
      height: auto;
      flex-direction: column;
      margin: 0 auto;
      margin: -50px -107px 50px 0px;
    }
  }
  .first_carrousel .container_confidence .confidence .confidence_text {
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0em;
    /* text-transform: uppercase; */
    padding-top: 40px;
    width: 519px;
    color: hsl(73deg, 83%, 9%);
  }
  @media only screen and (max-width: 768px) {
    .first_carrousel .container_confidence .confidence .confidence_text {
      width: auto;
      font-size: 30px;
      line-height: 34px;
      text-align: center;
      margin-top: 44px;
    }
  }
  .first_carrousel .container_confidence .confidence .confidence_text--paragraph {
    text-transform: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
  @media only screen and (max-width: 768px) {
    .first_carrousel .container_confidence .confidence .confidence_text--paragraph {
      font-size: 16px;
      font-weight: 400;
      line-height: 29px;
      letter-spacing: 0.05em;
      margin: 0px 55px;
      text-align: justify;
    }
  }
  .first_carrousel .container_confidence .confidence .adjuste_button2 {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media only screen and (max-width: 768px) {
    .first_carrousel .container_confidence .confidence .adjuste_button2 {
      height: 100px;
    }
  }
  .first_carrousel .container_confidence .confidence .adjuste_button2 .confidence_button {
    background-color: hsl(73deg, 83%, 9%);
    border-radius: 65px;
    height: 53px;
    width: 302px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .first_carrousel .container_confidence .confidence .adjuste_button2 .confidence_button a {
    text-decoration: none;
    color: #fff;
  }
  .first_carrousel .container_confidence .carousel-card {
    width: 50%;
    cursor: -webkit-grab;
    cursor: grab;
  }
  @media only screen and (max-width: 768px) {
    .first_carrousel .container_confidence .carousel-card {
      width: 100%;
    }
  }
  .first_carrousel .container_confidence .carousel-card .confidence_img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media only screen and (max-width: 768px) {
    .first_carrousel .container_confidence .carousel-card .confidence_img {
      height: 250px;
    }
  }
  
  .quality_arbor {
    margin-top: -5px;
    height: 487px;;
    justify-content: center;
    background: hsl(73deg, 83%, 9%);
   
  }
  @media only screen and (max-width: 768px) {
    .quality_arbor {
      height: auto;
      margin-bottom: 60px;
    }
  }
  .quality_arbor .container {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: center;
    width: 700px;
    flex-wrap: wrap;
    height: 500px;
    align-items: center;
  }
  @media only screen and (max-width: 768px) {
    .quality_arbor .container {
      height: auto;
      width: auto;
    }
  }
  .quality_arbor .container .quality {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  @media only screen and (max-width: 768px) {
    .quality_arbor .container .quality {
      margin-right: -1px;
      margin-top: 70px;
      margin-bottom: 70px;
    }
  }
  .quality_arbor .container .quality .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 200px;
  }

  @media only screen and (max-width: 768px) {
    .quality_arbor .container .quality .item {
      width: calc(100% - 240px);
    }
  }

  
  .quality_arbor .container .quality .item p {
    font-family: "Open Sans";
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
  }
  .quality_arbor .quality_text {
    font-family: "Open Sans";
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }
  
  @media only screen and (max-width: 768px) {
    .conscious {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
  }
  .conscious .conscious_text_finally {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    font-size: 36px;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: hsl(73deg, 83%, 9%);
  }
  @media only screen and (max-width: 768px) {
    .conscious .conscious_text_finally {
      font-size: 25px;
      text-align: center;
      display: initial;
      font-size: 20px;
    }
  }
  .conscious .conscious_button_adjuste {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
  }
  @media only screen and (max-width: 768px) {
    .conscious .conscious_button_adjuste {
      height: 160px;
    }
  }
  .conscious .conscious_button_adjuste .conscious_button {
    background-color: hsl(73deg, 83%, 9%);
    border-radius: 65px;
    height: 53px;
    width: 322px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .conscious .conscious_button_adjuste .conscious_button a {
    text-decoration: none;
    color: #fff;
  }
  .conscious .conscious_texts h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 146px;
    font-size: 30px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: hsl(73deg, 83%, 9%);
  }
  @media only screen and (max-width: 768px) {
    .conscious .conscious_texts h1 {
      width: 299px;
      display: flex;
      text-align: center;
      margin: 0 auto;
      padding-bottom: 48px;
      font-size: 24px;
      font-weight: 700;
      /* padding: 27px; */
      margin-left: -4px;
      margin-bottom: 9px;
      text-transform: uppercase;
    }
  }
  .conscious .conscious_texts p {
    padding-bottom: 50px;
    margin: 0 auto;
    width: 935px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
  @media only screen and (max-width: 768px) {
    .conscious .conscious_texts p {
      width: 300px;
      display: flex;
      justify-content: center;
      font-size: 16px;
      /* letter-spacing: 5px; */
      line-height: 26px;
      align-items: center;
    }
  }
  .conscious .conscious-card {
    height: 469px;
    width: 370px;
    background: hsl(0deg, 0%, 92%);
    border-radius: 4px;
    padding: 33px;
    margin: 0 auto;
    cursor: -webkit-grab;
    cursor: grab;
  }

  .conscious-card__v2 {
    background: hsl(0deg, 0%, 92%);
    border-radius: 4px;
    padding: 33px;
  }

  .conscious-card__v2 h3 {
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 8px;
    letter-spacing: 0em;
    text-align: center;
    height: 50px;
    color: hsl(73deg, 83%, 9%);
    text-transform: uppercase;
  }

  .conscious-card__v2 p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    width: 373px;
    margin: 0 auto;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    letter-spacing: 0.1em;
    color: #232C04;
  }

  @media only screen and (max-width: 768px) {
    .conscious-card__v2 p {
      width: auto;
    }
  }

  .conscious-card__v2 img {
    padding: 0px 0px 40px 0px;
    display: flex;
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
    height: 200px;
  }

  @media only screen and (max-width: 768px) {
    .conscious-card__v2 img {
      width: 100%;
      height: 200px;
    }
  }


  @media only screen and (max-width: 768px) {
    .conscious .conscious-card {
      padding: 0px 0px 20px 0px;
      border-radius: 1%;
      /* width: 289px;
      height: 510px;
      margin-top: -30px;
      margin-left: -72px;
      margin-bottom: 30px; */
  }
    }
  
  .conscious .conscious-card img {
    padding: 0px 0px 40px 0px;
    display: flex;
    height: 212px;
    width: 372px;
    border-radius: 5px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 768px) {
    .conscious .conscious-card img {
      width: 90%;
      padding: 20px 0px 20px 0px;
    }
  }

  .conscious-cards{
    padding: 30px 36px 30px 17px;
    display: flex;
    height: 194px;
    width: 816px;
    border-radius: 5px;
  }


  .title-cards{
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
text-align: center;
text-transform: uppercase;
color: #232C04;

  }
  .images{
padding: 5px;
  }
  

  .subtitle-cards{
    font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
text-align: justify;
letter-spacing: 0.1em;
color: #232C04;
padding: 22px 50px 22px 50px;
  }

  .trasform{
    width: 915px;
    height: 425px;
    left: 196px;
    top: 3275px;
    background: #EBEBEB;
    border-radius: 4px;
    /* padding-bottom: 11px; */
    margin-bottom: 49px;
    margin-top: 39px;
    /* align-items: center; */
    margin-left: 144px;
  }


  .budget{
    left: 36.88%;
right: 36.94%;
top: 88.54%;
bottom: 9.95%;
color: #FFFFFF;
background: #232C04;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 65px;
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 22px;
/* identical to box height */
margin-left: 550px;
padding: 14px 29px 14px 29px;
text-align: center;
text-transform: uppercase;
margin-bottom: 40px
}


@media only screen and (max-width: 768px) {
  .budget{
    margin-left: 71px;;
  }
}


  .conscious .conscious-card .conscious-card-text h3 {
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 8px;
    letter-spacing: 0em;
    text-align: center;
    height: 50px;
    color: hsl(73deg, 83%, 9%);
    text-transform: uppercase;
  }

  @media only screen and (max-width: 768px) {
    .conscious .conscious-card .conscious-card-text h3{
      display: flex;
      justify-content: center;
      font-size: 24px;
      font-weight: 700;
      line-height: 8px;
      letter-spacing: 0em;
      text-align: center;
      height: 50px;
      color: hsl(73deg, 83%, 9%);
      text-transform: uppercase;
      margin-top: 10px;
    }
  }
  .conscious .conscious-card .conscious-card-text p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    width: 373px;
    margin: 0 auto;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    letter-spacing: 0.1em;
    color: #232C04;
  }
  @media only screen and (max-width: 768px) {
    .conscious .conscious-card .conscious-card-text p {
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      width: 89%;
      margin-top: -15px;
    }
  }
  
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid black;
  }
  @media only screen and (max-width: 768px) {
    .footer {
      flex-direction: column;
      width: inherit;
    }
  }
.cabana{
  padding: 27px;
}
  .img_content{
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
   @media only screen and (max-width: 768px) {
    .footer .img_content {
      height: 249px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
      
    }
  } 

  .footer_text{
    padding: 15px 60px 15px;
    margin-top: 10px;
  }
  .footer .footer_meet {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  @media only screen and (max-width: 768px) {
    .footer .footer_meet {
      margin-top: 2px;
      height: 249px;
      /* margin-left: -42px; */
      display: flex;
      justify-content: center;
      align-items: center;
      /* padding-bottom: 24px; */
      margin-bottom: 42pxx;
    }
  }
  .footer .footer_meet .footer_text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.15em;
    color: hsl(73deg, 83%, 9%);
    border-bottom: 2px solid black;
    /* padding-bottom: 15px; */
  }
  @media only screen and (max-width: 768px) {
    .footer .footer_meet .footer_text {
      /* margin: 0px 0px 20px 70px; */
    }
  }
  .footer .footer_meet .footer_text img {
    padding-right: 20px;
  }
  .footer .footer_meet_go {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer .footer_meet_go .footer_button_adjuste {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
  .footer .footer_meet_go .footer_button_adjuste .footer_button {
    background-color: hsl(73deg, 83%, 9%);
    border-radius: 65px;
    height: 53px;
    width: 322px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
  }
  .footer .footer_meet_go .footer_button_adjuste .footer_button a {
    text-decoration: none;
    color: #fff;
  }
  .footer .footer_meet_go .footer_paragraph {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: hsl(73deg, 83%, 9%);
    padding-top: 15px;
    text-align: center;
    width: 400px;
  }
  @media only screen and (max-width: 768px) {
    .footer .footer_meet_go .footer_paragraph{
      /* padding-left: 76px; */
    }
  }
  .footer .footer_meet_go p {
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.15em;
    color: hsl(73deg, 83%, 9%);
  }
  
  .background_modal.active {
    visibility: visible;
  }
  
  .icon_close.active {
    visibility: hidden;
  }
  
  .background_modal {
    visibility: hidden;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
  }
  .background_modal .icon_close {
    top: 10px;
    right: 23px;
    width: 40px;
    height: auto;
    display: flex;
    position: absolute;
    cursor: pointer;
  }
  .background_modal .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 612px;
    height: 350px;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
  }
  .background_modal .modal .input-align {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .background_modal .modal .input-align .text_modal {
    font-size: 22px;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: black;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .background_modal .modal .input-align .inputs {
    border: 1px solid black;
    width: 340px;
    height: 40px;
    margin: 10px;
    color: black;
    padding-left: 10px;
  }
  .background_modal .modal .input-align form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .background_modal .modal .input-align form .button_send {
    border: none;
    width: 340px;
    height: 40px;
    margin: 10px;
    background-color: hsl(112deg, 88%, 41%);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
  }
  
  .thanks {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: auto 0;
    height: 500px;
    font-family: "Open Sans";
    background-color: #fff;
    flex-direction: column;
  }
  .thanks h1 {
    font-size: 36px;
    color: hsl(73deg, 83%, 9%);
  }
  .thanks .voltar .return {
    background-color: hsl(73deg, 83%, 9%);
    border-radius: 65px;
    height: 53px;
    width: 302px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .thanks .voltar .return a {
    text-decoration: none;
    color: #fff;
  }/*# sourceMappingURL=style.css.map */
  




.container__v2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.container__v2--fullwidth {
  max-width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .container__v2 {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}


.cta__orcamento {
    color: #FFFFFF;
    background: #232C04;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 65px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 29px 14px 29px;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0;
    cursor: pointer;
    text-decoration: none;
}


.conscious .container__v2 {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.externa .trasform {
  width: 100%;
  margin-left: 0; 
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .externa .container__v2 {
    padding: 0;
    width: 95%;
    margin: 0 auto;
  }
  .externa .trasform {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .conscious-cards {
    width: 100%;
  }
}

/* ??? */
.conscious-cards {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}

.conscious-card {
  width: calc(50% - 80px) !important;
}


.conscious-cards img {
  width: 309px !important;
  height: 201px;
  /* margin: 0 auto; */
}

.footer .container__v2 {
  align-items: center;
  padding-bottom: 40px;
}

.footer .container__v2 .map {
  flex: 1;
}
.footer .container__v2 .img_content {
  width: 30%;
}
.footer .container__v2 .footer_meet {
  width: 30%;
}