@charset "UTF-8";

/*fontes*/
@font-face {
     font-family: "BebasNeue Regular";
     src: url("../fonts/BebasNeue-Regular.ttf");
}

@font-face {
     font-family: "BebasNeue Book";
     src: url("../fonts/BebasNeue-Book.ttf");
}

@font-face {
     font-family: "BebasNeue Bold";
     src: url("../fonts/BebasNeue-Bold.otf");
}

@font-face {
	font-family: "Altone Regular";
	src: url("../fonts/AltoneTrial-Regular.ttf");
}

html{
	scroll-behavior: smooth;
}

body{
	color: rgba(0,0,0,0.8);
	background-color: white;
}

/* formatação de imagens */
figure.imagem{
	position: center;
	width: 100%;
	height: 100%;
}

.video{
  position: relative;
  width: 90%;/* 16:9*/
  padding-top: 46.25%; /* 16:9*/
  margin-left: 45px;
  margin-right: auto;
}

div#interface{
	width: 900px;
	margin: 100px auto 0px auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	padding: 0px;
	background-image: url("../img/background.jpg");
	background-size: 900px;
	background-repeat: no-repeat;
}

div#video_bergamo{
	/*border-bottom: 1px black solid;*/
	text-align: center;
	height: 700px;
}

/* configurações para rolagem menu */
section#inicio{
	position: relative;
	top: -150px;
}

section#nossos_diferenciais{
	position: relative;
	top: 90px;
}

section#onde_comprar{
	position: relative;
	top: -10px;
}

section#a_bergamo{
	position: relative;
	top: -80px;
}

div#video_bergamo h1{
	position: relative;
	top: 20px;
	text-align: center;
	color: white;
	font-family: "BebasNeue Book";
	font-size: 20px;
	letter-spacing: 4.2px;
}

div#video_bergamo h2{
	position: relative;
	top: 5px;
	text-align: center;
	color: white;
	font-size: 20px;
}

div#link_loja{
	/*border-bottom: 1px black solid;*/
	text-align: center;
	height: 450px
}

div#link_loja h1{
	position: relative;
	top: -50px;
	text-align: center;
	color: white;
	font-family: "BebasNeue Book";
	font-size: 20px;
	letter-spacing: 4.2px;
}

div#link_loja h2{
	position: relative;
	top: -50px;
	text-align: center;
	color: white;
	font-size: 20px;
}

ul#links{
	/*border-bottom: 1px black solid;*/
	position: relative;
	text-align: center;
	height: 450px;
	top: -80px;
}

div#sobre{
	/*border-bottom: 1px black solid;*/
	text-align: center;
	height: 600px
	padding: 50px;
}

div#sobre h1{
	position: relative;
	top: -120px;
	text-align: center;
	color: white;
	font-family: "BebasNeue Bold";
	font-size: 60px;
	letter-spacing: 4.2px;
	background-color: red;
}

div#sobre p{
	position: relative;
	top: -120px;
	text-align: center;
	font-family: "Altone Regular";
	font-size: 18px;
	color: white;
}

div#sobre h2{
	position: relative;
	top: -90px;
	text-align: center;
	color: white;
	font-size: 20px;
}

div#madetec{
	/*border-bottom: 1px black solid;*/
	text-align: center;
	height: 450px
}

div#madetec h1{
	position: relative;
	top: -90px;
	text-align: center;
	font-family: "BebasNeue Bold";
	font-size: 70px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
	color: rgba(0,0,0,0);
}

div#logo{
	/*border-bottom: 1px black solid;*/
	text-align: center;
	height: 200px
}

/*formatação menu*/
nav#menu{
	position: relative;
	top: -80px;
	width: 900px;
}

nav#menu ul{
	position: relative;
	list-style: none;
	padding: 1px;
}

nav#menu li{
	display: inline-block;
	color: rgba(255,0,0,1);
	margin-left: 20px;
	/*transition: color 0.4s;*/
	font-family: "BebasNeue Regular";
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 4px;
}

nav#menu li:hover{
	color: rgba(255,0,0,.2);
}

nav#menu h1{
	display: none;
}

/*
header#cabecalho img#logo{
	position: relative;
	top: 25px;
	left: 250px;
	width: 15%;
	height: 10%;
}
*/

nav#menu img#logo{
	position: relative;
	width: 22%;
	margin-right: 100px;
}

header#cabecalho img#titulo{
	position: relative;
	width: 50.9%;
	height: 125%;
}

header#cabecalho{
	/*border-bottom: 1px black solid;*/
	text-align: center;
	height: 400px;
}

/* formatação dos videos bergamo*/
.container_video {
  position: relative;
  width: 80%;/* 16:9*/
  padding-top: 45%; /* 16:9*/
  margin-left: 85px;
  margin-right: auto;
  top: 30px;
}

/* formatação dos videos madetec*/
.container_video2 {
  position: relative;
  width: 88.9%;/* 16:9*/
  padding-top: 37.9%; /* 16:9*/
  margin-left: 40px;
  margin-right: auto;
  top: -150px;
}

/* formatação dos videos geral*/
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 10px solid white;
}

section#corpo {
	display: block;
}

footer#rodape {
	clear: both;
}

footer#rodape p{
	text-align: center;
}

ul#contato_rodape{
	position: relative;
	top: 0px;
	width: 900px;
	height: 200px;
	margin-left: -40px;
	overflow: hidden;
	list-style: none;
}

ul#contato_rodape h1{
	position: relative;
	top: -10px;
	color: rgba(0,0,0,0.8);
	font-family: "BebasNeue Bold";
	font-size: 33px;
	letter-spacing: 1px;
}

ul#contato_rodape h2{
	position: relative;
	top: -150px;
	color: rgba(0,0,0,0.8);
	font-family: "BebasNeue Book";
	font-size: 23px;
}

ul#contato_rodape h3{
	position: relative;
	top: -93px;
	color: rgba(0,0,0,0.8);
	font-family: "BebasNeue Book";
	font-size: 23px;
	letter-spacing: -1px;
}

ul#contato_rodape li#logo_contato{
	float: left;
	width: 210px;
	height: 150px;
	margin: 5px;
}

ul#contato_rodape li#contato{
	float: left;
	width: 210px;
	height: 150px;
	margin: 5px;
}

ul#contato_rodape li#endereco_contato{
	float: left;
	width: 270px;
	height: 150px;
	margin: 5px;
}

ul#contato_rodape li#rede_social{
	float: left;
	width: 170px;
	height: 20px;
	margin: 5px;
}

ul#contato_rodape li span{
	opacity: 0;
}

ul#contato_rodape li#logo_contato{
	background-image: url("../img/footer_logo.png");
	background-repeat: no-repeat;
	background-size: 200px;
}

ul#contato_rodape li#face{
	position: relative;
	top: -90px;
	margin-left: 725px;
	float: left;
	width: 170px;
	height: 30px;
	background-image: url("../img/icone_face.png");	
	background-size: 142px;
	background-repeat: no-repeat;
	opacity: 0.8; 
}

ul#contato_rodape li#insta{
	position: relative;
	top: -85px;
	margin-left: 725px;
	float: left;
	width: 170px;
	height: 30px;
	background-image: url("../img/icone_insta.png");
	background-size: 142px;
	background-repeat: no-repeat;
	opacity: 0.8; 
}
	
ul#contato_rodape li#youtube{
	position: relative;
	top: -80px;
	margin-left: 728px;
	float: left;
	width: 170px;
	height: 30px;
	background-image: url("../img/icone_youtube.png");
	background-size: 140px;
	background-repeat: no-repeat;
	opacity: 0.8; 
}

footer p{
	position: relative;
	top: -5px;
}