@media (min-width: 300px) {
  .pragrafo-secao-texto {
    font-size: 1rem;
  }
}

@media (min-width: 576px) {
  .pragrafo-secao-texto {
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
  .pragrafo-secao-texto {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  .pragrafo-secao-texto {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .pragrafo-secao-texto {
    font-size: 1.7rem;
  }
}

@media (min-width: 1400px) {
  .pragrafo-secao-texto {
    font-size: 2rem;
  }
}

@media (min-width: 300px) {
  .titulo-secao-texto {
    font-size: 3rem;
  }
}

@media (min-width: 576px) {
  .titulo-secao-texto {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .titulo-secao-texto {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .titulo-secao-texto {
    font-size: 5.5rem;
  }
}

@media (min-width: 1200px) {
  .titulo-secao-texto {
    font-size: 6.5rem;
  }
}

@media (min-width: 1400px) {
  .titulo-secao-texto {
    font-size: 7.5rem;
  }
}

@media (min-width: 300px) {
  .titulo-secao-chatbot {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .titulo-secao-chatbot {
    font-size: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .titulo-secao-chatbot {
    font-size: 3.5rem;
  }
}

@media (min-width: 768px) {
  .cards-chatbot {
    min-height: 460px;
  }
}

@media (min-width: 992px) {
  .cards-chatbot {
    min-height: 460px;
  }
}

.cards-chatbot-pai {
  width: 100%;
}

#mainNav {
  overflow: hidden;
}

.img-funcionalidades {
  max-width: 100%;
  max-height: 180px;
  border-radius: 5px;
  height: auto;
}

#recursos-essenciais {
  transition: all 0.3s ease-in-out;
}

#recursos-essenciais.visible {
  display: block !important;
}

#recursos-essenciais:not(.visible) {
  display: none;
}

.card-recursos {
  min-height: 230px;
}

@media (min-width: 768px) {
  .card-recursos {
    min-height: 330px;
  }
}

@media (min-width: 992px) {
  .card-recursos {
    min-height: 280px;
  }
}

.logo_chatbot_footer {
  max-width: 240px;
}
/* 
.banner-home {
  width: 100%;
  height: 92vh;
  background-image: url(../../assets/img/banner-site2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 300px) {
  .banner-home {
    background-image: url(../../assets/img/banner-mobile.png);
    background-position: 75% 0px !important;
  }
}

@media (min-width: 576px) {
  .banner-home {
    background-image: url(../../assets/img/banner-mobile.png);
    background-position: 52% 0px !important;
  }
}

@media (min-width: 768px) {
  .banner-home {
    background-image: url(../../assets/img/banner-mobile.png);
  }
}

@media (min-width: 992px) {
  .banner-home {
    background-image: url(../../assets/img/banner-mobile.png);
    background-position: center 70% !important;
  }
}

@media (min-width: 1200px) {
  .banner-home {
    background-image: url(../../assets/img/banner-site2.webp);
  }
}

@media (min-width: 1400px) {
  .banner-home {
    background-image: url(../../assets/img/banner-site2.webp);
    background-position: center 40% !important;
  }
}

.banner-home {
  width: 100%;
  height: 92vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
} */

.banner-paralax {
  height: 92vh;
  background-image: url(../../assets/img/banner-site-quality.webp);
  background-position: initial;
  background-size: cover;
  width: 100%;
}

.bg-section-2 {
  background: linear-gradient(to bottom, #f0f0f0, var(--bs-success-bg-subtle));
}

.btn:hover {
  transform: scale(1.1) !important;
}

.btn {
  transition: transform 0.3s ease-in-out !important;
}

.col,
.row {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

.paragrafo-clientes {
  width: 100%;
  min-height: 180px;
}

@media (max-width: 1366px) {
  .paragrafo-clientes {
    min-height: 210px;
  }
}

@media (max-width: 1024px) {
  .paragrafo-clientes {
    min-height: 260px;
  }
}

.form-check.selected-contact {
  background-color: var(--bs-success);
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.form-check.selected-contact label {
  color: white !important;
}

.contact-field {
  transition: all 0.3s ease;
}