@media (min-width: 576px) /* small */
{
}
@media (min-width: 768px) /* medium */
{
}
@media (min-width: 992px) /* large */
{
    #slogan h1
    {
        font-size: 7.5vmax;
        font-weight: 500;
        color: #f0f0f0;
        letter-spacing: 5px;
        margin: 0;
        text-align: justify;
        font-stretch: ultra-expanded
    }
    #slogan h2
    {
        font-size: 3.75vmax;
        font-weight: 0;
        color: #f0f0f0;
        letter-spacing: 5px;
        margin: 0;
        text-align: justify;
        font-stretch: ultra-expanded;
    }
    #slogan h5
    {
        font-size: 3.75vmax;
        font-weight: 1000;
        color: #f0f0f0;
        margin: 0;
        text-align: justify;
    }
    #slogan p
    {
        font-size: 1.35vmax;
    }
}
@media (min-width: 1268px) /* xlarge */
{
    #slogan h1
    {
        font-size: 7.5vmax;
        font-weight: 500;
        color: #f0f0f0;
        letter-spacing: 5px;
        margin: 0;
        text-align: justify;
        font-stretch: ultra-expanded
    }
    #slogan h2
    {
        font-size: 3.75vmax;
        font-weight: 0;
        color: #f0f0f0;
        letter-spacing: 5px;
        margin: 0;
        text-align: justify;
        font-stretch: ultra-expanded;
    }
    #slogan h5
    {
        font-size: 3.75vmax;
        font-weight: 1000;
        color: #f0f0f0;
        margin: 0;
        text-align: justify;
    }
    #slogan p
    {
        font-size: 1.15vmax;
    }
}



.Montserrat
{
    font-family: 'Montserrat', sans-serif;
}
.Thrire
{
    font-family: 'Josefin Sans', sans-serif;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('/josefin.ttf') format('truetype');
}

.fw-black
{
    font-weight: 1000;
}

.slide-top {
    -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.navbar-in
{
    -webkit-animation: navbar-in .6s cubic-bezier(0.85, 0, 0.15, 1) both;
    animation: navbar-in .6s cubic-bezier(0.85, 0, 0.15, 1) both;
}
.navbar-out
{
    -webkit-animation: navbar-out .6s cubic-bezier(0.85, 0, 0.15, 1) both;
    animation: navbar-out .6s cubic-bezier(0.85, 0, 0.15, 1) both;
}


.fade-out
{
    -webkit-animation: fade-out .5s cubic-bezier(.45,0,.6,1) both;
    animation: fade-out .5s cubic-bezier(.45,0,.6,1) both;
}
.fade-in
{
    -webkit-animation: fade-in .5s cubic-bezier(.45,0,.6,1) both;
    animation: fade-in .5s cubic-bezier(.45,0,.6,1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-5-16 12:56:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes navbar-in {
    0% {
        width: 5%;
    }
    100% {
        width: 100%;
    }
}
@keyframes navbar-out {
    0%
    {
        width: 100%;
    }
    100%
    {
        width: 5%;
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.navbar-button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 0 0.5rem 0 0.5rem !important;
    z-index: -2;
}

.navbar-button
{
    display: inline-block !important;
    padding: 0.75rem 1.25rem !important;
    border-radius: 0 0.5rem 0 0.5rem !important;
    color: #fff !important;
    letter-spacing: 0.15rem !important;
    transition: all 0.3s !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.navbar-button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 0 0.5rem 0 0.5rem !important;
    z-index: -2;
}
.navbar-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f0f0f0;
    transition: all 0.3s;
    border-radius: 0 0.5rem 0 0.5rem !important;
    z-index: -1;
}
.navbar-button:hover {
    color: #1162d4 !important;
}
.navbar-button:hover::before {
    width: 100%;
}


.fake-scrollbar {
    height: 16px;
    background-color: #ccc; /* mesma cor da barra do sistema (opcional) */
}
#navbar
{
    padding-bottom: calc(5rem + 15px);
    z-index: 2 !important;
}
#home
{
    z-index: 3;
}
#team
{
    z-index: 1;
}
.card
{
    border-radius: 0 0.5rem 0 0.5rem;
}
.text-justify
{
    text-align: justify !important;
}

#c-team-title h1
{
    font-size: 75px;
}
#c-team-title h1 .fw-bold
{
    font-weight: 900 !important;
}
#c-team-title h1 .fw-semibold
{
    font-weight: 750 !important;
}
#c-team-title h1 .fw-medium
{
    font-weight: 450 !important;
}
#c-team-title h3
{
    font-size: 23px;
}