/**
 * 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: "Poppins", sans-serif;p
	margin-bottom: 20px;
}
.total-pagina .mapeamento a{
	display: inline-block;
	font-size: 14px;
	color: #525252;
	font-family: "Poppins", sans-serif;
}
.total-pagina .mapeamento a:hover{
	text-decoration: underline;
	color: #E2377D;
}
.total-pagina .mapeamento strong{
	font-family: "Poppins", 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: #E2377D;
	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;
	line-height: 20px;
	border-left: 5px solid #FFF;
	font-family: "Poppins", 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: "Poppins", sans-serif; !important
	color: #E2377D;
	border-left: 5px solid #E2377D;
}

/* 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: #E2377D;
	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: 70px;
	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: 45px;
	-webkit-box-shadow: 0 0 12px -5px #000;
    -moz-box-shadow: 0 0 12px -5px #000;
    box-shadow: 0 0 12px -5px #000;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	
	/* LOGO */
	.total-cabecalho-area .contorno-logo .logo{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.total-cabecalho-area .contorno-logo .complemento-logo{
		margin-top: 55px;
	}

	/* BOTAO LOJA */
	.total-cabecalho-area .botao-secundario{
		margin-top: 30px;
	}
}

/* MOBILE */
@media (max-width: 767px){

	/* LOGO */
	.total-cabecalho-area .contorno-logo{
		margin: 0 auto;
	}
	.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;
	}

}.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: "Poppins", 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;
}
.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: #E2377D;
	font-family: "Poppins", 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: "Poppins", 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 #E2377D;
		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: #E2377D;
}
.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa:hover .nome-etapa,
.total-cabecalho-carrinho .contorno-etapas-carrinho .etapa-atual .nome-etapa{
	color: #E2377D;
}

/* ESPECIAL */
@media (max-width: 1170px) and (min-width: 992px){

	/* LOGO */
	.total-cabecalho-carrinho .contorno-logo .logo{
		width: 150px;
	}

	/* ETAPAS */
	.total-cabecalho-carrinho .contorno-etapas-carrinho{
		width: calc(100% - 160px);
		margin-top: 23px;
	}
	.total-cabecalho-carrinho .contorno-etapas-carrinho .nome-etapa{
		font-size: 12px;
	}
}

/* TABLET */
@media (max-width: 991px) 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{
		width: 50%;
		margin: 0 auto;
		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;
	}
}

/* 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;
	}

}/* CONTEUDO */
.total-conteudo-paginas{
	width: 100%;
}

/* BANNER */
.total-banner-home{
	width: 100%;
	min-height: 515px;
	position: relative;
	padding-top: 161px;
	margin-bottom: 50px;
}

.total-banner-home .conteudo{
	max-width: 1270px !important;
}

.total-banner-home .detalhe-banner{
	width: 100%;
	height:237px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.total-banner-home .banner{
	width: 100%;
	position: relative;
	margin-top: 65px;
}
.total-banner-home .banner img{
	display: block;
	z-index: 99;
	width: 100%;
	position: relative;
	height: 100%;
	object-fit: cover !important;
}

/* SWIPER */
.total-banner-home .swiper-container{
	width: 100%;
	border-radius:15px;
}
.total-banner-home .swiper-pagination{
	width: auto;
	display: table;
	margin: 0 auto;
	position: inherit;
	z-index: 99;
	margin-top: 14px;
}
.total-banner-home .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	opacity: 0.5;
	outline: none;
	background: #E2377D;
}
.total-banner-home .swiper-pagination-bullet + .swiper-pagination-bullet{
	margin-left: 10px;
}
.total-banner-home .swiper-pagination-bullet-active{
	background: #E2377D !important;
	opacity: inherit !important;
}
.total-banner-home .flecha-next,
.total-banner-home .flecha-prev{
	width: 16px;
	height: 25px;
	outline: none;
	position: absolute;
	top: 50%;
	margin-top: -10.555px;
	cursor: pointer;
	z-index: 999;
}
.total-banner-home .flecha-prev {
	left: 0px;
}
.total-banner-home .flecha-next{
	right: 0px;
}
.total-banner-home .swiper-button-disabled{
	opacity: 0.5;
}

/* MOBILE */
@media (max-width: 767px){
	.total-banner-home{
		/* padding-top: 123px;
		margin-bottom: 0px; */
	}
	.total-banner-home .banner{
		margin-top: 0;
	}

	.total-banner-home .banner .contorno-slide{
		padding-right: 0;
    	padding-left: 0;
	}
}

/* PRODUTOS */
.total-produtos{
	width: 100%;
}
.total-produtos .display{
	width:580px;
	margin: 0 auto;
}
.total-produtos .display h1,
.total-produtos .display h1 p{
	font-size: 28px;
	color: #E2377D;
	line-height: 39px;
	text-align: center;
}
.total-produtos .display h1 p strong{
	font-size: 36px;
}

/* PAGINATION */
.total-fotos-produtos .swiper-button-disabled{
	opacity: 0.5;
}			
.total-fotos-produtos .swiper-pagination-produtos{
	width: auto;
	display: table;
	margin: 0 auto;
	position: inherit;
	z-index: 99;
	margin-top: 15px;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.total-fotos-produtos .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	opacity: 10;
	outline: none;
	background: #D0D0D0;
}
.total-fotos-produtos .swiper-pagination-bullet + .swiper-pagination-bullet{
	margin-left: 10px;
}
.total-fotos-produtos .swiper-pagination-bullet-active{
	background: #8C8C8C !important;
	opacity: inherit !important;
}

/* BOTAO VER TODOS */
.total-fotos-produtos .botao-terciario{
	padding-left: 25px;
	padding-right: 25px;
	display: table;
	margin: 0 auto;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 25px;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-banner-home{
		padding-top: 123px;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-produtos .display h1,
	.total-produtos .display h1 p{
		font-size: 23px;
	}
	.total-fotos-produtos .swiper-slide {
		/* padding-left: 15px;
		padding-right: 15px; */
	}
	.total-produtos,
	.total-produtos .display{
		width: 100%;
	}

	.total-banner-home{
		padding-top: 123px;
    	margin-bottom: 0;
	}
	.total-banner-home .conteudo {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.total-banner-home .flecha-next,
	 .total-banner-home .flecha-prev{
		display: none;
	}
}

/* BANNER ADS */
.total-banner-ads{
	width: 100%;
	margin-top: 80px;
	margin-bottom: 80px;
}
.total-banner-ads img{
	width: 100%;
	display: block;
}

/* MOBILE */
@media (max-width: 767px){
	.total-banner-ads{
		margin-top: 30px;
		margin-bottom: 30px;
	}
}


.total-listagem-produtos{
	width: 100%;
	float: right;
	/*padding-left: 30px;*/
	padding-top: 40px;
	padding-bottom: 40px;
}
.total-listagem-produtos ul {
	margin-left: -15px;
	margin-right: -15px;
}
.total-listagem-produtos li {
	min-height: 10px;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	width: 25%;
	float: left;
}
.total-listagem-produtos li .contorno-produtos .flag{
	position: absolute;
	width: auto;
	display: table;
	right: -5px;
	top: -15px;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
.total-listagem-produtos li .contorno-produtos .f-verde{
	background: #4CC057;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	margin-right: 5px;
	border-radius: 10px;
}
.total-listagem-produtos li .contorno-produtos .f-vermelho{
	background: #FF0000;
	padding:11px;
	font-size:13px;
	float: left;
	margin-right: 5px;
	border-radius: 10px;
}
.total-listagem-produtos li .contorno-produtos:hover .botao-primario{
	background: $[btt_primary_bg_hover];
	color: $[btt_primary_color_hover];
}
.total-listagem-produtos li .contorno-produtos img{
	width: 100%;
	display: block;
	border-radius: 15px;
}
.total-listagem-produtos li .contorno-produtos .contorno-informacoes{
	padding: 23px;
}
.total-listagem-produtos li .contorno-produtos .contorno-informacoes h1{
	max-height: 44px;
	overflow: hidden;
}
.total-listagem-produtos li .contorno-produtos .contorno-informacoes h1,
.total-listagem-produtos li .contorno-produtos .contorno-informacoes h1 p{
	font-size: 14px;
	line-height: 22px;
	color: #525252;
	text-align: center;
}
.total-listagem-produtos li .contorno-produtos .contorno-informacoes .valor{
	margin-top: 15px;
}
.total-listagem-produtos li .contorno-produtos .contorno-informacoes .valor .valor-de{
	font-size: 13px;
	color: #525252;
	text-align:center;
	font-family: "Poppins", sans-serif;
}
.total-listagem-produtos li .contorno-produtos .contorno-informacoes .valor .valor-final{
	font-size: 24px;
	color: #E2377D;
	text-align:center;
	margin-top: 5px;
}
.total-listagem-produtos li .contorno-produtos .contorno-informacoes .botao-primario{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: table;
	margin: 0 auto;
	margin-top: 20px;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-produtos{
		padding-top: 0px;
	}

	.total-listagem-produtos{
		padding-left: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	/* LISTAGEM PRODUTOS */
	.total-listagem-produtos ul{
		margin-left: -10px;
		margin-right: -10px;
	}
	.total-listagem-produtos li{
		width: 50%;
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-produtos{
		padding-top: 40px;
	}
	.total-produtos .display h1,
	.total-produtos .display h1 p{
		font-size: 23px;
	}
	.total-produtos,
	.total-produtos .display{
		width: 100%;
	}

	/* BARRA LATERAL */
	.total-produtos .total-barra-lateral{
		width: 100%;
		float: none;
		background: #fafbfc;
		padding-bottom: 30px;
		border: 1px solid #E5E5E5;
	}
	.total-produtos form{
		border: 0px;
		border-bottom: 1px solid #E5E5E5;
	}

	/* LISTAGEM PRODUTOS */
	.total-listagem-produtos{
		width: 100%;
		float: none;
		padding-left: 0px;
		
	}
	.total-listagem-produtos .cabecalho-produtos .esquerda{
		line-height: 13px;
	}
	.total-listagem-produtos li{
		width: 100%;
	}

    .total-listagem-produtos li .contorno-produtos img{
        max-width: 200px;
        margin:10px auto !important;
    }
	.total-listagem-produtos li .contorno-produtos .contorno-informacoes .botao-primario {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		display: table;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 12px;
	}

	.div-opcoes{
		display: none;
	}
}

.total-beneficios{
	margin-bottom: 50px;
	padding: 0px;
}

.total-beneficios .listagem-beneficios{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.total-beneficios .listagem-beneficios .beneficio-item{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 20px;
	box-shadow: 2px 0px 10px rgb(0 0 0 / 20%);
	border-radius: 12px;
}

.total-beneficios .listagem-beneficios .beneficio-item .image{
	width: 40px;
	height: 40px;
	margin-right: 8px;
	display: flex;
	align-items: center;
}
.total-beneficios .listagem-beneficios .beneficio-item .image svg{
	width: 100%;
	height: 100%;
}

.total-beneficios .listagem-beneficios .beneficio-item .content h4{
	font-family: "Poppins", sans-serif;
	color: #E2377D;
	font-size: 14px;
	font-weight: 800;
	line-height: 18px;
}

.total-beneficios .listagem-beneficios .beneficio-item .content p{
	font-family: "Poppins", sans-serif;
	color: #E2377D;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

@media (max-width: 991px) and (min-width: 768px){
	.total-beneficios .listagem-beneficios .beneficio-item{
		width: calc(100%/2 - 30px) !important;
		margin: 0 15px 25px;
	}
}

@media (max-width: 767px){
	.total-beneficios{
		margin-bottom: 25px;
		padding: 40px 0 0px;
	}
	.total-beneficios .listagem-beneficios{
		justify-content: center;
	}
	.total-beneficios .listagem-beneficios .beneficio-item{
		width: calc(100% - 20px) !important;
		margin: 0 0px 25px;
		padding: 20px !important;
	}
	.total-beneficios .listagem-beneficios .beneficio-item .content{
		width: max-content;
	}
}
.material-symbols-outlined{
	color: #E2377D;
	 font-variation-settings:
		 'FILL' 0,
		 'wght' 500,
		 'GRAD' 0,
		 'opsz' 40
 }/**
 * 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);
  }
}/*! 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;
}