@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 {
}

.saudacoes {
	width: 100%;
	max-width: 1280px;
	background-color: #e1e0df;
	margin-top: 40px;
}

.saudacoes-container {
	width: 100%;
	height: 100%;
	float: left;
	background-color: #e1e0df;
}

.texto-saudacoes {
	float: left;
	padding: 10px 5vw  10px 5vw;
	margin-top: 40px;
}

.texto-saudacoes h1 {
	color: #444;
	font-size: clamp(1rem, 2.5vw, 1.2rem);
	font-weight: 500;
	text-align: justify;
	line-height: 3.2vw;
	letter-spacing: 2px;
	padding-bottom: 1vw;
	padding-top: 1.5vw;
}

.texto-saudacoes h2 {
	color: #444;
	font-size: clamp(1rem, 2.5vw, 1.2rem);
	font-weight: 500;	
	text-align: justify;
	line-height: 3.2vw;
	letter-spacing: 2px;
	padding-bottom: 1vw;
}

.divisao-container2 {
	width: 100%;
	height: 20px;
  float: left;
	display: flex;
	align-items: center-top;
	justify-content: center;
	background-color: #e1e0df;
	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;
}

.texto-saudacoes {
	float: left;
	padding: 10px 22px  10px 22px;
	margin-top: 50px;
}

.texto-saudacoes h1 {
	line-height: 22px;
}

.texto-saudacoes h2 {
	line-height: 22px;
}


}

/* ========== 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;
}

}
	



/* ========== 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;
}

	

.texto-saudacoes {
	float: left;
	padding: 10px 50px  10px 50px;
}

.texto-saudacoes h1 {
	line-height: 26px;
	padding-top: 50px;
}

.texto-saudacoes h2 {
	line-height: 26px;
}



}


/* ========== 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;
}




.texto-saudacoes {
	float: left;
	padding: 10px 50px  10px 50px;
}

.texto-saudacoes h1 {
	line-height: 28px;
}


.texto-saudacoes h2 {
	line-height: 28px;
}


}

