.container_header{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.ch{
    max-width: 80%;
}

.img_header{
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    max-height: 550px;
}

.bg_titulo{
    width: 50%;
    float: right;
    background: rgba(255,255,255,0.2);
    padding-bottom: 10vh;
    padding-top: 10vh;
    margin-top: 10vh;
}

.titulo_contato h1{
    text-transform: uppercase;
    font-size: 85px;
    color: #f5f5f5;
}

.conteudo_contatos{
    width: 100%;
    float: left;
    background: #f5f5f5;
}

.subtitulo_contato{
    font-size: 50px;
    text-align: left;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 10vh;
    padding-right: 10vh;
    line-height: 1;
}

.texto_contato{
    font-size: 16px;
    text-align: left;
    padding-bottom: 5vh;
    padding-top: 5vh;
    padding-left: 10vh;
    padding-right: 10vh;
	background: #fff;
}

@media (max-width: 105em) {
    .titulo_contato h1{
        font-size: 50px;
    }

    .subtitulo_contato{
        font-size: 40px;
    }

    .texto_contato {
        font-size: 15px;
    }

    .titulo_noticia{
        font-size: 20px;
    }

}

/*Large devices (desktops, less than 75em)*/
@media (max-width: 75em) {

    .bg_titulo{
        width: 100%;
    }

    .titulo_contato h1 {
        font-size: 40px;
    }

    .subtitulo_contato{
        font-size: 30px;
    }

    .texto_contato {
        font-size: 14px;
    }

    .ch{
        max-width: auto;
    }

    .bg_titulo{
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    .img_header{
        height: auto;
    }


}

/*Medium devices (tablets, less than 62em)*/
@media (max-width: 62em) {
    .container_header{
        margin-top: 60px;
    }

    .titulo_contato h1 {
        font-size: 40px;
    }

    .subtitulo_contato{
        font-size: 30px;
    }

    .ch{
        max-width: auto;
    }

    .texto_contato{
        padding-left: 0px;
        padding-right: 0px;
    }

    .subtitulo_contato{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*Small devices (landscape phones, less than 48em)*/
@media (max-width: 48em) {
    .subtitulo_contato{
        font-size: 20px;
    }

    .bg_titulo {
        padding-top: 35px;
        padding-bottom: 35px;
        margin-top: 0;
    }

    .titulo_contato h1{
        font-size: 25px;
    }

    .titulo_noticia {
        font-size: 15px;
    }


}

/*Extra small devices (portrait phones, less than 34em)*/
@media (max-width: 34em) {
    .bg_titulo {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .titulo_contato h1{
        font-size: 20px;
    }

    .ch{
        max-width: 100%;
    }
}

