/*
Theme Name: Rentiz
Theme URI: 
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Rentiz is Bootstrap 5 HTML Template for real estate by TemplatesJungle.
Version: 1.2
*/
/** Base Styles
--------------------------------------------------------------*/

:root {
  --accent-color: #1aa090;
  /* --secondary-color: #E2EAF1; */
  --dark-color: #121b25;
  --grey-color: #83898f;
  --body-text-color: #ffffff;
  --light-text-color: #d6d6d6;
  --link-color: #092035;
}

/** Typography
  --------------------------------------------------------------*/
body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6em;
  color: var(--body-text-color);
  background-color: var(--dark-color);
  overflow-x: hidden;
  width: 100%;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Verifique elementos específicos que podem estar causando o problema */
img,
iframe,
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: var(--body-text-color);
}

h1,
.h1 {
  font-size: 68px;
}

h2,
.h2 {
  font-size: 48px !important;
}

@media only screen and (max-width: 500px) {
  h1,
  .h1 {
    font-size: 58px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }
}
.text-justify {
  text-align: justify;
  hyphens: auto;
}
em {
  font-weight: 700;
}

ul {
  padding: 0;
}

p {
  font-family: "Work Sans", sans-serif;
  color: var(--light-text-color);
  font-size: 18px;
}

a {
  color: var(--light-text-color);
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:hover {
  color: var(--body-text-color);
}

li.residence-list {
  list-style: none;
  margin-right: 10px;
}

i {
  color: var(--light-text-color);
}

i:hover {
  color: var(--body-text-color);
  text-decoration: none;
}

/* Bootstrap button style  */
.btn {
  --bs-btn-border-radius: 0 rem;
  font-weight: 500;
}

.btn-primary {
  /* background: #121b25; */
  background: #53c32b;
  border-radius: 20px;
  outline: none !important;
  border: none !important;
  font-weight: 500;
}
.btn-primary:hover {
  border: 1px solid #53c32b !important;
  outline: none !important;
  border: none !important;
  box-shadow: 0px 0px 15px 0px rgb(68, 255, 0);
  --bs-btn-color: #fff;
  --bs-btn-bg: #53c32b;
  --bs-btn-border-color: #53c32b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #53c32b;
  --bs-btn-hover-border-color: #53c32b;

  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #53c32b;
  --bs-btn-active-border-color: #53c32b;

  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #53c32b;
  --bs-btn-disabled-border-color: #53c32b;
  color: white !important;
  i {
    color: white !important;
  }
}

.btn-outline-primary {
  --bs-btn-color: var(--body-text-color);
  --bs-btn-border-color: var(--body-text-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: gray;
  --bs-btn-hover-border-color: var(--body-text-color);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--body-text-color);
  --bs-btn-active-border-color: var(--body-text-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--body-text-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--body-text-color);
  --bs-gradient: none;
}

/*---- navbar section start ---- */
.text-white .nav-link.active,
.text-white .nav-link:focus,
.text-white .nav-link:hover {
  /* color: var(----body-text-color); */
  color: #53c32b;
}

.nav-link.active,
.nav-link:focus,
.nav-link:hover {
  color: var(----body-text-color);
}

.nav-link {
  color: white;
  font-size: 16px;
  position: relative;
  font-weight: 700;
}
.nav-link:hover {
  color: #53c32b;
  font-size: 16px;
  position: relative;
}

.nav-link:not(.dropdown-toggle):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: rgb(192, 192, 192);
  border-bottom: 2px solid #53c32b;
  transition: width 0.3s ease-out;
}

.dropdown-menu {
  --bs-dropdown-border-radius: 0px;
  --bs-dropdown-link-active-bg: var(--grey-color);
  min-width: max-content;
}

.nav-link.active:after {
  width: 100%;
}

/* login form  */
a.password:hover {
  color: var(--link-color);
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--dark-color);
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ffffffea;
}

.bg-dark {
  background-color: var(--dark-color) !important;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: background 0.3s ease-out;
}

a.navbar-brand {
  max-width: 150px;
}

a.nav-link.dropdown-toggle {
  color: #d6d6d6;
  font-size: 16px;
  background: white;
}

.offcanvas.show {
  background-color: var(--dark-color);
}

/*---- billboard section start ----  */
.row.billboard-row {
  display: flex;
}

.form-select {
  border: 1px solid transparent;
  border-radius: none;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}

.billboard-select {
  border-right: 1px solid #e8e8e8;
  padding-right: 20px;
  padding-top: 25px;
}

.billboard-btn {
  padding-left: 0px;
}

nav.navbar.navbar-expand-lg.billboard-nav {
  min-width: 782px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  background: #fff;
}

button.btn.btn-primary.btn-lg.billboard-search {
  padding: 24px;
  border: 5px solid white;
  width: 100%;
}

/* #billboard {
  margin-top: 120px;
} */

@media only screen and (max-width: 1000px) {
  nav.navbar.navbar-expand-lg.billboard-nav {
    min-width: 20%;
  }

  .billboard-select {
    border-right: none;
  }

  .billboard-btn {
    padding-left: 12px;
  }
}

/*** Service Start ***/
.service-item {
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: white;
  transition: 0.5s;
  z-index: 1;
}

.service-item:hover::after {
  width: 100%;
  height: 100%;
}
.service-content {
  color: black;
  h5 {
    color: black;
  }
}
.service-item h5 {
  color: white;
}
.service-item:hover .service-content,
.service-item:hover .service-btn {
  position: relative;
  z-index: 2;
  color: #111;
  h5 {
    color: #111;
  }
}

.service-item .service-content a,
.service-item .service-content p {
  transition: 0.5s;
}

.service-item:hover .service-content a:hover {
  color: var(--bs-secondary);
}

.service-item:hover .service-content p {
  color: #111;
}

.service-item .service-btn {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  transition: 0.5s;
}

.service-item .service-btn i {
  transition: 0.5s;
}
.service-btn i {
  color: #111 !important;
}
.service-item:hover .service-btn {
  background: #111;
}

.service-item:hover .service-btn i {
  transform: rotate(360deg);
  color: white !important;
}
/*** Service End ***/

/*** Service Start ***/
.service-item-danger {
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
  background: #121b25 !important;
}

.service-item-danger::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  /* background: rgb(220, 53, 69); */
  /* background: #53C32B; */
  background: linear-gradient(45deg, #53c32b, #121b25, #121b25, #121b25);
  transition: 0.5s;
  z-index: 1;
}

.service-item-danger:hover::after {
  width: 100%;
  height: 100%;
}
.service-content-danger {
  color: black;
  h5 {
    color: black;
  }
}
.service-item-danger h5 {
  color: white;
}
.service-item-danger:hover .service-content,
.service-item-danger:hover .service-btn {
  position: relative;
  z-index: 2;
  color: #111;
  h5 {
    color: white;
  }
}

.service-item-danger .service-content a,
.service-item-danger .service-content p {
  transition: 0.5s;
}

.service-item-danger:hover .service-content a:hover {
  color: var(--bs-secondary);
}

.service-item-danger:hover .service-content p {
  color: #111;
}

.service-item-danger .service-btn {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: greenyellow; */
  background: #1876f2;
  transition: 0.5s;
}

.service-item-danger .service-btn i {
  transition: 0.5s;
}
.service-btn i {
  /* color: #111 !important; */
  color: white !important;
}
.service-item-danger:hover .service-btn {
  background: white;
}

.service-item-danger:hover .service-btn i {
  transform: rotate(360deg);
  color: #1876f2 !important;
}
/*** Service End ***/

/*---- residence section start ----  */
.card {
  width: 200px;
  height: auto;
}
.card i {
  color: #121b25;
}

.card-title {
  font-size: 26px;
}

section#residence {
  background-image: url(images/residence.png);
  position: relative;
}

.swiper-button-next.residence-arrow,
.swiper-button-prev.residence-arrow {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: initial;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 270px;
  z-index: 5;
  cursor: pointer;
  --swiper-navigation-size: 20px;
  font-weight: bold;
  margin-top: 70px;
  margin-right: 20px;
  margin-left: 20px;
}

li.residence-list {
  padding-right: 20px;
}

.residence-btn {
  display: flex;
  justify-content: center;
}

button.btn.btn-primary.btn-lg.my-lg-5 {
  padding: 22px 42px;
}

/*---- testimonial section start ---- */
p.testimonial-p {
  font-size: 32px;
  color: var(--body-text-color);
}

.testimonial-swiper-button {
  bottom: 135px;
  right: 213px;
  width: 120px;
}

.swiper-button-prev.testimonial-arrow,
.swiper-button-next.testimonial-arrow {
  color: #ffffff;
  --swiper-navigation-size: 30px;
  font-weight: bold;
}

.arrow-divider {
  font-size: 30px;
  color: var(--grey-color);
  padding-left: 56px;
  padding-bottom: 6px;
}

@media only screen and (max-width: 900px) {
  p.testimonial-p {
    font-size: 25px;
    color: var(--body-text-color);
  }
}

/*---- footer section start ----  */
/* section#footer {
  background: #1a242f;
} */

.link-primary {
  color: var(--light-text-color) !important;
  border-bottom: 1px solid var(--light-text-color);
}

.link-primary:hover {
  /* color: var(--body-text-color) !important; */
  color: #53c32b !important;
}

/* footer.row {
  padding: 120px 0px;
} */

/*---- pages start ---- */
section#page-billboard {
  margin-top: 180px;
  margin-bottom: 80px;
}

/*--------------------------------------------------------------
about page style start
--------------------------------------------------------------*/

img.abt-img {
  width: inherit;
}

/*--------------------------------------------------------------
blog page style start
--------------------------------------------------------------*/

.pagination {
  --bs-pagination-color: var(--dark-color);
  --bs-pagination-active-bg: var(--accent-color);
  --bs-pagination-active-border-color: var(--grey-color);
}

.post-item {
  max-width: 370px;
  margin-bottom: 30px;
}

.post-grid .post-item .post-image {
  width: 100%;
}

.post-item .btn-link {
  display: block;
  color: var(--light-text-color);
  position: relative;
  margin-top: 20px;
  text-decoration: none;
}

.post-item .post-image {
  margin-right: 20px;
}

.post-item .btn-link:hover:after {
  width: 90px;
}

.post-item .btn-link:after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--light-text-color);
  width: 20px;
  transition: width 0.3s ease-out;
}

.btn-link,
.btn-link:hover {
  color: var(--body-text-color);
}

/*--------------------------------------------------------------
Contact page style start
--------------------------------------------------------------*/

.padding-large {
  padding-top: 7em;
  padding-bottom: 7em;
}

/*--------------------------------------------------------------
single-post page style start
--------------------------------------------------------------*/

.commentorImg {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

/*--------------------------------------------------------------
style page style start
--------------------------------------------------------------*/

/* chocolat style  */
.chocolat-wrapper {
  z-index: 99999;
}

.accordion-button:not(.collapsed) {
  color: var(--body-text-color);
  background-color: transparent;
}

.accordion {
  --bs-accordion-color: var(--light-text-color);
  --bs-accordion-bg: none;
  --bs-accordion-btn-color: var(--body-text-color);
  --bs-accordion-btn-icon: url("https://api.iconify.design/eva/arrow-up-fill.svg?color=white");
  --bs-accordion-btn-active-icon: url("https://api.iconify.design/eva/arrow-up-fill.svg?color=white");
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  box-shadow: none;
}

.nav-tabs {
  --bs-nav-tabs-border-width: none;
  --bs-nav-tabs-link-active-color: none;
  --bs-nav-tabs-link-active-bg: none;
  border-bottom: 1px solid var(--light-text-color);
}

.card.style-card.mb-4.rounded-3.shadow-sm {
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--light-text-color);
}

.border-primary {
  border-color: var(--accent-color) !important;
}

button.btn.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #424649;
  --bs-btn-border-color: #424649;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
}

.table-dark {
  --bs-table-border-color: none;
}

.bi {
  fill: #fff;
}

/*--------------------------------------------------------------
reviews page style start
--------------------------------------------------------------*/
.reviews-components {
  border: 1px solid var(--light-text-color);
  box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
  border-radius: 9px;
}

iconify-icon.quote {
  font-size: 60px;
  color: var(--accent-color);
}

.rate {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
Properties page style start
--------------------------------------------------------------*/

.form-check-input:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

/* price slider style  */
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  /* width: 130px; */
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 5%;
  right: 90%;
  position: absolute;
  border-radius: 5px;
  background: var(--accent-color);
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--accent-color);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--accent-color);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.swatch-element .swatch-label {
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  min-width: 50px;
  height: 50px;
  border: 1px solid var(--bs-gray);
  transition: all 0.3s;
  cursor: pointer;
  padding: 8px;
}

.swatch-element .swatch-input {
  display: none;
}

.swatch-element .swatch-input:checked + .swatch-label {
  border: 3px solid var(--accent-color);
}

/*--------------------------------------------------------------
Properties-single page style start
--------------------------------------------------------------*/

iconify-icon.property-icon {
  color: var(--body-text-color);
  font-size: 30px;
}

/* Estilos gerais do formulário */
.php-email-form {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin: 0 auto;
}

/* Estilos para os inputs e textarea */
.form-control {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  border-color: #929292;
  box-shadow: 0 0 8px rgba(155, 155, 155, 0.25);
  outline: none;
}

.form-control::placeholder {
  color: #999;
}

/* Estilos para o botão de enviar */
.btn-primary-beleza {
  background-color: #999;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary-beleza:hover {
  background-color: #3f3f3f;
  transform: translateY(-2px);
}

.btn-primary-beleza:active {
  transform: translateY(0);
}

/* Estilos para o ícone de carregamento (spinner) */
#circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}

#circle circle {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes spin {
  to {
    stroke-dashoffset: 0;
  }
}

/* Estilos para o texto do botão */
#text-form {
  transition: opacity 0.3s ease;
}

/* Quando o botão está carregando */
.btn-primary-beleza.loading #text-form {
  opacity: 0;
}
/* Estilos para o texto do botão */
#text-form-two {
  transition: opacity 0.3s ease;
}

/* Quando o botão está carregando */
.btn-primary-beleza.loading #text-form-two {
  opacity: 0;
}

.btn-primary-beleza.loading #circle {
  display: block;
}

/* Responsividade */
@media (max-width: 768px) {
  .php-email-form {
    padding: 20px;
  }

  .form-control {
    font-size: 14px;
    padding: 10px 12px;
  }

  .btn-primary-beleza {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Estilo dos ícones */
.icon {
  font-size: 60px; /* Tamanho do ícone */
  color: #999; /* Cor primária */
  margin-bottom: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Estilo dos cards */
.card-hover {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

/* Efeito ao passar o mouse */
.card-hover:hover {
  transform: translateY(-10px); /* Levanta o card */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

.card-hover:hover .icon {
  color: #3f3f3f; /* Cor do ícone ao passar o mouse */
  transform: scale(1.1); /* Aumenta o ícone */
}

/* Espaçamento e alinhamento */
.card-hover h4 {
  font-size: 1.5rem;
  margin-top: 20px;
  color: #333;
}

.card-hover p {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
}
/* Adiciona espaçamento entre os cards */
.card-spacing {
  margin-bottom: 20px; /* Espaçamento inferior */
  margin-right: 15px; /* Espaçamento à direita */
}

.btn .btn-dark {
  color: white !important;
}
.btn-dark:hover {
  color: white !important;
}
.text-p {
  color: rgb(136, 135, 135) !important;
}
#section-counter {
  position: relative;
  z-index: 0;
  background-attachment: fixed;
}
#section-counter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 0.8;
  background: #000000;
  background: #ce4be8;
  /* background: -moz-linear-gradient(-45deg, black 0%, #1876f27e 100%); */
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, black),
    color-stop(100%, black)
  );
  background: -webkit-linear-gradient(-45deg, black 0%, black 100%);
  background: -o-linear-gradient(-45deg, black 0%, black 100%);
  background: -ms-linear-gradient(-45deg, black 0%, black 100%);
  background: -webkit-linear-gradient(315deg, 0%, black 100%);
  background: -o-linear-gradient(315deg, black 0%, black 100%);
  background: linear-gradient(135deg, black 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='black', GradientType=1 );
}
.section-mt .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 0.8;
  background: #000000;
  background: #ce4be8;
  background: -moz-linear-gradient(-45deg, black 0%, darkgrey 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, black),
    color-stop(100%, darkgrey)
  );
  background: -webkit-linear-gradient(-45deg, black 0%, darkgrey 100%);
  background: -o-linear-gradient(-45deg, black 0%, darkgrey 100%);
  background: -ms-linear-gradient(-45deg, black 0%, darkgrey 100%);
  background: -webkit-linear-gradient(315deg, 0%, darkgrey 100%);
  background: -o-linear-gradient(315deg, black 0%, darkgrey 100%);
  background: linear-gradient(135deg, black 0%, darkgrey 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3dda', endColorstr='darkgrey', GradientType=1 );
}

#section-social {
  position: relative;
  z-index: 0;
  background-attachment: fixed;
}
#section-social .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 0.8;
  background: -moz-linear-gradient(-45deg, black 0%, black 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, black),
    color-stop(100%, black)
  );
  background: -webkit-linear-gradient(-45deg, black 0%, black 100%);
  background: -o-linear-gradient(-45deg, black 0%, black 100%);
  background: -ms-linear-gradient(-45deg, black 0%, black 100%);
  background: -webkit-linear-gradient(315deg, 0%, black 100%);
  background: -o-linear-gradient(315deg, black 0%, black 100%);
  background: linear-gradient(135deg, black 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3dda', endColorstr='black', GradientType=1 );
}
.section-mt .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 0.8;
  background: #000000;
  background: #ce4be8;
  background: -moz-linear-gradient(-45deg, black 0%, rgb(231, 230, 230) 100%);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, black),
    color-stop(100%, rgb(231, 230, 230))
  );
  background: -webkit-linear-gradient(
    -45deg,
    black 0%,
    rgb(231, 230, 230) 100%
  );
  background: -o-linear-gradient(-45deg, black 0%, rgb(231, 230, 230) 100%);
  background: -ms-linear-gradient(-45deg, black 0%, rgb(231, 230, 230) 100%);
  background: -webkit-linear-gradient(315deg, 0%, rgb(231, 230, 230) 100%);
  background: -o-linear-gradient(315deg, black 0%, rgb(231, 230, 230) 100%);
  background: linear-gradient(135deg, black 0%, rgb(231, 230, 230) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3dda', endColorstr='rgb(231, 230, 230)', GradientType=1 );
}

@media (max-width: 1199.98px) {
  .ftco-counter {
    background-position: center center !important;
  }
}

.ftco-counter .img {
  display: block;
  width: 100%;
}
@media (max-width: 767.98px) {
  .ftco-counter .img {
    height: 400px;
    background-position: top center !important;
  }
}

.ftco-counter .text strong.number {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}

.ftco-counter .text span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}

.ftco-counter .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.ftco-counter .icon span {
  color: #fff;
  font-size: 48px;
}

@media (max-width: 767.98px) {
  .ftco-counter .counter-wrap {
    margin-bottom: 20px;
  }
}
.fa-quote-left {
  font-size: 96px;
}

.metrics-section {
  background-color: transparent;
}

.metric-item {
  height: 350px;
  padding: 20px;
  /* background: #ffffff00; */
  /* background: linear-gradient(45deg, greenyellow, #0f0f0f, #0f0f0f); */
  /* background: linear-gradient(45deg, #53C32B, #1A242F, #1A242F); */
  background: linear-gradient(45deg, #53c32b, #121b25, #121b25, #121b25);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  transition: 0.5s;
}
.metric-item:hover {
  transition: 0.5s;
}

.metric-icon {
  font-size: 2.5rem !important;
  /* color: gray; */
  color: white;
  margin-bottom: 15px;
}

.metric-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.metric-number {
  font-size: 3rem;
  font-weight: bold;
  /* color: #3b3b3b; */
  color: white;
  margin-bottom: 10px;
}

.metric-label {
  font-size: 1.2rem;
  /* color: #333; */
  color: white;
}
.bg-about {
  background: linear-gradient(45deg, #53c32b, #121b25, #121b25, #121b25);
}
.borde-item {
  /* border-bottom: 1px solid rgb(192, 192, 192);
  border-top: 1px solid rgb(192, 192, 192); */
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}
/* Estilo base para os botões */
.btn-social {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-social:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Estilo específico para cada rede social */
.btn-instagram {
  background: linear-gradient(
    45deg,
    #405de6,
    #833ab4,
    #c13584,
    #e1306c,
    #fd1d1d
  );
  border: none;
}
.fa-instagram {
  font-size: 24px;
}
.btn-facebook {
  background-color: #1877f2 !important;
  border: none;
}
.fa-facebook-f {
  font-size: 24px;
}

.btn-whatsapp {
  background-color: #1877f2 !important;
  border: none;
}
.fa-whatsapp {
  font-size: 24px;
}
a i {
  color: white !important;
}

/* Espaçamento entre os botões */
.gap-4 {
  gap: 1.5rem;
}

.faq-section {
  background-color: transparent;
  padding: 60px 0;
}

.accordion-button {
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  border: none; /* Removida a borda */
  border-radius: 8px;
  margin-bottom: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background-color: transparent;
  border: none; /* Removida a borda */
  border-radius: 0 0 8px 8px;
  padding: 20px;
}

.accordion-item {
  margin-bottom: 10px;
}
.info-box {
  background-color: var(--accent-color);
  color: black;
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
}

.info-box h3 {
  color: black;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.info-box p {
  opacity: 0.8;
  margin-bottom: 2rem;
}

.info-box a {
  color: black;
}
.icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background-color: color-mix(in srgb, black, transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}

.icon-box i {
  font-size: 1.5rem;
  color: black;
}

.info-item:hover .icon-box {
  background-color: #b64f2b;
}
.text-black {
  color: #43494e !important;
}
.icons {
  color: #cccccc !important;
  font-size: 28px;
}
.icons:hover {
  transform: scale(1.1) !important;
  color: white !important;
}
.icon-face:hover {
  color: #1877f2 !important;
}
.icon-insta:hover {
  /* color: linear-gradient(45deg, #405de6, #833ab4, #c13584, #e1306c, #fd1d1d); */
  color: #c13584 !important;
}
.icon-whats:hover {
  color: #25d366 !important;
}

.about-bg {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* roodmap */
.roadmap-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.roadmap {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.roadmap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: white;
  transform: translateX(-50%);
}

.roadmap-item {
  position: relative;
  width: 50%;
  padding: 20px;
  margin-bottom: 40px;
}
.roadmap-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.roadmap-item:nth-child(even) {
  left: 50%;
  text-align: left;
}

.roadmap-icon {
  position: absolute;
  top: 20px;
  width: 50px;
  height: 50px;
  background-color: white;
  color: #121b25;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.roadmap-icon i {
  color: #121b25;
}
/* .roadmap-item:hover .roadmap-icon i {
  color: white!important;
} */
.roadmap-item:hover .roadmap-icon {
  background: greenyellow;
}
.roadmap-item:nth-child(odd) .roadmap-icon {
  right: -25px;
  z-index: 999;
}

.roadmap-item:nth-child(even) .roadmap-icon {
  left: -25px;
  z-index: 999;
}

.roadmap-item {
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.roadmap-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: white;
  transition: 0.5s;
  z-index: 1;
}

.roadmap-item:hover::after {
  width: 100%;
  height: 100%;
}
.roadmap-content {
  color: white;
  h4 {
    color: white;
  }
}
.roadmap-item h5 {
  color: white;
}
.roadmap-item:hover .roadmap-content,
.roadmap-item:hover .roadmap-btn {
  position: relative;
  z-index: 2;
  color: #121b25;
  h4 {
    color: #121b25;
  }
}
.roadmap-item .roadmap-content a,
.roadmap-item .roadmap-content p {
  transition: 0.5s;
}

.roadmap-item:hover .roadmap-content a:hover {
  color: var(--bs-secondary);
}

.roadmap-item:hover .roadmap-content p {
  color: #111;
}

.roadmap-item .roadmap-btn {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  transition: 0.5s;
}

.roadmap-item .roadmap-btn i {
  transition: 0.5s;
}

.roadmap-item:hover .roadmap-content i {
  transform: rotate(360deg);
  color: #121b25 !important;
}
/*** Service End ***/

.bg-green {
  color: greenyellow !important;
}

.card-body {
  background: transparent !important;
}
.card-body h2 {
  color: white !important;
}
.whats:hover {
  box-shadow: 0 0 10px 0 green;
}
@media screen and (max-width: 500px) {
  .whats {
    display: none;
  }
  .text-start {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .navbar-brand img {
    width: 150px;
  }
  .riscos-de-nao-registrar {
    margin: 0px 0px !important;
    padding: 0px 0px !important;
  }
  .testimonial-p {
    font-size: 16px;
  }
  .icon-mission img {
    padding: 20px 0px;
    width: 100px !important;
    height: auto;
  }
  .btn-whats {
    width: 80px;
    right: 25px !important;
  }
  .footer-logo {
    margin: 20px 0px;
  }
}

/* Define a animação */
@keyframes moveForwardBackward {
  0%,
  100% {
    transform: scale(1); /* Tamanho normal */
  }
  50% {
    transform: scale(1.05); /* Aumenta o tamanho (avança) */
  }
}
/* Define a animação de tremor */
@keyframes shake {
  0%,
  100% {
    transform: translateX(0); /* Posição inicial e final */
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px); /* Move para a esquerda */
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px); /* Move para a direita */
  }
}

/* Aplica a animação ao título */
.animated-title {
  text-align: center;
  animation: moveForwardBackward 2s infinite; /* Duração da animação e repetição infinita */
}

.title-h1 {
  font-family: Arial, Helvetica, sans-serif;
}

#billboard {
  position: relative;
  overflow: hidden;
  color: white; /* Ajuste a cor do texto para contrastar com o vídeo */
  height: 100vh; /* Altura do banner igual à altura da tela */
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; /* Centraliza horizontalmente e alinha na parte inferior */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1876f27e; /* Preto com 70% de opacidade */
  z-index: 0; /* Fica acima do vídeo, mas abaixo do conteúdo */
}

.container {
  position: relative;
  z-index: 1; /* Garante que o conteúdo fique acima do overlay e do vídeo */
}

.title-h1 {
  font-size: 3rem; /* Tamanho do título */
  font-weight: bold;
}

.lead {
  font-size: 1.25rem; /* Tamanho da descrição */
  margin: 0 auto; /* Centraliza a descrição */
  font-weight: 600;
}

/* Personalização dos botões de controle */
.carousel-control-prev,
.carousel-control-next {
  width: 5%; /* Largura dos botões */
  opacity: 0.8; /* Transparência */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1; /* Remove a transparência ao passar o mouse */
}

/* Estilo dos ícones personalizados */
.carousel-control-prev .fas,
.carousel-control-next .fas {
  color: white; /* Cor branca */
  font-size: 2rem; /* Tamanho do ícone */
}

/* Efeito de digitação */
#typewriter {
  display: inline-block;
  overflow: hidden;
  border-right: 0.15em solid white; /* Cursor */
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 0.15em;
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}
.text-main {
  font-weight: bold;
  color: #53c32b !important;
  /* background: linear-gradient(45deg, #f0efef, #ffffff, #f0efef); */
  /* background: linear-gradient(45deg, #53C32B, #6fff3b,#53C32B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25), 0 0 10px rgba(255, 255, 255, 0);
  background-size: 200% 200%;
  animation: metal-glow 3s infinite; */
}
.text-podcast {
  color: #53c32b !important;
}
@keyframes metal-glow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 768px) {
  #billboard {
    height: 100% !important;
  }
  #billboard {
    margin-top: 100px !important;
  }
  .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top; /* Centraliza horizontalmente e alinha na parte inferior */
  }
  .texto_descricao {
    width: 100% !important;
    padding: 0px 20px;
    display: none;
  }
  .butao_banener {
    margin-top: 40px !important;
  }
  /* .navbar-brand img{
    max-width: 10vh;
  } */
}
@media (max-width: 400px) {
  #billboard {
    margin-top: 100px !important;
  }
  form h2 {
    font-size: 20px !important;
  }
  .banner-title h1 {
    font-size: 28px !important;
  }
  .banner-title {
    padding: 20px 10px !important;
  }
}

/* cookies */
.cookie-hero {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  color: white;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.cookie-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  animation: pulse 15s infinite linear;
}

@keyframes pulse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

:root {
  --primary-color: #121b25;
  --secondary-color: #121b25;
  --accent-color: #e74c3c;
}

.cookie-hero {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  color: white;
  padding: 8rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.cookie-card {
  width: 100% !important;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: none;
  transition: transform 0.3s ease;
  margin-bottom: 2rem;
  overflow: hidden;
}

.cookie-card:hover {
  transform: translateY(-5px);
}

.cookie-card-header {
  background-color: var(--primary-color);
  color: white;
  padding: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.cookie-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .cookie-slider {
  background-color: var(--secondary-color);
}

input:checked + .cookie-slider:before {
  transform: translateX(30px);
}

.cookie-card-body {
  padding: 2rem;
}

.cookie-essential {
  border-left: 5px solid var(--secondary-color);
}

.cookie-analytics {
  border-left: 5px solid var(--accent-color);
}

.cookie-marketing {
  border-left: 5px solid #f39c12;
}

.cookie-footer {
  padding: 2rem 0;
  border-top: 1px solid #eee;
}

.btn-cookie {
  background-color: #808080;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

.btn-cookie:hover {
  background-color: greenyellow;
  color: black;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  i {
    color: black !important;
  }
}

.cookie-icon {
  font-size: 1.5rem;
  margin-right: 10px;
}
/* cookies end */

/* privacy */
.privacy-hero {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  color: white;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.privacy-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  animation: pulse 15s infinite linear;
}

@keyframes pulse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.privacy-hero {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  color: white;
  padding: 8rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.privacy-card {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  display: flex;
  align-items: center !important;
  flex-direction: column;
}

.privacy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.privacy-icon {
  font-size: 2rem;
  color: var(--secondary-color);
  margin-bottom: 1rem;
}

body {
  padding-top: 80px;
}

.privacy-section {
  padding: 5rem 0;
}

.privacy-highlight {
  background-color: #f8f9fa;
  border-left: 4px solid var(--secondary-color);
  padding: 1.5rem;
  margin: 2rem 0;
  display: flex;
  justify-items: center !important;
  justify-content: center;
  color: rgb(56, 56, 56);
}
/* privacidade end */

/* LGPD */

.lgpd-hero {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  color: white;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.lgpd-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  animation: pulse 15s infinite linear;
}

@keyframes pulse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lgpd-hero {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  color: white;
  padding: 8rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.lgpd-card {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  padding: 2rem;
}

.lgpd-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.lgpd-icon {
  font-size: 2rem;
  color: var(--secondary-color);
  margin-bottom: 1rem;
}

body {
  padding-top: 80px;
}

.lgpd-section {
  padding: 5rem 0;
}

.lgpd-highlight {
  background-color: #f8f9fa;
  border-left: 4px solid var(--secondary-color);
  padding: 1.5rem;
  margin: 2rem 0;
}

.privacy-item {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}

.privacy-item:last-child {
  border-bottom: none;
}
/* Ajuste para o header fixo */
body {
  padding-top: 80px;
}
.card-01:hover {
  .card-01-nao-perca-tempo {
    color: #222 !important;
  }
}

/* #billboard {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
  } */

.swiper-slide {
  padding: 50px 20px;
  /* background: rgba(0, 0, 0, 0.5); */
  border-radius: 15px;
}

video {
  object-fit: cover;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  /* Posiciona os botões nas extremidades laterais */
  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    width: 50px;
    height: 50px;
  }

  .swiper-button-next {
    right: 20px !important;
  }

  .swiper-button-prev {
    left: 20px !important;
  }

  /* Opcional: aumenta ícones e adiciona fundo sutil */
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 24px;
    background: rgba(0, 0, 0, 0.4);
    padding: 12px;
    border-radius: 50%;
  }
}

.video-overlay {
  background: rgba(0, 0, 0, 0.7); /* Ajuste a opacidade aqui */
  top: 0;
  left: 0;
}
.title-banner {
  font-size: 56px;
  text-align: center;
}
.motivos-section {
  background: linear-gradient(
    270deg,
    #1a242f 0.01%,
    rgba(26, 36, 47, 0.8) 100%
  );
}

.text-gradient {
  background: linear-gradient(to right, #00c6ff, #0072ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.motivo-card {
  /* background-color: #212f3c; */
  background: linear-gradient(45deg, #53c32b, #121b25, #121b25, #121b25);
  border: none;
  border-radius: 12px;
  color: #ffffff;
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  transition: 0.5s;
}
.container-motivos:hover > :not(:hover) {
  opacity: 0.4;
  transform: scale(0.9);
  transition: 0.5s;
}
.motivo-card:hover {
  transform: translateY(-6px);
  /* background: #1876f2; */
  /* background: linear-gradient(to right, #212f3c, #0072ff); */
  background: linear-gradient(45deg, #53c32b, #121b25, #121b25, #121b25);
  /* box-shadow: 0 0 10px 0 rgba(252, 214, 0, 0.3); */
  /* box-shadow: 0 0 10px 0 #25d3655e; */
  box-shadow: 0 0 10px 0 #0073ff65;
  transition: 0.8s;
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.bg-main {
  /* background: #53C32B; */
  background: linear-gradient(#53c32b, #121b25);
  /* border-radius: 0px 0px 100px 100px; */
}
/* .image {
  Border-image: fill 0 linear-gradient(#0003, #000);
} */

/* Estilos para os flip cards */
.flip-card {
  perspective: 1500px;
  height: 100%;
  margin-bottom: 1.5rem;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-out;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 2rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flip-card-front {
  background: linear-gradient(45deg, #53c32b, #121b25, #121b25, #121b25);
}

.flip-card-back {
  transform: rotateY(180deg);
  /* background: #53C32B; */
  border: 1px dotted;
  border-color: #53c32b;
}

.icon-wrapper-palestra {
  background: #53c32b;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}

.flip-card:hover .icon-wrapper-palestra {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .flip-card {
    margin-bottom: 20px;
  }
}
.palestras-section {
  padding: 5rem 0;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.palestra-card {
  background: #121b25;
  transition: 0.5s;
  border-radius: 10px !important;
  overflow: hidden;
}

.palestra-card:hover {
  transition: 0.5s;
  transform: translateY(0px);
  /* background: #53C32B !important; */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
  /* color: white; */
  border-color: #53c32b !important;
}

.text-highlight {
  color: #4caf50;
  font-weight: bold;
}

.btn-main {
  background: #4caf50;
  color: white;
  font-weight: bold;
  border: none;
}

.btn-main:hover {
  background: #3e8e41;
  color: white;
}

.benefits-list {
  list-style: none;
  padding-left: 0;
}
.benefits-list li {
  font-size: 16px;
}

.benefits-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.benefits-list li:before {
  content: "✓";
  color: #4caf50 !important;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.depoimento-box {
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
}

.cta-box {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Animações */
.animate__animated {
  animation-duration: 1s;
}

/* Efeitos de hover nos cards */
.transform-on-hover {
  transition: all 0.3s ease;
}
.transform-on-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3) !important;
}

/* Efeito no vídeo background */
.video-scrim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 1;
}

/* Botão de play nos cards */
.card-hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.palestra-card:hover .card-hover-content {
  opacity: 1;
}
.btn-play {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border: 2px solid white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: white;
  font-size: 0;
}
.btn-play i {
  font-size: 20px;
  margin-left: 3px;
}
.btn-play:hover {
  background: var(--main-color);
  transform: scale(1.1);
}

/* Efeito de digitação */
.typed-text {
  border-right: 2px solid var(--main-color);
  animation: blink 0.7s infinite;
}

/* Efeito de glow no CTA */
.glow-on-hover {
  animation: pulseGlow 3s infinite alternate;
}

/* Depoimentos estilizados */
.quote-icon {
  color: var(--main-color);
  font-size: 24px;
  opacity: 0.3;
  margin-bottom: 10px;
}
.rating {
  color: #ffd700;
}
.btn-palestra {
  border-radius: 15px;
}
.icon-footer a:hover {
  i {
    color: #53c32b !important;
  }
}
/* .palestra-btn:hover {
  i {
    color: black !important;
  }
} */

/* Efeitos dos Logos */
.client-logo {
  width: 180px;
  height: 150px;
  margin: 15px;
  padding: 10px;
  object-fit: contain;
  filter: grayscale(100%) opacity(70%);
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 20px !important;
}

.client-logo:hover {
  filter: grayscale(0%) opacity(100%);
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: white;
}
.text-title {
  font-size: 48px !important;
}

/* Responsividade */
@media (max-width: 768px) {
  .client-logo {
    width: 80px;
    height: 60px;
    margin: 10px;
  }
  .text-title {
    font-size: 32px;
  }
}

/* Efeito de Divisa */
.section-divider {
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  margin: 2rem 0;
}

/* Cards de Países */
.country-card {
  background: rgba(30, 30, 30, 0.8);
  border: 1px solid rgba(255, 193, 7, 0.2);
  border: 1px solid #53c32b;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
  overflow: hidden;
}

.country-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.1);
  /* border-color: var(--primary); */
}

.country-card .flag-icon {
  font-size: 2rem;
  margin-right: 10px;
  vertical-align: middle;
}

/* Galeria */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  height: 180px;
}

.gallery-item img {
  transition: transform 0.5s ease;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item .overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  transition: bottom 0.3s ease;
}

.gallery-item:hover .overlay {
  bottom: 0;
}

/* Modal */
.modal-content {
  background: var(--dark);
  border: 1px solid var(--primary);
}

.close {
  color: var(--primary);
}
.btn-outline-warning {
  color: white !important;
  border-color: white;
}
.btn-outline-warning:hover {
  color: black !important;
  border-color: #53c32b;
  background: #53c32b;
}
.bg-paises {
  background: #53c32b;
}
span {
  color: white !important;
}
.video-hero-section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .video-hero-section {
    text-align: center;
  }

  .video-hero-section .btn {
    margin: 0 auto;
  }
}
.service-item-danger {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  /* cursor: pointer; */
}

.service-item-danger:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}

.service-btn {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  border-radius: 12px;
}

.bg-dark-light {
  background: rgba(255, 255, 255, 0.05);
}

.modal-body {
  line-height: 1.8;
}

.modal-body ul,
.modal-body ol {
  padding-left: 20px;
}

.modal-body li {
  margin-bottom: 8px;
}
.modal-custom-size {
  max-width: 1140px;
  width: auto;
  margin: 1.75rem auto;
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}

@media (max-width: 1199.98px) {
  .modal-custom-size {
    margin: 1.75rem 20px;
  }
}

.modal-content {
  width: 100%; /* Garante que preenche o modal-dialog */
}
.bg-page {
  background: linear-gradient(#121b25, #151f29);
}
.font-title {
  font-size: 24px;

  color: #53c32b !important;
}
.text-green {
  color: rgb(33, 66, 4) !important;
  text-shadow: white 1px 1px 1px;
  /* background: rgb(33,66,4); */
}
.bg-primary {
  background-color: #53c32b !important;
}
a {
  font-weight: 500 !important;
}
.card-motivo-contratar {
  border: 1px dashed #53c32b;
}
/* .service-btn:hover{
  i{
    color:white!important;
  }
  
} */
.cta-title {
  font-size: 42px !important;
}
.image-background {
  position: relative;
  width: 100%;
  height: 100vh; /* altura total da tela */
  background-image: url("assets/images/hero-fallback.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* opcional: overlay escuro transparente */
  background-color: rgba(0, 0, 0, 0.4);
}
.service-item-danger .service-btn {
  background: #53c32b !important;
}
.service-item-danger:hover .service-btn {
  color: #53c32b !important;
  background: white !important;
}
.service-item-danger:hover .service-btn i{
  color: #53c32b !important;
}
