@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0
}
body {
	position: relative;
  font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #100904;
	overflow-y: hidden;
	overflow-x: hidden;
}
body,
.ready body {
	overflow-y: auto;
	overflow-x: hidden !important;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none
}
a:focus,
a:hover {
	color: inherit
}
img {
  max-width: 100%;
  border: 0
}
.maps > iframe {
	border: 0;
	width: 100%;
	height: 300px;
}
footer {
	color: white;
	font-size: 85%;
	font-weight: bold;
	margin-top: 40px;
	padding-bottom: 40px;
	background-color: #1D4E89;
}

/*============================
cores de fontes / bgs
==============================*/
.color-darker {
    color: #100904
}
.color-lighter {
    color: white
}
.color-feature {
    color: #1D4E89
}
.color-inactive {
    color: #aaa
}
.bg-darker {
    background-color: #100904
}
.bg-lighter {
    background-color: white
}
.bg-feature {
    background-color: #1D4E89
}

/*============================
fontes e linhas
==============================*/
.lighter {
    font-weight: 300
}
.regular {
    font-weight: 400
}
.bold {
	font-weight: 700
}
.italic {
	font-style: italic
}
.line-sm {
	line-height: 0.7
}
.line-md {
    line-height: 1.5
}
.line-lg {
    line-height: 2.2
}
.fonte-sec {
	font-family: 'Arial Black', Arial, sans-serif;
}
.fonte-1x4 {
	font-size: 14px
}
.fonte-2x {
	font-size: 21px
}
.fonte-3x {
	font-size: 17px
}
.fonte-4x {
	font-size: 28px
}
.vmiddle, .vmiddle .table>tbody>tr>td {
	vertical-align: middle
}
.text-disabled,
.text-disabled > * {
	color: #aaa !important
}

/*============================
estruturas de layout
==============================*/
.top-page {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: relative;
	height: 200px;
}
.mobile-center {
	text-align: center
}
.margin-mobile {
	margin-bottom: 20px
}
.loading {
  text-align: center;
  font-weight: 500;
  color: #90000b;
  opacity: 0;
  transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}
.loading.carregando {
  opacity: 1;
  padding: 30px;
}
.ani {
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-inverse {
	color: #1d4e89;
	font-family: 'Arial Black', Arial, sans-serif;
	text-transform: uppercase;
	background-color: white;
	margin-top: 5px;
	display: block;
	width: 100%;
	padding: 4px;
}
.btn-inverse:hover,
.btn-inverse:focus {
	color: #333
}
.relative {
	position: relative
}
.absolute {
	position: absolute
}
.pointer {
	cursor: pointer
}
.spc {
    padding: 10px
}
.pad-right {
	padding-right: 15px
}
.min-spc {
    padding-top: 10px
}
.spc-ver {
    padding-top: 10px;
    padding-bottom: 10px;
}
.spc-hor {
    padding-left: 10px;
    padding-right: 10px;
}
.big-spc {
	padding: 30px
}
.big-spc-hor {
    padding-left: 30px;
    padding-right: 30px;
}
.big-spc-ver {
    padding-top: 30px;
    padding-bottom: 30px;
}
.min-margin-top {
    margin-top: 5px
}
.min-spc-bottom {
    padding-bottom: 5px
}
.margin-top {
    margin-top: 15px
}
.margin-right {
    margin-right: 15px
}
.min-margin-bottom {
	margin-bottom: 5px
}
.med-margin-bottom {
	margin-bottom: 10px
}
.big-margin-ver {
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-ver {
    margin-top: 15px;
    margin-bottom: 15px;
}
.margin-bottom-mobile,
.margin-bottom {
    margin-bottom: 15px
}
.big-margin-bottom {
    margin-bottom: 30px
}
.no-padding {
    padding-right: 0;
    padding-left: 0
}
.filter-on-form {
    display: none
}
.no-margin-hor {
	margin-left: 0;
	margin-right: 0
}
.no-margin-ver {
	margin-top: 0;
	margin-bottom: 0
}
.no-border {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.submete {
	width: 100%
}

/*============================
estilo do form de login (admin)
==============================*/
.login {
    max-width: 300px;
    margin: 0 auto
}
.login form {
    padding: 6% 4%
}
.login input {
    width: 100%;
    margin-bottom: 4%;
    padding: 4%;
    font-size: 120%
}
.login input[type="text"],
.login input[type="password"] {
    background: white;
    border: 1px solid #1D4E89;
    color: #444443
}
.login input[type="submit"] {
    background-color: #1D4E89;
    color: white;
    border: 0;
    cursor: pointer;
}
.login input[type="submit"]:hover {
    background-color: #1D4E89
}

/*============================
bootstrap override
==============================*/
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0
}
.navbar-default .navbar-collapse,
.navbar-default {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
    padding: 0px;
}
.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	background: white;
}
.navbar-default .navbar-brand {
	background-image: url(../../content/static/logo.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
}
.navbar-default .nav {
    margin: 0;
}
.navbar-default .nav > li {
	text-align: center;
	position: relative;
}
.navbar-default .nav > li > a {
	color: white;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:active {
	background-color: transparent;
	color: #f5f5f5;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #1D4E89;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: blue;
}
.form-control {
	border-radius: 0px;
	border-color: #1d4e89
}

.contato .form-group label {
	display: block;
	text-transform: uppercase;
	color: #1d4e89;
	font-size: 15px;
	font-weight: 700;
	width: 100%;
	text-align: left;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.contato .botao {
	padding: 9px 20px;
	display: block;
	font-weight: bold;
	border: 0;
	color: white;
	background-color: #1D4E89;
}

/*============================
atualize seu navegador
==============================*/
.atualize {
	position: absolute;
	position: fixed;
	z-index: 111111;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 1px solid #a29330;
	background-color: #fdf2ab;
	text-align: center;
	cursor: pointer;
	color: black;
	font-size: 12px;
}
.atualize div {
	padding: 5px 36px 5px 40px
}
.atualize a,
.atualize a:visited  {
	color:#e25600;
	text-decoration: underline;
}

/*============================
estilos icone voltar ao topo
==============================*/
.cd-top {
    width: 50px;
    height: 50px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	border: 1px solid #100904;
    background: url(../../content/static/fixed/top.png) no-repeat center;
	background-size: contain;
}
.cd-top.cd-is-static {
	position: relative;
	float: right;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 0.7;
    z-index: 100
}
.cd-top.cd-is-visible:hover {
	opacity: 1;
}

/*============================
swiper
==============================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.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-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 31px;
  height: 60px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.02;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev {
  background-image: url(../../content/static/seta-l.png);
  left: 20px;
  right: auto;
}
.swiper-button-next {
  background-image: url(../../content/static/seta-r.png);
  right: 20px;
  left: auto;
}
.gallery-thumbs .swiper-slide {
	opacity: 0.3;
}
.gallery-thumbs .swiper-slide-active {
	opacity:1;
}
/* 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;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: 1;
}
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 .swiper-pagination-bullet,
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid white;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #1d4e89;
  border-color: #004f75;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #1d4e89;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10%;
  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-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-slide h2,
.swiper-slide h4 {
	text-align: left;
	text-shadow: 1px 1px 0px rgba(10, 10, 10, 0.9);
	font-size: 32px;
	line-height: 0.85;
	color: white;
}
.swiper-slide h2 {
	font-family: 'Arial Black', Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -0.10em;
	margin-bottom: 20px;
}

/** ########## CSS Novo  ############# */

body { overflow-x: hidden; }

/** padrão  */
.box-titulo { width: 100%; color: #1D4E89; font-family: 'Arial Black', Arial, sans-serif; font-size: 18px; line-height: 18px; margin-top: 10px; }
.box-home .box-titulo {margin-top:40px}
.box-titulo hr { width: 50px; background-color: #2B9CD5; height: 3px; float: left; margin: 0px; margin-top: 5px; }
main section { display: block; }

#home .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.degrade {
   border: 0;
   color: white;
   background: rgba(43,156,213,1); background: -moz-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
   background: -webkit-gradient(left top, right top, color-stop(0%, rgba(43,156,213,1)), color-stop(100%, rgba(29,78,137,1)));
   background: -webkit-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
   background: -o-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
   background: -ms-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
   background: linear-gradient(to right, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9cd5', endColorstr='#1d4e89', GradientType=1 );
   transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.degrade.show {
	width: 100%;
}
.hover-degrade:hover,
.hover-degrade:focus {
	background: #1d4e89;
	background: -moz-linear-gradient(left, #1d4e89 0%, #2b9cd5 100%);
	background: -webkit-linear-gradient(left, #1d4e89 0%,#2b9cd5 100%);
	background: linear-gradient(to right, #1d4e89 0%,#2b9cd5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4e89', endColorstr='#2b9cd5',GradientType=1 );
}

.slick-next { background-image: url(../../content/static/seta-r.png); background-repeat: no-repeat; background-position: center; }
.slick-next:hover { background-image: url(../../content/static/seta-r.png); background-repeat: no-repeat; background-position: center; }
.slick-prev { background-image: url(../../content/static/seta-l.png); background-repeat: no-repeat; background-position: center; }
.slick-prev:hover { background-image: url(../../content/static/seta-l.png); background-repeat: no-repeat; background-position: center; }

/** Balão carrinho */
.balaoCar { overflow: auto; width: 100%; border: 1px solid #1D4E89; max-height: 500px; position: absolute; z-index: 99999999; background-color: #fff; padding: 30px; top: 20px; display: none; }
.balaoCar:before { content: ""; width: 0; height: 0; position: absolute; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 10px solid #fff; top: -10px; left: 90%; }
.balaoCar .conteudo { margin: 20px 0px; font-size: 13px }
.balaoCar .conteudo table { width: 100%; color: #1D4E89; }
.balaoCar .conteudo table tr th, #modal-login p { font-family: 'Arial Black', Arial, sans-serif; }
.balaoCar .conteudo table tr td { padding: 5px 0px; }
.balaoCar .conteudo table tr td .img { margin-right: 5px; width: 80px; height: 80px; overflow: hidden; background-color: #fff; border: 2px solid #809FB2; }
.balaoCar .fundo { width: 100%; }
.balaoCar .fundo .verCar { width: 35%; float: left;  text-align: left; }
.balaoCar .fundo .boxBtn { width: 65%; float: right; text-align: right; }
.balaoCar .fundo .boxBtn a { padding: 10px; color: #fff; }

/** Bolão Login */
.balaoLogin { width: 100%; border: 1px solid #1D4E89; max-height: 500px; position: absolute; z-index: 99999999; background-color: #fff; padding: 30px; top: 20px; display: none; }
.balaoLogin:before { content: ""; width: 0; height: 0; position: absolute; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 10px solid #fff; top: -10px; left: 90%; }
.balaoLogin .conteudo { width: 100%; }
.balaoLogin .conteudo form input { margin-bottom: 10px; border-radius: 0px; }
.balaoLogin .conteudo form input[type="submit"] { float: right; border: 0px; padding: 10px; font-size: 12px; color: #fff; line-height: 12px; font-family: 'Arial Black', Arial, sans-serif; }
.balaoLogin .conteudo .cadastro { width: 100%; text-align: center; color: #1D4E89; padding-top: 10px; }
.balaoLogin .conteudo .cadastro a { padding: 7px; color: #fff; margin-bottom: 10px; display: block; margin: 0 auto; width: 250px; margin-top: 5px; font-family: 'Arial Black', Arial, sans-serif; }

/** Header */
header .barra { background-color: #1D4E89;margin-bottom: 20px; color: #fff; padding: 10px; }
header .barra .conta { font-size: 20px; }
header .barra .conta .pessoa { float: left; cursor: pointer; }
header .barra .conta .pessoa i { font-size: 25px; margin: 5px; vertical-align: middle; }
header .barra .conta .pessoa img { margin: 5px; vertical-align: middle; }
header .barra .conta .pessoa span { vertical-align: middle; }
header .barra .conta .car { float: right; position: relative; cursor: pointer; }
header .barra .conta .pessoa .fa-angle-down { color: #2B9CD5 }
header .barra .conta .car span { position: absolute; background-color: #900; color: white; border-radius: 50%; width: 20px; padding: 4px; text-align: center; height: 20px; font-size: 9px; }
header .barra .conta .car img { vertical-align: -webkit-baseline-middle; }

header .formBusca {
	border: 2px solid #1D4E89;
	width: 100%;
	margin-bottom: 20px;
}
header .formBusca button {
	text-align: right;
	border: 0;
	background-color: transparent;
	padding: 5px 9px 0;
}

.navbar-collapse.in {
	overflow-y: visible
}

header .formBusca input[type="text"] { width: calc(100% - 45px); padding: 10px; border: 0; outline: none; color: #1D4E89; }
header .formBusca input[type="text"]::placeholder  { color: #1D4E89; }
header .formBusca i { color: #1D4E89; font-size: 24px; }

header .degrade { background: rgba(43,156,213,1); background: -moz-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
                  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(43,156,213,1)), color-stop(100%, rgba(29,78,137,1)));
                  background: -webkit-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
                  background: -o-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
                  background: -ms-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
                  background: linear-gradient(to right, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
                  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9cd5', endColorstr='#1d4e89', GradientType=1 ); }
header .degrade a { color: #fff; font-weight: bold; padding: 5px; display: block; }
header .degrade .col-sm-3 { border-left: 1px solid #fff; }
header .degrade .col-sm-3:first-child { border-left: 0px; }

header .degrade .oculto { position: absolute; background-color: #3371AF; width: 100%; padding: 10px 15px; display: none; }
header .degrade .oculto a { padding: 0px; font-weight: normal;  }
header .degrade .oculto a i { color: #2B9CD5; }

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #3371af;
	color: white;
}

.dropdown-menu {
	border: 0;
	background-color: #3371AF;
	border-radius: 0;
	margin-top: 0;
	width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.dropdown-menu > li > a {
	color: white;
	padding: 10px;
    font-weight: 300;
	text-decoration: none;
}
.caret {
	float: right;
	margin-top: 8px;
}
.caret.abridor {
	margin: 20px 20px 0;
    width: 20px;
    height: 20px;
    border-top: 10px dashed;
    border-top: 4px solid \9;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
/* multi level *
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .fa-angle-down {
	width: 40px;
    height: 40px;
	padding-top: 14px;
    text-align: center;
}
.dropdown-submenu.active>.dropdown-menu {
    display: block;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/

.cont-banner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
}

.top-bar { margin: 0px; z-index: 1040; position: relative; }
.boxInfoLateral { display: none; position: absolute; right: 0px; top: 170px; z-index: 99999; width: 322px; }
.boxInfoLateral a { color: #fff; }
.boxInfoLateral a:hover { color: #fff; }
.boxInfoLateral .tel,
.boxInfoLateral .mail { margin-bottom: 10px; padding: 20px; border-top-left-radius: 45px; border-bottom-left-radius: 45px; cursor: pointer; width: 322px; position: absolute; left: 82%;
                       background: rgba(43,156,213,1); background: -moz-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
                       background: -webkit-gradient(left top, right top, color-stop(0%, rgba(43,156,213,1)), color-stop(100%, rgba(29,78,137,1)));
                       background: -webkit-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
                       background: -o-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
                       background: -ms-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
                       background: linear-gradient(to right, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
                       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9cd5', endColorstr='#1d4e89', GradientType=1 ); }
.boxInfoLateral .tel img,
.boxInfoLateral .mail img { width: 30px; }
.boxInfoLateral .mail { margin-top: 90px }
.boxInfoLateral .tel .oculto,
.boxInfoLateral .mail .oculto { padding-left: 10px; font-weight: bold; color: #fff; }

.borderBlue {border: 1px solid #1D4E89}

/** Lista Produtos Home */
main .listaProdutoshome { margin-top: 20px; }
main .listaProdutoshome .item { background-color: #F2F2F2; padding: 20px; }
main .listaProdutoshome .item .img { background-color: #fff; width: 100%; overflow: hidden; border: 1px solid #A3BBCC; }
main .listaProdutoshome .item .botao a { font-size: 16px; line-height: 16px; display: block; padding: 10px; font-family: 'Arial Black', Arial, sans-serif; color: #fff; text-align: center; width: 100%; margin: 0 auto; 
	 background: rgba(43,156,213,1); background: -moz-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
	 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(43,156,213,1)), color-stop(100%, rgba(29,78,137,1)));
	 background: -webkit-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
	 background: -o-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
	 background: -ms-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
	 background: linear-gradient(to right, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9cd5', endColorstr='#1d4e89', GradientType=1 );  }
main .listaProdutoshome .item .botao:hover a,
main .listaProdutoshome .item .botao:focus a { 
	background: #1d4e89;
	background: -moz-linear-gradient(left, #1d4e89 0%, #2b9cd5 100%);
	background: -webkit-linear-gradient(left, #1d4e89 0%,#2b9cd5 100%);
	background: linear-gradient(to right, #1d4e89 0%,#2b9cd5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4e89', endColorstr='#2b9cd5',GradientType=1 );
}
main .listaProdutoshome .item .botao a img { float: left; padding-right: 10px; }
main .listaProdutoshome .item .descricao { width: 100%; color: #1D4E89; }
main .listaProdutoshome .item .descricao .titulo { width: 100%; margin-top: 10px; display: block; font-family: 'Arial Black', Arial, sans-serif; font-size: 20px; }
main .listaProdutoshome .item .descricao .conteudo { font-size: 90%; width: 100%; margin-top: 10px; margin-bottom: 10px; display: block; }
main .listaProdutoshome .item .descricao .menor { width: 100%; margin-top: 10px; margin-bottom: 10px; display: block; font-family: 'Arial'; font-size: 12px; color: #444; text-decoration: line-through }
main .listaProdutoshome .item .descricao .valor { width: 100%; margin-top: 10px; margin-bottom: 10px; display: block; font-family: 'Arial Black', Arial, sans-serif; font-size: 16px; color: #416ca0 }

/* detalhes de produtos */
main .detalheProdutos .item .botao {
	margin: 10px auto;
	float: none;
}
main .detalheProdutos .item .botao a { margin: auto; font-size: 16px; line-height: 16px; display: block; padding: 10px; font-family: 'Arial Black', Arial, sans-serif; color: #fff; text-align: right; width: 200px;
	 background: rgba(43,156,213,1); background: -moz-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
	 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(43,156,213,1)), color-stop(100%, rgba(29,78,137,1)));
	 background: -webkit-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
	 background: -o-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
	 background: -ms-linear-gradient(left, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
	 background: linear-gradient(to right, rgba(43,156,213,1) 0%, rgba(29,78,137,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9cd5', endColorstr='#1d4e89', GradientType=1 );  }
main .detalheProdutos .item .botao:hover a,
main .detalheProdutos .item .botao:focus a { 
	background: #1d4e89;
	background: -moz-linear-gradient(left, #1d4e89 0%, #2b9cd5 100%);
	background: -webkit-linear-gradient(left, #1d4e89 0%,#2b9cd5 100%);
	background: linear-gradient(to right, #1d4e89 0%,#2b9cd5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4e89', endColorstr='#2b9cd5',GradientType=1 );
}
main .detalheProdutos .item .botao a img { float: left; padding-right: 10px; }
main .detalheProdutos .item .descricao { width: 100%; color: #1D4E89; }
main .detalheProdutos .item .descricao .titulo { width: 100%; margin-top: 10px; display: block; font-family: 'Arial Black', Arial, sans-serif; font-size: 20px; }
main .detalheProdutos .item .descricao .conteudo { font-size: 90%; width: 100%; margin-top: 10px; margin-bottom: 10px; display: block; }
main .detalheProdutos .item .descricao .valor { width: 100%; margin-top: 10px; margin-bottom: 10px; display: block; font-family: 'Arial Black', Arial, sans-serif; font-size: 16px; color: #416ca0 }

.item .descricao .titulo { min-height: 80px }

/** Houver Header */
header .degrade .col-sm-3:hover .oculto { display: block; }

/* autocompletar - v 1.1 *
.autocomplete-w1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 12px 7px;
}
.autocomplete {
    color: #100904;
    font-style: italic;
	font-size: 13px;
    border: 1px solid #004f75;
    background: white;
    text-align: left;
	text-transform: capitalize;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px;
}
.autocomplete .selected {
  color: #ff5b35;
}
.autocomplete div {
  padding: 5px 10px;
  white-space: nowrap;
	cursor: pointer;
  overflow: hidden;
	text-overflow: ellipsis;
  border-bottom: 1px solid #eee;
}
.autocomplete div:hover {
  background-color: #f8f8f8;
}
.autocomplete strong {
	font-style: italic;
}
/**/
/* autocomplete v 1.4.9 */
.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { cursor: pointer; padding: 10px; border-bottom: 1px solid #eee; white-space: nowrap; overflow: hidden; font-size: 17px; }
.autocomplete-suggestion div img { margin-right: 5px; float: left; }
.autocomplete-suggestion div em { font-size: 14px; color: #004400; }
.autocomplete-no-suggestion { padding: 10px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 10px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/** Fornecedores */
main .fornecedores { width: 100%; margin-top: 20px; }

.faxada { width: 100%; background-color: #E2E9F0; padding: 40px 0px; }
.faxada hr { width: 30px; }

/** Footer  */
footer .news { background-color: #2B9CD5; padding: 20px; margin-bottom: 40px; padding-top: 30px; }
footer .news .text { color: #fff; font-size: 20px; line-height: 20px; font-family: 'Arial Black', Arial, sans-serif; }
footer .news input[type="email"] { padding: 10px; width: 80%; border: 2px solid #fff; color: #fff; background-color: #2B9CD5; font-family: arial; border-right: 0px; float: right; }
footer .news input[type="email"]::placeholder  { color: #fff; }
footer .news input[type="submit"] { color: #fff; font-family: 'Arial Black', Arial, sans-serif; border: 2px solid #fff; border-left: 0px; background-color: #2B9CD5; padding: 9px; padding-bottom: 11px; float: right; }
footer .news #retornoNews { width: 100%; padding-top: 10px; padding-left: 10px; }

footer .dadosEmpresa { color: #fff; font-family: arial; font-weight: normal; }

footer .menu { width: 100%; margin: 0; padding-left: 0; border: 0; font-size: 18px; font-family: 'Arial Black', Arial, sans-serif; margin-top: 20px; }	
footer .menu li { list-style: none; padding: 0px 20px; }
footer .menu li a { display: block; color: #fff; }
footer .menu li a hr { margin: 0px; border: 0px; background-color: #fff; height: 3px; width: 30px; }
footer .boxIcone { float: right; text-align: right; font-size: 50px; padding-left: 10px; }
footer .textFace { float: right; text-align: right; font-size: 14px; line-height: 14px; padding-top: 11px; }

/** Pagina da Empresa */
main .empresa { color: #809FB2; width: 100%; }
main .empresa .bannerEmpresa { width: 100%; margin-top: -15px; color: #809FB2; }
main .empresa .txt { line-height: 25px; padding: 80px 80px; }
main .empresa .diferenciais { background-color: #c7d6e0; padding: 30px; margin-bottom: 80px; }
main .empresa .diferenciais img { width: 145px; }
main .empresa .diferenciais .txtD { width: 195px; margin: 10px auto; color: #809FB2; }

/** FAQ */
main .faq { width: 100%; }
main .faq .txtDesc { padding: 20px 0px; color: #809FB2; }
main .faq .perguntas { width: 100%; }
main .faq .perguntas .item { width: 100%; cursor: pointer; padding: 8px 0px; }
main .faq .perguntas .item .duvida { width: 100%; border-bottom: 2px solid #2B9CD5; padding: 5px; }
main .faq .perguntas .item .duvida:last-child { border: 0px; }
main .faq .perguntas .item .duvida .pergunta { width: 90%; float: left; color: #1D4E89; font-family: 'Arial Black', Arial, sans-serif; }
main .faq .perguntas .item .duvida .seta     { width: 10%; float: left; color: #2B9CD5; font-size: 25px; padding-right: 10px; line-height: 25px; }
main .faq .perguntas .item .resposta { width: 100%; padding: 10px 0px; color: #809FB2; display: none; }

/** Contato */
main .contato { width: 100%; }
main .contato .dados { color: #1D4E89; font-family: 'Arial Black', Arial, sans-serif; padding-right: 25px; }
main .contato .dados .facebook { width: 100%; }
main .contato .dados .facebook .txt   { width: 85%; float: left; text-align: right; }
main .contato .dados .facebook .icone { width: 15%; float: left; }
main .contato .dados .facebook .icone i { font-size: 45px; }

.no-padding-ver {
    padding-top: 0;
    padding-bottom: 0
}

.item .img {
	position: relative;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.item .img .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0;
	z-index: 1;
	background-image: url('../../content/static/more.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(29, 78, 137, 0.7);
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.item:hover .img .mask,
.item:focus .img .mask {
	display: block;
	opacity: 1;
}
/* icones de categorias de produtos */
.categorias {
	padding-left: 0;
	margin-bottom: 0;
	display: block;
	background: #1d4e89;
	background: -moz-linear-gradient(left, #1d4e89 0%, #2b9cd5 100%);
	background: -webkit-linear-gradient(left, #1d4e89 0%,#2b9cd5 100%);
	background: linear-gradient(to right, #1d4e89 0%,#2b9cd5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4e89', endColorstr='#2b9cd5',GradientType=1 );
}
.categorias .direct {
	padding: 10px;
	list-style: none;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
}
.categorias .direct.active,
.categorias .direct:hover,
.categorias .direct:focus {
	background-color: #062b4c
}
.categorias .direct > a {
	font-weight: bold;
	color: white;
}
/* filtros de produtos */
.filtros {
	padding-left: 0;
}
.filtros li {
	display: block;
	list-style: none;
	font-size: 15px;
}
.filtros li a {
	color: #1d4e89;
}
.filtros li a i {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	background-color: transparent;
	border: 1px solid #1d4e89;
}
.filtros li:hover a i,
.filtros li:focus a i,
.filtros li.active a i {
	background-color: #1d4e89;
}

/*==============================
media queries
==============================*/
@media screen and (max-width: 500px) {
	.swiper-pagination {
		display: none
	}
}
@media screen and (max-width: 767px) {
	main .listaProdutoshome .item .img {height:240px}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a,
	.dropdown-menu > li > a {
		padding: 15px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #f4f4f4;
	}
	.submenu {
		padding-left: 15px;
		padding-right: 15px;
	}
	.balaoLogin:before {
		left: 10%;
	}
	.navbar-default {
		z-index: 120000;
	}
	.balaoCar, .balaoLogin {
		left: 0 !important;
	}
	.dropdown-menu {
		position: relative;
		left: auto;
		top: auto;
		/*float: none;*/
	}
}
@media screen and (min-width: 350px) {
	main .listaProdutoshome .item .botao a {width: 200px}
	header .barra .conta .pessoa .fa-angle-down { font-size: 30px; }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
	header .formBusca input[type="text"] { width: 92%}
	.dropdown-menu {
		min-width: 250px;
	}
}
@media screen and (min-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a,
	.dropdown-menu > li > a {
		padding: 6px 20px;
	}
	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
		background-color: #24588c;
	}
	.hovermenu:focus>.submenu,
	.hovermenu:hover>.submenu {
		display: block;
	}
	.caret {
		-ms-transform: rotate(-90deg); /* IE 9 */
		-webkit-transform: rotate(-90deg); /* Safari */
		transform: rotate(-90deg);
	}
	.submenu {
		top: auto;
		left: 100%;
		margin-top: -50px;
		margin-left: -1px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
@media screen and (min-width: 992px) {
  .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 100%;
  z-index: 0;
  -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
}
  #produtos {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
  }
	main .listaProdutoshome .item .img { padding-top: 30px; }
	main .detalheProdutos .item .botao {
		margin: 10px auto;
		float: right;
		clear: both;
	}
	.categorias {
		display: table;
	}
	.categorias .direct {
		border-right: 1px solid white;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 1%;
		display: table-cell;
	}
	.categorias .direct:last-child {
		border-right: 0;
	}
	footer .menu li { float: left; }
	.boxInfoLateral {
		display: block;
		top: 280px;
	}
	.fonte-3x {
		font-size: 25px
	}
	.imagensDestaque > div {
		margin-top: -55px;
		z-index: 9;
		cursor: pointer;
	}
	main .contato .dados .facebook .txt   { width: 90% }
	main .contato .dados .facebook .icone { width: 10% }
	main .contato .dados { padding-top: 80px; }
	main .listaProdutoshome { margin-left: 0; margin-right: 0; }
	main .listaProdutoshome .item { background-color: #F2F2F2; padding: 20px; border-left: 5px solid #fff; }
	main .listaProdutoshome .item:first-child { border-left: 0px; }
	.swiper-container {
		margin-top: -20px;
	}
    .balaoCar, .balaoLogin {
		width: 400px;
		text-align: right;
	}
	header .formBusca input[type="text"] {
		width: 90%;
	}
	header .formBusca {
		float: right;
		margin-top: 54px;
		width: 556px;
	}
	.contato .form-group label {
		display: none;
	}
	.navbar-default .navbar-brand {
		width: 350px;
		height: 100px;
	}
	.navbar-nav {
		width: 100%;
		display: table;
	}
	.navbar-default .nav > li {
		width: 25%;
		display: table-cell;
	}
	.navbar-default .nav > li+li {
		border-left: 2px solid white;
	}
	.swiper-slide h2 {
		font-size: 64px;
	}
	.list-inline > li {
		padding-left: 15px;
		padding-right: 15px;
		display: inline-block;
	}
	.margin-mobile {
		margin-bottom: 0
	}
	.text-left.mobile-center {
		text-align: left
    }
	.text-right.mobile-center {
		text-align: right
    }
    .login {
        max-width: 500px;
		margin: 30px auto;
    }
	.margin-bottom-mobile {
		margin-bottom: 0
	}
	.vertical {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.vertical--item {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fl {
		float: left
	}
	.fr {
		float: right
	}
	.no-pad-left {
		padding-left: 0
	}
	.no-pad-right {
		padding-right: 0
	}
	.no-mar-top {
		margin-top: 0
	}
	.no-mar-right {
		margin-right: 0
	}
	.no-mar-left {
		margin-left: 0
	}
	.submete {
		width: auto
	}
	.fonte-4x {
		font-size: 36px
	}
	.bg-continue {
		position: relative
	}
	.bg-continue::after {
		content: '';
		display: block;
		position: absolute;
		left: 100%;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #1D4E89;
	}
	.top-page {
		height: 300px;
	}
}
@media screen and (min-width: 1199px) {
  .autocomplete-suggestions {
    min-width: 550px;
  }
	.swiper-slide h2 {
		font-size: 94px;
	}
	main .listaProdutoshome .item .img { height: 230px }
}

/* botao de whats flutuante */
.btn-whatsapp {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px 10px 12px;
  background: #00c11f;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 6px 15px rgba(0,0,0,.25);
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  z-index: 99999;
  transition: .25s;
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,.3);
  background: #00b51c;
}

.btn-whatsapp-icon {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-whatsapp-icon i {
  color: #00c11f;
  font-size: 28px;
}

.btn-whatsapp-divider {
  width: 2px;
  height: 34px;
  background: rgba(255,255,255,.7);
}

.btn-whatsapp-text {
  color: white;
  white-space: nowrap;
  letter-spacing: .3px;
}

@media (max-width: 768px) {
  .btn-whatsapp {
    right: 15px;
    bottom: 15px;
    padding: 8px 14px 8px 10px;
    font-size: 14px;
  }

  .btn-whatsapp-icon {
    width: 36px;
    height: 36px;
  }

  .btn-whatsapp-icon i {
    font-size: 24px;
  }

  .btn-whatsapp-divider {
    height: 28px;
  }
}

/* nova barra de cookies */
.cookie-banner {
  position: fixed;
  left: 20px;
  max-width: 750px;
  bottom: 20px;
  z-index: 100000;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: .35s;
}

.cookie-banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 28px;
}

.cookie-banner-text {
  flex: 1;
}

.cookie-banner-text strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #222;
}

.cookie-banner-text p {
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

.cookie-banner-text p span {
  font-weight: bold;
}

.cookie-banner-text a {
  color: #00963b;
  text-decoration: none;
  font-weight: 600;
}

.cookie-banner-text a:hover {
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-btn {
  border: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 600;
  transition: .25s;
}

.cookie-btn-primary {
  background: #00963b;
  color: #fff;
}

.cookie-btn-primary:hover {
  background: #007d31;
}

.cookie-btn-secondary {
  background: #ececec;
  color: #444;
}

.cookie-btn-secondary:hover {
  background: #dddddd;
}

@media (max-width: 768px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .cookie-banner-content {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 20px;
  }

  .cookie-banner-actions {
    width: 100%;
  }

  .cookie-btn {
    flex: 1;
    padding: 14px;
  }
}