/*
    Template Name: Sanbi
    Version: 1.0
    Author: bimal-themes
    Author URI:  https://themeforest.net/user/bimal-themes
    Description: App Landing Template (HTML, React js)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  color: #555555;
}

img {
  max-width: 100%;
}

:active,
:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  margin-bottom: 16px;
  font-weight: 600;
}

table p {
  margin-bottom: 0;
}

p {
  margin: 0;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: underline;
  color: #010101;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

iframe {
  border: none !important;
}

.site-bg {
  background: #0253ee;
}

@media (max-width: 768px) {
  .form-select {
    font-size: 1.2em; /* Aumenta o tamanho da fonte */
    padding: 10px; /* Ajusta o padding para melhor visualização */
  }
}

@media only screen and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

h1 {
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

/* ==========================================================================================
   -- Buttons --
========================================================================================== */
.button {
  background: #0253ee;
  border: none;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover {
  background: #010101;
  color: #ffffff;
}

.anchor-button {
  display: inline-flex;
  border-radius: 50px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.anchor-button.primary {
  background: #0253ee;
  color: #ffffff;
}
.anchor-button.secondary {
  background: #ffffff;
  color: #0253ee;
}
.anchor-button:hover {
  background: #010101;
  color: #ffffff;
}

.button-lg {
  padding: 16px 32px;
}

.button-sm {
  padding: 8px 16px;
}

/* ==========================================================================================
   -- Sections --
========================================================================================== */
.sp-t {
  padding-top: 100px;
}

.sp-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sp-b {
  padding-bottom: 100px;
}

@media only screen and (max-width: 992px) {
  .section-heading h1 br,
  .section-heading h2 br,
  .section-heading h3 br,
  .section-heading h4 br,
  .section-heading h5 br,
  .section-heading h6 br {
    display: none;
  }
}
.section-heading.white {
  color: #ffffff;
}
.section-heading.white h1,
.section-heading.white h2,
.section-heading.white h3,
.section-heading.white h4,
.section-heading.white h5,
.section-heading.white h6 {
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .section-heading.white h1 br,
  .section-heading.white h2 br,
  .section-heading.white h3 br,
  .section-heading.white h4 br,
  .section-heading.white h5 br,
  .section-heading.white h6 br {
    display: none;
  }
}
.section-heading.white .sub-heading {
  color: #ffffff;
}

.sub-heading {
  color: #0253ee;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

/* ==========================================================================================
   -- Data Display Boxes --
========================================================================================== */
.iconbox-primary .item-icon .las,
.iconbox-primary .item-icon .lar,
.iconbox-primary .item-icon .lab {
  font-size: 64px;
  color: #0253ee;
}
.iconbox-primary h3,
.iconbox-primary h4 {
  margin-bottom: 16px;
}

.iconbox-secondary {
  display: flex;
}
.iconbox-secondary .item-icon .las,
.iconbox-secondary .item-icon .lar,
.iconbox-secondary .item-icon .lab {
  font-size: 48px;
  color: #0253ee;
}
.iconbox-secondary h3,
.iconbox-secondary h4 {
  margin-bottom: 8px;
}

.iconbox-list .item-icon .las,
.iconbox-list .item-icon .lar,
.iconbox-list .item-icon .lab {
  font-size: 24px;
  color: #0253ee;
}

/* ==========================================================================================
   -- Forms --
========================================================================================== */
input[type=text] {
  width: 100%;
  padding: 16px 24px;
  border: 1px solid #e2dada;
  border-radius: 50px;
}

textarea {
  width: 100%;
  padding: 16px 24px;
  border: 1px solid #e2dada;
  border-radius: 32px;
}

/* ==========================================================================================
   -- Preloader --
========================================================================================== */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0253ee;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader .lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.preloader .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* ==========================================================================================
     -- Back To Top --
  ========================================================================================== */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-align: center;
  background: #0253ee;
  color: #ffffff;
  border-radius: 32px;
  padding: 8px;
  transition: all 0.3s;
  cursor: pointer;
  display: none;
}
.back-to-top:hover {
  background: #010101;
}
.back-to-top .icon-top .las {
  font-size: 32px;
}
.back-to-top .top-text {
  font-size: 12px;
}

/* ==========================================================================================
   -- Site Header --
========================================================================================== */
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 32px 0;
  z-index: 1000;
  transition: ease all 0.3s;
}

.header-content {
  display: flex;
  align-items: center;
}
.header-content .header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header-content .header-right .site-navigation ul li {
  display: inline-flex;
}
.header-content .header-right .site-navigation ul li a {
  padding: 8px 16px;
  color: #ffffff;
}
.header-content .header-right .site-navigation ul li a:hover {
  color: #010101;
}

.site-logo img {
  width: 100px;
}

.site-header.sticky-header,
.site-mobile-header.sticky-header {
  padding: 16px 0;
  background: #0253ee;
}

.site-mobile-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  padding: 32px 0;
  transition: ease all 0.3s;
}
.site-mobile-header .mobile-nav-toggle .las {
  color: #ffffff;
  font-size: 32px;
}

.mobile-navigation-wrap {
  position: fixed;
  width: 320px;
  right: -100%;
  top: 0;
  z-index: 1000;
  background: #0253ee;
  height: 100%;
  transition: ease all 0.3s;
}
.mobile-navigation-wrap .nav-header {
  display: flex;
  justify-content: flex-end;
}
.mobile-navigation-wrap .nav-header .las {
  color: #ffffff;
  font-size: 32px;
}
.mobile-navigation-wrap .mobile-nav ul li {
  display: flex;
  margin-bottom: 16px;
}
.mobile-navigation-wrap .mobile-nav ul li a {
  color: #ffffff;
}
.mobile-navigation-wrap.show {
  right: 0;
}

/* ==========================================================================================
   -- Site Banner --
========================================================================================== */
.site-banner {
  background: linear-gradient(135deg, #0253ee, #6faaf1); /* Degradê azul */
  background-size: cover;
  padding-top: 180px;
}

/*.site-banner {
  background: url("../images/bannerBg.png") no-repeat center;
  background-size: cover;
  padding-top: 180px;
}*/
.site-banner-tiktok {
  background: linear-gradient(135deg, #000000, #333333); /* Gradiente de preto para cinza escuro */
  background-size: cover;
  background-position: center;
  padding-top: 180px;
}
@media only screen and (max-width: 992px) {
  .site-banner {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
.site-banner .banner-heading {
  margin-top: -180px;
}
@media only screen and (max-width: 992px) {
  .site-banner .banner-heading {
    margin-top: 0;
  }
}
.site-banner .banner-heading .banner-text {
  margin-bottom: 40px;
}
.site-banner .banner-heading .banner-text h1 {
  margin-bottom: 24px;
  line-height: 1.4;
  color: #ffffff;
}

.site-banner .banner-heading .banner-text p {
  color: #ffffff;
}
.site-banner .banner-heading .banner-download-buttons {
  display: flex;
  gap: 16px;
}
.site-banner .banner-heading .banner-download-buttons a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-banner .banner-heading .banner-download-buttons a:hover {
  opacity: 0.6;
}
.site-banner .banner-heading .banner-download-buttons img {
  width: 196px;
}

/*TIKTOK CSS */
.site-banner-tiktok .banner-heading .banner-text h1 {
  margin-bottom: 24px;
  line-height: 1.4;
  color: #ffffff;
}
.site-banner-tiktok .banner-heading .banner-text p {
  color: #ffffff;
}
.site-banner-tiktok .banner-heading .banner-download-buttons {
  display: flex;
  gap: 16px;
}
.site-banner-tiktok .banner-heading .banner-download-buttons a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-banner-tiktok .banner-heading .banner-download-buttons a:hover {
  opacity: 0.6;
}
.site-banner-tiktok .banner-heading .banner-download-buttons img {
  width: 196px;
}


/* ==========================================================================================
   -- About -- 
========================================================================================== */
.ceo-message-wrap {
  background-color: #0253ee;
  color: #ffffff;
  border-radius: 32px;
}
.ceo-message-wrap .ceo-image img {
  border-radius: 16px;
}
.ceo-message-wrap .ceo-message-text {
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .ceo-message-wrap .ceo-message-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .ceo-message-wrap .ceo-message-text {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .ceo-message-wrap .ceo-message-text {
    font-size: 18px;
  }
}

/* CEO MESSAGE TIKTOK */
.ceo-message-wrap-tiktok {
  background-color: #000000;
  color: #ffffff;
  border-radius: 32px;
}
.ceo-message-wrap-tiktok .ceo-image img {
  border-radius: 16px;
}
.ceo-message-wrap-tiktok .ceo-message-text {
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .ceo-message-wrap-tiktok .ceo-message-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .ceo-message-wrap-tiktok .ceo-message-text {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .ceo-message-wrap-tiktok .ceo-message-text {
    font-size: 18px;
  }
}

/* ==========================================================================================
   -- General Features --
========================================================================================== */
.feature-mobile-image img {
  width: 100%;
}

/* ==========================================================================================
   -- Extended Features --
========================================================================================== */
.extended-feature-content {
  padding: 0 60px;
}
@media only screen and (max-width: 1200px) {
  .extended-feature-content {
    padding: 0;
  }
}

.extended-feature-image {
  width: 100%;
}

/* ==========================================================================================
   -- Pricing Plans --
========================================================================================== */
.pricing-plan-single {
  border: 1px solid #e2dada;
  border-radius: 32px;
}
.pricing-plan-single .anchor-button {
  width: 100%;
}
.pricing-plan-single .plan-cost .price {
  font-size: 40px;
  font-weight: 600;
  color: #010101;
}
.pricing-plan-single.plan-professional {
  color: #fff;
  background: #0253ee;
  border-color: #0253ee;
}
.pricing-plan-single.plan-professional .plan-heading h3 {
  color: #ffffff;
}
.pricing-plan-single.plan-professional .plan-cost .price {
  color: #ffffff;
}

/*TIKTOK/*
/* Nova versão com fundo preto: .plan-premium */
.pricing-plan-single.plan-premium {
  color: #ffffff;
  background: #000000; /* Fundo preto */
  border-color: #000000;
}
.pricing-plan-single.plan-premium .plan-heading h3 {
  color: #ffffff;
}
.pricing-plan-single.plan-premium .plan-cost .price {
  color: #ffffff;
}

/* ==========================================================================================
   -- Trusted By --
========================================================================================== */
.third-party-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.third-party-logo img {
  width: auto;
  height: 54px;
  object-fit: contain;
}

/* ==========================================================================================
 -- Testimonials --
========================================================================================== */
/* Estilos originais para .testimonials-box */
.testimonials-box {
  background: #0253ee;
  color: #ffffff;
  border-radius: 32px;
}
.testimonials-box .slick-dots {
  bottom: -35px;
}
.testimonials-box .slick-dots li button:before {
  color: #ffffff;
}
.testimonials-box .testie-quote .las {
  font-size: 88px;
}
.testimonials-box .testimonial-slider .testimonie-text {
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .testimonials-box .testimonial-slider .testimonie-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .testimonials-box .testimonial-slider .testimonie-text {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-box .testimonial-slider .testimonie-text {
    font-size: 18px;
  }
}
.testimonials-box .testimonial-slider .testimonie-meta .avatar {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50px;
}
.testimonials-box .testimonial-slider .testimonie-meta .avatar img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials-box .testimonie-thumb-slider img {
  border-radius: 16px;
}

/* Nova classe com fundo preto: .testimonials-box-dark */
.testimonials-box-dark {
  background: #000000; /* Fundo preto */
  color: #ffffff;
  border-radius: 32px;
}
.testimonials-box-dark .slick-dots {
  bottom: -35px;
}
.testimonials-box-dark .slick-dots li button:before {
  color: #ffffff;
}
.testimonials-box-dark .testie-quote .las {
  font-size: 88px;
}
.testimonials-box-dark .testimonial-slider .testimonie-text {
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .testimonials-box-dark .testimonial-slider .testimonie-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .testimonials-box-dark .testimonial-slider .testimonie-text {
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-box-dark .testimonial-slider .testimonie-text {
    font-size: 18px;
  }
}
.testimonials-box-dark .testimonial-slider .testimonie-meta .avatar {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50px;
}
.testimonials-box-dark .testimonial-slider .testimonie-meta .avatar img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials-box-dark .testimonie-thumb-slider img {
  border-radius: 16px;
}


/* ==========================================================================================
   -- Blogs --
========================================================================================== */
.blog-thumb-image img {
  border-radius: 16px;
}

.blog-thumb-image {
    position: relative;
  }

  .blog-title-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.6); /* Fundo semitransparente */
    color: white;
    padding: 10px;
    border-radius: 5px;
  }

  .blog-title-overlay h4,
  .blog-title-overlay h4 a {
    color: white !important; /* Define a cor do título e link como branco */
    text-decoration: none; /* Remove o sublinhado do link */
  }

  .blog-title-overlay h4 a:hover {
    color: #f1f1f1; /* Cor mais clara ao passar o mouse */
  }

.blog-title a {
  color: #010101;
}
.blog-title a:hover {
  color: #0253ee;
}

/*TERCEIRO MODAL*/

.circle-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ==========================================================================================
   -- App Download --
========================================================================================== */
/* Estilos originais para .app-downlaod */
.app-downlaod {
  background: #0253ee;
  border-radius: 32px;
  color: #ffffff;
  position: relative;
}
.app-downlaod .download-stats .users-tack img {
  max-width: 130px;
}
.app-downlaod .download-buttons {
  display: inline-flex;
  gap: 20px;
}
.app-downlaod .download-buttons a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.app-downlaod .download-buttons a img {
  width: 176px;
}
.app-downlaod .download-buttons a:hover {
  opacity: 0.6;
}

/* Nova classe com fundo preto: .app-downlaod-dark */
.app-downlaod-dark {
  background: #000000; /* Fundo preto */
  border-radius: 32px;
  color: #ffffff;
  position: relative;
}
.app-downlaod-dark .download-stats .users-tack img {
  max-width: 130px;
}
.app-downlaod-dark .download-buttons {
  display: inline-flex;
  gap: 20px;
}
.app-downlaod-dark .download-buttons a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.app-downlaod-dark .download-buttons a img {
  width: 176px;
}
.app-downlaod-dark .download-buttons a:hover {
  opacity: 0.6;
}

/* ==========================================================================================
   -- Contact --
========================================================================================== */
.contact-form textarea {
  min-height: 200px;
}
.contact-form input[type=text]:focus,
.contact-form textarea:focus {
  border-color: #0253ee;
}
@media only screen and (max-width: 425px) {
  .contact-form .submit-wrap button {
    width: 100%;
  }
}

/* ==========================================================================================
   -- Footer --
========================================================================================== */
.footer-info-logo img {
  max-width: 100px;
}

.footer-social li {
  display: inline-flex;
}
.footer-social li a {
  color: #010101;
  font-size: 32px;
}
.footer-social li a:hover {
  color: #0253ee;
}

.footer-menu ul li {
  display: flex;
  margin: 16px 0;
}
.footer-menu ul li a {
  color: #555555;
}
.footer-menu ul li a:hover {
  color: #0253ee;
}

.newsletter-form input[type=text]:focus {
  border-color: #0253ee;
}
.newsletter-form button {
  width: 100%;
}

.copy-right {
  border-top: 1px solid #e2dada;
}

/*# sourceMappingURL=style.css.map */
