/* ------------------------------------------------------------------ */
/* 0. GENERAL
/* ------------------------------------------------------------------ */

.title-border {
  position: relative;
  display: inline-block;
  color: #0d3029;
}

.title-border:before,
.title-border:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #bd945e;
  width: 65%;
}

.title-border:before {
  top: -8px;
  left: -15%;
}

.title-border:after {
  right: -15%;
  bottom: -8px;
}

.gray-border {
  border: 1px solid #e5e5e5;
}

.icofont {
  color: #fff;
}

.icofont:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.btn-set a {
  max-width: 45%;
}

.btn-set a:first-child {
  margin-right: 25px;
}

.btn-download {
  background-color: #bd945e;
  color: #fff;
  border: 1px solid #bd945e;
  font-size: 25px;
  margin-top: 9px;
}

.btn-download:hover,
.btn-download:hover i {
  background-color: transparent;
  color: #bd945e;
}

.btn-download:hover {
  border: 1px solid #bd945e;
}

/*
|----------------------------------------------------------------------------
		1. HEADER
|----------------------------------------------------------------------------
*/

.main-header nav {
  border: none;
}

.logo {
  padding-top: 40px;
  max-width: 100px;
}

.affix .logo {
  padding-top: 20px;
}

.affix {
  background: -webkit-linear-gradient(left, #0d3029 30%, #24352f 90%);
  background: linear-gradient(to right, #0d3029 30%, #24352f 90%);
}

/*
|----------------------------------------------------------------------------
		2. MENU
|----------------------------------------------------------------------------
*/

.nav li a {
  color: #fff;
  padding: 45px 15px;
  position: relative;
}

.menu-border li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 1px solid #0d3029;
  border-left: 1px solid #0d3029;
  height: 15px;
}

.menu-border li:last-child a:after,
.affix .menu-border li a:after {
  content: none;
}

.affix .nav li a {
  padding: 25px 15px;
}

.nav li a:hover,
.page-blog .affix .nav li.active a,
.nav li a:focus {
  background-color: transparent;
}

.affix .nav li.active a,
.affix .nav li a:hover,
.page-blog .affix .nav li a:hover {
  background-color: #bd945e;
}

/*
|----------------------------------------------------------------------------
		3. SLIDER
|----------------------------------------------------------------------------
*/

/*fix click for particles js*/
.home-slider.owl-carousel,
.home-slider.owl-carousel * {
  z-index: 10;
}

.main-bg {
  background-image: url(../img/bg5-1.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 50px;
}

.slider-item {
  height: 750px;
  padding-top: 180px;
}

.banner-image {
  width: 400px;
  margin-left: 200px;
}

.banner-text * {
  color: #fff;
}

.banner-text h1 {
  margin-bottom: 45px;
  line-height: 1.2;
  font-size: 45px;
  width: 600px;
}

.banner-text p {
  margin-bottom: 65px;
  font-size: 20px;
  width: 550px;
}

.about-area {
  padding: 0px 10px 50px 10px;
  text-align: justify;
}

.about-area strong {
  font-size: 22px;
  color: #24352f;
}

.about-bg {
  background-color: #d4d4d4;
  border-radius: 50px;
  padding: 50px;
}

.about-area img {
  max-width: 500px;
  border-radius: 20px;
}

.about-area p {
  text-indent: 30px;
  font-size: 16px;
}

/*
|----------------------------------------------------------------------------
		4. APP OVERVIEW
|----------------------------------------------------------------------------
*/

.app-overview-icon {
  width: 25%;
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
  align-items: center;
}

.app-overview-content {
  width: 75%;
  padding-top: 17px;
  padding-bottom: 50px;
}

.app-overview-lists li:last-child .app-overview-content {
  padding-bottom: 0;
}

.app-overview-lists i {
  border: 1px solid #24352f;
}

.app-overview-content h3 {
  font-weight: 400;
  margin-bottom: 10px;
}

.app-overview-content p {
  color: rgba(0, 0, 0, 0.502);
  line-height: 1.5;
}

.app-overview-photo {
  max-width: 100%;
  justify-items: center;
  padding: 0px 60px;
}

/*
|----------------------------------------------------------------------------
		5. Recursos
|----------------------------------------------------------------------------
*/

.featured-area {
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.featured-item {
  padding: 45px 25px;
  background-color: #fff;
}

.featured-item h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}

.featured-item i {
  border-color: #24352f;
  color: #24352f;
}

/*
|----------------------------------------------------------------------------
		9. DOWNLOAD
|----------------------------------------------------------------------------
*/

.app-download-area {
  background-image: url("../img/demo-5/download-bg.jpg");
  background-attachment: fixed;
  padding: 100px 0;
  overflow-x: hidden;
}

.app-download-content {
  margin-left: -15px;
}

.app-download-content h2 {
  font-weight: 300;
  font-size: 48px;
}

.app-download-content h5 {
  margin-top: 15px;
  margin-bottom: 25px;
  font-weight: 400;
}

.app-download-content h2,
.app-download-content h5 {
  color: #fff;
}

.app-download-content p {
  margin-bottom: 25px;
  color: rgba(255, 254, 254, 0.702);
}

.download-btn {
  margin-top: 75px;
}

.download-btn a {
  float: left;
}

.app-download-photo {
  position: relative;
  right: -100px;
  margin-bottom: -100px;
}

.download {
  padding: 50px;
}

/*
|----------------------------------------------------------------------------
		10. FOOTER
|----------------------------------------------------------------------------
*/

.footer-bottom {
  padding-top: 27px;
  padding-bottom: 24px;
  border-bottom: 2px solid #0d3029;
}

.copyright-text,
.footer-menu li a {
}

.footer-menu li a {
  padding: 0px 6px;
}

.background {
  background-image: url(../img/bg5-1.png);
}

.customer-feedback {
  padding-bottom: 50px;
}

.customer-feedback .title-border {
  color: #f7f7f7;
}

.customer-feedback .owl-item img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.feedback-slider-item {
  position: relative;
  padding: 0 30px 30px;
  border-right: 1px solid rgba(229, 229, 229, 0.3);
}

.customer-feedback .owl-stage-outer {
  border-right: 1px solid transparent;
}

.customer-name {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.feedback-slider-item p {
  line-height: 1.875;
  color: #fff;
}

.feedback-slider-item h3 {
  color: #fff;
}

.customer-feedback .owl-nav i {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #f6f6f6;
  color: #bd945e;
  font-size: 24px;
}

.customer-feedback .owl-nav i.icofont:hover {
  background-color: #bd945e;
  color: #fff;
}

.customer-feedback .owl-prev {
  left: -28px;
}

.customer-feedback .owl-next {
  right: -28px;
}

.price-title {
  color: rgb(246, 246, 246);
  font-size: 20px;
  font-weight: 300;
  padding: 15px 0;
  border-radius: 20px 20px 0px 0px;
}

.single-price-plan {
  border-radius: 20px;
}

.single-price-plan ul li {
  padding: 18px 10px;
  color: rgba(0, 0, 0, 0.702);
}

.single-price-plan ul li:first-child {
  padding-top: 12px;
  padding-bottom: 17px;
}

.single-price-plan ul li:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.single-price-plan li:nth-child(even) {
  background-color: #fff;
}

.single-price-plan li:nth-child(odd) {
  border-bottom: 1px solid #e5e5e5;
}

.single-price-plan ul li strong:first-child {
  font-size: 24px;
  margin-right: -3px;
}

.single-price-plan ul li strong {
  font-size: 30px;
}

.single-price-plan ul li sup {
  font-size: 12px;
  top: -13px;
  left: 3px;
}

.pricing-area {
  padding-top: 50px;
}

.pricing_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.pricing_items li span {
  font-size: 30px;
  font-weight: 900;
  color: #0d3029;
}

.contact_section {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}
.contact_field {
  margin-bottom: 35px;
}

.field-one-third {
  width: 32%;
  float: left;
  margin-bottom: 10px;
}

.field-one-third:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}

.form-control {
  background-color: #f7f7f7;
  border: 1px solid #ededed;
  border-radius: 10px;
  box-shadow: none;
  padding: 10px 20px;
  font-size: 14px;
}

.form-control:not(textarea) {
  height: 43px;
}

textarea.form-control {
  padding-top: 14px;
  height: 190px;
  resize: none;
}

.form-control:focus {
  border-color: #d8d8d8;
  color: #777;
  box-shadow: inset 0 -1px 1px #bd945e, 0 0 5px #bd945e;
}

.app_btn {
  background: -webkit-linear-gradient(left, #0d3029 30%, #24352f 90%);
  background: linear-gradient(to right, #0d3029 30%, #24352f 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3029', endColorstr='#011400',GradientType=1 );
  content: "";
  border: none;
  font-family: "Roboto";
  color: #fff;
  line-height: 45px;
  width: 200px;
  display: inline-block;
  padding: 0 25px;
  border-radius: 30px;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 50px;
}
.app_btn:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.footer_section {
  background: #0d3029;
  background: -moz-linear-gradient(-45deg, #0d3029 0%, #24352f 100%);
  background: -webkit-linear-gradient(-45deg, #0d3029 0%, #24352f 100%);
  background: linear-gradient(135deg, #0d3029 0%, #24352f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3029', endColorstr='#24352f',GradientType=1 );
  display: block;
  padding: 30px 0;
}
.footer_section p.copyright {
  margin: 0;
  color: #fff;

  font-size: 12px;
}

.developed-by {
  color: #ffffff;
}

.footer_menu {
  text-align: right;
}
.footer_menu li {
  display: inline-block;
}
.footer_menu li a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.footer_menu li a:hover {
  text-decoration: underline;
}

.footer_section .container {
  display: flex;
  justify-content: space-between;
}
/* Define a ordem dos elementos no desktop (padrão) */
.footer_section .footer_info {
  order: 1;
}

.footer_section .footer_menu {
  order: 2;
}

.accordion-header {
  display: flex;
  align-items: center;
  cursor: pointer; /* Cursor de ponteiro para indicar interatividade */
  padding: 10px 0; /* Espaçamento vertical */
  border-bottom: 1px solid #ddd;
  transition: border 0.3s ease;
  background: #0d3029;
  border-radius: 8px;
}

.accordion-header.active {
  border-bottom: none;
  padding-bottom: 0px;
}

.accordion-header.left {
  justify-content: flex-end; /* Espaço entre o título e a imagem */
}

.accordion-header.right {
  justify-content: flex-start; /* Espaço entre o título e a imagem */
}

.accordion-header h3 {
  color: #fff;
}

.accordion-header.left h3 {
  justify-content: right;
}

.accordion-header.right h3 {
  justify-content: left;
}

.accordion-header .icone-categoria {
  max-width: 50px; /* Ajusta o tamanho da imagem */
}

.accordion-content {
  max-height: 0; /* Oculta o conteúdo inicialmente */
  overflow: hidden; /* Garante que o conteúdo "extra" não vaze */
  transition: max-height 0.6s ease, opacity 0.6s ease; /* Transição de altura e opacidade */
  opacity: 0; /* Inicia com o conteúdo invisível */
}

.accordion-content.active {
  border-bottom: 1px solid #ddd;
  border-top: none;
  max-height: 500px;
  opacity: 1; /* Torna o conteúdo visível */
}

.accordion-content.left {
  padding: 0px 105px 10px 0px;
  text-align: right;
}

.accordion-content.right {
  padding: 0px 0px 10px 105px;
  text-align: left;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 42px;
  background-color: #405e3f;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  text-decoration: none;
}

.whatsapp-button img {
  width: 60x;
  height: 60px;
}
