/* Import Raleway with specified weights and italic */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&family=Raleway:ital,wght@1,700&display=swap');

/* Base font family */
body {
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
    font-weight: 400;
}

.navbar-toggler {
    border: none;
    display: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 767.98px) {
    .navbar-toggler {
        border: none;
        display: block;
    }

    .navbar-collapse {
        background: #232932CC;
        padding: 1rem;
        top: 71px;
        width: 100%;
        position: absolute;
    }

    .nav-link {
        padding: 0.5rem 1rem;
    }
}
@media (min-width: 768px) {
    .navbar-collapse,
    .navbar-collapse.collapse {
        display: flex !important;
        flex-basis: auto;
        position: static;
        background: none;
        padding: 0;
        height: auto !important;
    }
}


.main-header {
    /*background-color: rgba(34, 34, 34, 0.8);*/
    background: #232932CC;
    height: auto;
    z-index: 1001;
}
@media (max-width: 768px) {
    .main-header {
        height: 72px;
    }
}

.logo {
    height: 40px;
}

.whatsapp-icon {
    height: 38px;
}

.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-bg-base,
.hero-bg-mockup {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-bg-base {
    background-image: url('comp/images/close-up-laptop-keyboard-colorful-neon.jpg');
    z-index: 0;
}

.hero-bg-mockup {
    background-image: url('comp/images/mockup-pc-banner-centralflex.png');
    z-index: 1;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.hero-section .container {
    position: relative;
    z-index: 3;
}

.hero-title {
    font-family: Raleway, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 50.85px;
    letter-spacing: 0.06em;
    line-height: 1.1;
}

.hero-title strong {
    font-weight: 900;
}

.btn-cta {
    background: transparent;
    border: 5.33px solid #355FAA;
    color: white;
    font-weight: 800;
    padding: 14px 28px;
    border-radius: 40px;
    display: inline-block;
    max-width: max-content !important;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}


.btn-cta:hover, .btn-cta:focus {
    background: #355FAA;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #fff;
}

.hero-scroll-wrap {
    position: absolute;
    bottom: 0;
    height: 80px;
    z-index: 3;
    background: url('comp/images/bg-arrow.png') no-repeat bottom center;
    background-size: contain;
}

.hero-scroll img {
    width: 32px;
    height: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 34px;
        text-align: center;
    }

    .btn-cta {
        font-size: 16px;
        padding: 10px 20px;
        margin: 0 auto;
    }

    .hero-section .col-md-6 {
        text-align: center;
        justify-content: center !important;
    }

    .hero-scroll-wrap {
        height: 60px;
    }
}

.hero-bottom {
    position: absolute;
    bottom: -1px;
    height: 97.96px;
    z-index: 1000;
    background: #232932CC;
}

.arrow-icon {
    height: 32px;
    cursor: pointer;
    position: relative;
    left: -5px;
}
.arrow-up {
    left: 5px;
}
.arrow-down {
    transform: rotate(180deg);
}
.hero-scroll {
    position: absolute;
    bottom: 10px;
    display: block;
}
.hero-scroll-top {
    position: absolute;
    top: 10px;
    display: block;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #012C77 !important;
    border-color: #012C77 !important;
}

.second {
    background: url('comp/images/bg-green.png') no-repeat top center;
    background-size: cover;
    min-height: 800px;
}
.second__title {
    font-family: Raleway;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    /*letter-spacing: 1.5%;*/
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    padding: 3rem 0;
}

.second__title strong {
    font-weight: 800;
}

.second__title2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 66.76px;
    /*letter-spacing: 0%;*/
    text-align: center;
    vertical-align: middle;
    color: #444444;
}

.second__text {
    font-family: Raleway;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /*letter-spacing: 0%;*/
    text-align: center;
    vertical-align: middle;
    color: #999999;
    max-width: 600px;
    margin: 0 auto;
}


.centralflex-section .section-title {
    font-weight: 500;
    font-size: 40.66px;
    color: #444444;
}

.centralflex-section .section-subtitle {
    font-weight: 400;
    font-size: 16.26px;
    color: #999999;
    margin: 0 auto;
}

.centralflex-box {
    background-color: #f7f7f7;
    border-radius: 45.66px;
}

.left-title {
    font-weight: 400;
    font-size: 34px;
    color: #333333;
}

.feature-list li {
    font-size: 17.35px;
    color: #333333;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.feature-list img {
    width: 20px;
    height: 20px;
}

.centralflex-img-inicial {
    border-right: 20px solid #355FAA;
    border-radius: 45.66px;
}

.recursos-section {
    background-color: #333333;
}

.recursos-section h2 {
    font-weight: 500;
    font-size: 40.66px;
    color: #ffffff;
}

.recursos-section p {
    font-weight: 400;
    font-size: 16.26px;
    color: #ffffff;
}

.recursos-section .feature-list li {
    font-size: 17.35px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.recursos-section .feature-list img {
    width: 20px;
    height: 20px;
}

.recursos-img-wrapper {
    display: flex;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
}

.recursos-img-wrapper .img-half {
    height: auto;
    display: block;
}

.img-half-1 {
    width: 60%;
    z-index: 1;
}
.img-half-2 {
    width: 40%;
    z-index: 2;
    position: relative;
    right: 20px;
}
/* Accordion Styles */
.accordion-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
    background: #fff;
    padding: 40px;
}
.accordion-left,
.accordion-right {
    flex: 1 1 400px;
    /*max-width: 500px;*/
}
.accordion-image {
    max-width: 100%;
    border-radius: 26.09px;
    margin-top: 20px;
}
.accordion-title {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 31.95px;
    color: #1c1c1e;
}

.accordion-description {
    font-weight: 400;
    font-size: 15px;
    color: #1c1c1e;
    margin: 20px 0;
}

.saiba-mais {
    background: #ACC90F;
    color: white;
    border-radius: 241.07px;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 30px 0 20px;
    display: block;
    max-width: 180px;
    text-align: center;
}
.saiba-mais:hover {
    background: #355FAA;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 13.78px !important;
    overflow: hidden;
    background: #ffffff;
}
.accordion-item.open {
    box-shadow: 0px 4px 4px 0px #00000040;
}
.accordion-header {
    list-style: none;
    border-radius: 13.78px;
    cursor: pointer;
    height: 76.19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-weight: 700;
    font-size: 17.39px;
    color: #355faa;
    transition: background 0.3s, color 0.3s;
}

.accordion-header:hover,
.accordion-header.open {
    background: #acc90f;
    color: white;
}

.accordion-header:hover .accordion-icon {
    border-color: white;
    color: white;
}

.accordion-body {
    padding: 18px;
    font-weight: 700;
    font-size: 16px;
    color: #5c5c5c;
}

.accordion-icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all 0.3s;
    color: #355faa;
}

.accordion-icon.open {
    border: none;
    color: white;
}

.backoffice-section .backoffice-box {
    background: linear-gradient(271.34deg, #001851 6.89%, #3A74B6 103.48%);
    border-radius: 45.66px;
}

.backoffice-img-wrapper {
    border-left: 20px solid #ACC90F;
    border-radius: 45px;
    overflow: hidden;
    display: inline-block;
}

.backoffice-img {
    border-radius: 0 45px 45px 0;
    display: block;
    width: 100%;
}

.backoffice-section h4 {
    font-weight: 400;
    font-size: 40.66px;
    color: #ffffff;
}

.backoffice-section .feature-list li {
    font-size: 17.35px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.backoffice-section .feature-list img {
    width: 20px;
    height: 20px;
}


/*footer*/
.footer {
    background-color: #000000CC;
    padding: 5rem 1rem 1rem;
    color: white;
    font-family: 'Raleway', sans-serif;
    position: relative;
}
.footer-top-arrow {
    transform: rotate(180deg);
    background-color: #000000CC;
    height: 97.96px;
}
.footer-arrow-bg {
    position: relative;
    width: 100%;
    height: 60px;
    top: 23px;
}

@media (max-width: 768px) {

}

.footer-arrow-bg::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url('comp/images/bg-arrow-top.png') bottom no-repeat;
    background-size: 200px auto;
    /*transform: rotate(180deg);*/
    pointer-events: none;
    z-index: 999;
}

/* Ensure content positions above the background */
.footer-arrow-container {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.footer-logo {
    width: 160px;
}

.footer-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    /*letter-spacing: 1.5em;*/
    margin-bottom: 1rem;
}

.footer-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    /*letter-spacing: 1.5em;*/
    margin-bottom: 0.75rem;
    margin-top: 1rem;
}
.footer-text strong {
    margin-bottom: 0;
    display: block;
    font-size: 18px;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-links a,
.footer-policy a {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    /*letter-spacing: 1.5em;*/
    color: white;
    text-decoration: none;
    vertical-align: middle;
    transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-policy a:hover {
    color: #CCCCCC;
    text-decoration: underline;
}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
}

.footer-social img {
    width: 24px;
    height: 24px;
}
.footer-social img.face {
    width: 15px;

}
.footer-policy {
    font-size: 14px;
}

.footer-bottom {
    padding-top: 1rem;
    color: #e2e8f0;
}

/*Modal VAMOS COMEÇAR!*/
.custom-modal-content {
    display: flex;
    /* width: 800px; */
    /*max-width: 550px;*/
    height: auto;
    padding: 26px 0 48px 0;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    flex-shrink: 0;
    border-radius: 55px;
    border: 5px solid #355FAA;
    background: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .custom-modal-content {
        width: fit-content;
    }
}

.modal-title {
    color: #281D1B;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.85px;
    margin-top: 10px;
}

.modal-subtitle {
    color: #281D1B;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.1px;
    margin: 10px 50px 20px;
}

.modal-form {
    /*width: 85%;*/
}
.modal-dialog-centered {
    justify-content: center;
}
.custom-input {
    display: flex;
    min-height: 44px;
    padding: 12px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1.5px solid rgba(0, 0, 0, 0);
    background: rgba(53, 95, 170, 0.20);
    overflow: hidden;
    color: rgba(46, 24, 20, 0.40);
    text-overflow: ellipsis;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.075px;
}

.btn-ligue-me {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #ACC90F;
    color: #050100;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    border: none;
}

.btn-close-custom {
    border-radius: 41.667px;
    background: #CE0000;
    display: flex;
    padding: 8.333px;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 0;
    border: none;
    width: 32px;
    height: 32px;
    line-height: 0;
}
