
html {
    scroll-behavior: smooth;
}
/* Padrão para transições suaves */
.faq-answer {
    transition: all 0.3s ease-in-out;
}
/* Forçando a fonte caso o Tailwind demore a carregar ou haja conflito */
body {
    font-family: "Open Sans", sans-serif;
}
.text-xs{
    font-size:10px!important;
}

.bg-blue-600, .bg-blue-700, .bg-blue-900 {
    background-color: #0058AF;
}

.bg-blue-400 {
    background-color: #014076 !important;
}

.text-blue-700, .text-blue-800 {
    color: #0058AF !important;
}

.border-blue-600 {
    border-color: #0058AF;
}

.bg-gradiente-blue {
    background: linear-gradient(225deg, var(--Primitives-Blue-600, #0058AF) -1.04%, var(--Primitives-Blue-700, #014076) 98.96%);
}

.leading-relaxed {
    line-height: 60px !important;
}

.hover\:bg-blue-900:hover {
    background-color: #014076;
    box-shadow: 0 0 1px 5px var(--Primitives-Cyan-400, #E6F0FC);
}

.rounded-4xl {
    border-radius: 80px;
}

.img-hero {
    position: absolute;
    top: 380px;
    right: 15%;
    z-index: 49;
    width: 592px;
    height: 477px;
}

.card-1 {
    border-radius: var(--Corner-radius-20, 20px);
    border: 1px solid var(--Stroke-Card-e-Divider, #D3D8DB);
    background: #FFF;
}

.card-1 .card-img {
    border-radius: var(--Corner-radius-20, 20px);
    background: radial-gradient(50% 50% at 50% 50%, rgba(152, 201, 233, 0.35) 0%, rgba(50, 145, 209, 0.35) 100%);
    height: 244px;
    padding: 10px;
    text-align:center;
    justify-content:center;
    display:flex;
}

    .card-1 .card-img img {
        width: 259px;
        height: 256px;
    }


    .card-1:hover .card-img {
        border-radius: var(--Corner-radius-20, 20px);
        background: radial-gradient(50% 50% at 50% 50%, rgba(152, 201, 233, 0.60) 0%, rgba(50, 145, 209, 0.60) 100%);
    }

        .card-1:hover .card-img img {
            width: 271px;
            height: 268px;
        }

.card-2 {
    border-radius: var(--Corner-radius-20, 20px);
    border: 1px solid var(--Stroke-Card-e-Divider, #D3D8DB);
    background: #FFF;
}

    .card-2 .card-img {
        border-radius: var(--Corner-radius-20, 20px);
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.35) 0%, rgba(84, 186, 88, 0.35) 100%);
        height: 244px;
        padding: 10px;
        text-align: center;
        justify-content: center;
        display: flex;
    }

        .card-2 .card-img img {
            width: 263px;
            height: 267px;
        }


    .card-2:hover .card-img {
        border-radius: var(--Corner-radius-20, 20px);
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.50) 0%, rgba(84, 186, 88, 0.50) 100%);
    }

        .card-2:hover .card-img img {
            width: 289px;
            height: 293px;
        }

.card-3 {
    border-radius: var(--Corner-radius-20, 20px);
    border: 1px solid var(--Stroke-Card-e-Divider, #D3D8DB);
    background: #FFF;
}

    .card-3 .card-img {
        border-radius: var(--Corner-radius-20, 20px);
        background: radial-gradient(50% 50% at 50% 50%, rgba(251, 202, 174, 0.35) 0%, rgba(255, 152, 93, 0.35) 100%);
        height: 244px;
        padding: 10px;
        text-align: center;
        justify-content: center;
        display: flex;
        position: relative;
    }

    .card-3 .tag-hover {
        position: absolute;
        top: 12px;
        right: 12px;
        border-radius: 8px;
        border: 1px solid #C7CDD1;
        background: #FFF;
        padding: 2px 12px;
        color: #57595A;
        font-family: "Open Sans";
        font-size: 10px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity .3s ease, transform .3s ease;
        z-index: 10; 
        pointer-events: none;
    }

        .card-3 .card-img img {
            width: 285px;
            height: 245px;
        }


    .card-3:hover .card-img {
        border-radius: var(--Corner-radius-20, 20px);
        background: radial-gradient(50% 50% at 50% 50%, rgba(251, 202, 174, 0.35) 0%, rgba(255, 108, 22, 0.35) 100%);
    }

        .card-3:hover .card-img .tag-hover {
            opacity: 1;
            transform: translateY(0);
        }


        .card-3:hover .card-img img {
            width: 311px;
            height: 267px;
        }


.card-body{
    padding:0 16px;
}

.card-footer {
    border-top: 1px solid var(--Stroke-Card-e-Divider, #D3D8DB);
    padding: 16px;
    text-transform: uppercase;
    min-height: 110px;
}

@media (max-width: 768px) {

    .img-hero {
        display: none;
    }

    .leading-relaxed {
        line-height: 40px !important;
    }

    .max-w-xs {
        max-width: 100% !important;
    }

    .mobile-no {
        display: none !important
    }

    .text-sm-center {
        text-align: center;
    }

    .card-3 .card-img .tag-hover {
        right: 30px;
        display: block !important;
    }

    .card-3:hover .card-img .tag-hover {
        right: 30px;
    }
}



@media (max-width: 1333px) {

    .img-hero {
        position: absolute;
        top: 380px;
        right: 0%;
        z-index: 49;
        width: 50%;
        height: 50%;
    }
}

@media (max-width: 1023px) {

    .img-hero {
        position: absolute;
        top: 99%;
        right: 0%;
        z-index: 49;
        width: 50%;
        height: 50%;
    }
}