/* ----------------------------------------------------------------
 Custom CSS

 Add all your Custom Styled CSS here for New Styles or
 Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#content {
    background-color: #e7e7e1;
}

.container {
    max-width: 900px;
}

a {
    text-decoration: none !important;
    color: #01aef0;
}

#header-folha .content-wrap {
    padding: 50px 25px;
}


.line, .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 2.5rem 0;
    border-top: 1px solid #00000047;
}


h1 {
    font-family: 'Merriweather', sans-serif;
 font-weight: 400;
    color: #01aef0;
    font-size: 42px;
 margin-top:-10px; 
}

h2 {
    font-family: 'Lato', sans-serif;
 color: #1b1b1b; 
    font-size: 32px;
    line-height: 36px !important;
    margin-bottom: 10px;
}

h3 {
    font-family: 'Merriweather', sans-serif;
 font-weight: 400; 
 color: #1b1b1b;
    font-size: 32px;
    line-height: 36px !important;
    margin-bottom: 10px;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    line-height: 36px !important;
 color: #1b1b1b; 
}


#content .content-wrap {
    margin: 0 auto;
    padding: 50px 8px;
}


#ajuda .content-wrap {
    margin: 0 auto;
    padding: 30px 0;
}

.btn-primary {
    background-color: #01aef0;
    border-color: #01aef0;
}

.btn-primary:hover {
    background: #000000;
 border-color: #000000; 
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 2.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

#ajuda h2.text-center {
    font-family: 'Merriweather', sans-serif; 
 font-weight: 700; 
    color: #000000;
 font-size:37px;
}

p.destaque {
 font-family: 'Merriweather', sans-serif; 
    color: #01aef0;
    font-size: 26px;
    margin: 0;
    line-height: 34px;        
}

p.local {
    font-family: 'Merriweather', sans-serif;
    color: #9b9b9b;
    font-size: 20px;
    text-transform: uppercase;
}



/* ----------------------------------------------------------------
RESPONSIVE
-----------------------------------------------------------------*/


/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap */


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
 
.text-box {
    padding: 28px;
} 
 
}
 