html, body{
    width: 100%;
    height: 100%;
    background: #111b34;
    font-family: 'Roboto Condensed', sans-serif;
    background-image: url(../img/textura.jpg);
    background-position: top center;
    background-size: auto;
}
a{
    color: inherit;
}
a:link{
    color: inherit;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
a:visited{
    color: inherit;
}
.main-container{
    width: 100%;
    padding-top: 100px;
}
p{
    text-align: center;
    font-size: 18px;
}
p.p_1{
    color: #FFFFFF;
}
p.p_fone{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
}
p.p_fone a{
    font-weight: 700;
}
p.p_fone a span{
    font-size: 150%;
}
p.p_end{
    color: #ea891f;
}
p.p_end a:hover{
    text-decoration: underline;
}
.traco{
    display: block;
    margin: 40px auto 30px auto;
    max-width: 100%;
}

@media (min-width: 768px){
    .main-container{
        padding-top: 195px;
    }
    p.p_fone a{
        pointer-events: none;
    }
}