* {
    font-family: "Roboto", sans-serif;
}

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

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

.fs-lg {
    font-size: 1.25rem !important;
}

.fs-xl {
    font-size: 1.5rem !important;
}

h2 {
    font-size: 2.25rem;
}

.btn-secondary {
    background-color: #007853 !important;
    display: flex;
    width: 252px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

@media (max-width: 768px) {
    .btn-secondary {
        width: 100%;
    }
}

.btn-secondary:hover {
    background-color: #1f2a4d !important;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 55, 113, 0.5) !important;
}

.btn-secondary:active {
    background-color: #1f2a4d !important;
}

.grid-column {
    grid-auto-flow: column;
}

.bg-secondary-300 {
    background-color: #C3DC3C !important;
}

.border {
    border-color: #454545 !important;
}

.grid-apresentacoes {
    display: grid;
    margin-top: 1rem;
}

.grid-apresentacoes hr {
    border-top: 2px #283771 solid;
    opacity: 1;
    padding: 0;
    align-self: center;
}

@media (max-width: 768px) {
    .grid-apresentacoes {
        grid-auto-flow: row;
    }
    .grid-apresentacoes hr {
        margin: 1rem 0;
    }
}
@media (min-width: 769px) {
    .grid-apresentacoes {
        grid-auto-flow: column;
        align-items: start;
        justify-content: space-between;
    }

    .grid-apresentacoes hr {
    margin: 0;
        transform: rotate(90deg);
        width: 60px;
    }
}

.swiper-pagination-bullet-active {
    background: #283771 !important;
}