/**
 * 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: "TofinoPersonal-Book";p
	margin-bottom: 20px;
}
.total-pagina .mapeamento a{
	display: inline-block;
	font-size: 14px;
	color: #525252;
	font-family: "TofinoPersonal-Book";
}
.total-pagina .mapeamento a:hover{
	text-decoration: underline;
	color: #092647;
}
.total-pagina .mapeamento strong{
	font-family: "TofinoPersonal-Bold";
}

/* 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: #092647;
	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: "TofinoPersonal-Book";
}
.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: "TofinoPersonal-Bold";
	color: #092647;
	border-left: 5px solid #092647;
}

/* 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: #092647;
	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: "TofinoPersonal-Book";
}
.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: #092647;
	font-family: "TofinoPersonal-Book";
	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: "TofinoPersonal-Book";
    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 #092647;
		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: #092647;
}
.total-cabecalho-carrinho .contorno-etapas-carrinho .contorno-etapa:hover .nome-etapa,
.total-cabecalho-carrinho .contorno-etapas-carrinho .etapa-atual .nome-etapa{
	color: #092647;
}

/* 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;
	}

}/* PRODUTOS */
[data-msg-frete]{
	padding-top: 20px;
	padding-left: 5px;
	color: #e84c3d;
	font-size: 14px;
}
.total-produtos{
	width: 100%;
	padding-top: 230px;
	padding-bottom: 55px;
}
.total-produtos .cabecalho-produtos{
	margin-bottom: 20px;
}
.total-produtos .cabecalho-produtos .esquerda a{
	display: inline-block;
	color: #525252;
}
.total-produtos .cabecalho-produtos .esquerda a:hover{
	color: #092647;
}
.total-produtos .cabecalho-produtos .esquerda{
	width: calc(80% - 155px);
    float: left;
    font-size: 14px;
    color: #525252;
    min-height: 28px;
    padding-top: 6px;
    line-height: 28px;
    font-family: "TofinoPersonal-Book";
}
.total-produtos .cabecalho-produtos .direita{
	width: 210px;
    float: right;
}
.total-produtos .cabecalho-produtos .direita div{
	font-family: "TofinoPersonal-Book";
	font-weight: 600;
	float: left;
    font-size: 14px;
    margin-right: 14px;
    padding-top: 10px;
}
.total-produtos .cabecalho-produtos .direita a{
	width: 40px;
    height: 40px;
    border: 1px solid #898989;
    border-radius: 20px;
    float: left;
	margin-right: 10px;
}
.total-produtos .cabecalho-produtos .direita .shared-wpp{
	background: url('/thumbs/100/100/imagens/icone-wpp.svg') 12px 50% no-repeat #fff;
}
.total-produtos .cabecalho-produtos .direita .shared-wpp:hover{
	color: #FFF;
	background: url('/thumbs/100/100/imagens/icone-wpp-hover.svg') 12px 50% no-repeat #898989;
}
.total-produtos .cabecalho-produtos .direita .shared-email{
	background: url('/thumbs/100/100/imagens/icone-email.svg') 11px 50% no-repeat #fff;
}
.total-produtos .cabecalho-produtos .direita .shared-email:hover{
	color: #FFF;
	background: url('/thumbs/100/100/imagens/icone-email-hover.svg') 11px 50% no-repeat #898989;
}

/* FOTOS PRODUTO */
.total-produtos .total-foto-produto{
	width: 562px;
	float: left;
}
.total-produtos .gallery-top,
.total-produtos .gallery-thumbs .swiper-slide img{
	border: 1px solid #E5E5E5;	
	border-radius: 15px;
}
.total-produtos .swiper-slide {
	width: 100%;
}
.total-produtos .swiper-slide img{
	width: 100%;
	display: block;
}
.total-produtos .contorno-gallery-thumbs{	
	margin-top: 12px;
	position: relative;
}
.total-produtos .gallery-thumbs .swiper-slide {
	z-index: 100;
	width: calc(20% - 16px);
	margin-right: 16px;
	height: 100%;
	border-radius: 7px;
	cursor: pointer;
}
.total-produtos .gallery-thumbs .swiper-slide img{
	width: 100%;
	display: block;
	border-radius: 7px;
}
.total-produtos .gallery-thumbs .swiper-slide img:hover,
.total-produtos .gallery-thumbs .swiper-slide-thumb-active img {
	border: 1px solid #092647 !important; 
}
.total-produtos .swiper-prev{
	left: 12px !important;
	background: url('/thumbs/100/100/imagens/seta-esquerda.svg') 0px 0px no-repeat !important;
}
.total-produtos .swiper-next{
	right: 12px !important;
	background: url('/thumbs/100/100/imagens/seta-direita.svg') 0px 0px no-repeat !important;
}
.total-produtos .swiper-prev,
.total-produtos .swiper-next{
	top: 50%;
	cursor: pointer;
	outline: none;
	position: absolute;
	width: 13px !important;
	height: 23px !important;
	margin-top: -9.555px !important;
	z-index: 99;
}
.total-produtos .swiper-button-disabled{
	opacity: 0.5;
}

/* INFORMACOES */
.total-produtos .total-informacoes-produto{
	width: calc(100% - 562px);
	float: left;
	padding-left: 30px;
}

/* CODIGO */
.total-produtos .total-informacoes-produto .codigo{
	font-size: 12px;
	text-align: left;
	color: #525252;
	font-family: "TofinoPersonal-Book";
	margin-bottom: 8px;
}

/* TITULO */
.total-produtos .total-informacoes-produto h1,
.total-produtos .total-informacoes-produto h1 p{
	color: #525252;
	font-size: 18px;
	text-align: left;
}

/* CATEGORIA */
.total-produtos .total-informacoes-produto .categoria{
	font-size: 13px;
	color: #092647;
	text-align: left;
    margin-top:8px;
	margin-bottom: 20px;
}

/* VALOR */
.total-produtos .total-informacoes-produto .valor .valor-de{
	font-size: 12px;
	color: #525252;
	text-align:left;
	font-family: "TofinoPersonal-Book";
}
.total-produtos .total-informacoes-produto .valor .valor-final{
	font-size: 36px;
	color: #092647;
	text-align:left;
	margin-top: 5px;
}
.total-produtos .total-informacoes-produto .valor .valor-parcelas{
	font-size: 14px;
	color: #525252;
	text-align: left;
	font-family: "TofinoPersonal-Book";
	margin-bottom: 20px;
}
.total-produtos .total-informacoes-produto .valor .valor-parcelas strong{
	font-family: "TofinoPersonal-Bold";
}
.total-produtos .total-informacoes-produto .valor .valor-condicoes{
	margin-bottom: 20px;
}
.total-produtos .total-informacoes-produto .valor .valor-condicoes,
.total-produtos .total-informacoes-produto .valor .valor-condicoes p{
	font-size: 13px;
	color: #525252;
	text-align: left;
	line-height: 22px;
	font-family: "TofinoPersonal-Book";
}

/* CORES */
.total-produtos .total-informacoes-produto .cores{
	margin-bottom: 20px;
}
.total-produtos .total-informacoes-produto .cores p{
	color: #525252;
	font-size: 14px;
	text-align: left;
}
.total-produtos .total-informacoes-produto .cores .row{
	margin-left: -5px;
	margin-right: -5px;
}
.total-produtos .total-informacoes-produto .cores .contorno-cor{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
}
.total-produtos .total-informacoes-produto .cores .contorno-cor h4 {
    font-size: 10px;
    margin-bottom: 4px;
    color: #092647;
	text-align: center;
}
.total-produtos .total-informacoes-produto .cores .contorno-cor .campo-cor{
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 100px;
	border: 1px solid #E5E5E5;
	position: relative;
	margin: 0 auto;
}
.total-produtos .total-informacoes-produto .cores .contorno-cor .campo-cor .check-cor{
	position: absolute;
	width: 14px;
	height: 12px;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -6px;
	display: none;
	background: url('/thumbs/100/100/imagens/select-cor.svg') center top no-repeat;
}
.total-produtos .total-informacoes-produto .cores .contorno-cor .campo-cor .cor-selecionada,
.total-produtos .total-informacoes-produto .cores .contorno-cor .campo-cor:hover .check-cor{
	display: block !important;
}

/* TAMANHO */
.total-produtos .total-informacoes-produto .tamanho,
.total-produtos .total-informacoes-produto .tamanho p{
	font-size: 14px;
	color: #525252;
	font-family: "TofinoPersonal-Book";
	text-align: left;
	line-height: 25px;
}
.total-produtos .total-informacoes-produto .tamanho p strong{
	font-size: 14px;
	font-family: "TofinoPersonal-Bold";
}
.tamanho .botao-quartenario {
	display: table;
    float: left;
    padding: 9px 13px;
    min-width: 60px;
    text-align: center;
}

.tamanho .btn-disabled{
	border: 1px solid #999999;
    background-color: #cccccc !important;
    color: #666666;
    cursor: default;
}

.tamanho .btn-selected{
	background: #092647 !important;
    color: #FFF;
}

.tamanho .botao-quartenario + .botao-quartenario {
	margin-left:10px;
}
.tamanho .clear-tamanhos{
	clear: both;
	margin-bottom: 14px;
}

/* ESTOQUE */
.total-produtos .total-informacoes-produto .estoque{
	font-size: 14px;
    color: #092647;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
}

/* QUANTIDADE */
.total-produtos .total-informacoes-produto .quantidade{
	width: 180px;
	float: left;
}
.total-produtos .total-informacoes-produto .quantidade p{
	color: #525252;
	font-size: 14px;
	text-align: left;
}
.total-produtos .total-informacoes-produto .quantidade .botao-menos{
	margin-right: 7px;
	border-radius: 7px 0px 0px 7px;
}
.total-produtos .total-informacoes-produto .quantidade .botao-mais{
	margin-left: 7px;
	border-radius: 0px 7px 7px 0px;
}
.total-produtos .total-informacoes-produto .quantidade .botao-menos,
.total-produtos .total-informacoes-produto .quantidade .botao-mais{
	height: 40px;
	line-height: 38px;
	width: 31px;
	float: left;
	background: #CCC;
	color: #525252;
	font-size: 35px;
	text-align: center;
	cursor: pointer;
	font-family: "TofinoPersonal-Book";
	-webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;            /* Possível implementação no futuro */
    /* cursor: default; */
}
.total-produtos .total-informacoes-produto .quantidade .botao-menos:hover,
.total-produtos .total-informacoes-produto .quantidade .botao-mais:hover{
	background: #092647;
	color: #FFF;
}
.total-produtos .total-informacoes-produto .quantidade .input-quantidade{
	width: 53px;
	height: 40px;
	float: left;
	border: 1px solid #E5E5E5;
	text-align: center;
	color: #5f5f5f;
	font-size: 14px;
}
.total-produtos .total-informacoes-produto .quantidade .input-quantidade:hover,
.total-produtos .total-informacoes-produto .quantidade .input-quantidade:focus { 
	border:1px solid #092647;
}

/* FRETE */
.total-produtos .total-informacoes-produto .frete{
	width: calc(100% - 180px);
	float: left;
	margin-bottom: 15px;
}
.total-produtos .total-informacoes-produto .frete p{
	color: #525252;
	font-size: 14px;
	text-align: left;
}
.total-produtos .total-informacoes-produto .frete .contorno-frete{
	width: calc(100%);
	float: left;
}
.total-produtos .total-informacoes-produto .frete .input-frete{
	width: calc(100% - 180px);
	height: 40px;
	float: left;
	border: 1px solid #E5E5E5;
	color: #5f5f5f;
	padding-left: 15px;
	outline: none;
	font-size: 14px;
	border-radius: 5px;
}
.total-produtos .total-informacoes-produto .frete .input-frete:hover,
.total-produtos .total-informacoes-produto .frete .input-frete:focus{
	border: 1px solid #092647;
}
.total-produtos .total-informacoes-produto .frete .botao-frete{
	float: left;
	padding-top: 13px;
	padding-bottom: 13px;
	width: 110px;
	margin-left: 10px;
	background: #CCC;
	color: #525252;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}
.total-produtos .total-informacoes-produto .frete .botao-frete:hover{
	background: #092647;
	color: #FFF;
}
.total-produtos .total-informacoes-produto .frete a{
	float: right;
	font-size: 13px;
	color: #092647;
	text-decoration: underline;
	text-align: left;
	font-family: "TofinoPersonal-Book";
	line-height: 40px;
	display: table;
}
.total-produtos .total-informacoes-produto .frete a:hover{
	opacity: 0.8;
}
.total-produtos .total-informacoes-produto .frete .frete-gratuito{
	width: 225px;
	height: 59px;
	margin-top: 5px;
	background: url('/thumbs/100/100/imagens/frete-gratuito.svg') center top no-repeat;
	background-size: 100%;
}

/* FRETE ABERTO */
.total-produtos .total-informacoes-produto .frete-aberto{
	border-top: 1px solid #E5E5E5;
    padding-top: 15px;
    margin-top: 25px;
    
}
.total-produtos .total-informacoes-produto .frete-aberto p{
	color: #525252;
	font-size: 14px;
	text-align: left;
	font-family: "TofinoPersonal-Book";
}
.total-produtos .total-informacoes-produto .frete-aberto p strong{
	font-family: "TofinoPersonal-Bold";
}
.total-produtos .total-informacoes-produto .frete-aberto .valor-frete{
	color: #092647;
	font-size: 14px;
	font-family: "TofinoPersonal-Bold";
}

/* BOTOES */
.total-produtos .total-informacoes-produto .botoes .row{
	margin-left: -15px;
	margin-right: -15px;
}
.total-produtos .total-informacoes-produto .botoes .contorno-botao{
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.total-produtos .total-informacoes-produto .botoes .contorno-botao a{
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
}

/* MENUS */
.total-produtos .total-menus-desc{
    width: 100%;
    margin-top: 80px;
}
.total-produtos .total-menus-desc ul{
    border-bottom: 1px solid #DFDFDF;
}
.total-produtos .total-menus-desc ul li{
    float: left;
    width: 20%;
}
.total-produtos .total-menus-desc ul li a{
    color: #A1A1A1;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
	position: relative;
	margin-top: 20px;
}
.total-produtos .total-menus-desc ul li a .borda{
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 1px;
	display: none;
    background: #092647;
}
.total-produtos .total-menus-desc ul li a:hover .borda{
	display: block;
}
.total-produtos .total-menus-desc ul li .menu-selecionado .borda{
	display: block !important;
}
.total-produtos .total-menus-desc ul li .menu-selecionado{
	color: #525252;
}
.total-produtos .total-menus-desc .total-descricao{
	border-bottom: 1px solid #E5E5E5;
}
.total-produtos .total-menus-desc .total-descricao p{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #595959;
	line-height: 26px;
	word-wrap: break-word;
	font-family: "TofinoPersonal-Book";
}
.total-produtos .total-menus-desc .total-descricao{
    padding: 25px 0;
}
.total-produtos .total-menus-desc .total-descricao table {
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
}
.total-produtos .total-menus-desc .total-descricao table tr{
    background: #FFF;
}
.total-produtos .total-menus-desc .total-descricao table tr:nth-child(2n) {
    background: #F5F5F5;
}
.total-produtos .total-menus-desc .total-descricao table tr td strong{
    font-family: "TofinoPersonal-Bold";;
}
.total-produtos .total-menus-desc .total-descricao table td,
.total-produtos .total-menus-desc .total-descricao table td *{
    font-family: "TofinoPersonal-Book";
}
.total-produtos .total-menus-desc .total-descricao table td,
.total-produtos .total-menus-desc .total-descricao table th {
    border-bottom: 1px solid #EEE;
    border-right: 1px solid #EEE;
    padding: 10px 20px;
}
.total-produtos .total-menus-desc .total-descricao table th,
.total-produtos .total-menus-desc .total-descricao table th * {
    font-weight: bold !important;
}
.total-produtos .total-menus-desc .total-descricao table p{
    margin: 0px;
}
.total-produtos .total-menus-desc #aba_link p + p{
	border-top: 1px solid #dfdfdf;
	padding-top: 30px;
}

.total-produtos .total-menus-desc #aba_link p:before{
	content: "⇒";
	font-size: 18px;
	color: #595959;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-produtos .total-menus-desc ul li{
		width: 33.333%;
		margin-top: 15px;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-produtos .total-menus-desc ul li{
		width: 50%;
		margin-top: 15px;
	}
	.total-produtos .cabecalho-produtos .esquerda{
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		text-align: center;
	}
	.total-produtos .cabecalho-produtos .direita{
		float: none;
		margin: 0 auto;
		display: block;
		width: max-content;
	}
}

/* LISTAGEM */
.total-listagem-produtos{
	width: 100%;
	margin-top: 70px;
}
.total-listagem-produtos h1,
.total-listagem-produtos h1 p{
	width: 100%;
	text-align: center;
	color: #092647;
	font-size: 28px;
}
.total-listagem-produtos ul {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 50px;
}
.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{
	width: 100%;
	position: relative;
}
.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: #092647;
}
.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: "TofinoPersonal-Book";
}
.total-listagem-produtos li .contorno-produtos .contorno-informacoes .valor .valor-final{
	font-size: 24px;
	color: #092647;
	text-align:center;
	margin-top: 5px;
}
.total-listagem-produtos li .contorno-produtos .contorno-informacoes .botao-primario{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 9px;
	padding-bottom: 10px;
	display: table;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 15px;
}

/* ESPECIAL */
@media (max-width: 1130px) and (min-width: 992px){
	/* INFORMACOES */
	.total-produtos .total-informacoes-produto .quantidade,
	.total-produtos .total-informacoes-produto .frete{
		width: 100%;
		float: none;
	}
	.total-produtos .total-informacoes-produto .frete{
		margin-top: 20px;
	}
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-produtos{
		padding-top: 160px;
	}

	/* FOTOS PRODUTO */
	.total-produtos .total-foto-produto{
		width: 400px;
	}

	/* INFORMACOES */
	.total-produtos .total-informacoes-produto{
		width: calc(100% - 400px);
	}
	.total-produtos .total-informacoes-produto .quantidade,
	.total-produtos .total-informacoes-produto .frete{
		width: 100%;
		float: none;
	}
	.total-produtos .total-informacoes-produto .frete{
		margin-top: 20px;
	}

	/* 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: 160px;
	}

	/* FOTOS PRODUTO */
	.total-produtos .total-foto-produto{
		width: 100%;
		float: none;
	}

	/* INFORMACOES */
	.total-produtos .total-informacoes-produto{
		width: 100%;
		float: none;
		padding-left: 0px;
		margin-top: 50px;
	}
	.total-produtos .total-informacoes-produto .quantidade,
	.total-produtos .total-informacoes-produto .frete{
		width: 100%;
		float: none;
	}
	.total-produtos .total-informacoes-produto .frete{
		margin-top: 20px;
	}
	.total-produtos .total-informacoes-produto .botoes .contorno-botao{
		width: 100%;
		float: none;
	}
	.total-produtos .total-informacoes-produto .botoes .contorno-botao + .contorno-botao{
		margin-top: 15px;
	}

	/* LISTAGEM PRODUTOS */
	.total-listagem-produtos li{
		width: 100%;
	}
	.total-listagem-produtos h1,
	.total-listagem-produtos h1 p{
		font-size: 23px;
	}

	.tamanho .botao-quartenario + .botao-quartenario {
		margin-left: 0px;
	}

	.tamanho .botao-quartenario {
		margin-top: 10px;
		margin-right: 5px;
	}
    .total-listagem-produtos li .contorno-produtos img{
        max-width: 200px;
        margin:10px auto !important;
    }

}

.frete-aberto{
	display: none;
}

.botoes{
	margin-top: 15px;
    border-top: 1px solid #E5E5E5;
    padding-top: 25px;
}

.flag{
	position: absolute;
	width: auto;
	display: table;
	right: -1px;
	top: 4px;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	z-index: 999;
}
.f-vermelho{
	background: #FF4044 !important;
	padding: 11px;
	font-size: 13px;
	float: left;
	margin-right: 5px;
	border-radius: 10px;
}
.gallery-top{
	position: relative;
}/**
 * 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;
}