
body,html {
	height: 100vh;
}

body {
	font-size: 62.5%;
	overflow-x:hidden;
}


* a:hover, * a:active, * a:visited, * a:link {
	text-decoration: none;
}



.alert {
	font-family: 'Roboto';
	font-size: 1.6em;
}

.hamburguer-abrir {
	display: none;
	position: absolute;
	top:43px;
	cursor: pointer;
}

.container {
	box-sizing:border-box;
	max-width: 1170px;
	margin:0 auto;
	padding:0 10px;
	position: relative;
	width: 100%;
	z-index:1;
}


.banner {
	background: black;
	margin-top: 118px;
	overflow: hidden;
	position: relative;
}

.form-busca {
	background: #f1f1f1;
	display: none;
	position: absolute;
	right: 145px;
	width: 410px;
	height: 60px;
	line-height: 60px;
}

.bg-banner {
	position: absolute;
	width: 100%;
	height: 47px;
	background: url(/assets/img/site/bg-banner.png);
	z-index: 1;
	bottom:0;
}

.banner .slick-slider img {
	width: 100%;
}

.banner .container-down {
	position: absolute;
	bottom: 0;
	margin-left:50%;
	left: -590px;
	z-index:10;
}

.banner .down {
	right: 0;
	left: initial;
}

.slick-slider {
	margin:0;
}

.banner .slick-prev {
	background: url(/assets/img/site/prev-icon-banner.png);
	left:40px;
	height: 80px;
	margin-top: -35px;
	width: 80px;
}

.banner .slick-next {
	background: url(/assets/img/site/next-icon-banner.png);
	right: 40px;
	height: 80px;
	margin-top: -35px;
	width: 80px;
} 

.slick-prev, .slick-next {
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-ms-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
}

.slick-prev, .slick-next {
	-webkit-opacity: .4;
	-moz-opacity: .4;
	-ms-opacity: .4;
	-o-opacity: .4;
	opacity: .4;
}

.slick-prev:hover, .slick-next:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}


.banner .slick-prev:before {.
	background: url(/assets/img/site/prev-icon-banner.png);
	content:"";
	height: 80px;
	position: absolute;
	width: 80px;
}

.banner .slick-next:before {.
	background: url(/assets/img/site/next-icon-banner.png);
	content:"";
	height: 80px;
	position: absolute;
	width: 80px;
}

.down {
	box-sizing:border-box;
	background:#fff;
	bottom:0;
	cursor: pointer;
	font-size: 1.7em;
	font-family: 'Roboto';
	font-weight: 500;
	letter-spacing: .4em;
	overflow: hidden;
	padding:24px 95px 24px 58px;
	position: absolute;
	left: 66%;
	text-transform: uppercase;
	z-index: 2;
}

.down img {
	position: absolute;
	right: 20px;
	top:16px;
}


.mais-vendidos .left {
	box-sizing: border-box;
	display: block;
	float: left;
	position: relative;
	padding: 135px 0 50px;
	width: 26%;
}

.mais-vendidos .right {
	box-sizing:border-box;
	float: left;
	overflow: hidden;
	width: 100%;
}

.mais-vendidos .container-slide-produtos {
	padding: 0px !important;
}

.mais-vendidos .slick-prev {
	background: url(/assets/img/site/prev-icon.png) no-repeat;
	height: 26px;
	left:initial;
	position: absolute;
	right: 48px;
	top:80px;
}

.mais-vendidos .slick-prev:before {.
	background: url(/assets/img/site/prev-icon.png);
	content:"";
	height: 26px;
	position: absolute;
	width: 15px;
}

.mais-vendidos .slick-next {
	background: url(/assets/img/site/next-icon.png) no-repeat;
	height: 26px;
	top:80px;
	right: 0;
}

.mais-vendidos .container-slide-produtos .box-produtos h3 {
	float: right;
	width: 370px;
}

.mais-vendidos .slick-next:before {.
	background: url(/assets/img/site/next-icon.png);
	content:"";
	height: 26px;
	position: absolute;
	width: 15px;
}

.mais-vendidos .container-slide-produtos {
	padding:135px 0 75px 55px;
}

.mais-vendidos .container-slide-produtos .slick-list {
	text-align: right;
}

.mais-vendidos .container {
	min-height: 670px;
}

h2 {
	color:#7bc24d;
	font-family: 'Roboto';
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}

.mais-vendidos h2 {
	font-size: 6em;
	line-height: .8em;
}

.mais-vendidos h2 small {
	color:#000000;
	display: block;
	font-style: initial;
	font-size: .28em;
	letter-spacing: .4em;
	text-align: right;
}

.box-outros {
	border:3px solid #ebebeb;
	box-sizing:border-box;
	color:#000000;
	display: block;
	background: 95% center #fff url(/assets/img/site/right-icon.png) no-repeat;
	font-size: 1.5em;
	float: right;
	font-family: 'Roboto';
	font-weight: 500;
	letter-spacing: .3em;
	margin-top:30px;
	padding:16px 20px;
	text-transform: uppercase;
	text-decoration: none;
	width: 97%;
}


.box-produtos .container-produto {
	box-sizing:border-box;
	border:1px solid #f4f4f4;
	cursor: pointer;
	display: table;
	max-width: 370px;
	min-width: 370px;
	max-height: 360px;
	min-height: 360px;
	margin:0 auto;
	position: relative;
}

.box-produtos .container-produto a {
	vertical-align: middle;
	display: block;
	width: 100%;
	height: 100%;
}

.box-produtos .container-produto img {
	display: block;
	margin:0 auto;
	max-width: 100%;
}

.container-produto:hover:after {
	display: none;
}

.box-produtos {
	display: inline-block;
	height: 460px;
}

.box-produtos .container-produto:after {
	background:#7bc24d;
	bottom:0;
	content:"";
	height: 3px;
	left:0;
	position: absolute;
	width: 100%;
}

.box-produtos .detalhes {
	background:#fff;
	bottom:-16px;
	display: none;
	height: 35px;
	left:50%;
	margin:0 auto;
	margin-left:-110px;
	position: absolute;
	width: 220px;
	z-index: 2;
}

.container-produto:hover .detalhes {
	display: block;
}

.box-produtos .container-produto:hover:before {
	border:3px solid #000;
	content:"";
	height: 355px;
	left:0;
	position: absolute;
	top:0;
	width: 363px;
	display: none; /** APAGAR **/
}

.box-produtos .container-produto:hover {
	border:1px solid #000;

}

.descricao-local {
	font-family: 'Roboto','sans-serif';
	font-size: 16px;
	box-sizing:border-box;
	background: white;
	line-height: 1.5em;
	position: absolute;
	width: 314px;
	margin-top:-20px;
	margin-left:-17px;
	height: 179px;
	border-bottom: 2px solid black;
	padding:30px;
	z-index: 2;
}

.descricao-local a {
	text-decoration: none;
	color:#010101;
}

.descricao-local strong {
	font-weight: bold;
}

.box-produtos .detalhes a:nth-child(1) {
	background-color:#575757;
	color:#fff;
	display: inline-block;
	font-size: 1.5em;
	float: left;
	font-family: 'Roboto';
	font-weight: 500;
	height: 35px;
	letter-spacing: .3em;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 180px;
}

.box-produtos .detalhes a:nth-child(2) {
	background:#7bc24d;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin-left:1px;
	width: 39px;
}

.box-produtos .detalhes a:nth-child(2) img {
	position: relative;
	left:-1px;
	top:6px;
}

.box-produtos h3 {
	color:#575757;
	font-size: 2em;
	font-family: 'Roboto';
	font-weight: 700;
	margin-top:30px;
	max-width: 370px;
	text-align: center;
	text-transform: uppercase;
}
.box-produtos h3 a{
	color:#575757;
}

.mais-vendidos .slick-track {
	height: 390px;
}

.descritivo h2 {
	box-sizing:border-box;
	font-size: 6.2em;
	overflow: hidden;
	/*height: 460px;*/
	text-align: center;
}

.descritivo {
	overflow: hidden;
}

.descritivo.a-vitally  h2 span {
	box-sizing:border-box;
	background: url(/assets/img/site/a-vitally.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 0;
	display: block;
	height: 100%;
	padding: 0;
	width: 100%;
}

.descritivo .descricao-vitally  {
	background: 0 105px url(/assets/img/site/desde-1978.jpg) no-repeat;
	box-sizing:border-box;
	color:#696969;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 1.57em;
	line-height: 1.52em;
	position: relative;
	padding:105px 0 105px 259px;
}

.descritivo .descricao-vitally:before {
	background: #88ae45;
	bottom: 90px;
	content: "";
	height: 3px;
	position: absolute;
	right: 0;
	width: 70px;
}

.descritivo.dna-vitally {
	padding:0 0 105px;
}

.descritivo.dna-vitally  p {
	color: #696969;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.57em;
    line-height: 1.52em;
    text-align: center;
    margin-top: 50px;
}

.descritivo.dna-vitally h2 {
	margin-top: 105px;
}

.descritivo.dna-vitally img {
	max-width: 100%;
}


.descritivo.onde-encontrar h2 span {
	box-sizing:border-box;
	background: url(/assets/img/site/onde-encontrar.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 0;
	display: block;
	height: 100%;
	padding:200px 0;
	width: 100%;
}

.descritivo .onde-encontrar {
	background: 0 105px url(/assets/img/site/desde-1978.jpg) no-repeat;
	box-sizing:border-box;
	color:#696969;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 1.57em;
	line-height: 1.8em;
	position: relative;
	padding:105px 0 105px 259px;
}


.mapa {
	background:url(/assets/img/site/mapa.jpg);
	height: 460px;
	width: 100%;
	position: relative;
}

.fechar-mapa {
	position: absolute;

	display: none;
	z-index: 2;
	top:-26px;
	right: 385px;
	cursor:pointer;
}

#map-canvas {
  height: 460px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.container-box-mapa {
	cursor: pointer;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 1.7em;
	left:-585px;
	letter-spacing: .5em;
	margin-left:50%;
	padding:158px 125px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}

.container-box-mapa .box-mapa {
	background:#fff;
	border:2px solid #e1e1e1;
	display:inline-block;
	float: left;
	height: 125px;
	margin-left:70px;
	position: relative;
	width: 370px;
}

.container-box-mapa .contem-after:after {
	background:url(/assets/img/site/down-icon.png);
	bottom:-16px;
	content: "";
	display: none;
	height: 33px;
	left:50%;
	margin-left:-12px;
	position: absolute;	
	width: 34px;
}

.container-box-mapa .contem-after:hover:after {
	display: block;
}

.container-box-mapa .box-mapa:hover {
	border:2px solid #7bc24d;
}

.container-box-mapa .box-mapa:nth-child(1) {
	box-sizing:border-box;
	padding:43px 0;
	min-height: 129px;
}

.container-box-mapa .box-mapa:nth-child(2) {
	line-height: 125px;
}

.box-mapa .inputs {
	display: none;
	position: absolute;
	top:99px;
	width: 100%;
}

.box-mapa .assistencia-tecnica {
	line-height: 22px;
}

.box-mapa .btn-default {
	background: 95% center #fff url(/assets/img/site/bg-select-verde.jpg) no-repeat;
	box-sizing:border-box;
	display: block;
	border:thin solid #666;
	font-size: 12px;
	height: 45px;
	margin:0 auto 10px;
	padding:15px;
	letter-spacing: .1em;
	text-transform: uppercase;
	width: 100%;
	text-align: left;

	

	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}

.box-mapa .bootstrap-select.btn-group .btn .caret {
	display: none;
}

.box-mapa .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 292px;
}


.box-mapa .inputs .estilo-input {
	background: 95% center #fff url(/assets/img/site/bg-select-verde.jpg) no-repeat;
	box-sizing:border-box;
	display: block;
	border:thin solid #666;
	font-size: 12px;
	height: 45px;
	margin:0 auto 10px;
	padding:15px;
	letter-spacing: .1em;
	text-transform: uppercase;
	width: 80%;
	text-align: left;

	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
}

.box-mapa .bootstrap-select.btn-group .dropdown-menu.open {
	background-color:#9f9f9f;
	top:-4px;
	left:-2px;
	width: calc(101% + 1px);
	font-size: 13px;
	letter-spacing: 0;
	overflow: initial !important;
	min-height: 48px !important;

	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;

	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

.box-mapa .bootstrap-select.btn-group .dropdown-menu.inner {
	background-color:#9f9f9f;
}

.box-mapa .bootstrap-select.btn-group .dropdown-menu li a:hover, .box-mapa .bootstrap-select.btn-group .dropdown-menu li a:active, .box-mapa .bootstrap-select.btn-group .dropdown-menu li a:link, .box-mapa .bootstrap-select.btn-group .dropdown-menu li a:visited {
	background-color:#7bc24d;
}

.box-mapa .bootstrap-select.btn-group .dropdown-menu li a {
	color:#fff;
}

.box-mapa .bootstrap-select.btn-group .dropdown-menu li.selected {
	background-color:#7bc24d;
}

.box-mapa .bootstrap-select.btn-group .dropdown-menu li.selected a {
	background-color:#7bc24d;
	outline: 0;
}

.box-mapa.box-revendedor .bootstrap-select:nth-child(4) {
	top:-70px;
}

.box-mapa.box-revendedor .inputs {
	top:61px;
}

.box-mapa.box-revendedor .inputs input[type=submit] {
	line-height: initial;
	margin-top:-103px;
}

.box-mapa .inputs .estilo-input p {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 48px;
	position: relative;
	top:-18px;
	height: 48px;
}

.box-mapa .inputs .estilo-input .opcoes-select {
	background: #9f9f9f;
	color:#fff;
	display: none;
	font-weight: 400;
	position: absolute;
	left:-2px;
	top:-2px;
	width: calc(80% + 1px);
	margin-left: 38px;
	z-index: 9;
	font-size: 12px;
}

.box-mapa .inputs .estilo-input .opcoes-select .opcao-select {
	height: 48px;
	line-height: 48px;
	padding-left:18px;
}

.box-mapa .inputs input[type=submit] {
	background: 100%  65%  transparent url(/assets/img/site/arrow-right.jpg) no-repeat;
	border:0;
	cursor: pointer;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 16px;
	text-align: right;
	height: 50px;
	float: right;
	padding-right: 45px;
	letter-spacing: .3em;
	margin-right: 33px;
}

.newsletter {
	box-sizing:border-box;
	background-position: center;
	background-size: cover;
	font-size: 6.2em;
	height: 460px;
	padding:145px 0;
	text-align: center;
	

}

.newsletter input[type='email'] {
	background: transparent;
	border:0;
	border-bottom:1px solid #000;
	text-align: center;
	height: 55px;
	line-height: 45px;
	outline: 0;
	margin-top: 20px;
	font-family: 'Roboto';
	font-size: 1.1em;
    font-weight: 500;
	width: 450px;
}

.newsletter input[type='submit'] {
	background: transparent url(/assets/img/site/right-icon-small.png) no-repeat;
	display: none;
	text-indent: -9999999px;
	border:0;
	height: 30px;
	width: 30px;
	position: absolute;
	right: 20px;
	top:34px;
	cursor: pointer;
} 

.newsletter .container-input {
	font-family: 'Roboto';
    font-weight: 500;
    font-size: .27em;
    letter-spacing: .3em;
    margin:0 auto;
   	margin-top:50px;
   	position: relative;
	height: 85px;
    text-transform: uppercase;
	width: 450px;
	overflow: hidden;
	outline: 0;
}

.newsletter .container-input .tira {
	height: 3px;
	width: 100%;
	position: absolute;
	content:"";
	background: #7bc24d;
	bottom: 9px;
	left:-450px;

	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
}




.newsletter .container-input p {
	position: absolute;
	top:40px;
	width: 100%;

	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}


.central-atendimento {
	background: #f1f1f1;
}


.central-atendimento h2 {
	color: #7bc24d;
    font-family: 'Roboto';
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 4.3em;
    padding: 68px 0 0;
    border-bottom:thin solid #d2d2d2;
   	padding-bottom: 20px;
}

.central-atendimento h2 a {
	position: absolute;
	right: 8px;
	top:13px;
}

.central-atendimento .left .telefones{
	float: left;
	width: 100%;
	margin-top: 0;
}

.central-atendimento .left .telefones a{

	float: left;
	padding-right: 30px;
	font-size: 1.30em;
}

.central-atendimento .left .telefones a:last-child{
	padding-right: 0;
}	

.central-atendimento .left .btn-solicitar-contato {
	margin-top: 20px !important;
	text-transform: uppercase;
	height: 51px;
    line-height: 32px;
    width: 280px;
    text-align: center;
}

.central-atendimento {
	font-family: 'Roboto';
	margin-bottom: -50px;
}

.central-atendimento .container {
	
}

.container:after {
 	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.central-atendimento .left {
	color:#575757;
	float: left;
	font-size:16px;
	font-weight: 300;
	line-height: 1.5em;
	padding:65px 0;
	width: 50%;
}

.central-atendimento .left a {
	color:#7bc24d;
	display: block;
	font-size: 1.56em;
	font-weight: 400;
	position: relative;
	margin-bottom: 18px;
	letter-spacing: .2em;
	text-decoration: none;
}

.central-atendimento .left address {
	color:#575757;
}

.central-atendimento .right {
	color:#fff;
	float: left;
	padding:65px 0;
	width: 50%;
	padding-left: 100px;
}

.central-atendimento input, .central-atendimento textarea, .central-atendimento select {
	box-sizing:border-box;
	background: transparent;
	border:2px solid #bdbdbd;
	color: #575757;  
	font-family: 'Roboto';
	font-size: 1.1em;
	text-transform: uppercase;
	padding-left:16px;
	margin-bottom: 10px;
	letter-spacing: .2em;
	min-height: 50px;	
	resize:none;
	width: 100%;
}

.central-atendimento input::-webkit-input-placeholder, .central-atendimento textarea::-webkit-input-placeholder, .central-atendimento select::-webkit-input-placeholder {
  	color: #575757;
}

.central-atendimento input::-moz-placeholder, .central-atendimento textarea::-webkit-input-placeholder, .central-atendimento select::-webkit-input-placeholder {
	color: #575757;
}

.central-atendimento input:-ms-input-placeholder, .central-atendimento textarea:-ms-input-placeholder, .central-atendimento select:-ms-input-placeholder {
 	 color: #575757;	
}

.central-atendimento input:-moz-placeholder, .central-atendimento textarea:-moz-placeholder, .central-atendimento select:-moz-placeholder {
	 color: #575757;
}

.central-atendimento select option {
	color:#000;
}

.central-atendimento input[type="submit"] {
	border:0;
	background-color:#f26522;
	float: right;
	width: 30%;
	text-align: center;
	font-size: 16px;
	padding-left:0;
	padding-right: 0;
	color: #fff;
}

.central-atendimento textarea {
	padding:16px;
	font-size: 1.2em;
}

.central-atendimento ::-webkit-input-placeholder {
   color: #fff;
   font-family: 'Roboto';
   font-weight: 300;
   font-size: 1.2em;
 
}

.central-atendimento ::-moz-placeholder {
   color: #fff;
   font-family: 'Roboto';
   font-weight: 300;
   font-size: 1.2em;
}

.central-atendimento ::-moz-placeholder {
   color: #fff;  
   font-family: 'Roboto';
   font-weight: 300;
   font-size: 1.2em;
}

.central-atendimento :-ms-input-placeholder {  
   color: #fff;  
   text-transform: uppercase;
   font-family: 'Roboto';
   font-weight: 300;
   font-size: 1.2em;
}

.central-atendimento .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
	margin-bottom: 10px;
	
}

.central-atendimento  .btn-group>.btn:first-child {
	height: 50px;
	background: transparent;
	border:2px solid #bdbdbd;
	color:#575757;
	font-family: 'Roboto';
	font-size: 1.15em;
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: .2em;

	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}

.central-atendimento .bootstrap-select.btn-group .dropdown-menu {

	background:#9f9f9f;


	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}

.central-atendimento .bootstrap-select.btn-group .dropdown-menu li a:hover, .central-atendimento .bootstrap-select.btn-group .dropdown-menu li.selected a {
	background: #7bc24d;
	
}

.central-atendimento .bootstrap-select.btn-group .dropdown-menu li a {
	color:#fff;
	outline: 0;
}

footer {
	background:#000000;
	box-sizing:border-box;
	display: block;
	min-height: 323px;
	padding:80px 140px 0;
	position: relative;
	width: 100%;
	display: inline-block;
}


footer img {
	float: left;
	position: relative;
	top:30px;
}

footer > div.fones {
	float: left;
	display: inline-block;
}
footer > div > a {
	color:#fff;
	display: inline-block;
	font-family: 'Roboto';
    font-weight: 500;
    font-size: 1.7em;
    letter-spacing: .4em;
    margin-left: 90px;
	text-decoration: none;
}

footer p {
	color:#FFF;
	display: inline-block;
	font-family: 'Roboto';
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1.8em;
    letter-spacing: .2em;
    margin-left: 90px;
    margin-top:25px;
}

footer p > a, 
footer p > a:hover {
	color:#FFF;
	text-decoration: none;
}

footer p:nth-child(4) {
	text-transform: uppercase;
}

footer .down {
	background: #fff;
	top:0;
	bottom:initial;
}


footer .direitos {
	text-transform: uppercase;
	font-size: 1.0em;
}

footer .direitos span {
	color:#626262;
}

footer .direitos span a {
	color:#626262;
}

.newsletter ::-webkit-input-placeholder {
   color: black;
   text-transform: uppercase;
   font-family: 'Roboto';
   font-weight: 500;
   font-size: 1.2em;
   letter-spacing: .4em;
}

.newsletter ::-moz-placeholder {
   color: black;
   text-transform: uppercase;
   font-family: 'Roboto';
   font-weight: 500;
   letter-spacing: .4em;
}

.newsletter ::-moz-placeholder {
   color: black;  
   text-transform: uppercase;
   font-family: 'Roboto';
   font-weight: 500;
   letter-spacing: .4em;
}

.newsletter :-ms-input-placeholder {  
   color: black;  
   text-transform: uppercase;
   font-family: 'Roboto';
   font-weight: 500;
   letter-spacing: .4em;
}

.breadcrumbs {
	background: #000000;
	color:#838383;
	font-family: 'Roboto';
    font-weight: 500;
    font-size: 1.1em;
	height: 58px;
	line-height: 58px;
	margin-top:118px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.breadcrumbs.no-margin {
	margin-top: 66px;
}

.breadcrumbs.border-minus {
	margin-top:107px;
}

.breadcrumbs a {
	color:#838383;
	text-decoration: none;
}

.breadcrumbs .localizacao  {
	float: right;
}

.breadcrumbs img {
	position: relative;
	top:5px;
	margin-right: 10px;
}

.breadcrumbs .localizacao li {
	display: inline-block;
}

.breadcrumbs .localizacao .active  {
	color:#fff;
}

.header-interna {
	background: #f1f1f1;
	padding:40px 0;
	margin-top: -10px;
	position: relative;
	z-index: 2;
}

.header-interna.produtos {
	margin-top: 118px;
}

.header-interna h2 {
	font-size: 4.3em;
	margin:27px 0;
}

.header-interna p {
	font-family: 'Roboto';
	color:#505050;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.5em;
}



.linhas-licitacao {
	margin-top: 53px;
}


.baixar-laudos {
	position: absolute;
	right: 16px;
	top:43px;
}

.linhas-licitacao li {
	box-sizing:border-box;
	background: 95% center #ffffff url(/assets/img/site/down-icon-grey.png) no-repeat;
	display: inline-block;
	height: 53px;
	line-height: 53px;
	padding-left:20px;
	margin-right: 1.87%;
	width: 23.4%;
	cursor: pointer;
	text-transform: uppercase;
}

.linhas-licitacao .ativo, .linhas-licitacao li:hover {
	background: 95% center #ffffff url(/assets/img/site/down-icon.png) no-repeat;
}

.linhas-licitacao li p {
	height: 53px;
	line-height: 53px;
	font-weight: 500;
}

.linhas-licitacao li:last-child {
	margin-right: 0;
}

.licitacoes-produtos {
	padding:80px 0;
}

.licitacoes-produtos .box-produtos .detalhes a:nth-child(1) {
	background: #7bc24d;
	width: 220px;
}

.licitacoes-produtos .box-produtos {
	float: left;
	margin-right: 17px;
}

.licitacoes-produtos .box-produtos:nth-child(n+4) {
	margin-top:60px;
}

.licitacoes-produtos .box-produtos:nth-child(3n+3) {
	margin-right: 0;
}

.paginacao {
	width: 100%;
	margin-top: 70px;
	text-align: center;
	float: left;
}

.paginacao li {
	border-bottom: 3px solid #bdbdbd;
	display: inline-block;
	height: 30px;
	width: 70px;
	margin-right: 25px;
}

.paginacao li:first-child, .paginacao li:last-child {
	border:0;
}

.paginacao li:first-child img, .paginacao li:last-child img {
	position: relative;
	top:16px;
}

.paginacao li a {
	color:#bdbdbd;
	display: block;
	height: 30px;
	font-family: 'Roboto';
	font-weight:700;
	font-size: 1.3em;
	text-decoration: none;
}

.paginacao .ativo, .paginacao li:hover {
	border-bottom: 3px solid #000;
}

.paginacao li:hover:first-child {
	border-bottom:0;
}

.paginacao li:hover:last-child {
	border-bottom: 0;
}

.paginacao .ativo a, .paginacao a:hover  {
	color:#000;
}

.paginacao li:last-child {
	margin-right: 0;
}

.produtos {
	background: #151217;
	padding:0;
}

.produtos h2 {
	margin:0;
	position: relative;
	top:145px;
	text-align: right;
}

.produtos h2 span {	
	color:#fff;
	display: inline-block;

}

.produtos .container {
	background: center #151217 url(/assets/img/site/bg-interna.jpg) no-repeat;
	height: 335px;
	z-index: 10;
}



.produtos-conteudo {
	padding:80px 0;
}

.produtos-conteudo .right {
	float: right;
	width: 70%;
}

.produtos-conteudo .box-produtos {
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}

.produtos-conteudo .box-produtos:nth-child(2n+2) {
	margin-right: 10px;
}

.conteudo-detalhes {
	background: #f1f1f1;
	padding:50px 0;
}

.conteudo-detalhes .left {
	display: block;
	position: relative;
	width: 50%;
	float: left;
}

.conteudo-detalhes .right {
	box-sizing:border-box;
	display: block;
	position: relative;
	width: 50%;
	padding-left:2%;
	float: right;
}

.conteudo-detalhes .tabs {
	font-family: 'Roboto',sans-serif;
	font-weight: 700;
	font-size: 15px;
	margin-top: 45px;
	text-transform: uppercase;
	letter-spacing: .15em;
}

.conteudo-detalhes .tabs li {
	display: inline-block;
	margin-right: 10%;

}

.conteudo-detalhes .tabs li:last-child {
	margin-right: 0;
}

.conteudo-detalhes .tabs li a {
	
	color:#696969;
	display: blfock;
	padding-bottom: .5em;
	text-decoration: none;
}

.conteudo-detalhes .tabs li a:hover {
	border-bottom:2px solid #696969;
}

.conteudo-detalhes .tabs li.ativa a {
	color:#7bc24d;
}

.conteudo-detalhes .tabs li.ativa a {
	border-bottom:2px solid #7bc24d;
}

.conteudo-detalhes .left .galeria {
	width: 96.4%;
	height: 550px;
	max-height: 550px;
	position: relative;
	overflow: hidden;
}

.conteudo-detalhes .left .galeria .grid-item {
	box-sizing:border-box;
	border:3px solid transparent;
	width: 49%;
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 1%;
	margin-bottom: 1%;
}

.conteudo-detalhes .left .galeria .zoom-of:hover {
	border:3px solid #7bc24d;
}

.conteudo-detalhes .left .galeria .img-wrapper {
	width: 100%;
	position: relative;
	padding-bottom: 100%;
}

.conteudo-detalhes .left .galeria .img-zoomed {
	background: #fff;
	position: absolute;
	top:0;
	left:0;
	width: 100%;


    -webkit-transition-property: width;
    transition-property: width;
    transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.conteudo-detalhes .left .galeria .minimizar {
	width: 20px;
	height: 3px;
	background: #7bc24d;
	display: none;
	position: absolute;
	left:20px;
	top:20px;
	z-index: 10;
}


.conteudo-detalhes .left .galeria .lupa {
	display: none;
	position: absolute;
	z-index:10;
	top:100px;
	left:102px;
}

.conteudo-detalhes .left .galeria .zoom-of:hover .lupa {
	display: block;
}

.conteudo-detalhes .left .galeria .img-image {
	top:0;
	right: 0;
	bottom:0;
	left:0;
	background-size: cover;
	position: absolute;
}

.conteudo-detalhes .left .galeria .img-bump {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

.conteudo-detalhes .left .galeria .img-zoomed.tr {
	left:auto;	
	right: 0;
}

.conteudo-detalhes .left .galeria .img-zoomed.bl {
	bottom:0;
	top:auto;
}

.conteudo-detalhes .left .galeria .img-zoomed.br {
	bottom: 0;
  	right: 0;
  	left: auto;
  	top: auto;
}

.conteudo-detalhes .left .galeria .galeria-item {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	padding: 0 4px;
	padding-bottom: 103%;
}

.conteudo-detalhes .left .galeria .galeria-item img {
	width: 95%;
	display: block;
	margin:0 auto;
}

.conteudo-detalhes .detalhe-descricao-produto {
	color:#505050;
	display: none;
	font-family: 'Roboto',sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.5em;
	overflow: hidden;
	padding: 1.8em 0;
}

.conteudo-detalhes .detalhe-descricao-produto.ativo {
	display: block;
}

.conteudo-detalhes .detalhe-descricao-produto img, .conteudo-detalhes .detalhe-descricao-produto video, .conteudo-detalhes .detalhe-descricao-produto iframe {
	max-width: 100%;
	
}


.conteudo-detalhes .left .grid-imagens li img {
	display: block;
	margin:0 auto;
}

.conteudo-detalhes .row {
	color:#000000;
	font-weight: 500;
	font-family: 'Roboto',sans-serif;
	font-size: 12px;
	border-top:1px solid #fff;
	position: relative;
	padding:20px 0;
	text-transform: uppercase;
	overflow: hidden;
}


.conteudo-detalhes .row-cores {
	padding:20px 0 15px;
}

.conteudo-detalhes .row-cores:nth-child(3) .div-cores:nth-child(2) {
	margin-left:9px;
}

.row-cores.required {
	border: 2px solid #F00;
	padding: 10px;
}

.conteudo-detalhes .row .icones-social {
	position:absolute;
	height: 100%;
	background: #696969;
	width: 185px;
	z-index:10;
	right: -238px;
	top:0;
	text-align: center;

	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-ms-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s;
}

.conteudo-detalhes .row .icones-social li {
	display: inline-block;
	line-height: 80px;
	padding:0 5px;
	width: 43px;
	text-align: center;
}

.conteudo-detalhes .row .icones-social li a {
	display: block;
	line-height: inherit;
}

.conteudo-detalhes .row .icones-social li img {
	margin:0;
}

.conteudo-detalhes .row:nth-child(6) {
	margin-top:30px;
}

.conteudo-detalhes .row img {
	margin-right: 15px;
	position: relative;
	top:5px;
}

.conteudo-detalhes .row p {
	display: inline-block;
	letter-spacing: .1em;
}

.conteudo-detalhes .row input {
	background: transparent;
	border:2px solid #575757;
	width: 60px;
	height: 44px;
	margin:0 15px;
	text-align: center;
	vertical-align: middle;
}

.conteudo-detalhes .row .botao {
	background: #f26522;
	border:2px solid #f26522;
	display: inline-block;
	color:#fff;
	line-height: 47px;
	height: 50px;
	text-decoration:none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer; 
	letter-spacing: .2em;
	font-size: 1.3em;
	width: 45%;
}

.conteudo-detalhes .row:last-child {
	border-bottom:1px solid #fff;
}

.conteudo-detalhes .row-cores p {
	position: relative;
	top:-5px;
}

.div-cores {
	width: 33px;
	border:1px solid transparent;
	padding:2px;
	height: 25px;
	position: relative;
	display: inline-block;
	cursor:pointer;
	margin-left:-3px;
}


.div-cores-estofados {
	width: 33px;
	border:1px solid transparent;
	padding:2px;
	height: 25px;
	position: relative;
	display: inline-block;
	cursor:pointer;
	margin-left:-3px;
}



.carrinho .div-cores-estofados {
	width: 60px;
	height: 57px;
	top:7px;
}

.div-cores-estofados .cor-cor {
	width: 100%;
	height: 100%;
	display: block;
}

.conteudo-detalhes .row p + .div-cores-estofados {
	margin-left:0;
}


.carrinho .div-cores {
	width: 50px;
	height: 26px;
	top: -11px;
	border: none !important;
}

.carrinho  label {
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.carrinho  label span {
	font-size: 10px;
}

.div-cores .cor-cor {
	width: 100%;
	height: 100%;
	display: block;
}

.conteudo-detalhes .row p + .div-cores {
	margin-left:0;
}

.conteudo-detalhes .margin-right {
	margin-right: 10px;
}


.conteudo-detalhes .row.no-border-top {
	border-top:0;
	margin-top: 0;
}

.conteudo-detalhes .row a {
	color:#000000;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	letter-spacing: .1em;
	text-decoration: none;
}

.conteudo-detalhes .row a:nth-child(2) {
	float: right;
}

.conteudo-detalhes .left .grid-imagens li {
	background: #fff;
	box-sizing:border-box;
	border:3px solid #ffffff;
	display: inline-block;
	width: 48.7%;
	margin-right: 1%;
	margin-bottom: 1%;
	position: relative;
	height: 270px;
	overflow: hidden;
	cursor: pointer;
}

.conteudo-detalhes .left .grid-imagens li .lupa-zoom {
	position: absolute;
	margin-left:50%;
	left:-33px;
	display: none;
	top:95px;
}

.conteudo-detalhes .left .grid-imagens li:hover {
	border:3px solid #7bc24d;
}


.conteudo-detalhes .left .grid-imagens .img-ampliada:hover {
	border:3px solid #ffffff;
}


.conteudo-detalhes .left .grid-imagens li:hover .lupa-zoom {
	display: block;
}

.conteudo-detalhes .left .grid-imagens .img-ampliada:hover .lupa-zoom {
	display: none;
}


.conteudo-detalhes .left .grid-imagens li:nth-child(2n+3)  {
	margin-right: 0;
}
.minimizar-img {
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
}

.minimizar-img span {
	background-color:#7bc24d;
	font-size: 3em;
	position: absolute;
	width: 20px;
	top:12px;
	left:10px;
	height: 4px;
}

.conteudo-detalhes .left .grid-imagens .img-ampliada .minimizar-img {
	display: block;
}

.conteudo-detalhes .left .grid-imagens .ampliada {
	display: none;
}

.conteudo-detalhes .left .grid-imagens .ampliada img {
	max-width: 100%;
}

.img-especificacao {
	background: #fff;
	margin-top: 3px;
	padding:50px 0;
	width: 95.4%;
}

.img-especificacao img {
	display: block;
	margin:0 auto;
	max-width: 100%;
}

.conteudo-detalhes h2 {
	color:#696969;
	font-size: 3em;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .07em;
}

.relacionados {
	padding: 65px 0;
}

.relacionados .titulo { 
	border-bottom:thin solid #7bc24d;
	color:#787878;
	font-family: 'Roboto',sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 30px;
	letter-spacing: .4em;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.relacionados .left{
	float: left;
	width: 32.2%;
}

.relacionados .right {
	box-sizing:border-box;
	float: right;
	padding-left:30px;
	width: 67.8%;
}

.relacionados .right .titulo {
	border-bottom:thin solid #696969;
}

.relacionados .right .box-produtos:nth-child(2) {
	margin-right: 6px;
}

.relacionados .left .box-produtos:nth-child(2n+1) {
	display: none;
}

.relacionados .right .box-produtos:nth-child(3n+1) {
	display: none;
}

.carrinho {
	background: #f1f1f1;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .3em;
	min-height: 400px;
	text-transform: uppercase;
	margin-top:-10px;
	padding:45px 0;
}

.carrinho ::-webkit-input-placeholder {
   font-family: 'Roboto';
   font-size: 13px;
   color:#696969;
}

.carrinho :-moz-placeholder {
   font-family: 'Roboto';
   font-size: 13px;
   color:#696969;
}

.carrinho ::-moz-placeholder {
   font-family: 'Roboto';
   font-size: 13px;
   color:#696969;
}

.carrinho :-ms-input-placeholder {  
   font-family: 'Roboto';
   font-size: 13px;
   color:#696969;
}

.table {
	display: table;
	min-width: 770px;	
	width: 100%;
}

.table-row {
	display: table-row;
}

.table-cell {
	border-bottom:thin solid #fff;
	display: table-cell;
	padding:0px 0 ;
	vertical-align: middle;
}

.table-row:nth-child(1) .table-cell {
	padding:5px 0 ;
}

.table-row:nth-child(1) .table-cell:nth-child(4) {
	text-align: center;
}

.table-row:nth-child(1) .table-cell:last-child {
	text-align: center;
}

.table-row:nth-child(2) .table-cell:last-child {
	text-align: center;
}

.table-row .table-cell:nth-child(4) {
	text-align: center;
}

.table .container-thumbnail {
	box-sizing: border-box;
	background: #fff;
	display: inline-block;
	float: left;
	height: 36px;
	padding: 0px 0;
	width: 0px;
}

.table .container-thumbnail img {
	display: block;
	max-width: 100%;
	margin:0 auto;
}

.table-cell:nth-child(2) {
	text-align: center;
}

.table-cell:nth-child(3) {
	text-align: center;
}

.table-cell:nth-child(3) img {
	cursor: pointer;
}

.carrinho input {
	background: transparent;
	border:2px solid #bdbdbd;
	color:#f26522;
	width: 60px;
	height: 25px;
	text-align: center;
}

.table span {
	font-size: 14px;
	padding:27px;
	position: relative;
	top:12px;
	margin-top: 10px;
}

.carrinho form {
	padding:45px 0;
	float: left;
	letter-spacing: .4em;
	width: 100%;
}

.carrinho form p {
	margin-bottom:30px;
	  font-size: 16px;
}

.carrinho form p small {
	color:#696969;
	font-size: 11px;
	letter-spacing: .1em;
	padding-left: 13px;
	top:10px;
	position: relative;
}

.carrinho form .left input, .carrinho form .left select {
	box-sizing:border-box;

	color:#696969;
	font-size: 13px;
	font-family: 'Roboto',sans-serif;
	margin-bottom: 10px;
	padding-left:13px;
	text-align: left;
	text-transform: uppercase;
	width: 80%;
	  padding: 21px 27px;
}
.carrinho form .right input[type=text] {
	box-sizing:border-box;

	color:#696969;
	font-size: 13px;
	font-family: 'Roboto',sans-serif;
	margin-bottom: 10px;
	padding-left:13px;
	text-align: left;
	text-transform: uppercase;
	width: 80%;
	padding: 21px 27px;

}

.carrinho form .left input[type=submit] {
	color:#fff;
	text-align: center;
}

#finalizar-cadastro {
	margin-top: 50px;
}

#finalizar-cadastro-b{
	margin-top: 50px;
}

.new-select {
	background: 95% center transparent url(/assets/img/site/bg-select.png) no-repeat;
	border:2px solid #bdbdbd;
	color:#696969;
	cursor: pointer;
	font-family: 'Roboto',sans-serif;
	font-size: 13px;
	height: 50px;
	line-height: 50px;
	letter-spacing: 0;
	padding-left:10px;
	position: relative;
	text-transform: uppercase;
	text-align: left;
	width: 80%;
}



#select-licitacao {
	box-sizing:border-box;
	background: 95% center #fff url(/assets/img/site/bg-select-verde.jpg) no-repeat;
	border:0;
	width: 25%;
	padding-left: 25px;
	margin-top:26px;
}

#select-licitacao p {
	line-height: 50px;
	font-size: 15px;
	font-weight: 500;
	color:#000000;
}

.new-select .opcoes-select {
	background: #9f9f9f;
	color:#fff;
	display: none;
	font-size: .87em;
	font-weight: 400;
	position: absolute;
	left:-2px;
	top:-2px;
	max-height: 320px;
	overflow-y:scroll;
	width: calc(100% + 20px);
	z-index: 9;
	letter-spacing: 0;
}

.opcoes-select .opcao-select {
	height: 40px;
	padding-left:10px;
	line-height: 40px;
}

.opcoes-select .opcao-select:hover {
	background:#f26522 !important;
}

#select-licitacao .opcoes-select .opcao-select {
	font-size: 15px;
}

#select-licitacao .opcoes-select .opcao-select:hover {
	background: #7bc24d !important;
}

.opcoes-select .bg-transparent {
	background: transparent !important;
}

.carrinho form .left {
	float: left;
	width: 52%;
}

.carrinho form .right {
	float: left;
	font-size: 12px;
	letter-spacing: .1em;
	width: 48%;
}

.carrinho form  .right  p:nth-child(3) {
	margin-top:30px;
}

.carrinho form .direita > p:first-child {
	margin-top:42px;
}

.carrinho .checkbox {
	border:2px solid #bdbdbd;
	cursor: pointer;
	display: inline-block;
	height: 31px;
	width: 38px;
}

.carrinho .pesquisa .checkbox {
	float: left;
	display: inline-block;
	margin-right: 20px;
}

.carrinho .pesquisa .row {
	display: block;
	clear: both;
	height: 35px;
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: .1em;
	width: 100%;
}

.carrinho .pesquisa input[type='submit']  {
	max-width: 285px;
}

.carrinho .pesquisa .row p {
	margin-bottom: 0;
	position: relative;
	top:10px;
	float: left;

}

.carrinho .checkbox img {
	display: none;
	left:8px;
	position: relative;
	top: -5px;
}

.carrinho .checkbox.ativo img {
	display: block;
}

.carrinho form p:nth-child(4), .carrinho form p:nth-child(6) {
	display: inline-block;
	margin-bottom: 20px;
}

.carrinho form .left.menor {
	clear: left;
	margin-bottom: 30px;
	width: 25%;
}

.carrinho form .menor p {
	margin-bottom: 15px;
}

.carrinho form .right.menor {
	clear: right;
}

.carrinho input[type='submit'], .carrinho input[type='button'] {
	background: #7bc24d;
	border:0;
	clear: both;
	color:#fff;
	display: block;
	font-size: 15px;
	letter-spacing: .2em;
	min-width: 227px;
	top: 20px;
	position: relative;
	text-align: center;
	width: 52%;
	height: 50px;
}
.carrinho input[type='button'] {
	text-align: center !important;
    color: #fff !important;
}

.carrinho input.atualizar-carrinho {
	background: #575757;
	color:#fff;
	text-decoration: none;
	width: 280px;
	height: 50px;
	float: right;
	margin:20px 0;
	text-align: center;
	line-height: 50px;
	top:0;
	text-transform: uppercase;
}



.carrinho-pesquisa .table-cell:nth-child(2){
	text-align: right;
}

.enviar-email {
	background: rgba(81,81,81,.95);
	display: none;
	height: 100%;
	position: fixed;
	opacity: 0;
	top:0;
	width: 100%;
	z-index:999;
}

.enviar-email .container-email {
	background: rgba(81,81,81,1);
	box-sizing:border-box;
	border:2px solid #818181;
	height: 610px;
	margin:10% auto;
	padding:70px;
	width: 670px;
}

.enviar-email h2 {
	border-bottom:thin solid #878787;
	color:#fff;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	height: 40px;
	font-style: normal;
	letter-spacing: .2em;
	font-size: 1.8em;
}

.enviar-email h2 a {
	position: absolute;
	right: -3px;
	top:13px;
}

.enviar-email input, .enviar-email textarea {
	box-sizing:border-box;
	background: transparent;
	border:2px solid #bdbdbd;
	color: #fff;  
	font-family: 'Roboto';

	text-transform: uppercase;
	padding-left:16px;
	margin-bottom: 10px;
	letter-spacing: .2em;
	min-height: 50px;	
	resize:none;
	width: 100%;
}

.enviar-email input[type="submit"] {
	border:0;
	background-color:#f26522;
	float: right;
	width: 30%;
}

.enviar-email textarea {
	padding:16px;
	font-size: 1.2em;
}

.enviar-email form {
	margin-top:65px;
}

.enviar-email ::-webkit-input-placeholder {
   font-family: 'Roboto';
   font-size: 13px;
   color:#ffffff;
}

.enviar-email :-moz-placeholder {
   font-family: 'Roboto';
   font-size: 13px;
   color:#ffffff;
}

.enviar-email ::-moz-placeholder {
   font-family: 'Roboto';
   font-size: 13px;
   color:#ffffff;
}

.enviar-email :-ms-input-placeholder {  
   font-family: 'Roboto';
   font-size: 13px;
   color:#ffffff;
}

::-webkit-input-placeholder {
   font-family: 'Roboto';
   font-size: 13px;
}

:-moz-placeholder {
   font-family: 'Roboto';
   font-size: 13px;
}

::-moz-placeholder {
   font-family: 'Roboto';
   font-size: 13px;
}

:-ms-input-placeholder {  
   font-family: 'Roboto';
   font-size: 13px;
}

.animated {
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

.desktop-hide{
	display: none;
}


@media(max-width: 1181px) {
	body {
		font-size: 60%;
	}

	.box-produtos .container-produto {
		min-width: 366px;
	}

	.relacionados .left {
		width: 30%;
	}

	.relacionados .right {
		width: 70%;
	}

	.relacionados .box-produtos .container-produto {
		min-width: 0;
	}

	.relacionados .box-produtos .container-produto:hover:before {
		width: 337px;
	}

	.relacionados .right .box-produtos:nth-child(2) {
		margin-right: 0;
	}

	.relacionados .right {
		width: 67%;
	}
	.relacionados .box-produtos .container-produto:hover:before {
		width: 99%;
	}

	.relacionados .right {
		padding-left:10px;
	}

	.relacionados .right .box-produtos:last-child {
		float: right;
	}

	.relacionados .right .box-produtos .container-produto {
		min-width: 325px;
	}

	.relacionados .left .box-produtos .container-produto {
		min-width: 325px;
	}
}

@media(max-width: 1170px) {

	body {
		font-size:55%;
	}

	.menu-facebook, .menu-carrinho {
		margin-left:.5em;
	}
	
	.desktop-hide{
		display: block;
	}


	.mais-vendidos .slick-next {
		right: 20px;
	}
	.mais-vendidos .slick-prev {
		left:750px;
	}

	.box-produtos .container-produto {
		min-width: 364px;
	}

	.produtos-conteudo .box-produtos {
		margin-right: 10px;
	}


	.mobile-hide {
		display: none;
	}



}

@media(min-width: 1024px) {

	.mobile-hide {
		display: block !important;
	}
}
@media(max-width: 1024px) {


	.container-produto .detalhes {
		display: block;
	}

	.box-produtos .container-produto {
		border:1px solid #000;
	}

	.desktop-hide{
		display: block;
	}

	.mais-vendidos .left {
		width: 100%;
		padding:60px 0 0;
	}

	.box-outros {
		background:95% center #fff url(/assets/img/site/down-icon.png) no-repeat;
		float: left;
		width: 100%;
	}


	.mais-vendidos h2, .mais-vendidos h2 small {
		text-align: center;
	}

	.mais-vendidos .right {
		width: 100%;
	}

	.mais-vendidos .container-slide-produtos {
		padding:60px 0px;
	}

	.box-produtos .container-produto {
		max-width: 320px;
		min-width: 320px;
	}

	
	.box-produtos .container-produto:hover:before {
		width: 314px;
	}

	.mais-vendidos .slick-prev, .mais-vendidos .slick-next {
		top:26px;
	}

	.mais-vendidos .slick-next {
		right: 0;
	}

	.mais-vendidos .slick-prev {
		left:initial;
		right: 30px;
	}

	

	.container-box-mapa {
		left:0;
		margin-left:0;
		padding:158px 25px 0;
	}

	footer .down {
		width: 22%;
	}

	.licitacoes-produtos .box-produtos {
		margin-right: 11px;
	}

	.produtos-conteudo .right {
		width: 67.5%;
	}

	footer .down {
		width: 37%;
		left:initial;
		right: 0;
	}

	.relacionados .left {
		width: 31.5%;
	}

	.menu-facebook {
		right: 64px;
	}


	.menu-buscar {
		right: 115px;
		display: none;
	}

	.menu-topo > li > a {
		font-size: 22px;
	}

	.sub-menu {
		left:84px;
	}

	.menu-sub-menu {
		right: -210px;
	}

	.descritivo h2 span {
		background-size:100%!important;
		background-attachment:initial!important;
	}

	

	.menu-facebook, .menu-carrinho {
		display: none;
	}

	.hamburguer-abrir {
		display: block;
	}

	.fechar-menu {
		cursor: pointer;
		color:#fff;
		font-size: 4em;
		font-weight: 300;
		display: block;
		position: absolute;
		top:20px;
		right: 20px;
	}

	.mobile-hide {
		display: none;
	}


	
}

@media(max-width: 990px) {
	


	.menu-facebook, .menu-carrinho {
		display: none;
	}

	.hamburguer-abrir {
		display: block;
	}

	.box-produtos .container-produto {
		max-width: 370px;
		min-width: 370px;
	}

	.box-produtos .container-produto:hover:before {
		width: 360px;
	}

	.descritivo.dna-vitally  p br {
		display: none;
	}

	.descritivo.dna-vitally h2 {
		height: auto;
	}

	.descritivo.descricao-vitally > p {
		background: center 35px url(/assets/img/site/desde-1978.jpg) no-repeat;
		padding:155px 15px 55px;
	}

	.down {
		left:0;
		padding:18px 95px 18px 58px;
	}

	footer .down {
		width: 70%;
	}

	footer {
		padding:80px 0;
	}

	footer img {
		display: block;
		top:initial;
		float: none;
		margin:0 auto;
	}

	footer {
		height: auto;
	}

	footer > a, footer  p {
		display: block;
		text-align: center;
		margin:0;
	}

	footer > a {
		margin:30px;
	}


	.licitacoes-produtos .container {
		text-align: center;
	}

	.licitacoes-produtos .box-produtos:nth-child(3n+3) {
		margin-right: 11px;
	}

	.produtos-conteudo .right {
		width: 100%;
		text-align: center;
	}

	.conteudo-detalhes .left {
		float: left;
	}

	.conteudo-detalhes .right, .conteudo-detalhes .left {
		position: relative;
		width: 98%;
	}


	.conteudo-detalhes .right {
		top:0;
		padding-left: 0;
		width: 98%;
	}

	.conteudo-detalhes .left {
		bottom:20px;
	}

	.img-especificacao {
		box-sizing:border-box;
		width: 98%;
	}

	.conteudo-detalhes .left .grid-imagens, .img-especificacao {
		width: 100%;
	}

	.conteudo-detalhes .left .grid-imagens li {
		width: 49.3%;
	}

	.relacionados .left, .relacionados .right {
		width: 100%;
		text-align: center;
	}

	.relacionados .left .box-produtos, .relacionados .right .box-produtos {
		margin-right: 4%;
	}

	.relacionados .right .box-produtos:nth-child(2) {
		margin-right: 4%;
	}

	.relacionados .left .box-produtos:last-child, .relacionados .right .box-produtos:last-child {
		margin-right: 0;
		float: none;
	}

	.relacionados .left {
		margin-bottom: 7%;
	}

	.relacionados .left .box-produtos:nth-child(2n+1) {
		display: inline-block;
	}


	.sub-menu, .menu-sub-menu {
		display: none;
	}

	.menu-topo li:hover .sub-menu{
		display: none;
	}

	.carrinho input[type='submit'] {
		width: 70%;
	}

	.carrinho form .left.menor {
		width: 40%;
	}

	.carrinho form .right.menor {
		width: 60%;
	}

	.down img {
		top:10px;
	}

	.conteudo-detalhes.detalhes-licitacao .container {
		min-height: 970px;
	}

	.menu-topo > li > a {
		line-height: 90px;
	}

	.fechar-menu {
		cursor: pointer;
		color:#fff;
		font-size: 4em;
		font-weight: 300;
		display: block;
		position: absolute;
		top:20px;
		right: 20px;
	}

	#select-licitacao {
		width: 300px;
	}

	.conteudo-detalhes .left .galeria .zoom-of:hover {
		border-color:transparent;
	}

	.conteudo-detalhes .left .galeria .zoom-of:hover .lupa {
		display: none;
	}

	.mobile-hide {
		display: none;
	}


	.central-atendimento .left,.central-atendimento .right {
		width: 100%;
	}

	.central-atendimento .left {
		padding-bottom: 0;
	}

	.central-atendimento .right {
		padding-left: 0;
		padding-top: 0;
		margin-top: 30px;
	}

	.central-atendimento input[type="submit"] {
		width: 100%;
	}

	.central-atendimento .left .telefones a {
		display: block;
		float: left;
		padding:0;
	}

	.whatsapp-icon-green {
		margin-left: 0;
	}

}


@media(max-width: 770px) {
	.box-produtos .container-produto {
		width: 100%;
		max-width: 770px;
	}

	.box-produtos .container-produto img {
		margin:0 auto;
	}

	.box-produtos .detalhes a:nth-child(2) img {
		left:-1px;
	}

	.box-produtos h3 {
		max-width: initial;
	}

	.box-produtos .container-produto:hover:before {
		width: 99%;
	}

	.newsletter input {
		width: 90%;
	}

	.linhas-licitacao li {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

	.paginacao li {
		width: 55px;
	}

	
	.produtos h2 {
		top:96px;
	}

	.relacionados .right .box-produtos .container-produto {
		min-width: 0;
	}

	.relacionados .left .box-produtos, .relacionados .right .box-produtos {
		margin-right: 0;
	}

	.relacionados .right .box-produtos:nth-child(2) {
		margin-right: 0;
	}

	.relacionados .right {
		padding-left:0;
	}

	.container-table {
		overflow:scroll;
	}

	.descritivo .descricao-vitally {
		background: 50% 8px url(/assets/img/site/desde-1978.jpg) no-repeat;
		margin-top:90px;
		padding:125px 20px 90px;
	}

	.descritivo .descricao-vitally:before {
		right: 10px;
	}

	.box-produtos .container-produto img {
		max-width: 100%;
	}

	.licitacoes-produtos .box-produtos {
		float: none;
		display: inline-block;
		height: auto;
		margin-bottom: 40px;
	}

	.container-box-mapa .box-mapa {
		margin-left: 23px;
		width: 323px;
	}

	.video-classe button {
		margin-top: 100px;
	}
	
}


@media(max-width: 760px) {
	.baixar-laudos {
		display: none;
	}

	.video-classe img {
		display: none;
	}
	span.bgParallax {
		background: none !important;
		position: none !important;
	}
}

@media(max-width: 490px) {
	
	body {
		font-size: 49%;
	}

	.container-box-mapa {
		padding:90px 20px;
	}

	.container-box-mapa .box-mapa:nth-child(2) {
		margin-top:20px;
	}

	.container-box-mapa .box-mapa {
		margin-left:0;
		width: 100%;
	}

	.box-produtos .container-produto:hover:before {
		width: 98%;
	}

	footer .down {
		width: 100%;
	}

	.banner .slick-next,.banner .slick-prev  {
		background-repeat: no-repeat;
		background-size: 50%;
		margin-top:28px;
	}

	.banner .slick-prev {
		left:10px;
	}

	.banner .down {
		display: none;
	}

	.banner .slick-next {
		right: -30px;
	}

	.descritivo h2 span {

		height: 339px;
		padding:142px 0;
	
	}

	.paginacao li {
		width: 44px;
	}

	.licitacoes-produtos .box-produtos {
		margin-right: 0;
	}

	.licitacoes-produtos .box-produtos:nth-child(3n+3) {
		margin-right: 0;
	}


	.conteudo-detalhes .left .grid-imagens li {
		width: 98%;
	}


	.conteudo-detalhes .left .grid-imagens {
		height: 1100px;
	}


	.carrinho form .left, .carrinho form .right {
		text-align: center;
		width: 100%;
	}

	.carrinho form .new-select {
		width: 78%;
	}

	.carrinho input[type='submit'] {
		margin:0 auto;
	}

	.carrinho form input,.carrinho input[type='submit'] {
		width: 100%;
	}

	.carrinho form .new-select {
		width: 97%;
	}

	.carrinho form .left.menor, .carrinho form .right.menor {
		width: 50%;
		
	}


	.newsletter input[type='email'] {
		width: 100%;
	}

	.newsletter .container-input {
		width: 90%;
	}

	.carrinho .pesquisa .row p {
		font-size: 10px;
	}

	.carrinho .pesquisa .checkbox {
		margin-right: 5px;
	}

	.carrinho .checkbox {
		width: 30px;
		height: 30px;
	}


	.carrinho .checkbox img {
		left:0;
	}

	.hidden {
		display: none;
	}

	.conteudo-detalhes .left .galeria .grid-item,.conteudo-detalhes .left .galeria {
		width: 100% ;
	}

	.breadcrumbs > .container > a {
		display: none;
	}



}

@media(max-width: 400px) {
	.box-produtos .container-produto {
		min-width: 300px;
		max-width: 300px;
	
	}

	.box-produtos .container-produto img {
		max-width: 100%;
	}

	.paginacao li {
		width: 35px;
	}

	.conteudo-detalhes .tabs li {
		margin-right: 4%;
	}

	.conteudo-detalhes .tabs {
		font-size: 12px;
	}

	.conteudo-detalhes .container {
		min-height: 2130px;
	}

	.conteudo-detalhes .right,.conteudo-detalhes .left {
		width: 100%;
	}



	.conteudo-detalhes .left .grid-imagens li {
		width: 100%;
	}

	.conteudo-detalhes .row .botao {
		width: 53%;
	}

	.descritivo h2 {
		height: 365px;
	}

	.descritivo.a-vitally h2 span, .descritivo.onde-encontrar h2 span {
		padding:160px 0;
	}

	.mais-vendidos .container-slide-produtos .box-produtos h3 {
		float: none;
		width: 296px;
	}
}


@media(max-height: 860px) {
	.central-atendimento {
		overflow: hidden;
	}
}

#Revenda_Estado::-webkit-input-placeholder::after {
    display:block;
    content:"Busque por estado";
}

@media(max-width: 320px) {
	.relacionados .titulo {
		height: 43px;
	}
}
.add-car-button{
	width: 38px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto';
    background: #7bc24d;
    height: 35px;
    border: none;
}

.add-car-button img {
	float: right;
	margin-top: 5px;
	margin-right: 3px !important;
}

.add-car-button span {
	float: left;
    font-family: 'Roboto';
    margin-top: -2px;
    text-transform: uppercase;
    display: none;
    margin-top: 5px;
    margin-left: 5px;
}

.table-row:nth-child(1) .table-cell{
	padding: 10px;
}
.center-row{
	text-align: center;
}
form .row-carrinho{
	display: block;
	width: 100%;
}
form .row-carrinho input[type=submit]{
	float: right;
	margin-bottom: 0px;
	width: 300px;
	text-transform: uppercase;
	background: #535353;
	display: inline;
	clear: none;
	margin-left: 5px;
}
form .row-carrinho a{
	float: right;
	width: 320px;
	background: #535353;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	margin-left: 5px;
	padding: 18px 0px;
	letter-spacing: 0.2em;
}
form .row-carrinho .btn-laranja-finalizar{
	  background: #f26522;
}
.gm-style .gm-style-iw{
	overflow: inherit;
}
.produtos-conteudo h1{
	font-size: 2.5em;
	margin-top: -40px;
	margin-bottom: 30px;
	font-family: 'Roboto';
	color: #50506B;
	font-weight: lighter;
}
.display-none {
	display: none;
}
.display-none-2 {
	display: none;
}

.popup {
	position: fixed;
	width: 770px;
	height: 331px;
	background: url(/assets/img/site/popup.jpg) no-repeat #000;
	left: calc( 50% - 385px);
    top: calc( 50% - 165px);
	z-index: 9999;
	display: none;
}

.popup form {
	position: absolute;
	width: 658px;
	background: #ff;
	right: 60px;
	bottom: 40px;
}

.popup form input[type=text] {
	background: #282828;
	border: 1.5px solid #fff;
	width: 350px;
	font-size: 13px;
	padding: 15px;
	text-transform: uppercase;
	color: #fff;
	font-family: Roboto;
	float: left;
}

.popup ul {
	float: left;
}

.popup ul > li {
    font-family: Roboto;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.popup ul > li > img {
	position: absolute;
    top: 18px;
    right: 20px;
}

.popup .sub-menu-popup{
	width: 160px;
	position: absolute;
	display: none;
	max-height: 100px;
	overflow: auto;
}

.popup .sub-menu-popup li:hover {
	cursor: pointer;
	background: #fff;
	color:  #282828;
}

.popup p {
	font-size: 35px;
	font-family: Roboto;
	text-transform: uppercase;
	font-style: italic;
	color: #fff;
	position: absolute;
	top: 60px;
	right: 50px;
	text-align: right;
	line-height: 40px;
}

.popup form input[type=text]::-webkit-input-placeholder {
   	color: #fff;
	font-family: Roboto;
}

.popup form input[type=text]:-moz-placeholder {
  	color: #fff;
	font-family: Roboto;
}

.popup form input[type=text]::-moz-placeholder {
	color: #fff;
	font-family: Roboto;
}

.popup form input[type=text]:-ms-input-placeholder {  
	color: #fff;
	font-family: Roboto;
}

.popup form button {
	float: right;
	background: #f26522;
	color: #fff;
	border:1px solid #f26522;
	font-family: Roboto;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 30px;
}

.bg-popup {
	width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    float: left;
    position: fixed;
    z-index: 9998;
    top: 0px;
    left: 0px;
    display: none;
}
.close-poup{
	position: absolute;
	top: 0px;
	left: calc( 100% + 5px );
	cursor: pointer;
}
@media(max-width: 770px) {
	.bg-popup {
		display: none;
	}
	.popup {
		display: none;
	}
}
.bs-select-hidden {
	display: none;
}
.popup .btn.dropdown-toggle.btn-default{
	background: #282828;
    border: 1.5px solid #fff;
    border-radius: 0px;
    padding: 12.5px;
    margin-left: 20px;
}
.popup  .open .btn.dropdown-toggle.btn-default{
	color: #fff;
}
.popup .btn.dropdown-toggle.btn-default:hover, .popup .btn.dropdown-toggle.btn-default:focus {
	color: #fff;
}
.popup .form-control {
	width: 120px !important;
}

.popup .dropdown-menu.open {
	margin-left: 19px;
    border-radius: 0px;
    background:#282828;
}
.popup .dropdown-menu.open > li, .popup .dropdown-menu.open > ul > li {
	background:#282828;
	color: #fff;
}

.popup  .dropdown-menu.inner li a .text{
	color: #fff !important;
}
.popup  .dropdown-menu.inner li a:hover{
	background:#000;
}

.select-card .new-select{
	height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.-card{
	margin-bottom: 10px;
}
.-card .btn-default{
	border-radius: 0px;
    padding: 10px 30px 10px;
    background: transparent;
    border: 2px solid #bdbdbd;
    font-family: 'Roboto',sans-serif;
}
.-card .btn-default span{
	color: #696969;
	text-transform: uppercase;
}
.-card .text{
	letter-spacing: 0;
}
.-card  .form-control{
	width: 100% !important;
	margin-bottom: -2px !important;
}

.textareacard {
	width: 80%;
    padding: 21px 27px;
    resize:none;
    background: transparent;
    border: 2px solid #bdbdbd;
} 

.bg-menu {
	width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    float: left;
    position: fixed;
    z-index: 998;
    top: 0px;
    left: 0px;
    display: none;
} 

.btn-solicitar-contato {
	padding: 10px 20px; 
	font-size: 14px !important; 
	background-color: #f26522; 
	color: white !important; 
	float: left;
	margin-top: 10px !important; 
}

.whatsapp-icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url('/assets/img/site/whatsapp.png') no-repeat;
	margin-right: 10px;
	float: left;
	margin-top: -3px;
}


.whatsapp-icon-green {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url('/assets/img/site/whatsapp-green.png') no-repeat;
	margin-right: 5px;
	margin-left: 10px;
	float: left;
	margin-top: 3px;
}

footer .tel-b{
	margin-left: 10px !important;
}

.central-atendimento .left a {
	display: inline-block;
}


.spritespin {
    width: 100% !important;
    height: 100%  !important;
}
.minimizar {
    padding: 20px;
    background: #fff !important;
    cursor: pointer;
    top: 10px !important;
    left: 10px !important;
    font-size: 70px;
    line-height: 10px;
    color: #7bc24d;
}

.arrow-360 {
	z-index:9999;
	position: absolute;
	width: 100%;
	top: 0px;
	pointer-events: none;
	opacity: 0.5;
}

.arrow-360-hover {
	z-index: 9999;
	position: absolute;
	pointer-events: none;
	bottom: 50%;
	left: calc(50% - 75px);
	display:none;
}

@media (max-width: 600px){
	.conteudo-detalhes .left .galeria {
		max-height: 2350px;
	}
	.img-zoomed {
		max-width: 100% !important;
	}
}


/*Menu Reescrito*/
.new-top {
	position: absolute;
	float: left;
	width: 100%;
	padding: 0px;
	top: 0px;
	background: #fff;
	z-index: 99999;
	height: 115px;
	padding-top: 18px;
	padding-left: 3px;
}

.new-top .new-logo {
	float: left;
}

.new-top .new-menu {
	float: left;
	margin-left: 15px;
	width: 910px;
	margin-top: 38px;
}

.new-top .new-menu > li {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
}

.new-top .new-menu > li > a {
	font-family: 'Roboto' !important;
	font-weight: medium;
	letter-spacing: 2px;
	color: #575757;
	padding: 10px 8px;
}

.new-top .new-menu > li > a:hover{
	color: #7bc24d;
}

.new-top .new-menu > li > .new-telefone-orange {
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
	padding: 0px 20px;
	margin-top: 10px;
	color: #f26522;
}

.new-top .new-menu > li > .icons {
	padding: 0px 0px 0px 15px;
	font-size: 25px;
	display: inline-block;
	margin-top: -20px;
	color: #757575;
}

.new-top .new-search-menu {
	position: absolute;
	right: 140px;
	height: 55px;
	margin-top: 103px;
	width: 0px;
	background: #f4f4f4;
	display: none;
}

.new-top .new-search-menu input[type="text"] {
	background: none;
	width: 340px;
	font-size: 16px;
	text-transform: uppercase;
	color: #575757;
	font-family: 'Roboto' !important;
	border:none;
	padding: 20px 30px;
	display: none;
}

.new-top .new-search-menu input[type="text"]::-webkit-input-placeholder {
   color: #575757;
   font-size: 16px;
   text-transform: uppercase;
}

.new-top .new-search-menu input[type="text"]:-moz-placeholder {
   color: #575757;
   font-size: 16px;
   text-transform: uppercase;
}

.new-top .new-search-menu input[type="text"]::-moz-placeholder {
   color: #575757;
   font-size: 16px;
   text-transform: uppercase;
}

.new-top .new-search-menu input[type="text"]:-ms-input-placeholder {  
   color: #575757;  
   font-size: 16px;
   text-transform: uppercase;
}

.new-top .new-search-menu input[type="text"]:focus {
    outline: none;
}

.new-search-menu button {
	font-size: 25px;
	color: #7bc24d;
	background: none;
	border:none;
	display: none;
}

.new-container {
	max-width: 1170px;
	margin: 0px auto;
	position: relative;
}

.new-carrinho {
	float: left;
	width: auto;
	margin-top: -20px;
	padding-top: 45px;
	padding-left: 12px;
	padding-right: 14px;
	padding-bottom: 43px;
}

.new-carrinho p {
	display: none;
}
.new-carrinho .fa {
	color: #7bc24d;
	font-size: 32px;
}

.new-menu-mobile {
	display: none;
}

.new-sub-menu{
	box-sizing: border-box;
	background: #555;
	display: none;
	left: 00px;
	padding: 40px 0;
	position: absolute;
	margin-top: 50px;
	font-family: 'Roboto' !important;
	height: 442px;
	width: 1200px;
}

.new-sub-menu ul {
	background: 100% 0px url(/assets/img/site/div-ul.png) no-repeat;
	float: left;
	margin: 0;
	width: 300px;
	padding: 0 60px;
}

.new-sub-menu li {
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding-bottom: 12px;
	width: 100%;
}

.new-sub-menu li a {
	padding: 0;
	line-height: 20px;
	margin-top: initial;
	color: #fff;
	font-weight: 300;
}

.new-sub-menu li p {
	color: #939393;
}

.new-sub-menu .menu-sub-menu {
	box-sizing: border-box;
	background: #fff;
	display: none;
	height: 100%;
	padding-left: 5%;
	padding: 0px 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 301px !important;
	z-index: 5;
}
.contem-submenu:hover .menu-sub-menu {
	display: block;
}

.menu-sub-menu {
	box-sizing:border-box;
	background: #fff;
	display: none;
	height: 100%;
	padding-left: 5%;
	padding:0px 0;
	position: absolute;
	right: 0;
	top:0;
	width: 301px !important;
	z-index: 5;
}

.new-sub-menu li a:hover {
	color: #7bc24d;
}

.new-sub-menu li:first-child {
	padding-bottom: 0;
	margin-bottom: 25px;
}

.menu-sub-menu li:first-child {
	margin-bottom: 12px;
}

.menu-carrinho-ativo {
	background:#f26522;
	color: white; 
	max-height: 120px;
	position: relative;
}

.menu-carrinho-ativo .fa{
	color: white; 
}

.menu-carrinho-ativo .active {
	display: block;
	width: 30px;
	text-align: center;
	position: absolute;
	color: white;
	font-family: 'Roboto' !important;
	font-size: 8px;
	margin-left: -3px;
	margin-top: 10px;
}

.new-content-produtcs {
	width: 1170px;
	margin: 0px auto;
}

.new-content-produtcs .right{
	float: right;
	width: 870px;
}

.new-content-produtcs .right .box-produtos {
	float: right;
	margin-left: 20px;
}

.new-content-produtcs .right h1 {
	width: 756px;
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: 'Roboto' !important;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.add-car-button span {
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold
}

.new-content-produtcs  .menu-suspenso {
	float: left;
	width: 300px;
	margin-top: -250px;
	z-index: 997;
	position: relative;
	background: white;
	font-family: 'Roboto' !important;
	font-size: 16px;
	text-transform: uppercase;
}


.new-content-produtcs  .menu-suspenso > ul > li{
	border-left: thin solid #d7d7d7;
	border-right: thin solid #d7d7d7;
	border-top: thin solid #d7d7d7;
	display: block;
	padding: 15px 25px;
}

.new-content-produtcs  .menu-suspenso > ul > li > p {
	cursor: pointer;
	font-weight: bold;
	background: url('/assets/img/site/menu.png') right no-repeat;
	padding: 10px 0px;
}
.new-content-produtcs  .menu-suspenso > ul > li.active > p,
.new-content-produtcs  .menu-suspenso > ul > li > p:hover {
	color:  #7bc24d;
	background: url('/assets/img/site/menu-orange.png') right no-repeat;
}

.new-content-produtcs  .menu-suspenso > ul > li > ul {
	margin-top: 20px;
	display: none;
}

.new-content-produtcs  .menu-suspenso > ul > li.active > ul {
	display: block;
}

.new-content-produtcs  .menu-suspenso > ul > li:last-child {
	border-bottom: thin solid #d7d7d7;
}

.new-content-produtcs  .menu-suspenso > ul > li > ul li a {
	display: block;
	margin-bottom: 20px;
	font-weight: 400;
	color: #575757;
}

.new-content-produtcs  .menu-suspenso > ul > li > ul li a:hover {
	color:  #7bc24d;
}

.list-products-hide > ul{
	/*max-height: 330px;
	overflow: hidden;*/

}

.list-products-hide img {
	display: none;
}

.list-products-hide.active img {
	display: block;
}

.list-products-hide input {
	border: none;
	background: #f4f4f4;
	width: 100%;
	font-size: 16px;
	padding: 10px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.list-products-hide input::-webkit-input-placeholder { 
	font-size: 16px;
}

.list-products-hide input::-moz-placeholder {
	font-size: 16px;
}

.list-products-hide input::-moz-placeholder {
	font-size: 16px;
}

.list-products-hide input:-ms-input-placeholder { 
	font-size: 16px;
}

footer {
	margin-top: 50px;
}

@media (max-width: 1170px){
	.new-carrinho {
		display: none !important;
	}

	.new-top .new-menu {
		background: #f4f4f4;
		width: 100%;
		margin-top: 16px;
		margin-left: -2px;
		padding-top: 10px;
		display: none;
		position: absolute;
		top: 83px;
		z-index: 999;
	}

	.new-top .new-menu li {
		display: block;
		width: 100%;
	}

	.new-top .new-menu li:nth-child(7), 
	.new-top .new-menu li:nth-child(8),
	.new-top .new-menu li:nth-child(9) {
		display: none;
	}

	.new-top .new-menu li a {
		float: left;
		width: 100%;
		text-align: center;
		padding: 10px 0px;
		margin-bottom: 10px;
	}

	.new-logo {
		width: 100%;
		text-align: center;
	}

	.new-menu-mobile {
		display: block;
		position: absolute;
		top: 30px;
		left: 10px;
		cursor: pointer;
	}

	.new-sub-menu {
		display: none !important;
	}
	.bg-menu {
		display: none !important;
	}

	.new-content-produtcs {
		width: 100%;
	}

	.menu-suspenso {
		margin-left: 10%;
		width: 80% !important;
		margin-top: -100px !important;
	}

	.new-content-produtcs h1 {
		width: 100% !important;
		float: none !important;
		text-align: center !important;
	}

	.new-content-produtcs .right {
		width: 100% !important;
		position: relative;
		text-align: center;
	}

	.new-content-produtcs .right .box-produtos  {
		float: none;
		max-width: 100%;
	}
	.list-products-hide.active img {
		max-width: 100%;
	}
}

.menu-sub-menu-pecas {
	display: none;
	position: absolute !important;
	float: left !important;
	width: 200px !important;
	height: 300px;
	margin-top: -10px !important;
	margin-left: 300px !important;
	background: #f4f4f4;
	top: 10px;
	padding-left: 0px !important;
	padding-top: 40px !important;
	background: #555 !important;
}

.menu-sub-menu-pecas p {
	margin-bottom: 20px;
}


/*HOME VIDEO*/
.class-video {
	position: relative;
	background: url('/assets/img/site/banner-aguardando-video.jpg') ;
	background-position: center;
	
}

.class-video video {
	width: 100%;
}

.video-home {
	display:block;
	background: rgba(0, 0, 0, 0.2);
	position:absolute;
	top:0px;
	width:100%;
	z-index:9999;
	height:100%;
}

.video-home p {
	position: absolute;
	top: calc( 50% - 25px);
	left: calc( 50% - 140px);
	width: 280px;
}

/*CLASSES VIDEO*/

.video-classe {
	display:block;
	background: rgba(0, 0, 0, 0.0);
	position:absolute;
	top:0px;
	width:100%;
	z-index:9999;
	height:100%;
	margin-top: 12px;
}

@media (max-width: 1170px){
	.video-classe {
		display:none;
	}
}

.video-classe img{
	max-height: 200px;
	position: absolute;
	top: 140px;
	left: 50px;
}
.video-classe p {
	position: absolute;
	bottom: 80px;
	right: 80px;
	font-size: 18px;
}

.video-classe p button {
	padding: 20px 50px;
	background: #f26522;
	color: #fff;
	font-style: normal;
	font-family: 'Roboto';
	border: none;
	text-transform: uppercase;
}

.btn-orange-right {
	padding: 20px 50px;
	background: #f26522;
	color: #fff;
	font-style: normal;
	float: right;
	font-size: 18px;
	font-family: 'Roboto';
	border: none;
	text-transform: uppercase;
}

.classe-adaptacao {
	position: relative;
	z-index: 9999;
}

.classe-adaptacao .container{
	margin-top: -100px;
}

.classe-adaptacao .container .left h2 {
	margin-top: 60px;
}

.classe-adaptacao .container button {
	z-index: 9999;
}

@media (max-width: 1170px){
	.classe-adaptacao .container{
		margin-top: 20px;
	}
}


@media (max-width: 1170px){
	.list-products-hide {
		display: none !important;
	}
}
.central-atendimento.ps-container {
	z-index: 9999;
}

.ps-scrollbar-y-rail {
	height: 0px !important;
}

