.elementor-6342 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-6342 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

.container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(11, 37, 69, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-name {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.025em;
    font-family: 'Lora', serif;
}

.logo-subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
}

.nav-desktop {
    display: none;
    align-items: center;
    gap: 2rem;
}

@media (min-width: 768px) {
    .nav-desktop {
        display: flex;
    }
}

.nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.2s;
    font-family: 'DM Sans', sans-serif;
}

.nav-link:hover {
    color: white;
}

.btn-header {
    background: #25d366;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: background 0.2s;
    font-family: 'DM Sans', sans-serif;
}

.btn-header:hover {
    background: #F5EDE0;
}

.menu-toggle {
    display: block;
    background: none;
    border: none;
    color: white;
    padding: 0.25rem;
    cursor: pointer;
}

@media (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
}

.nav-mobile {
    display: none;
    background: #0B2545;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 1.5rem;
    flex-direction: column;
    gap: 1rem;
}

.nav-mobile.active {
    display: flex;
}

@media (min-width: 768px) {
    .nav-mobile {
        display: none !important;
    }
}

.nav-mobile-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.2s;
    font-family: 'DM Sans', sans-serif;
}

.nav-mobile-link:hover {
    color: white;
}

.btn-mobile {
    background: #25d366;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.75rem 1.25rem;
    border-radius: 9999px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s;
    font-family: 'DM Sans', sans-serif;
}

.btn-mobile:hover {
    background: #F5EDE0;
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0B2545 0%, #0D2E55 60%, #163a6b 100%);
}

.hero-texture {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0);
    background-size: 40px 40px;
}

.hero-circle-1,
.hero-circle-2 {
    display: none;
}

@media (min-width: 1024px) {
    .hero-circle-1,
    .hero-circle-2 {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) translateX(50%);
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .hero-circle-1 {
        width: 600px;
        height: 600px;
    }

    .hero-circle-2 {
        width: 800px;
        height: 800px;
        border-color: rgba(255, 255, 255, 0.03);
    }
}

.hero-container {
    position: relative;
    max-width: 1152px;
    margin: 0 auto;
    padding: 8rem 1.5rem 6rem;
    width: 100%;
    display: grid;
    gap: 4rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr 1fr;
    }
}

.hero-image-mobile {
    position: relative;
}

@media (min-width: 1024px) {
    .hero-image-mobile {
        display: none;
    }
}

.hero-image-wrapper {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    aspect-ratio: 4/5;
    max-width: 20rem;
    margin: 0 auto;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11, 37, 69, 0.5), transparent);
}

.hero-badge-mobile {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

.badge-mobile-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.badge-mobile-number {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #0B2545;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
}

.badge-mobile-title {
    color: #0B2545;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Lora', serif;
}

.badge-mobile-subtitle {
    color: #5C6E82;
    font-size: 0.75rem;
    font-family: 'DM Sans', sans-serif;
}

.hero-content {
    order: 2;
}

@media (min-width: 1024px) {
    .hero-content {
        order: 1;
    }
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    margin-bottom: 2rem;
    font-family: 'DM Sans', sans-serif;
}

.eyebrow-dot {
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background: #6BAED6;
    display: inline-block;
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: white;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    font-family: 'Lora', serif;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 3.25rem;
    }
}

.hero-subtitle {
    display: block;
    color: #A8C8E8;
    font-weight: 400;
    font-style: italic;
    font-size: 1.875rem;
    margin-top: 0.25rem;
}

@media (min-width: 768px) {
    .hero-subtitle {
        font-size: 2.25rem;
    }
}

.hero-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 2.5rem;
    max-width: 36rem;
    font-family: 'DM Sans', sans-serif;
}

.hero-checklist {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
    list-style: none;
}

.checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'DM Sans', sans-serif;
}

.checklist-item span {
    font-size: 0.875rem;
}

.check-icon {
    color: #6BAED6;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #25d366;
    color: white;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    font-family: 'DM Sans', sans-serif;
}

.btn-hero:hover {
    background: #F5EDE0;
    gap: 1rem;
}

.hero-image-desktop {
    display: none;
    position: relative;
}

@media (min-width: 1024px) {
    .hero-image-desktop {
        display: block;
        order: 2;
    }
}

.hero-image-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    aspect-ratio: 4/5;
    max-width: 28rem;
    margin: 0 auto;
}

.hero-img-desktop {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero-overlay-desktop {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11, 37, 69, 0.6), transparent);
}

.hero-badge-desktop {
    position: absolute;
    bottom: 0.5rem;
    left: 1.5rem;
    right: 1.5rem;
}

.badge-desktop-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap:  1rem;
}

.badge-desktop-number {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: #0B2545;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
}

.badge-desktop-title {
    color: #0B2545;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Lora', serif;
}

.badge-desktop-subtitle {
    color: #5C6E82;
    font-size: 0.75rem;
    font-family: 'DM Sans', sans-serif;
}

.floating-badge {
    position: absolute;
    left: -2rem;
    top: 5%;
    background: #F5EDE0;
    border-radius: 0.75rem;
    padding: 0.95rem 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.floating-badge-title {
    color: #0B2545;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
}

.floating-badge-subtitle {
    color: #5C6E82;
    font-size: 0.85rem;
    font-family: 'DM Sans', sans-serif;
}

.hero-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6rem;
    background: linear-gradient(to top, #FEFCF9, transparent);
}

/* Services Section */
.services {
    padding: 6rem 0;
    background: #F5EDE0;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-eyebrow {
    color: #1A3F6F;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
    font-family: 'DM Sans', sans-serif;
}

.section-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0B2545;
    font-family: 'Lora', serif;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.25rem;
    }
}

.services-grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.service-card {
    background: white;
    border-radius: 1rem;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.service-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.25rem);
}

.service-icon {
    font-size: 1.875rem;
    margin-bottom: 1rem;
}

.service-title {
    color: #0B2545;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    font-family: 'Lora', serif;
}

.service-description {
    color: #5C6E82;
    font-size: 0.875rem;
    line-height: 1.75;
    flex: 1;
    font-family: 'DM Sans', sans-serif;
}

.services-cta {
    text-align: center;
    margin-top: 3rem;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #25d366;
    color: white;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    font-family: 'DM Sans', sans-serif;
}

.btn-primary:hover {
    background: #1A3F6F;
    gap: 1rem;
}

/* About Section */
.about {
    padding: 6rem 0;
    background: #0B2545;
}

.about-grid {
    display: grid;
    gap: 4rem;
    align-items: flex-start;
}

@media (min-width: 1024px) {
    .about-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.about-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4; /* Mantém o tamanho do bloco vertical exatamente como está */
}

.about-image-container {
    position: absolute;
    inset: 0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.about-img {
    width: 100% !important;
    height: 100% !important;       /* Força a imagem a descer e cobrir o fundo azul */
    min-height: 100% !important;   /* Garante que ela não vai encolher na altura */
    object-fit: cover !important;  /* Corta as laterais mantendo a proporção perfeita */
    object-position: center !important; /* Mantém o balcão e a logo centralizados */
    display: block;
}

.about-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11, 37, 69, 0.2), transparent);
}

.about-badge {
    position: absolute;
    right: 0.5rem;
    bottom: 0;
    transform: translateY(50%);
    background: #F5EDE0;
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
    .about-badge {
        right: -10%;
    }
}

.about-badge-crm {
    color: #0B2545;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-family: 'DM Sans', sans-serif;
}

.about-badge-rqe {
    color: #5C6E82;
    font-size: 0.75rem;
    font-family: 'DM Sans', sans-serif;
}

.about-badge-divider {
    margin: 0.5rem 0;
    padding-top: 0.5rem;
    border-top: 1px solid #EDE5D8;
}

.about-badge-specialty {
    color: #0B2545;
    font-size: 0.75rem;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
}

.about-content {
    margin-top: 2rem;
}

@media (min-width: 1024px) {
    .about-content {
        margin-top: 0;
    }
}

.about-eyebrow {
    color: #6BAED6;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
    font-family: 'DM Sans', sans-serif;
}

.about-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-family: 'Lora', serif;
}

@media (min-width: 768px) {
    .about-title {
        font-size: 2.25rem;
    }
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 2.5rem;
    font-family: 'DM Sans', sans-serif;
}

.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.highlight-icon {
    color: #6BAED6;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.highlight-item span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    font-family: 'DM Sans', sans-serif;
}

.btn-about {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #25d366;
    color: white;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    font-family: 'DM Sans', sans-serif;
}

.btn-about:hover {
    background: #F5EDE0;
    gap: 1rem;
}

/* Final CTA Section */
.final-cta {
    padding: 6rem 0;
    background: #F5EDE0;
}

.cta-container {
    max-width: 48rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

.cta-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #0B2545;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-family: 'Lora', serif;
}

@media (min-width: 768px) {
    .cta-title {
        font-size: 2.25rem;
    }
}

.cta-description {
    color: #5C6E82;
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    line-height: 1.75;
    font-family: 'DM Sans', sans-serif;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #25d366;
    color: white;
    font-weight: 600;
    padding: 1.25rem 2.5rem;
    border-radius: 9999px;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    font-family: 'DM Sans', sans-serif;
}

.btn-cta:hover {
    background: #1A3F6F;
        color: white;
    gap: 1rem;
}

/* Footer */
.footer {
    background: #0B2545;
    padding: 3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-grid {
    display: grid;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.footer-heading {
    color: white;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
    font-family: 'Lora', serif;
}

.footer-specialty {
    color: white;
    font-size: 0.75rem;
    line-height: 1.75;
    margin-bottom: 1rem;
    font-family: 'DM Sans', sans-serif;
}

.footer-credentials {
    display: flex;
    gap: 0.5rem;
    color: white;
    font-size: 0.75rem;
    font-family: 'DM Sans', sans-serif;
}

.footer-label {
    color: white;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    font-family: 'DM Sans', sans-serif;
}

.footer-location {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.location-icon {
    color: #6BAED6;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.footer-address {
    color: white;
    font-size: 0.875rem;
    line-height: 1.75;
    font-family: 'DM Sans', sans-serif;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.2s;
    margin-bottom: 0.75rem;
    font-family: 'DM Sans', sans-serif;
}

.footer-contact:hover {
    color: rgba(255, 255, 255, 0.8);
}

.contact-icon {
    color: #6BAED6;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

.footer-copyright,
.footer-location-text {
    color: white;
    font-size: 0.75rem;
    font-family: 'DM Sans', sans-serif;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a024d0 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp:before,
.btn-whatsapp:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */