@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;

}

.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-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: #FFC31B !important;
}

.color-secundary {
    color: #F7E8BC !important;
}

.bg-light{
    background-color: #F5F3EF !important;
}

.active{
    color:#FFC31B !important;
    border-bottom:3px #FFC31B solid !important;
    width: fit-content;
}

.navbar-toggler-icon{
   background-image: url(../img/nav-bar.svg) !important;
}

.nav-link{
    padding: 20px 10px !important;
}

.linha_bottom {
    border-bottom: 1px solid #ffffff2e !important;
}

.btn-primary {
    background-color: #F7E8BC;
    border-color: #F7E8BC;
    border-radius: 56px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000; 
}

.btn-capa {
    background-color: #FFC31B;
    border-color: #FFC31B;
    border-radius: 56px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    
}

.btn-dark{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.whatsapp_float {
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 9999;
    width: 60px;
    height: 60px;
}

.btn-check:checked+.btn, .btn.active, .btn:focus-visible, .btn:hover,.btn.show,
.btn:first-child:active,:not(.btn-check)+.btn:active {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #F7E8BC !important;
}

.card {
    border-radius: 24px !important;
}

.custom-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px !important;
    border: 24px !important;
}


.form-control{
    background-color: #EBEBEB !important;
    border:#EBEBEB !important;
    padding: .75rem .75rem !important;
}



.custom-hr {
    width: 80px;
    border: 2px solid;
    opacity: 100 !important;
    border-color: #000 !important;
    margin: 10px auto;
}

.bg-capa {
    position: relative;
    background-image: url(../img/capa.png);
    height: 100vh;
    background-size: cover;
    color: white;
}

/* Criando o filtro sobre a imagem */
.bg-capa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.35));
    z-index: 1;
}

/* Garante que o conteúdo da seção fique acima do filtro */
.capa {
    position: relative;
    z-index: 2;
}

.custom-card .card-img {
    width: 100%;
    object-fit: cover;
}

.custom-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    z-index: 1;
}

.custom-card .card-img-overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    color: white;
    font-weight: bold;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.carousel-control-prev-icon{
    background-image: url(../img/previous.svg) !important;
    width: 56px !important;
    height: 56px !important;
}

.carousel-control-next-icon{
    background-image:url(../img/next.svg) !important;
    width: 56px !important;
    height: 56px !important;
}


.modal-body {
    padding: 0 !important;
}


/* Somente Mobile */

  @media (max-width: 768px) {
    .top-bar {
            flex-direction: column;
            text-align: center;
    }
    
    .mobile-center {
        align-items: center;
    }

    .desktop-img {
        display: none;
        /* Esconde a imagem do desktop em telas pequenas */
    }
    
    
    .mobile-img {
        display: block;
        /* Mostra a imagem do mobile */
    }

    .bg-body-mobile {
        background-color: #F5F5F5;
        border-radius: 20px;
        height: 100%;
        margin: 16px !important;
    }


    .btn-primary,
    .btn-encerrado {
        font-size: 16px !important;
        align-items: center !important;
    }

    .py-5 {
        padding-top: 15px !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: 35px;
    }

    .font-48 {
        font-size: 38px;
    }

    .font-18 {
        font-size: 16px;
    }

    .font-14 {
        font-size: 12px;
    }

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

    .carousel-caption {
        bottom: 20%;
    }
}
