
@charset "utf-8";
/* Global Styles */


/* Header */



hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}


.socialNetworkNavBar .socialNetworkNav {

	border-radius:200%;
	cursor: pointer;
}
.socialNetworkNavBar .socialNetworkNav img:hover {
	opacity: 0.5;
}


 	 .Cacordeone {
 	
display: flex;
  	overflow-y: hidden;
 


}
	.headers{
	width:385px;
	height:75px;
	background:#FFF;
   
    margin:13px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size:14px;
	opacity:0.6px;
	border-radius: 10px;
	-webkit-transform: scale(1.03,1.03);
   -moz-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   box-shadow: 0 20px 20px rgba(0, 0, 0, 0.6);
   -o-transition: -o-transform .25s ease-in-out;
   transition: transform .25s ease-in-out;


	
	}
	




h3{
margin:10px 0;
font-family:inherit;
font-weight:bold;
line-height:20px;
text-rendering:optimizelegibility;
color: rgba(146,146,146,1.00);
}
/* Scroll Personalizado */

.socialNetworkNavBar::-webkit-scrollbar {
	width: 5px;
}

.socialNetworkNavBar::-webkit-scrollbar-thumb {
	background: #ff9d00;
	border-radius: 5px;
}
.socialNetworkNavBar1::-webkit-scrollbar {
	width: 5px;
}

.socialNetworkNavBar1::-webkit-scrollbar-thumb {
	background: #ff9d00;
	border-radius: 5px;
}