@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
@font-face {
	font-family: 'FonteLogo';
src: url(../_fonts/bubblegum-sans-regular.otf); }
body{
	background-color: black;
	background-image: url("../background1.jpg");
	background-size: 100% auto;
}

img#logo {
position: fixed;
left: 11px;
}	

div.corpo {
margin-top: 40px;
border: 1px solid black;
padding: 0px;
width: 90%;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
background-color: rgba(0,0,0,0.1);
padding-bottom: 20px;
min-height: 600px;	
}

div.divbox3 {
margin-left: 3px;
width: 32.5%;	
float: left;
border: 1px solid black;
background-color: rgba(0,0,0,0.2);
margin-bottom: 5px;
min-height: 120px;
}

div.texto {
margin-left: 100px;
margin-right: 100px;	
}

video {
border: 0px solid black;
width: 95%;
min-width: 320px;
margin: 10px;
border-radius: 30px;
}

div.video {
position: relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
min-width: 360px;
max-width: 860px;
margin-top: 10px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background-color: black;	
}

img.radius{
border-radius: 60px;
-webkit-box-shadow: 0px 0px 19px 2px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 19px 2px rgba(0,0,0,1);
box-shadow: 0px 0px 19px 2px rgba(0,0,0,1);
margin: 20px;
}

address h4{
border: 0px solid white;
background-color: rgba(0,0,0,0);
position: fixed;
bottom: -20px;
left: -4px;
height:25px;
text-align: left;
font-size: 13px;
}
