/*
 * Globals
 */

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
}

.imagem-preto-branco {
    filter: grayscale(100%);
}

.support-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

/*
 * Base structure
 */
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    overflow-x: clip;
}

.cover-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*
 * Header
 */
.nav-masthead {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.nav-masthead .nav-link {
    padding: 0.15rem 0;
    color: #2b2b2bcc;
    background-color: transparent;
    border-bottom: 0.15rem solid transparent;
    transition: border-bottom-color 0.5s ease;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: #002c70;
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .btn-login {
    margin-left: 30px;
}

.nav-masthead .active {
    color: #2b2b2b;
    border-bottom-color: #002c70;
}

section {
}

/* Hero Style*/
.hero-section {
    background-color: #f8f9fa;
    margin-top: 3rem;
}

.container-hero-text {
    margin-right: -3rem;
}

.container-hero-images {
    margin-left: -2rem;
}

.hero-text {
    margin-bottom: 20px;
    color: #2b2b2b;
}

.hero-lead {
    font-size: small;
}

.hero-title {
    font-weight: 700;
    font-size: 3.6em;
    line-height: 1em;
    text-align: left;
}

.hero-actions {
    margin-top: 3rem;
}

.hero-actions > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}

.btn-hero {
    color: white;
    padding: 0.8em;
}

.btn-sign {
    background: #002c70;
}

.btn-test {
    background: #fc4f0a;
}

.btn-white {
    background: #fff;
    color: #002c70;
}

.btn-white:hover {
    background: #ebebef;
    color: #0c2440;
}

.btn-sign:hover {
    background: #001741;
}

.btn-test:hover {
    color: white;
    background: #b72d00;
}

.hero-images {
    position: relative;
}

.hero-images img {
    position: absolute;
    top: 0;
    left: 0;
}

section.banners {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem;
    position: relative;
}

section.gerenciamento {
    margin-top: 5rem;
    color: #676a6c;
}

.gerenciamento-title {
    margin: 0 auto;
    width: 48%;
    margin-bottom: 5em;
}

.gerenciamento-title > h4 {
    font-size: 3em;
    font-weight: 700;
}

.gerenciamento-title > p {
    font-size: large;
}

.funcionalidade-item p {
    font-size: 0.8em;
}

.gerenciamento-img img {
    transform: rotate(-6deg);
}

.gerenciamento-time {
    margin-top: 8rem;
    width: 100%;
    height: 380px;
    background-image: url("img/team.svg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.gerenciamento-time-title {
    width: 250px;
    padding: 2em 1em;
    text-align: left;
    color: white;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: -5rem;
    background-image: linear-gradient(to bottom, #002c70, #003d9a);
}

.gerenciamento-time-title > div {
    background: white;
    width: 300px;
    color: #002c70;
    font-weight: 700;
    padding: 2em;
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.gerenciamento-time-list {
    background-image: linear-gradient(to bottom, #002c70, #0044b2);
    width: 50%;
    padding: 2em;
    text-align: left;
    color: white;
    border-radius: 20px;
    position: absolute;
    font-size: 0.8em;
    bottom: -7rem;
    left: 40%;
}

.gerenciamento-time-list > h3 {
    font-size: 1.2em;
}

.sc-items {
    list-style: none;
    padding: 0;
}

.sc-items li {
    margin-bottom: 5px;
    padding-left: 30px; /* Espaçamento para o ícone */
    position: relative;
}

.sc-items li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free", serif;
    position: absolute;
    left: 0;
}

section.trabalhe {
    margin-top: 10rem;
    padding: 5rem;
    width: 100%;
    background: rgba(89, 96, 99, 0.5);
}

.trabalhe div {
    width: 50%;
    margin: 0 auto;
}

.trabalhe p {
    color: #fc4f0a;
}

.trabalhe h3 {
    font-size: 3em;
    font-weight: 900;
    margin-bottom: 1em;
}

section {
    color: #676a6c;
}

section.site-section {
    padding: 0 5rem 0 5rem;
}

section.rodape {
    color: #676a6c;
    font-size: 0.9em;
    padding: 5rem;
}

.rodape .sobre {
    padding-top: 2em;
    text-align: justify;
}

.rodape .rede-sociais {
    padding-top: 2em;
    text-align: justify;
}

.rodape .rede-sociais span {
    color: #002c70;
    font-size: 2em;
    margin-left: 0.1em;
}

footer {
    background: #fc4f0a;
    color: white;
    padding-top: 1em;
}

.carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
}

.cover-about {
    background-image: linear-gradient(to bottom, #002c70, #0044b2);
}

.about-title {
    position: relative;
    height: 200px !important;
    color: white;
    width: 25%;
    margin: 0 auto;
    padding-top: 3rem;
}

.text-orange {
    color: #fc4f0a !important;
}

.text-justify {
    text-align: justify;
    color: #676a6c;
}

.site-title {
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    margin-bottom: 2rem;
}

.card-header h5 {
    text-align: left;
}

.card-header h5 button {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
    text-decoration: none;
    color: #676a6c;
}

.menu-white .nav-link {
    color: white;
    font-size: 1rem;
}

.menu-white .navbar-nav {
    margin-bottom: 0;
}

.menu-white .navbar-nav .nav-item {
    margin-bottom: 0;
}

.menu-white .navbar-nav .nav-link {
    color: #fff; /* Define a cor dos links como preto */
    padding-bottom: 10px; /* Adiciona um espaçamento na parte inferior do link */
    border-bottom: 2px solid transparent; /* Adiciona uma borda branca na parte inferior do link (inicialmente transparente) */
    transition: border-bottom-color 0.5s ease; /* Adiciona uma transição suave para a cor da borda */
}

.menu-white .navbar-nav .nav-link:hover {
    border-bottom-color: #ffffff;
}

.menu-white .navbar-nav .nav-link.active {
    color: white;
    border-bottom-color: #ffffff;
}

.menu-main .nav-link {
    margin-left: 1rem;
}

.menu-main .navbar-nav {
    margin-bottom: 0;
}

.menu-main .navbar-nav .nav-item {
    margin-bottom: 0;
}

.menu-main .navbar-nav .nav-link {
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color 0.5s ease;
}

.menu-main .navbar-nav .nav-link:hover {
    border-bottom-color: #002c70;
}

.menu-main .navbar-nav .nav-link.active {
    border-bottom-color: #002c70;
}

.header-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-fullscreen .modal-content {
    height: min-content;
}

#navbarModalLabel {
    color: #000;
}

/*Celular*/
@media (max-width: 640px) {
    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .header-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .hero-title {
        font-size: 2.3em !important;
    }

    .btn-hero {
        margin-top: 1em;
        width: 100%;
    }

    .funcionalidade-item {
        padding: 0 1rem;
    }

    .gerenciamento-title {
        margin: 0 auto;
        width: 100%;
    }

    .gerenciamento-title > h4 {
        font-size: 2em;
        text-align: center;
    }

    .gerenciamento-time-title {
        position: relative;
        margin: 0 auto;
        left: 5px;
    }

    .gerenciamento-time-list {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .about-title {
        width: 100%;
        padding-top: 2rem;
    }

    section.site-section {
        padding: 0 1rem 0 1rem;
    }

    .gerenciamento-time-title > div {
        width: 260px;
    }

    section.trabalhe {
        padding: 2rem;
    }

    .trabalhe h3 {
        font-size: 2em;
    }

    .trabalhe div {
        width: 100%;
    }

    section.rodape {
        padding: 2rem;
    }

    .hero-actions > div {
        flex-direction: column;
        gap: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .hero-title {
        font-size: 2em !important;
    }

    .container-hero-images {
        margin-left: 0;
    }

    .gerenciamento-time-list {
        position: relative;
    }

    .menu-white .nav-link {
        color: white;
        font-size: 0.75rem;
    }
}

.title-site-login {
    color: #233b58;
    text-align: start;
}

@media (min-width: 991.98px) {
    .form-site-login {
        max-width: 350px;
    }
}

.form-group label {
    text-align: left;
    width: -webkit-fill-available;
}

#input-group-append-toggle-password {
    border-radius: 0 8px 8px 0 !important;
}

#input-group-append-toggle-password {
    border-radius: 0 8px 8px 0;
}
