@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,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-12 {font-size: 12px;}
.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-19 {font-size: 19px;}
.font-20 {font-size: 20px;}
.font-22 {font-size: 22px;}
.font-24 {font-size: 24px;}
.font-25 {font-size: 25px;}
.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-50 {font-size: 50px;}
.font-54 {font-size: 54px;}

.color-primary {color: #5E7E2B !important;}

.color-secondary {color: #F4EBD8 !important;}

.color-tertiary {color: #0E2905 !important;}

.color-quaternary {color: #8FAD30 !important;}

.color-text {color: #484848;}

.color-card {color: #060606;}

.btn-primary {
    background-color: #5E7E2B;
    border-color: #5E7E2B;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;}

.btn-primary:hover{
    background-color: #F4EBD8;
    border-color: #5E7E2B !important;
    color: #5E7E2B}

.btn-secondary {
    background-color: #365318;
    border-color: #365318;
    border-radius: 20px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;}

.btn-secondary:hover{
    background-color: #F4EBD8;
    border-color: #365318 !important;
    color: #365318}

.btn-outline-primary{
    border-color: #111111 !important;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #111111 !important;}

.btn:hover{
    background-color: #F4EBD8;
    border-color: #F4EBD8;}

.btn-outline-primary:hover {
    background-color: #5E7E2B;
    border-color: #5E7E2B;
    color: #fff;}

.btn-header {
    background-color: #0E2905;
    border-color: #0E2905;
    border-radius: 25px;
    color: #F4EBD8;
    font-weight: 600;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;}

.bg-primary { background-color: #5E7E2B !important;}

.bg-secondary {background-color: #F4EBD8 !important ;}

.bg-grey {background-color: #EEF2F4;}

.bg-capa{
    background-color: #ffffff; 
    background-image: linear-gradient(to bottom,#F4EBD8 614px,#ffffff 614px );    
    background-repeat: no-repeat;}

#ultimasnoticias .card-body {padding: 15px 0 !important;}

#header .nav-link {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0E2905 !important;
    text-transform: uppercase !important;
    padding-top: 15px;
    padding-bottom: 15px;}

.nav-underline {
    --bs-nav-underline-border-width: 3px !important;}

.modulo {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    color: #000;}

.card-img-custom {
    border-top-left-radius:2rem;
    border-top-right-radius:2rem;}

.play-icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;}

.play-icon-wrapper .bi-play-circle {font-size: 90px; 
    color: #fff;
    position: relative;
    left: 2px; }

.video-thumb:hover .play-icon-wrapper {transform: scale(1.1);}

.custom-pagination .pagination {justify-content: center;}

.custom-pagination .page-link {
    color: #4F4F4F; 
    border: none;
    background-color: transparent;
    font-weight: 500; 
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }

.custom-pagination .page-item.active .page-link {
    background-color: #5E7E2B; 
    color: white;
    border-radius: 50%; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}

.custom-pagination .page-item:not(.active) .page-link:hover {
    color: #5E7E2B;
    background-color: #e9ecef; 
    border-radius: 50%;}

.custom-pagination .page-link:focus {
    box-shadow: none;}

.list-group-item.active {
    color:#000 !important;
    background-color: #8FAD30 !important;
    border-color:#D9D9D9 !important;}

.list-group-item {
    font-size: 16px !important;}

.whatsapp_float{
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 9999;
    width: 60px;
    height: 60px;}

.btn-voltar-topo {
    position: fixed;
    bottom: 100px;
    right: 35px;
    z-index: 999;
    display: none;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #f9d80215; 
    border-color: #000;
    color: #000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;}
    
.btn-voltar-topo:hover {
    background-color: #4848481e;
    color: #000;
    border-color: #000;}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #F4EBD8!important;
    background-color: #5E7E2B;
    border-color:#5E7E2B;}

.card-header {
    color:#F4EBD8 !important;
    background-color:#5E7E2B !important;}

.w-70 {width: 70% !important;}

.w-55 {width: 55% !important;}


/* Somente Mobile */

@media (max-width: 480px) {
    .py-5 {
        padding-top: 25px !important;
        padding-bottom: 20px !important;}

    .mb-5 {
        padding-bottom: 20px !important;}

    .pb-5 {
        padding-bottom: 20px !important;}

    .pt-5 {
        padding-top: 20px !important;}

    .w-70 {
    width: 100% !important;}

    .w-55 {
    width: 100% !important;}

    .br-desktop {
        display: none; }    

    .font-40 {
    font-size: 36px;}

}