@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.typekit.net/hho4icq.css");


body{
	overflow-x: hidden;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
}

#page-caixa {
	max-width: 1220px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

.relative {
	position: relative;
}

.img-bg {
	width: 100%;
	height: auto;
}

.mokoko {
	font-family: mokoko, serif;
}


h4 {
	margin-top: 25px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1.2em;
}

header {
	background: #353532;
	padding: 40px 0px;
	width: 100%;
}

.rotating {
	-webkit-animation: rotating 5s linear infinite;
	-moz-animation: rotating 5s linear infinite;
	-ms-animation: rotating 5s linear infinite;
	-o-animation: rotating 5s linear infinite;
	animation: rotating 5s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#intro {
	padding: 20px 0px 60px 0px;
	background: url('../img/bg-intro.png') center center no-repeat;
	background-size: 100% 60%;
}

#intro .logo-extreme {
	margin-top: 30px;
}

#intro h1 {
	color: #FFF;
	font-weight: 300;
	text-align: center;
	font-size: 1em;
	margin-top: 80px;
}

#intro .modelo {
	font-weight: 900;
}

#intro .slogan {
	font-weight: 900;
	text-align: center;
	color: #575756;
	font-size: 1.5em;
	margin-top: 25px;
}

#intro .caixa-intro {
	margin-top: 55px;
}

#intro .circle-intro {
	position: absolute;
    bottom: 10px;
    right: -120px;
    z-index: -1;
}

#connect {
	text-align: center;
	color: #575756;
	line-height: 1em;
	font-size: 0.8em;
}

#connect .circle-section {
	position: absolute;
	bottom: -50px;
	right: 0px;
	z-index: -1;
}

.title-connect {
	background: url('../img/title-connect.jpg') center center;
	background-size: cover;
}

.caixa-left {
	position: absolute;
	left: 0px;
	top: -30px;
	width: 60px;
	height: 120%;
	display: block;
	background: url('../img/caixa-connect.png') no-repeat top right;
	background-size: auto 100%;
}

.caixa-right {
	position: absolute;
	right: 0px;
	top: -30px;
	width: 60px;
	height: 120%;
	display: block;
	background: url('../img/caixa-connect.png') no-repeat top left;
	background-size: auto 100%;
}

#bateria, #microfone, #mesa {
	text-align: center;
	color: #575756;
	line-height: 1em;
	font-size: 0.8em;
}

#graves {
	background: url('../img/bg-grave-mobile.png') no-repeat center center #000;
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding: 30px 0px 0px 0px;
	font-size: 0.8em;
	font-weight: 300;
}

#graves strong {
	font-weight: 900;
}

.caixa-grave {
	margin-bottom: -30px;
}

.grave-batida {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	animation: grave 1s linear infinite;
}

@keyframes grave {
  0%{
    opacity: 0;
    left: 0px;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.7;
    left: -40px;
    transform: scale(1.0);
  }
  100% {
    opacity: 0;
    left: -80px;
    transform: scale(1.2);
  }
}

.grave-batida-menor {
	position: absolute;
	top: 0px;
	left: -20px;
	animation: gravemenor 1s linear infinite;
}

@keyframes gravemenor {
  0%{
    opacity: 0;
    top: 20px;
    left: 30px;
    transform: scale(0.5);
  }
  50% {
    opacity: 0.7;
    left: 10px;
    transform: scale(0.7);
  }
  100% {
    opacity: 0;
    left: -20px;
    transform: scale(0.9);
  }
}


#laje {
	color: #575756;
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
}

.caixas {
	background: url('../img/bg-laje.jpg') no-repeat bottom right;
	background-size: cover;
	background-position: -90px 30px;
}

.caixa-lights {
    margin: 0px -60px -80px 0px;
}

.caixa-lights-frente {
    margin: 0px 30px -50px 0px;
}

.info-mesa {
	margin-bottom: 50px;
}

.caixa-mesa {
	margin: -50px 0px 0px 0px;
}

.bg-mesa {
	background: url('../img/bg-mesa.jpg') no-repeat bottom right;
	background-size: cover;
}

#features {
	background: url('../img/bg-features.jpg') no-repeat;
	background-size: 100% 100%;
	padding: 50px 0px;
}

.icones {
	padding-top: 30px;
}

.feature {
	margin-bottom: 30px;
}

footer {
	background: #353532;
	padding: 20px 0px;
	width: 100%;
}


/*------------------------------------------------------------------
---------------------------- RESPONSIVO ----------------------------
--------------------------------------------------------------------*/

@media (min-width: 768px) {

	#intro {
		padding: 40px 0px 60px 0px;
	}

	#intro .circle-intro {
	    right: -340px;
	}

	#intro h1 {
	    font-size: 2.5em;
	    margin-top: 140px;
	}

	#intro .slogan {
		font-size: 3em;
	}

	#connect, #bateria, #microfone, #graves, #laje, #mesa {
		font-size: 1.2em;
	}

	h4 {
		font-size: 1.5em;
	}

	.caixa-left, .caixa-right {
		width: 140px;
	}

	.info-connect {
		padding: 30px 0px;
	}

	.caixas {
		background-position: -160px 50px;
	}

	.caixa-lights {
	    margin: 0px -150px -120px 0px;
	}

	.caixa-lights-frente {
	    margin: 0px 100px -110px 0px;
	}

	.caixa-mesa {
		margin: -80px 0px 0px 0px;
	}

}

@media (min-width: 992px) {

	.logo-extreme {
		margin-top: 25px;
	}

	#intro h1 {
	    margin-top: 170px;
	}

	#connect, #bateria, #microfone, #graves, #laje, #mesa {
		font-size: 1.5em;
		line-height: 1.5em;
	}

	.caixa-left {
		left: -50px;
	}

	.caixa-right {
		right: -50px;
	}

	#bateria {
		text-align: right;
		margin-top: 70px;
	}

	#microfone {
		text-align: left;
		background: url('../img/circle-left.png') no-repeat;
		background-size: 40%;
	}

	#graves {
		background: url('../img/bg-grave-desktop.png') no-repeat top center #000;
		background-size: 100% 100%;
		text-align: right;
	}

	.caixa-grave {
	    margin-bottom: 30px;
	    margin-top: -90px;
	}

	#laje {
		background: url('../img/bg-laje.jpg') no-repeat bottom right;
		background-size: cover;
		padding-top: 50px;
		text-align: left;
	}

	.caixas {
		background: none;
		padding-top: 0px;
	}

	.caixa-lights {
	    margin: 0px -80px -270px 0px;
	}

	.caixa-lights-frente {
	    margin: 0px 60px -200px 0px;
	}

	#mesa {
		text-align: right;
	}

	.caixa-mesa {
		margin: 0px -200px 0px 0px;
	}

}

@media (min-width: 1100px) {


}

@media (min-width: 1200px) {

}
