/*
 * Solution by GetTemplates.co
 * URL: https://GetTemplates.co
 */
@font-face {
  font-family: "Lato-Regular";
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "Lato-Black";
  src: url(../fonts/Lato-Black.ttf);
}
@font-face {
  font-family: "Lato-Bold";
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "Lato-Light";
  src: url(../fonts/Lato-Light.ttf);
}
@font-face {
  font-family: "Lato-Medium";
  src: url(../fonts/Lato-Medium.ttf);
}
@font-face {
  font-family: "Lato-Semibold";
  src: url(../fonts/Lato-Semibold.ttf);
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: url(../fonts/OpenSans-Semibold.ttf);
}
p {
  font-family: "OpenSans-Regular";
  color: #666666;
  font-size: 18px;
}

body {
  overflow: hidden;
  overflow-y: auto;
  font-family: "Poppins", sans-serif !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
#gtco-main-nav {
  padding: 20px 0;
}
#gtco-main-nav .navbar-brand {
  font-size: 36px;
  font-family: "Lato-Black";
  text-transform: uppercase;
  background: -webkit-linear-gradient(left, #1d3ede, #01e6f8);
  background: -ms-linear-gradient(left, #1d3ede, #01e6f8);
  background: -moz-linear-gradient(left, #1d3ede, #01e6f8);
  background: -o-linear-gradient(left, #1d3ede, #01e6f8);
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}
#gtco-main-nav .bar1, #gtco-main-nav .bar2, #gtco-main-nav .bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
  display: block;
  position: relative;
}
#gtco-main-nav .change .bar1 {
  -webkit-transform: rotate(-42deg) translate(-2px, 6px);
  transform: rotate(-42deg) translate(-2px, 6px);
}
#gtco-main-nav .change .bar2 {
  opacity: 0;
}
#gtco-main-nav .change .bar3 {
  -webkit-transform: rotate(46deg) translate(-4px, -8px);
  transform: rotate(46deg) translate(-4px, -8px);
}
#gtco-main-nav .navbar-nav li a {
  font-family: "OpenSans-Regular";
  font-size: 15px;
  color: #666666;
  padding: 5px 16px !important;
  text-transform: uppercase;
}
#gtco-main-nav form a {
  font-family: "OpenSans-Semibold";
  font-size: 18px;
  color: #fff;
  padding: 5px 25px;
  border-radius: 20px;
  border-width: 2px;
}
#gtco-main-nav form a.btn-info {
  background: #01e6f8;
  border-color: #01e6f8;
}
#gtco-main-nav form a.btn-outline-dark {
  border-color: #fff;
  background-color: transparent;
}
@media (max-width: 991px) {
  #gtco-main-nav form a.btn-outline-dark {
    border-color: #1d3ede;
    color: #1d3ede;
  }
}
#gtco-main-nav::after {
  position: absolute;
  content: "";
  height: 600px;
  width: 900px;
  background-image: -webkit-linear-gradient(-220deg, #442779, #a855f7);
  background-image: -moz-linear-gradient(-220deg, #442779, #a855f7);
  background-image: -ms-linear-gradient(-220deg, #442779, #a855f7);
  background-image: -o-linear-gradient(-220deg, #442779, #a855f7);
  background-image: linear-gradient(-220deg, #442779, #a855f7);
  left: 49.5%;
  top: -50px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}
@media (max-width: 1400px) {
  #gtco-main-nav::after {
    height: 550px;
    width: 800px;
  }
}
@media (max-width: 1199px) {
  #gtco-main-nav::after {
    width: 700px;
  }
}
@media (max-width: 991px) {
  #gtco-main-nav::after {
    width: 55%;
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  #gtco-main-nav::after {
    width: 100%;
    height: 400px;
  }
}
#gtco-main-nav::before {
  position: absolute;
  content: "";
  height: 590px;
  width: 930px;
  background-image: -webkit-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -moz-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -ms-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -o-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: linear-gradient(to right, #e8eefc, #e6fafe);
  left: 47.5%;
  top: -25px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}
@media (max-width: 1400px) {
  #gtco-main-nav::before {
    height: 540px;
    width: 810px;
  }
}
@media (max-width: 1199px) {
  #gtco-main-nav::before {
    width: 710px;
  }
}
@media (max-width: 991px) {
  #gtco-main-nav::before {
    width: 55%;
    left: auto;
    right: 0;
  }
}
@media (max-width: 600px) {
  #gtco-main-nav::before {
    width: 100%;
    height: 390px;
  }
}

.gtco-banner-area a, .gtco-feature a, .gtco-features a, .gtco-news .owl-carousel .card a, #gtco-footer .submit-button {
  background-image: -moz-linear-gradient(0deg, #442779 0%, #a855f7 100%);
  background-image: -webkit-linear-gradient(0deg, #442779 0%, #a855f7 100%);
  background-image: -ms-linear-gradient(0deg, #442779 0%, #a855f7 100%);
  font-size: 18px;
  font-family: "OpenSans-Semibold";
  color: #fff;
  border-radius: 50px;
  padding: 5px 30px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
}

/* ===== BOTÕES PRINCIPAIS (versão suave sem alterar layout) ===== */
.gtco-banner-area a,
.gtco-feature a,
.gtco-features a,
.gtco-news .owl-carousel .card a,
.gtco-footer .submit-button {
  background: linear-gradient(90deg, #442779 0%, #a855f7 100%);
  background-size: 100% 100%; /* mantém o tamanho fixo */
  background-position: left center;
  transition: background 0.6s ease, transform 0.3s ease;
}

/* Efeito hover — gradiente invertido com suavidade */
.gtco-banner-area a:hover,
.gtco-feature a:hover,
.gtco-features a:hover,
.gtco-news .owl-carousel .card a:hover,
.gtco-footer .submit-button:hover {
  background: linear-gradient(90deg, #a855f7 0%, #442779 100%);
  transform: scale(1.03);
  
}


.gtco-banner-area a .fa, .gtco-feature a .fa, .gtco-features a .fa, .gtco-news .owl-carousel .card a .fa, #gtco-footer .submit-button .fa {
  background: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  color: #37eaf9;
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
  margin-left: 15px;
}

.gtco-feature h2, .gtco-features h2 {
  font-family: "Lato-Regular";
  color: #000000;
  font-size: 36px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .gtco-feature h2,
  .gtco-features h2 {
    text-align: center;
    font-size: 28px; /* ajuste o tamanho que preferir */
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
  }
}

@media (max-width: 767px) {
  .gtco-feature p,
  .gtco-features p {
    text-align: center;
    font-size: 16px; /* um pouco menor */
    line-height: 1.5; /* melhora a leitura */
    color: #555; /* opcional: contraste levemente maior */
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
  }
}



.card {
  border: none;
  background: transparent;
}

.gtco-banner-area {
  margin-top: 20px;
  min-height: 500px;
}
.gtco-banner-area h1 {
  font-family: "Lato-Light";
  font-size: 48px;
  color: #000000;
  max-width: 500px;
  margin-top: 70px;
}
.gtco-banner-area h1 span {
  font-family: "Lato-Medium";
}
@media (max-width: 1199px) {
  .gtco-banner-area h1 {
    margin-top: 30px;
  }
}
.gtco-banner-area p {
  max-width: 450px;
  margin: 20px 0;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif !important;
}
.gtco-banner-area a {
  display: inline;
  padding: 10px 30px;
  padding-right: 5px;
}
/* ===== SÍMBOLO (imagem banner-img.png) - TAMANHO AJUSTADO ===== */
.gtco-banner-area .col-md-6 .card .card-img-top {
  max-width: 820px;       /* antes 430px */
  width: 100%;            /* garante que ocupe bem o espaço */
  margin: 0 auto;
  margin-top: 10px;
  margin-right: 0;
  transition: all 0.3s ease; /* leve suavidade ao redimensionar */
}

/* telas grandes */
@media (max-width: 1400px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 900px; /* antes 400px */
    margin-top: 10px;
  }
}

/* notebooks médios */
@media (max-width: 1199px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 620px; /* antes 350px */
  }
}

/* celulares */
@media (max-width: 767px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 500px;
    margin-top: 10px;  /* antes era 100px */
    display: block;
  }
}



.gtco-feature {
  margin-top: 100px;
}
.gtco-feature .card .back-bg {
  margin-left: -30px !important;
  margin-top: -20px;
}
.gtco-feature .card svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gtco-feature .card svg.defs {
  position: absolute;
  width: 0;
  height: 0;
}
.gtco-feature .card .squircle {
  width: 100%;
  height: 450px;
  background: url(../images/learn-img.jpg) center/cover, #aaa;
  clip-path: url(#clip-path);
  background-position-x: -50px;
}
.gtco-feature p small {
  font-size: 16px;
}

@media (max-width: 767px) {
  .gtco-feature p small,
  .gtco-features p small {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    display: block; /* garante que o alinhamento funcione */
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    font-weight: 400;
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 767px) {
  /* Título */
  .gtco-features h2 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    margin: 15px 0 10px 0;
  }
  
  @media (max-width: 767px) {
  /* Título */
  .gtco-features .col-lg-4 h2 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin: 15px auto 10px auto;
  }
  
  @media (max-width: 767px) {
  .gtco-features a,
  .gtco-banner-area a,
  .gtco-feature a {
    display: block;
    width: fit-content;
    margin: 15px auto 25px auto; /* centraliza horizontalmente */
    text-align: center;
  }
}


  /* Parágrafo */
  .gtco-features .col-lg-4 p {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    max-width: 320px;
    margin: 0 auto 20px auto;
  }
}


  /* Parágrafo abaixo do título */
  .gtco-features p {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin: 0 auto 20px auto;
  }
}


.gtco-feature a {
  margin-top: 20px;
  display: inline-block;
}

.gtco-features {
  margin-top: 100px;
}
.gtco-features svg {
  position: absolute;
  margin-left: -100px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .gtco-features svg {
    margin: 0 auto;
    margin-top: 200px;
  }
}
.gtco-features h2 {
  margin-top: 200px;
}
@media (max-width: 991px) {
  .gtco-features h2 {
    margin-top: 0;
  }
}
.gtco-features .col-lg-4 p {
  max-width: 320px;
  margin-bottom: 30px;
}
.gtco-features .col-lg-8 {
  padding: 10px 100px;
}
@media (max-width: 767px) {
  .gtco-features .col-lg-8 {
    padding: 10px 0;
  }
}
.gtco-features .col-lg-8 .row .col:first-child {
  margin-top: 150px;
}
@media (max-width: 600px) {
  .gtco-features .col-lg-8 .row .col:first-child {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .gtco-features .col-lg-8 .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gtco-features .col-lg-8 .card {
  background: #fff;
  margin: 30px 5px;
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

/* Efeito suave de hover nos cards da seção de serviços */
.gtco-features .col-lg-8 .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default; /* não mostra o pointer */
}

.gtco-features .col-lg-8 .card:hover {
  transform: scale(1.05); /* aumenta levemente o tamanho */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); /* adiciona uma sombra suave */
}

.gtco-features .col-lg-8 .card .oval {
  background: linear-gradient(to right, #f1f6fd, #f0fbfe);
  padding: 10px;
  width: 150px;
  border-radius: 50%;
  margin: auto;
  transform: rotate(20deg);
  margin-top: 20px;
}
.gtco-features .col-lg-8 .card .card-img-top {
  max-width: 0.8in;
  margin: 0 auto;
  transform: rotate(-20deg);
}
.gtco-features .col-lg-8 .card h3 {
  font-family: "Lato-Regular";
  font-size: 24px;
  color: #442779;
}
.gtco-features .col-lg-8 .card p {
  font-size: 16px;
}

.gtco-numbers-block {
  margin: 100px auto;
  margin-top: 200px;
  color: #fff;
}
@media (max-width: 600px) {
  .gtco-numbers-block {
    margin-top: 100px;
  }
}
@media (max-width: 1299px) {
  .gtco-numbers-block .row {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .gtco-numbers-block .row .col-3 {
    padding: 0;
  }
}
.gtco-numbers-block #custom-map::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  border: 2px solid red;
}
.gtco-numbers-block svg {
  margin-top: -100px;
  position: absolute;
  left: 0;
  max-width: 1500px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1299px) {
  .gtco-numbers-block svg {
    margin-top: -90px;
  }
}
@media (max-width: 1199px) {
  .gtco-numbers-block svg {
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block svg {
    margin-top: -40px;
  }
}
@media (max-width: 650px) {
  .gtco-numbers-block svg {
    margin-top: -20px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block svg {
    margin-top: -10px;
  }
}
.gtco-numbers-block h5 {
  font-family: "Lato-Bold";
  font-size: 60px;
}
@media (max-width: 1299px) {
  .gtco-numbers-block h5 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .gtco-numbers-block h5 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block h5 {
    margin: 0;
    font-size: 18px;
  }
}
.gtco-numbers-block p {
  font-family: "Lato-Semibold";
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1299px) {
  .gtco-numbers-block p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .gtco-numbers-block p {
    line-height: 1.1;
  }
}
@media (max-width: 500px) {
  .gtco-numbers-block p {
    font-size: 8px;
  }
}

.gtco-testimonials {
  position: relative;
  margin-top: 200px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 100px;
  }
}
.gtco-testimonials h2 {
  font-family: "Lato-Medium";
  font-size: 36px;
  text-align: center;
  color: #333333;
  margin-bottom: 100px;
}
.gtco-testimonials .owl-stage-outer {
  padding-bottom: 30px;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01e6f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01e6f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  margin: 0 30px;
  padding: 0 20px;
  border-radius: 50px;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #1d3ede;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #1d3ede;
  font-size: 21px;
  line-height: 1.3;
  font-family: "Lato-Medium";
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
  font-family: "OpenSans-Regular";
}
.gtco-testimonials .card p {
  font-size: 18px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center p {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.gtco-features-list {
  margin-top: 100px;
}
.gtco-features-list .media {
  margin: 20px 0;
}
.gtco-features-list .oval {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 60px;
  width: 60px;
}
.gtco-features-list .oval .align-self-start {
  width: 100%;
  padding: 3px;
}
.gtco-features-list .media-body {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  color: #666666;
  padding-right: 20px;
}
.gtco-features-list .media-body h5 {
  font-family: "Lato-Semibold";
  margin-bottom: 20px !important;
  font-size: 22px;
}

.gtco-logo-area {
  margin: 50px auto;
}
.gtco-logo-area .col .img-fluid {
  max-height: 32px;
}
@media (max-width: 600px) {
  .gtco-logo-area .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px 0;
  }
}

.gtco-news {
  background: #fcfcfc;
  padding: 50px 0;
  margin: 100px auto;
}
.gtco-news h2 {
  font-size: 36px;
  font-weight: "Lato-Medium";
  text-align: center;
  margin-bottom: 50px;
}
.gtco-news .owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  width: 100%;
}
@media (max-width: 600px) {
  .gtco-news .owl-carousel .owl-nav {
    display: none !important;
  }
}
.gtco-news .owl-carousel .owl-nav .owl-prev, .gtco-news .owl-carousel .owl-nav .owl-next {
  font-size: 120px;
  color: #666666;
  position: absolute;
}
.gtco-news .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
.gtco-news .owl-carousel .owl-nav .owl-next {
  right: -50px;
}
.gtco-news .owl-carousel .card {
  padding: 0 25px;
}
.gtco-news .owl-carousel .card .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  
}
.gtco-news .owl-carousel .card h5 {
  font-family: "Lato-Medium";
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .gtco-news .owl-carousel .card h5 {
    font-size: 18px;
  }
}
.gtco-news .owl-carousel .card p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .gtco-news .owl-carousel .card p {
    font-size: 15px;
  }
}
.gtco-news .owl-carousel .card a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.blog-card .btn.btn-primary {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


#gtco-footer {
  padding-bottom: 20px;
}
#gtco-footer h4 {
  font-family: "Lato-Medium";
  font-size: 24px;
  color: #442779;
  margin-bottom: 30px;
}
#gtco-footer input, #gtco-footer textarea {
  background-color: white;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  max-width: 450px;
  width: 100%;
  height: 60px;
  border: none;
  margin-bottom: 30px;
  padding-left: 30px;
  color: #000;
}
#gtco-footer input::-webkit-input-placeholder, #gtco-footer input::-moz-placeholder, #gtco-footer input:-ms-input-placeholder, #gtco-footer input:-moz-placeholder, #gtco-footer textarea::-webkit-input-placeholder, #gtco-footer textarea::-moz-placeholder, #gtco-footer textarea:-ms-input-placeholder, #gtco-footer textarea:-moz-placeholder {
  color: #999999;
  font-family: "OpenSans-Regular";
  font-size: 18px;
}
#gtco-footer textarea {
  min-height: 200px;
  border-radius: 30px;
  padding-top: 20px;
  padding-right: 20px;
  resize: none;
}
#gtco-footer .company-nav, #gtco-footer .services-nav {
  font-family: "OpenSans-Regular";
  font-size: 20px;
}
#gtco-footer .company-nav a, #gtco-footer .services-nav a {
  color: #666666;
  margin: 0;
  padding: 0;
}
#gtco-footer .follow-us-nav a {
  padding: 0 10px;
  color: #666666;
}
@media (max-width: 385px) {
  #gtco-footer .follow-us-nav a {
    padding-right: 0;
  }
}
#gtco-footer .follow-us-nav a .fa {
  font-size: 24px;
}
#gtco-footer .col-12 {
  margin-top: 90px;
}
#gtco-footer .col-12 p {
  font-family: "Lato-Regular";
  font-size: 16px;
  color: #999999;
}
@media (max-width: 991px) {
  #gtco-footer .col-12 {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  #gtco-footer .col-lg-6 {
    margin-bottom: 50px;
  }
}


/* LOGOTIPO AJUSTE TAMANHO */
.navbar-brand img {
  height: 120px;
  width: auto;
  vertical-align: middle;
  margin-top: -15px; /* sobe o logo para alinhar com o menu */
}

@media (max-width: 768px) {
  .navbar-brand img {
    height: 78px;
    margin-top: -20px !important; /* ajusta verticalmente */
  }
}

/* NUMEROS INSTAGRAM */

/* BLOCO ESTATÍSTICO ELEGANTE */
.stats-section {
  background: linear-gradient(120deg, #442779, #7b3ce8);
  color: #fff;
  padding: 80px 0;
  
  position: relative;
  overflow: hidden;
}

/* --- bolhas decorativas de fundo --- */
.stats-section::before,
.stats-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 0;
}

/* bolha superior direita (já existia, mas aprimorada) */
.stats-section::after {
  top: 40px;
  right: 100px;
  width: 250px;
  height: 250px;
}

/* bolha inferior esquerda */
.stats-section::before {
  bottom: -80px;
  left: 60px;
  width: 300px;
  height: 300px;
}

/* bolhas extras */
.stats-section .bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  z-index: 0;
  pointer-events: none;
}

.stats-section .bubble.b1 { width: 120px; height: 120px; top: 100px; left: 200px; }
.stats-section .bubble.b2 { width: 180px; height: 180px; top: 250px; right: 300px; }
.stats-section .bubble.b3 { width: 90px;  height: 90px;  bottom: 120px; right: 150px; }

/* animação flutuante mais intensa */
@keyframes float {
  0%   { transform: translate(0, 0) scale(1); opacity: 0.9; }
  25%  { transform: translate(40px, -50px) scale(1.1); opacity: 1; }
  50%  { transform: translate(-30px, -20px) scale(1.05); opacity: 0.85; }
  75%  { transform: translate(30px, 30px) scale(1.15); opacity: 1; }
  100% { transform: translate(0, 0) scale(1); opacity: 0.9; }
}

/* aplica animação */
.stats-section .bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  z-index: 0;
  pointer-events: none;
  animation: float 14s ease-in-out infinite;
  will-change: transform, opacity;
}

/* variações entre bolhas — tempos e delays diferentes */
.stats-section .bubble.b1 { 
  width: 130px; height: 130px; 
  top: 80px; left: 180px; 
  animation-delay: 0s;
  animation-duration: 16s;
}
.stats-section .bubble.b2 { 
  width: 200px; height: 200px; 
  top: 250px; right: 250px; 
  animation-delay: 2s;
  animation-duration: 18s;
}
.stats-section .bubble.b3 { 
  width: 100px; height: 100px; 
  bottom: 100px; right: 150px; 
  animation-delay: 4s;
  animation-duration: 20s;
}
.stats-section .bubble.b4 { 
  width: 160px; height: 160px; 
  bottom: 50px; left: 300px; 
  animation-delay: 6s;
  animation-duration: 17s;
}


.stats-section::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.stats-title {
  font-family: "Poppins", serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 19px;
  letter-spacing: 0.5px;
}

.stats-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 50px;
  font-family: "Poppins", serif;
}

.stat-item {
  margin-bottom: 40px;
}

.stat-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ed6d63, #ed6d63);
  box-shadow: 0 4px 20px rgba(27, 181, 184, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
  color: #fff;
}

.stat-circle:hover {
  transform: scale(1.07);
  background: linear-gradient(145deg, #22c1c4, #41e1e5);
  box-shadow: 0 6px 25px rgba(27, 181, 184, 0.5);
}


.stat-circle h3 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  font-family: "Poppins", serif;
}

.stat-circle span {
  font-size: 20px;
  font-weight: 300;
  margin-left: 3px;
  font-family: "Poppins", serif;
  
}

.stat-item p {
  font-size: 1.0rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 200px;
  margin: 0 auto;
  font-family: "Poppins", serif;
  color: #fff;
  font-weight: 700;
}


/* === ESTILO PREMIUM PARA OS ITENS DE SERVIÇOS (SECTION FEATURES LIST) === */
.gtco-features-list .media {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  box-shadow:
    0 3px 12px rgba(0, 0, 0, 0.05),
    0 2px 6px rgba(0, 0, 0, 0.04);
  padding: 25px 20px;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}

/* HOVER COM EFEITO DE ELEVAÇÃO SUAVE */
.gtco-features-list .media:hover {
  transform: translateY(-6px);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.08),
    0 3px 10px rgba(27, 181, 184, 0.15);
  border-color: rgba(27, 181, 184, 0.3);
}


/* === Correção de espaçamento horizontal entre cards de serviços === */
.gtco-features-list .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 35px; /* espaçamento vertical e horizontal */
}

/* garante que as colunas não quebrem o layout bootstrap */
.gtco-features-list .col-md-6,
.gtco-features-list .col-lg-4 {
  flex: 0 0 calc(33.333% - 35px); /* 3 colunas com gap controlado */
  max-width: calc(33.333% - 35px);
  padding: 20px 25px; !important;
}

/* melhora a proporção e centraliza os itens */
.gtco-features-list .media {
  height: 100%;
  margin: 0;
}

/* Mantém todos os cards com mesma altura */
.gtco-features-list .media {
  min-height: 240px;
  display: flex;
  flex-direction: row; /* volta a deixar ícone ao lado */
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px; /* espaçamento entre ícone e texto */
  padding: 25px 20px;
}

/* garante que o texto (título + descrição) ocupe corretamente o espaço */
.gtco-features-list .media-body {
  flex: 1;
}

/* Ícone mantém o tamanho e alinhamento central */
.gtco-features-list .oval {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right, #f1f6fd, #f0fbfe);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* === TÍTULO E SUBTÍTULO PREMIUM CENTRALIZADOS === */
.features-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.features-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #777;
  text-align: center;
  margin-bottom: 60px;
}

/* === TÍTULO E SUBTÍTULO CENTRALIZADOS === */
.features-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.features-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #777;
  text-align: center;
  margin-bottom: 60px;
}

.features-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.features-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #777;
  text-align: center;
  margin-bottom: 60px;
}

.features-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #222;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  display: block;
}

.features-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #777;
  text-align: center;
  margin-bottom: 60px;
}

.features-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #222;
  text-align: center;
  margin-bottom: 20px;
}

.features-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #777;
  text-align: center;
  margin-bottom: 60px;
}

/* === Sublinhado com gradiente === */
.highlight-underline {
  position: relative;
  display: inline-block;
  text-align: center;
}

.highlight-underline::after {
  content: "";
  position: absolute;
  bottom: -7px; /* distância do texto */
  left: 50%; /* centraliza */
  transform: translateX(-50%) scaleY(0.8); /* centraliza e achata levemente */
  width: 60%; /* 🔹 controle do comprimento do sublinhado */
  height: 5px;
  background: linear-gradient(90deg, rgba(27,181,184,0) 0%, #1bb5b8 30%, #1bb5b8 70%, rgba(27,181,184,0) 100%);
  border-radius: 50%;
}

/* === Responsividade dos cards de serviços === */

/* Desktop: mantém 3 colunas */
@media (min-width: 992px) {
  .gtco-features-list .media {
    flex: 0 0 calc(33.333% - 35px);
    max-width: calc(33.333% - 35px);
  }
}

/* Tablet: 2 colunas */
@media (max-width: 991px) and (min-width: 576px) {
  .gtco-features-list .media {
    flex: 0 0 calc(50% - 35px);
    max-width: calc(50% - 35px);
  }
}

/* Celular: 1 coluna */
@media (max-width: 575px) {
  .gtco-features-list .media {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


#gtco-main-nav form {
  position: relative;
  z-index: 9;
}

#gtco-main-nav form .social-btn {
  color: #fff;
  font-size: 1.7rem;
  margin-left: 10px;
  transition: all 0.3s ease;
}

#gtco-main-nav form .social-btn:hover {
  color: #1bb5b8;
  transform: scale(1.15);
  text-shadow: 0 0 8px rgba(27,181,184,0.7);
}


/* === Restaurar posição do form acima do gradiente === */
#gtco-main-nav form {
  position: relative;
  z-index: 5; /* 🔹 suficiente pra ficar acima do ::after roxo */
}

/* === ÍCONES SOCIAIS NO NAV === */
#gtco-main-nav form {
  position: relative;
  z-index: 10; /* garante que fique acima do fundo roxo */
  display: flex;
  align-items: center;
  gap: 16px;
}

/* aparência base dos ícones */
#gtco-main-nav form .social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: #fff !important; /* força branco */
  background: none !important;
  border: none !important;
  text-decoration: none;
  padding: 5px;
  transition: all 0.3s ease;
}

/* evita fundo azul ao clicar */
#gtco-main-nav form .social-btn:focus,
#gtco-main-nav form .social-btn:active {
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
}

/* animação ao passar o mouse */
#gtco-main-nav form .social-btn:hover {
  transform: scale(1.2);
  text-shadow: 0 0 8px rgba(255,255,255,0.7);
}

/* cores individuais no hover */
#gtco-main-nav form .bi-instagram:hover { color: #d6249f !important; }
#gtco-main-nav form .bi-whatsapp:hover { color: #25d366 !important; }

/* responsivo */
@media (max-width: 991px) {
  #gtco-main-nav form {
    justify-content: center;
    margin-top: 10px;
  }
  #gtco-main-nav form .social-btn {
    font-size: 1.9rem;
  }
}

/* === POSICIONAMENTO IDEAL DO SÍMBOLO NO MOBILE === */
@media (max-width: 767px) {
  .gtco-banner-area {
    position: relative;
    overflow: visible; /* permite que o símbolo ultrapasse o fundo */
  }

  /* Coluna do símbolo */
  .gtco-banner-area .col-md-6:last-child {
    position: absolute;
    top: -76px; /* 🔹 sobe ainda mais para cobrir atrás do "TEIA" */
    left: 50%;
    transform: translateX(-50%);
    z-index: 0; /* 🔹 fica atrás do texto */
    opacity: 0.85; /* leve transparência pra integrar ao fundo */
  }

  /* Ajusta a imagem do símbolo */
  .gtco-banner-area .col-md-6:last-child .card-img-top {
    max-width: 220px;
    width: 100%;
    margin: -1px auto 0 auto !important; /* centraliza e mantém o ajuste vertical */
    
  }

  /* Garante que o texto e o botão fiquem acima */
  .gtco-banner-area .col-md-6:first-child,
  .gtco-banner-area .col-md-6:first-child * {
    position: relative;
    z-index: 3;
  }
}

/* === PERMITIR QUE O SÍMBOLO ULTRAPASSE A COLUNA NO DESKTOP === */
@media (min-width: 1200px) {
  .gtco-banner-area .col-md-6 {
    position: relative;
    overflow: visible;
  }

  .gtco-banner-area .col-md-6 .card {
    position: absolute;
    right: -90px;  /* empurra pra fora da coluna */
    top: -90px;
  }

  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 900px; /* agora realmente visível */
    width: auto;
  }
}

/* Botão flutuante */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse 2.5s infinite;
  text-decoration: none !important;
}

/* Efeito ao passar o mouse */
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
  color: #fff;
}

/* Animação de pulsar */
@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); }
  70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Tooltip elegante */
.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  bottom: 18px;
  background: #ffffff;
  color: #128C7E;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  opacity: 0;
  transform: translateX(10px);
  pointer-events: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

/* Mostra tooltip no hover */
.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Remove sublinhado e borda azul em todos os estados */
.whatsapp-float,
.whatsapp-float:hover,
.whatsapp-float:focus,
.whatsapp-float:active {
  text-decoration: none !important;
  outline: none !important;
}

/*  CURSOR FOLLOWER  */
/* ===== CURSOR FOLLOWER DUPLO ===== */
.cursor-outer,
.cursor-inner {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

/* Círculo externo */
.cursor-outer {
  width: 40px;
  height: 40px;
  border: 2px solid #f27267;
  transition: width 0.2s ease, height 0.2s ease, opacity 0.3s ease, transform 0.15s ease;
  mix-blend-mode: difference;
  opacity: 0.8;
}

/* Bolinha central */
.cursor-inner {
  width: 8px;
  height: 8px;
  background-color: #f27267;
  transition: transform 0.1s ease;
}

/* Quando passa sobre link ou botão */
a:hover ~ .cursor-outer,
button:hover ~ .cursor-outer {
  transform: scale(1.5);
  opacity: 1;
}


/* === MENU NAV: efeito bolinha roxa acima do texto === */
#gtco-main-nav .navbar-nav li a {
  position: relative;
  color: #666666;
  transition: color 0.3s ease;
}

/* cria a bolinha */
#gtco-main-nav .navbar-nav li a::after {
  content: "";
  position: absolute;
  top: -10px; /* distância da bolinha acima do texto */
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #442779, #a855f7);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}

/* animação ao passar o mouse */
#gtco-main-nav .navbar-nav li a:hover {
  color: #442779; /* muda a cor do texto */
}

#gtco-main-nav .navbar-nav li a:hover::after {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}


/* Ícones dentro das bolinhas da seção de serviços */
.gtco-features-list .oval i {
  font-size: 42px;        /* aumenta o tamanho do ícone */
  color: #f27267;         /* muda a cor do ícone */
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Efeito suave ao passar o mouse */
.gtco-features-list .oval:hover i {
  color: #d85c52;         /* tom mais escuro no hover */
  transform: rotate(-20deg) scale(1.1);
}

/* Aplica o mesmo estilo de ícones também à seção .gtco-features */
.gtco-features .oval i,
.gtco-features-list .oval i {
  font-size: 42px;
  color: #f27267;
  
  transition: color 0.3s ease, transform 0.3s ease;
}

.gtco-features .oval:hover i,
.gtco-features-list .oval:hover i {
  color: #d85c52;
  transform: rotate(-20deg) scale(1.1);
}

/* ===== CORRIGE ROLAGEM EXTRA NO FINAL DA PÁGINA ===== */

/* Impede elementos de cursor ou flutuação de expandirem o body */
html, body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

/* Garante que o body não crie margem ou espaço extra */
body {
  margin: 0 !important;
  padding: 0 !important;
}

/* Impede que o seguidor de cursor ou botão flutuante gerem scroll */
.cursor-outer,
.cursor-inner,
.cursor-follower,
.whatsapp-float {
  position: fixed !important;
  inset: 0 auto auto 0;
  z-index: 9999;
  pointer-events: none;
}

/* O botão flutuante deve permitir clique, então reativa pointer-events */
.whatsapp-float {
  pointer-events: auto !important;
}

/* Garante que o rodapé é o limite final da página */
#gtco-footer {
  position: relative;
  z-index: 10;
  margin-bottom: 0 !important;
  padding-bottom: 30px;
}

/* === CORREÇÃO FINAL: WHATSAPP VOLTA AO CANTO INFERIOR DIREITO === */
a.whatsapp-float {
  position: fixed !important;
  bottom: 25px !important;
  right: 25px !important;
  left: auto !important;
  top: auto !important;
  z-index: 99999 !important;
  width: 60px !important;
  height: 60px !important;
  background: linear-gradient(135deg, #25D366, #128C7E) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  color: #fff !important;
  pointer-events: auto !important;
}

/* ======== MODAIS DE SERVIÇOS ======== */
.custom-modal {
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}

.custom-modal .modal-header {
  padding: 35px 50px 15px; /* topo | laterais | inferior */
}

.custom-modal .modal-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #442779;
  font-size: 1.3rem;
}

.custom-modal .modal-body {
  padding: 10px 30px 30px;
  color: #444;
  font-family: "OpenSans-Regular";
  font-size: 1.05rem;
  line-height: 1.7;
}

.custom-bullets {
  margin-top: 15px;
  padding-left: 20px;
}

.custom-bullets li {
  margin-bottom: 8px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.custom-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(90deg, #442779, #a855f7);
  box-shadow: 0 0 5px rgba(168,85,247,0.6);
}

/* Ícone dentro do título do modal */
.modal-title i {
  font-size: 1.9rem;           /* aumenta o tamanho */
  color: #f27267;              /* roxo Teia Comunicação */
  margin-right: 8px;           /* espaço entre ícone e texto */
  vertical-align: middle;      /* alinha com o texto */
}

/* Link "Saiba mais" estilizado */
.modal-link {
  display: inline-block;
  margin-top: 15px;
  color: #a15bd7;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.modal-link i {
  margin-left: 6px;
  transition: transform 0.3s ease;
  font-size: 1.1rem;
  vertical-align: middle;
}

.modal-link:hover {
  color: #6c2dbd;
}

.modal-link:hover i {
  transform: translateX(4px);
}

/* ESTILO FORMULÁRIO */

.spinner-border {
  width: 1rem;
  height: 1rem;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* === ESTILO BLOG  === */

/* === ÁREA ADMIN / BLOG === */
.admin-bg {
  background: linear-gradient(120deg, #5e17eb, #b249f8);
}

.login-box {
  background: #fff;
  max-width: 400px;
}

.text-purple {
  color: #5e17eb !important;
}

.btn-purple {
  background-color: #5e17eb;
  color: #fff;
  border: none;
  transition: 0.3s;
}

.btn-purple:hover {
  background-color: #4b00d1;
  color: #fff;
}

.btn-outline-purple {
  border: 1px solid #5e17eb;
  color: #5e17eb;
}

.btn-outline-purple:hover {
  background-color: #5e17eb;
  color: #fff;
}

/* === Ajustes do Painel Admin === */
.table th, .table td {
  vertical-align: middle;
}

textarea.form-control {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
}

form label {
  font-weight: 500;
  color: #333;
}

.alert-danger {
  background: #ffe2e2;
  color: #a10000;
  border: none;
}

input.form-control, textarea.form-control, select.form-select {
  border-radius: 6px;
  border: 1px solid #ddd;
  transition: border-color 0.2s ease;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-select:focus {
  border-color: #5e17eb;
  box-shadow: 0 0 0 0.15rem rgba(94, 23, 235, 0.2);
}

/* Estilo da tabela do painel */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(94, 23, 235, 0.05);
}

/* Corrigir botão no mobile */
.btn {
  border-radius: 6px !important;
  font-weight: 500;
}

/* === BLOG PÚBLICO ESTILIZADO === */

/* Área principal do blog */
.blog-page main.container {
  margin-top: 1px;          /* aproxima do menu */
  min-height: 100vh;          /* altura mínima da página (~80% da tela) */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Título principal */
.blog-page h1.text-purple {
  margin-top: 10px;          /* sobe o título */
  margin-bottom: 100px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #4b0082;
  position: relative;
  display: inline-block;
}

/* Sublinhado em gradiente afinando */
.blog-page h1.text-purple::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 140px;
  height: 4px;
  background: linear-gradient(
    to right,
    rgba(27, 181, 184, 1) 0%,
    rgba(27, 181, 184, 0.7) 35%,
    rgba(27, 181, 184, 0.3) 70%,
    rgba(27, 181, 184, 0) 100%
  );
  border-radius: 4px;
  filter: blur(0.3px);
}

/* ===== Sublinhado reutilizável ===== */
/* ===== Sublinhado com gradiente (padrão Blog) ===== */
.custom-underline {
  position: relative;
  display: inline-block;
  color: #442779;
  font-weight: 700;
  text-align: center;
  margin: 0 auto; /* centraliza o título no container */
}

/* Sublinhado gradiente */
.custom-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 140px;
  height: 4px;
  background: linear-gradient(
    to right,
    rgba(27, 181, 184, 1) 0%,
    rgba(27, 181, 184, 0.7) 35%,
    rgba(27, 181, 184, 0.3) 70%,
    rgba(27, 181, 184, 0) 100%
  );
  border-radius: 4px;
  filter: blur(0.3px);
}

/* Responsivo — garante centralização em telas menores */
@media (max-width: 768px) {
  .custom-underline {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
}



/* Centraliza o título no container */
.blog-page .text-center {
  text-align: center;
}

/* Grid de cards do blog */
.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-card h5 {
  font-weight: 600;
  color: #4b0082;
}

/* Post individual */
.blog-post h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #4b0082;
  
}

.blog-post img {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.blog-post .conteudo-post {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
  margin-top: 15px;
}

/* Sidebar */
.sidebar {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.sidebar a {
  color: #4b0082;
  transition: color 0.2s ease;
}

.sidebar a:hover {
  color: #7b27f8;
}

.blog-page main.container h1.text-purple {
  margin-bottom: 80px !important; /* aumenta o espaçamento abaixo do título */
}

/* === PADRONIZAÇÃO DOS CARDS DO BLOG === */
.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 480px; /* altura mínima padrão */
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Imagem do card */
.blog-card img {
  width: 100%;
  height: 230px; /* altura fixa para imagens */
  object-fit: cover; /* corta mantendo proporção */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Corpo do card */
.blog-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Texto e título */
.blog-card h5 {
  font-weight: 600;
  color: #4b0082;
  min-height: 48px; /* mantém altura consistente para títulos */
}

.blog-card .resumo-post {
  font-size: 0.95rem;
  color: #444;
  flex-grow: 1; /* ocupa o espaço restante */
  margin-bottom: 20px;
}

/* Botão alinhado na base */
.blog-card .btn {
  align-self: center;
  margin-top: auto;
}

/* === ALTURA MÍNIMA DO BLOG (mantém footer no final) === */
.blog-page main.container {
  min-height: calc(100vh - 410px); /* ajustado para header + footer */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Dá respiro entre cards e footer */
.blog-page .row {
  flex: 1;
  margin-bottom: 10px;
}


/* ================================
   ESTILOS DO PAINEL ADMINISTRATIVO
   ================================ */
body.admin-dashboard {
  background-color: #fafafa;
  font-family: 'Poppins', sans-serif;
  min-height: 100vh;
}

/* Cabeçalho superior do painel */
header.dashboard-header {
  background: linear-gradient(90deg, #6a1b9a, #9c27b0);
  color: white;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

header.dashboard-header h1 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}

.dashboard-header a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.dashboard-header a:hover {
  opacity: 0.8;
}

/* Botões roxos */
.btn-purple {
  background-color: #6a1b9a;
  color: #fff;
  border: none;
  transition: background-color 0.2s ease;
}

.btn-purple:hover {
  background-color: #4a0072;
  color: #fff;
}

.btn-outline-purple {
  border: 1px solid #6a1b9a;
  color: #6a1b9a;
  transition: all 0.2s ease;
}

.btn-outline-purple:hover {
  background-color: #6a1b9a;
  color: #fff;
}

/* Tabela */
.table th {
  background-color: #f5f2f7;
  color: #6a1b9a;
  border-top: none;
}

.table td {
  vertical-align: middle;
}

main.container {
  margin-top: 40px;
}

/* Remove o fundo roxo (gradiente) apenas na página do Blog */
body.blog-page #gtco-main-nav::before,
body.blog-page #gtco-main-nav::after {
  content: none !important;
  background: none !important;
  background-image: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  position: static !important;
  z-index: -9999 !important;
  opacity: 0 !important;
}

/* PAGINAÇÃO BLOG */

.pagination-nav .btn {
  border-radius: 50px;
  padding: 6px 16px;
  font-weight: 500;
}

.btn-outline-purple {
  border: 1px solid #4b0082;
  color: #4b0082;
}

.btn-outline-purple:hover {
  background: #4b0082;
  color: #fff;
}


/* === Sidebar de Posts Recentes (com linha superior e inferior) === */
/* === Sidebar de Posts Recentes (ajuste final alinhado ao topo) === */
.sidebar {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-top: 90px; /* alinha com a imagem */
  margin-left: 40px; /* afasta da imagem */
  min-height: 460px; /* altura base */
  position: relative;
  transition: all 0.3s ease;
}

/* Linhas superior e inferior */
.sidebar::before,
.sidebar::after {
  content: "";
  position: absolute;
  left: 21px;
  right: 21px;
  height: 1px;
  background-color: #6a1b9a;
  opacity: 0.8;
}

.sidebar::before {
  top: 50px; /* linha logo abaixo do título */
}

.sidebar::after {
  bottom: 20px; /* linha no final da caixa */
}


/* Título */
.sidebar h5 {
  font-weight: 600;
  color: #6a1b9a;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

/* Lista */
.sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* Itens */
.sidebar ul li {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f3f3;
  transition: all 0.2s ease-in-out;
}

.sidebar ul li:last-child {
  border-bottom: none;
}

/* Links */
.sidebar ul li a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
}

.sidebar ul li a:hover {
  color: #6a1b9a;
  padding-left: 4px;
}


/* === Ajuste de cor dos ícones no Blog e dentro do Post === */
.blog-page #gtco-main-nav form .bi-instagram,
.blog-page #gtco-main-nav form .bi-whatsapp,
.post-page #gtco-main-nav form .bi-instagram,
.post-page #gtco-main-nav form .bi-whatsapp {
  color: #61349e !important;
  transition: color 0.3s ease;
}

.blog-page #gtco-main-nav form .bi-instagram:hover,
.blog-page #gtco-main-nav form .bi-whatsapp:hover,
.post-page #gtco-main-nav form .bi-instagram:hover,
.post-page #gtco-main-nav form .bi-whatsapp:hover {
  color: #4b247a !important; /* um tom mais escuro no hover */
}


/* Seletor direto para sua imagem do banner */
.gtco-banner-area .card-img-top.img-fluid {
  animation: float 2s ease-in-out infinite;
  transform-origin: center;
}

/* Animação de flutuação */
@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.02);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}

/* ==========================================================
   ✅ AJUSTES ESPECÍFICOS PARA CELULARES (mobile apenas)
   - Título e subtítulo brancos
   - Botão menor e centralizado
   - Espaçamento reduzido entre seções
   ========================================================== */

@media (max-width: 767px) {

  /* === Área principal do banner (hero) === */
  .gtco-banner-area {
    text-align: center !important;
    position: relative;
    padding-top: 15px !important;      /* 🔧 sobe o conteúdo */
    padding-bottom: 0 !important;      /* 🔧 remove espaço extra abaixo */
    margin-bottom: 0 !important;       /* 🔧 elimina buraco antes da próxima seção */
  }

  /* === Título (somente no mobile) === */
  .gtco-banner-area h1 {
    color: #ffffff !important;         /* ✅ branco no mobile */
    font-weight: 700 !important;
    font-size: 26px !important;        /* 🔧 tamanho reduzido */
    line-height: 1.1 !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }

  /* === Subtítulo (somente no mobile) === */
  .gtco-banner-area p {
    color: #ffffff !important;         /* ✅ branco no mobile */
    font-size: 15px !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
  }

  /* === Botão “Saiba Mais” (somente no banner mobile) === */
  .gtco-banner-area a {
    background: #1bb5b8 !important;    /* 💎 cor exclusiva mobile */
    border: none !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 25px !important;
    padding: 7px 18px !important;      /* 🔧 botão menor e proporcional */
    font-size: 13px !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    margin: 0 auto !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
  }
  
  /* 🔧 Ajuste do círculo da seta dentro do botão (mobile) */
.gtco-banner-area a .fa {
  height: 22px !important;      /* 🔽 altura menor */
  width: 22px !important;       /* 🔽 largura menor */
  font-size: 14px !important;   /* 🔽 seta menor */
  margin-left: 8px !important;  /* 🔧 espaço entre texto e seta */
  padding-top: 3px !important;  /* 🔧 centraliza verticalmente */
}


  .gtco-banner-area a:hover {
    background: #14979a !important;
    transform: scale(1.03);
  }

  /* === Espaçamento entre o banner e a próxima seção === */
  .gtco-feature {
    margin-top: 60px !important; /* encosta no banner */       /* 🔧 reduz o espaço branco */
  }

  /* === Centraliza imagem “Nossa Teia” === */
  .gtco-feature .card img,
  .gtco-feature .card .card-img-top {
    display: block !important;
    margin: 0 auto !important;
  }

  /* === Centraliza botões “Saiba mais” e “Conheça” === */
  .gtco-feature a,
  .gtco-news .owl-carousel .card a {
    display: inline-block !important;     /* mantém largura natural */
  margin: 10px auto 0 !important;       /* centraliza via margin */
  left: 50%;                            /* força centralização real */
  transform: translateX(-50%);          /* corrige o deslocamento */
  position: relative;                   /* necessário pro translateX */
  text-align: center !important;

  }

} /* 🔚 Fim do mobile */

/* ==========================================================
   🧩 Personalização rápida (opcional)
   ========================================================== */

/*
Para alterar a cor do botão do banner, basta mudar abaixo:
*/
:root {
  --banner-btn-color: #1bb5b8; /* 💡 Cor principal do botão mobile */
}
/*
E substituir a linha do botão por:
background: var(--banner-btn-color) !important;
*/


/* === Centraliza imagem da seção "Nossa Teia" no mobile === */

/* === Centraliza o bloco da imagem "Nossa Teia" no mobile === */
@media (max-width: 767px) {
  /* Centraliza a coluna que contém o SVG */
  #services .col-md-7,
  #services .col-md-6 {
    display: flex;
    justify-content: center;   /* Centraliza horizontalmente */
    align-items: center;       /* Alinha verticalmente, opcional */
    margin-bottom: 20px;       /* Dá um respiro entre imagem e título */
  }

  /* Ajusta o tamanho da moldura (SVG + imagem) */
  #services .col-md-7 svg,
  #services .col-md-6 svg {
    max-width: 90% !important; /* evita encostar nas bordas */
    height: auto !important;
  }
}

/* ============================================
   AJUSTES EXCLUSIVOS PARA MOBILE (até 767px)
   ============================================ */
@media (max-width: 767px) {

  /* garante contexto pro botão */
  #gtco-main-nav .container {
    position: relative;
  }

  /* 🔹 posição do botão hamburguer */
  .navbar-toggler {
    position: absolute;
    top: 12px;
    right: 22px;   /* ajusta distância da borda */
    left: auto;
    z-index: 1000;
  }

  /* 🔹 menu overlay sem empurrar conteúdo */
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #442779 0%, #a855f7 100%);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  /* quando abre */
  .navbar-collapse.show {
    display: flex !important;
  }

  /* estilização dos links */
  .navbar-collapse a {
    color: #fff !important;
    font-size: 1.3rem;
    margin: 14px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  /* botão X visível e fixo */
  .navbar-toggler.change {
    position: fixed;
    top: 20px;
    right: 25px;
    z-index: 10000;
  }
}


/* ============================================================
   📱 Ajuste do espaço entre banner e seção seguinte (apenas mobile)
   ============================================================ */
@media (max-width: 767px) {
  /* remove espaço do banner */
  .gtco-banner-area {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
  }

  /* aproxima a seção seguinte */
  #services {
    margin-top: -170px !important; /* ajusta o valor conforme o encaixe visual */
  }
}


@media (max-width: 767px) {
  /* Move o fundo lilás */
  #gtco-main-nav::before {
    left: 1% !important; /* ajuste fino — pode ir até 55% */
  }

  /* Move o fundo roxo */
  #gtco-main-nav::after {
    left: 4% !important; /* puxa um pouco mais pra equilibrar */
  }
}

/* centralizar imagem NOSSA TEIA */ 
@media (max-width: 767px) {
  #services .col-md-7 .card {
    text-align: center;
    position: relative;
  }

  #services .col-md-7 svg {
    display: block;
    margin: 0 auto;
    transform: translateX(12%); /* ajuste visual — puxa levemente pra esquerda */
  }

  #services .col-md-7 img {
    display: block;
    margin: 0 auto;
    transform: translateX(11%); /* acompanha o svg */
  }
}

@media (max-width: 767px) {
  .stats-section h2.stats-title {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin: 10px auto 20px auto;
    color: #fff;
  }
}

@media (max-width: 767px) {
  #gtco-footer h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    color: #444279; /* mantém o roxo da identidade */
    margin: 10px auto 25px auto;
  }
}

#gtco-footer,
#gtco-footer * {
  font-family: 'Poppins', sans-serif !important;
}

/* ============================
   RODAPÉ - AJUSTES PARA MOBILE
   ============================ */

@media (max-width: 767px) {
  #gtco-footer {
    padding: 40px 20px;
    text-align: center;
  }

  #gtco-footer .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }

  #gtco-footer [class*="col-"] {
    width: 100%;
    max-width: 340px;
  }

  #gtco-footer h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #444279;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  #gtco-footer p,
  #gtco-footer a,
  #gtco-footer li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }

  #gtco-footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
  }

  #gtco-footer ul li {
    margin-bottom: 6px;
  }

  #gtco-footer a:hover {
    color: #444279;
    text-decoration: underline;
  }

  /* ÍCONES SOCIAIS CORRIGIDOS */
  #gtco-footer .follow-us-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }

  #gtco-footer .follow-us-nav li {
    list-style: none;
  }

  #gtco-footer .follow-us-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f2f2f2;
    color: #444279;
    font-size: 18px;
    transition: all 0.3s ease;
  }

  #gtco-footer .follow-us-nav a:hover {
    background: #444279;
    color: #fff;
    transform: scale(1.1);
  }

  /* Corrige ícone Font Awesome */
  #gtco-footer .follow-us-nav .fa {
    font-size: 18px !important;
  }
}


/* ============================
   ÍCONES SOCIAIS - SEM CÍRCULO
   ============================ */
/* ============================
   ÍCONES SOCIAIS - LIMPOS E CENTRALIZADOS
   ============================ */
#gtco-footer .follow-us-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

#gtco-footer .follow-us-nav li {
  display: inline-block;
}

#gtco-footer .follow-us-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #444279;
  font-size: 28px;
  text-decoration: none;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  transition: all 0.3s ease;
}

#gtco-footer .follow-us-nav a:hover {
  color: #222;
  transform: scale(1.15);
}

/* Mobile */
@media (max-width: 767px) {
  #gtco-footer .follow-us-nav a {
    font-size: 26px;
  }
}

#gtco-footer a {
  color: #442779 !important;
  text-decoration: none;
}

#gtco-footer a:hover {
  color: #222 !important;
  text-decoration: underline;
}

/* ============================
   BOTÃO "LER MAIS" - CENTRALIZAR NO MOBILE
   ============================ */
@media (max-width: 767px) {
  .gtco-feature a.btn,
  .gtco-news .owl-carousel .card a.btn {
    display: block !important;
    margin: 10px auto !important;
    left: auto !important;
    transform: none !important;
    text-align: center !important;
  }
}

/* ============================
   MENU HAMBÚRGUER NAS PÁGINAS DO BLOG
   ============================ */
.blog-page .navbar-light .navbar-toggler {
  border-color: rgba(68, 39, 121, 0.4) !important;
}

.blog-page .navbar-light .navbar-toggler-icon,
.blog-page .navbar-toggler .bar1,
.blog-page .navbar-toggler .bar2,
.blog-page .navbar-toggler .bar3 {
  background-color: #442779 !important;
}

/* ============================
   IMAGENS DENTRO DOS POSTS DO BLOG
   ============================ */
.blog-post .conteudo-post img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* ============================
   TEXTO DO POST - MOBILE AJUSTE (JUSTIFICADO)
   ============================ */
@media (max-width: 767px) {
  .blog-post .conteudo-post p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    text-align: justify !important;
    color: #555 !important;
    margin: 10px auto !important;
  }

  .blog-post .conteudo-post {
    padding: 0 12px;
  }
}

/* ============================
   SIDEBAR CENTRALIZADO NO MOBILE
   ============================ */
@media (max-width: 767px) {
  .sidebar {
    margin: 30px auto !important;
    max-width: 90% !important;
    min-height: auto !important;
    display: block;
    position: relative;
    left: 0 !important;
    right: 0 !important;
  }
}

/* ============================
   RODAPÉ REFINADO
   ============================ */
/* ============================
   RODAPÉ REFINADO - SOMENTE DESKTOP
   ============================ */
@media (min-width: 768px) {
  #gtco-footer {
    background: #fafafa;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
    color: #444279;
    border-top: 1px solid #eee;
  }

  #gtco-footer h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444279;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }

  #gtco-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #gtco-footer ul li {
    margin-bottom: 10px;
  }

  #gtco-footer a {
    color: #555;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  #gtco-footer a:hover {
    color: #442779;
  }

  /* Ícones sociais */
  #gtco-footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 5px;
    border-radius: 50%;
    background: #f2f2f2;
    color: #442779;
    transition: all 0.3s ease;
  }

  #gtco-footer .social-icons a:hover {
    background: #442779;
    color: #fff;
  }

  /* Rodapé inferior */
  #gtco-footer .text-center small {
    color: #666;
    font-size: 14px;
  }

  #gtco-footer .text-center a {
    color: #442779;
    font-weight: 500;
  }

  #gtco-footer .text-center a:hover {
    text-decoration: underline;
  }
}

/* ============================
   Alinhar ícones sociais ao título (somente desktop)
   ============================ */
@media (min-width: 768px) {
  #gtco-footer .follow-us-nav,
  #gtco-footer .social-icons {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  #gtco-footer .follow-us-nav li,
  #gtco-footer .social-icons a {
    margin-right: 10px;
  }
}

.center-title {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
}


/* RESPONSIVO tablet */

/* --- Ajuste APENAS para o modo tablet (entre mobile e desktop) --- */
@media (min-width: 768px) and (max-width: 1100px) {
  #servicos .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

  #servicos .media {
    flex: 0 0 48%;           /* duas colunas por linha */
    max-width: 48%;
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* Garante que o conteúdo interno se alinhe bem */
  #servicos .media-body {
    flex-grow: 1;
  }

  /* Remove possíveis distorções de padding ou margin */
  #servicos .col-md-6,
  #servicos .col-lg-4 {
    display: flex;
    align-items: stretch;
  }
}

/* --- AJUSTES EXCLUSIVOS PARA TABLET (entre 768px e 991px) --- */
@media (min-width: 768px) and (max-width: 991px) {
  
  /* Aumenta o container no tablet */
  #blog .container {
    max-width: 95% !important;
    margin: 0 auto;
  }

  /* Centraliza o conteúdo dentro da linha */
  #blog .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

  /* Faz os cards ocuparem duas colunas */
  #blog .card {
    flex: 0 0 48%;         /* 2 colunas lado a lado */
    max-width: 48%;
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  /* Garante alinhamento e altura uniforme */
  #blog .card-body {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

/* ============================================================
   TABLET: Menu hamburguer centralizado e ampliado
   ============================================================ */
@media (min-width: 768px) and (max-width: 1024px) {

  /* garante contexto pro botão */
  #gtco-main-nav .container {
    position: relative;
  }

  /* botão hamburguer */
  .navbar-toggler {
    position: absolute;
    top: 18px;
    right: 35px;
    z-index: 1000;
  }

  /* menu overlay fixo igual ao mobile */
  .navbar-collapse {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #442779 0%, #a855f7 100%);
    display: none !important;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* centraliza verticalmente */
    z-index: 9999 !important;
    text-align: center;
    padding: 0 20px;
  }

  /* quando aberto */
  .navbar-collapse.show {
    display: flex !important;
    animation: fadeIn 0.4s ease-in-out;
  }

  /* fade suave ao abrir */
  @keyframes fadeIn {
    from { opacity: 0; transform: scale(1.02); }
    to { opacity: 1; transform: scale(1); }
  }

  /* links maiores e mais espaçados */
  .navbar-collapse a {
    color: #fff !important;
    font-size: 1.8rem !important;     /* fonte maior */
    font-weight: 500;
    margin: 18px 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
  }

  /* efeito de leve brilho ao passar o mouse */
  .navbar-collapse a:hover {
    color: #fffc !important;
    text-shadow: 0 0 8px rgba(255,255,255,0.3);
    transform: scale(1.05);
  }

  /* botão X fixo */
  .navbar-toggler.change {
    position: fixed !important;
    top: 25px !important;
    right: 35px !important;
    z-index: 10000 !important;
  }

  /* ícones sociais maiores e centralizados */
  #gtco-main-nav form {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 25px;
  }

  #gtco-main-nav form .social-btn {
    font-size: 2.2rem !important;
    color: #fff !important;
    transition: all 0.3s ease;
  }

  #gtco-main-nav form .social-btn:hover {
    transform: scale(1.2);
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
  }

/* Responsividade do painel admin */
@media (max-width: 768px) {
  /* Deixa o header empilhado */
  .dashboard-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  /* Reduz margens e padding */
  main.container {
    padding: 20px 10px !important;
  }

  /* Ajusta tabela */
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table {
    min-width: 600px;
  }

  /* Botões um abaixo do outro */
  .table td a.btn {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }

  /* Títulos menores */
  h2.text-purple {
    font-size: 1.3rem;
  }
}

/* === CURSOR PERSONALIZADO === */
/* === CURSOR PERSONALIZADO === */
body {
  cursor: none !important;
}

.cursor-inner,
.cursor-outer {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

/* Bolinha central */
.cursor-inner {
  width: 8px;
  height: 8px;
  background: #1bb5b8;
}

/* Círculo externo */
.cursor-outer {
  width: 32px;
  height: 32px;
  border: 2px solid #1bb5b8;
  opacity: 0.7;
  transition: width 0.2s ease, height 0.2s ease, border 0.2s ease, opacity 0.3s;
}

/* Efeito em links e botões */
a:hover ~ .cursor-outer,
button:hover ~ .cursor-outer {
  width: 45px;
  height: 45px;
  opacity: 0.5;
}








