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: 5.5em;
	background: none;
}
.row_header
{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.column_logo_header img
{
	width: 14.8em;
	filter: none;
}
.column_menu_header
{
	display:flex;
}
.column_menu_header > ul
{ 
	display:flex;
}
.column_menu_header > ul > li
{
	margin-left: 1.9em !important;
    position: relative;
	padding: 0 !important;
}
.column_menu_header > 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_sliderHome
{
	width: 100%;
	background: #000;
}
.row-sliderHome
{
	width: 100%;
	position: relative;
}
.row-sliderHome img
{
	width: 100%;
	height: 50em;
    opacity: 0.7;
    object-fit: cover;
}
.content_sliderHome
{
    width: 50%;
    position: absolute;
    top: 36%;
    right: 0;
    left: 7.3%;
}
.content_sliderHome h1
{
    font: 4.4em/1.05em boldCondensed;
	color: #fff;
	text-shadow: 0px 0px 6px black;
	text-transform: uppercase;
}
.content_sliderHome h2
{
    font: 1.1em/1em light;
    color: #fff;
    margin-top: 0.35em;
    letter-spacing: 0.75px;
}

.content_sliderHome h2 b
{
    display:block;
	font-family:bold;
}
.content_sliderHome h3
{
    font: 1.85em/1em regular;
    color: #fff;
    padding: 1em 0 1.5em 0;
}
.btn_sliderHome a
{
	font: 1.2em/1em regular;
    color: #fff;
    padding: 0.85em 2.3em;
    display: inline-block;
    background: #F29200;
    border-radius: 25px;
    margin-top: 2em;
	box-shadow: -5px 5px 5px #8c8787;
    transition: all 0.3s ease-in-out;
}
.btn_sliderHome a:hover
{
    box-shadow: -5px 5px 10px #535353;
}

#container_module_sliderHome .slick-dots  
{ 
	display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0em;
    position: absolute;
    bottom: 3em;
}
#container_module_sliderHome .slick-dots button 
{
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	width: 14px;
	height: 14px;
	background: none;
	border-radius: 50%;
	margin:0 4px;
	cursor:pointer;
	border:1px solid #F29200;
}
#container_module_sliderHome .slick-active button 
{
	background: #F29200;
}







@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: 6.9em;
	}
	.center 
	{
		width: 90%;
	}
	.column_menu_header
	{
		display: none;
	}
	#container_module_header 
	{
		margin-top: 0;
	}
	
	
	
	.content_sliderHome 
	{
		width: 90%;
	}
	.column_logo_header img 
	{
		width: 12em;
	}
	.content_sliderHome h1 
	{
		font: 3em/1.05em boldCondensed;
	}
	.content_sliderHome h2 
	{
		font: 1.2em/1em light;
	}
	#container_module_sliderHome img 
	{
		height: 40em;
	}
	
	
	

}
