#container-module-bannerPage
{
	width: 100%;
	background:#000;
	position: relative;
}
#container-module-bannerPage img
{
	width: 100%;
    height: 25em;
    object-fit: cover;
	opacity: 0.5;
}
.title-bannerPage
{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-bannerPage div
{
    width: 45em;
}
.title-bannerPage h1
{
    font: 1.4em/1em light;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0.3em;
}


#container_module_header
{
	width: 100%;
	position: inherit;
	top: 4em;
	z-index: 999;
	background: #fff;
	padding: 1em 0;
}
.row_header
{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.column_logo img 
{
	width: 15em;
}
.column_phone
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.column_phone a:nth-child(1) 
{
   display: flex;
}

.column_phone a:nth-child(2) 
{
    font: 1.4em/1em bold;
    color: #000;
    display: flex;
	align-items: center;
}

.column_menus > div > ul
{
    display: flex;
    align-items: center;
}
.column_menus > div > ul > li 
{
    margin-right: 3em;
    position: relative;
    padding: 1.5em 0px;
}
.column_menus > div > ul > li > a 
{
    font: 1em/1em bold;
    color: #000;
    text-transform: uppercase;
	position: relative;
}
.column_menus > div > ul > li > a:after
{
    content: '';
    top: -13%;
    right: -1.5em;
    position: absolute;
    display: block;
    height: 20px;
    width: 18px;
    background: url(images/iconFlechaHeader.png) no-repeat center / 0.75em;
}


.column_menus > div > ul > li:hover > a
{
    color: #000;
}
.sub-menu 
{
    position: absolute;
    width: 15em;
    top: 4em;
    display: none;
    z-index: 999;
}
.sub-menu > li > a 
{
    font: 1em/1.2em regular;
    color: #283138;
    background: #fff;
    padding: 1.1em 1em;
    display: block;
	border-bottom: 1px solid #1b2635;
}

.column_menus > div > ul > li:hover > .sub-menu 
{
    display: block;
}
.flechas 
{
    background: url(images/flecha-home.png) no-repeat right center / 1em;
    padding-right: 1.6em;
}	
	

.text_phone 
{
    margin-right: 2em;
}
.text_phone a img
{
	width: 2em;
	height: 2em;
}	


.menu-idiomas-container a span
{
	color: #000;
    font: 0.95em/1em regular;
	margin-left: 0.3em;
}



@media screen and (min-width: 1700px)
{
	body
	{
		font-size: 18.5px;
	}
	.center 
	{
		width: 1270px;
	}
}

@media screen and (max-width: 1400px)
{

	body 
	{
		font-size: 16.25px;
	}
	.center 
	{
		width: 90%;
	}
	
}

@media screen and (max-width: 1100px)
{

	body 
	{
		font-size: 12px;
	}
	.center 
	{
		width: 90%;
	}
	
}

@media screen and (max-width: 760px)
{

	body 
	{
		font-size:14px; 
	}
	header {
		width: 100%;
		position: fixed;
		z-index: 9999999;
		background: #fff;
		top: 0;
	}
	.center 
	{
		width: 90%;
	}
}


@media screen and (max-width: 330px)
{

	body 
	{
		font-size:12px;
	}
	
	
}