@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap");

body {
  font-family: 'Lato', sans-serif;
  color: #040000;
  line-height: 1.6;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2,
.heading_container h1 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
}

.heading_container p {
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: 'Merriweather Sans', sans-serif;
}

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

/*header section*/
.hero_area {
  position: relative;
  background-color: #d1e3ff;
}

.header_section {
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.header_top {
  background-color: #0355cc;
  padding: 4px 0;
}

.contact_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contact_nav a {
  color: #ffffff;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  margin-left: 20px;
}

.contact_nav a i {
  font-size: 15px;
  margin-right: 5px;
  color: #ffffff !important;
}

.contact_nav a:hover {
  color: #ffffff;
  opacity: 0.8;
}

.header_bottom {
  padding: 4px 0;
}

.navbar {
  padding: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.navbar-brand img {
  height: 75px;
  width: auto;
  transition: all 0.3s ease;
}

.navbar-collapse {
  display: block !important;
}

.navbar-nav {
  margin-left: auto;
  align-items: center;
}

.navbar-nav .nav-item {
  margin: 0 2px;
}

.navbar-nav .nav-link {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #0355cc;
  background-color: rgba(3, 85, 204, 0.05);
}

.navbar-nav .nav-item.active .nav-link {
  color: #0355cc;
  background-color: rgba(3, 85, 204, 0.1);
  font-weight: 600;
  border-bottom: 2px solid #0355cc;
}

.navbar-toggler {
  display: none;
}

@media (max-width: 991px) {
  .navbar {
    flex-wrap: nowrap;
  }
  
  .navbar-nav {
    margin: 0;
    flex-direction: row;
    justify-content: flex-end;
  }
  
  .navbar-nav .nav-item {
    margin: 0 2px;
  }
  
  .navbar-nav .nav-link {
    padding: 5px 10px;
    font-size: 13px;
  }
  
  .navbar-collapse {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    margin-top: 0;
    flex: 1;
  }
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote_btn-container a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 28px;
  background-color: #0355cc;
  color: #ffffff;
  border-radius: 999px;
  text-transform: none;
  margin-right: 10px;
  border: 2px solid #0355cc;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(3, 85, 204, 0.22);
}

.quote_btn-container a:hover {
  background-color: #0244a3;
  color: #ffffff;
  transform: translateY(-2px);
}

.quote_btn-container a i {
  color: #ffffff;
  margin-left: 5px;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: bottom;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  padding-bottom: 90px;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  color: #0355cc;
  font-size: 2.8rem;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.slider_section .detail-box p {
  color: #444;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0355cc;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  margin-right: 10px;
  border: 1px solid #0355cc;
  font-weight: 500;
  transition: all 0.3s ease;
}

.slider_section .detail-box a:hover {
  background-color: #0244a3;
  color: #ffffff;
  transform: translateY(-2px);
}

.slider_section .detail-box .hero_subtitle {
  margin-top: 12px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #444;
  line-height: 1.8;
}

.slider_section .detail-box .hero_highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.slider_section .detail-box .hero_highlights li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  color: #2e2e2e;
  font-size: 15px;
}

.slider_section .detail-box .hero_highlights i {
  color: #28a745;
  margin-top: 3px;
}

.slider_section .detail-box .hero_cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: stretch;
  max-width: 380px;
}

/* CTA padrão para botões de ação semelhantes */
.btn_cta {
  margin-right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 48px;
  min-width: 0;
  padding: 12px 24px;
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #0355cc;
  transition: all 0.3s ease;
  width: 100%;
  gap: 8px;
}

.btn_cta_primary {
  background: #0355cc;
  color: #ffffff;
  border-color: #0355cc;
  box-shadow: 0 8px 18px rgba(3, 85, 204, 0.22);
}

.btn_cta_primary:hover {
  background: #0244a3;
  border-color: #0244a3;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(3, 85, 204, 0.3);
}

.btn_cta_secondary {
  background: #ffffff;
  color: #0355cc;
  border-color: #0355cc;
}

.btn_cta_secondary:hover {
  background: #eef4ff;
  color: #0244a3;
  border-color: #0244a3;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(3, 85, 204, 0.15);
}

.btn_cta_light {
  background: #eaf1ff;
  color: #0355cc;
  border-color: #d2dff8;
}

.btn_cta_light:hover {
  background: #dbe8ff;
  border-color: #b8cff8;
  color: #0244a3;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(3, 85, 204, 0.12);
}

.btn_cta,
.btn_pricing,
.btn_submit,
.contact_form .btn_submit {
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0;
}

/* Focus e active states para acessibilidade e feedback tátil */
.btn_cta:focus-visible,
.btn_pricing:focus-visible,
.btn_submit:focus-visible {
  outline: 3px solid rgba(3, 85, 204, 0.5);
  outline-offset: 2px;
}

.btn_cta:active,
.btn_pricing:active,
.btn_submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(3, 85, 204, 0.2);
}

.slider_section .detail-box .hero_cta_secondary {
  background-color: #ffffff;
  color: #0355cc;
}

.slider_section .detail-box .hero_cta_secondary:hover {
  background-color: #eef4ff;
  color: #0244a3;
  box-shadow: 0 6px 16px rgba(3, 85, 204, 0.15);
}

.slider_section .detail-box .hero_cta_tertiary {
  background: #eaf1ff;
  color: #0355cc;
  border: 2px solid #d2dff8;
}

.slider_section .detail-box .hero_cta_tertiary:hover {
  background: #dbe8ff;
  border-color: #b8cff8;
  color: #0244a3;
  box-shadow: 0 6px 16px rgba(3, 85, 204, 0.12);
}

.slider_section .detail-box .hero_cta_primary {
  box-shadow: 0 8px 18px rgba(3, 85, 204, 0.22);
}

.slider_section .detail-box .hero_cta_primary:hover {
  box-shadow: 0 8px 22px rgba(3, 85, 204, 0.3);
}

.slider_section .detail-box .hero_cta_secondary:hover,
.slider_section .detail-box .hero_cta_tertiary:hover {
  transform: translateY(-2px);
}

.slider_section .detail-box .hero_trust {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 13px;
  color: #555;
}

@media (min-width: 1400px) {
  .slider_section .detail-box .hero_cta {
    grid-template-columns: repeat(3, 1fr);
    max-width: 640px;
  }

  .slider_section .detail-box .hero_cta .btn_cta {
    font-size: 14px;
    padding: 12px 20px;
    white-space: nowrap;
  }
}

.slider_section .img-box img {
  width: 100%;
}

.feature_section {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_section .feature_container .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 10px;
  padding: 45px 15px;
  background-color: #ffffff;
  color: #555089;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.feature_section .feature_container .box .img-box {
  width: 90px;
  height: 90px;
}

.feature_section .feature_container .box .img-box svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #726dae;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_section .feature_container .box .img-box svg path {
  fill: #726dae;
}

.feature_section .feature_container .box .name {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
  margin-bottom: 0;
}

.feature_section .feature_container .box:hover,
.feature_section .feature_container .box.active {
  background-color: #ff8a1d;
  color: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg,
.feature_section .feature_container .box.active .img-box svg {
  fill: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg path,
.feature_section .feature_container .box.active .img-box svg path {
  fill: #ffffff;
}

.audience_section,
.process_section,
.faq_section {
  padding: 70px 0;
  background: #ffffff;
}

.process_section {
  background: #f8f9fb;
}

.audience_card,
.process_step,
.faq_item {
  background: #ffffff;
  border: 1px solid #e6ebf3;
  border-radius: 12px;
  padding: 24px 20px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.audience_card:hover,
.process_step:hover,
.faq_item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(3, 85, 204, 0.12);
}

.audience_card h5,
.process_step h5,
.faq_item h5 {
  color: #0355cc;
  font-size: 19px;
  margin-bottom: 10px;
}

.audience_card p,
.process_step p,
.faq_item p {
  margin: 0;
  color: #525252;
  line-height: 1.65;
}

.process_step {
  text-align: left;
}

.process_step .step_number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: #0355cc;
  color: #ffffff;
  font-weight: 700;
}

.faq_section .faq_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.faq_section .faq_cta .btn_submit {
  width: auto;
  min-width: 260px;
  text-align: center;
  border-radius: 999px;
  padding: 14px 28px;
  text-transform: none;
  font-weight: 600;
  font-size: 15px;
}

.faq_help_text {
  margin: 20px 0 8px;
  color: #4a5d78;
  font-size: 15px;
}

.btn_instagram {
  background: #ffffff;
  color: #0355cc;
  border: 2px solid #0355cc;
}

.btn_instagram:hover {
  background: #eef4ff;
  color: #0244a3;
  border-color: #0244a3;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(3, 85, 204, 0.15);
}

.about_section {
  padding: 30px 0;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 10px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0355cc;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  margin-right: 10px;
  border: 1px solid #0355cc;
  font-weight: 500;
  transition: all 0.3s ease;
}

.about_section .detail-box a:hover {
  background-color: #0244a3;
  color: #ffffff;
  transform: translateY(-2px);
}

.about_section .detail-box a i {
  color: #ffffff;
  margin-left: 5px;
}

.about_section .img-box img {
  width: 100%;
}

.professional_section {
  background-color: #f8f9fa;
  padding: 30px 0;
}

.professional_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.professional_section .img-box img {
  width: 100%;
}

.professional_section .detail-box {
  padding: 20px;
}

.professional_section .detail-box h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333333;
}

.professional_section .detail-box p {
  color: #666666;
  margin-bottom: 25px;
  line-height: 1.6;
}

.professional_section .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #0355cc;
  color: #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.professional_section .detail-box a:hover {
  background-color: #0244a3;
  transform: translateY(-2px);
}

.professional_section .detail-box a i {
  color: #ffffff;
  margin-left: 5px;
}

.professional_section .detail-box a i.fa-whatsapp {
  color: #ffffff !important;
}

.service_section {
  padding: 30px 0;
  background-color: #f8f9fa;
}

.service_section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.service_section .box {
  background: #ffffff;
  padding: 20px 14px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  border: 2px solid #0355cc;
  margin: 0;
}

.service_section .row {
  margin: -10px;
}

.service_section .col-sm-6 {
  padding: 10px;
}

.service_section .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(3, 85, 204, 0.15);
}

.service_section .box .img-box {
  margin-bottom: 12px;
  text-align: center;
}

.service_section .box .img-box img {
  width: 80px;
  height: auto;
}

.service_section .box .detail-box h5 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service_section .box .detail-box p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.service_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  width: auto;
  max-width: 360px;
}

.client_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.client_section .box {
  margin: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .client_id .img-box {
  width: 125px;
  min-width: 125px;
  margin-right: 15px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_id .client_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 25px;
}

.client_section .box .client_id .client_detail .client_info h6 {
  margin-bottom: 0;
}

.client_section .box .client_id .client_detail .client_info i {
  color: #fbaf5d;
}

.client_section .box .client_text {
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #0355cc;
  outline: none;
  margin: 0 20px;
  color: #ffffff;
}

.heading_container {
  margin-bottom: 30px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: #080808;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.contact_section input:focus {
  box-shadow: 0 0 10px 0 rgba(3, 85, 204, 0.2);
}

.contact_section input::-webkit-input-placeholder {
  color: #737272;
}

.contact_section input:-ms-input-placeholder {
  color: #737272;
}

.contact_section input::-ms-input-placeholder {
  color: #737272;
}

.contact_section input::placeholder {
  color: #737272;
}

.contact_section input.message-box {
  height: 135px;
}

.contact_section button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: none;
  padding: 14px 32px;
  background-color: #0355cc;
  border: 2px solid #0355cc;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  margin-top: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(3, 85, 204, 0.22);
}

.contact_section button:hover {
  background-color: #0244a3;
  border-color: #0244a3;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(3, 85, 204, 0.3);
}

.contact_section .img-box img {
  width: 100%;
}

.info_section {
  background-color: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}

.info_section h4 {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.info_section h4:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #0355cc;
}

.info_items .item {
  background: #ffffff;
  padding: 20px 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  border: 2px solid #0355cc;
  margin-bottom: 20px;
}

.info_items .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(3, 85, 204, 0.15);
}

.info_items .item .img-box {
  width: 50px;
  height: 50px;
  background: #0355cc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
}

.info_items .item:hover .img-box {
  background: #0244a3;
  transform: rotateY(180deg);
}

.info_items .item .img-box i {
  font-size: 20px;
  color: #ffffff;
}

.info_items .item .img-box i.fa-whatsapp {
  color: #ffffff !important;
}

.info_items .item p {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.social-box {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.social-box h4 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.social-box .box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-box a {
  width: 45px;
  height: 45px;
  background: #0355cc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-box a:hover {
  background: #0244a3;
  transform: translateY(-3px);
}

.social-box a i {
  font-size: 20px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .info_section {
    padding: 40px 15px;
  }
  
  .info_section .container {
    padding: 0 15px;
  }
  
  .info_items .item {
    margin-bottom: 20px;
    padding: 15px 10px;
  }
  
  .info_items .row {
    margin: 0 -10px;
  }
  
  .info_items .col-md-4 {
    padding: 0 10px;
  }
}

/* footer section*/
.footer_section {
  background-color: #0a0f43;
}

.footer_section p {
  margin: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
  border-top: 0.8px solid #ffffff;
}

.footer_section a {
  color: inherit;
}

.form_trust {
  margin: 10px 0 0;
  font-size: 13px;
  color: #555;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */

/* Pricing Section */
.pricing_section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 30px 0;
}

.pricing_card {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 2px solid #0355cc;
}

.pricing_card:hover {
  transform: scale(1.05) translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.pricing_card.featured {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid #0355cc;
  transform: scale(1.05);
}

.pricing_card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.plan_badge {
  position: absolute;
  top: 10px;
  right: -60px;
  background: #0355cc;
  color: #ffffff;
  padding: 6px 45px;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 10px rgba(3, 85, 204, 0.3);
  z-index: 1;
  min-width: 120px;
  text-align: center;
}

.pricing_header {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 5px;
  position: relative;
  flex: 0 0 auto;
}

.pricing_header h3 {
  color: #0355cc;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.price {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin: 5px 0;
}

.price .currency {
  font-size: 24px;
  vertical-align: super;
  color: #666;
}

.price .period {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

.plan_description {
  color: #666;
  font-size: 13px;
  margin: 5px 0;
  line-height: 1.4;
  min-height: 35px;
  padding: 0 5px;
  flex: 0 0 auto;
}

.pricing_features {
  margin: 10px 0;
  padding: 0 5px;
  flex: 1 1 auto;
}

.pricing_features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing_features li {
  padding: 4px 0;
  color: #666;
  font-size: 13px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.pricing_features li i {
  margin-right: 8px;
  font-size: 16px;
  width: 16px;
  text-align: center;
}

.pricing_features li i.fa-check {
  color: #28a745;
}

.pricing_features li i.fa-times {
  color: #dc3545;
}

.pricing_features li.disabled {
  color: #999;
  text-decoration: line-through;
}

.pricing_footer {
  text-align: center;
  margin-top: auto;
  padding: 0 10px;
  flex: 0 0 auto;
}

.btn_pricing {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: #0355cc;
  color: #ffffff;
  border-radius: 999px;
  font-weight: 600;
  text-transform: none;
  transition: all 0.3s ease;
  border: 2px solid #0355cc;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0;
  min-height: 48px;
  box-shadow: 0 8px 18px rgba(3, 85, 204, 0.22);
}

.btn_pricing:hover {
  background: #0244a3;
  border-color: #0244a3;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(3, 85, 204, 0.3);
}

.pricing_card.featured .btn_pricing {
  background: #0355cc;
  border-color: #0355cc;
}

.pricing_card.featured .btn_pricing:hover {
  background: #0244a3;
  border-color: #0244a3;
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(3, 85, 204, 0.3);
}

.pricing_note {
  color: #666;
  font-size: 14px;
  max-width: 800px;
  margin: 15px auto 30px;
  line-height: 1.5;
  font-style: italic;
  padding: 12px 20px;
  background: rgba(3, 85, 204, 0.05);
  border-radius: 8px;
  border: 2px solid #0355cc;
  text-align: center;
}

.pricing_footer_note {
  color: #666;
  font-size: 14px;
  max-width: 800px;
  margin: 15px auto 30px;
  line-height: 1.5;
  font-style: italic;
  padding: 12px 20px;
  background: rgba(3, 85, 204, 0.05);
  border-radius: 8px;
  border: 2px solid #0355cc;
  text-align: center;
  margin-top: 40px;
}

.pricing_footer_note p {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  font-style: italic;
}

/* Responsividade para os Cards de Preço */
@media (max-width: 992px) {
  .pricing_card {
    transform: scale(1);
  }
  
  .pricing_card:hover {
    transform: translateY(-10px);
  }
  
  .pricing_features ul {
    min-height: 260px;
  }
}

@media (max-width: 768px) {
  .pricing_section {
    padding: 40px 0;
  }

  .slider_section .detail-box .hero_cta a,
  .btn_cta,
  .faq_section .faq_cta .btn_submit,
  .quick_contact_cta .btn_submit,
  .service_section .btn-box a {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .audience_section,
  .process_section,
  .faq_section {
    padding: 45px 0;
  }

  .audience_card,
  .process_step,
  .faq_item {
    margin-bottom: 16px;
  }

  .slider_section .detail-box .hero_highlights li {
    font-size: 14px;
  }
  
  .pricing_card {
    margin-bottom: 20px;
    padding: 15px 10px;
  }
  
  .pricing_section .row {
    margin: 0 -10px;
  }
  
  .pricing_section .col-md-4 {
    padding: 0 10px;
  }
  
  .price {
    font-size: 36px;
  }
  
  .pricing_features li {
    font-size: 14px;
  }
  
  .btn_pricing {
    padding: 14px 28px;
    font-size: 14px;
  }
  
  .pricing_note {
    font-size: 14px;
    margin: 15px auto 30px;
  }
  
  .pricing_features ul {
    min-height: 180px;
  }
}

@media (max-width: 576px) {
  .pricing_section {
    padding: 30px 0;
  }
  
  .pricing_card {
    padding: 15px 10px;
  }
  
  .price {
    font-size: 32px;
  }
  
  .pricing_header h3 {
    font-size: 20px;
  }
  
  .pricing_features li {
    font-size: 13px;
  }
  
  .btn_pricing {
    padding: 14px 24px;
    font-size: 14px;
  }
  
  .pricing_footer_note p {
    font-size: 12px;
  }
  
  .pricing_features ul {
    min-height: 160px;
  }
}

/* Modernização do Header */
.header_section .header_top {
  background: linear-gradient(45deg, #0355cc, #1a73e8);
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  font-weight: 500;
}

.header_section .header_top .contact_nav a i {
  color: #0355cc;
}

/* Modernização do Hero Section */
.hero_area {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.slider_section .detail-box h1 {
  font-size: 48px;
  font-weight: 700;
  color: #0355cc;
  margin-bottom: 20px;
}

.slider_section .detail-box p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.slider_section .detail-box a.btn_cta {
  text-transform: none;
  padding: 10px 22px;
  border-radius: 999px;
  letter-spacing: 0;
}

.slider_section .detail-box a.btn_cta:hover {
  transform: translateY(-2px);
}

/* Contact Form Styles */
.contact_section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
}

.contact_form {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact_form .form-group {
  margin-bottom: 20px;
}

.contact_form .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contact_form .form-control:focus {
  border-color: #0355cc;
  box-shadow: 0 0 0 2px rgba(3, 85, 204, 0.1);
}

.contact_form .message-box {
  resize: none;
}

.contact_form .btn_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #0355cc;
  color: #fff;
  padding: 14px 32px;
  border: 2px solid #0355cc;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(3, 85, 204, 0.22);
}

.contact_form .btn_submit:hover {
  background: #0244a3;
  border-color: #0244a3;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(3, 85, 204, 0.3);
}

.contact_form .btn_submit i {
  margin-right: 8px;
}

.quick_contact_cta {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.quick_contact_cta .btn_submit {
  min-width: 240px;
  text-align: center;
  border-radius: 999px;
  padding: 14px 28px;
  text-transform: none;
  font-weight: 600;
  font-size: 15px;
}

/* Corrigindo estilos dos botões em geral */
button,
.btn,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #0355cc;
  color: #ffffff;
  border: 2px solid #0355cc;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 600;
  text-transform: none;
  transition: all 0.3s ease;
  font-size: 14px;
  letter-spacing: 0;
  cursor: pointer;
}

button:hover,
.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-light:hover,
.btn-dark:hover {
  background: #0244a3;
  border-color: #0244a3;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(3, 85, 204, 0.3);
}

/* Responsividade do Formulário */
@media (max-width: 768px) {
  .contact_form {
    padding: 30px 20px;
  }
  
  .contact_form .form-control {
    height: 45px;
    font-size: 14px;
  }
  
  .contact_form .btn_submit {
    padding: 14px 28px;
    font-size: 14px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact_form {
    padding: 20px 15px;
  }
  
  .contact_form .form-control {
    height: 40px;
    font-size: 13px;
  }
  
  .contact_form .btn_submit {
    padding: 14px 24px;
    font-size: 14px;
    width: 100%;
  }
}

.fa-whatsapp {
  color: #0355cc !important;
}

.benefits_section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.benefits_section .box {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  border: 2px solid #0355cc;
}

.benefits_section .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(3, 85, 204, 0.15);
}

.benefits_section .number {
  margin-bottom: 20px;
}

.benefits_section .number h2,
.benefits_section .number .stat-number {
  color: #0355cc;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.benefits_section h6 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.benefits_section p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .benefits_section {
    padding: 40px 15px;
  }
  
  .benefits_section .box {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
  
  .benefits_section .row {
    margin: 0;
  }
  
  .benefits_section .col-md-3 {
    padding: 0;
    margin-bottom: 20px;
  }
  
  .info_section {
    padding: 40px 15px;
  }
  
  .info_section .container {
    padding: 0;
  }
  
  .info_items .item {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
  
  .info_items .row {
    margin: 0;
  }
  
  .info_items .col-md-4 {
    padding: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .contact_section .form-control {
    padding: 10px 15px;
    font-size: 14px;
  }
  
  .contact_section .message-box {
    min-height: 120px;
  }
  
  .contact_section .form-group {
    margin-bottom: 20px;
  }
  
  .contact_section .btn-box {
    margin-top: 20px;
  }
  
  .contact_section .btn-box button {
    width: 100%;
    padding: 14px 0;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .service_section {
    padding: 40px 0;
  }
  
  .service_section .container {
    padding: 0 15px;
  }
  
  .service_section .box {
    margin: 0;
    padding: 18px 12px;
  }
  
  .service_section .row {
    margin: -8px;
  }
  
  .service_section .col-sm-6 {
    padding: 8px;
  }
}

/* Blog Styles */
.blog_section {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 80vh;
  position: relative;
}

.blog_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(3, 85, 204, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(2, 136, 209, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.blog_section .container {
  position: relative;
  z-index: 1;
}

.blog_section .heading_container {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

.blog_section .heading_container h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #0355cc;
  margin-bottom: 15px;
  font-family: 'Merriweather Sans', sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  animation: fadeInDown 0.8s ease-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog_section .heading_container p {
  font-size: 1.25rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Improve spacing between cards (horizontal + vertical) */
.blog_section .row {
  margin-left: -20px;
  margin-right: -20px;
  row-gap: 40px;
}

.blog_section .row > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.blog_section .box {
  background: #fff;
  border: none;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 30px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 
    0 10px 30px rgba(3, 85, 204, 0.1),
    0 1px 8px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.blog_section .box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0355cc, #0288d1, #00bcd4);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.blog_section .box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(3, 85, 204, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(50%, -50%);
  transition: all 0.5s ease;
}

.blog_section .box:hover::before {
  transform: scaleX(1);
}

.blog_section .box:hover::after {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(3, 85, 204, 0.08) 0%, transparent 70%);
}

.blog_section .box:hover {
  box-shadow: 
    0 20px 50px rgba(3, 85, 204, 0.2),
    0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.blog_section .box h2 {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 18px;
  color: #1a1a1a;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Merriweather Sans', sans-serif;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}

.blog_section .box:hover h2 {
  color: #0355cc;
}

.blog_section .box p {
  color: #555;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 28px;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}

.blog_section .box .btn_pricing {
  margin-top: auto;
  align-self: flex-start;
  padding: 14px 32px;
  font-size: 0.95rem;
  font-weight: 600;
  width: auto;
  border-radius: 999px;
  background: #0355cc;
  color: #fff;
  text-transform: none;
  transition: all 0.3s ease;
  border: 2px solid #0355cc;
  box-shadow: 0 8px 18px rgba(3, 85, 204, 0.22);
  position: relative;
  z-index: 2;
}

.blog_section .box .btn_pricing:hover {
  background: #0244a3;
  border-color: #0244a3;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(3, 85, 204, 0.3);
}

/* Ensure button text isn't overridden by generic article link styling */
.article_content a.btn_pricing {
  color: #fff;
  border-bottom-color: currentColor;
}

/* Article Content Styles */
.article_content {
  background: #fff;
  border: none;
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 30px;
  box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 2px 10px rgba(0, 0, 0, 0.05);
  line-height: 1.8;
  position: relative;
}

.article_content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #0355cc, #0288d1, #00bcd4);
  border-radius: 20px 20px 0 0;
}

.article_content .heading_container {
  text-align: left;
  border-bottom: 3px solid #f5f5f5;
  padding-bottom: 35px;
  margin-bottom: 45px;
}

.article_content .heading_container h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 18px;
  line-height: 1.3;
  font-family: 'Merriweather Sans', sans-serif;
}

.article_content .heading_container p {
  font-size: 1.3rem;
  color: #666;
  font-style: italic;
  line-height: 1.6;
}

.article_content h2 {
  margin-top: 45px;
  margin-bottom: 22px;
  color: #0355cc;
  font-weight: 700;
  font-size: 2rem;
  font-family: 'Merriweather Sans', sans-serif;
  position: relative;
  padding-left: 25px;
}

.article_content h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 75%;
  background: linear-gradient(180deg, #0355cc, #0288d1);
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(3, 85, 204, 0.3);
}

.article_content p {
  margin-bottom: 22px;
  font-size: 1.15rem;
  color: #333;
  line-height: 1.9;
}

.article_content strong {
  color: #0355cc;
  font-weight: 700;
}

.article_content ul, .article_content ol {
  margin-bottom: 28px;
  padding-left: 30px;
}

.article_content ul {
  list-style: none;
}

.article_content ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  font-size: 1.15rem;
  color: #333;
  line-height: 1.8;
}

.article_content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #0355cc;
  font-weight: 700;
  font-size: 1.3rem;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.article_content ol li {
  margin-bottom: 18px;
  font-size: 1.15rem;
  color: #333;
  line-height: 1.8;
  padding-left: 12px;
}

.article_content ol li::marker {
  color: #0355cc;
  font-weight: 700;
}

.article_content hr {
  border: none;
  border-top: 2px solid #f0f0f0;
  margin: 45px 0;
}

.article_content a {
  color: #0355cc;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.article_content a:hover {
  color: #0244a3;
  border-bottom-color: #0244a3;
}

.back_to_blog {
  display: inline-flex;
  align-items: center;
  color: #0355cc;
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 30px;
  padding: 12px 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e3f2fd 100%);
  transition: all 0.4s ease;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(3, 85, 204, 0.1);
}

.back_to_blog:hover {
  color: #fff;
  background: linear-gradient(135deg, #0355cc 0%, #0288d1 100%);
  transform: translateX(-8px);
  box-shadow: 0 6px 20px rgba(3, 85, 204, 0.35);
}

.back_to_blog i {
  margin-right: 10px;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

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

/* Responsive Blog Styles */
@media (max-width: 768px) {
  .blog_section .heading_container h1 {
    font-size: 2.2rem;
  }
  
  .blog_section .box {
    padding: 28px;
  }
  
  .article_content {
    padding: 35px 25px;
  }
  
  .article_content .heading_container h1 {
    font-size: 2rem;
  }
  
  .article_content h2 {
    font-size: 1.6rem;
  }
  
  .article_content p,
  .article_content li {
    font-size: 1.05rem;
  }
}
