/* CSS PADRÃO */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-family: 'gilroybold';
}
html{
	font-size:16px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	min-width:290px;
	overflow-x:hidden;
	overflow-y:scroll;
	height: 100%;
	width: 100%;
	text-rendering:optimizeLegibility;
}
body{
	padding:0px;
	margin:0 auto!important;
	max-width:1920px !important;
	border: 0px;
	height: 100%;
	width: 100%;
}
*,:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.button,
.input,
.textarea{
	height:2.25em;
	vertical-align:top;
}
.button,
.checkbox input,
.radio input,
a{
	cursor:pointer;
}
.conteudo,
.xs-12{
	width:100%;
}
.xs-1, .sm-1, .md-1, .xs-2, .sm-2, .md-2, .xs-3, .sm-3, .md-3, .xs-4, .sm-4, .md-4, .xs-5, .sm-5, .md-5, .xs-6, .sm-6, .md-6, .xs-7, .sm-7, .md-7, .xs-8, .sm-8, .md-8, .xs-9, .sm-9, .md-9, .xs-10, .sm-10, .md-10, .xs-11, .sm-11, .md-11, .xs-12, .sm-12, .md-12{
	position: relative;
	float: left;
}
.xs-12{ width:100%; }
.xs-11{ width: 91.66666667%; }
.xs-10{ width: 83.33333333%; }
.xs-9 { width: 75%; }
.xs-8 { width: 66.66666667%; }
.xs-7 { width: 58.33333333%; }
.xs-6 { width: 50%; }
.xs-5 { width: 41.66666667%; }
.xs-4 { width: 33.33333333%; }
.xs-3 { width: 25%; }
.xs-2 { width: 16.66666667%; }
.xs-1 { width: 8.33333333%; }
@media (min-width: 768px) {
  .sm-12{ width: 100%; }
  .sm-11{ width: 91.66666667%; }
  .sm-10{ width: 83.33333333%; }
  .sm-9 { width: 75%; }
  .sm-8 { width: 66.66666667%; }
  .sm-7 { width: 58.33333333%; }
  .sm-6 { width: 50%; }
  .sm-5 { width: 41.66666667%; }
  .sm-4 { width: 33.33333333%; }
  .sm-3 { width: 25%; }
  .sm-2 { width: 16.66666667%; }
  .sm-1 { width: 8.33333333%; }
}
@media (min-width: 992px) {
  .md-12{ width: 100%; }
  .md-11{ width: 91.66666667%; }
  .md-10{ width: 83.33333333%; }
  .md-9 { width: 75%; }
  .md-8 { width: 66.66666667%; }
  .md-7 { width: 58.33333333%; }
  .md-6 { width: 50%; }
  .md-5 { width: 41.66666667%; }
  .md-4 { width: 33.33333333%; }
  .md-3 { width: 25%; }
  .md-2 { width: 16.66666667%; }
  .md-1 { width: 8.33333333%; }
}
.tooltip-inner,
a,
a[href^=tel]{
	text-decoration:none;
}
.button,
.input,
.textarea,
html{
	background-color:#FFFFFF;
}
.button,
.checkbox,
.control,
.input,
.radio,
.textarea{
	position:relative
}
.button{
	align-items:center;
	border:1px solid #dbdbdb;
	border-radius:3px;
	padding-bottom:calc(.375em - 1px);
	padding-top:calc(.375em - 1px);
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding-left:.75em;
	padding-right:.75em;
	text-align:center;
	white-space:nowrap
}
a.button,
button.button,
input[type=submit]
.button{
	text-transform: uppercase;
	line-height:1;
	padding-bottom:.4em;
	padding-top:1.1em;
}
a,form{
	display:block;
}
.clear,
.clearfix{
	clear:both;
}
.obrigatorio{
	color:#FF0000;
}
.clear-mobile,
.clear-tablet{
	display: none;
}
a[href^=tel]{
	color:inherit
}
a{
	-webkit-transition:none 86ms ease-out;
	transition:none 86ms ease-out;
	background:0 0;
	outline:0
}
img{
	border:0;
	display: block;
}
li,ul{
	list-style:none;
}
form,h1,h2,h3,h4,h5,h6,li,p{
	padding:0px;
	margin:0px;
}
h1,h2, h3, h4{
	font-weight: 100;
}
p{
	line-height:25px;
	font-size:12px;
}
ul{
	margin:0;
	padding:0;
}
span[class^=skype_pnh_container]{
	display:none!important;
}
span[class^=skype_pnh_print_container]{
	display:inline!important;
}
::-moz-selection {
	background: #04500f;
	color: #FFF;
}
::selection {
	background: #04500f;
    color: #FFF;
}
a.disabled {
   pointer-events: none;
   cursor: default;
}
.alert-dev {
    color: #c09853;
    background-color: #fcf8e3;
    border-bottom: 1px solid #d4c9b4;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    font-size: 12px;
}

/* PLACEHOLDER */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}
::placeholder { /* Most modern browsers support this now. */
   color:    #000;
}

/* ESCONDIDO DA VIEW */
.escondido-da-view{
	position:fixed;
	left:-1000px;
	top:-1000px;
}

/* DIV CONTEÚDO GERAL */
.conteudo{
	width:100%;
	max-width:1200px;
	min-width:300px;
	padding-right:15px!important;
	padding-left:15px!important;
	margin-right:auto;
	margin-left:auto;
}

/* PÁGINA NÃO ENCONTRADA */
.pagina-naoencontrada{
	width:100%;
	padding-top:280px;
	padding-bottom:200px;
	text-align:center;
	color:#000;
}
.erro-404{
	background: #FFFFFF;
	font-size:100px !important;
}
.texto-404{
	background: #FFFFFF;
	font-size:25px;
}

/* MGS FORMULÁRIOS */
.msg-erro,
.msg-ok{
	font-size:13px;
	text-transform:uppercase;
}
.msg-erro{
	color:red!important;
}
.msg-ok{
	color:#090!important;
}
.msg-total-ok{
	background-color:#DFF0D8;
	border:1px solid #9FC76F;
	color:#468847;
	padding:15px;
	font-size: 14px;
}
.msg-total-erro{
	background-color:#F2DEDE;
	border:1px solid #F27B81;
	color:#B94A48;
	padding:14px;
	font-size: 14px;
}

/* BOTÃO VOLTAR TOPO */
.botao-voltar-topo{
	width: 45px;
	height: 45px;
	border-radius: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	z-index: 99999;
	display: none;
	background:url('../../imagens/topo.svg') top center no-repeat;
	background-size: 100%;
}

/* DEGRADE */
.degrade-botao{
	background: #079e1d !important;
	background: -moz-linear-gradient(left,  #079e1d 0%, #04500f 100%) !important;
	background: -webkit-linear-gradient(left,  #079e1d 0%,#04500f 100%) !important;
	background: linear-gradient(to right,  #079e1d 0%,#04500f 100%) !important;
}
.degrade-botao:hover{
	background: #079e1d !important;
}

/* BOTÃO PRIMÁRIO */
.botao-primario{
	color: #FFF;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border: 0px;
	border-radius: 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* BOTÃO SECUNDARIO */
.botao-secundario{
	color: #FFF;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border: 0px;
	border-radius: 100px;
	background: #6aa5cc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.botao-secundario:hover{
	background: #FFF;
	color: #000;
	border: 1px solid #B4B4B4;
}

/* BOTÃO TERCIARIO */
.botao-terciario{
	color: #FFF;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border: 0px;
	border-radius: 100px;
	background: #464646;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.botao-terciario:hover{
	background: #555;
	color: #FFF;
}

/* FONTES */
@font-face {
    font-family: 'gilroyblack';
    src: url('../../css/fontes/gilroy-black-webfont.woff2') format('woff2'),
         url('../../css/fontes/gilroy-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroybold';
    src: url('../../css/fontes/gilroy-bold-webfont.woff2') format('woff2'),
         url('../../css/fontes/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroyextrabold';
    src: url('../../css/fontes/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../../css/fontes/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilroylight';
    src: url('../../css/fontes/gilroy-light-webfont.woff2') format('woff2'),
         url('../../css/fontes/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ESTILO TEXTO EDITOR */
.texto-editor, .texto-editor p{
	text-align: left;
}
.texto-editor img, .texto-editor iframe{
	max-width: 100%;
	display: block;
	height: auto;
}
.texto-editor iframe{
	min-height: 315px;
}
.texto-editor a{
	display: inline;
	color: #12a19b;
}
.texto-editor a:hover{
	text-decoration: underline;
}
.texto-editor ul{
	list-style:disc !important;
	padding-left: 10px !important;
    margin-left: 10px !important;
}
.texto-editor ul li{
	list-style:disc !important;
}
.texto-editor p {
    display: block;
    -webkit-margin-before: 2em;
    -webkit-margin-after: 2em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.texto-editor h1 {
    display: block;
    font-size: 2em !important;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.texto-editor h2 {
    display: block;
    font-size: 1.5em !important;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h3 {
    display: block;
    font-size: 1.17em !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h5 {
    display: block;
    font-size: 0.83em !important;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h6 {
    display: block;
    font-size: 0.67em !important;
    -webkit-margin-before: 2.33em;
    -webkit-margin-after: 2.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}

/* PÁGINAÇÃO: PADRÃO */
.contorno-botoes-paginacao{
	display: table;
	margin: 0 auto;
}
.contorno-botoes-paginacao a{
	float: left;
	font-size: 14px;
	color: #000;
	width: 25px;
	padding-bottom: 7px;
	text-align: center;
}
.contorno-botoes-paginacao a + a{
	margin-left: 10px;
}
.contorno-botoes-paginacao a:hover,
.pagina-selecionada{
	color: #04500f;
	border-bottom: 1px solid #04500f;
}
.pagina-anterior,
.proxima-pagina{
	width: auto !important;
	border: 0px !important;
	padding-bottom: 0px !important;
}
.pagina-anterior{
	padding-left: 19px;
	margin-right: 13px !important;
	background: url('../../imagens/cases/seta-paginacao-prev.svg') left 50% no-repeat;
}
.proxima-pagina{
	padding-right: 19px;
	margin-left: 23px !important;
	background: url('../../imagens/cases/seta-paginacao-next.svg') right 50% no-repeat;	
}
.pagina-anterior:hover{
	background: url('../../imagens/cases/seta-paginacao-prev-hover.svg') left 50% no-repeat !important;
}
.proxima-pagina:hover{
	background: url('../../imagens/cases/seta-paginacao-next-hover.svg') right 50% no-repeat !important;
}

/* MSG PADRAO NENHUM ITEM */
.nenhum-item-cadastrado{
	color: #A5A5A5;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #D4D4D4;
}

/* HIDDEN, VISIBLE MEDIAS */
.visible-desktop{
	display: block !important;
}
.visible-mobile{
	display: none !important;
}
.visible-tablet{
	display: none !important;
}
.hidden-desktop{
	display: none !important;
}

/* MOBILE */
@media (max-width: 767px){
	.clear-mobile{
		clear: both;
		display: block !important;
	}
	.visible-mobile{
		display: block !important;
	}
	.visible-desktop{
		display: none !important;
	}
	.visible-tablet{
		display: none !important;
	}
	.hidden-mobile{
		display: none !important;
	}
	.hidden-desktop{
		display: block !important;
	}
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.clear-tablet{
		clear: both;
		display: block !important;
	}
	.visible-desktop{
		display: none !important;
	}
	.visible-mobile{
		display: none !important;
	}
	.visible-tablet{
		display: block !important;
	}
	.hidden-desktop{
		display: block !important;
	}
}
/* TABLET */
@media (min-width: 992px){
	.clear-desktop{
		clear: both;
		display: block !important;
	}
}
/* PACE BAR LOAD PAGE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #006bb1;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}/**
 * 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);
  }
}/* CSS PADRÃO */
*{
	font-family: 'TofinoPersonal-Bold';
}
html{
	font-size:16px;
}
.obrigatorio{
	color:#FF0000;
}
.alert-dev {
    color: #c09853;
    background-color: #fcf8e3;
    border-bottom: 1px solid #d4c9b4;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    font-size: 12px;
}

/* SELECTION */
::-moz-selection {
	background: #EA654E;
	color: #FFF;
}
::selection {
	background: #EA654E;
    color: #FFF;
}

/* FONTES */
@font-face {
  font-family: 'TofinoPersonal-Book';
  src: url('../../css/fontes/TofinoPersonal-Book.eot?#iefix') format('embedded-opentype'),  url('../../css/fontes/TofinoPersonal-Book.otf')  format('opentype'),
	     url('../../css/fontes/TofinoPersonal-Book.woff') format('woff'), url('../../css/fontes/TofinoPersonal-Book.ttf')  format('truetype'), url('../../css/fontes/TofinoPersonal-Book.svg#TofinoPersonal-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TofinoPersonal-Bold';
  src: url('../../css/fontes/TofinoPersonal-Bold.eot?#iefix') format('embedded-opentype'),  url('../../css/fontes/TofinoPersonal-Bold.otf')  format('opentype'),
	     url('../../css/fontes/TofinoPersonal-Bold.woff') format('woff'), url('../../css/fontes/TofinoPersonal-Bold.ttf')  format('truetype'), url('../../css/fontes/TofinoPersonal-Bold.svg#TofinoPersonal-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* PLACEHOLDER */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}
::placeholder { /* Most modern browsers support this now. */
   color:    #000;
}

/* DIV CONTEÚDO GERAL */
.conteudo{
	max-width:1200px;
}

/* PÁGINA NÃO ENCONTRADA */
.pagina-naoencontrada{
	width:100%;
	padding-top:300px;
	padding-bottom:200px;
	text-align:center;
	color:#707070;
}
.erro-404{
	background: #FFFFFF;
	font-weight: bold;
	font-size:100px !important;
}
.texto-404{
	background: #FFFFFF;
	font-size:25px;
	font-weight: bold;
}

/* MGS FORMULÁRIOS */
.msg-erro,
.msg-ok{
	font-size:13px;
	text-transform:uppercase;
}
.msg-erro{
	color:red!important;
}
.msg-ok{
	color:#090!important;
}
.msg-total-ok{
	background-color:#DFF0D8;
	border:1px solid #9FC76F;
	color:#468847;
	padding:15px;
	font-size: 14px;
	font-family: 'TofinoPersonal-Book';
}
.msg-total-erro{
	background-color:#F2DEDE;
	border:1px solid #F27B81;
	color:#B94A48;
	padding:14px;
	font-size: 14px;
	font-family: 'TofinoPersonal-Book';
}

/* BOTÃO VOLTAR TOPO */
.botao-voltar-topo{
	width: 37px;
	height: 37px;
	border-radius: 10px;
	position: fixed;
	right: 65px;
	bottom: 20px;
	cursor: pointer;
	z-index: 99999;
	display: none;
	background:url('../../imagens/topo.svg') top center no-repeat;
	background-size: 100%;
}
.botao-voltar-topo:hover{
	background:url('../../imagens/topo-hover.svg') top center no-repeat;
	background-size: 100%;
}

.botao-wpp{
	width: 37px;
	height: 37px;
	border-radius: 10px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	z-index: 99999;
	display: none;
	background: url(/imagens/pagina-inicial/wpp.svg) center center / 60% no-repeat #4CAF50;
}
.botao-wpp:hover{
	background: url(/imagens/pagina-inicial/wpp.svg) center center / 60% no-repeat #39953D;
}

/* BOTÃO PRIMÁRIO */
.botao-primario{
	color: #FFF;
	text-align: center;
	cursor: pointer;
	outline: none;
	font-size: 14px;
	background: #354658;
	border-radius: 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px !important;
	    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.botao-primario:hover{
	background: #2D3A4A;
}

/* BOTÃO SECUNDARIO */
.botao-secundario{
	color: #FFF;
	text-align: center;
	cursor: pointer;
	outline: none;
	font-size: 14px;
	background: #EA654E;
	border-radius: 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px !important;
	    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.botao-secundario:hover{
	color: #FFF;
	background: #E6462B;
}

/* BOTÃO TERCIARIO */
.botao-terciario{
	
}
.botao-terciario:hover{
	
}

/* PACE BAR LOAD PAGE */
.pace .pace-progress {
    background: #EA654E;
    z-index: 2000;
    top: 0;
    height: 2px;
}

/* ESTILO TEXTO EDITOR */
.texto-editor, .texto-editor p{
	text-align: left;
}
.texto-editor img, .texto-editor iframe{
	max-width: 100%;
	display: block;
}
.texto-editor a{
	display: inline;
	color: #12a19b;
}
.texto-editor a:hover{
	text-decoration: underline;
}
.texto-editor ul{
	list-style:disc !important;
	padding-left: 10px !important;
    margin-left: 10px !important;
}
.texto-editor ul li{
	list-style:disc !important;
}
.texto-editor p {
    display: block;
    -webkit-margin-before: 2em;
    -webkit-margin-after: 2em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.texto-editor h1 {
    display: block;
    font-size: 2em !important;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.texto-editor h2 {
    display: block;
    font-size: 1.5em !important;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h3 {
    display: block;
    font-size: 1.17em !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h5 {
    display: block;
    font-size: 0.83em !important;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h6 {
    display: block;
    font-size: 0.67em !important;
    -webkit-margin-before: 2.33em;
    -webkit-margin-after: 2.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}

/* PÁGINAÇÃO: PADRÃO */
.contorno-botoes-paginacao{
	display: table;
	margin: 0 auto;
}
.contorno-botoes-paginacao a{
	float: left;
	font-size: 14px;
	color: #000;
	width: 25px;
	padding-bottom: 7px;
	text-align: center;
}
.contorno-botoes-paginacao a + a{
	margin-left: 10px;
}
.contorno-botoes-paginacao a:hover,
.pagina-selecionada{
	color: #04500f;
}
.pagina-anterior,
.proxima-pagina{
	
}
.pagina-anterior{

}
.proxima-pagina{

}
.pagina-anterior:hover{
	
}
.proxima-pagina:hover{
	
}

/* MSG PADRAO NENHUM ITEM */
.nenhum-item-cadastrado{
	color: #A5A5A5;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #D4D4D4;
}

@keyframes arrow-movement {
    0% {
        bottom: -15px;
    }
    70% {
        bottom: -3px;
    }
    100% {
        bottom: -15px;
    }
}.total-cabecalho{
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: transparent;
	transition: all 0.3s ease-in-out 0s;
}
.total-cabecalho .logo{
	width: 217px;
	float: left;
	padding-top: 9px;
}
.total-cabecalho .logo img{
	width: 100%;
	display: block;
}
.total-cabecalho .contorno-logo{
	float: left;
	display: table;
}
.total-cabecalho .contorno-controles{
	display: table;
	float: right;
}
.total-cabecalho .contorno-controles ul{
	float: left;
	padding-top: 38px;
}
.total-cabecalho .contorno-controles ul li{
	float: left;
}
.total-cabecalho .contorno-controles ul li a{
	color: #FFF;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	letter-spacing: 1px;
}
.total-cabecalho .contorno-controles ul li a .borda{
	height: 3px;
	width: 100%;
	margin-top: 5px;
	background: #354658;
	opacity: 0;
	transition: 1s;
}
.total-cabecalho .contorno-controles ul li a.selected .borda,
.total-cabecalho .contorno-controles ul li a:hover .borda{
	opacity: 10;
	transition: 1s;
}
.total-cabecalho .telefone{
	font-size: 16px;
	color: #FFF;
	float: left;
	padding-top: 38px;
	padding-left: 23px;
	padding-right: 23px;
}
.total-cabecalho .display{
	float: left;
}
.total-cabecalho .display a{
	float: left;
	margin-top: 22px;
	height: 42px;
	line-height: 42px;
	padding-left: 50px;
	padding-right: 24px;
	background:url('../../imagens/pagina-inicial/wpp.svg') 24px 50% no-repeat #354658;
}
.total-cabecalho .display a:hover{
	background:url('../../imagens/pagina-inicial/wpp.svg') 24px 50% no-repeat #2D3A4A;	
}
.total-cabecalho .contorno-controles .icone-menu{
	width: 39px;
	height: 19px;
	float: right;
	display: none;
	margin-top: 23px;
	cursor: pointer;
	background: url('../../imagens/menu.svg') 0px 0px no-repeat;
}

/* CAB INTERNO */
.cabecalho-interno,
.total-cabecalho-fixo{
	background: url(../../imagens/padrao.svg) left top repeat;
	background-color: #ff654c;
    background-size: 92px;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-cabecalho .contorno-controles ul,
	.total-cabecalho .display{
		display: none;
	}
	.total-cabecalho .contorno-controles .icone-menu{
		display: block;
	}
	.total-cabecalho .logo{
		width: 150px;
	}
	.total-cabecalho{
		height: 65px;
	}
	.total-cabecalho .telefone{
		display: none;
		padding-top: 25px;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-cabecalho .contorno-controles ul,
	.total-cabecalho .display{
		display: none;
	}
	.total-cabecalho .contorno-controles .icone-menu{
		display: block;
	}
	.total-cabecalho .logo{
		width: 150px;
	}
	.total-cabecalho{
		height: 65px;
	}
	.total-cabecalho .telefone{
		display: none;
	}
}/* MENUS RESPONSIVO */
.total-menu-responsivo-topo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999999999;
}
.total-menu-responsivo-topo .display-menu-responsivo{
    width: 400px;
    position: relative;
}
.contorno-menu-responsivo-topo {
    background: #EA654E;
    height: 100%;
    width: 845px;
    position: fixed;
    top: 0px;
    right: -860px;
    margin-top: 0px;
    float: none;
    padding-top: 30px;
    padding-left: 70px;
    padding-right: 70px;
    z-index: 9;
    overflow: auto;
    padding-bottom: 85px;
    -webkit-box-shadow: 0 0 14px -4px rgba(0,0,0,0.85);
    -moz-box-shadow: 0 0 14px -4px rgba(0,0,0,0.85);
    box-shadow: 0 0 14px -4px rgba(0,0,0,0.85);
}
.contorno-menu-responsivo-topo .padding-menu-responsivo a {
    color: #FFF;
    display: table;
    font-size: 15px;
    position: relative;
}
.contorno-menu-responsivo-topo .padding-menu-responsivo a:hover{    
    opacity: 0.8;
}
.contorno-menu-responsivo-topo .padding-menu-responsivo li{
    border-bottom: 1px solid #E6462B;
    padding-bottom:15px;
}
.contorno-menu-responsivo-topo .padding-menu-responsivo li + li {
    margin-top: 21px;
}
.contorno-menu-responsivo-topo .close-menu-mobile {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background:url('../../imagens/menu-desktop/fechar.svg') center top no-repeat;
}
.contorno-menu-responsivo-topo .close-menu-mobile:hover{
    opacity: 0.8;
}
.contorno-menu-responsivo-topo::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}
.contorno-menu-responsivo-topo::-webkit-scrollbar {
    width: 6px;
    background: #FFFFFF;
}
.contorno-menu-responsivo-topo::-webkit-scrollbar-thumb {
    background: #E6462B;
}
.contorno-botao-menu-responsivo{
    height: 19px;
    line-height: 22px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    padding-left: 51px;
    margin-bottom: 87px;
    background: url('../../imagens/menu-desktop/menu.svg') 0px 50% no-repeat;
}
.contorno-menu-responsivo-topo .botao-primario{
    float: left;
    margin-top: 22px;
    height: 42px;
    line-height: 42px;
    padding-left: 50px;
    padding-right: 24px;
    background:url('../../imagens/pagina-inicial/wpp.svg') 24px 50% no-repeat #354658;
}
.contorno-menu-responsivo-topo .botao-primario:hover{
    background:url('../../imagens/pagina-inicial/wpp.svg') 24px 50% no-repeat #2D3A4A;  
}

/* FUNDO TELA */
.fundo-tela-open-menu {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 999999999;
    position: fixed;
    background: url(../../imagens/fundo-transparente-open-menu.png);
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
    .total-menu-responsivo-topo .display-menu-responsivo{
        width: 100%;
    }
    .contorno-menu-responsivo-topo {
        width: 350px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* MOBILE */
@media (max-width: 767px){
    .total-menu-responsivo-topo .display-menu-responsivo{
        width: 100%;
    }
    .contorno-menu-responsivo-topo {
        width: 300px;
        padding-left: 40px;
        padding-right: 40px;
    }
}.total-rodape{
	width: 100%;
	position: relative;
	padding-top: 520px;
	margin-top: -295px;
	background: url('../../imagens/pagina-inicial/detalhe-rodape.svg') center top no-repeat;
	background-size: cover;
}
.fundo-complemento{
	background: #354658;
	height: 70px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
}

/* MOBILE */
@media (max-width: 767px){
	.total-rodape{
		margin-top: -410px;
		padding-top: 600px;
	}
}

/* INSTAGRAM */
.total-instagram{
	position: relative;
	z-index: 99;
}
.total-instagram .esquerda{
	width: 306px;
	float: left;
	padding-right: 80px;
}
.total-instagram .esquerda .icone-instagram{
	width: 100%;
	height: 54px;
	margin-bottom: 8px;
	background: url('../../imagens/pagina-inicial/insta-icon.svg') center top no-repeat;
}
.total-instagram .esquerda h1,
.total-instagram .esquerda h1 p{
	font-size: 24px;
	color: #FFF;
	text-align: center;
	line-height: 39px;
	font-family: 'TofinoPersonal-Book';
}
.total-instagram .esquerda h1 p strong{
	font-size: 36px;
}		
.total-instagram .esquerda .botao-secundario{
	height: 42px;
	line-height: 42px;
	padding-left: 30px;
	padding-right: 30px;
	display: table;
	margin-top: 30px;
}
.total-instagram .direita{
	width: calc(100% - 306px);
	float: left;
}

/* FOTOS */
.total-fotos-instagram{
	width: 100%;
	min-height: 10px;
	padding-left: 26.555px;
	padding-right: 26.555px;
	position: relative;
}
.total-fotos-instagram .swiper-container-instagram {
	width: 100%;
	height: 100%;
	min-height: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	z-index: 1;
}
.total-fotos-instagram .swiper-slide {
	padding-top:32%;
	width: calc(33.333% - 10px);
	margin-right: 10px;
}
.total-fotos-instagram .next-fotos,
.total-fotos-instagram .prev-fotos{
    width: 12px;
    height: 22px;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 99;
}
.total-fotos-instagram .next-fotos img,
.total-fotos-instagram .prev-fotos img{
	width: 100%;
	display: block;
}
.total-fotos-instagram .prev-fotos {
    left: 0px;
}
.total-fotos-instagram .next-fotos{
    right: 0px;
}
.total-fotos-instagram .swiper-button-disabled{
	opacity: 0.5;
}

/* TABLET */
@media (max-width: 991px){
	.total-fotos-instagram .swiper-slide {
		padding-top:50%;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-instagram .esquerda{
		display: table;
		margin: 0 auto;
		padding-right: 0px;
		float: none;
	}
	.total-instagram .esquerda .botao-secundario{
		margin: 0 auto;
		margin-top: 30px;
	}
	.total-instagram .direita{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.total-fotos-instagram .swiper-slide {
		padding-top:50%;
	}
}

/* CONTEUDO */
.total-rodape .conteudo-rodape{
	width: 100%;
	/*background: #354658;*/
	padding-top:120px;
	padding-bottom: 65px;
	position: relative;
	z-index: 9;
}
.total-rodape .conteudo-rodape .logo-rodape{
	width: 233px;
	float: left;
	margin-top: 17px;
}
.total-rodape .conteudo-rodape .logo-rodape a img{
	width: 100%;
	display: block;
}
.total-rodape .conteudo-rodape .informacoes-rodape{
	width: calc(100% - 328px);
	float: left;
	padding-left: 65px;
	padding-right: 65px;
}
.total-rodape .conteudo-rodape .informacoes-rodape h1{
	margin-bottom: 15px;
}
.total-rodape .conteudo-rodape .informacoes-rodape h1,
.total-rodape .conteudo-rodape .informacoes-rodape h1 p{
	color: #FFF;
	font-size: 22px;
	text-align: left;
}
.total-rodape .conteudo-rodape .informacoes-rodape .esquerda-rodape{
	float: left;
	width: 55%;
	padding-right: 15px;
}
.total-rodape .conteudo-rodape .informacoes-rodape .esquerda-rodape p{
	color: #FFF;
	font-size: 16px;
	padding-left: 25px;
	font-family: 'TofinoPersonal-Book';
}
.total-rodape .conteudo-rodape .informacoes-rodape .esquerda-rodape p a{
	display: table;
	color: #FFF;
	font-family: 'TofinoPersonal-Book';
}
.total-rodape .conteudo-rodape .informacoes-rodape .direita-rodape{
	float: left;
	width: 45%;
	padding-left: 15px;
}
.total-rodape .conteudo-rodape .informacoes-rodape .direita-rodape p{
	color: #FFF;
	font-size: 16px;
	font-family: 'TofinoPersonal-Book';
}
.total-rodape .conteudo-rodape .informacoes-rodape .direita-rodape p strong{
	font-family: 'TofinoPersonal-Bold';			
}
.total-rodape .conteudo-rodape .informacoes-rodape .direita-rodape p a{
	color: #FFF;
	display: inline-block;
}
.total-rodape .conteudo-rodape .redes-rodape{
	width: 95px;
	margin-top: 38px;
	float: left;
}
.total-rodape .conteudo-rodape .redes-rodape p{
	color: #FFF;
	font-size: 14px;
	margin-bottom: 5px;
	font-family: 'TofinoPersonal-Book';
}
.total-rodape .conteudo-rodape .redes-rodape a{
	width: 35px;
	height: 35px;
	float: left;
}
.total-rodape .conteudo-rodape .redes-rodape a + a{
	margin-left: 10px;
}
.total-rodape .conteudo-rodape .redes-rodape .icone-facebook{
	background: url('../../imagens/pagina-inicial/facebook.svg') center top no-repeat;
}
.total-rodape .conteudo-rodape .redes-rodape .icone-facebook:hover{
	background: url('../../imagens/pagina-inicial/facebook-hover.svg') center top no-repeat;
	-webkit-filter: drop-shadow( 3px 3px 2px #303D4E);
	filter: drop-shadow( 3px 3px 2px #303D4E);
}
.total-rodape .conteudo-rodape .redes-rodape .icone-instagram{
	background: url('../../imagens/pagina-inicial/instagram.svg') center top no-repeat;
}
.total-rodape .conteudo-rodape .redes-rodape .icone-instagram:hover{
	background: url('../../imagens/pagina-inicial/instagram-hover.svg') center top no-repeat;
	-webkit-filter: drop-shadow( 3px 3px 2px #303D4E);
	filter: drop-shadow( 3px 3px 2px #303D4E);
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-rodape .conteudo-rodape .informacoes-rodape .esquerda-rodape,
	.total-rodape .conteudo-rodape .informacoes-rodape .direita-rodape{
		width: 100%;
		float: none;
	}
	.total-rodape .conteudo-rodape .informacoes-rodape .direita-rodape{
		margin-top: 30px;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-rodape .conteudo-rodape{
		padding-top: 65px;
	}
	.total-rodape .conteudo-rodape .logo-rodape{
		display: table;
		margin: 0 auto;
		float: none;
	}
	.total-rodape .conteudo-rodape .redes-rodape{
		margin: 30px auto 0px;
		float: none;
	}
	.total-rodape .conteudo-rodape .informacoes-rodape{
		width: 100%;
		float: none;
		padding: 0px;
		margin-top: 30px;
	}
	.total-rodape .conteudo-rodape .informacoes-rodape .esquerda-rodape,
	.total-rodape .conteudo-rodape .informacoes-rodape .direita-rodape{
		width: 100%;
		float: none;
	}
	.total-rodape .conteudo-rodape .informacoes-rodape .direita-rodape{
		margin-top: 30px;
	}
	.total-rodape .conteudo-rodape .informacoes-rodape .direita-rodape p{
		text-align: center;
	}
	.total-rodape .conteudo-rodape .informacoes-rodape h1,
	.total-rodape .conteudo-rodape .informacoes-rodape h1 p{
		text-align: center;
	}
	.total-rodape .conteudo-rodape .informacoes-rodape .esquerda-rodape p a,
	.total-rodape .conteudo-rodape .informacoes-rodape .esquerda-rodape p{
		padding: 0px;
		background: none !important;
		text-align: center;
		display: block;
	}
}

/* BAIXO RODAPE */
.total-baixo-rodape{
	width: 100%;
	background: #303D4D;
}
.total-baixo-rodape .baixo-left{
	float: left;
	width: 345px;
}
.total-baixo-rodape .baixo-center{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(100% - 590px);
}
.total-baixo-rodape .baixo-right{
	float: left;
	width: 245px;
}
.total-baixo-rodape .baixo-left p,
.total-baixo-rodape .baixo-center p,
.total-baixo-rodape .baixo-right p{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	font-family: 'TofinoPersonal-Book';
	color: #FFF;
}
.total-baixo-rodape .baixo-left strong,
.total-baixo-rodape .baixo-center strong,
.total-baixo-rodape .baixo-right strong{
	font-family: 'TofinoPersonal-Bold';
}
.total-baixo-rodape .baixo-left p{
	float: left;
	text-align: left;
}	
.total-baixo-rodape .baixo-center p{
	text-align: center;
}
.total-baixo-rodape .baixo-right p{
	text-align: right;
}
.total-baixo-rodape .baixo-left img{
	float: left;
	margin-left: 16px;
	margin-top: 14px;
}
.total-baixo-rodape .baixo-right a{
	display: inline-block;
	color: #FFF;
	font-family: 'TofinoPersonal-Bold';
}
.total-baixo-rodape .baixo-right a:hover{
	color: #EA654E;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-baixo-rodape .baixo-center p{
		line-height: 17px;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-baixo-rodape{
		padding-bottom: 5px;
	}
	.total-baixo-rodape .baixo-left,
	.total-baixo-rodape .baixo-center,
	.total-baixo-rodape .baixo-right{
		display:table;
		margin: 0 auto;
		float: none;
		width: auto;
	}
	.total-baixo-rodape .baixo-left p{
		padding-bottom: 5px;
	}
	.total-baixo-rodape .baixo-center p,
	.total-baixo-rodape .baixo-right p{
		padding-top: 5px;
		padding-bottom: 5px;
	}
}