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

.nunito-<uniquifier> {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* ========== 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: "Nunito", sans-serif;
	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 {
}

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

.divisao-saudacoes {
	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;
}


.divisao-container-pneus-off-road {
	width: 100%;
	height: 20px;
	float: left;
	display: flex;
	align-items: center-top;
	justify-content: center;
	background-color: #e1e0df;
	border-top: 5px solid #1a1a1a;
}

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

.texto-divisao-pneus{
	width: 100%;
	height: 30px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, transparent, #1a1a1a, #1a1a1a, #1a1a1a,transparent);
}

.texto-divisao-pneus p{
	letter-spacing: 2px;
	color: #e1e0df;
	font-size: clamp(1rem, 2.9vw, 1.5rem);
	font-weight: 600;
  font-family: "Nunito", sans-serif;
}

.texto-divisao-pneus-b {
	display: none;
}

.texto-divisao-pneus-b p{
	font-family: "Nunito", sans-serif;
}

.texto-divisao-pneus2 {
	display: none;
}

.texto-divisao-pneus2 p{
	font-family: "Nunito", sans-serif;
}

.texto-divisao-pneus4{
	width: 100%;
	height: 30px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, transparent, #1a1a1a, #1a1a1a, #1a1a1a,transparent);
	margin-bottom: 15px;
}

.texto-divisao-pneus4 p{
	letter-spacing: 2px;
	color: #e1e0df;
	font-size: clamp(1rem, 2.9vw, 1.5rem);
	font-weight: 600;
	font-family: "Nunito", sans-serif;
}

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

.divisao-pneus-off-road2 {
	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;
}

.pneus-off-road{
	width: 100%;
	float: left;
	background-color: #e1e0df;
	padding-top: 18%;
}

.catalogo-pneus-cotainer {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalogo-pneus-cotainer-b {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalogo-pneus-cotainer1 {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalogo-pneus-cotainer2 {
	width: calc(100% - 22px);
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: left;
	margin: 10px 10px 10px 10px;
	border-radius: 10px;
	border: 2px solid #fff;
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
}

.catalogo-pneus-foto {
	width: 80%;
	height: 80%;
	float: left;
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalogo-pneus-foto img {
	width: 100%;
	max-width: 400px;
	height: 100%;
	object-fit: contain;
				display: flex;
	justify-content: right;
}


.catalogo-pneus-foto2 {
	width: 18%;
	height: 18%;
	float: left;
	padding-left: 3px;
}

.catalogo-pneus-foto2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: left;
}

.catalogo-pneus-dados {
	width: 90%;
	height: 100%;
	float: left;
	padding: 10px 0px 10px 0;
}

.catalogo-pneus-dados2 {
	width: 53%;
	height: 100%;
	float: left;
	padding: 10px 0px 10px 0;

}

.catalogo-pneus-informacoes {
	width: 100%;
	height: 100%;
	float: left;
}

.catalogo-pneus-informacoes2 {
	width: 100%;
	height: 100%;
	float: left;	
}

.catalogo-pneus-texto {
	width: 100%;
	height: 100%;
	float: left;
}

.catalogo-pneus-texto2 {
	width: 100%;
	height: 100%;
	float: left;
}

 .catalogo-pneus-texto h1{
	color: #333;
	font-size: clamp(.8rem, 3.5vw, 1rem);
	font-weight: 550;	
	font-family: "Nunito", sans-serif;
	text-align: justify;
	line-height: 4vw;
	letter-spacing: .5px;
}

 .catalogo-pneus-texto h2{
	color: #333;
	font-size: clamp(.8rem, 3.4vw, 1rem);
	font-weight: 550;	
	font-family: "Nunito", sans-serif;
	text-align: justify;
	line-height: 4vw;
	letter-spacing: .5px;
}

 .catalogo-pneus-texto h3{
	color: #333;
	font-size: clamp(.8rem, 3.1vw, 1rem);
	font-weight: 550;	
	font-family: "Nunito", sans-serif;
	text-align: justify;
	line-height: 4vw;
	letter-spacing: .5px;
}

.catalogo-pneus-texto p{
	color: #333;
	font-size: clamp(.8rem, 3.1vw, 1rem);
	font-weight: 550;	
	font-family: "Nunito", sans-serif;
	text-align: justify;
	line-height: 4vw;
	letter-spacing: .5px;
	padding-bottom: 1.5vw;
}

.catalogo-pneus-texto2 p{
	color: #333;
	font-size: clamp(.8rem, 3.1vw, 1rem);
	font-weight: 550;	
	font-family: "Nunito", sans-serif;
	text-align: left;
	line-height: 4vw;
	letter-spacing: .5px;
	padding-bottom: 1.5vw;
}

.catalogo-pneus-texto3 p{
	color: #333;
	font-size: clamp(.6rem, 3vw, .9rem);
	font-weight: 550;	
	font-family: "Nunito", sans-serif;
	text-align: left;
	line-height: 3.7vw;
	letter-spacing: .5px;
	margin-left: 1vw;
}

.container-button {
	width: 28%;
	float: left;
		display: inline;
	align-items: center;
	justify-content: center;
}

.container-button2 {
	width: 28%;
	float: left;
		display: flex;
	align-items: center;
	justify-content: center;
}

.catalogo-pneus-clique-orcamento {
	width: 100%;
	float: left;
	color: #e1e0df;
	font-size: clamp(.5rem, 2.8vw, 1.1rem);
	font-weight: 700;
	font-family: "Nunito", sans-serif;	
	text-align: center;
	letter-spacing: 1px;
	border: 1px solid #e1e0df;
	border-radius: 5px;
	padding: 15px 10px 15px 10px;
	background-color: #333;
	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.4);
	cursor: pointer;
			display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.catalogo-pneus-clique-orcamento:hover {
		background-color: #111;
		color: #fcca60;
}

.catalogo-pneus-clique-orcamento2 {
	width: 100%;
	float: left;
	color: #fb1402;
	font-size: clamp(.5rem, 2.8vw, 1.1rem);
	font-weight: 700;
	font-family: "Nunito", sans-serif;	
	text-align: center;
	letter-spacing: 0px;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 15px 0px 15px 0px;
	background-color: #e1e0df;
		display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.catalogo-pneus-clique-orcamento3 {
	width: 100%;
	float: left;
	color: #fb8902;
	font-size: clamp(.5rem, 2.8vw, 1.1rem);
	font-weight: 700;
	font-family: "Nunito", sans-serif;	
	text-align: center;
	letter-spacing: 1px;
	border: 1px solid #e1e0df;
	border-radius: 5px;
	padding: 15px 10px 15px 10px;
	background-color: #333;
	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.4);
	cursor: pointer;
		display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.catalogo-pneus-clique-orcamento3:hover {
		background-color: #111;
		color: #fcca60;
}

.catalogo-pneus-cotainer-traco1 {
	width: 94%;
	height: 1px;
	float: center;
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
	background-color: #bbbab9;
}

.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%;
	max-width: 1280px;
	height: 70px;
	float: left;
	background-color: #222;
	border-top: 1px solid #333;
}

.rodape-total {
	width: 100%;
	max-width: 1280px;
	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: "Nunito", 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: "Nunito", 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: "Nunito", 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;
}


}

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

.pneus-off-road {
	padding-top: 110px;
}

.catalogo-pneus-cotainer {
	width: 50%;
	height: 100%;
}

.catalogo-pneus-cotainer-b {
	width: 50%;
	height: 100%;
}

.catalogo-pneus-cotainer1 {
	padding: 2px 10px 2px 10px;
}

.catalogo-pneus-foto {
	width: 100%;
	padding-top: 5vw;
}

.catalogo-pneus-foto img{
	width: 100%;
	max-width: 450px;
}

 .catalogo-pneus-texto h1{
	font-size: clamp(.5em, 2vw, 1em);
	line-height: 2.8vw;
	margin-right: 1.5vw;
}

 .catalogo-pneus-texto h2{
	font-size: clamp(.5em, 2vw, 1em);
	line-height: 2.8vw;
	margin-right: 1.5vw;
}

 .catalogo-pneus-texto h3{
	font-size: clamp(.5em, 2vw, 1em);
	line-height: 2.8vw;
	margin-right: 1.5vw;
}

 .catalogo-pneus-texto p{
	font-size: clamp(.5em, 2vw, 1em);
	line-height: 2.8vw;
	margin-right: 1.5vw;
}

.catalogo-pneus-texto2 p{
	font-size: clamp(.5em, 2vw, 1em);
	font-weight: 550;	
	line-height: 2.8vw;
	margin-right: 1.5vw;
	margin-left: 4.5vw;
	margin-bottom: 1vw;
} 

.catalogo-pneus-texto3 p{
	font-size: clamp(.5em, 2vw, 1em);
	font-weight: 550;	
	line-height: 2.8vw;
	margin-right: 1.5vw;
	margin-left: 1.5vw;
} 

.texto-divisao-pneus {
	display: none;
}

.texto-divisao-pneus2{
	width: 100%;
	height: 40px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, transparent, #1a1a1a, #1a1a1a, #1a1a1a,transparent);
}

.texto-divisao-pneus2 p{
	letter-spacing: 2px;
	color: #e1e0df;
	font-size: clamp(1rem, 2.9vw, 1.5rem);
	font-weight: 500;
}

.texto-divisao-pneus-b{
	width: 100%;
	height: 40px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, transparent, #1a1a1a, #1a1a1a, #1a1a1a,transparent);
}

.texto-divisao-pneus-b p{
	letter-spacing: 4px;
	color: #e1e0df;
	font-size: clamp(1rem, 2.9vw, 1.5rem);
	font-weight: 500;
}

.texto-divisao-pneus4{
	width: 100%;
	height: 40px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, transparent, #1a1a1a, #1a1a1a, #1a1a1a,transparent);
}

.texto-divisao-pneus4 p{
	letter-spacing: 4px;
	color: #e1e0df;
	font-size: clamp(1rem, 2.9vw, 1.5rem);
	font-weight: 500;
}

.catalogo-pneus-dados {
	width: 100%;
	float: left;
	padding: 15px 6px 6px 0;
}

.catalogo-pneus-dados2 {
	width: 46%;

}

	.divisao-container-saudacoes {
	padding-top: 86px;
}

.container-button {
	width: 35%;
}

.container-button2 {
	width: 35%;
}

.catalogo-pneus-clique-orcamento {
	width: 100%;
	font-size: clamp(.5rem, 2.6vw, 1.1rem);
	line-height: 30px;
	letter-spacing: 3px;
	padding: 10px 30px 10px 30px;
}

.catalogo-pneus-clique-orcamento2 {
	width: 100%;
	font-size: clamp(.5rem, 2.6vw, 1.1rem);
	line-height: 30px;
	letter-spacing: 3px;
	padding: 10px 11px 10px 11px;
}

.catalogo-pneus-clique-orcamento3 {
	width: 100%;
	font-size: clamp(.5rem, 2.6vw, 1.1rem);
	line-height: 30px;
	letter-spacing: 3px;
	padding: 10px 30px 10px 30px;
}

.catalogo-pneus-foto2 {
	width: 14%;
	height: 14%;
	float: left;
	padding-left: 3px;
}

.catalogo-pneus-foto2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: left;
}


}
	



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

.pneus-off-road {
	padding-top: 130px;
}

.catalogo-pneus-cotainer {
	width: 40%;
	height: 100%;
}

.catalogo-pneus-cotainer1 {
	padding: 5px 45px 5px 45px;
}

.catalogo-pneus-cotainer-b {
	width: 60%;
	height: 100%;
}

.catalogo-pneus-foto {
	width: 100%;
	height: 100%;
		display: flex;
	align-items: center;
	justify-content: center;
}

.catalogo-pneus-foto img{
	width: 100%;
	max-width: 340px;
}

.catalogo-pneus-texto {
	max-width: 750px;
	margin-top: 1vw;
}

 .catalogo-pneus-texto h1{
	font-size: 1em;	
	line-height: 24px;
	margin-right: 40px;
}

 .catalogo-pneus-texto h2{
	font-size: 1em;	
	line-height: 24px;
	margin-right: 40px;
}

 .catalogo-pneus-texto h3{
	font-size: 1em;	
	line-height: 24px;
	margin-right: 40px;
}

 .catalogo-pneus-texto p{
	font-size: 1em;	
	line-height: 24px;
	margin-right: 40px;
}

.catalogo-pneus-texto2 p{
	font-size: 1em ;	
	line-height: 24px;
	margin-left: 60px;
	padding-bottom: 20px;
	margin-top: 7px;
} 

.catalogo-pneus-texto3 p{
	font-size: 15px;	 
	line-height: 22px;
	margin-right: 20px;
	margin-left: 20px;
} 

.texto-divisao-pneus {
	display: none;
}

.texto-divisao-pneus2{
	width: 100%;
	height: 40px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, transparent, #1a1a1a, #1a1a1a, #1a1a1a,transparent);
}

.texto-divisao-pneus2 p{
	letter-spacing: 5px;
	color: #e1e0df;
	font-size: 1.5rem;
	font-weight: 500;
}

.texto-divisao-pneus-b{
	width: 100%;
	height: 40px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, transparent, #1a1a1a, #1a1a1a, #1a1a1a,transparent);
}

.texto-divisao-pneus-b p{
	letter-spacing: 5px;
	color: #e1e0df;
	font-size: 1.5rem;
	font-weight: 500;
}

.texto-divisao-pneus4{
	width: 100%;
	height: 40px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, transparent, #1a1a1a, #1a1a1a, #1a1a1a,transparent);
}

.texto-divisao-pneus4 p{
	letter-spacing: 5px;
	color: #e1e0df;
	font-size: 1.5rem;
	font-weight: 500;
}

.catalogo-pneus-dados {
	width: 100%;
	float: left;
	padding: 15px 6px 6px 0;
}

.catalogo-pneus-dados2 {
	width: 48%;

}

.container-button {
	width: 35%;
}

.container-button2 {
	width: 35%;
}

.catalogo-pneus-clique-orcamento {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 3px;
	padding: 10px 50px 10px 50px;
}

.catalogo-pneus-clique-orcamento2 {
	width:100%;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 3px;
	padding: 10px 50px 10px 50px;
}

.catalogo-pneus-clique-orcamento3 {
	width:100%;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 3px;
	padding: 10px 50px 10px 50px;
}

.catalogo-pneus-foto2 {
	width: 105px;
	float: left;
	padding-left: 3px;
}

.catalogo-pneus-foto2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: left;
}

.catalogo-pneus-cotainer-traco1 {
	width: 86%;
}

}


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


.pneus-off-road {
	padding-top: 100px;
}

.catalogo-pneus-cotainer {
	width: 40%;
	height: 100%;
}

.catalogo-pneus-cotainer1 {
	width: 50%;
	padding: 1px 10px 1px 10px;
}

.catalogo-pneus-cotainer-b {
	width: 60%;
	height: 100%;
}

.catalogo-pneus-foto {
	width: 100%;
	height: 100%;
		display: flex;
	align-items: center;
	justify-content: center;
}

.catalogo-pneus-foto img{
	width: 100%;
	max-width: 340px;
}

.catalogo-pneus-texto {
	max-width: 750px;
	margin-top: 1vw;
}

 .catalogo-pneus-texto h1{
	font-size: 1em;	
	line-height: 24px;
	margin-right: 40px;
}

 .catalogo-pneus-texto h2{
	font-size: 1em;	
	line-height: 24px;
	margin-right: 40px;
}

 .catalogo-pneus-texto h3{
	font-size: 1em;	
	line-height: 24px;
	margin-right: 40px;
}

 .catalogo-pneus-texto p{
	font-size: 1em;	
	line-height: 24px;
	margin-right: 40px;
}

.catalogo-pneus-texto2 p{
	font-size: 1em;	
	line-height: 24px;
	margin-left: 60px;
	padding-bottom: 20px;
	margin-top: 7px;
} 

.catalogo-pneus-texto3 p{
	font-size: 15px;	
	line-height: 22px;
	margin-right: 20px;
	margin-left: 10px;
} 

.texto-divisao-pneus {
	display: none;
}

.texto-divisao-pneus2{
	width: 100%;
	height: 40px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, transparent, #1a1a1a, #1a1a1a, #1a1a1a,transparent);
}

.texto-divisao-pneus2 p{
	letter-spacing: 5px;
	color: #e1e0df;
	font-size: 1.5rem;
	font-weight: 500;
}

.texto-divisao-pneus-b{
	width: 100%;
	height: 40px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, transparent, #1a1a1a, #1a1a1a, #1a1a1a,transparent);
}

.texto-divisao-pneus-b p{
	letter-spacing: 5px;
	color: #e1e0df;
	font-size: 1.5rem;
	font-weight: 500;
}


.texto-divisao-pneus4{
	width: 100%;
	height: 40px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(to right, transparent, #1a1a1a, #1a1a1a, #1a1a1a,transparent);
}

.texto-divisao-pneus4 p{
	letter-spacing: 5px;
	color: #e1e0df;
	font-size: 1.5rem;
	font-weight: 500;
}

.catalogo-pneus-dados {
	width: 100%;
	float: left;
	padding: 15px 6px 6px 0;
}

.catalogo-pneus-dados2 {
	width: 45%;

}

.container-button {
	width: 35%;
}

.container-button2 {
	width: 35%;
}

.catalogo-pneus-clique-orcamento {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 3px;
	padding: 10px 15px 10px 15px;
}

.catalogo-pneus-clique-orcamento2 {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 3px;
	padding: 10px 15px 10px 15px;
}

.catalogo-pneus-clique-orcamento3 {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 3px;
	padding: 10px 15px 10px 15px;
}

.catalogo-pneus-foto2 {
	width: 105px;
	float: left;
	padding-left: 3px;
}

.catalogo-pneus-foto2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: left;
}

.catalogo-pneus-cotainer-traco1 {
	width: 86%;
	display: none;
}

}

