/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {

}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* CABECALHO */
.total-cabecalho-acesso{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: #fafbfc;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: 0px 0 12px -5px #000;
    -moz-box-shadow: 0px 0 12px -5px #000;
    box-shadow: 0px 0 12px -5px #000;
}

/* LOGO */
.total-cabecalho-acesso .contorno-logo{
	display: table;
	margin: 0 auto;
}
.total-cabecalho-acesso .contorno-logo .logo{
	width: 210px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.total-cabecalho-acesso .contorno-logo .logo img{
	width: 100%;
	display: block;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	
	/* LOGO */
	.total-cabecalho-acesso .contorno-logo .logo{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* MOBILE */
@media (max-width: 767px){

	/* LOGO */
	.total-cabecalho-acesso .contorno-logo .logo{
		padding-top: 15px;
		padding-bottom: 15px;
	}

}
/* PAGINA */
.total-pagina{
	width: 100%;
	padding-top: 200px;
	padding-bottom: 85px;
    padding-left:15px;
    padding-right:15px;
}

/* MAPEAMENTO */
.total-pagina .mapeamento{
	width: 100%;
	font-size: 14px;
	color: #525252;
	font-family: 'Montserrat', sans-serif;p
	margin-bottom: 20px;
}
.total-pagina .mapeamento a{
	display: inline-block;
	font-size: 14px;
	color: #525252;
	font-family: 'Montserrat', sans-serif;
}
.total-pagina .mapeamento a:hover{
	text-decoration: underline;
	color: #08151E;
}
.total-pagina .mapeamento strong{
	font-family: 'Montserrat', sans-serif !important;
}

/* TITULO */
.total-pagina .display{
	width:100%;
	margin: 0 auto;
	margin-bottom: 20px;
    margin-top:10px;
}
.total-pagina .display h1{
	display: table;
}
.total-pagina .display h1,
.total-pagina .display h1 p{
	font-size: 22px;
	color: #08151E;
	text-align: left;
}
.total-pagina .display h1 p strong{
	font-size: 36px;
}

/* CONTORNO GERAL */
.total-pagina .contorno-geral{
	position: relative;
}

/* BARRA LATERAL */
.total-pagina .barra-lateral-area{
	width: 240px;
	float: left;
	border: 1px solid #E5E5E5;
}
.total-pagina .barra-lateral-area a{
	width: 100%;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #525252;
	font-size: 14px !important;
	line-height: 20px;
	border-left: 5px solid #FFF;
	font-family: 'Montserrat', sans-serif;
}
.total-pagina .barra-lateral-area a + a{
	border-top: 1px solid #E5E5E5;	
}
.total-pagina .barra-lateral-area .selected,
.total-pagina .barra-lateral-area a:hover{
	font-family: 'Montserrat', sans-serif !important;
	color: #08151E;
	border-left: 5px solid #08151E;
}

/* LISTAGEM PEDIDOS */
.total-pagina .total-listagem{
    width: calc(100% - 240px);
    float: right;
    min-height: 300px;
    padding-left: 30px;
}
.total-pagina .total-listagem h2{
	font-size: 18px;
	color: #08151E;
	text-align: left;
	margin-bottom: 20px;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-pagina{
		padding-top: 150px;
	}
}

/* MOBILE */
@media (max-width: 767px){

	.total-pagina{
		padding-top: 120px;
	}

	/* TITULO */
	.total-pagina .display h1,
	.total-pagina .display h1 p{
		font-size: 23px;
	}
	.total-pagina,
	.total-pagina .display{
		width: 100%;
	}

	/* BARRA LATERAL */
	.total-pagina .barra-lateral-area{
		width: 100%;
		float: none;
	}

	/* LISTAGEM PEDIDOS */
	.total-pagina .total-listagem{
		width: 100%;
		float: none;
		padding-left: 0px;
		margin-top: 30px;
	}
}
/* CABECALHO */
.total-cabecalho-area{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: #fafbfc;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: 0px 0 12px -5px #000;
    -moz-box-shadow: 0px 0 12px -5px #000;
    box-shadow: 0px 0 12px -5px #000;
}

/* LOGO */
.total-cabecalho-area .contorno-logo{
	display: table;
	float: left;
}
.total-cabecalho-area .contorno-logo .logo{
	width: 210px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.total-cabecalho-area .contorno-logo .logo img{
	width: 100%;
	display: block;
}
.total-cabecalho-area .contorno-logo .logo a{
	float: left;
}
.total-cabecalho-area .contorno-logo .complemento-logo{
	float: left;
	font-size: 16px;
	color: #354658;
	text-align: left;
	padding-left: 10px;
	margin-top: 30px;
	margin-left: 40px;
	border-left:2px solid #354658;
}

/* BOTAO LOJA */
.total-cabecalho-area .botao-secundario{
	float: right;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 16px;
	-webkit-box-shadow: 0 0 12px -5px #000;
    -moz-box-shadow: 0 0 12px -5px #000;
    box-shadow: 0 0 12px -5px #000;
}

.total-pagina div.conteudo:first-child {
    padding-top: 20px !important;
}

/* MOBILE */
@media (max-width: 767px){

	/* LOGO */
	.total-cabecalho-area .contorno-logo{
		height: 69px;
		display: flex;
		align-items: center;
        margin: 0;
	}
	.total-cabecalho-area .contorno-logo .logo{
		padding-top: 15px;
		padding-bottom: 15px;
		width: 150px;
	}
	.total-cabecalho-area .contorno-logo .complemento-logo{
		margin-top: 42px;
		margin-left: 20px;
		font-size: 14px;
		display: none;

	}

	/* BOTAO LOJA */
	.total-cabecalho-area .botao-secundario{
		display: table;
		margin-top:25px;
		padding-left: 25px;
		padding-right: 25px;
		height: 35px;
        margin-top: 10px;
        margin-bottom: 10px;
	}

}
.total-rodape-area-usuario{
	width: 100%;
}

/* SELOS */
.total-rodape-area-usuario .total-selos{
	display: table;
	margin: 0 auto;
}
.total-rodape-area-usuario .total-selos p{
	font-size: 14px;
	text-align: center;
	color: #595959;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
.total-rodape-area-usuario .total-selos .campo-selo{
	float: left;
	width: 143px;
	min-height: 42px;
}
.total-rodape-area-usuario .total-selos .campo-selo + .campo-selo{
	margin-left: 10px;
}

/* MENUS */
.total-rodape-area-usuario .total-menus{
	width: 100%;
    background: #354658;
    padding-top: 35px;
    padding-bottom: 30px;
    margin-top: 30px;
    display: none;
}
.total-rodape-area-usuario .total-menus .display-menus{
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}
.total-rodape-area-usuario .total-menus a,
.total-rodape-area-usuario .total-menus span{
	display: inline-block;
	color: #08151E;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.total-rodape-area-usuario .total-menus a:hover{
	text-decoration: underline;
}
.total-rodape-area-usuario .total-menus span{
	padding-left: 5px;
	padding-right: 5px;
}
.total-rodape-area-usuario .total-menus .texto,
.total-rodape-area-usuario .total-menus .texto p{
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    width: 100%;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
		
}

/* MOBILE */
@media (max-width: 767px){

	/* SELOS */
	.total-rodape-area-usuario .total-selos .campo-selo{
		width: 100%;
		float: none;
	}
	.total-rodape-area-usuario .total-selos .campo-selo + .campo-selo{
		margin-left: 0px;
		margin-top: 10px;
	}

	/* MENUS */
	.total-rodape-area-usuario .total-menus a{
		padding: 10px;
		border: 1px solid #08151E;
		float: left;
		width: calc(100% - 20px);
		text-align: center;
		margin-bottom: 10px;
		font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
	}
	.total-rodape-area-usuario .total-menus span{
		display: none;
	}
}
/* CABECALHO: CARRINHO */
.total-cabecalho-carrinho{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: #fafbfc;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: 0px 0 12px -5px #000;
    -moz-box-shadow: 0px 0 12px -5px #000;
    box-shadow: 0px 0 12px -5px #000;
}

/* LOGO */
.total-cabecalho-carrinho .contorno-logo{
	display: table;
	float: left;
}
.total-cabecalho-carrinho .contorno-logo .logo{
	width: 210px;
	float: left;
	padding-top: 22px;
	padding-bottom: 22px;
}
.total-cabecalho-carrinho .contorno-logo .logo img{
	width: 100%;
	display: block;
}
.total-cabecalho-carrinho .contorno-logo .logo a{
	float: left;
}

/* ETAPAS */
.total-cabecalho-carrinho .contorno-etapas-carrinho{
	width: calc(100% - 270px);
	float: right;
	border: 1px solid #E5E5E5;
	margin-top: 34px;
}
.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa{
	float: left;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 20%;
	cursor: pointer;
}
.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa + .contorno-etapa{
	border-left: 1px solid #E5E5E5;
}
.total-cabecalho-carrinho .contorno-etapas-carrinho .numero-etapa{
	width: 34px;
	height: 34px;
	line-height: 38px;
	text-align: center;
	background: #CCC;
	color: #FFF;
	float: left;
	font-size: 15px;
	border-radius: 100px;
}
.total-cabecalho-carrinho .contorno-etapas-carrinho .nome-etapa{
	height: 34px;
	line-height: 34px;
	text-align: left;
	color: #828282;
	float: left;
	font-size: 14px;
	padding-left: 10px;
}
.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa:hover .numero-etapa,
.total-cabecalho-carrinho .contorno-etapas-carrinho .etapa-atual .numero-etapa{
	background: #08151E;
}
.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa:hover .nome-etapa,
.total-cabecalho-carrinho .contorno-etapas-carrinho .etapa-atual .nome-etapa{
	color: #08151E;
}

/* TABLET */
@media (max-width: 1200px) and (min-width: 768px){
	
	/* LOGO */
	.total-cabecalho-carrinho .contorno-logo{
		margin: 0 auto;
		float: none;
	}
	.total-cabecalho-carrinho .contorno-logo .logo{
		padding-top: 15px;
		padding-bottom: 15px;
		width: 150px;
	}

	/* ETAPAS */
	.total-cabecalho-carrinho .contorno-etapas-carrinho{
		display: none;
	}
	.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa{
		width: 50%;
		border-top: 1px solid #E5E5E5;
		border-right: 1px solid #E5E5E5;
	}
	.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa + .contorno-etapa{
		border-left: 0px;
	}
	.total-cabecalho-carrinho .contorno-etapas-carrinho .etapa-last{
		width: 100%;
	}
	.total-cabecalho-carrinho .contorno-etapas-carrinho .display-etapa{
		margin: 0 auto;
		display: table;
	}
}

/* MOBILE */
@media (max-width: 767px){

	/* LOGO */
	.total-cabecalho-carrinho .contorno-logo{
		margin: 0 auto;
		float: none;
	}
	.total-cabecalho-carrinho .contorno-logo .logo{
		padding-top: 15px;
		padding-bottom: 15px;
		width: 150px;
	}

	/* ETAPAS */
	.total-cabecalho-carrinho .contorno-etapas-carrinho{
		width: 100%;
		float: none;
		margin-top: 0px;
		margin-bottom: 20px;
		border-top: 0px;
		border-right: 0px;
	}
	.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa{
		width: 50%;
		border-top: 1px solid #E5E5E5;
		border-right: 1px solid #E5E5E5;
	}
	.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa + .contorno-etapa{
		border-left: 0px;
	}
	.total-cabecalho-carrinho .contorno-etapas-carrinho .etapa-last{
		width: 100%;
	}
	.total-cabecalho-carrinho .contorno-etapas-carrinho .display-etapa{
		margin: 0 auto;
		display: table;
	}

}
/* BLOG */
.total-blog{
	margin-top: 210px;
}

.categorias-principal{
	display: block;
}

.select-categorias{
	display: none;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px) {
	.categorias-principal{
		display: none;
	}
	
	.select-categorias{
		display: block;
	}
}

/* MOBILE */
@media (max-width: 767px) {
	.categorias-principal{
		display: none;
	}
	
	.select-categorias{
		display: block;
	}
}

.texto-editor iframe {
	height: 50vh;
	width: 100%;
}
.texto-editor p {
	margin-bottom: 0 !important;
}
.texto-editor ul {
	margin-top: 17px;
}
/* DIREITA BLOG */
.total-blog .direita-blog{
	width: 350px;
	float: left;
}

.total-autor{
	width: 100%;
}

.total-autor .icone{
	float: left;
	width: 68px;
}

.total-autor .icone img{
	width: 68px;
	border-radius: 100px;
}

.total-autor .textos{
	float: left;
	width: calc(100% - 83px);
	margin-left: 15px;
}

.total-autor .textos .nome p strong{
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

.total-autor .textos .descricao p{
	font-size: 14px;
	line-height: 1.6;
	color: #636363;
}



/* CATEGORIAS */
.total-categorias{
	width: 100%;
	margin-bottom: 25px;
}
.total-categorias h3{
	font-size: 18px;
	color: #08151E;
	text-align: left;
	font-weight: bold;
	margin-bottom: 12px;
}
.total-categorias ul{
	border-top: 1px solid #CCC;
}
.total-categorias ul li{
	position: relative;
}
.total-categorias ul li a{
	width: 100%;
	padding-left: 32px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	color: #636363;
	background: url('/imagens/noticias/categoria.svg') 6px 50% no-repeat;
}
.total-categorias ul li a.selected,
.total-categorias ul li a:hover{
	font-weight: bold;
	color:  #E34E34;
}
.botao.leia-mais{
    padding: 10px 35px;
    border-radius: 50px;
    margin: 0 auto;
    font-size:14px;
}
a.botao, span.botao, button.botao {
	background-image: -webkit-gradient(linear,left top, right top,color-stop(5%, #08151E),to(#E34E34));
	background-image: -webkit-linear-gradient(left,#08151E 5%,#E34E34 100%);
	background-image: linear-gradient(to right,#08151E 5%,#E34E34 100%);
	font-weight: bold;
	color: #FFF;
	padding: 15px 30px;
	border-radius: 50px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-size: 150% auto;
	text-transform: uppercase;
	display: block;
}
/* CAMPOS BLOG */
.total-campos-blog{
	width: calc(100% - 350px);
	float: left;
	padding-right: 30px;
}
.total-campos-blog ul li{
	width: 100%;
}
.total-campos-blog ul li .contorno-campo{
	position: relative;
}
.total-campos-blog ul li .foto-campo{
	width: 100%;
	height: 396px;
	margin-bottom: 5px;
}
.total-campos-blog ul li .data {
	font-weight: normal;
	font-size: 14px;
	color: #a3a3a3;
	margin: 10px 0;
}
.total-campos-blog ul li h1{
	font-size: 26px;
	line-height: 24px;
	width: 100%;
	text-align: left;
	color: #08151E;
	font-weight: bold;
	margin: 5px 0;
}

.total-campos-blog ul li .texto-editor{
	padding-top: 15px;
	padding-bottom: 15px;
}
.total-campos-blog ul li .texto-editor p{
	width: 100%;
	text-align: left;
	margin-top: 17px;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.total-campos-blog ul li .botao-voltar{
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}


/* COMPARTILHAR */
.total-campos-blog ul li .campo-redes-sociais {
    width: 148px;
    margin-top: 6.555px;
    float: right;
}
.total-campos-blog ul li .campo-redes-sociais span{
	margin: 0px;
	display: block;
	height: 27px;
	line-height: 27px;
	padding-right: 11px;
	font-size: 14px;
	color: #40434f;
	float: left;
	font-weight: bold;
}
.total-campos-blog ul li .campo-redes-sociais a {
    float: left;
    display: block;
}
.total-campos-blog ul li .campo-redes-sociais a + a{
	margin-left: 6px;
}
.total-campos-blog ul li .botao-facebook {
    background-image: url('../../imagens/ler-mais/facebook.jpg');
    width: 88px;
    height: 27px;
    background-repeat: no-repeat;
}
.total-campos-blog ul li .botao-facebook:hover {
    opacity: 0.8;
}
.total-campos-blog ul li .botao-twitter {
    background-image: url('../../imagens/ler-mais/twitter.jpg');
    width: 75px;
    height: 27px;
    background-repeat: no-repeat;
}
.total-campos-blog ul li .botao-twitter:hover {
    opacity: 0.8;
}

/* COMENTARIOS */
.total-campos-blog ul li .contorno-comentarios-facebook{
	width: 100%;
	margin-top: 40px;
}
.fb-comments.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe {
  width: 100% !important;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-blog{
		margin-top: 140px;
	}
	.total-blog{
		padding-top: 40px;
	}
	.total-blog .direita-blog{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.total-campos-blog{
		width: 100%;
		float: none;
		padding-right: 0px;
	}
	.total-campos-blog ul li{
		width: 100%;
		float: none;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-blog{
		margin-top: 140px;
	}
	.total-blog{
		padding-top: 40px;
	}
	.total-blog .direita-blog{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.total-campos-blog{
		width: 100%;
		float: none;
		padding-right: 0px;
	}
	.total-campos-blog ul li{
		width: 100%;
		float: none;
	}
	.total-campos-blog ul li .botao-voltar{
		display: table;
		margin: 0 auto;
		float: none;
	}

	/* COMPARTILHAR */
	.total-campos-blog ul li .campo-redes-sociais {
		float: none;
		width: auto;
		margin: 0 auto;
		display: table;
		margin-top: 20px;
	}
	.total-campos-blog ul li .campo-redes-sociais span{
		display: none;
	}
}



/* SOCIAL MEDIA */


.total-blog .redes-social{
	margin: 15px 0;
}

.total-blog .redes-social div{
	cursor: pointer;
}

.total-blog .redes-social p{
    font-size: 16px;
    color: #000;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.total-blog .redes-social .facebook{
    float: left;
    width: 36px;
    height: 36px;
    background: url("../../imagens/pagina-inicial/facebook.svg") top center no-repeat; 
	margin-right: 10px;
	background-position:14px 9px;
}

.total-blog .redes-social .facebook.active,
.total-blog .redes-social .facebook:hover{
    float: left;
    width: 36px;
    height: 36px;
    background: url("../../imagens/pagina-inicial/facebook-hover.svg") top center no-repeat; 
	margin-right: 10px;
	background-position:0px;
}

.total-blog .redes-social .linkedin{
    float: left;
    width: 36px;
    height: 36px;
    background: url("../../imagens/pagina-inicial/linkedin.svg") top center no-repeat;
	margin-right: 10px;
	background-position:10px 10px;
}
.total-blog .redes-social .linkedin.active,
.total-blog .redes-social .linkedin:hover{
    float: left;
    width: 36px;
    height: 36px;
    background: url("../../imagens/pagina-inicial/linkedin-hover.svg") top center no-repeat;
	margin-right: 10px;
	background-position:0px;
}

.total-blog .redes-social .youtube{
    float: left;
    width: 36px;
    height: 36px;
	background: url("../../imagens/pagina-inicial/youtube.svg") top center no-repeat;
	background-position:8px 11px;
}

.total-blog .redes-social .youtube.active,
.total-blog .redes-social .youtube:hover{
    float: left;
    width: 36px;
    height: 36px;
	background: url("../../imagens/pagina-inicial/youtube-hover.svg") top center no-repeat;
	background-position:0px;
}


.newsletter{
	margin-top: -5px;
}

.newsletter .contorno{
	background: #f2f2f2;
	border-radius: 5px;
	padding: 15px;
}

.newsletter .contorno h3{
	color: #08151E;
	font-weight: bold; 
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 10px;
}
/* EBOOK */

.ebook{
	margin: 30px 0;
}
.ebook .botao-download,
.botao-voltar {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: #FFFFFF !important;
	color: #08151E !important;
}
.ebook .botao-download:hover,
.botao-voltar:hover {
	color: #FFFFFF !important;
	background: #08151E !important;
}

.ebook .link{
	position: relative;
}

.ebook .link .botao-primario{
	position: absolute;
	top: 86%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	box-shadow: 0 0 14px rgb(0 0 0 / 30%);
}

.botao-download {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: $[cor_branca] !important;
	color: #08151E !important;
}
.botao-download:hover {
	color: $[cor_branca] !important;
	background: #08151E !important;
}
.ebook img{
	width: 100%;
	border-radius: 5px;
}

/* DESTAQUE */

.destaques{
	margin: 30px 0;
}


.destaques{
	margin: 30px 0;
}

.destaques h3{
	color: #08151E;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #a3a3a3;
    padding-bottom: 10px;
}



.destaques ul li{
	border: 1px solid transparent;
	border-radius: 5px;
	margin-bottom: 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding: 8px;
	/* overflow: hidden; */
}
.destaques ul li:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.destaques ul li:hover .texto strong {
	font-weight: bold;
}
.destaques ul li .imagem {
	overflow: hidden;
} 
.destaques ul li:hover img{
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}
.destaques ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.destaques ul li .imagem img {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	width: 100%;
}

.destaques ul li .imagem{
	float: left;
	width: calc(30% - 5px);
	margin-right: 5px;
}
.destaques ul li .texto{	
	float: left;
	width: calc(70% - 5px);
	margin-left: 5px;
}
.destaques ul li .texto p {
	line-height: 1.1em;
}
.destaques ul li .texto p strong{	
	color: #08151E;
	font-size: 14px;
}



/* FORMULARIO */
#formulario-auto-2-newsletter{
	width: 100%;
}
#formulario-auto-2-newsletter p{
	width: 100%;
    font-size: 16px;
	color: #2e2e2e;
    text-align: left;
}
#formulario-auto-2-newsletter .obrigatorio{
	color: #ed3237;
	font-size: 14px;
}
input,
select,
textarea{
  outline:none;
}
.newsletter input:not(.botao-primario) {
	width: 100%;
	height: 38px;
	outline: none;
	float: left;
	border:1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #000;
    font-weight: 300;
}
.newsletter input.botao-primario {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	margin-top: 12px;
}
.botao-primario {
	padding: 12px 24px;

}
.total-busca form input[type='text']:hover,
.newsletter input:not(.botao-primario):focus,
.newsletter input:not(.botao-primario):hover,
.total-busca form input[type='tel']:hover,
.total-busca form input[type='password']:hover,
.total-busca form select:hover,
.total-busca form #FrmBusca:hover,
.total-busca form input[type='text']:focus,
.total-busca form input[type='tel']:focus,
.total-busca form input[type='password']:focus,
.total-busca form select:focus,
.total-busca form #FrmBusca:focus{
	border:1px solid #08151E;
}
.total-busca form .botao-primario{
	width: 90px;
	height: 38px;
	float: left;
	margin-left: 10px;
	padding: 0px;
}
#formulario-auto-2-newsletter select{
	padding-left: 15px;
	cursor: pointer;
}
#formulario-auto-2-newsletter textarea{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 117px;
	min-height: 117px;
	padding-left: 15px;
	outline: none;
	padding-top: 10px;
	border:1px solid #2e2e2e;
	font-size: 14px;
	color: #2e2e2e;
	font-weight: 400;
	display: block;
}
#formulario-auto-2-newsletter textarea:hover,
#formulario-auto-2-newsletter textarea:focus { 
	border:1px solid #D41116;
}
#formulario-auto-2-newsletter .botao-enviar{
	
    font-weight: bold;
    font-size: 20px;
    padding: 10px 15px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px !important;
    color: #fff;
}


/* TABLET */
@media (max-width: 991px) and (min-width: 768px) {
	.ebook img {
		width: 50%;
		border-radius: 5px;
		margin: 0 auto;
	} 
	.destaques h3{
		text-align: center;
	}
	.total-blog .redes-social p{
        text-align: center;
	}
	
	.total-blog .redes-social div{
		margin: 0 auto;
		display: table;
	} 
}

/* MOBILE */
@media (max-width: 767px) {
	.total-blog .redes-social p{
        text-align: center;
	}
	.total-blog .redes-social div{
		margin: 0 auto;
		display: table;
	} 
}

.extra p.titulo {
	font-weight: normal;
	font-size: 14px;
	color: #3d3d3d;
	margin-bottom: 15px;
}
.ar-container.extra {
	margin-bottom: 35px;
}
.ar-container.extra ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ar-container.extra ul li {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 5px 20px;
	margin-right: 13px;
	border-radius: 50px;
	color: #989898;
	border: 1px solid;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
@media(max-width: 600px) {
	.ar-container.extra ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.ar-container.extra ul li {
		margin: 13px;
	}
}
.ar-container.extra ul li a {
	color: #989898;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.ar-container.extra ul li:hover {
	background: #08151E;
	color: #08151E;

}
.ar-container.extra ul li:hover a {
	color: #08151E;
}

.relacionados-container.extra .grid-relacionados {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.relacionados-container.extra .grid-relacionados .card {
	margin: 0 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    max-width: 240px;
    background: $[cor_branca]
}
@media(max-width: 600px) {
	.relacionados-container.extra .grid-relacionados {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.relacionados-container.extra .grid-relacionados .card {
		max-width: none;
		width: 100%;
		margin: 15px 0;
	}
}
.relacionados-container.extra .grid-relacionados .card:first-child {
    margin-left: 0;
}
.relacionados-container.extra .grid-relacionados .card:last-child {
    margin-right: 0;
}
.relacionados-container.extra .grid-relacionados .card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.relacionados-container.extra .grid-relacionados .card img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 120px;
    object-fit: cover;
} 
.relacionados-container.extra .grid-relacionados .card .info {
	padding: 20px;
	text-align: center;
}
.relacionados-container.extra .grid-relacionados .card .info .data {
	font-weight: normal;
	font-size: 14px;
	color: #a3a3a3;
	margin-bottom: 5px;
}
.relacionados-container.extra .grid-relacionados .card .info .titulo {
	font-weight: 900;
	font-size: 17px;
	color: #08151E;
}
.relacionados-container.extra .grid-relacionados .card a.leia-mais {
	margin: 30px auto 0;
}

.select-categorias{
	margin-top: 15px;
}
.select-categorias select{
	padding: 9px;
	width: 100%;
	cursor: pointer;
    background: url(../../imagens/img-home/select.svg) right top no-repeat;
	border: 1px solid #d3d3d3;
	font-size: 16px;
	color: #444;
	border-radius: 5px;
}

.select-categorias select:focus{
	background: url(../../imagens/img-home/select-focus.svg) right top no-repeat;
	border: 1px solid #08151E;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span, 
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	padding: 0px !important;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../imagens/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../imagens/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../imagens/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background: url('../../imagens/seta-verde-popup-esquerda.svg') !important;
}
.fancybox-next span {
	right: 10px;
	background: url('../../imagens/seta-verde-popup-direita.svg') !important;
}
.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	background: url('../../imagens/fancybox_overlay.png');
	z-index: 8020;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -31px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
	background: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	height: 27px;
	line-height: 27px;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../imagens/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../imagens/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.botao-fechar-modal, .fancybox-close{
	background: url(../../imagens/close-pop-up.png) !important;
	background-size: contain;
	background-repeat: no-repeat;
    top: 17px;
    right: 15px;
    width: 30px;
    height: 30px;
}
/* ELEMENTOS PADRAO */

.botao-primario,
.botao-pedidos,
.botao-secundario,
.botao-terciario,
.botao-quartenario{
    border-radius:5px !important;
    text-transform:uppercase !important;
    padding: 11px 32px !important;
    font-weight:600 !important;
}
.total-pagina .contorno-formulario .input{
    border:0px;
    box-shadow:none !important;
    border-radius:5px !important;
}
.btn-btn-1,
.btn-btn-2,
.btn-btn-3{
    border-radius:5px !important;
    font-size: 15px !important;
    padding: 11px 32px !important;
    font-weight:600 !important;
}
#newsletter form input[type="submit"]{
    border-radius:5px !important;
    font-size: 15px !important;
}
b, strong{
    font-weight:bold !important;
}
.nenhum-item-cadastrado{
    color: #333;
    margin: 0;
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    text-transform: uppercase;
}
/* ======== MENU RESPONSIVO ======== */

.total-cabecalho .icone-menu,
.contorno-menu-responsivo-topo {
    background-color: #08151E;
}
.contorno-menu-responsivo-topo .padding-menu-responsivo li {
    border-bottom: 1px solid #FFF;
}
.contorno-menu-responsivo-topo .contorno-controles .botao-secundario, .contorno-menu-responsivo-topo .contorno-controles .botao-quartenario, .contorno-menu-responsivo-topo .contorno-controles .btt-carrinho {
    color: #08151E;
    background: #FFF;
    padding: 15px 40px;
}
.contorno-menu-responsivo-topo .contorno-controles .btt-entrar .box-btt-entrar{
    padding-left: 30px !important;   
    padding-right: 30px !important;   
}
.contorno-menu-responsivo-topo .contorno-controles .btt-entrar .box-btt-entrar .botao-secundario{
    display:block !important;
    color:#FFF !important;
    background:#08151E;
    padding-left:0px !important;
    padding-right:0px !important;
    text-align:center !important;
}
.contorno-menu-responsivo-topo .contorno-controles .btt-entrar .box-btt-entrar .botao-secundario:hover{
    background: #08151E !important;
}
.contorno-menu-responsivo-topo .contorno-controles .btt-entrar .box-btt-entrar .botao-quartenario{
    display:block !important;
}
.contorno-menu-responsivo-topo .contorno-controles .btt-carrinho{
    font-size:15px !important;
    font-weight:500 !important;
    margin-top:35px !important;
    display:block !important;
}
.contorno-menu-responsivo-topo .contorno-controles .btt-carrinho:hover{
    background: #FFF !important;
}

/* ======== ELEMENTOS ======== */

.msg-total-ok {
    padding: 15px 24px;
    font-size: 16px;
    border-radius: 22px !important;
    border: none !important;
    margin-bottom: 38px !important;
    color: #FFF !important;
    background-color: #8BB769 !important;
}
.msg-total-erro {
    padding: 15px 24px !important;
    font-size: 16px;
    border-radius: 5px !important;
    border: none !important;
    margin-bottom: 18px !important;
    color: #FFF !important;
    background-color: #B94A48 !important;
}
.texto-404,
.erro-404 {
    background: #FFFFFF;
    font-weight: bold;
    color: #08151E;
    font-family: 'Montserrat', sans-serif;
}
body {
    background: url('https://files.caymanweb.com.br/21b19585b092a2dbdfd22a1e198d9c86/72110efb81657d3d1e04b0e1796b6598/main-bg.svg') top center no-repeat;
    height:unset;
}
.container {
    margin: 0 auto;
}
#newsletter .msg-total-ok,
#newsletter .msg-total-erro {
    margin-bottom:0px !important;
}
#newsletter form{
    gap:0px !important;
}
#newsletter form .msg-formulario > div{
    margin-top:15px;
}
#newsletter form label{
    margin-top:25px;
}
#newsletter form input[type="submit"] {
    padding: 11px 70px 11px 34px;
    background-position: calc(100% - 22px) center;
    margin-top:25px;
    font-weight:500 !important;
}
#newsletter .contentflex .form-container .description {
    margin-bottom: 0;
}
#newsletter label p {
    font-size: 15px;
}
.total-cabecalho,
body#page-home .total-cabecalho.total-cabecalho-fixo {
    background: #FFF;
}
.total-cabecalho.total-cabecalho-fixo{
    margin-top: 0 !important;
}
body#page-home .total-cabecalho{
    background: #FFF;
}
body .total-cabecalho .total-menus ul li.off{
    background: transparent;
}
body .total-cabecalho .total-menus ul li.off:hover{
    background: transparent;
}
.total-cabecalho .total-menus ul li.off a{
    color: #08151E;
}
.total-cabecalho .total-menus ul li.off a:hover{
    color: #E34E34;
}
.total-cabecalho .total-menus ul li.todas-solucoes.off svg .pathPrimary {
    transition: 0.2s all linear;
}
.total-cabecalho .total-menus ul li.todas-solucoes.off:hover svg .pathPrimary {
    fill: #E34E34;
}
.total-modal-produtos .esquerda{
    background: #EEE !important;
}
.total-modal-produtos .direita {
    background: #FFF !important;
}
.total-modal-produtos .esquerda .index-grupos-categorias {
    color: #08151E !important;
}
.total-modal-produtos .esquerda .index-grupos-categorias:hover {
    color: #E34E34 !important;
}
.total-modal-produtos .direita .category-list:hover {
    text-decoration: underline !important;
}
.total-cabecalho .contorno-busca form .input-busca{ 
    border-top:0px !important; 
    border-left:0px !important; 
    border-right:0px !important;
    border-bottom: 1px solid #08151E !important ;
}

.total-cabecalho .contorno-busca form .botao-busca {
    background-color: #08151E;
}

.total-cabecalho .contorno-controles .btt-carrinho .icon-cart,
.total-cabecalho .contorno-controles .btt-entrar .btt-structure .icon-user,
.total-cabecalho .contorno-controles .btt-entrar .btt-structure .icon-arrow {
    fill: #08151E;
}
.total-cabecalho .contorno-controles .btt-entrar:hover .btt-structure .icon-user,
.total-cabecalho .contorno-controles .btt-entrar:hover .btt-structure .icon-arrow,
.total-cabecalho .contorno-controles .btt-carrinho:hover .icon-cart,
.total-cabecalho .contorno-controles .btt-entrar .btt-structure:hover .icon-user {
    fill: #E34E34 !important;
}
.btt-carrinho > div,
.btt-entrar .btt-structure > div{
    display: none;
}
.total-modal-produtos .direita,
.total-modal-produtos .esquerda{
    scrollbar-width: none;
}
.btt-structure svg{
    display: block !important;
    width: 20px;
}

.total-cabecalho .contorno-busca{
    width: 55px;
    transition: all .5s linear;
}
.total-cabecalho .contorno-busca:hover{
    width: calc(100% - 305px);
    float: left;
}
.total-cabecalho .contorno-busca form .input-busca::placeholder{
    color: #E34E34 !important;
}
.total-cabecalho .contorno-busca form .input-busca{
    border-color: transparent !important;
    transition: all .5s linear;
    color: #E34E34 !important;
}
.total-cabecalho .contorno-busca:hover form .input-busca{
    border-color: #E34E34 !important;
}
.total-cabecalho .contorno-controles{
    width: max-content;
}
.total-cabecalho .contorno-busca{
    margin-right: 20px;
    padding-left: 0px;
}
.total-cabecalho .conteudo.main{
    justify-content: space-between;
}
.total-cabecalho .contorno-controles .btt-carrinho .icon-cart, .total-cabecalho .contorno-controles .btt-entrar .btt-structure .icon-user, .total-cabecalho .contorno-controles .btt-entrar .btt-structure .icon-arrow{
    fill: #E34E34 !important;
}
.total-cabecalho .contorno-busca form .botao-busca{
    background-color: #E34E34 !important;
}
body .total-modal-produtos{
    top: 50px;
}
body .total-modal-produtos .esquerda, .total-modal-produtos .direita{
    background-color: #eaeaea;
    box-shadow: none;
}
body .total-cabecalho .total-menus ul li.off a{
    color: #08151E !important;
}
body .total-cabecalho .total-menus ul li.off:hover > a{
    color: #E34E34 !important;
}

@media (max-width: 1200px){
    body .total-cabecalho .main{
        gap:0px;   
    }
    body .total-cabecalho .contorno-busca{
        display: none !important;
    }
    body .total-cabecalho .conteudo.main{
        padding: 10px !important;
    }
}

.total-baixo-rodape{
  background: #E34E34;
}
.total-baixo-rodape .baixo-right {
    width: 285px;
}
.total-baixo-rodape .baixo-left p,
.total-baixo-rodape .baixo-center p,
.total-baixo-rodape .baixo-right p{
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
    font-weight: 700 !important;
}
.total-baixo-rodape .baixo-left p strong,
.total-baixo-rodape .baixo-center p strong,
.total-baixo-rodape .baixo-right p strong,
.total-baixo-rodape .baixo-right{
    font-weight: 600 !important;
}
.total-baixo-rodape .baixo-right a:hover {
    color: #FFF;
}
.total-rodape{
    background: #EEEEEE;
}
.total-rodape .conteudo-rodape {
    padding-top: 100px;
}
.total-rodape .conteudo-rodape .texto-rodape p{
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .logo-rodape-custom img{
        max-width:30%;
        margin:0 auto;
    }   
}
@media (min-width: 768px) and (max-width: 1024px) {
    .conteudo {
        gap: 32px;
    }
    .div-sac,
    .div-categorias,
    .div-mapa {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .div-categorias a,
    .div-mapa a {
        max-width: fit-content;
        width: 100%;
        text-align: center;
    }
}

