@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap");

#privacy-box {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: rgba(29, 29, 27, 0.15) 0 -10px 30px 0;
  color: #555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  z-index: 999;
  transition: bottom ease-in-out 1s
}

#privacy-box.show {
  bottom: 0
}

#privacy-box .title {
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 700;
  color: #0b315e
}

#privacy-box .text-wrap>:last-child {
  margin-bottom: 0
}

#privacy-box a {
  color: #555;
  text-decoration: underline
}

#privacy-box a:hover {
  color: #000
}

#privacy-box button {
  display: inline-block;
  padding: 1rem 1.56rem;
  border: 0;
  border-radius: .32rem;
  outline: 0;
  background: #0b315e;
  font-size: .875rem;
  line-height: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  transition: all .3s ease-in-out 0s;
  min-height: 60px;
  text-align: center
}

#privacy-box button:hover {
  filter: brightness(0.9)
}

@media(max-width:767px) {
  #privacy-box {
    padding: 20px 15px 25px;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    justify-content: center
  }

  #privacy-box>:not(.text-wrap) {
    flex: 0 0 100%;
    max-width: 100%
  }

  #privacy-box .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px
  }

  #privacy-box .text-wrap {
    margin-bottom: 20px
  }

  #privacy-box button {
    min-height: unset;
    padding: 9px 25px
  }
}

@media(min-width:992px) and (max-width:991px) {
  #privacy-box {
    padding: 40px 50px
  }

  #privacy-box .text-wrap {
    padding-right: 25px
  }
}

@media(min-width:992px) {
  #privacy-box {
    padding: 55px 60px
  }

  #privacy-box .text-wrap {
    padding-right: 10%
  }
}

.form-validation {
  display: none;
  font-size: 14px;
  margin-top: 10px
}

.form-validation.error {
  color: red
}

.custom-checkbox input {
  display: none !important
}

.custom-checkbox input:invalid~.form-validation {
  display: block
}

.custom-checkbox input:checked+label .marker::after {
  opacity: 1
}

.custom-checkbox label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400
}

.custom-checkbox label .marker {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: solid 1px #c7c7c7;
  background: #eeebeb;
  margin-right: 10px
}

.custom-checkbox label .marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #333;
  opacity: 0;
  transition: opacity ease-in-out .2s
}

.custom-checkbox label .label {
  flex: calc(100% - 26px - 10px);
  max-width: calc(100% - 26px - 10px)
}

.custom-checkbox a {
  color: #000;
  font-weight: 500
}

.privacy-info {
  font-size: 13px;
  line-height: 17px;
  margin: 15px 0;
  color: #0d293d
}

.privacy-info a {
  text-decoration: underline;
  color: #0d293d;
  font-weight: 700
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  height: auto;
  font-family: "Kanit", sans-serif;
  color: #433c32
}

.desk {
  display: flex
}

.mob {
  display: none
}

.zero {
  padding: 0
}

.img {
  width: 100%
}

.card {
  border-radius: 0
}

.white {
  color: #fff
}

.font-16 {
  font-size: 16px
}

.bg-green {
  background-color: #3bb273
}

.caribaButton {
  margin: 30px 0;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500
}

.caribaButton:hover {
  color: #fff !important
}

.header {
  text-align: left;
  background-color: #433c32;
  background-size: contain;
  background-image: inherit;
  padding: 0
}

.header h1 {
  font-size: 32px;
  line-height: 44px;
  margin: 0 0 30px 0
}

.header h1 span {
  background-color: transparent
}

.header p {
  background-color: transparent
}

.header .caribaButton {
  margin: 30px 0;
  background-color: #3bb273;
  color: #fff
}

.header .caribaButton:hover {
  color: #fff !important
}

.box-slider {
  display: flex;
  justify-content: center;
  align-items: center
}

.box-slider .about__text {
  padding-left: 0
}

.box-slider .about__text p {
  width: 80%
}

.box-slider .about__slide .owl-nav {
  top: calc(50% - 37.5px);
  width: 100%;
  background-color: transparent
}

.box-slider .about__slide .owl-nav button {
  background-color: #3bb273;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px
}

.box-slider .about__slide .owl-nav button:hover {
  opacity: .9
}

.box-slider .about__slide .owl-nav button span {
  color: #fff;
  font-size: 0
}

.box-slider .about__slide .owl-nav button span::before {
  content: "";
  background-image: url(../img/arrow-next.svg);
  width: 40px;
  height: 40px;
  background-size: cover;
  display: block
}

.box-slider .about__slide .owl-nav .owl-prev {
  left: -60px;
  position: absolute
}

.box-slider .about__slide .owl-nav .owl-next {
  right: -60px;
  position: absolute
}

.box-slider .about__slide .owl-nav .owl-next span::before {
  transform: rotate(-180deg)
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
  padding: 100px 0
}

.about__slide .owl-nav button:first-child {
  border-right: 0
}

.features__banner h2 {
  padding: 20px 0;
  text-align: left;
  background-color: transparent;
  color: white;
  font-size: 44px;
  line-height: 56px
}

.features__content {
  margin-top: 0
}

.box-diferenciais {
  justify-content: center;
  align-items: center;
  padding: 3rem 0
}

.box-diferenciais .col-md-7 {
  margin: 3rem 0
}

.box-diferenciais h3 {
  font-size: 32px;
  line-height: 37px;
  font-weight: bold !important
}

.box-diferenciais p {
  justify-content: center;
  line-height: 26px
}

.box-diferenciais .caribaButton {
  margin: 30px 0 !important;
  background-color: #525656;
  color: #fff
}

.box-diferenciais .caribaButton:hover {
  color: #fff !important
}

.video {
  background-color: #525656;
  padding: 30px 30px 60px
}

.video .box-video {
  justify-content: center;
  align-items: center
}

.video .box-video h4 {
  font-size: 32px;
  line-height: 37px;
  color: #525656;
  font-weight: bold !important
}

.video .box-video p {
  line-height: 26px
}

.video .box-video .caribaButton {
  margin: 30px auto !important;
  color: #fff
}

.video .box-video .caribaButton:hover {
  color: #fff !important
}

.video video {
  height: 430px
}

.about__slide .item .caption {
  text-align: center;
  padding: 0;
  height: 70px;
  background-color: #433c32
}

.about__slide .item .caption h5 {
  font-size: 20px;
  font-weight: 300;
  margin: 0
}

#contact {
  padding: 0
}

#contact .contactBox {
  width: 100%;
  max-width: 100%;
  padding: 0
}

#contact .contactBox form {
  width: 80%;
  max-width: 80%;
  margin: 100px auto 0
}

#contact .contactBox form .caribaButton {
  margin: 20px 0 0 auto !important
}

#contact .contactBox form #tel.validated {
  background: url("../img/icone-check.svg") no-repeat right 1rem center/auto 35%, #fff
}

.contato .bg-gray {
  background-color: #525656
}

.contato .box-contato .item-contato {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.contato .box-contato .item-contato .box-corp {
  margin-bottom: 50px;
  flex-direction: column
}

.contato .box-contato .item-contato::before {
  content: "";
  background-image: url(../img/icon-arrow-left.svg);
  width: 150px;
  height: 150px;
  position: absolute;
  background-size: contain;
  right: -63px;
  top: calc(50% - 75px)
}

.contato .box-contato h6 {
  font-size: 32px;
  line-height: 48px;
  margin-top: 120px
}

.contato .box-contato .logo {
  width: 217px
}

.contato .box-contato p {
  line-height: 26px
}

.contato .box-contato p.corp {
  margin-top: 10px;
  color: #999
}

.contato .box-contato .caribaButton {
  margin: 30px auto !important;
  background-color: #3bb273;
  color: #fff
}

.contato .box-contato .caribaButton:hover {
  color: #fff !important
}

.contato .box-contato form select {
  width: 100%;
  display: block;
  margin: 10px 0 15px;
  padding: 10px;
  border: solid 1px #d3d3d3;
  height: 48px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearancce: none;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  background-origin: content-box;
  background-image: url("../img/sel.svg")
}

.location .feature {
  margin-bottom: 40px;
  font-size: 14px;
  display: flex;
  align-items: center
}

.location .feature img {
  width: 13px;
  height: auto;
  aspect-ratio: 1
}

.location .feature span {
  margin-left: 10px
}

.location h5 {
  font-size: 32px;
  font-weight: bold !important;
  color: #525656
}

.location p {
  font-size: 16px;
  color: #433c32
}

.owl-carousel {
  display: block
}

.header__logo {
  max-width: 258px;
  margin: 50px 0
}

.investimento {
  background-image: url(../img/bg-investimento.webp);
  background-size: cover;
  padding: 100px 0
}

.investimento.bg2 {
  background-image: url(../img/bg-investimento2.webp);
  padding: 100px 0 50px 0
}

.investimento .box-investimento h3 {
  color: #fff;
  font-size: 24px;
  line-height: 38px
}

.investimento .box-investimento p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-top: 20px
}

.investimento .box-investimento p span {
  margin: 0 5px;
  display: inline-block
}

.investimento .box-investimento p.font-16 {
  font-size: 16px
}

.investimento .box-investimento .feature {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.11);
  padding: 50px 0;
  align-items: center;
  display: flex;
  flex-direction: column
}

.investimento .box-investimento .feature h4 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #433c32
}

.investimento .box-investimento .feature span {
  padding: 0;
  text-align: center;
  display: block
}

.investimento .box-investimento .feature span b {
  font-size: 28px
}

.investimento .box-investimento .feature ul {
  padding-left: 30px;
  line-height: 32px;
  width: 80%
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: .2em 1em;
  border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output {
  display: none
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  color: #fff !important;
  background: #46b450 !important;
  text-align: center !important
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232 !important;
  color: #fff;
  background-color: #dc3232 !important;
  text-align: center
}

.list-itens-infos {
  margin-top: 70px
}

.list-itens-infos .col-md-3 {
  display: flex;
  flex-direction: column;
  align-items: center
}

.list-itens-infos .col-md-3 p {
  font-size: 22px;
  margin-top: 15px
}

.list-itens-infos .col-md-3 img {
  width: auto;
  height: 60px
}

.text-legal {
  padding: 20px 0
}

.text-legal p {
  font-size: 12px
}

.box-empresas p {
  color: #fff;
  margin-bottom: 0
}

.input-block {
  opacity: .5;
  pointer-events: none;
  cursor: not-allowed
}

#msg_resposta {
  color: #dc3232
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: .5
}

.form-validation {
  display: none;
  margin-top: -10px;
  margin-bottom: 10px;
  color: red
}


@media only screen and (min-width:0px) {
  .balao2 {
    background: #fff;
    border-radius: 15px;
    width: 300px;
    height: 100px;
    position: relative;
  }

  .balao2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 0px solid transparent;
    border-right: 19px solid transparent;
    border-top: 20px solid #fff;
    bottom: -15px;
    left: 59%;
  }

}