html {
    font: normal 10px/1.2 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
}
body {
	width:100%;
	margin: 0;
 	padding: 0px;
	
	background-color: #cdcdcd;
	background-image: url("/images/LOGO11.png");
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: 50% 50%;
}

video {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

hr {
	 width: 20px;
}

main {display: none}

main2 {display: none}

main_foot {display: none}

centrado_logo_pie {display: none}

centrado_2logo_pie {display: none}

centrado_pie {display: none}

.cont_menu {display: none}

.cont_menu_about {display: none}

.cont_menu_contact {display: none}

content {display: none}

team {display: none}

about {display: none}

brands {display: none}

contact {display: none}

#mensaje_tamano_pantalla{
	position: fixed;

	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);

	z-index: 1;
	
	border-radius: 7pt;
	background: rgba(0,0,0,0.4);
	color: #fff;
	padding: 7px;
	
	text-align:center;
	font-weight: bold;
}