/* 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;
    font-weight: 400;
}

/* Extra font weights */
.font-400 { font-weight: 400; }
.font-500 { font-weight: 500; }
.font-600 { font-weight: 600; }
.font-700 { font-weight: 700; }
.font-700-italic { font-weight: 700; font-style: italic; }
.font-800 { font-weight: 800; }
.font-900 { font-weight: 900; }
.font-900-italic {
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
}

.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-color: rgba(16, 65, 153, 0.8);
        /*background: linear-gradient(270deg, #02225B 42.09%, rgba(16, 65, 153, 0.1) 73.98%);*/
        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: linear-gradient(270deg, #02225B 42.09%, rgba(16, 65, 153, 0.1) 73.98%);
    height: auto;
    z-index: 1000;
}
@media (max-width: 768px) {
    .main-header {
        height: 72px;
    }
}

.logo {
    height: 40px;
}

.whatsapp-icon {
    height: 38px;
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    /*padding-top: 106.87px;*/
    box-sizing: initial;
}

.hero-bg-base {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 50%;
}

.hero-bg-base {
    background-image: url('comp/images/business-partners-meeting-office.jpg');
    z-index: 0;
}

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

.hero-title {
    font-size: 58.85px;
    font-style: italic;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0.06em;
}
@media (max-width: 768px) {
    .hero .hero-title {
        font-size: 38px;
        line-height: 1.2;
    }
    .hero .hero-subtitle {
        font-size: 20px;
    }
    .hero .btn-cta {
        font-size: 18px;
        padding: 10px 0;
        width: 200px;
        margin: 0 auto;
        height: 45px;
    }
    .hero .hero-bottom {
        height: 72px;
        bottom: -10px;
    }
    .hero .hero-scroll {
        bottom: 25px;
    }
    .hero .hero-scroll-top {
        top: 5px;
    }
}
.hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.015em;
}

.btn-cta {
    display: inline-block;
    font-size: 21.33px;
    background-color: #ACC90F;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 378px;
    margin-left: auto;
    padding: 14.22px 0;
    width: 250px;
    height: 56px;
    line-height: 1.2;
}
.btn-cta:hover, .btn-cta:focus {
    background-color: #CAE921;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #fff;
}
.hero-bottom {
    position: absolute;
    bottom: -1px;
    height: 97.96px;
    background-color: rgba(34, 34, 34, 0.8);
}

.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;
}

/* Swiper wrapper */
.swiper {
    width: 100%;
    padding: 4.5rem 0 !important;
}

/* Central slide maior */
.swiper-slide {
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease-out;
}

.swiper-slide-active {
    transform: scale(1.25) !important;
    z-index: 2;
}

/* Cartões */
.card-carousel {
    width: 280px;
    height: 400px;
    border-radius: 20px;
    padding: 2rem;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-out;
    margin: 0 auto;
}

.card-carousel h5 {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}

.card-carousel p {
    color: #333333;
    font-weight: 500;
    font-size: 13px;
    line-height: 118%;
    text-align: center;

}
.card-carousel p strong {
    font-weight: 700;
}

.card-carousel img {
    /*max-width: 100%;*/
    height: auto;
}

/* Cores dos cartões */
.card-carousel.blue {
    background: linear-gradient(160deg, #002b59, #005aaa);
}
.card-carousel.green {
    background: linear-gradient(160deg, #81c784, #388e3c);
}
.card-carousel.red {
    background: linear-gradient(160deg, #e53935, #b71c1c);
}
.card-img-inside {
    max-width: 200px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-carousel {
    position: relative;
    width: 280px;
    height: 450px;
    border-radius: 20px;
    padding: 2rem;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat !important;
    background-blend-mode: normal;
    transition: transform 0.3s ease-out;
    background-color: #fff !important;
}

/* Blue */
.card-carousel.blue {
    background-image:
            url('comp/images/bg-bottom-right-blue.png'),
            url('comp/images/bg-top-right-blue.png'),
            url('comp/images/bg-bottom-blue.png');
    background-position:
            bottom -20px right -20px,
            top right,
            bottom left;
    background-size: auto, contain, contain !important;
}


/* Green */
.card-carousel.green {
    background-image:
            url('comp/images/bg-bottom-right-green.png'),
            url('comp/images/bg-top-right-green.png'),
            url('comp/images/bg-bottom-green.png');
    background-position:
            bottom 74px right 55px,
            top right,
            bottom left;
    background-size: auto, contain, contain !important;
}


/* Red */
.card-carousel.red {
    background-image:
            url('comp/images/bg-bottom-right-red.png'),
            url('comp/images/bg-bottom-red.png'),
            url('comp/images/bg-top-right-red.png');
    background-position:
            bottom right,
            bottom left,
            top right;
    background-size: auto, contain, contain !important;

}


/* Botões de navegação */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 42px !important;
    height: 100px !important;
    background: #98BB00;
    color: #FFFFFF;
    border-radius: 22px !important;
    transition: all 0.3s ease-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #599200;
    box-shadow: 0px 4px 4px 0px #00000040;
}

/* Específicos para cada direção */
.swiper-button-prev {
    background-image: url('comp/images/arrow-left.png');
}

.swiper-button-next {
    background-image: url('comp/images/arrow-right.png');
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}



.a {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    /*letter-spacing: 0%;*/
    text-align: center;
    vertical-align: middle;
    color: #999999
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400&display=swap');

.highlight-section {
    background-color: #F7F7F7;
    border-radius: 50px;
    padding: 60px 30px;
}

.section-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 51.23px;
    color: #333333;
}

.section-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 27.75px;
    color: #333333;
    margin-bottom: 0;
}

.icon-text {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.check-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}

.content-image {
    border-radius: 30px;
    max-width: 100%;
    height: auto;
}

.dark-section {
    background-color: #666666;
}

.text-white {
    color: white !important;
}

.bordered-image {
    border-radius: 30px;
}
.bordered-image--left {
    border-left: 20px solid #ACC90F;
}
.bordered-image--right {
    border-right: 20px solid #ACC90F;
}

.module-card {
    background: #355FAA;
    border: 4.97px solid #FFFFFF;
    box-shadow: 0px 3.32px 3.32px 0px #00000040;
    border-radius: 20px;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 250px;
    position: relative;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.module-card:hover svg ,
.module-card:hover svg path {
    fill: #355FAA !important;
}
.module-card:hover {
    background: white;
    color: #355FAA;
    border: 4.97px solid #355FAA;
}
.module-card:hover .module-text {
    color: #355FAA;
}

.module-card svg {
    fill: white;
    transition: fill 0.3s ease;
}

.module-icon {
    margin-bottom: 20px;
    height: 80px;
}

.module-icon svg {
    width: 100%;
    height: 100%;
    fill: #FFFFFF;
}

.module-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32.87px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.module-button {
    background: #ACC90F;
    border: 2.49px solid #FFFFFF;
    border-radius: 336.59px;
    padding: 6px 18px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: none;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: max-content;
}

.module-button:hover {
    background: #355FAA;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #fff;
}

/* Responsividade garantida por Bootstrap grid */


/* Fundo geral */
.background-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Seções */
.highlight-section-2,
.white-bg-section {
    background-color: #F7F7F7;
    border-radius: 50px;
    padding: 60px 30px;
    margin-bottom: 60px;
}

.section-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 51.23px;
    color: #333333;
}

.section-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 27.75px;
    color: #333333;
    margin-bottom: 0;
}

.icon-text {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.check-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}

.content-image {
    border-radius: 30px;
    max-width: 100%;
    height: auto;
}


/* Seção 2 */
.image-only-section {
    padding: 60px 0;
    position: relative;
}

.image-only-section::before {
    content: '';
    position: absolute;
    top: -1350px;
    left: 0;
    right: 0;
    bottom: -400px;
    background: url('comp/images/bg-blue-big.png') no-repeat center;
    background-size: cover;
    z-index: -1;
}

/* Seção 3 */
.modules-section {
    padding: 10% 0 0;
}
.img-bravo-erp {
    max-width: 700px;
}
@media (max-width: 768px) {
    .img-bravo-erp {
        max-width: 100%;
    }
    .modules-section {
        padding: 20px 0 0;
    }
}
.modules-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 45.52px;
    color: #444444;
    margin-bottom: 20px;
    text-align: center;
}

.modules-subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 45.52px;
    color: #999999;
    text-align: center;
}

.cta-section {
    width: 100%;
    background-image: linear-gradient(90deg, rgba(53, 95, 170, 0.7) 0%, #02225B 36%),
    url('comp/images/business-man-owner-company.jpg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 80px 40px;
    position: relative;
    color: white;
}

/* Decorative Images */
.decor {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.center-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 250px;
}

.left-bottom {
    bottom: 0;
    left: 0;
    max-width: 250px;
}

.right-bottom {
    bottom: 0;
    right: 0;
    max-width: 250px;
}

.right-top {
    top: 0;
    right: 0;
    max-width: 250px;
}


.cta-overlay {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cta-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}


.cta-text-wrapper {
    max-width: 600px;
    text-align: right;
    margin-left: auto;
}

.cta-line {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 32.3px;
    line-height: 120%;
    letter-spacing: 1.5%;
    margin: 0;
}

.cta-line.bold {
    font-size: 40.3px;
    font-weight: 900;
    font-style: italic;
}

.cta-button {
    margin-top: 24px;
    background-color: #ACC90F;
    border: none;
    border-radius: 378.34px;
    width: 280px;
    height: 40px;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 18.7px;
    line-height: 100%;
    letter-spacing: 1.5%;
    text-transform: uppercase;
    color: white;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #355FAA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Responsive */
@media (max-width: 768px) {
    .cta-text-wrapper {
        text-align: center;
        margin: 0 auto;
    }

    .cta-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .cta-button {
        width: 100%;
        max-width: 329px;
    }
}

/*pricing*/
.pricing-section {
    padding: 60px 20px;
    text-align: center;
}

.pricing-title {
    font-size: 35px;
    color: #444;
    font-weight: 500;
    margin-bottom: 10px;
}

.pricing-subtitle {
    font-size: 22px;
    color: #999;
    font-weight: 400;
    margin-bottom: 50px;
}

.pricing-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.pricing-card {
    border: 3.04px solid #355FAA;
    border-radius: 22.78px;
    box-shadow: 0px 3.04px 3.04px 0px #00000040;
    background: #355FAA;
    width: 270px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
}


.card-header {
    color: white;
    text-align: center;
    padding: 30px 10px 20px;
    position: relative;
}

.card-body {
    padding: 20px;
    text-align: center;
    border-radius: 22.78px;
    background-color: white;
    text-align: left;
}


.plan-price {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 22.78px;
    margin: 10px 0;
}

.plan-name {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    text-align: left;
}
.plan-price {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 22.78px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}


.plan-button {
    background: #355FAA;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15.19px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 3.04px 3.04px 0px #00000040;
    cursor: pointer;
    margin-bottom: 20px;
}
.resources-title {
    font-weight: 700;
    font-size: 16.18px;
    color: #959595;
    margin-bottom: 10px;
}

.resource-list {
    list-style: none;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15.18px;
    font-weight: 600;
    color: #999;
}

.resource-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.resource-list img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.subtext {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
    margin-left: 30px;
}

.badge {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00B8F1;
    color: white;
    font-family: Raleway;
    font-weight: 700;
    font-size: 12px;
    padding: 6px 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.recursos-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
    background: #fff;
    padding: 40px;
}

.recursos-left,
.recursos-right {
    flex: 1 1 400px;
    /*max-width: 500px;*/
}

.recursos-title {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 31.95px;
    color: #1c1c1e;
}

.recursos-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;
}
.recursos-image {
    width: 100%;
    border-radius: 26.09px;
    margin-top: 20px;
}

/* Accordion Styles */
.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;
}

/*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;
}

@media (max-width: 576px) {
    .titulo-sobre-nos,
    .titulo,
    .titulo-solucoes,
    .setores-title,
    .titulo-bloco {
        font-size: 1.5rem !important;
    }
    .subtitulo-solucoes,
    .descricao,
    .texto-sobre,
    .texto-bloco,
    .hero-subtitle {
        font-size: 0.98rem !important;
    }
}

/*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: 18px;
    flex-shrink: 0;
    border-radius: 55px;
    border-top: 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;
}

/* Cabeçalho superior */
.modal-header-custom {
    height: 7.806px;
    background: #114299;
    border-radius: 15.612px 15.612px 0 0;
}

/* Conteúdo do modal */
.custom-modal-content {
    border-radius: 15.612px;
    position: relative;
    /*overflow: hidden;*/
}
.modal-dialog {
    overflow: visible !important;
}
.modal-dialog--modulos {
    width: 100%; max-width: 700px;
}
@media (max-width: 992px) {
    .modal-dialog--modulos {
        width: auto;
        max-width: max-content;
    }
}
.btn-close-floating {
    position: absolute;
    top: -25px;
    right: -25px;
    background: none;
    border: none;
    z-index: 1056;
    width: 55px;
    height: 55px;
    padding: 0;
}
@media (max-width: 767.98px) {
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
}

.modal-body--modulos {
    padding: 25px;
}

@media (max-width: 767.98px) {
    .modal-body--modulos {
        padding: 5px;
    }
}
.modal-image {
    max-height: 150px;
    height: auto;
    width: auto;
}

.modal-title-custom {
    color: #114299;
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0;
}
.modal {
    height: auto;
}
/* Blocos de texto */
.modal-text-block {
    border-radius: 19px;
    background: #355FAA;
    padding: 16px 20px;
    color: #FFF;
    text-align: left;
}

.modal-text-block h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    margin-bottom: 6px;
}

.modal-text-block p {
    font-size: 16px;
    font-weight: 500;
    font-family: Raleway, sans-serif;
    line-height: 22px;
    margin: 0;
}
