body{
  font-family: "Lato", sans-serif;  
}

.lato {
  font-family: "Lato", sans-serif;
}

.bebas-neue{
  font-family: "Bebas Neue", sans-serif;
}

.navbar-nav .nav-link{
    font-size: 12px;
}

.banner-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.divider {
    border-top: 2px solid #fff;
    width: 100px;
    margin: 20px auto;
}
.btn-custom {
    background-color: #ff0000; /* Cor do botão */
    color: white;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 20px;
}

:root {
    --primary-color: #E30613;
}

.glide__slide {
    padding: 0 15px;
}

.campaign-card {
    background: white;
    border-radius: 10px;
    height: 100%;
    text-align: center;
    border:1px solid #c1c1c1;
}

.campaign-img{
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
    height: 200px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.campaign-card:not([data-status="1"]):not([data-status="2"]) .campaign-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%) brightness(70%);
    z-index: 0;
}

.campaign-img > * {
    position: relative;
    z-index: 1;
}

/* Bullets customizados */
.glide__bullets, .glide__arrows {
    bottom: -30px;
    text-align: center;
}

.glide__bullet, .glide__arrow {
    width: 60px;
    height: 4px;
    background: #676767;
    border: none;
}

.glide__bullet--active, .glide__arrow:hover {
    background: #eb4e01;
}

.campanhas_home select, .campanhas_home input{
    font-size:12px;
    color:#222;
}

.campaign-card h3{
    font-size:25px;
    color:#009d52;
}

.campaign-card h4{
    font-size:30px;
    color:#e6aa20;
}
.campaign-card .subtitle{
    font-size:12px;
    color: #b8b8b8;
}

.rodape {
  background-color: #14130f;
}

.video-section {
            width: 100vw;
            max-width: 100vw;
            margin: 0;
            padding: 0;
            background: #000;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .video-section iframe {
            width: 100vw;
            height: 43vw;
            max-width: 100vw;
            max-height: 43vw;
            aspect-ratio: 21/9;
            border: none;
            background: #000;
            display: block;
        }

.video-filantropia {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.video-filantropia img {
    display: block;
    margin: 0 auto 0 auto;
    max-width: 1150px;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.video-filantropia iframe {
    width: 100vw;
    height: 43vw;
    max-width: 100vw;
    max-height: 43vw;
    aspect-ratio: 21/9;
    border: none;
    background: #fff;
    display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
