html, body, div, p, h1, h2, h3, h4, h5
{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

body
{
    margin: 0;
    padding: 0;
}

header
{
    width: 100%;
    background: #ffd800;
    float: left;
}
header img
{
    float: left;
    margin: 0;
    padding: 5px;
}

header ul{
    float: right;
}
header ul li
{
    float: left;
    margin: 0;
    padding: 15px;
    text-transform: uppercase;
    list-style-type: none;
}

header ul li a
{
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

/****/
.sec01
{
    background: #eb1c23;
    width: 100%;
    text-align: center;
    float: left;
}

.sec01 h1{
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
}

.sec01 h2{
    font-size: 16px;
    color: #fff;
    width: 100%;
    padding: 15px 0;
}

.videoPrimeiraDobra iframe
{
    width: 100%;
    margin-bottom: 25px
}

.centralizarBotoes .cadastreSe a
{
    color: #000;
    text-decoration: none;
    background: #ffd800;
    padding: 15px 0;
    float: left;
    font-weight: bold;
    font-size: 20px;
    width: 70%;
    text-align: center;
    margin-right: 85px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.36);
    box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.36);
    margin: 0 15% 0 15%;
}

.centralizarBotoes .jaSouCadastrado a
{
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 15px 0;
    float: left;
    font-weight: bold;
    font-size: 20px;
    width: 70%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.36);
    box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.36);
    margin: 0 15% 0 15%;
}


.segundaDobra
{
    background: #595959;
    width: 100%;
    float: left;
    margin-top: 26px;
}

.segundaDobra h1
{
    text-align: center;
    padding: 15px 0;
    background: #696868;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.segundaDobra h2
{
    text-align: center;
    font-weight: 300;
    color: #fff;
    padding: 10px 0;
}

.segundaDobra .sec02
{
    width: 70%;
    padding: 10%;
    text-align: center;
    border: solid 1px #fff;
    color: #fff;
    margin: 0 0 25px 5%;
}

.sec02 h1
{
    background: none;
    margin: 0;
    padding: 0;
    font-size: 50px;
}

/***/
.vantagens
{
    width: 100%;
    background: #e1e1e1;
    float: left;
}

.vantagens .menina,
.vantagens .menino
{
    display: none;
}

.vantagensPraVoce
{
    width: 80%;
    margin: 10px 10%;
    background: #fff;
    text-align: center;
}

.vantagensPraVoce h1
{
    background: #ffd800;
    padding: 15px 0;
    margin-bottom: 10px;
}

.vantagensPraVoce p
{
    padding: 10px;
}


.lerRegulamento,
.saibaOndePedir
{
    margin: 20px 0 0px;
    padding: 0;
    float: left;
    width: 100%;
}

.saibaOndePedir a
{
    text-decoration: none;
    color: #fff;
    background: #eb1c23;
    font-size: 35px;
    padding: 15px 0;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.36);
    box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.36);
    width: 100%;
    text-align: center;
    float: left;
}



.lerRegulamento a
{
    text-decoration: none;
    color: #000;
    background: #ffc600;
    font-size: 35px;
    padding: 15px 0;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.36);
    box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.36);
    width: 100%;
    text-align: center;
    float: left;
}




/*****janela modal ********/

#mask {position:absolute;
       z-index:9000;  
       background-color:#000; 
       display:none;
}

#boxes .window {
    position:absolute;
    width:100%;
    height:200px;
    display:none;
    z-index:9999;
    padding:20px;
    background: #fff;
    position: fixed;
}

/* Personalize a janela modal aqui. Você pode adicionar uma imagem de fundo. */
#boxes #dialog {
    width: 100%;
    height: 573px;
    border-bottom: solid 10px #eb1c23;
    padding: 30px 0;
}

#dialog h1
{
    width: 100%;
    text-align: center;
}

#dialog p
{
    width: 45%;
    padding: 2.5%;
    float: left;
    color: #666;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
}

/* posiciona o link para fechar a janela */
.close {
    display:block; 
    text-align:right;
    position: absolute;
}  

#dialog a
{
    text-decoration: none;
    color: #eb1c23;
    font-size: 25px;
    margin: -41px 0 0 980px;
}


/****/
.footer
{
    width:100%;
    height:316px;
    float:left;
    margin:0px 0 0 0;
    padding:0;
    border-top: solid 14px #212121;
    background:#333;
}
