:root {
    --primary-color: #1071a1;
    --secondary-color: #ff6b00;
    --cta-color: #ff6500;
    --light-gray: #f8f9fa;
    --dark-gray: #343a40;
}

body {
    font-family: 'Inter', sans-serif;
    padding-top: 76px;
}

.hero-section {
    background: #1a6085;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: unset;
    display: flex;
    align-items: center;
}

.hero-section h1,
.hero-section p,
.hero-section .lead,
.hero-section .btn {
    color: #fff !important;
}

.navbar {
    transition: all 0.3s ease;
}

.navbar-brand {
    font-size: 1.5rem;
}

.nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: #0c5a7a;
    border-color: #0c5a7a;
}

.btn-cta {
    background-color: var(--cta-color) !important;
    border-color: var(--cta-color) !important;
    color: #fff !important;
}

.btn-cta:hover, .btn-cta:focus {
    background-color: #cc5200 !important;
    border-color: #cc5200 !important;
    color: #fff !important;
}

.bg-cta {
    background-color: var(--cta-color) !important;
    color: #fff !important;
}

.text-cta {
    color: var(--cta-color) !important;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-warning {
    color: var(--secondary-color) !important;
}

.display-4 {
    font-weight: 700;
    line-height: 1.2;
}

.lead {
    font-size: 1.1rem;
    font-weight: 400;
}

.bi {
    line-height: 1;
}

footer a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

footer a:hover {
    opacity: 0.8;
}

/* Estilos para a página de planos */
.ribbon {
    position: absolute;
    top: 20px;
    right: -5px;
    padding: 5px 10px;
    background: var(--secondary-color);
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 3px;
}

.ribbon:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    border-left: 5px solid transparent;
    border-right: 0;
    border-top: 5px solid #cc5500;
}

/* Estilos para a página de integrações */
.circle-step {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
}

pre code {
    font-family: 'Fira Code', monospace;
    font-size: 0.9rem;
}

.integration-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .hero-section .btn-group {
        justify-content: center;
    }
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
}

.whatsapp-float i {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }
    .whatsapp-float i {
        margin-top: 12px;
    }
}

/* Footer Styles */
.footer {
    background-color: var(--dark-gray);
    color: #fff;
    padding: 4rem 0 2rem;
}

.footer-logo {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.footer-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.footer h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-contact {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.footer-contact i {
    margin-right: 10px;
    color: var(--primary-color);
}

.footer-bottom {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    gap: 1rem;
}

.social-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-links a:hover {
    color: #fff;
    transform: translateY(-3px);
}

/* Highlight Effect */
.destacar {
    position: relative;
    color: var(--cta-color);
    z-index: 1;
}

.destacar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: var(--cta-color);
    opacity: 0.2;
    z-index: -1;
    transition: height 0.3s ease;
}

.destacar:hover::after {
    height: 100%;
}

.bg-header-personalizada {
    background-color: #1a6085 !important;
    color: #fff !important;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-left {
  opacity: 0;
  animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
} 
.text_seo {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.text_seo h2,
.text_seo h3,
.text_seo h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #1a6085;
  font-weight: 600;
}

.text_seo h2 {
  font-size: 2rem;
  border-left: 5px solid #007BFF;
  padding-left: 10px;
}

.text_seo h3 {
  font-size: 1.6rem;
}

.text_seo h4 {
  font-size: 1.3rem;
}

.text_seo p {
  margin-bottom: 1.2rem;
  font-size: 1rem;
  text-align: justify;
}

/* Listas */
.text_seo ul {
  margin-bottom: 1.2rem;
  padding-left: 20px;
  list-style: disc;
}

.text_seo ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

/* Tabelas */
.text_seo table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  overflow-x: auto;
}

.text_seo table th,
.text_seo table td {
  padding: 0.75rem;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.text_seo table th {
  background-color: #f4f4f4;
  font-weight: 600;
}

/* Responsividade */
@media (max-width: 768px) {
  .text_seo h2 {
    font-size: 1.75rem;
  }

  .text_seo h3 {
    font-size: 1.4rem;
  }

  .text_seo h4 {
    font-size: 1.1rem;
  }

  .text_seo p,
  .text_seo ul li {
    font-size: 0.95rem;
  }
}