* {
    font-family: "Afacad", sans-serif;
}

body {
    a {
        text-decoration: none;
    }
}

.container-geral {
    margin: 0 12.5rem;
}

.hero-container {
    margin: 0 5rem 0 12.5rem;
}

.custom-font-64 {
    font-size: 64px;
    letter-spacing: 0.5px;
}

.custom-font-70 {
    font-size: 70px;
}

.custom-font-60 {
    font-size: 60px;
    line-height: 60px;
}

.custom-font-56 {
    font-size: 56px;
    line-height: 54px;
}

.custom-font-40 {
    font-size: 40px;
}

.custom-font-32 {
    font-size: 32px;
}

.custom-font-24 {
    font-size: 24px;
}

.custom-font-20 {
    font-size: 20px;
    line-height: 25px;
    ;
}

.custom-font-link {
    font-size: 24px;
}

.link-button-primary {
    color: #FFFFFF;
    background-color: #0D6EBC;
    padding: 1.25rem 3rem;
    border: 2px solid transparent;
    border-radius: 52px;
    letter-spacing: 0.5px;

    font-family: "Roboto", sans-serif;
}

.link-button-primary:hover {
    color: #0D6EBC;
    border: 2px solid #0D6EBC;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.link-button-secondary {
    color: #0D6EBC;
    background-color: transparent;
    padding: 1rem 2.5rem;
    border: 2px solid #0D6EBC;
    border-radius: 52px;

    font-family: "Roboto", sans-serif;
}

.link-button-secondary:hover {
    color: #FFFFFF;
    border: 2px solid transparent;
    background-color: #0D6EBC;
    transition: all .3s ease-in-out;
}

.link-button-three {
    color: #FFFFFF;
    background-color: transparent;
    padding: 1rem 2.5rem;
    border: 2px solid #FFFFFF;
    border-radius: 52px;

    font-family: "Roboto", sans-serif;
}

.link-button-three:hover {
    color: #0D6EBC;
    border: 2px solid #0D6EBC;
    background-color: #FFFFFF;
    transition: all .3s ease-in-out;

}

.link-button-three:hover .fa-arrow-right {
    color: #0D6EBC;
}

.hero-image {
    background-image: url('/static/assets/ellipse-hero.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.hero-image .hero-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}

.hero-chat {
    position: absolute;
    left: 5%;
    top: 20%;
    width: 11.5rem;
    height: 6rem;
}

.socials-section {
    background: linear-gradient(to bottom, #F1F5F9 0%, rgba(255, 255, 255, 0) 100%);
}

.logos-section {
    background: linear-gradient(to top, #F1F5F9 0%, rgba(255, 255, 255, 0) 100%);

}

.logo-size {
    width: 166px;
    height: 146px;
    object-fit: contain;
}

.logo-container {
    margin: 0 1.5rem;
}

.benefits-container {
    background-image: url("/static/assets/bg_benefits_top.svg"), url("/static/assets/bg_benefits_bottom.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: contain, contain;
}

.custom-card {
    width: 100%;
    max-width: 352px;
    height: 368px;
    margin: auto;
    border: none !important;
    border-radius: 20px;
    box-shadow:
        0px 4px 8.4px 0px #00000026,
        0px 4px 14.9px 0px #0000001A;
    padding: 6.25rem 2rem 3.25rem 2rem;
    position: relative;
}

.card-overflow {
    overflow: auto; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

.card-overflow::-webkit-scrollbar {
    display: none; 
}



.img-logo {
    width: 146px;
    height: 146px;
    position: absolute;
    top: -50px;
}

.organization-container {
    margin: 50px 200px;
}

.organization-section {
    background-color: #0D6EBC;
    padding: 4.25rem 5.875rem;
}

@media (max-width: 1350px) {
    .organization-section .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .organization-section .col-lg {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 999px) and (max-width: 1350px) {
    .custom-card {
        height: 400px;
    }
}

@media (max-width: 1199px) {
    .hero-section {
        flex-direction: column;
        gap: 2rem;
    }

    .container-geral {
        margin: 0 1.5rem;
    }

    .hero-container {
        margin: 0 3rem 0 3.5rem;
    }

    .organization-container {
        margin: 50px 30px;
    }

    .organization-section {
        padding: 2rem;
    }
}

@media (min-width: 767px) and (max-width: 810px) {
    .custom-card {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .container-geral {
        margin: 0 3.5rem;
    }

    .hero-container {
        margin: 0 3rem 0 3.5rem;
    }

    .logo-container {
        margin: 0;
    }

    .link-button-three {
        padding: 0.6rem 1.5rem;
    }
}

@media (max-width: 525px) {
    .container-geral {
        margin: 0 1.75rem;
    }

    .hero-container {
        margin: 0 1.25rem 0 1.75rem;
    }

    .custom-font-70 {
        font-size: 50px;
    }

    .custom-font-64 {
        font-size: 44px;
        padding-top: 2rem;
    }

    .custom-font-60 {
        font-size: 40px;
        line-height: 40px;
    }

    .custom-font-56 {
        font-size: 36px;
        line-height: 36px;
    }

    .custom-font-40 {
        font-size: 22px;
    }

    .link-button-primary {
        padding: 1rem 2rem;
        font-size: 18px;
    }

    .link-button-secondary {
        padding: 1rem 2rem;
        font-size: 18px;
    }

    .custom-font-32 {
        font-size: 24px;
    }

    .custom-font-24 {
        font-size: 18px;
    }

    .custom-font-20 {
        font-size: 16px;
    }

    .custom-font-link {
        font-size: 15px;
    }

    .hero-chat {
        left: -8%;
        top: 10%;
        width: 9.5rem;
        height: 4rem;
    }
}