body  
{
    font-family: "Myriad Pro", sans-serif;
}

img {max-width: 100%;}

.container
{
    max-width: 1440px;
    margin: 0 auto;
}

.titulo
{
    text-align: center;
    font-size: 48px;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #db2727;
}

.sub-titulo
{
    text-align: center;
    margin-bottom: 60px;
}

.mini-texto
{
    text-align: center;
    font-size: 12px;
    margin-bottom: 180px;
}

.negao-desbloqueio
{
    height: 700px;
}

.negao-desbloq-esquerda
{
    width: 50%;
    float: left;
}

.negao-desbloq-direita
{
    width: 50%;
    float: right;
}

.negao-titulo
{
    margin-top: 200px;
}

.negao-texto-esquerda
{
    text-align: left;
}

.foto-loira
{
    margin-top: 120px;
    position: relative;
}

.texto-loira
{
    width: 50%;
    position: absolute;
    top: 50px;
    right: 20px;
}

.titulo-foto-loira
{
    font-size: 28px;
}

.texto-foto-loira
{
    font-size: 18px;
}