* {
    padding: 0;
    margin: 0;
}

body {

    /* Para navegadores que suportam a propriedade de fundo gradiente linear */
    background: linear-gradient(#060c1b, #3981b6);
    /* Para navegadores que não suportam a propriedade de fundo gradiente linear */
    background-color: #060c1b;
    color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
}

.logo{
    width: 100%;
    max-width: 350px;
}
.menu-items {
    display: flex;
    justify-content: space-between;

}

nav {
    color: white;
}

.nav-link {
    color: white;
    margin-right: 80px;
}

.navbar {
    padding-top: 0px;
}

.navbar-brand {
    background: #00478f;
    /* height: 150px;*/
    padding: 30px;
    margin-top: 0px;
    border-radius: 0px 0px 25px 25px;
}

.footer-logo {
    text-align: center;
}




.input-group-text {
    background: #0095da;
    color: white;
    margin-right: 10px;
    border-radius: 12px;

}


.fw-bold {
    color: #fff;
}

.data {
    COLOR: YELLOW;
}

.card {
    border: none;
    max-width: 22rem;
   
}



.card-title {
    padding: 10px;
    border-radius: 25px 25px 0px 0px;
    margin-bottom: 0px !important;
}

.card-title-impar {
    background-color: #023f88;
}

.card-title-par {
    background-color: #0095da;
}

.card-text {
    border-radius: 0px 0px 25px 25px;
}

.card-text-impar {
    background-color: #0095da;
}

.card-text-par {
    background-color: #023f88;
}

.icon-text {
    vertical-align: middle;
    margin-left: 10px;
}

.botao-inscricao {
    background-color: #8dc63f;
    border-radius: 25px 25px 0px 0px;
    border: 1px solid white;
    border-bottom: none;
    width: 90%;
    font-size: 1em;
    line-height: 18px;
    color: white;

}

@media only screen and (min-width:1000px) {
    .slogan {
        margin-top: -70px;
    }

    .home {
        padding-top: 180px;
    }
}

.modal {

    color: #000;
}

.card,
.card-par {
    background-color: transparent;

}

.card-par {
    color: #6dcff6;
}

.icon-midea {
    max-width: 150px;
}

.icon-data {
    max-width: 60px;
}

.h1.display-4.fw-bold {
    font-size: 0.2em;
}

@media only screen and (max-width: 600px) {
    .icon-data {
        max-width: 60px;
    }
}

.img-fluid {
    width: 85%;
}

@media (max-width: 767.98px) {
    .table-responsive td {
        display: block;
        text-align: center;
        border-bottom: 1px solid #dee2e6;
    }

    .table-responsive td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .table-responsive th,
    .table-responsive td {
        border: none;
    }

    .table-responsive tr {
        display: block;
        margin-bottom: 1rem;
    }

    .table-responsive thead {
        display: none;
    }
}
