@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 SLIDER */

.slider{
	width: auto;
	height: 100vh;
	position: relative;
	background-image: url(../images/imagem-fundo-600-monster-pneus.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.slider .slider-container .slider-box{
	position: absolute;
	inset: 0;
	overflow: hidden;
	opacity: 0;
	transition: .5s;
}

.slider .slider-box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: auto;
	display: flex;
}

.slider .slider-box::after{
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, #000, transparent, transparent, transparent, #000);
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

/* ESTILO DOS TEXTOS */

.slider .slider-box .texto-slider {
	position: absolute;
	left: 5%;
	top: 60%;
	color: #fff;
	z-index: 1;

	width: 80%;
	max-width: 600px;
}

.slider .slider-box .texto-slider h2{
	font-size: 7vw;
	letter-spacing: 1px;
	text-shadow: 1px 2px 4px rgba(0,0,0,.6)
}

.slider .slider-box .texto-slider p{
	font-size: 2.8vw;
	letter-spacing: 1px;
	font-style: italic;
	text-shadow: 1px 1px 2px rgba(0,0,0,.6)
}

@keyframes animaTexto{
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}

.slider .slider-box.ativo h2, .slider .slider-box.ativo p{
transform: translateY(60px);
opacity: 0;
animation: animaTexto .5s ease-in-out .7 forwards;
}

.slider .slider-box.ativo p{
transform: translateY(60px);
opacity: 0;
animation: animaTexto .5s ease-in-out .7 forwards;
}

.slider .slider-box.ativo p{
	animation-delay: .6s;
}

.slider-container .slider-box.ativo{
	opacity: 1;
	z-index: 2;
}


/* ESTILO DAS SETAS */

.setas {
	width: 100%;
	height: 100%;
	padding: 2%;

	position: absolute;
	top: 0;
	left: 0;

	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 3;
}

.setas button {
	width: 35px;
	height: 35px;
	background-color:transparent;
	border: 1px solid #000;
	border-radius: 8px;
	cursor: pointer;
	font-size: 1.1rem;
	transition: .2s;
}

.setas button:hover {
	background-color: #111;
	color: #888;

}

/* ESTILO DAS PONTOS */

.btn-nav-box {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 4;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.btn-nav-box .btn-nav {
	width: 30px;
	height: 10px;
	border: 1px solid #888;
	border-radius: 8px;
	cursor: pointer;
	transition: .2s;
}

.btn-nav-box .btn-nav:hover {
	background-color: #888;
}

.btn-nav-box .btn-nav.ativo {
	background-color: #888;
}

/* FIM ESTILO DAS SETAS */

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

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

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

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

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

.texto-saudacoes h1 {
	color: #444;
	font-size: clamp(1.1rem, 3.4vw, 1.7rem);
	font-weight: 500;
	text-align: justify;
	line-height: 5vw;
	letter-spacing: 2px;
	padding-bottom: 1vw;
}

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

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

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

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

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

.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: #ffad00;
}

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

.catalogo-pneus-foto {
	width: 35%;
	height: 49vw;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
}

.catalogo-pneus-foto img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.catalogo-pneus-dados {
	width: 65%;
	float: left;
	padding: 20px 10px 10px 0;
}

.catalogo-pneus-informações {
	width: 100%;
	float: left;
}

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

.catalogo-pneus-texto p{
	color: #333;
	font-size: clamp(.6rem, 2.6vw, 1.1rem);
	font-weight: 550;	
	text-align: justify;
	line-height: 3.7vw;
	letter-spacing: .5px;
	padding-bottom: 1.5vw;
}

.catalogo-pneus-clique-mais-detalhes {
	width: calc(52% - 10px);
	float: left;
	color: #ffad00;
	font-size: clamp(.5rem, 2.6vw, 1.1rem);
	font-weight: 500;	
	text-align: center;
	line-height: 3.6vw;
	letter-spacing: .5px;
	border: 1px solid #fcca60;
	border-radius: 5px;
	padding: 10px 5px 10px 5px;
	margin: 5px 5px 0 0;
	background-color: #333;
	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

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

.catalogo-pneus-clique-orcamento {
	width: calc(48% - 15px);
	float: left;
	color: #ffad00;
	font-size: clamp(.5rem, 2.6vw, 1.1rem);
	font-weight: 500;	
	text-align: center;
	line-height: 3.6vw;
	letter-spacing: .5px;
	border: 1px solid #fcca60;
	border-radius: 5px;
	padding: 10px 5px 10px 5px;
	margin: 5px 0 0 15px;
	background-color: #333;
	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

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

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

.catalogo-pneus-cotainer-traco2 {
	width: 90%;
	height: 1px;
	float: center;
	padding: 0 50px 0 50px;
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
	background-color: #fcca60;
	display: none;
}

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

/* 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 */

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

	.slider{
		height: 80vh;
		margin-top: 11vw;
		background-image: url(../images/imagem-fundo-600-monster-pneus.webp);
	}

.slider .slider-box::after{
	height: 80vh;
}

.slider .slider-box img{
	width: 100%;
}

.slider-box img{
	width: auto;
	max-width: 400px;
	height: auto;

}


	.slider-box .texto-slider{
		top: 55% !important;
		padding: 0;
	}

	.slider-box .texto-slider h2{
		font-size: 2.5rem !important;
	}

	.slider-box .texto-slider p{
		font-size: 18px !important;
	}

	.btn-nav-box .btn-nav {
	width: 40px;
	height: 20px;
}

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

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

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

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

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

/* Estilo do Formulário */

section.contato{
	width: 100%;
	float: left;
	padding: 8vw 0;
	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 ;
}

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

	.slider{
		height: 75vh;
		margin-top: 50px;
		background-image: url(../images/imagem-fundo-992-monster-pneus.webp);
	}

.slider .slider-box::after{
	height: 75vh;
}

.slider .slider-box img{
	width: 80%;
}

.slider-box img{
	max-width: 380px;
}

	.slider-box .texto-slider{
		top: 55% !important;
		padding: 0;
	}

	.slider-box .texto-slider h2{
		font-size: 2.5rem !important;
	}

	.slider-box .texto-slider p{
		font-size: 18px !important;
	}

	.btn-nav-box .btn-nav {
	width: 40px;
	height: 20px;
}

.catalogo-pneus-cotainer {
	width: calc(50% - 1.6vw);
	height: 25vw;
	background-color: #fbb522;
	margin: .8vw;
	border-radius: 10px;
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
}

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

.catalogo-pneus-texto p{
	font-size: 1.6vw;
	line-height: 1.9vw;
	letter-spacing: 0px;
	padding-bottom: .7vw;
}

.catalogo-pneus-clique-mais-detalhes {
	width: 50%;
	font-size: 1.4vw;
	line-height: 1.8vw;
	letter-spacing: 0px;
	padding: 8px 5px 8px 5px;
	margin: 2px 2px 0 0;
}

.catalogo-pneus-clique-orcamento {
	width: 40%;
	font-size: 1.4vw;
	line-height: 1.8vw;
	letter-spacing: 0px;
	padding: 8px 5px 8px 5px;
	margin: 2px 2px 0 10px;
}

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

.catalogo-pneus-cotainer-traco2 {
	display: flex;
	width: 97%;
}

/* Estilo do Formulário */

section.contato{
	padding: 6.6vw 0;
}

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

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

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

	.slider{
		height: 70vh;
		margin-top: 40px;
		background-image: url(../images/imagem-fundo-1280-monster-pneus.webp);
	}


.slider .slider-box::after{
	height: 75vh;
}

.slider .slider-box img{
	width: 80%;
}

.slider-box img{
	max-width: 380px;
}

	.slider-box .texto-slider{
		top: 55% !important;
		padding: 0;
	}

	.slider-box .texto-slider h2{
		font-size: 2.7rem !important;
	}

	.slider-box .texto-slider p{
		font-size: 20px !important;
	}

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

.texto-saudacoes h1 {
	line-height: 36px;

}

.texto-saudacoes h3 {	
	line-height: 18px;
	padding-top: 16px;
}

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

.texto-saudacoes p {
	line-height: 24px;
	padding-bottom: 16px;
}

.catalogo-pneus-cotainer {
	width: calc(50% - 1.6vw);
	height: 25vw;
	background-color: #fbb522;
	margin: .8vw;
	border-radius: 10px;
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
}

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

.catalogo-pneus-texto p{
	font-size: 1.6vw;
	line-height: 2vw;
	letter-spacing: 0px;
	padding-bottom: 1vw;
}

.catalogo-pneus-clique-mais-detalhes {
	width: 50%;
	font-size: 1.4vw;
	line-height: 1.8vw;
	letter-spacing: 0px;
	padding: 7px 5px 7px 5px;
	margin: 2px 2px 0 0;
}

.catalogo-pneus-clique-orcamento {
	width: 40%;
	font-size: 1.4vw;
	line-height: 1.8vw;
	letter-spacing: 0px;
	padding: 7px 5px 7px 5px;
	margin: 2px 2px 0 15px;
}

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

.catalogo-pneus-cotainer-traco2 {
	display: flex;
	width: 97%;
}

/* Estilo do Formulário */

section.contato{
	width: 100%;
	padding: 60px 0;
}

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

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


	.slider{
		height: 70vh;
		margin-top: 30px;
		background-image: url(../images/imagem-fundo-1280-monster-pneus.webp);
	}


.slider .slider-box::after{
	height: 75vh;
}

.slider .slider-box img{
	width: 80%;
}

.slider-box img{
	max-width: 380px;
}

	.slider-box .texto-slider{
		top: 55% !important;
		padding: 0;
	}

	.slider-box .texto-slider h2{
		font-size: 2.7rem !important;
	}

	.slider-box .texto-slider p{
		font-size: 20px !important;
	}

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

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

.texto-saudacoes h3 {	
	line-height: 24px;
	padding-top: 16px;
}

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

.texto-saudacoes p {
	line-height: 26px;
	padding-bottom: 16px;
}

.catalogo-pneus-cotainer {
	width: calc(50% - 18px);
	max-width: 1080px;
	height: 320px;
	background-color: #fbb522;
	margin: 9px;
	border-radius: 10px;
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
}

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

.catalogo-pneus-texto p{
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0px;
	padding-bottom: 20px;
}

.catalogo-pneus-clique-mais-detalhes {
	width: 50%;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0px;
	padding: 7px 5px 7px 5px;
	margin: 2px 2px 0 0;
}

.catalogo-pneus-clique-orcamento {
	width: 40%;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0px;
	padding: 7px 5px 7px 5px;
	margin: 2px 2px 0 20px;
}

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

.catalogo-pneus-cotainer-traco2 {
	display: flex;
	width: 97%;
}

/* Estilo do Formulário */

section.contato{
	width: 100%;
	padding: 60px 0;
}

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

.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 */



}

