7@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;

	
}

a:link { 	text-decoration: none; }



.RSS-Responsive { display: none; }

.imgMenuResponsive { display: none; }

/*.Envolvente-Logo {
	
	width: 430px;
	height: 170px;
    background-color:  #ff4e00;
    position: fixed;
    margin-left: 3%;
    margin-top: 24px;
    z-index: 845454544;

}*/

.Logo-Menu {
      
    background-size: contain;
    width: 148px;
    position: fixed;
   margin-left: 2%;
    margin-top: 24px;
    z-index: 845454544;
    -webkit-transition: all 1s;

}



.Logo-Menu-Negro {
	
	display: none;
	-webkit-transition: all 1s;
   	
}



.PRE-Menu {
    
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-decoration: none;
    list-style: none;
    position: fixed;
    z-index: 125414;
    width: 100%;
    padding-right: 70px;
    -webkit-transition: all 0.3s;
	font-weight: 700;
	z-index: 454256;
	margin-top:0px;
    background-color: #fff;

}



.PRE-Menu a   {
	
    color: #ff4e00;
    -webkit-transition: all 0.4s;
    font-weight: normal;

}


.PRE-Menu a:hover {
	
     color: #ff4e00;
    font-weight: 100;
    -webkit-transition: all 0.2s;
	font-weight: normal;

	
}


.PRE-Menu ul {
    
    float:right;
    display: flex;
    list-style: none;  
    font-size: 14px;
    margin-top: 0px;
	margin-right: 50px;    
}



.PRE-Menu ul li {
	
	font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
	padding-top: 12px;
	font-weight: 700;

}


/*
.PRE-Menu2 ul ul {   display: none; }


.PRE-Menu ul li:hover ul {
	
    display: block;
    position: absolute;
    z-index: 445445;
	background-color: rgba(255,255,255,1);

}
*/


.Menu {
    
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-decoration: none;
    list-style: none;
    position: fixed;
    z-index: 125414;
    width: 100%;
    padding-right: 70px;
    -webkit-transition: all 0.3s;
	font-weight: 00;
	z-index: 454256;
	margin-top:45px;
    background-color:  #ff4e00;

}


.Menu a   {
	
    color: #fff;
    -webkit-transition: all 0.4s;
    font-weight: normal;

}



.Menu a:hover {
	
    color: #000;
    font-weight: 0;
    -webkit-transition: all 0.2s;
}


.Menu ul {
	
    font-family: 'Roboto', sans-serif;
    float:right;
    display: flex;
    list-style: none;  
    font-size: 17px;
    margin-top: 15px;
	margin-right: 50px;
}


.Menu ul li {
	
	font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
	padding-top: 13px;
}


.Menu ul ul { display: none; }

.Menu ul li:hover ul {
	
    display: block;
    position: absolute;
    z-index: 445445;
	background-color: rgba(255,255,255,1);
}


.Img-RSS {
    
    width: 24px;
    margin-top: -2px;	
}



.Menu2 {
    
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    position: fixed;
    z-index: 125414;
    width: 100%;
    padding-right: 10px;
	z-index: 454256;
	margin-top:125px;
    background-color: #474747;
	
}


.Menu2 a {
	
    color: #fff;
    -webkit-transition: all 0.4s;
    font-weight:300
}


.Menu2 a:hover {
	
    color:#fff;
    font-weight: 300;
    -webkit-transition: all 0.2s;
	
}


.Menu2 ul {
	
    font-family: 'Roboto', sans-serif;
    float:right;
    display: flex; 
    font-size: 14px;
    margin-top: 0px;
	margin-right: 0px;
    font-weight:900;  
}


.Menu2 ul li {
	
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 4px;
	padding-top: 4px;
    width: 180px;
    text-align: center;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #6d6d6d;
	font-weight: 900;


}


.Menu2 ul ul {  display: none; }


.Menu2 ul li:hover ul {
	
    display: block;
    position: absolute;
    z-index: 445445;
	margin-top: 5px;
	font-size: 14px;
	background-color: #929292;
	border-bottom: 1px solid #434343;
	padding-top: 0px; 
    width: 180px;


}




@media (max-width:740px) {
  .logo {
    width: 50%;
    height: auto;
  }
  .menu {
    display: none;
    flex-direction: column;
  }
  .menu.active {
    display: flex;
  } 
	
.Logo-Menu {
    width: 117px;


}

.Envolvente-Logo {
	
	width: 360px;
	height: 142px;

}


.PRE-Menu {
    
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-decoration: none;
    list-style: none;
    position: fixed;
    z-index: 125414;
    width: 100%;
    padding-right: 70px;
    -webkit-transition: all 0.3s;
	font-weight: 700;
	z-index: 454256;
	margin-top:0px;
    background-color: #fff;

}



.PRE-Menu a   {
	
    color: #ff4e00;
    -webkit-transition: all 0.4s;
    font-weight: normal;

}


.PRE-Menu a:hover {
	
     color: #ff4e00;
    font-weight: 100;
    -webkit-transition: all 0.2s;
	font-weight: normal;

	
}


.PRE-Menu ul {
    
    float:right;
    display: flex;
    list-style: none;  
    font-size: 14px;
    margin-top: 0px;
	margin-right: 50px;    
}



.PRE-Menu ul li {
	
	font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
	padding-top: 12px;
	font-weight: 700;

}



.Menu {
    
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-decoration: none;
    list-style: none;
    position: fixed;
    z-index: 125414;
    width: 100%;
    padding-right: 70px;
    -webkit-transition: all 0.3s;
	font-weight: 00;
	z-index: 454256;
	margin-top:45px;
    background-color:  #ff4e00;

}


.Menu a   {
	
    color: #fff;
    -webkit-transition: all 0.4s;
    font-weight: normal;

}



.Menu a:hover {
	
    color: #000;
    font-weight: 0;
    -webkit-transition: all 0.2s;
}


.Menu ul {
	
    display: flex;
    list-style: none;  
    font-size: 14px;
    margin-top: 15px;
	margin-right: 2px;
}


.Menu ul li {
	
	font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
	padding-top: 13px;
}


.Menu ul ul { display: none; }

.Menu ul li:hover ul {
	
    display: block;
    position: absolute;
    z-index: 445445;
	background-color: rgba(255,255,255,1);
}


.Img-RSS {
    
    width: 24px;
    margin-top: -2px;	
}



.Menu2 {
    
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    position: fixed;
    z-index: 125414;
    width: 100%;
    padding-right: 10px;
	z-index: 454256;
	margin-top:125px;
    background-color: #474747;
	
}


.Menu2 a {
	
    color: #fff;
    -webkit-transition: all 0.4s;
    font-weight:300
}


.Menu2 a:hover {
	
    color:#fff;
    font-weight: 300;
    -webkit-transition: all 0.2s;
	
}


.Menu2 ul {

    font-size: 10px;
    margin-top: 0px;
	margin-right: 0px;
    font-weight:900;  
}


.Menu2 ul li {
	
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
	padding-top: 4px;
    width: 120px;
    text-align: center;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #6d6d6d;
	font-weight: 900;


}


.Menu2 ul ul {  display: none; }


.Menu2 ul li:hover ul {
	
    display: block;
    position: absolute;
    z-index: 445445;
	margin-top: 5px;
	font-size: 12px;
	background-color: #929292;
	border-bottom: 1px solid #434343;
	padding-top: 0px; 
    width: 120px;


}

	
	
}






@media (max-width:750px) {
    
.Envolvente-Logo {
	 
display: none
}

.Contenedor-Responsive {
		
		width: 100%;
		height: 50px;
		background-color: #ff4e00;;
		position: fixed;
		z-index: 132143432432432;
        margin-top: 5px;
    
		
}
	
.imgMenuResponsive {
		
    display: block;
	width: 66px;
	float: right;
    position: fixed;
    margin-top: 8px;
    z-index: 5454545445454545;
	margin-left: 83%;      

}
	
    
.Logo-Menu-Negro {
	
	display: block;
    background-size: contain;
    width: 70px;
    position: fixed;
    margin-left: 10px;
    margin-top: 6px;
    z-index: 845454544;
    -webkit-transition: all 1s;
		
		
}
	
    
.Logo-Menu { display: none;  }

.Logo-Menu-Fixed {  display: none;  }


.Menu {
		

		margin-top:110px;
		width: 100%;
		height: 100vh;
		-webkit-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		transition: all 0.2s;
		background-color: #0b596;
		position: fixed;
		z-index: 1000;
		
	}
	
		
.Menu ul {
		
		display: block;
		float: right;
		list-style: none;
		float: left;
	
}
	
.Menu ul li:hover ul {
    
		display: none;
		position: static;
		
}
	
	
	
.Menu a {
    
		display: block;
		color:#fff;
		text-decoration: none;
		padding-top: 5px;
        font-size: 12px;

	}
	

	
.RSS-Responsive	{
		
	display: block;
	position: absolute;
	margin-top: 470px;
	width: 100px;
	vertical-align: bottom;
		
}
	
	
.Img-RSS {
    
    width: 20px;
    margin-top: -3px;
	
}
	
    
    
    
        
    
    
    
.PRE-Menu {
    
    padding-right: 10px;
	margin-top:80px;
    background-color: #474747;

    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.2s;

}




.PRE-Menu a:hover {
    
    color:#0b5964;
    font-weight: 100;
	
}


.PRE-Menu ul {
    
    float:right;
    display: flex;
    list-style: none;  
    font-size: 10px;
    margin-top: -2px;
	margin-right: 20px;

    
}


.PRE-Menu ul li {
    padding-left: 15px;
    padding-right: 3px;
    padding-bottom: 1px;
	padding-top: 12px;
	
  
}



    
    
    
.Menu2 {
    
    display:inline-block;
    position:fixed;
    z-index: 125414;
    width: 100%;
    height: auto;
    padding-right: 7px;
	font-weight: 800;
	z-index: 454423423423423423432423421554355213423234234324256;
	margin-top:420px;
    background-color: transparent;
    
    -webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 0.2s;

}


.Menu2 a   {
    
    color: #fff;
    -webkit-transition: all 0.4s;
    font-weight: normal;
    display: inline-block;

}





.Menu2 ul {
    
    float:left;
    display: inline-block;
    font-size: 9px;
    margin-top: 0px;
	margin-right: 5px;
    width:1o0px;
    text-align: center;

    
}


.Menu2 ul li {
    
    display: inline-block;
    padding-left: 15px;
    padding-right: 12px;
    padding-bottom: 15px;
	padding-top: 2px;
    width: auto;
    text-align: center;
  
}

    

.Menu2 ul ul {     display: none; }


    
	
}





@media (max-width:375px) { 
    
.PRE-Menu { padding-right: 1px; }

.PRE-Menu ul { font-size: 9px; }


}



@media (max-width:320px) { 
    
    
.PRE-Menu {
    
    padding-right: 1px;
	margin-top:80px;
    background-color: #474747;

    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.2s;

}




.PRE-Menu a:hover {
    
    color:#0b5964;
    font-weight: 100;
	
}


.PRE-Menu ul {
    
    float:right;
    display: flex;
    list-style: none;  
    font-size: 8px;
    margin-top: -2px;
	margin-right: -1px;

    
}


.PRE-Menu ul li {
    padding-left: 15px;
    padding-right: 3px;
    padding-bottom: 1px;
	padding-top: 12px;
	
  
}

    
.Img-RSS {
    
    width: 14px;
    margin-top: -2px;
    margin-right: 5px;
    padding-bottom: 6px;
	
}


}

