.cont_grande_header
{
	height: 200px;
	width: 100%;
	position: relative;
	background-image: url('../../img/Header.png');
	background-repeat-y: no-repeat;
    background-position-y: 0px;
    background-position-x: -250px;
    box-sizing: unset;
    background-size: auto 205px;
    background-color: rgb(239,252,204);
}
.menu_cel_icono
{
	height: 30px;
	width: 30px;
	border-radius: 50%;
	position: fixed;
	left: 10px;
	top: 10px;
	display: none;
	z-index: 20;
	background-image: url('../../img/menu.svg');
	background-size: 30px;
}
.cont_interno_header
{
	width: 100%;
	height: 100%;
}
.header_top
{
	height: 130px;
	width: 100%;
	z-index: 11;
	position: relative;
}
.header_top_int
{
	width: 1100px;
	height: 100%;
	padding-left: calc(50% - 550px);
    padding-right: calc(50% - 550px);
}
.header_menu
{
	width: 1050px;
	height: 70px;
	background-color: #334B56;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
.logo_pg_header
{
	width: 274px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	box-sizing: unset;
}
.logo_pg_header:hover
{
	background-image: url('img/Logo_Senas.svg');
}
.logos_header
{
	width: 167px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	float: right;
    box-sizing: unset;
}
.item_menu
{
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #263C44;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 2px;
	color: #39A58F;
	font-family: 'Oswald_Light' !important;
	position: relative;
	cursor: pointer;
}
.item_menu:hover
{
	color: white;
}
.item_menu:hover .desplageble
{
	color: #39A58F;
}
.item_des:hover
{
	color: white;
}
.verde
{
	color: #8dff9f;
}
.item_menu_home
{
	width: 50px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../../img/Home.svg');
	background-position-y: 17px;
	cursor: pointer;
}
.item_menu_home:hover
{
	background-image: url('../../img/HomeRollover.svg');
}
.item_menu_home span
{
	height: 6px;
	display: inline-block;
	width: 80%;
	left: 10%;
	background-color: #39A58F;
	position: absolute;
	top: 60px;
	opacity:0;
}
.item_menu span
{
	height: 6px;
	display: inline-block;
	width: 80%;
	left: 10%;
	background-color: #39A58F;
	position: absolute;
	top: 44px;
	opacity:0;
}
.desplageble
{
	width: 130%;
	height: 60px;
	right: -15%;
	position: absolute;
	top: calc(100% + 2px);
	background-color: #334B56;
	z-index: 2;
	display: none;
	font-size: 14px;
}
.scroll
{
	z-index: 8;
	height: 60px;
	width: 60px;
	position: fixed;
	background-size: 60px;
	bottom: 100px;
	right:15px;
	background-image: url('../../img/IndicadorScroll.svg');
	background-repeat: no-repeat;
	animation: fade_move_down 1s ease-in-out infinite;
}
.roll_logo:hover
{
	background-image: url('../../img/ProyPazRollover.svg')!important;

}
/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
 0% {
-webkit-transform:translate(0, -10px) rotate(0deg);
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
-webkit-transform:translate(0, 10px) rotate(0deg);
opacity: 0;
}
}
@-moz-keyframes fade_move_down {
 0% {
-moz-transform:translate(0, -10px) rotate(0deg);
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
-moz-transform:translate(0, 10px) rotate(0deg);
opacity: 0;
}
}
@keyframes fade_move_down {
 0% {
transform:translate(0, -10px) rotate(0deg);
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
transform:translate(0, 10px) rotate(0deg);
opacity: 0;
}
}

@media screen and (max-width: 1150px) {
	
	.header_top_int 
	{
	    width: 800px;
	    padding-left: calc(50% - 400px);
	    padding-right: calc(50% - 400px);
	}
	.logo_pg_header
	{
		width: 230px;
		background-size: 230px;
	}
	.logos_header
	{
		width: 140px;
	}
	.header_menu
	{
		width: 800px;
	}
	.item_menu
	{
		font-size: 15px;
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 850px) {
	
	.header_top_int 
	{
	    width: 550px;
	    padding-left: calc(50% - 275px);
	    padding-right: calc(50% - 275px);
	}
	.logo_pg_header
	{
		width: 180px;
		background-size: 180px;
	}
	.logos_header
	{
		width: 80px;
		background-size: 60px;
	}
	.header_menu
	{
		width: 550px;
		height: 50px;
	}
	.item_menu
	{
		font-size: 8px;
		margin-top: 8px;
	}
	.header_top
	{
		height: 110px;
	}
	.cont_grande_header
	{
		background-size: auto 174px;
	}
	.item_menu span
	{
		top: 33px;
	}
	.item_menu_home
	{
		background-position-y: 9px;
	}
	.cont_grande_header
	{
		height: 160px;
	}
	.desplageble
	{
		font-size: 8px;
	}
}

@media screen and (max-width: 550px) {
	
	.header_menu
	{
		display: none;
	}
	.menu_cel_icono
	{
		display: block;
	}
	.header_top_int 
	{
	    width: 300px;
	    padding-left: calc(50% - 150px);
	    padding-right: calc(50% - 150px);
	}
	.logo_pg_header
	{
		width: 70px;
		background-size: 70px;
	}
	.logos_header
	{
		width: 50px;
		background-size: 40px;
	}
	.header_menu
	{
		width: 300px;
		height: 50px;
	}
	.header_menu
	{
		width: 100%;
	    height: 233px;
	    top: 0px;
	    z-index: 11;
	    position: fixed;
	}
	.item_menu_home
	{
	    height: 45px;
    	width: 100%;	
	}
	.item_menu_home span
	{
		display: none;
	}
	.item_menu
	{
		height: 20px;
    	width: 100%;
	}
	.item_menu span
	{
		display: none;
	}
}