/* Startup Colors
 *  azul-mago: #090516;
 *  azul-digital: #0667f4;
 *  azul-conexao: #6FEBFF;
 *  verde-acesso: #00BF7F;
 *  amarelo-empatico: #F9B234;
 *  vermelho-acao: #D73E05;
 */

/* ==========================================================================
   Custom styles - Gerais
   ========================================================================== */
@font-face {
    font-display: swap;
    font-family: 'MyWebFont';
    src: url('../fonts/bahnschrift.ttf'); /* IE9 Compat Modes */
    src: url('../fonts/bahnschrift.ttf?#iefix') format('embedded-opentype'),  /* IE6-IE8 */
         url('../fonts/bahnschrift.ttf') format('ttf'), /* Pretty Modern Browsers */
         url('../fonts/bahnschrift.ttf') format('truetype'); /* Safari, Android, iOS */
}

body {
    font-family: 'MyWebFont', Fallback, sans-serif;
}

main {
    padding: 10px 40px 10px 40px;
    color:#000;
}
footer {
    padding: 0;
}
.cover-container{
    overflow: auto;
}

.text-just {
    text-align: justify;
}

ol, ul{
    padding-left: 1rem;
}

li {
    text-align: justify;
    padding: 3px 0px 3px 0px;
}

h1 {
    background-image: url("../img/logo-00.png");
    background-size: cover;
    text-indent: -3333px;
    display: block;
    width: 120px;
    height: 57px;
}

svg {
    width: 40%;
    height: 40%;
}

.custom-padding{
    padding-top: 4.5rem;
}

.bg-gray {
    background-color: #ebeced !important;
}

/* ==========================================================================
   Cover CSS Bootstrap Example https://getbootstrap.com/docs/5.0/examples/cover/
   ========================================================================== */
/*
 * Header
 */
.navbar {
    padding: 0px;
}

.navbar-brand {
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav-masthead.navbar-expand-lg .navbar-nav .nav-link{
    padding: .25rem 20px;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 80px;
    font-weight: 500;
    color: rgba(150, 150, 150, 0.5);
    background-color: transparent;
    border: .15rem solid transparent;
}

.nav-masthead .active {
    color: #000;
    border-bottom-color: rgb(1, 191, 127);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: none;
    color: black;
}

.btn-startup{
    background-color: rgb(1, 191, 127);
}

.nav-pills .nav-link {
    border-radius: 0%;
}

.nav-item {
    width: fit-content;
    margin: 0px auto;
}

/* ==========================================================================
   CSS Custom
   ========================================================================== */
#bg-img{
    position: absolute;
    z-index: -100;
    padding: 0;

    min-width: 100%;

    background: url("../img/cover-00.svg");
    background-repeat: no-repeat;
    background-color: #090516;
    background-position: left top;
    background-size: auto 100%;
}

figure-custom {
    display: block;
}

a {
    text-decoration: none;
    color: #86b7fe;
}

a:hover {
    color: #435c81;
}

a.card-link,
a.card-link:hover {
  color: inherit;
}

footer .social {
    margin-top: 5px;
    margin-bottom: -15px;
}

footer .social ul {
    list-style: none;
    display: flex;
}

.social ul {
    list-style: none;
}

footer .social li {
    margin-right: 6px;
}

.social li i {
    width: 24px;
}

footer .social li i {
    font-size: 24px;
    margin: 12px;
}

/* ==========================================================================
   CSS para Tela Mobile
   ========================================================================== */
@media screen and (max-width: 768px) {
    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    main {
        padding: 20px;
    }

    .nav-masthead .nav-link {
        margin-right: 0px;
    }

    footer .social ul {
        justify-content: center;
    }

    footer .social ul li{
        width: 20%;
    }
}
