@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.btn-primary {
    background-color: #00007F !important;
    border: none;
}

.text-primary {
    color: #00007F;
}

.bg-gray-200 {
    background-color: #F4F5FA;
}

.text-secondary {
    color: #ff0000 !important;
}

a {
    color: #00007F !important;
    font-weight: bold;
    transition: 0.3s all;
    text-decoration: none;
}

.bg-primary {
    background-color: #00007F !important;
}


.assine a:hover {
    background-color: rgb(106, 199, 14) !important;
    color: #fff !important;
}

a:hover{
    color:#fe0000 !important; 
}




/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .title {
        font-size: 1.5rem !important;
        left: 10;
        margin-top: -30px;
    }

    .carousel-item img {
        height: auto;

    }

    .content-linknet {
        font-size: .7rem !important;
        line-height: 1.5;
    }

    .content-text {
        margin-top: -50px;
        max-width: 250px !important;
    }


    .rodape {
        display: flex;
        justify-content: center !important;
        align-items: center;
        text-align: center !important;
    }

    #quemsomos .container img {
        width: 250px;
        height: auto;
    }
}