@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #F3F3F3 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-24-mobile {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-32 {
    font-size: 32px;
}

.font-36 {
    font-size: 36px;
}

.font-38 {
    font-size: 38px;
}

.font-40 {
    font-size: 40px;
}

.font-42 {
    font-size: 42px;
}

.font-44 {
    font-size: 44px;
}

.font-48 {
    font-size: 48px;
}

.font-54 {
    font-size: 54px;
}

.color-primary {
    color: #4B4BCA !important;
}

.color-secundary {
    color: #4040AB!important;
}

.btn-success {
    background-color: #27D045 !important;
    border: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.color-text {
    color: #060606 !important
}

.bg-primary {
    background-color: #4B4BCA !important;
}

.bg-secondary {
    background-color: #4040AB !important;
}


.bg-home {
    background-image:url(../img/bg-index.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: top center;
}

.icon-share {
    background: #4040B9;
    border-radius: 50%;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.border-bottom-custom {
    border-bottom:2px #5959CE solid !important;
}

.custom-form {
    background-image: url(../img/option-wt.png) !important;
}

.modal-content {
    border-radius: 15px !important;
}

.btn-close {
   color: #000 !important;
   background-image: url(../img/x-circle.svg) !important;
   opacity: 1 !important;
}

.active>.page-link,
.page-link.active {
    background-color: #4B4BCA!important;
    border: none !important;
}

.page-item:first-child .page-link, .page-item:not(first-child) .page-link {
    border-radius: 3px !important;
    border: none !important;
    margin-right: 10px !important;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Número de linhas antes do truncamento */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Número de linhas antes do truncamento */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.navbar-nav .nav-item .nav-link.active {
    position: relative;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background-color: white;
}

.navbar-toggler .navbar-toggler-icon {
    background: url(../img/icon-mobile.svg) !important;
    color: white !important;
    width: 24px !important;
    height: 24px !important;
}

.navbar-toggler {
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-primary {
    background-color: #4B4BCA;
    border-color: #4B4BCA;
    border-radius: 10px;
    font-size: 12px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-transform: uppercase;
}

.btn-whatsapp {
    background-color: #27D045;
    border-color: #27D045;
    border-radius: 4px;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.btn-whatsapp:hover {
    background-color: #fff;
    border-color: #27D045;
    color: #27D045 !important;
}

.btn-dark{
    background-color: #060606 !important;
    border-radius: 7px;
    font-size: 12px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.whatsapp_float {
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 9999;
    width: 60px;
    height: 60px;
}


 

/* Somente Mobile */

@media (max-width: 480px) {

    .desktop-img {
        display: none;
        /* Esconde a imagem do desktop em telas pequenas */
    }

    
    /*.bg-home {
        background-image: url(../img/bg-index.png);
        background-repeat: repeat-x;
        background-size: auto;
        background-position: top center;
    }*/

    .navbar-brand {
        width: 180px !important;
    }

    
    .navbar-collapse {
        background-color: #fff !important;
        border-radius: 15px !important;
        font-size: 18px !important;
        padding: 10px !important;
    }

    .navbar-nav .nav-item .nav-link.active::after {
        background-color: #060606 !important;
        height: 3px;
        bottom: -3px;
    }



    .font-24-mobile {
        font-size: 16px !important;
    }

    
    .font-14{
        font-size: 10px;
    }

        .font-28 {
            font-size: 22px;
        }

    .font-32{
        font-size: 22px;
    }

    .nav-link {
        color: #060606 !important;
        padding: 0 0 3px 0 !important;
        margin-bottom: 10px !important;
    }

    .btn-primary{
        font-size: 11px !important;
        padding-left: 20px !important;
        padding-right: 20px !important; 
        padding-top: 10px !important; 
        padding-bottom: 10px !important;
    }


    .btn-dark {
        font-size: 11px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 05px !important;
    }


    .pb-3-mobile{
        padding-bottom: none;
    }

    .py-5-mobile{
        padding-top: none;
        padding-bottom: none;
    }

    .p-5 {
        padding: 20px !important;
    }

    .py-5 {
        padding-top: 20px !important;
        padding-bottom: 15px !important;
    }

    .mb-5 {
        padding-bottom: 20px !important;
    }

    .pb-5 {
        padding-bottom: 20px !important;
    }

    .pt-5 {
        padding-top: 20px !important;
    }

    
    .font-40 {
        font-size: 28px;
    }

    .font-13 {
        font-size: 12px;
    }
    
    .font-18 {
        font-size: 14px;
    }

    .font-14 {
        font-size: 12px;
    }

    .font-32 {
        font-size: 22px;
    }

    .carousel-caption {
        bottom: 20%;
    }
}