/*Theme Name: Faaftech
Theme URI:http://www.faaftech.com/
Description:Faaftech
Version:2.0
Tags:site, aplicação, produtos, interface, 1
Author: Humberto Miranda
Author URI: http://www.faaftech.com/
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");

@font-face {
	font-family: 'handelgothic_btregular';
	src: url("public/fonts/handel_gothic_bt-webfont.woff2") format("woff2"), url("public/fonts/handel_gothic_bt-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
[class^="ico-"], [class*="ico-"] {
	background-image: url("public/img/sprite.png");
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 20px;
	margin: 1px;
	vertical-align: text-top;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.alignright {
	float: right;
	margin: 0 0 0.5em 0.5em
}
.alignleft {
	float: left;
	margin: 0 0.5em 0.5em 0
}
.ico-1 {
	width: 317px;
	height: 50px;
	background-position: 0px 0px;
}
.ico-2 {
	width: 64px;
	height: 64px;
	background-position: 0px -100px;
}
.ico-3 {
	width: 64px;
	height: 64px;
	background-position: -64px -100px;
}
.ico-4 {
	width: 64px;
	height: 64px;
	background-position: -126px -100px;
}
.ico-5 {
	width: 317px;
	height: 50px;
	background-position: 0px -50px;
}
.ico-6 {
	width: 64px;
	height: 64px;
	background-position: -192px -100px;
}
.ico-7 {
	width: 64px;
	height: 64px;
	background-position: 0px -164px;
}
.ico-8 {
	width: 64px;
	height: 64px;
	background-position: -64px -164px;
}

/* ------- GERAL ------- */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	line-height: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}

/* ------- FONTS ------- */

/* ------- COLORS ------- */

/* ------- FUNCTIONS ------- */

/* ------- CLASSES ------- */
.clear {
	position: relative;
	clear: both;
	width: 100%;
	height: 0px;
}
.center {
	margin: 0 auto;
	float: none;
	text-align: center;
}

/*************************************************************************************** BASE */
html, body {
	min-width: 320px;
}
body {
	width: 100%;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	display: block;
	clear: both;
}
.imgcenter {
	display: block;
	margin: 0px auto;
}
p, a {
	font-family: "Roboto", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "handelgothic_btregular";
	margin-top: 0;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 28px;
}
h2.title {
	color: #155f87;
	background: #eee;
	padding: 35px;
	margin-bottom: 0;
	border-bottom: 3px solid #155f87;
	text-align: center;
	text-transform: uppercase;
}

h1.title {
	color: #155f87;
	background: #eee;
	padding: 35px;
	margin-bottom: 0;
	border-bottom: 3px solid #155f87;
	text-align: center;
	text-transform: uppercase;
}


p.title {
	color: #155f87;
	background: #eee;
	padding: 35px;
	margin-bottom: 0;
	border-bottom: 3px solid #155f87;
	text-align: center;
	text-transform: uppercase;
	font-family: "handelgothic_btregular";
    font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.1;
}

h2.title-produtos {
	color: #155f87;
	background: #eee;
	padding: 35px;
	margin-bottom: 0;
	border-bottom: 3px solid #155f87;
	text-align: center;
	text-transform: uppercase;
}

h1.title-produtos {
	color: #155f87;
	background: #eee;
	padding: 35px;
	margin-bottom: 0;
	border-bottom: 3px solid #155f87;
	text-align: center;
	text-transform: uppercase;
}
h3.title {
	color: #155f87;
	background: #eee;
	padding: 32px 0;
	margin-bottom: 0;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #155f87;
}
.breadcrumbs {
	background: white;
	height: 42px;
	font-family: "handelgothic_btregular", sans-serif;
	font-size: 16px;
	font-weight: 100;
	padding-top: 9px;
	padding-bottom: 9px;
}
.breadcrumbs a, .breadcrumbs span {
	font-family: "handelgothic_btregular", sans-serif;
}
::-webkit-input-placeholder {
	font-family: "Roboto", sans-serif !important;
}
:-moz-placeholder {
	font-family: "Roboto", sans-serif !important;
}
::-moz-placeholder {
	font-family: "Roboto", sans-serif !important;
}
:-ms-input-placeholder {
	font-family: "Roboto", sans-serif !important;
}
a:hover {
	text-decoration: none !important;
}
:focus {
	outline: none !important;
}
.bgParallax1 {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	min-height: 100%;
	background-position: 50% 0;
	background-repeat: repeat;
	background-attachment: fixed;
}
.no-padding {
	padding: 0;
}
.f_overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	display: inline-block;
	height: 100%;
	width: 100%;
	position: absolute;
}
.btn-blog {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin: 24px auto;
	display: inline-block;
	text-align: center;
	background-color: #004689;
	color: #ffffff !important;
	border-radius: 0;
}
.btn-blog:hover {
	background-color: #004689;
	border-color: #004689;
}
.no-padding {
	padding: 0;
}
.row-centered {
	text-align: center;
}
.col-centered {
	display: inline-block;
	float: none;
	text-align: left;
	margin-right: -4px;
}
figure.fit {
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

figure.fit .overlay-blue {
	width: 100%;
	height: 100%;
	transition: ease-in-out .2s;
	background-image: url(public/img/overlay.png);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background-size:100%;
	padding: 25px;
}
figure.fit:hover .overlay-blue {
	opacity: 1;
	transition: ease-in-out .2s;
}
figure.fit .overlay-blue p {
	color: white;
	font-family: "handelgothic_btregular";
	text-align: center;
	margin-top: 15%;
	font-size: 14px;
}

.catsingle figure.fit .overlay-blue-2 {
	width: 100%;
	height: 100%;
	transition: ease-in-out .2s;
	background-color: rgba(21,95,135,0.8);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background-size:100%;
	padding: 25px;
}

.catsingle figure.fit:hover .overlay-blue-2 {
	opacity: 1;
	transition: ease-in-out .2s;
}
.catsingle figure.fit .overlay-blue-2 p {
	color: white;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin-top: 40%;
	font-size: 14px;
}

.form-control {
	line-height: 1.5;
	height: auto;
	border: 0;
	box-shadow: initial;
	font-size: 18px;
}
.form-control:focus {
	border: 0;
	box-shadow: initial;
}
p:last-child {
	margin-bottom: 0;
}

/*************************************************************************************** HEADER */

/*header {
background: url(public/img/header-bkg.jpg) repeat-x center bottom;
height: 95px;
}*/
.flag{
	display: inline-block;
	    margin: 0 0px;
    text-align: center;
}
.top-header {
	background: #0C0C0C url("public/img/diagmonds.png") repeat center center;
	color: #fff;
}
.top-header small {
	font-size: 80%;
	padding: 0 5px;
}
.top-header strong {
	padding-right: 5px;
}
#header {
	background: #fff;
}
#header p{
	display: inline;
text-indent: 5px;}
#header .navbar-header {
	z-index: 11;
	position: relative;
	/* background-color: #fff; */
}
#header .navbar-header .navbar-brand {
	height: 84px;
	padding: 0 15px;
	line-height: 84px;
}
#header .navbar-header .navbar-brand img {
	display: inline-block;
}
#header #menu {
	float: right;
	position: relative;
}

#header #menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 100;
}
#header #menu ul:after {
	content: '';
	clear: both;
	display: block;
}
#header #menu ul > li {
	/* float: left; */
}
#header #menu ul > li > a {
	color: #0C0C0C;
	height: 90px;
	padding: 7px;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "handelgothic_btregular", sans-serif;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: background .2s ease-in-out;
}
#header #menu ul > li > a:focus, #header #menu ul > li > a:active {
	color: #155F87;
}
#header #menu ul > li > a:hover, #header #menu ul .active {
	color: #155f87;
}

/****************
// MENU TOGGLE
****************/
#header .navbar-header #menu-toggle {
	background: transparent;
	border: 0;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	/*right: 40px;*/
	right: 10px;
	padding: 6px;
	margin: 20px 0 0 0;
	margin-left: 20px;
	outline: transparent !important;
	vertical-align: bottom;
	transition: margin .4s ease-in-out;
}
#header .navbar-header #menu-toggle .icon-bars {
	background: #155f87;
	display: block;
	position: relative;
	height: 4px;
	transition: background .6s ease-in-out 0s;
}
#header .navbar-header #menu-toggle .icon-bars:before, #header .navbar-header #menu-toggle .icon-bars:after {
	content: '';
	background: #155f87;
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
}
#header .navbar-header #menu-toggle .icon-bars:before {
	top: -10px;
	transition-property: top, transform, background;
	transition-duration: .3s, .3s, .6s;
	transition-delay: .3s, 0s, 0s;
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
}
#header .navbar-header #menu-toggle .icon-bars:after {
	bottom: -10px;
	transition-property: bottom, transform, background;
	transition-duration: .3s, .3s, .6s;
	transition-delay: .3s, 0s, 0s;
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
}
#header.open .navbar-header #menu-toggle .icon-bars {
	background: transparent !important;
}
#header.open .navbar-header #menu-toggle .icon-bars:before {
	background: #111;
	top: 0;
	transform: rotate(45deg);
	transition-delay: 0s, .3s;
}
#header.open .navbar-header #menu-toggle .icon-bars:after {
	background: #111;
	bottom: 0;
	transform: rotate(-45deg);
	transition-delay: 0s, .3s;
}

/***************************************************************************************
MENU
****************************************************************************************/

/*.navbar-toggle {
background: #1773a5 !important;
border: #1773a5 !important;
position: relative;
}
.icon-bar {
background: white !important;
}
.menu-top {
background: transparent;
}
.menu-top .logo {
margin-top: 20px;
}
.menu-top .navbar-default {
background: transparent !important;
border: transparent !important;
margin: 0px !important;
}
.menu-top a {
color: white !important;
font-family: "handelgothic_btregular" !important;
font-size: 17px;
text-transform: uppercase;
}
.menu-top .navbar-nav {
position: relative;
}
.menu-top .navbar-nav li {
padding: 20px 0px 20px 0px;
margin-right: 2px;
border-top: solid 5px #1773a5;
transition-duration: 0.5s;
}
.menu-top .navbar-nav li:hover {
background: #135c84;
}
.m_menu {
width: 100%;
display: block;
position: fixed;
top: -300px;
z-index: 999;
background-image: -webkit-linear-gradient(-135deg, #004689 0%, #004689 70%, #fff 60%, #fff 60%);
background-image: linear-gradient(-135deg, #004689 0%, #004689 70%, #fff 60%, #fff 60%);
transition-duration: 1s;
}
.navbar-default .navbar-nav > .active > a {
background: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
background: transparent;
}*/

/***************************************************************************************
BANNER
****************************************************************************************/
.banner {
	background: url(public/img/banner.jpg) no-repeat;
	background-size: cover;
	height: 500px;
}

/***************************************************************************************
SLIDER HOME
****************************************************************************************/

/*#slider {
height: 618px;
overflow: hidden;
background: #000;
}
.slider-content {
height: 618px;
width: 10000px;
font-weight: 300;
}
.slider-item {
position: relative;
height: 618px;
overflow: hidden;
transition: all 0.5s;
}
.slider-content .image:first-child .slider-item {
}
.image {
float: left;
position: relative;
transition: all 0.5s;
cursor: pointer;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0) skew(-10deg, 0deg);
-moz-transform: translate3d(0, 0, 0) skew(-10deg, 0deg);
-ms-transform: translate3d(0, 0, 0) skew(-10deg, 0deg);
transform: translate3d(0, 0, 0) skew(-10deg, 0deg);
}
.image:hover .image-text .plus-btn {
color: white;
background: #1773a5;
}
.item-img-1 {
height: 650px;
width: 200%;
top: 0px;
position: absolute;
left: -115px;
background-size: cover !important;
-webkit-transform: translate3d(0, 0, 0) skew(10deg, 0deg);
-moz-transform: translate3d(0, 0, 0) skew(10deg, 0deg);
-ms-transform: translate3d(0, 0, 0) skew(10deg, 0deg);
transform: translate3d(0, 0, 0) skew(10deg, 0deg);
transition: all 0.5s;
}
.image-text {
bottom: 20px;
left: 40%;
position: absolute;
font-size: 35px;
transition: all 0.5s;
-webkit-transform: translate3d(0, 0, 0) skew(10deg, 0deg);
-moz-transform: translate3d(0, 0, 0) skew(10deg, 0deg);
-ms-transform: translate3d(0, 0, 0) skew(10deg, 0deg);
transform: translate3d(0, 0, 0) skew(10deg, 0deg);
}
.image-text i {
color: white;
font-size: 75px;
transition-duration: 0.5s;
}
.plus-btn {
color: #000;
background: white;
display: block;
width: 80px;
height: 80px;
padding-left: 1px;
line-height: 82px;
text-align: center;
border-radius: 50%;
box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .6);
transition: color .3s ease-in-out, background .3s ease-in-out;
}
.plus-btn:before {
content: '067';
font-family: 'FontAwesome';
font-size: 40px;
}*/

/*@media (min-width:1400px) {
.image:nth-child(2) .item-img-1 {
left: -400px;
}
.image:last-child .item-img-1, .image:last-child .item-img-2 {
left: -320px;
}
}
@media (max-width:1400px) {
.image:first-child .image-text {
}
.image-text {
left:
}
.image:last-child .image-text {
}
.image:nth-child(2) .item-img-1, .image:nth-child(2) .item-img-2 {
background-position-x: -600px !important;
}
.image:nth-child(4) .item-img-1 {
background-position-x: -200px !important;
}
}
@media (max-width:700px) {
.item-img-1, .item-img-2 {
height: 450px;
}
.image-text {
font-size: 25px;
}
.image:not(:last-child) .image-text {
}
}*/

/*.ms-skin-light-3 .ms-nav-next, .ms-skin-light-3 .ms-nav-prev {
width: 0;
height: 0;
}
.ms-skin-light-3 .ms-nav-next:before, .ms-skin-light-3 .ms-nav-prev:before {
content: '';
color: white;
font-family: 'FontAwesome';
font-size: 100px;
}
.ms-skin-light-3 .ms-nav-before:before { content: '104'; }
.ms-skin-light-3 .ms-nav-next:before { content: '105'; }*/
#skew-panel .content {
	position: relative;
}
#skew-panel .content .item {
	width: 25%;
	height: auto;
	float: left;
	position: relative;
	overflow-x: hidden;
	cursor: pointer;
}
#skew-panel .content .item figure {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	overflow-x: hidden;
	cursor: pointer;
}
#skew-panel .content .item figure .overlay-blue {
	width: 100%;
	height: 100%;
	transition: ease-in-out .2s;
	background-image: url(public/img/overlay.png);
	background-size: cover;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
#skew-panel .content .item:hover .overlay-blue {
	opacity: 1;
	transition: ease-in-out .2s;
}
#skew-panel .content .item .overlay-blue p {
	color: white;
	font-family: "handelgothic_btregular";
	text-align: center;
	margin-top: 45%;
	font-size: 26px;
	text-transform: uppercase;
	max-width: 90%;
	margin-left: 5%;
	line-height: 36px;
}
#skew-panel .content .item .tit-dst {
	width: 80%;
	text-align: center;
	position: absolute;
	left: 10%;
	font-family: "handelgothic_btregular";
	color: #fff;
	font-size: 38px;
	text-transform: uppercase;
	line-height: 38px;
	top: 45%;
	text-shadow: 1px 1px 8px #000;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}
#skew-panel .content .item:hover .tit-dst {
	text-shadow: 1px 1px 8px transparent;
}
#skew-panel .content .item .item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#skew-panel .content .item .plus-btn {
	color: black;
	background: white;
	display: block;
	width: 80px;
	height: 80px;
	padding-top: 1px;
	padding-left: 1px;
	position: absolute;
	bottom: 15px;
	border-radius: 50%;
	left: 42%;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .6);
	transition: color .3s ease-in-out, background .3s ease-in-out;
}
#skew-panel .content .item .plus-btn:focus, #skew-panel .content .item .plus-btn:active, #skew-panel .content .item .plus-btn:visited {
	color: black;
}
#skew-panel .content .item .plus-btn:hover {
	color: white;
	background: #155f87;
}
#skew-panel .content .item:hover .plus-btn {
	color: white;
	background: #2cb705;
}
#skew-panel .content:after {
	content: '';
	display: block;
	clear: both;
}

/***************************************************************************************
CATEGORIAS
****************************************************************************************/
.categorias {
	padding-bottom: 30px;
}
.categorias .title {
	margin-bottom: 60px;
}
.categorias .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px;
}
.categorias .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.categorias .owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	background: black;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
}
.categorias .owl-theme .owl-dots .owl-dot.active span, .categorias .owl-theme .owl-dots .owl-dot:hover span {
	background: #1773a5;
}
.categorias .item {
	text-align: center;
}
.categorias .item figure {
	width: 85%;
	display: block;
	margin: 0 auto;
	height: 0;
	padding-bottom: 85%;
	margin-bottom: -70px;
	background-size: contain;
}
.categorias .item .caption {
	color: #155f87;
	font-size: 22px;
	display: inline-block;
	border-bottom: solid 1px #155f87;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: 300;
	font-family: "handelgothic_btregular";
}
.categorias .item .caption:hover {
	color: #111;
	transition: ease-in-out .2s;
}

/***************************************************************************************
DESTAQUES
****************************************************************************************/
.destaques {

}
.destaques figure {
	width: 100%;
	padding-bottom: 78%;
	position: relative;
	overflow: hidden;
}
.destaques figure .overlay-blue {
	width: 100%;
	height: 100%;
	transition: ease-in-out .2s;
	background-image: url(public/img/overlay.png);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.destaques figure:hover .overlay-blue {
	opacity: 1;
	transition: ease-in-out .2s;
}
.destaques figure .overlay-blue p {
	color: white;
	font-family: "handelgothic_btregular";
	text-align: center;
	margin-top: 35%;
	font-size: 26px;
}
.destaques figure > div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: transform .5s ease-out;
}
.destaques figure:hover > div {
	transform: scale(1.1);
}

.destaques .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px;
}
.destaques .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.destaques .owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	background: black;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
}
.destaques .owl-theme .owl-dots .owl-dot.active span, .destaques .owl-theme .owl-dots .owl-dot:hover span {
	background: #1773a5;
}

/*.destaques figure:before {
background: rgba(21,95,135, .8);
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity .3s ease-in-out;
}
.destaques figure:hover:before { opacity: 1; }*/
.destaques .box-destaque {
	overflow: hidden;
}
.destaques .box-destaque:hover img {
	transform: scale(1.1);
}
.destaques .box-destaque img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.destaques .top {
	border-top: solid 3px #155f87;
}

/***************************************************************************************
ENCONTRE
****************************************************************************************/
.encontre {
	border-bottom: 4px solid #155f87;
	padding-bottom: 45px;
	background-color: #EEEEEE;
}
.encontre-search {
	background: #155f87 url("public/img/diagmonds.png") repeat center center;
	/*padding: 30px 0 45px;*/
	padding: 30px 0px 15px 0px;
}

.encontre .cont-enc {
	background: #155f87 url("public/img/diagmonds.png") repeat center center;
	padding: 30px 30px 15px;
	margin: -84px 0 0;
	position: relative;
	z-index: 3;
}
#encontre-home{
	margin: 45px 0 0 !important;
}
.encontre h2 {
	color: white;
  font-family: "handelgothic_btregular";
  text-transform: uppercase;
  font-size: 20px;
  line-height: 47px;
	/*padding-top: 50px;*/
}

.encontre form input, .encontre form select {
	border-radius: 0px;
}
.encontre .btn-azul {
	background-color: #52c2ff;
	color: white;
	border-radius: 0px;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	border: none;
	text-transform: uppercase;
	padding: 7px 46px;
	width: 100%;
	transition: ease-in-out .2s;
}
.encontre .btn-azul:hover {
	background-color: #2cb705;
	transition: ease-in-out .2s;
}
.encontre form .form-group {
	padding: 0 5px;
}
.encontre form .form-group:first-of-type {
	padding-left: 15px;
}
.encontre form .form-group:last-of-type {
	padding-right: 15px;
}

.mt-10{
	margin-top: 10px;
}

/***************************************************************************************
CTA
****************************************************************************************/
.cta {
	background: linear-gradient(#111, #222);
	padding: 60px 0;
	position: relative;
}
.cta:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('public/img/diag-pattern.png') repeat;
	opacity: .1;
}
.cta > .container {
	position: relative;
	z-index: 1;
}
.cta h2 {
	color: white;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 80px;
	font-weight: 500;
	margin-bottom: 60px;
}
.cta p {
	color: white;
	font-weight: 100;
	font-size: 16px
}
.cta .btn-azul {
	background-color: #52c2ff;
	color: white;
	border-radius: 0px;
	font-family: "Roboto", sans-serif;
	border: none;
	text-transform: uppercase;
	font-size: 40px;
	margin-top: 40px;
	padding: 20px 46px;
	transition: ease-in-out .2s;
}
.cta .btn-azul:hover {
	transition: ease-in-out .2s;
	background-color: #2cb705;
}
.cta .cta-imagem {
	position: absolute;
	top: 50%;
	left: 65%;
	transform: translateY(-50%);
}

/***************************************************************************************
NOVIDADES
****************************************************************************************/
.novidades {
	/*background: #eee;*/
}
.novidades .content-post {
	padding-top: 60px;
	background: white;
}
.novidades .content-post .img-post figure {
	width: 100%;
	height: 0;
	padding-bottom: 66.6%;
	overflow-y: hidden;
}
.novidades .content-post .img-post figure img {
	width: 100%;
}
.novidades .content-post h3 {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 4px;
}
.novidades .content-post .post-date {
	font-size: 13px;
	font-weight: 300;
}
.novidades .content-post .img-post, .novidades .content-post .text-post {
	margin-bottom: 60px;
}
.novidades .content-post p {
	color: #111111;
	font-weight: 300;
	font-size: 16px;
	text-align: justify;
}
.novidades .content-post .btn-azul {
	background-color: #155f87;
	color: white;
	border-radius: 0px;
	font-family: "Roboto", sans-serif;
	border: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	margin-top: 30px;
	padding: 16px 40px;
	transition: ease-in-out .2s;
}
.novidades .content-post .btn-azul:hover {
	transition: ease-in-out .2s;
	background-color: #2cb705;
}
.novidades .content-post .post-hr hr {
	border-top: 1px solid rgba(21, 95, 135, .3);
	margin: 0;
	margin-bottom: 60px;
}

/***************************************************************************************
CONTATO
****************************************************************************************/
.contato {
	background: #eee;
}
.contato h2 {
	color: #155f87;
	text-align: center;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
}
.contato .content-post {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(public/img/contato.png);
	background-size: cover;
	background-position: right center;
}
.contato .content-post .formcontato {
	background: #111111 url("public/img/diagmonds.png") repeat center center;
	color: white;
	font-weight: 200;
	font-size: 16px;
	padding: 30px 25px;
}
.contato .content-post .formcontato form {
	margin-top: 30px;
}
.contato .content-post .formcontato form input, .contato .content-post .formcontato form textarea,.contato .content-post .formcontato form select {
	border-radius: 0px;
}
.contato .content-post .formcontato .btn-azul {
	background-color: #155f87;
	color: white;
	border-radius: 0px;
	font-family: "Roboto", sans-serif;
	border: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	padding: 14px 40px;
	display: block;
	margin-left: auto;
	transition: ease-in-out .2s;
}
.contato .content-post .formcontato .btn-azul:hover {
	transition: ease-in-out .2s;
	background-color: #2cb705;
}
.contato .tipo-serv li {
  list-style: none;
  text-align: center;

  margin-bottom: 0px;
  margin-top: 20px;
}
.contato .n_val input, .contato .n_val_email input {
	border: solid 2px red;
}
.contato .tipo-serv li a {
  color: #fff;
  background: #155f87;
  padding: 12px;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}
.contato .tipo-serv li a:hover {
  background: #2cb705 !important
}
.contato .tipo-serv .active a {
  background: #2cb705 !important
}


.contatofooter {
	background: #155f87;
	margin-bottom: 50px;
	color: white;
	padding: 60px 0;
	font-size: 18px;
}
.contatofooter h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
	letter-spacing: 0;
}
.contatofooter .social {
	margin-top: 20px;
	text-align: right;
}
.contatofooter .social a {
	color: white;
	margin-right: 20px;
	display: inline-block;
}
.contatofooter a {
	color: white;
}
.contatofooter a:hover {
	color: #155f87;
}
.contatofooter a:last-of-type {
	margin-right: 0;
}

/***************************************************************************************
NEWSLETTER
****************************************************************************************/
.newsletter {
	background: #155f87 url("public/img/diagmonds.png") repeat center center;
	padding: 30px 0;
}
.newsletter .rowflex {
	display: flex;
	align-items: center;
}
.newsletter h2 {
	color: white;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
.newsletter p {
	margin-bottom: 0;
}
.newsletter .ajax-loader {
	display: none !important;
}
.newsletter .form-group {
	margin-bottom: 0;
	float: left;
	width: calc(50% - 110px);
	margin-right: 10px;
}
.newsletter form input, .newsletter form select {
	border-radius: 0px;
	height: 40px;
}
.newsletter .btn-azul {
	background-color: #52c2ff;
	color: white;
	width: 200px;
	height: 40px;
	padding: 7px 12px;
	border-radius: 0px;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	border: none;
	text-transform: uppercase;
	transition: ease-in-out .2s;
}
.newsletter .btn-azul:hover {
	background-color: #2cb705;
	transition: ease-in-out .2s;
}

/***************************************************************************************
FOOTER
****************************************************************************************/
#footer {
	background: #111111 url("public/img/diagmonds.png") repeat center center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 13px;
	font-weight: 300;
}
#footer .menu-footer {
	margin-bottom: 40px;
}
#footer .menu-footer li {
	list-style: none;
	display: inline-block;
	margin-right: 45px;
}
#footer .menu-footer li:last-of-type {
	margin-right: 0;
}
#footer a {
	color: #888888;
}
#footer a:hover {
	color: #155F87;
}
#footer .logo-footer {
	float: left;
}
#footer .social {
	margin-top: 40px;
	text-align: center;
}
#footer .social a {
	margin: 0;
	margin-right: 30px;
}
#footer .social a:last-of-type {
	margin-right: 0;
}
#footer .social .ico-2:hover {
	width: 64px;
	height: 64px;
	background-position: -192px -100px;
}
#footer .social .ico-3:hover {
	width: 64px;
	height: 64px;
	background-position: 0px -164px;
}
#footer .social .ico-4:hover {
	width: 64px;
	height: 64px;
	background-position: -62px -164px;
}
#footer h3 {
	color: white;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 20px;
}
#footer p {
	color: #888888;
}
#footer .final {
	background: black;
	padding: 18px 0;
	margin-top: 30px;
}
#footer .final p {
	color: #888888;
	text-align: center;
	margin-bottom: 0;
}

/***************************************************************************************
ONDE COMPRAR
****************************************************************************************/
.content-mapabr {
	background: #fff url("public/img/diagmonds2.png") repeat center center !important;
}
.onde-comprar {
	background: #eee;
}
.onde-comprar h2 {
	color: #155f87;
	text-align: center;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
}
.onde-comprar .content-post {
	padding-top: 60px;
	padding-bottom: 60px;
	background: white;
}
.onde-comprar .content-post .paises {
	text-align: center;
	font-size: 18px;
	background-color: rgba(255, 255, 255, 0.5);
	height: 850px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5);
    overflow-y: scroll;
}
.onde-comprar .content-post .tit-paises {
	color: #155f87;
	text-align: center;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
	margin-top: 30px;
}
.onde-comprar .content-post .tit-paises2 {
	font-size: 28px;
	color: #155f87;
	text-align: center;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
}
/*.onde-comprar .content-post .paises .pais figure {
	background-image: url('public/img/mapas-paises-2.png');
	background-repeat: no-repeat;
	background-size: 200% 600px;
	height: 110px;
	width: 172px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}*/
.onde-comprar .content-post .paises .pais figure{
	/*background-image: url('public/img/sprites-mapa-novo.png');*/
	background-repeat: no-repeat;
    background-size: 412%;
    height: 139px;
    width: 207px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
#mapa {
	margin-top: 50px;
}
.onde-comprar .content-post .paises .pais a {
	color: #155f87;
	font-size: 14px;
	font-family: "handelgothic_btregular";
}
.onde-comprar .content-post .paises .pais {
	margin-bottom: 30px;
}
.onde-comprar .content-post .paises .pais .mapa-mexico {
	background-image: url('public/img/mexico.png');
	background-size: 100%;
}
.onde-comprar .content-post .paises .pais .mapa-usa {
	/*background-position: left -132px;*/
	background-image: url('public/img/usa.png');
	background-size: 100%;
}
.onde-comprar .content-post .paises .pais .mapa-colombia {
	background-image: url('public/img/colombia.png');
	background-size: 50%;
    background-position: center;
}
.onde-comprar .content-post .paises .pais .mapa-argentina {
	background-image: url('public/img/argentina.png');
	background-size: 35%;
    background-position: center;
}
.onde-comprar .content-post .paises .pais .mapa-italia {
	background-image: url('public/img/paraguay.png');
	background-size: 50%;
    background-position: center;
}
.onde-comprar .content-post .paises .pais .mapa-costa-rica {
	background-image: url('public/img/costa-rica.png');
	background-size: 50%;
    background-position: center;
}
.onde-comprar .content-post .paises .pais .mapa-uruguai {
	background-image: url('public/img/uruguai.png');
	background-size: 50%;
    background-position: center;
}

.onde-comprar .content-post .paises .pais .mapa-peru {
	background-image: url('public/img/peru.png');
	background-size: 50%;
    background-position: center;
}

.onde-comprar .content-post .paises .pais .mapa-mexico:hover {
	opacity: 0.4;
}
.onde-comprar .content-post .paises .pais .mapa-usa:hover {
	opacity: 0.4;
}
.onde-comprar .content-post .paises .pais .mapa-colombia:hover {
	opacity: 0.4;
}
.onde-comprar .content-post .paises .pais .mapa-argentina:hover {
	opacity: 0.4;
}
.onde-comprar .content-post .paises .pais .mapa-italia:hover {
	opacity: 0.4;
}
.onde-comprar .content-post .paises .pais .mapa-costa-rica:hover {
	opacity: 0.4;
}
.onde-comprar .content-post .paises .pais .mapa-uruguai:hover {
	opacity: 0.4;
}


/***************************************************************************************
ONDE COMPRAR ESCOLHA
****************************************************************************************/
.onde-comprar-escolha {
	background: #eee;
}
.onde-comprar-escolha h2 {
	color: #155f87;
	text-align: center;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
}
.onde-comprar-escolha .content-post .nav-tabs {
	color: white;
	background: #155f87;
	border: 0;
	margin-bottom: 30px;
}
.onde-comprar-escolha .content-post .nav-tabs > li {
	margin: 0;
}
.onde-comprar-escolha .content-post .nav-tabs > li > a {
	color: white;
	background: transparent;
	border: 0 !important;
	border-radius: 0 !important;
}
.onde-comprar-escolha .content-post .nav-tabs > li > a:hover {
	color: #52c2ff;
}
.onde-comprar-escolha .content-post .nav-tabs > li.active > a {
	color: white;
	background: #52c2ff;
}
.onde-comprar-escolha .content-post {
	padding-top: 60px;
	padding-bottom: 60px;
	background: white;
}
.onde-comprar-escolha .content-post .content-loja {
	font-weight: 300;
	letter-spacing: 0.1em;
}
.onde-comprar-escolha .content-post .content-loja p.title {
	font-weight: normal;
	font-size: 20px;
}
.onde-comprar-escolha .content-post .content-loja figure {
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-bottom: 66.66%;
}
.onde-comprar-escolha .content-post .content-loja figure img {
	margin: 0px auto;
	display: block;
}
.onde-comprar-escolha .content-post .content-loja hr {
	border-top: 1px solid #155f87;
	width: 60%;
	display: block;
	margin: 60px auto;
	opacity: .3;
}

/***************************************************************************************
SINGLE POST
****************************************************************************************/
.single-post {
	background: #eee;
}
.single-post h3.post-title {
	color: #155f87;
	text-align: center;
	font-family: "handelgothic_btregular";
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.single-post h1.post-title {
	color: #155f87;
	text-align: center;
	font-family: "handelgothic_btregular";
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.single-post .content-post .post-content {
	font-size: 16px;
	margin-bottom: 60px;
}
.single-post .content-post .post-content .post-image {
	width: 50%;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.single-post .content-post .post-content .post-info {
	font-size: 14px;
	margin-bottom: 30px;
}
.single-post .content-post {
	padding-top: 60px;
	padding-bottom: 60px;
	background: white;
}
.single-post .blog-post {
	margin: 0 auto;
	background-color: #1773a5;
	margin-bottom: 15px;
}
.single-post .blog-post a {
	color: white;
	text-align: center;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
}
.single-post .blog-post p {
	text-align: center;
	padding: 10px;
	font-size: 18px;
}
.single-post .blog-post figure {
	padding-bottom: 73%;
}

/***************************************************************************************
QUEM SOMOS
****************************************************************************************/
.quem-somos {
	background: #fff;
}
.quem-somos h2 {
	color: #155f87;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
}
.quem-somos .content-post {
	padding-top: 60px;
	padding-bottom: 60px;

}
.quem-somos .content-post h2 {
	margin-bottom: 30px;
}

/***************************************************************************************
QUEM FOTOS
****************************************************************************************/
.quem-fotos {
	margin-top: 60px;
	margin-bottom: 20px;
	padding: 40px;
	background: #eee;
}
.quem-fotos .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 15px;
}
.quem-fotos .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.quem-fotos .owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	background: black;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
}
.quem-fotos .owl-theme .owl-dots .owl-dot.active span, .quem-fotos .owl-theme .owl-dots .owl-dot:hover span {
	background: #1773a5;
}
.quem-fotos p {
	text-align: center;
	font-size: 25px;
	border-bottom: solid 1px #1773a5;
	text-transform: uppercase;
	font-weight: 300;
}
.quem-fotos figcaption {
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}
.quem-fotos figcaption:hover {
	opacity: 1;
}
.quem-fotos figcaption .plus-btn {
	background: rgba(255, 255, 255, 0.8);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	text-align: center;
}
.quem-fotos figcaption .plus-btn:before {
	content: '+';
	font-family: 'Open Sans';
	font-size: 60px;
	font-weight: 300;
	line-height: 70px;
	color: #1773a5;
}

/***************************************************************************************
PRODUTOS
****************************************************************************************/
.produtos {
	background: #eee;
}
.produtos h2 {
	color: #155f87;
	text-align: center;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
}
.produtos .content-post {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: solid 3px #155f87;
	background: white;
}
.produtos .content-post h2 {
	margin-bottom: 30px;
}
.catsingle figure {
}
.catsingle figure img{
	min-width: 100%;
	height: auto;
}
.catsingle .item {
	width: 24.7%;
	display: inline-block;
}
.catsingle .caption {
	color: white;
	background: #155f87;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 16px;
	border-left: 1px solid rgba(255, 255, 255, .2);
}
.catsingle .cat-wrapper {
	background: #eee;
	padding: 0;
}
.catsingle .produtos-owl .owl-dots {
	margin-top: 45px;
	text-align: center;
}
.catsingle .produtos-owl .owl-dots .owl-dot {
	background: #111;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 27px;
}
.catsingle .produtos-owl .owl-dots .owl-dot:last-of-type {
	margin-right: 0;
}
.catsingle .produtos-owl .owl-dots .owl-dot.active {
	background: #155f87;
}
.catsingle .box-categorias {
	margin-bottom: 10px;
}
.catsingle .box-categorias h2 {
	color: #155f87;
	text-align: center;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
	font-size: 18px;
	margin: 25px 25px 0;
	border-bottom: 3px solid #155f87;
	padding-bottom: 20px;
}
.catsingle .box-categorias .owl-item {
	margin-right: 0px !important;
}
.catsingle .box-categorias .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 15px;
}
.catsingle .box-categorias .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.catsingle .box-categorias .owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	background: black;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
}
.catsingle .box-categorias .owl-theme .owl-dots .owl-dot.active span, .catsingle .box-categorias .owl-theme .owl-dots .owl-dot:hover span {
	background: #1773a5;
}
.catsingle .box-categorias .blog-post {
	margin: 0 auto;
	margin-bottom: 15px;
}
.catsingle .box-categorias .blog-post a {
	color: #1773a5;
	text-align: center;
	font-family: "handelgothic_btregular";
	font-size: 12px;
	text-transform: uppercase;
}
.catsingle .box-categorias .blog-post p {
	text-align: center;
	padding: 10px;
}
.catsingle .box-categorias .bx-carrou {
	padding-top: 20px;
}
.produto-content {
	background: radial-gradient(#fff 20%, #ddd 100%);
	padding: 60px 0 30px;
	position: relative;
	font-size: 18px;
}
.produto-content:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('public/img/diag-pattern.png') repeat;
	opacity: .1;
}
.produto-content .opcoes {
	margin-bottom: 20px;
	text-align: center;
}
.produto-content h3 {
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 28px;
}
.produto-content .content {
	margin-bottom: 30px;
}
.produto-content p {
	color: #111111;
	font-weight: 300;
	font-size: 18px;
}
.produto-descr {
	padding: 60px 0;
}
.produto-descr .caracteristicas p {
	font-size: 18px;
}
.produto-descr h3 {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
}
.produto-descr .caracteristicas ul {
	font-size: 16px;
	list-style-position: inside;
	margin-bottom: 60px;
}
.produto-descr .box-compativel {
	text-align: center;
	margin-top: 20px;
}

/***************************************************************************************
SUPORTE
****************************************************************************************/
.suporte h2 {
	color: #155f87;
	text-align: center;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
}
.suporte .content-post {
	background: white;
	padding: 60px 0;
}
.suporte .content-post .content {
	margin-bottom: 60px;
	text-align: center;
	font-size: 16px;
}
.suporte .content-post h2 {
	margin-bottom: 30px;
}
.suporte .content-post .stepwizard-step p {
	margin-top: 10px;
}
.suporte .content-post .stepwizard-row {
	display: table-row;
}
.suporte .content-post .stepwizard {
	display: table;
	width: 100%;
	position: relative;
	background: #eeeeee;
	padding: 20px;
}
.suporte .content-post .stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
	font-size: 18px;
}
.suporte .content-post .btn-circle {
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	border-radius: 50%;
	border: 0;
	padding: 0;
	padding-top: 1px;
	margin-right: 4px;
	background: #135d85;
	color: white;
	font-family: "handelgothic_btregular";
}
.suporte .content-post .btn.disabled, .suporte .content-post .btn[disabled], .suporte .content-post fieldset[disabled] .btn {
	opacity: 1;
}
.suporte .content-post .btn[disabled] > span {
	color: red;
}
.suporte form {
	background: #1773a5;
	padding: 30px 45px;
}
.suporte form h3, .suporte form p {
	color: white;
}
.suporte form h3 {
	font-size: 18px;
	letter-spacing: 0;
	font-family: 'Roboto', sans-serif;
}
.suporte form input, .suporte form select, .suporte form textarea {
	border-radius: 0px;
}
.suporte form .btn-azul {
	background-color: #52c2ff;
	color: white;
	border-radius: 0px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	padding: 8px 20px;
	border: none;
	text-transform: uppercase;
}
.anocarro {
	background: #155f87;
	padding: 4px;
	color: white;
}
.anocarro:hover {
	color: white;
}

/***************************************************************************************
VIDEOS
****************************************************************************************/
.video-bkg {
	background: white;
}
.video-bkg .box-video {
	text-align: center;
	position: relative;
	bottom: 60px;
}
.video-bkg .box-video figure {
	margin-bottom: 26px;
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
}
.video-bkg .box-video figure i {
	color: rgba(255, 255, 255, 0.8);
	font-size: 60px;
	transition: ease-in-out .2s;
}
.video-bkg .box-video figure a:hover i {
	color: #155f87;
}
.video-bkg .box-video figcaption a {
	font-family: "handelgothic_btregular";
	color: #155f87;
}
.video-bkg-archive {
	background: white;
}
.video-bkg-archive .vtb{
	margin-top: 20px;
}
.video-bkg-archive .vtb li{
	list-style: none;
	display: inline-block;
	margin-right: 40px;
    margin-bottom: 30px;
}

.video-bkg-archive .vtb li.active{
	border-bottom: solid 3px #004689;
}

.video-bkg-archive .vtb li a{
	color: #155f87;
    text-align: center;
    font-family: "handelgothic_btregular";
}

.video-bkg-archive .box-video {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	height: 250px;
}
.video-bkg-archive .box-video figure {
	margin-bottom: 26px;
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
}
.video-bkg-archive .box-video figure i {
	color: rgba(255, 255, 255, 0.8);
	font-size: 60px;
	transition: ease-in-out .2s;
}
.video-bkg-archive .box-video figure a:hover i {
	color: #155f87;
}
.video-bkg-archive .box-video figcaption a {
	font-family: "handelgothic_btregular";
	color: #155f87;
}
.cta-video {
	background-image: url(public/img/banner-video.jpg);
	padding: 100px 0;
	position: relative;
	text-align: center;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.cta-video > .container {
	position: relative;
	z-index: 1;
}
.cta-video h2 {
	color: white;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 80px;
	font-weight: 500;
	margin-bottom: 60px;
	text-align: center;
}
.cta-video p {
	color: white;
	font-weight: 100;
	font-size: 16px;
	text-align: center;
}
.cta-video .btn-azul {
	background-color: #155f87;
	color: white;
	border-radius: 0px;
	font-family: "Roboto", sans-serif;
	border: none;
	text-transform: uppercase;
	font-size: 40px;
	margin-top: 40px;
	padding: 20px 46px;
	transition: ease-in-out .2s;
}
.cta-video .btn-azul:hover {
	transition: ease-in-out .2s;
	background-color: #2cb705;
}
.cta-video .cta-imagem {
	position: absolute;
	top: 50%;
	left: 65%;
	transform: translateY(-50%);
}

/***************************************************************************************
MOBILE
****************************************************************************************/

/*@media (max-width:975px) {
header {
height: auto;
padding: 10px;
}
.m_menu {
background: white;
}
.menu-top a {
color: #004689 !important;
}
.logo-menu {
padding: 5px;
}
header {
background: white;
}
}
@media (max-width:765px) {
.home-destaque #bph1 {
height: auto;
}
}
@media (max-width:760px) {
.novidades .content-post .box-post:nth-child(even) .img-post {
float: none;
}
.cta .btn-azul {
font-size: 27px;
}
.cta h2 {
font-size: 40px;
}
footer img {
margin: 0px auto;
display: block;
}
footer .social {
text-align: center;
margin-bottom: 20px;
}
footer .social a {
margin-left: 0;
}
}
.wp_pagination {
margin-bottom: 20px;
}
.wp_pagination .page-numbers {
background: #155f87;
padding: 10px;
border-radius: 10px;
color: white;
}
.wp_pagination .current {
background: #111111;
}
*/
@media (max-width:767px) {
	.onde-comprar .content-post .paises{
		height: auto;
	}
	#header {
		background: white;
	}
	#header .navbar-header .navbar-brand {
		height: 87px;
		line-height: 87px;
	}
	#header .navbar-header .navbar-brand img {
		height: 35px;
	}
	#header #menu:before {
		content: none;
	}
	#header #menu {
		color: #fff;
		background: linear-gradient(#000, #111);
		float: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		position: fixed;
		top: 90px;
		left: 0;
		bottom: 0;
		transition: transform .6s ease-in-out;
		transform: translateX(100%);
		z-index: 10;
	}
	#header #menu ul > li {
		float: none;
	}
	#header #menu ul > li > a {
		color: #fff;
		height: auto;
		padding: 8px 15px;
	}
	#header #menu ul > li > a:hover, #header #menu ul > li > a:focus, #header #menu ul > li > a:active, #header #menu ul > li > a:visited {
		color: #155F87;
	}
	#header.open #menu {
		transform: translateX(0);
	}

	/** HOME **/
	.destaques .destaque-item:nth-child(n+5) {
		display: none;
	}
	.encontre form .form-group {
		padding: 0 15px;
	}
	.cta h2 {
		font-size: 60px;
	}
	.cta .btn-azul {
		font-size: 28px;
		padding: 20px 30px;
	}
	.cta .cta-imagem {
		width: 100%;
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		margin-top: 30px;
	}

	/*** PRODUTOS ***/
	.catsingle .produtos-owl .owl-dots .owl-dot {
		width: 14px;
		height: 14px;
		margin-right: 18px;
	}

	/*** ONDE COMPRAR ***/
	.onde-comprar .paises .pais {
		padding-bottom: 15px;
		margin-top: 15px;    /*border-bottom: 1px solid rgba(21,95,135, .3);*/
	}

	/*** SUPORTE ***/
	.suporte .content-post .stepwizard {
		padding: 15px;
		margin: 0 -15px;
		display: block;
		width: auto;
	}
	.suporte .content-post .stepwizard-row {
		display: block;
	}
	.suporte .content-post .stepwizard-step {
		display: block;
		text-align: left;
		padding-bottom: 7px;
		margin-bottom: 7px;
		border-bottom: 1px solid #fff;
	}
	.suporte .content-post .stepwizard-step:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}
	.suporte form {
		padding: 30px 20px;
		margin: 0 -15px;
	}

	/*** NOVIDADES ***/
	.novidades .content-post .img-post {
		margin-bottom: 30px;
	}

	/*** BLOG SINGLE ***/
	.single-post .content-post .post-content .post-image {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 30px;
	}

	/*** CONTATO ***/
	.contato .content-post {
		padding: 0;
		margin: 0;
	}
	.contato .content-post .formcontato p {
		text-align: center;
	}
	.contatofooter {
		text-align: center;
		padding: 30px 0;
	}
	.contatofooter .esquerda, .contatofooter .direita {
		margin-bottom: 30px;
	}
	.contatofooter .social {
		text-align: center;
	}

	/*** FOOTER ***/
	.newsletter .rowflex {
		display: block;
	}
	.newsletter h2 {
		margin-bottom: 30px;
		text-align: center;
	}
	.newsletter .form-group {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.newsletter .btn-azul {
		width: 100%;
	}
	#footer .logo-footer{
		float: none !important;
		text-align: center;
	}
}
@media (min-width:767px) and (max-width:991px) {
	#header .navbar-header .navbar-brand img {
		height: 32px;
	}
	#header #menu ul {
		font-size: 13px;
	}
	#header #menu ul > li > a {
		padding: 15px 6px;
	}
	#header #menu:before {
		left: -148%;
	}

	/*** HOME ***/
	#skew-panel .content .item {
		height: 390px;
	}

	/*** CONTATO ***/
	.contatofooter .social a {
		margin-right: 8px;
	}

	/*** FOOTER ***/
	.newsletter h2 {
		font-size: 24px;
	}
	.newsletter .form-group {
		width: calc(50% - 85px)
	}
	.newsletter .btn-azul {
		width: 150px;
	}
	#footer .menu-footer li {
		margin-right: 14px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	#header #menu:before {
		left: -150%;
	}
	#header #menu ul {
		font-size: 13px;
	}

	/*** HOME ***/
	#skew-panel .content .item {
		height: 390px;
	}

	/*** FOOTER ***/
	#footer .menu-footer li {
		margin-right: 36px;
	}
}
@media (min-width:1200px) {
}

/*# sourceMappingURL=style.min.css.map
/*==========================================
=            Single Produtos v2            =
==========================================*/
.sp00 {
	display: block;
	height: 300px;
	background-image: url('public/img/single/bg0.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.spyt {
	background-color: #000;
	min-height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
}
@media (min-width: 786px) and (max-width:1170px){
	.catsingle .item {
		width: 33%;
		display: inline-block;
	}
}
@media (max-width:785px) {
	#top{
		padding-left: 0;
		padding-right: 0;
		text-align: center !important;
	}
	.top-header small{
		font-size: 65%;
	}
	.top-header strong{
		font-size: 11px;
	}
	.spyt {
		min-height: 200px;
	}
	.sp01 h2, .sp02 h2, .sp03 h2, .sp04 h2, .sp05 h2{
		font-size: 28px !important;
	}
	.sp05 .nmOpc{
		font-size: 8px;
		margin-bottom: 15px;
	}
	.cta h2,.cta-video h2 {
		font-size: 45px;
	}
	.encontre-search{
		padding: 50px 20px;
	}
	.catsingle .item{
		width: 49%;
	}
	.catsingle .caption{
		font-size: 10px;
	}
	.encontre .cont-enc {
	margin: 0px 0 0;
}
}
.sp01 {
	background-image: url('public/img/single/bgs1.jpg');
	padding: 100px 0 80px;
	background-size: cover;
	color: #616161;
}
.sp01 h1, .sp01 span {
	color: #155f87;
	margin-bottom: 10px;
}
.sp01 span {
	font-family: "handelgothic_btregular";
	font-weight: 500;
}
.sp01 h3, .sp01 p {
	color: #616161;
	margin-bottom: 20px;
}
.sp01 p {
	font-size: 16px;
}
.sp02 {
	padding: 40px 0 40px;
	background-color: #eee;
}
.sp02 h2 {
	color: #155f87;
	font-size: 36px;
	margin-bottom: 30px;
}
.sp02 h2 small{
	font-family: "handelgothic_btregular";
	color: #155f87;
	font-size: 16px;
	margin-top: 30px;
}
.sp02 ul li, .sp05 ul li {
	color: #616161;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	display: block;

	margin-bottom: 10px;
}
.sp02 ul li::before, .sp05 ul li::before {
	content: url(public/img/single/check.png);
	margin-right: 10px;
}
.sp03 {
	background-image: url('public/img/single/bg0.jpg');
	background-attachment: fixed;
	padding: 150px 0;
	background-position: center center;
	background-size: cover;
}
.sp03 h3 {
	text-align: center;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: bold;
}
.sp04 {
	padding: 40px 0 40px;
}
.sp04 h2 {
	text-transform: uppercase;
	color: #155f87;
	font-size: 36px;
	margin-bottom: 30px;
}
.sp04 h3 {
	color: #616161;
	margin-bottom: 10px;
}
.sp04 table thead tr th {
	color: #155f87;
	font-family: "handelgothic_btregular";
	text-align: center;
	letter-spacing: 2px;
}
.sp04 table tr {
	font-size: 12px;
}

.sp04 .box-ac {
	margin-bottom: 20px;
}

.sp04 .box-ac figure {
	width: 100%;
	padding-bottom: 78%;
	position: relative;
	overflow: hidden;
	border: solid 3px #155f87;
    border-radius: 5px;
}
.sp04 .box-ac figure .overlay-blue {
	width: 100%;
	height: 100%;
	transition: ease-in-out .2s;
	background-image: url(public/img/overlay.png);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}
.sp04 .box-ac figure:hover .overlay-blue {
	opacity: 1;
	transition: ease-in-out .2s;
}
.sp04 .box-ac figure .overlay-blue p {
	color: white;
	font-family: "handelgothic_btregular";
	text-align: center;
	margin-top: 35%;
	font-size: 18px;
}
.sp04 .box-ac figure > div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: transform .5s ease-out;
}
.sp04 .box-ac figure:hover > div {
	transform: scale(1.1);
}

.sp04 .box-ac a{
	color: #155f87;
    font-size: 16px;
    font-family: "handelgothic_btregular";
}

.sp05 {
	padding: 50px 0;
	background-color: #eeeeee;
}
.sp05 h2 {
	text-transform: uppercase;
	color: #155f87;
	font-size: 30px;
	margin-bottom: 30px;
}
.sp05 .obs-info {
	border-right: 2px solid #155f87;
}
.sp05 ul li {
	font-size: 12px;
}
.sp05 img {
	margin: 10px auto 10px;
	height: 60px;
	width: auto;
	display: block;
	margin-top:-10px;
}
.sp05 .nmOpc {
	color: #616161;
	font-family: "handelgothic_btregular";
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
.content-post ul{
	padding-left: 20px;
}
button.alm-load-more-btn.loading:before{
	background-color: transparent !important;
}
#swipebox-overlay{
	background: rgba(0,0,0,0.9) !important;
}
div.wpcf7-mail-sent-ok{
	color: white !important;
}

@media (max-width:400px) {
	#skew-panel .content .item{
		width: 100%;
	}
}

.quem-somos .conteudo .nav-tabs {
  margin-bottom: 30px;
  border-radius: 0;
  border-color: #155f87;
  border-width: 2px;
}

.quem-somos .conteudo .nav-tabs > li {
  margin-bottom: -2px;
}

.quem-somos .conteudo .nav-tabs > li > a {
  padding: 15px 25px;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.quem-somos .conteudo .nav-tabs > li > a:hover {
  color: white;
  background: #155f87;
}

.quem-somos .conteudo .nav-tabs > li.active > a {
  border: 2px solid #155f87;
  border-bottom-color: transparent;
}

.quem-somos .conteudo .nav-tabs > li.active > a:hover {

}

.quem-somos .conteudo .download {
  background: #efefef;
  margin-bottom: 2px;
}

.quem-somos .conteudo .download .titulo {
  color: #002346;
  background: #dbd9d9;
  display: block;
  padding: 15px 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.quem-somos .conteudo .download .corpo {
  padding: 30px;
  margin: 0 -30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.quem-somos .conteudo .download .corpo:after {
  content: '';
  display: table;
  clear: both;
}

.quem-somos .conteudo .download .corpo .col {
  flex-grow: 1;
  flex-basis: 100%;
  padding: 0 30px;
  border-right: 1px solid #dbd9d9;
}

.quem-somos .conteudo .download .corpo .col:last-of-type {
  border-right: 0;
}

.quem-somos .conteudo .download .corpo .col dl {
  width: 100%;
}

.quem-somos .conteudo .download img{
	width: 50%;margin: 0px auto;display: block;margin-bottom: 15px;
}

.quem-somos .conteudo .download .corpo .col dl dd.preco small {
  color: #413f40;
  font-size: 38%;
  font-weight: normal;
}

.quem-somos .conteudo .download .corpo .col dl:after {
  content: '';
  display: table;
  clear: both;
}

.quem-somos .conteudo ul.down li {
	color: #616161;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	display: block;
}
.quem-somos .conteudo ul.down li a{
	font-weight: bold;
	color: #155f87;
}
.quem-somos .conteudo ul.down li::before {
	content: url(public/img/single/check.png);
	margin-right: 10px;
}



@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	h2.title-produtos{
		font-size: 3em;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	section.sp02{
		padding: 100px 0 80px;
	}

	section.sp04{
		padding: 70px 0;
	}
}

/*// Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

.label-producura{
	color: white;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
	font-size: 14px;
	/* line-height: 47px; */
}

 h2.observacao-produto{
	 font-size: 1.5em;
 }

.info-bird{
	padding-bottom: 25px;
	margin-bottom: 30px;
	font-weight: bold;
}

.sp04 h2.titulo-bird{
	 margin-bottom: 0px;
}

.produto-substituido{
	padding-top: 35px;
	padding-bottom: 35px;
	border-top: 1px solid #155f87;
}

.produto-substituido-frase{
	color: #155f87;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 500;
	font-style: italic;
	font-family: "Roboto", sans-serif;
}

.produto-substituido-button{
	color: #ffffff;
	font-size: 1.2em;
	text-transform: uppercase;
	border-radius: 0;
	background-color: #EEAD2D;
	border-color: #EEAD2D;
	padding: 10px 30px 10px 30px;
	font-style: italic;
}

@font-face {
  font-family: Share Tech Mono;
  src: url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
}


.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 2000ms;

  visibility: visible;
  opacity: 1;
}
.overlay:target {
  visibility: hidden;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  width: 70%;
  height: 70%;
  position: relative;
  transition: all 5s ease-in-out;
  background: radial-gradient(ellipse at center,  #0a2e38  0%, #000000 70%);
  color: #daf6ff;
  text-shadow: 0 0 20px rgba(10, 175, 230, 1),  0 0 20px rgba(10, 175, 230, 0);
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 3000ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}

.close:target{
  /* visibility: hidden;
  opacity: 0; */
}

.popup .content {
  max-height: 70%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

#clock{
  font-family: 'Share Tech Mono', monospace;
  text-align: center;
}

.time {
    letter-spacing: 0.05em;
    font-size: 65px;
    padding: 5px 0;
    margin: 0px 0px 0px 0px;
}

.date {
    letter-spacing: 0.1em;
    font-size: 55px;
}

.text {
    letter-spacing: 0.1em;
    font-size: 35px;
    padding: 50px 0px 50px 0px;
}

.text-1 {
    letter-spacing: 0.1em;
    font-size: 55px;
    padding: 50px 0px 50px 0px;
    margin: 0px 0px 0px 0px;
}

.day{
  font-size: 65px;
  margin: 0px 0px 0px 0px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active em versões anteriores a 2.1.8 */ {
  opacity: 0;
}



.catsingle2 figure {
}
.catsingle2 figure img{
	min-width: 100%;
	height: auto;
}
.catsingle2 .item2 {
	width: 25%;
	display: inline-block;
	margin-right: -3.5px;
	margin-left: 0px;
	padding: 20px 8px 25px 8px;
	
}
.catsingle2 .item2:last-child {
	/* width: 25%; */
}
.catsingle2 .caption {
	color: white;
	background: #155f87;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 16px;
	border-left: 1px solid rgba(255, 255, 255, .2);
	text-transform: uppercase;
}
.catsingle2 .cat-wrapper {
	background: #eee;
	padding: 0;
}
.catsingle2 .produtos-owl .owl-dots {
	margin-top: 45px;
	text-align: center;
}
.catsingle2 .produtos-owl .owl-dots .owl-dot {
	background: #111;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 27px;
}
.catsingle2 .produtos-owl .owl-dots .owl-dot:last-of-type {
	margin-right: 0;
}
.catsingle2 .produtos-owl .owl-dots .owl-dot.active {
	background: #155f87;
}
.catsingle2 .box-categorias {
	margin-bottom: 10px;
}
.catsingle2 .box-categorias h2 {
	color: #155f87;
	text-align: center;
	font-family: "handelgothic_btregular";
	text-transform: uppercase;
	font-size: 18px;
	margin: 25px 25px 0;
	border-bottom: 3px solid #155f87;
	padding-bottom: 20px;
}
.catsingle2 .box-categorias .owl-item {
	margin-right: 0px !important;
}
.catsingle2 .box-categorias .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 15px;
}
.catsingle2 .box-categorias .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.catsingle2 .box-categorias .owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 7px;
	background: black;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
}
.catsingle2 .box-categorias .owl-theme .owl-dots .owl-dot.active span, .catsingle2 .box-categorias .owl-theme .owl-dots .owl-dot:hover span {
	background: #1773a5;
}
.catsingle2 .box-categorias .blog-post {
	margin: 0 auto;
	margin-bottom: 15px;
}
.catsingle2 .box-categorias .blog-post a {
	color: #1773a5;
	text-align: center;
	font-family: "handelgothic_btregular";
	font-size: 12px;
	text-transform: uppercase;
}
.catsingle2 .box-categorias .blog-post p {
	text-align: center;
	padding: 10px;
}
.catsingle2 .box-categorias .bx-carrou {
	padding-top: 20px;
}



figure.fit2 {
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

figure.fit2 .overlay-blue2 {
	width: 100%;
	height: 100%;
	transition: ease-in-out .2s;
	background-image: url(public/img/overlay.png);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background-size:100%;
	padding: 25px;
}
figure.fit2:hover .overlay-blue2 {
	opacity: 1;
	transition: ease-in-out .2s;
}
figure.fi2t .overlay-blue2 p {
	color: white;
	font-family: "handelgothic_btregular";
	text-align: center;
	margin-top: 15%;
	font-size: 14px;
}

.catsingle2 figure.fit2 .overlay-blue-22 {
	width: 100%;
	height: 100%;
	transition: ease-in-out .2s;
	background-color: rgba(21,95,135,0.8);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background-size:100%;
	padding: 25px;
}

.catsingle2 figure.fit2:hover .overlay-blue-22 {
	opacity: 1;
	transition: ease-in-out .2s;
}
.catsingle2 figure.fit2 .overlay-blue-22 p {
	color: white;
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin-top: 40%;
	font-size: 14px;
}



@media (max-width:785px) {
	.catsingle2 .item2{
		width: 49%;
	}
}

.no_visible{
	display: none !important;
}

.visible{
	display: inline-block !important;
}

.catsingle2  .btn-azul {
	background-color: #155f87;
	color: white;
	border-radius: 0px;
	font-family: "Roboto", sans-serif;
	border: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	margin-top: 30px;
	padding: 16px 40px;
	transition: ease-in-out .2s;
	margin-bottom: 30px;
}
.catsingle2  .btn-azul:hover {
	transition: ease-in-out .2s;
	background-color: #2cb705;
}

.btn-disable {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .15;
}

#header #menu ul > li > ul > li{
	width: 250px;
}

#header #menu ul > li > ul > li > a{
	height: 45px;
	justify-content: left;
	align-items: left;
}

.caret {
	display: none;
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 767px) {

}


#header {
	background: #fff;
}
#header p{
	display: inline;
text-indent: 5px;}
#header .navbar-header {
	z-index: 11;
	position: relative;
	/* background-color: #fff; */
}
#header .navbar-header .navbar-brand {
	height: 84px;
	padding: 0 15px 0px 15px;
	line-height: 84px;
}
#header .navbar-header .navbar-brand img {
	display: inline-block;
}
#header #navbar {
	float: right;
	position: relative;
}


#header #navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 100;
}
#header #navbar ul:after {
	content: '';
	clear: both;
	display: block;
}
/* #header #menu ul > li {
	float: left;
} */
#header #navbar ul > li > a {
	color: #0C0C0C;
	height: 90px;
	padding: 7px;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "handelgothic_btregular", sans-serif;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: background .2s ease-in-out;
}
#header #navbar ul > li > a:focus, #header #navbar ul > li > a:active {
	background-color: transparent !important;
	color: #155F87;

}
#header #navbar ul > li > a:hover, #header #navbar ul .active {
	color: #155f87;
	background-color: #d0d0d0;
}

img.logo {
	height: 35px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	#header #navbar ul > li > a{
		font-size: 0.8em;
	}

	#header #navbar ul > li > ul > li > a  {
		justify-content: left;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	#header .navbar-header .navbar-brand img {
	    height: 35px;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	#header #navbar ul > li > a{
		font-size: 1em;
	}
	#header .navbar-header .navbar-brand img {
	    height: 40px;
	}
}


/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1500px) {
	#header .navbar-header .navbar-brand img {
			height: 48px;
	}

}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 767px) {

	#header #navbar ul > li > a {
		padding: 3px;
	}

	#header #navbar {
		width: 100%;
		background: #000;
	}


	#header #navbar ul > li > a{
		color: #155F87;
	}

	#header #navbar ul > li > a:visited {
	    color: #155F87;
		background-color: #222;
	}

	ul li ul li{
		background-color: #222;
		font-size: 0.9em;
	}

	#header #navbar ul > li > a{
		height: 40px;
	}

	#header .container-fluid {
		border: none;
	}

	#header #navbar ul > li > a:hover, #header #navbar ul .active {
		background-color: #d0d0d0;
	}

	.navbar {
		border-bottom: 1px solid transparent;
	}
}

#header #navbar ul > li > ul > li > a{
	height: 40px;
}

#header #navbar ul > li > ul > li:active{
	background-color: transparent;
}

#header .container-fluid{
	/*padding: 0px;*/
}

#header .container-fluid > .navbar-collapse{
	  margin-right: 0px;
}

header{
	border-bottom: 0px;
}

[id*="_link"] {
	cursor: pointer;
}

.cbh-phone{display:block;position:fixed; right: -50px;
	bottom: -55px; visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:999;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s}
.cbh-phone.cbh-show{visibility:visible}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
.cbh-phone.cbh-static1{opacity:.6}
.cbh-phone.cbh-hover1{opacity:1}
.cbh-ph-circle{width:110px;height:110px;top:40px;left:40px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,.4);opacity:.1;-webkit-animation:cbh-circle-anim 1.2s infinite ease-in-out;-moz-animation:cbh-circle-anim 1.2s infinite ease-in-out;-ms-animation:cbh-circle-anim 1.2s infinite ease-in-out;-o-animation:cbh-circle-anim 1.2s infinite ease-in-out;animation:cbh-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.cbh-phone.cbh-active .cbh-ph-circle1{-webkit-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-o-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;animation:cbh-circle-anim 1.1s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-circle{-webkit-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-o-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;animation:cbh-circle-anim 2.2s infinite ease-in-out!important}
.cbh-phone.cbh-hover .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
.cbh-phone.cbh-green .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle{border-color:rgba(204,204,204,1);opacity:.5}
.cbh-phone.cbh-gray .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
.cbh-ph-circle-fill{width:74px;height:74px;top:58px;left:58px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.cbh-phone.cbh-active .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}         .cbh-phone.cbh-hover .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}
.cbh-phone.cbh-green .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill{background-color:rgba(204,204,204,.5);opacity:.75!important}
.cbh-phone.cbh-gray .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:1!important}
.cbh-ph-img-circle1{width:50px;height:50px;top:70px;left:70px;position:absolute;background-image:url(https://360imagem.com/google/images/wpp-icon.png);background-size: 40px 40px;background-color:rgba(30,30,30,.1);background-position:center center;background-repeat:no-repeat;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:1;-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out;animation:cbh-circle-img-anim 1s infinite ease-in-out}
.cbh-phone.cbh-active .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;animation:cbh-circle-img-anim 1s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;animation:cbh-circle-img-anim 0s infinite ease-in-out!important}
.cbh-phone.cbh-hover .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover{background-color:rgba(117,235,80,1)}
.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1{background-color:rgba(204,204,204,1)}
.cbh-phone.cbh-gray .cbh-ph-img-circle1{background-color:rgba(117,235,80,1)}@-moz-keyframes cbh-circle-anim{0%{-moz-transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0deg) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}}@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{transform:rotate(0deg) scale(1) skew(1deg)}}@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}}@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}}
.cbh-ph-img-circle1 {}
.cbh-phone.cbh-green .cbh-ph-circle {border-color: rgb(0, 242, 164)}
.cbh-phone.cbh-green .cbh-ph-circle-fill {background-color: rgb(0, 242, 164);}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {background-color:rgb(46, 203, 113);}

.kmacb__manager-border {
	position: absolute;
	width: 75px;
	height: 75px;
	top: 50%;
	left: 50%;
	margin-top: -39.5px;
	margin-left: -39.5px;
	border-radius: 100%;
	border: 2px solid #ffe787;
	-webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	-moz-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	-ms-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	-o-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	opacity: .8;
	transform-origin: center;
}
.kmacb__manager-fill {
	background: #52aff7 center bottom no-repeat;
	position: absolute;
	width: 75px;
	height: 75px;
	top: 50%;
	left: 50%;
	margin-top: -37.5px;
	margin-left: -37.5px;
	border-radius: 100%;
	opacity: .5;
	-webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	-moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	-ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	-o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	transform-origin: center;
}
.kmacb__manager-circle {
	background: #52aff7;
	position: absolute;
	width: 120px;
	height: 120px;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
	border-radius: 100%;
}

.elementor-message {
	font-size: 1.3em;
	color: #61CE70;
}

.sessao-produtos{
    text-align: center;
}

.catsingle2{
	/* text-align: center; */
}

.card {
    font-size: 1em;
    overflow: hidden;
    box-shadow: 0 0px 10px 0 #d4d4d5, 0 0 0 0px #d4d4d5;
    display: inline-block;
    /* width: 24%; */
    padding: 15px;
    margin: 0.3%;
    text-align: left;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    border: none;
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2857em;
    font-family: "Helvetica", Sans-serif;
    color: #6EC1E4;
}

.card-text {
    font-size: 15px;
    font-family: "Helvetica", Sans-serif;
    color: #777777;
    
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    background: #fff;
    margin-top: 0px;
    margin-bottom: 15px;
}

.card-footer .btn{
    background-color: #6EC1E4;
    color: #ffffff;
    border: solid 3px #6EC1E4;
    width: auto;
    border-radius: 0px;
    font-weight: 600;
	margin-top: 15px;
    font-family: "Helvetica", Sans-serif;
	text-transform: uppercase;
}


.card-footer .btn:hover{
    background-color: #ffffff;
    color: #6EC1E4;
    transition: 0.4s;
}

.interface_de_volante{
	/* margin: 0px 0px 0px 0px; */
	text-align: left;
	margin: 5px 5px 5px 5px;
}

h1.title {
	color: #155f87;
	background: #eee;
	padding: 35px;
	margin-bottom: 0;
	border-bottom: 3px solid #155f87;
	text-align: center;
	text-transform: uppercase;
}


h1.title-home {
	color: #155f87;
	background: #eee;
	padding: 35px;
	margin-bottom: 0;
	border-bottom: 3px solid #155f87;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
}


h1.title-buscar {
	color: white;
    font-family: "handelgothic_btregular";
    text-transform: uppercase;
    font-size: 20px;
    line-height: 47px;
}

.categorynew{
	/* margin: 30px 0px 30px 0px; */
}
section.categorynew p{
	font-size: 16px;
	/* margin-bottom: 30px; */
}

.categorynew h3{
	color: #155f87;
	/* padding: 35px; */
	margin-top: 25px;
	text-transform: uppercase;
}

.item-desc {
	padding: 0 5px 0 5px;
	font-size: 16px;
}


.cat-wrapper2{
	margin-bottom: 20px;
	
}

.fit2{
	/* border: 1px solid #155f87; */
	border-bottom: none;
	background-color: rgba(78, 78, 78, 0.1);
}

.item-desc{
	/* border: 1px solid #155f87; */
	padding: 10px 15px 10px 15px;
	border-top: none;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	background-color: rgba(78, 78, 78, 0.1);
}

.item-desc h2{
	color: #155f87;
    font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 0px;
}

.item2 img{
	/* border: 1px solid rgba(78, 78, 78, 0.1); */
	border-bottom: none;
}

.title_description{
	background-color: #eee;
}

.title_description h1{
	background-color: #eee;
	padding-bottom: 20px;
	color: #155f87;
    background: #eee;
    padding: 32px 0px 20px 0px;
    margin-bottom: 0;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
	border-bottom: none;
}

.title_description p{
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
	font-size: 18px;
	padding: 0px 0px 32px 0px;
}

@media (max-width: 767px) {
	.card {
        width: auto;
        margin: 10px 15px 0px 10px;
    }

	.item2{
		padding: 5px 10px 0px 0px;
		margin-top: 15px;
	}

	.catsingle2 .item2 {
		width: 100%;
		display: inline-block;
	}
}

@media (min-width: 768px) { 
	.catsingle2 .item2 {
		width: 50%;
		display: inline-block;
	}

	.item-desc {
		min-height: 6em;
	}

	.item-desc {
		min-height: 10em;
	}

}

@media (min-width: 992px) { 
	.catsingle2 .item2 {
		width: 33.33%;
		display: inline-block;
	}

	.item-desc {
		min-height: 11em;
	}
}

@media (min-width: 1200px) { 
	.catsingle2 .item2 {
		width: 25%;
		display: inline-block;
	}
	.item-desc {
		min-height: 9em;
	}
}

@media (min-width: 1921px) {
    
}

.wpcf7 form .wpcf7-response-output {
	margin: 10px 0px 0px 0px !important;
	padding-left: 0px !important;
	border: none !important; /* Blue */
	color: #eee !important;
}

.item-desc .obs_aplicacao{
	margin: -10px 0px 10px 0px;
	font-style: italic;
	color: #143D54;
	min-height: 1.4em;
	display: inline;
}

.item-desc h2{
	display: inline;
}

.item-desc .desc{
	margin-top: 10px;
}

.breadcrumbs-elementor{
    font-size: 1.2em;
    font-family: "Catamaran", Sans-serif;
    font-weight: 500;
    color: #54595F;
}