html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "corsa_groteskbold";
  src: url("../fonts/corsa-grotesk-bold-webfont.woff2") format("woff2"),
    url("../fonts/corsa-grotesk-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "corsa_groteskregular";
  src: url("../fonts/typedepot_-_corsa_grotesk_regular-webfont.woff2")
      format("woff2"),
    url("../fonts/typedepot_-_corsa_grotesk_regular-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #f8f8f8;
  font-family: "corsa_groteskregular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "corsa_groteskbold";
  line-height: 1.4;
}

h1 {
  color: #ffff;
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

p {
  font-size: 15px;
  line-height: 1.3;
  font-family: "corsa_groteskregular";
}
.cta-section h2.white {
  margin-bottom: 0px;
}
a.btn-green {
  background-color: #34b233;
  padding: 15px 30px;
  max-width: 100%;
  display: table;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-family: "corsa_groteskbold";
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.5s ease;
}

a.btn-green:hover {
  opacity: 0.8;
}

b, strong {
  font-family: "corsa_groteskbold";
  font-weight: 700;
}

.green {
  color: #34b233;
}

.blue {
  color: #165788;
}

.p-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-50 {
  padding-bottom: 50px;
}

.hero-section {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
  position: relative;
}
section#ver-rentabilidade:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-size: auto;
  background-position-x: center;
  background-position-y: top;
}

.hero-section:after {
  content: "";
  width: 100%;
  height: 70%;
  background: rgb(0, 119, 199);
  background: linear-gradient(
    242deg,
    rgba(30, 30, 30, 0) 33.26%,
    rgba(23, 78, 120, 0.85) 50.67%,
    #165788 65.9%
  );
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.hero-section .container {
  z-index: 9;
  position: relative;
}

.hero-section_content {
  max-width: 410px;
}

.logo_content {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  align-items: center;
}

.hero-section_content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 25px;
}

.hero-section_content h1 {
  margin-bottom: 25px;
  line-height: 1.2;
}

.formulario {
  background-color: #f8f8f8;
  height: 100%;
  border-radius: 10px;
  padding: 30px;
}

.video img {
  max-width: 100%;
}

.how-to-section {
  background-color: #fff;
}

.blue-block {
  background-color: #0077c7;
  padding: 50px;
  border-radius: 10px;
  color: #fff;
}

.topicos-number {
  width: 30px;
  height: 30px;
  background-color: #0077c7;
  display: flex;
  float: left;
  margin-right: 10px;
  justify-content: center;
  line-height: 1;
  align-items: center;
  color: #fff;
  border-radius: 100%;
  font-size: 18px;
}

.topicos .card:last-child::after {
  display: none;
}

.topicos .card-header {
  border: none;
  background-color: transparent;
  padding: 25px 0px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.icon-passo-a-passo {
  position: absolute;
  right: 0px;
  top: 26px;
}

.icon-passo-a-passo {
  transition: transform 0.3s ease-in-out;
  /* Animação suave para a rotação */
}

.icon-passo-a-passo.open {
  transform: rotate(180deg);
  /* Gira o ícone em 180 graus quando aberto */
}

.topicos .card {
  border: none;
  background-color: transparent;
}

.topicos .card-body {
  padding: 0px;
}

.topicos h5 {
  margin-bottom: 0px;
  display: flex;
  height: 100%;
  align-items: center;
  margin-top: 4px;
  width: calc(100% - 40px);
}

.topicos .card:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d7d2cb;
  opacity: 0.4;
}

.topicos .card-body p {
  color: #707070;
}
.mercado h3 {
  color: #1f1f1f;
}
.card-carrossel {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  background-image: url(../image/bg-carrossel.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.card-carrossel h3 {
  color: #34b233;
  font-size: 26px;
  margin-bottom: 0px;
}
.card-carrossel ul {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-top: 15px;
  gap: 15px;
  margin: 0;
}
.card-carrossel ul li {
  font-size: 14px;
}
.card-carrossel ul li::marker {
  color: #34b233;
}
.texto-carrrossel {
  padding-right: 70px;
}

.cta-section {
  background: rgb(248, 248, 248);

  background: linear-gradient(180deg, #fff 50%, #f2f1ef 50%);
}
.cta-section h2 {
  font-size: 24px;
}
.cta-section .row {
  background-color: #165788;
  justify-content: center;
  padding: 50px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 20px;
  align-items: center;
}
.white {
  color: #fff;
}
.beneficios {
  background-color: #f2f1ef;
  color: #fff;
  position: relative;
}
.beneficios::before {
  content: "";
  width: 10%;
  height: 45%;
  background-image: url(../image/circulo-esquerda.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.beneficios::after {
  content: "";
  width: 10%;
  height: 45%;
  background-image: url(../image/circulo-direita.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 290px;
}
.beneficios h2 {
  color: #1f1f1f;
}
.beneficio-item {
  background-color: #fff;
  color: #000;
  margin-top: 100px;
  border-radius: 10px;
  padding: 15px 25px;
}

.beneficio-item ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 21px;
  font-size: 15px;
  color: #707070;
  font-family: "corsa_groteskregular";
}

img.beneficios-icon {
  height: 160px;
  width: auto;
  margin-top: -100px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.short-stay img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.depoiments {
  background-color: #0077c7;
  color: #fff;
}

.depoimento-item {
  background-color: #ffffff;
  color: #000;
  padding: 30px;
  border-radius: 10px;
}

.depoimento-autor {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 700;
}

.depoimento-content p {
  font-size: 14px;
  color: #263142;
  margin-bottom: 0px;
}

img.icon-depoimento {
  display: table;
  float: right;
  margin-top: 20px;
}

.depoimento-content:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.depoimento .slick-track {
  display: flex;
  gap: 10px;
}

.desconto {
  background: linear-gradient(180deg, #f2f1ef 50%, #165788 50%);
  color: #fff;
}
.desconto .row {
  border-radius: 30px;
  background: #e0ded8;
  padding: 40px 80px;
}
.desconto-text h2 {
  font-size: 48px;
  color: #165788;
}

img.desconto-porcentagem_icon {
  max-width: 100%;
  margin-bottom: 10px;
}
.desconto-porcentagem p {
  color: #1f1f1f;
}
.decorado-section {
  background-color: #0077c7;
  color: #fff;
}

.cta-footer {
  background-color: #165788;
  color: #fff;
}

img.mercado-img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  max-width: 350px;
}
.mercado p {
  color: #747678;
}
.depoiments .slick-dots li button:before {
  width: 13px;
  height: 13px;
  display: table;
  background-color: #eaeaea;
  border-radius: 30px;
  opacity: 1;
  font-size: 0px;
  min-height: 0;
  line-height: 0px;
}

.depoiments .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #d0df00;
}

.depoiments .slick-dots {
  display: table !important;
  position: inherit;
  margin-top: 0px;
}

.docorado_item img.img-thumbnail {
  border: none !important;
  padding: 0px;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.docorado_item a {
  position: relative;
}

figure.decorado-figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgb(57, 53, 53);
  background: linear-gradient(
    180deg,
    rgba(57, 53, 53, 0) 0%,
    rgba(57, 53, 53, 0.4) 100%
  );
  border-radius: 0.25rem;
}

figure.decorado-figure p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  font-size: 12px;
  color: #fff;
  z-index: 9;
}

.blue-block img {
  margin: auto;
  display: table;
}

.cta-footer .btn-content {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.blue-block h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blue-block h5 {
  margin-bottom: 20px;
}

.ili p {
  text-align: end;
}

footer {
  background-color: #165788;
  color: #fff;
}

.video iframe {
  border-radius: 10px;
}

.form input[type="text" i],
.form input[type="tel" i],
.form input[type="email" i],
.form select.wpcf7-form-control {
  width: 100%;
  height: 48px;
  border: 1px solid #d7d2cb;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
}

.form span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 15px;
}

.form span.wpcf7-list-item {
  display: flex;
  gap: 5px;
}

.form input[type="radio"] {
  width: 15px;
}

.form input[type="checkbox"] {
  margin-right: 6px;
}

.form {
  padding-top: 20px;
}

.form form {
  position: relative;
}

.form span.wpcf7-spinner {
  position: absolute;
  bottom: -27px;
  width: 100%;
  left: -24px;
}

.form span.wpcf7-spinner {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}

.form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  background-color: #34B233;
  border: none;
  padding: 15px;
  border-radius: 5px;
  font-family: "corsa_groteskbold";
  font-size: 18px;
  color: #fff;
  height: auto;
}

.form input[type="text" i]::placeholder,
.form input[type="tel" i]::placeholder,
.form input[type="email" i]::placeholder,
.form select.wpcf7-form-control::placeholder {
  color: #263142;
  /* Substitua #COR_DESEJADA pela cor que você quer para o placeholder */
  opacity: 1;
  /* Opcional: ajuste a opacidade conforme necessário */
}

/* Para compatibilidade com navegadores antigos do Internet Explorer */

.form input[type="text" i]:-ms-input-placeholder,
.form input[type="tel" i]:-ms-input-placeholder,
.form input[type="email" i]:-ms-input-placeholder,
.form select.wpcf7-form-control:-ms-input-placeholder {
  color: #263142;
}

/* Para navegadores baseados em WebKit como Safari e Chrome mais antigos */

.form input[type="text" i]::-webkit-input-placeholder,
.form input[type="tel" i]::-webkit-input-placeholder,
.form input[type="email" i]::-webkit-input-placeholder,
.form select.wpcf7-form-control::-webkit-input-placeholder {
  color: #263142;
}

.form .col-12 {
  margin-bottom: 10px;
}

footer .container:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 25px;
  display: table;
  opacity: 0.2;
}

.ekko-lightbox-item.fade.in.show {
  position: relative;
}

.ekko-lightbox-item.fade.in.show:after {
  content: "Imagam meramente ilustrativa";
  position: absolute;
  width: 100%;
  left: 7px;
  bottom: 2px;
  color: #000;
  font-size: 14px;
}

.topicos .card-header {
  padding-right: 17px;
}

.logo-item img {
  height: 40px;
  width: auto;
}

.form .wpcf7-response-output {
  display: none !important;
}

.content-cuidamos {
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 30px;
}
.content-cuidamos h2,
.content-cuidamos p,
.content-cuidamos h5 {
  margin-bottom: 19px;
}
/* Owl Carousel Dots */
.owl-dots {
  bottom: 5px;
  right: 300px;
  position: absolute;
}
.owl-dots .owl-dot.active span {
  width: 20px;
  height: 10px;
  background: #34b233 !important;
  opacity: 1;
  border-radius: 8px;
}
.owl-dots .owl-dot span {
  background: #d9d9d9;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  display: block;
  margin: 5px;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 5px 4px;
}
/* Estilos para telas com largura máxima de 1200px */
.detalhe-img-roomo {
  padding-bottom: 12px;
}
picture {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .video iframe {
    height: 208px;
  }
  .desconto-text h2 {
    font-size: 42px;
  }
  h2 {
    font-size: 30px;
}
.cta-section h2 {
  font-size: 20px;
}
  .owl-dots {
    right: 246px;
    bottom: 3px;
  }
  .content-cuidamos {
    padding-left: 45px;
  }

  .texto-carrrossel {
    padding-right: 50px;
  }
  .card-carrossel ul {
    padding-top: 10px;
    gap: 3px;
  }
  .card-carrossel h3 {
    font-size: 20px;
  }
  .card-carrossel {
    gap: 15px;
    background-size: 100%;
  }

  .card-carrossel img {
    max-width: 60%;
  }
  .texto-carrrossel {
    padding-right: 90px;
  }
}

/* Estilos para telas com largura máxima de 992px (ponto de quebra 'md' do Bootstrap) */

@media (max-width: 991.98px) {
  .content-cuidamos {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 70px;
}
  .hero-section:after {
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0.26%, rgba(23, 78, 120, 0.95) 29.67%, #165788 65.9%);
}
  .video iframe {
    height: 388px;
    margin-bottom: 50px;
  }
  .card-carrossel {
    flex-direction: column;
    background-image: url(../image/bg-carrossel-mobile.png);
    background-position: bottom;
    background-size: cover;
    padding-bottom: 190px;
    border-radius: 12px;
  }
  h2 {
    font-size: 26px;
  }
  .texto-carrrossel {
    padding-right: 90px;
    padding-left: 90px;
  }
  .owl-dots {
    right: 46%;
    bottom: 110px;
  }
  img.carrossel-img {
    max-width: 100%;
  }
  .hero-section:before {
    height: 800px;
  }
  .hero-section:after {
    bottom: inherit;
    top: 0px !important;
    height: 700px;
  }
  .cta-section .btn-content {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .short-stay {
    margin-bottom: 50px;
  }
  img.mercado-img {
    max-width: 380px;
    height: auto;
    margin-top: 10px;
  }
  .desconto-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .beneficios .beneficio-item {
    margin-bottom: 40px;
  }
  .crescimento {
    padding-top: 50px;
  }
  br {
    display: none;
  }
}

/* Estilos para telas com largura máxima de 768px (ponto de quebra 'sm' do Bootstrap) */

@media (max-width: 767.98px) {
  .video iframe {
    height: 287px;
  }
  .col-lg-5.col-md-6.col-sm-12.passo-a-passo {
    padding-top: 40px;
  }
  section.how-to-section.p-90.pb-90 {
    padding-top: 130px;
  }
  .owl-carousel .owl-item img {
    display: none !important;
  }
  .desconto .row {
    padding: 40px;
  }
  .card-carrossel {
    position: relative;
    height: 380px;
    justify-content: end;
    padding-bottom: 30px;
  }
  .carrossel-beneficios .item {
    height: 620px;
  }
  img.desconto-porcentagem_icon {
    max-width: 70%;
  }
  .desconto-text h2 {
    font-size: 26px;
  }
  /* .card-carrossel::after {
    content: "";
    position: absolute;
    bottom: -201px;
    width: 100%;
    height:55%;
    background-color: #165788;
    border-radius: 0 0 16px 16px;
    z-index: 1;
  } */

  .texto-carrrossel {
    background-color: #165788;
    width: 100%;
    height: 200px;
    padding-top: 20px;
    border-radius: 0px 0px 10px 10px;
}
  .texto-carrrossel {
    position: absolute;
    z-index: 2;
    bottom: -140px;
  }
  .item-1 {
    background-image: url(../image/img-mobile-1.png);
    background-size: 100%;
    background-position: center;
    background-position-y: top;
  }
  .item-2 {
    background-image: url(../image/img-mobile-2.png);
    background-size: 100%;
    background-position: center;
    background-position-y: top;
  }
  .item-3 {
    background-image: url(../image/img-mobile-3.png);
    background-size: 100%;
    background-position: center;
    background-position-y: top;
  }
  .texto-carrrossel {
    padding-right: 30px;
    padding-left: 30px;
    min-height: 280px;
  }
  .owl-dots {
    bottom: 25px;
    right: 40%;
  }
  .owl-item img {
    width: 100%;
    height: auto;
  }
  .hero-section_content {
    max-width: 100%;
  }
  .hero-section:before {
    height: 600px;
  }
  .hero-section:after {
    top: 0px;
    height: 500px;
  }
  .blue-block {
    margin-bottom: 50px; 
  }
  .text-left-mb {
    text-align: left !important;
  }
  .copy p {
    text-align: center;
  }
  .blue-block img {
    max-width: 100%;
  }
  .hero-section {
    padding-bottom: 0px;
  }
  .btn-whatsapp span {
    display: none;
  }
  a.btn-whatsapp {
    padding: 12px;
    border-radius: 50%;
    font-size: 0;
    right: 20px;
    bottom: 20px;
  }
  .btn-whatsapp img {
    max-width: 26px;
    margin: 0;
  }
}

/* Estilos para telas com largura máxima de 576px (ponto de quebra 'xs' do Bootstrap) */

@media (max-width: 575.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
}
  .hero-section {
    padding-top: 30px;
  }
  .decorado.row {
    width: 100%;
  }
  .content-cuidamos {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 70px;
}
  .cta-section .container {
    padding: 30px;
  }
  .passo-a-passo {
    padding-left: 30px;
    padding-right: 30px;
  }
  .beneficios-text {
    justify-content: start !important;
    text-align: start !important;
  }
  .logo_content .logo-item img {
    max-width: 100%;
    height: auto;
  }
  .logo-item {
    max-width: 35%;
  }
  .topicos .card-header {
    display: flex;
    align-items: center;
  }
  .cta-section .row {
    padding: 40px 0px;
  }
}
@media (max-width: 449.98px) {
  .card-carrossel::after {
    bottom: -160px;
  }
  .texto-carrrossel {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 400.98px) {
  .logo_content {
    display: flex;
    justify-content: space-between;
  }
  .video iframe {
    height: 205px;
  }
  .hero-section:before {
    height: 520px;
  }
  .hero-section:after {
    height: 420px;
  }

}

.btn-whatsapp {
  position: fixed;
  background-color: #34B233;
  right: 70px;
  bottom: 60px;
  font-size: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  z-index: 9;
}

.btn-whatsapp:hover {
  background-color: #1a6a5c;
  color: #fff;
  transform: scale(1.05);
  text-decoration: none;
}

.btn-whatsapp img {
  max-width: 26px;
  height: auto;
}
.text-wpp {
  margin-right: 10px;
}
