@charset "UTF-8";
@font-face {
	font-family: 'Outfit', sans-serif;
  font-display: swap;
}


* {
	margin: 0; 
	padding: 0;
	border: none;
	outline: none; 
	box-sizing: border-box; 
	font-family: 'Outfit', sans-serif;
	vertical-align: middle;
	user-select: none;
	list-style: none;
}

	a {text-decoration: none;}
	a:link {color: #ee9100; vertical-align: baseline; font-family: Verdana; text-decoration: none; }
	a:visited {color: #ee9100}
	a:hover {color: #ee2700;}

img {max-width: 100%;}

body {
	background-color: #000;
		max-width: 1280px;
		margin: auto;
}



/* ========== FINAL DO RESET ========== */

header {
	width: 100%;
	position: fixed;
	z-index: 9999999999;
	padding: 5px 0;
	max-width: 1280px;
	top: 0px;
}

.interface {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
}

/* ESTILO DE CABEÇALHO */

.fixed-navbar {
	float: left;
	width: 100%;
	max-width: 1280px;
	border-bottom: 1px solid #333;
		box-shadow: 3px 5px 8px 8px rgba(0, 0, 0, 0.4);
}

.logotipo-monster1 {
	float: left;
	width: 40px;
	height: 40px;
	padding: 4px 1px 3px 12px;
	display: none;
	position: absolute;
	z-index: 5;
}

.menu-texto {
	width: calc(100% - 90px);
	height: 40px;
	float: left;
	margin: auto;
	padding: 13px 1px 3px 12px;
	font-size: 12px;
	line-height: 18px;
	color: #ee9100;
	text-align: center;
	letter-spacing: 6px;
	font-weight: 100;
	font-stretch: ultra-condensed;
	font-family: verdana;
	position: absolute;
	z-index: 4;
}

nav {
	float: right;
}

nav {
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0;
	background-color: #222;

}

.clearfix {
	clear: both;
}

nav ul li{
	list-style: none;
}

nav ul{
	margin: 0;
	padding: 0;
	display: flex;
}

nav ul li a{
	display: flex;
	margin: 0px 1px;
	padding-left:12px;
	padding-right:12px;
	text-decoration: none;
	text-shadow: #000 2px 3px 2px;
	line-height: 40px;
	color: #ee9100;
}

nav ul li a:hover {
	background: #060707;
	color: #aa015e;
	transition: 0.5s;
}


.logo-3d3 {
	width: 55%;
	float: center;
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	padding: 2px 0 5px 0;
z-index: 555;
}

.detalhe-topo {
	width: 100%;
	float: left;
	top: 0px;
	display: flex;
	position: fixed;
}

.detalhe-topo-1 {
}



/* Estilo do Formulário */

section.contato{
	width: 100%;
	float: left;
	padding: 60px 0;
	background-image: linear-gradient(45deg, #323232, #1a1a1a);
}

.txt-contato, .form-contato {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 80px;
}

.txt-contato {
	color: #fff;
	position: sticky;
	top: 30%;
	left: 0;
}

.txt-contato  h4{
	font-size: 4rem;
	line-height: 50px;
}

.txt-contato  h4 span{
	display: block;
}

.txt-contato p.p-contato {
	margin: 20px 0;
	font-size: 20px;
}

.txt-contato p.icon-contato {
	font-size: 18px;
	margin-bottom: 16px;
}

.txt-contato p.icon-contato i{
	font-size: 26px;
	margin-right: 10px;
}

form{
	width: 75%;
	color: #fff;
}

form label {
	display: block;
}

form input, form textarea, form select {
	width: 100%;
}

form div {
	margin-bottom:15px ;
}

form select {
	padding: 10px;
	border-radius: 10px;
	background: transparent;
	border: 2px solid #fff;
	outline: none;
	color: #fff;
	font-size: 18px;
	margin: 5px 0; 
}

form input {
	padding: 10px;
	border-radius: 10px;
	background: transparent;
	border: 2px solid #fff;
	outline: none;
	color: #fff;
	font-size: 18px;
	margin: 5px 0; 
}

form textarea {
	height: 120px;
	padding: 10px;
	border-radius: 10px;
	background: transparent;
	border: 2px solid #fff;
	outline: none;
	resize: none;
	color: #fff;
	font-size: 18px;
	margin: 5px 0;
}

form .btn-enviar {
	text-align: center;
}

form .btn-enviar input{
	width: 200px;
	cursor: pointer;
}

form .btn-enviar input:hover{
	background-color: #111;
	color: #ee9100;
	border: 2px solid #ee9100;
}


/* FIM do Estilo do Formulário */




.divisao-container2 {
	width: 100%;
	height: 20px;
  float: left;
	display: flex;
	align-items: center-top;
	justify-content: center;
	background-color: #transparent;
	border-bottom: 5px solid #1a1a1a;
}

.divisao2 {
	width: 80%;
	max-width: 366px;
	top: 0px;
	float: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 20px solid #1a1a1a;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}

.rodape {
	width: 100%;
	height: 70px;
	float: left;
	background-color: #222;
	border-top: 1px solid #333;
}

.rodape-total {
	width: 100%;
	height: 70px;
	float: left;
}

.rodape-esquerda {
	width: 25%;
	height: 70px;
	float: left;
}

.texto-by {
	width: 100%;
	height: 15px;
	float: left;
	color: #888;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
	font-size: clamp(.3rem, 1.3vw, .5rem);
	font-family: 'Outfit', sans-serif;
	padding: 10px 0 3px 0;
}

.max7 {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.max7 img{
	width: 130px;
}

.rodape-direita {
	width: 75%;
	height: 70px;
	float: left;
}

.texto-copyright {
	width: 100%;
	float: left;
	color: #888;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
	font-size: clamp(.5rem, 2.2vw, .7rem);
	font-family: 'Outfit', sans-serif;
	padding-top: 18px;
}

.texto-copyright::after {
	content: "Copyright © 2024 - 2025 monsterpneus.com.br";
}

.texto-copyright2 {
	width: 100%;
	float: left;
	color: #888;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
	font-size: clamp(.5rem, 2.2vw, .7rem);
	font-family: 'Outfit', sans-serif;
}



/* ========== SMALL VIEPORTS ========== */
@media screen and (max-width: 600px) {
	

	.fixed-navbar {
	width: 100%;
	height: 11vw;
	display: flex;
	background-color: #222;
	margin: 0;
	padding: 0;
	top: 0;
	position: absolute;
}

.menu-toggle{
	display: block;
	width: 11vw;
	height: 11vw;
	margin: 0vw 1.3vw 0 0vw;
	right: 0;
	float: right;
	cursor: pointer;
	text-shadow: #000 1px 2px 1px;
	text-align: center;
	font-size: 9vw;
	line-height: 11vw;
	color: #ee9100;
	position: absolute;
	z-index: 99;
}

.menu-toggle:before{
	content: '\f0c9';
	font-family: fontAwesome;
	line-height: 42px;
}

.menu-toggle.active:before{
	content: '\f00d';
}

.menu-texto {
	display: none;
}

.logotipo-monster1 {
	float: left;
	display: flex;
	width: 11vw;
	height: 11vw;
	padding-bottom: 5px;
}

.logotipo-monster2 {
	display: none;
}

nav {
	height: 0px;
	display: none;
	margin-top: 60px;
}

nav.active {
	display: block;
	width: 100%;
			margin-top: 18vw;
}

nav.active ul {
	display: block;
}

nav.active ul li {
	margin: 0;
}

nav ul li a{
	display: block;
	margin: 0px 1px;
	padding-left:12px;
	padding-right:12px;
	text-decoration: none;
	text-shadow: #000 2px 3px 2px;
	line-height: 35px;
	color: #ee9100;
}

nav ul li a:hover {
	background: #060707;
	color: #ee9100;
	transition: 0.5s;
}

	nav.active ul li a{
		margin: 5px 4px;
		padding:10px;
		font-size: 22px;
		letter-spacing: 3px;
		line-height: 35px;
		color: #ee9100;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.8);
		border: 1px solid #ee9100;
			position: static;
	}
	
	nav ul li a:hover {
	background-color: rgba(0, 0, 0, 0.5);
		border: 1px solid #ee9100;
		color: #ee9100;
	}

.logo-3d3 {
	width: 65vw;
	display: flex;
}

.detalhe-topo {
	width: 100%;
	float: left;
	top: 0px;
	display: flex;

	position: fixed;
}

.detalhe-topo {
	width: 100%;
	float: left;
	top: 0px;
	display: flex;
	position: fixed;
}

.detalhe-topo-1 {
	width: 79vw; ;
	top: 0px;
	float: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	border-top: 17vw solid #111;
	border-left: 7vw solid transparent;
	border-right: 7vw solid transparent;
}

/* Estilo do Formulário */

section.contato{
	width: 100%;
	float: left;
	padding: 8vw 0;
	margin-top: 55px;
	background-image: linear-gradient(45deg, #323232, #1a1a1a);
}

.txt-contato, .form-contato {
	width: 99.5%;
	display: inline-block;
	vertical-align: top;
	padding: 0 8vw 0 8vw;
}

.txt-contato {
	color: #fff;
	position: static;
	top: 30%;
	left: 0;
	margin-bottom:8vw ;
	margin-top: 10vw;
}

.txt-contato  h4{
	font-size: 10vw;
	line-height: 8vw;
	margin-bottom: 10vw;
}

.txt-contato  h4 span{
	display: block;
}

.txt-contato p.p-contato {
	margin: 10vw 0;
	font-size: 4vw;
	letter-spacing: 1px;
}

.txt-contato p.icon-contato {
	font-size: 3.5vw;
	margin-bottom: 4vw;
	letter-spacing: 1px;
}

.txt-contato p.icon-contato i{
	font-size: 6vw;
	margin-right: 5vw;
}

form{
	width: 100%;
	color: #fff;
}

form label {
	display: block;
	letter-spacing: 1px;
}

form input, form textarea, form select {
	width: 100%;
}

form div {
	margin-bottom:3vw;
}

form select {
	padding: 2vw;
	border-radius: 10px;
	background: transparent;
	border: 2px solid #fff;
	outline: none;
	color: #fff;
	font-size: 3.5vw;
	letter-spacing: 1px;
	margin: .9vw 0; 
}

form input {
	padding: 2vw;
	border-radius: 10px;
	background: transparent;
	border: 2px solid #fff;
	outline: none;
	color: #fff;
	font-size: 3.5vw;
	letter-spacing: 1px;
	margin: .9vw 0; 
}

form textarea {
	height: 120px;
	padding: 2vw;
	border-radius: 10px;
	background: transparent;
	border: 2px solid #fff;
	outline: none;
	resize: none;
	color: #fff;
	font-size: 3.5vw;
	letter-spacing: 1px;
	margin: .9vw 0; 
}

form .btn-enviar {
	text-align: center;
}

form .btn-enviar input{
	width: 46vw;
	cursor: pointer;
}

form .btn-enviar input:hover{
	background-color: #111;
	color: #ee9100;
	border: 2px solid #ee9100;
}


/* FIM do Estilo do Formulário */


}

/* ========== MEDIUM VIEPORTS ========== */
@media only screen and (min-width: 601px) and (max-width: 991px) {

.fixed-navbar {
	width: 100%;
	height: 50px;
	display: flex;
	background-color: #222;
	margin: 0;
	padding: 0;
	top: 0;
	position: fixed;
	border-bottom: 1px solid #333;
		box-shadow: 3px 5px 8px 8px rgba(0, 0, 0, 0.4);
}

.menu-toggle{
	display: block;
	width: 40px;
	height: 40px;
	margin: 5px 20px 0 0;
	right: 0;
	float: right;
	cursor: pointer;
	text-shadow: #000 1px 2px 1px;
	text-align: center;
	line-height: 40px;
	font-size: 40px;
	color: #ee9100;
	position: absolute;
z-index: 99;
}

.menu-toggle:before{
	content: '\f0c9';
	font-family: fontAwesome;
	line-height: 42px;
}

.menu-toggle.active:before{
	content: '\f00d';
}

.menu-texto {
	display: none;
}

.logotipo-monster1 {
	display: flex;
	width: 50px;
	height: 50px;
	margin: 0 0 0 10px;
}

.logotipo-monster2 {
	display: none;
}

nav {
	height: 0px;
	display: none;
}

nav.active {
	display: block;
	width: 100%;
	margin-top: 86px;

}

nav.active ul {
	display: block;
	margin-left: .5%;
}

nav.active ul li {
		float: left;
	width: 49.5%;
	margin-left: 0;
}

nav ul li a{
	display: block;
	margin: 0px 1px;
	padding-left:12px;
	padding-right:12px;
	text-decoration: none;
	text-shadow: #000 2px 3px 2px;
	line-height: 30px;
	color: #ee9100;
}

nav ul li a:hover {
	background: #060707;
	color: #ee9100;
	transition: 0.5s;
}

	nav.active ul li a{
		margin: 2px 4px;
		padding:10px;
		font-size: 22px;
		letter-spacing: 5px;
		line-height: 35px;
		color: #ee9100;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.8);
		border: 1px solid #ee9100;
			position: static;
	}
	
	nav ul li a:hover {
	background-color: rgba(0, 0, 0, 0.5);
		border: 1px solid #ee9100;
		color: #ee9100;
	}



.logo-3d3 {
	width: 300px;
	max-width: 300px;
	display: flex;
}


.detalhe-topo {
	width: 100%;
	float: left;
	top: 0px;
	display: flex;
	position: fixed;
}

.detalhe-topo-1 {
	width: 366px;
	max-width: 366px;
	top: 0px;
	float: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	border-top: 80px solid #111;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}


/* Estilo do Formulário */

section.contato{
	padding: 6.6vw 0;
	margin-top: 50px;
}

.txt-contato {
	width: 49.5%;
	padding: 0 2vw 0 4vw;
	margin-top: 5vw;
}

.form-contato {
		width: 49.5%;
	padding: 0 4vw 0 1vw;
	margin-top: 5vw;
}

.txt-contato {
	top: 30%;
	margin-bottom:5vw ;
}

.txt-contato  h4{
	font-size: 7vw;
	line-height: 6.2vw;
	margin-bottom: 7vw;
}

.txt-contato p.p-contato {
	margin: 6vw 0;
	font-size: 2.5vw;
	letter-spacing: 1px;
}

.txt-contato p.icon-contato {
	font-size: 2.5vw;
	margin-bottom: 2vw;
	letter-spacing: 0px;
}

.txt-contato p.icon-contato i{
	font-size: 4.5vw;
	margin-right: 2vw;
}

form{
	width: 100%;
	color: #fff;
}

form label {
	display: block;
	letter-spacing: 1px;
}

form input, form textarea, form select {
	width: 100%;
}

form div {
	margin-bottom:2vw;
}

form select {
	padding: 1vw;
	font-size: 2.3vw;
	letter-spacing: 1px;
	margin: .7vw 0; 
}

form input {
	padding: 1vw;
	font-size: 2.3vw;
	letter-spacing: 1px;
	margin: .7vw 0; 
}

form textarea {
	height: 120px;
	padding: 1vw;
	font-size: 2.3vw;
	letter-spacing: 1px;
	margin: .7vw 0; 
}

form .btn-enviar input{
	width: 22vw;
	cursor: pointer;
}


/* FIM do Estilo do Formulário */


}
	



/* ========== FULL VIEPORTS ========== */
@media only screen and (min-width: 992px) and (max-width: 1280px) {

.fixed-navbar {
	width: 100%;
	height: 40px;
	display: flex;
	background-color: #222;
	margin: 0;
	padding: 0;
	top: 0;
	position: fixed;
	border-bottom: 1px solid #333;
		box-shadow: 3px 5px 8px 8px rgba(0, 0, 0, 0.4);
}

nav {
		position: absolute;
		height: 0;
			display: block;
}

.fixed-navbar nav ul {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	margin-right: 10px;
}

.fixed-navbar ul li a { 
	display: block;
	height: calc(30px - 2px); 
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-shadow: #000 2px 2px 2px;
	line-height: 30px;
	padding-left:12px;
	padding-right:12px;
	border-left: 1px solid #353535;
	margin: 0px 1px;

}

.fixed-navbar ul li a:hover {
	background: #060707;
	color: #ee9100;
	transition: 0.5s;
}

.logotipo-monster2 {
	position: absolute;
	left: 15px;
	top: 2px;
}

.menu-texto {
	display: none;
}

.logo-3d3 {
	width: 265px;
	display: flex;
	float: center;
	position: fixed;
	align-items: center;
	left: 82px;
	top: 38px;
	padding: 2px 0 5px 0;
			position: absolute;
}

.detalhe-topo {
	width: 100%;
	height: 80px;
	float: left;
	top: 40px;
	display: flex;
	position: fixed;
}

.detalhe-topo-1 {
	width: 325px;
	height: 75px;
	float: left;
	top: 0px;
	left: 50px;
	display: inline-block;
	border-top: 75px solid #111;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
		position: absolute;
}

/* Estilo do Formulário */

section.contato{
	width: 100%;
	padding: 60px 0;
	margin-top: 41px;
}

.txt-contato {
	width: 45%;
	margin-right: -4px;
	padding: 0 0 0 50px;
		letter-spacing: 1px;
}

.form-contato {
	width: 54.5%;
	margin-right: -4px;
	padding: 0 0 0 60px;
		letter-spacing: 1px;
		margin-top: 40px;
}

.txt-contato {
	position: sticky;
	top: 30%;
	left: 0;
}

.txt-contato  h4{
	font-size: 4rem;
	line-height: 50px;
}

.txt-contato p.p-contato {
	margin: 20px 0;
	font-size: 18px;
	letter-spacing: 1px;
}

.txt-contato p.icon-contato {
	font-size: 18px;
	margin-bottom: 16px;
	letter-spacing: 1px;
}

.txt-contato p.icon-contato i{
	font-size: 26px;
	margin-right: 10px;
}

form{
	width: 90%;
	color: #fff;
}

form input, form textarea, form select {
	width: 100%;
}

form div {
	margin-bottom:15px ;
}

form select {
	padding: 8px;
	font-size: 16px;
	margin: 5px 0; 
	letter-spacing: 1px;
}

form input {
	padding: 8px;
	font-size: 18px;
	margin: 5px 0;
	letter-spacing: 1px; 
}

form textarea {
	height: 120px;
	padding: 8px;
	font-size: 18px;
	margin: 5px 0;
	letter-spacing: 1px;
}

form .btn-enviar input{
	width: 200px;
	cursor: pointer;
}



/* FIM do Estilo do Formulário */

}


/* ========== LARGE VIEPORTS ========== */
@media only screen and (min-width: 1280px) {

.fixed-navbar {
	width: 100%;
	height: 40px;
	display: flex;
	background-color: #222;
	margin: 0;
	padding: 0;
	top: 0;
	position: fixed;
	border-bottom: 1px solid #333;
		box-shadow: 3px 5px 8px 8px rgba(0, 0, 0, 0.4);
}

nav {
		position: absolute;
		height: 0;
			display: block;
}

.fixed-navbar nav ul {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	margin-right: 10px;
}

.fixed-navbar ul li a { 
	display: block;
	height: calc(30px - 2px); 
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-shadow: #000 2px 2px 2px;
	line-height: 30px;
	padding-left:12px;
	padding-right:12px;
	border-left: 1px solid #353535;
	margin: 0px 1px;

}

.fixed-navbar ul li a:hover {
	background: #060707;
	color: #ee9100;
	transition: 0.5s;
}

.logotipo-monster2 {
	position: absolute;
	left: 15px;
	top: 2px;
}

.menu-texto {
	display: none;
}


.logo-3d3 {
	width: 265px;
	display: flex;
	float: center;
	align-items: center;
	left: 82px;
	top: 5px;
	padding: 2px 0 5px 0;
			position: absolute;

}

.detalhe-topo {
	width: 100%;
	height: 80px;
	float: left;
	top: 0px;
	display: flex;
}

.detalhe-topo-1 {
	width: 328px;
	height: 75px;
	float: left;
	top: 0px;
		left: 50px;
	display: flex;
	border-top: 75px solid #111;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
}

/* Estilo do Formulário */

section.contato{
	width: 100%;
	padding: 60px 0;
	margin-top: 41px;
}

.txt-contato {
	width: 45%;
	margin-right: -4px;
	padding: 0 0 0 80px;
		letter-spacing: 1px;
}

.form-contato {
	width: 54.5%;
	margin-right: -4px;
	padding: 0 0 0 60px;
		letter-spacing: 1px;
		margin-top: 40px;
}

.txt-contato {
	position: sticky;
	top: 30%;
	left: 0;
}

.txt-contato  h4{
	font-size: 4rem;
	line-height: 50px;
}

.txt-contato p.p-contato {
	margin: 20px 0;
	font-size: 18px;
	letter-spacing: 1px;
}

.txt-contato p.icon-contato {
	font-size: 18px;
	margin-bottom: 16px;
	letter-spacing: 1px;
}

.txt-contato p.icon-contato i{
	font-size: 26px;
	margin-right: 10px;
}

form{
	width: 90%;
	color: #fff;
}

form input, form textarea, form select {
	width: 100%;
}

form div {
	margin-bottom:15px ;
}

form select {
	padding: 8px;
	font-size: 16px;
	margin: 5px 0; 
	letter-spacing: 1px;
}

form input {
	padding: 8px;
	font-size: 18px;
	margin: 5px 0;
	letter-spacing: 1px; 
}

form textarea {
	height: 120px;
	padding: 8px;
	font-size: 18px;
	margin: 5px 0;
	letter-spacing: 1px;
}

form .btn-enviar input{
	width: 200px;
	cursor: pointer;
}

}

