body 
{
	font-size:16px;
	padding-top: 0;
}
header 
{
    width: 100%;
    position: static;
} 

#container_module_header
{
	width: 100%;
	position: absolute;
    top: 0;
    z-index: 9;
	margin-top: 1.7em;
	background: none;
}
.row_header
{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.column_logo_header img
{
	width: 17em;
}

.logoInternal
{
	display: none;
}
.logo
{
	display: block !important;
}

.column_menu_header
{
	display:flex;
}
.column_menu_header > div > ul
{ 
	display:flex;
}
.column_menu_header > div > ul > li
{
	margin-left: 1.65em !important;
    position: relative;
	padding: 0 !important;
}
.column_menu_header > div > ul > li > a
{
	font: 1em/1em regular;
	color: #fff;
	letter-spacing: 0.5px;
}

.sub-menu
{
	position: absolute;
    top: 2em;
    width: 16em;
    background: #314F76;
    z-index: 99;
	display:none;
}
.sub-menu > li > a
{
	font: 1.1em/1em regular;
	color: #fff;
	display: block;
	padding: 1em 0.5em;
}
.column_menu_header > ul > li:hover > .sub-menu
{
	display: block;
}
.sub-menu > li:hover
{
    background: #fff !important;
}
.sub-menu > li:hover a
{
    color: #314F76 !important;
}









#container_module_bannerInternalUs
{
	width: 100%;
	background: #000;
	position: relative;
}
#container_module_bannerInternalUs img
{
	width: 100%;
	height: 32em;
    opacity: 0.5;
	object-fit: cover;
}
.content_bannerInternalUs
{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_bannerInternalUs h1
{
    font: 2.9em/1.2em medium;
	color: #fff;
}


@media screen and (max-width: 1920px)
{
	body 
	{
		font-size:16px;
	}
	.center
	{
		width: 85%;
		margin: 0 auto;
	}
	#container_module_contactHome .center 
	{
		width: 85%;
		margin: 0 auto;
	}

}

@media screen and (max-width: 1760px)
{
	body 
	{
		font-size:14px;
	}
	
}

@media screen and (max-width:1400px)
{
	body 
	{
		font-size: 15px;
	}
	
}

@media screen and (max-width: 1100px)
{

	body 
	{
		font-size:12px;
	}
	.center
	{
		width: 85% !important;
		margin: 0 auto;
	}
	.column_menu_header > ul > li
	{
		margin-left: 0 !important;
	}

	
	
	
}

@media screen and (max-width:760px)
{
	body 
	{
		font-size: 12px;
		padding-top: 5em;
	}
	.center 
	{
		width: 90%;
	}
	.column_menu_header
	{
		display: none;
	}
	#container_module_header 
	{
		margin-top: 0;
	}
	.column_logo_header 
	{
		padding: 2em 0;
	}
	
	
	
	

}