*
{
    margin: 0;
    padding:0;
}


@font-face {
    font-family: 'Hanson';
    src: url('./Fontes/Hanson_Bold_Arturo.TTF') format('truetype');
}
@font-face {
    font-family: 'Averta';
    src: url('./Fontes/AVERTA-REGULAR.OTF') format('opentype');
}

body {
    padding-top: 60px;
  }

p h1 h2 h3 h4
{
    font-family: Hanson;
}

ul {
    list-style: none;
  }
ul li::before {
    content: "•";
    font-size: 20px;
    color: #424E99;
    font-weight: bold;
    display: inline-block;
    width: 30px;
  }

#nav-bar
{
    /* position: sticky; */
    top: 0;
    z-index: 0;
}

.navbar 
{
    /* background-image: linear-gradient(to right, #a517ba, #5f1782); */
    background: #404E99;
}
.navbar-brand img
{
    height: 40px;
    padding-left: 100%;
    margin: 1px;
}
.navbar-nav li
{
    padding: 0 25px;  
    
}
.navbar-nav li a
{
    color: rgb(255, 255, 255) !important;
    font-weight: 600;
    float: right;
    text-align: left;
    vertical-align: bottom;
}
.fa-bars
{
    color: #fff;
    font-size: 20px !important;
}
.navbar-toggler
{
    outline: none !important;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: #F6503D;
    color: #FFC0CB;
}

/* ------------------------ banner section ------------------- */

#banner
{
    /* background-image: linear-gradient(to right, #a517ba, #5f1782); */
    background: #404E99;
    color: #fff;
    
    padding-top: 0%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 0% !important;
    margin-left: 0% !important;
    height: auto;
    /*width: 100% !important;*/
}

.promo-title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 0px;
}
.img-fluid
{
    padding-bottom: 0px;
}
.bottom-img
{
    width: 100%;
}

.zero-padding
{
    padding-right: 0% !important;
    padding-left: 0% !important;
    margin-right: 0% !important;
    margin-left: 0% !important;
}

/* ------------------------ Como Funciona section ------------------- */

#comofunciona
{
    padding: 0 0;
}

.estrela-img
{
    width: 3% !important;
    margin-top: 3%;
}
.comofunciona
{
    padding: 0px;
}
.comofunciona h4
{
    padding: 5px;
    margin-top: 20px;
    text-transform: uppercase;
}
.titulo::after
{
    content: '';
    background: #f4543c;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(10px);
    margin-bottom: 5px;

}

/* ------------------------ Jogo section ------------------- */

#jogo
{
    /* background-image: linear-gradient(to right, #a517ba, #5f1782); */
    background: #271b14;
    color: #fff;
    padding-top: 5%;
}
.scratch
{
    padding: 20px;
    margin-bottom: 30px;
}

/* ------------------------ Inscrição section ------------------- */

#inscrição
{
    padding: 80px 0;
}

/* ------------------------ Patrocinadores section ------------------- */

#patrocinadores
{
    /* background-image: linear-gradient(to right, #a517ba, #5f1782); */
    background: white;
    

}

/* ------------------------ Contato section ------------------- */

#contato
{
    padding: 80px 0;
}

.map-container{
    overflow:hidden;
    /*padding-bottom:56.25%;*/
    position:relative;
    height:0;
  }
  .map-container iframe{
    left:0;
    top:0;
    /*height:100%;
    width:100%;*/
    position:absolute;
  }

  



