/* ================================================================================================================== */
/* corpo */
/* ================================================================================================================== */

div#contacts { display: block; position: relative; width: 100%; padding: 0; margin: 0 auto; font-size: 0; background: transparent url(../images/contacts_bg.jpg) no-repeat center center; background-size: cover; }
div#contacts
{
	min-height: 100vh;
	min-height: -webkit-calc( 100vh - 55px );
	min-height:    -moz-calc( 100vh - 55px );
	min-height:         calc( 100vh - 55px );
}
	div#contacts div.container { display: block; position: relative; width: 1200px; margin: 0 auto; padding: 150px 0 0 0; text-align: center; font-size: 0; }

@media all and ( max-width: 1199px )
{
	div#company { padding: 0; }
		div#company div.container { width: auto; padding: 0 10px; }
}

/* ================================================================================================================== */
/* titulos e textos e fotos */
/* ================================================================================================================== */

div#contacts h1 { display: block; position: relative; width: 100%; font-size: 35px; line-height: 50px; text-align: center; margin: 0 0 50px 0; }
div#contacts h2 { display: block; position: relative; width: 100%; font-size: 18px; line-height: 25px; text-align: center; margin: 0 0 15px 0; }
div#contacts p { display: block; position: relative; width: 100%; font-size: 14px; line-height: 20px; text-align: center; margin: 0; }