:root {
    --color-primary: #0F68C9;
    --color-secondary: #E97228;
    --color-white: #FFFFFF;
    --color-light-gray: #F0F0F0;
    --color-dark: #303030;
    --color-dark-gray: #606060;
    --color-light-blue: #c1d7e8;
    --color-red: #F35430;
    --color-yellow: #FFDA03;
    --font-main: 'Barlow', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-main);
    color: var(--color-dark);
    overflow-x: hidden;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.card {
    box-sizing: border-box;
}

/* Header Styles */
header {
    background-color: var(--color-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header-logo img {
    height: 54px;
}

.header-text {
    text-align: right;
    font-size: 18px;
    color: var(--color-dark-gray);
    max-width: 600px;
}

/* Top Banner */
.top-banner {
    background-color: #25319D;
    color: var(--color-white);
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
}

/* Hero Section */
.hero {
    background-image: url('index_files/8c7704_1c0f1694502e4e8290a2cce48ded6052~mv2.jpg');
    background-size: cover;
    background-position: center;
    color: var(--color-white);
    padding: 120px 0 80px;
    position: relative;
}

/*.hero::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, 0.4);*/
/*    z-index: 1;*/
/*}*/

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-logo {
    max-width: 300px;
    margin-bottom: 30px;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    max-width: 100%;
}

.hero p {
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 700px;
}

.security-badge {
    position: relative;
    float: right;
    right: 20%;
    bottom: 200px;
    width: 200px;
    z-index: 2;
}

.wamobile {
    display: flex;
    justify-content: center;
    align-items: center;
    background:#128c7e;
    width:100%;
    padding:20px 0;
    margin-bottom:20px;
}

.wamobile .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    background-color:#075e54;
    color: var(--color-white);
    border:0;
    border-radius: 50px;
    font-weight: normal;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 20px;
    cursor: pointer;
}

.wamobile .btn:hover {
    background-color:#25d366;
}

.wamobile-content {
    display: flex;
    justify-content: center; /* centraliza na horizontal */
    align-items: center;     /* centraliza na vertical (se tiver altura fixa) */
}


/* Steps Section */
.steps {
    padding: 20px 0;
    background-color: var(--color-white);
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    color: var(--color-primary);
    font-size: 30px;
    margin-bottom: 10px;
}

.section-title p {
    color: var(--color-dark-gray);
    font-size: 20px;
}

.steps-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.step-card {
    width: 23%;
    background-color: var(--color-white);
    border: 1px solid #CCC;
    padding: 30px 20px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 30px;
}

.step-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-card h3 {
    color: var(--color-primary);
    margin-bottom: 15px;
    font-size: 24px;
}

.step-card p {
    font-size: 14px;
    color: var(--color-dark-gray);
}

/* Plans Section */
.plans {
    padding: 20px 0;
    /*background-image: url('index_files/8c7704_f274cbadac98401f95f99af2cb9a6a44~mv2.jpg');*/
    /*background-size: cover;*/
    /*background-position: center;*/
    position: relative;
    color: var(--color-primary);
}

.plans-content {
    position: relative;
    z-index: 2;
}

.plans-title {
    text-align: center;
    margin-bottom: 50px;
}

.plans-title h2 {
    color: var(--color-primary);
    font-size: 30px;
    margin-bottom: 10px;
}

.plans-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.plan-card {
    width: 31%;
    background-color: var(--color-white);
    padding: 30px 20px;
    border-radius: 20px;
    border: 1px solid #CCC;
    margin-bottom: 30px;
    color: var(--color-dark);
}

.plan-icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
}

.plan-card h3 {
    color: var(--color-primary);
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
}

.plan-features {
    margin: 20px 0;
    padding-left: 20px;
    width: 230px;
    margin-left:auto;
    margin-right:auto;
}

.plan-features li {
    margin-bottom: 10px;
    font-size: 14px;
}

.plan-price {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: var(--color-primary);
    margin: 20px 0;
}

.plan-card .btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
}

.plan-card .btn:hover {
    background-color: var(--color-secondary);
}

.plan-card .btn-center {
    display: block;
    width: 80%;
    margin: 0 auto;
}

/* About Section */
.about {
    padding: 80px 0;
    background-color: #DBDBDB;
}

.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-image {
    width: 45%;
}

.about-image img {
    width: 100%;
    border-radius: 5px;
}

.about-content {
    width: 50%;
}

.about-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-content p {
    font-size: 17px;
    margin-bottom: 20px;
}

/* Reviews Section */
.reviews {
    padding: 40px 0;
    background-color: var(--color-white);
    text-align: center;
}

.google-reviews {
    margin: 0;
}

.stars-container {
    display: flex;
    justify-content: center;
    margin: 0;
}

.star {
    color: var(--color-yellow);
    font-size: 24px;
    margin: 0 5px;
}

.testimonials {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

.testimonial {
    padding: 40px 0 0 0;
    margin: 0;
    height: 100px;
}

.testimonial-text {
    font-size: 20px;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 18px;
    color: var(--color-dark-gray);
}

.quote-icon {
    font-size: 60px;
    color: var(--color-light-blue);
    margin-bottom: 0px;
}

/* Update Section */
.updates {
    padding: 60px 0;
    background-color: #eee;
    text-align: center;
}

.updates h2 {
    color: var(--color-primary);
    font-size: 30px;
    max-width: 800px;
    margin: 0 auto;
}

/* Partners Section */
.partners {
    padding: 30px 0;
    background-color: var(--color-light-gray);
}

.partners-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.partner-logo {
    margin: 0 20px;
}

.partner-logo img {
    height: 30px;
    object-fit: contain;
}

/* CTA Section */
.cta {
    padding: 30px 0;
    background: url("index_files/bg-mundo.png") no-repeat center center;
    text-align: center;
    background-color: #e4572c;
    color: var(--color-white);
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 40px;
}

.cta-text {
    font-size: 20px;
}

.cta-text h2 {
    font-size: 40px;
    margin: 20px 0;
    font-weight: bold;
}

.cta-button {}

.cta-button .btn-cta {
    width: 230px;
    background-color: #e4572c;
    border: 3px solid var(--color-white);
    padding: 15px 30px;
    font-size: 20px;
    color: var(--color-white);
    border-radius: 50px;
    text-align: center;
    display: inline-block;
}

.cta-button .btn-cta:hover {
    background-color: var(--color-white);
    color: #e4572c;
}

/* Footer */
footer {
    background-color: var(--color-red);
    color: var(--color-white);
    padding: 20px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-logo {
    width: 141px;
}

.footer-contact {
    text-align: right;
}

.footer-contact p {
    margin: 0px;
    font-size: 16px;
}

.footer-contact a {
    color: var(--color-white);
}

.central {margin-top: 0px;}

.social-icons {
    display: flex;
    justify-content: flex-end;
    margin: 0px;
}

.social-icon {
    margin-left: 15px;
}

.social-icon img {
    width: 48px;
    height: 48px;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    right: calc((100% - 1200px) / 2 + 15px);
    width: 60px;
    height: 60px;
    top: 20px;
    background-color: #25D366;
    color: var(--color-white);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    background-color: #128C7E;
}

.testimonial-nav > .prev, .testimonial-nav > .next {
    width: 20px;
    height: 50px;
    border: none;
    background: transparent;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 24px;
    color: var(--color-primary);
}

.testimonial-nav > .prev {
    float: left;
}

.testimonial-nav > .next {
    float: right;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .container {
        width:auto !important;
        max-width:none !important;
    }
    .hero {
        padding: 50px 0px;
    }
    .hero-logo {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .hero h1 {text-align: center; max-width: none;}
    .hero p {text-align: center; margin-bottom:0px; max-width: none;}

    .steps {
        padding: 50px 0;
    }

    .step-card, .plan-card {
        width: 100%;
    }
    .step-card h3 {
        font-size: 24px !important;
    }
    .step-card p {font-size: 20px !important;}

    .plan-card h3 {
        font-size: 38px !important;
    }
    .plan-card .btn {font-size: 30px; display: table; width:auto; padding: 10px 50px; margin: 0 auto;}

    .plan-features {width: 250px;}

    .plan-features li {font-size: 20px !important;}

    .about-container {
        display: block;
    }

    .about-container .about-image {
        width: 100%;
    }

    .about-container .about-content {
        width: 100%;
    }

    .about {
        padding: 20px 0px;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .partners {display: none;}

    .central {text-align: center;}

    .footer-contact, .social-icons {
        text-align: center;
        justify-content: center;
        margin-top: 30px;
    }

    .security-badge {
        display: none;
    }
}

@media (max-width: 768px) {
    .container {
        width:auto !important;
        max-width:none !important;
    }
    .hero {
        padding: 50px 0px;
    }
    .hero-logo {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .hero h1 {text-align: center; max-width: none;}
    .hero p {text-align: center; margin-bottom:0px; max-width: none;}

    .steps {
        padding: 50px 0;
    }

    .step-card, .plan-card {
        width: 100%;
    }
    .step-card h3 {
        font-size: 30px !important;
    }

    .step-card p {font-size: 18px !important;}

    .plan-card h3 {
        font-size: 30px !important;
    }
    .plan-card .btn {font-size: 24px !important; display: table; width:auto; padding: 10px 50px; margin: 0 auto;}

    .plan-features {width: 250px;}

    .plan-features li {font-size: 18px !important;}

    .about-container {
        display: block;
    }

    .about-container .about-image {
        width: 100%;
    }

    .about-container .about-content {
        width: 100%;
    }

    .about {
        padding: 20px 0px;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .partners {display: none;}

    .central {text-align: center;}

    .footer-contact, .social-icons {
        text-align: center;
        justify-content: center;
        margin-top: 30px;
    }

    .security-badge {
        display: none;
    }
}