@charset "UTF-8";

/*  Style do head  */
a, abbr, acronym, address, applet, big, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, pre, q, s, samp, small, span, strike, sub, tt, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/*
83734f dourado
9e9580 cor original logotipo
*/
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    
}

  .img-responsive {
    display: inline-block;
    height: auto !important;
    margin: 0%;
    max-width: 100%;
    width: 100%;
    border-radius: 25px;
}

.subm{
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;/**/
}
.selected{
    background-color: rgba(249, 249, 249, 0.8);
    text-indent: 12px;
}

.navbar-collapse.collapse{
  padding-left:0px !important;
  padding-right:0px !important;
}

ul.menu > li:last-child {padding-right: 0px !important;}

#cabecalho0 .dev{text-align:right;}
.dev ul a:last-child {margin-right: 0px;}
.dev ul a {margin: 0px 8px;}

.dev ul a .fa:hover {color: #444;}
.dev ul a .fa {color: #9e9580;}

.visuallyhidden { 
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; 
  margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px; 
}

/* LANGUAGE SWITCHER */
/* ui-dropdown-list */
body {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.ui-dropdown-list {position: relative;}
p.ui-dropdown-list-trigger {margin-top: 0;}

.ui-dropdown-list-trigger strong {
  position: relative;
  z-index: 999;
}

.ui-dropdown-list-trigger strong:after {
  display: block;
    position: absolute;
    content: '';
    right: 6px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
}

.ui-dropdown-list-trigger strong,
.ui-dropdown-list ul a {
  display: block;
    width: 50px;
    cursor: pointer;
    padding: 10px;
    font-size: 13px;
    line-height: 13px;
    color: #cccccc;
    font-weight: normal;
}

.ui-dropdown-list ul {
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
  margin-top: 0;
  padding: 0;
  z-index: 1000;
}

.ui-dropdown-list li {list-style-type: none;}

.ui-dropdown-list ul a,
.ui-dropdown-list ul a:link,
.ui-dropdown-list ul a:visited {
  position: relative;
  display: block;
  float: left;
  text-align: left;
  background-color: #f5f5f5;
}

.ui-dropdown-list ul a:hover,
.ui-dropdown-list ul a:focus {
  border-bottom: none;
  background-color: #fff;
  opacity: 1;
  color: #444;
}

/* JS interactivity */
.no-js .ui-dropdown-list ul,
.ui-dropdown-list.active ul {
  display: block;
}

.ui-dropdown-list.active strong {
  background-color: #f5f5f5;
  color: #444;
}

.ui-dropdown-list.active strong:after {border-top-color: #444;}

#lang-switcher a,
#lang-switcher strong {
    padding-left: 8px !important;
      border-bottom: 1px solid #fff;
  font-family: 'PT Sans';
  font-size: 15px;
}

#lang-switcher li:last-child a{border-bottom: 0px;}
#lang-switcher strong {float: right;}

@font-face {
  font-family: 'Dala Moa Regular';
  src: url('../fonts/Dala Moa Regular.eot'); 
  src: url('../fonts/Dala Moa Regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/Dala Moa Regular.woff2') format('woff2'), 
       url('../fonts/Dala Moa Regular.woff') format('woff'), 
       url('../fonts/Dala Moa Regular.ttf')  format('truetype'), 
       url('../fonts/Dala Moa Regular.svg#svgFontName') format('svg'); 
}

@font-face {
  font-family: 'Dala Moa Bold';
  src: url('../fonts/Dala Moa Bold.eot');
  src: url('../fonts/Dala Moa Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Dala Moa Bold.woff2') format('woff2'),
       url('../fonts/Dala Moa Bold.woff') format('woff'), 
       url('../fonts/Dala Moa Bold.ttf')  format('truetype'),
       url('../fonts/Dala Moa Bold.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'Dala Moa Light';
  src: url('../fonts/Dala Moa Light.eot');
  src: url('../fonts/Dala Moa Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Dala Moa Light.woff2') format('woff2'),
       url('../fonts/Dala Moa Light.woff') format('woff'), 
       url('../fonts/Dala Moa Light.ttf')  format('truetype'),
       url('../fonts/Dala Moa Light.svg#svgFontName') format('svg');
}

#footer .footer1 {
    background: #eaeaea;
    padding: 30px 0
}

#omenu{width: 100%;}

.meumenu {
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: relative;
  width: 100%;
  z-index: 3;
}

.meumenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.meumenu li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    font-family: 'PT Sans';
    font-weight: 700;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
}

.meumenu li {border-right: 1px solid #fafafa;}
.meumenu li:last-child {border-right: 0px solid #99cc00;}
.meumenu li a:hover, .meumenu .menu-btn:hover {background-color: #fafafa;}

.meumenu .logo {
  display: none;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.meumenu .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.meumenu .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 28px 5px 28px 0px;
  position: relative;
  user-select: none;
}

.meumenu .textmenu {
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    float: left;
    position: relative;
}

.meumenu .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.meumenu .menu-icon .navicon:before,
.meumenu .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.meumenu .menu-icon .navicon:before {top: 5px;}
.meumenu .menu-icon .navicon:after {top: -5px;}

/* menu btn */
.meumenu .menu-btn {display: none;}
.meumenu .menu-btn:checked ~ .menu {max-height: 400px;}
.meumenu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}
.meumenu .menu-btn:checked ~ .menu-icon .navicon:before {transform: rotate(-45deg);}
.meumenu .menu-btn:checked ~ .menu-icon .navicon:after {transform: rotate(45deg);}
.meumenu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.meumenu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 850px) {
  .meumenu li {float: left;}
  .meumenu li a {padding: 10px 20px;}
  .meumenu .menu {
    clear: none;
    float: left;
    max-height: none;
    padding-top:6px;
  }
  .meumenu .menu-icon {display: none;}
}


ul.nav.navbar-nav.menu li a {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 18px;
    text-transform: uppercase;

}

/* fim menu */

li{list-style-type: none;}

a,
button span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section,
.section {
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

section.no-padding-top,
.section.no-padding-top {
  padding-top: 0;
}

section.no-padding-bottom {padding-bottom: 0;}

img {max-width: 100%;}

input {
  width: 100%;
  border: none;
  border-radius: 3px;
}

header {
  position: relative;
  overflow: hidden;
}

header .container {
  position: relative;
  z-index: 3;
}

header p {margin-bottom: 10px;}
header.secondary {height: 450px;}
header.secondary.small {height: 200px;}
header.secondary.small .parallax-background {top: -40%;}

.news_data{
  padding-bottom: 15px; 
  padding-top: 0px !important;
  margin-top: -15px;
}
.news_title{margin-bottom:0px !important;}

.background-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 50% 50% !important;
}

.background-image-holder p {margin-bottom: 15px !important;}

@media screen and (max-width: 768px) {
  .background-image-holder.overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.7;
    z-index: 2;
    background-color: #fff;
  }
.btn_voltar{
    width: 30%;
    float: right;
    position: absolute;
    top: 2%;
    right: 4%;
    }
}

}

.background-image-holder.parallax-background {
  height: 120%;
  top: -10%;
}

.main-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  overflow: hidden;
  width: 100%;
  background: #ffffff;
}

.thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  position: relative;
}

.thumbnail.with-info {
  position: relative;
  margin-bottom: 90px;
}

.thumbnail.with-info .info {
  position: absolute;
  left: 30px;
  bottom: -30px;
  /* width: 60px; */
  /* height: 60px; */
  min-width: 60px;  /* xxx */
  min-height: 60px;  /* xxx */
  padding:10px;  /* xxx */
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 15px;
}

.thumbnail.with-info .info span {
  /* font-size: 18px; */
  font-size: 14px; /* xxx */
  font-weight: bold;
  display: block;
}

.thumbnail.with-info .info span:nth-child(2) {font-size: 11px;}

.error h1 {
  font-size: 120px;
  line-height: 130px;
  font-weight: 900;
}

/* TYPOGRAPHY */
body {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #8d8d8d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
  font-family: "Dala Moa Regular", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444444;
  margin: 0px;
}

h1, h2.page-title, h2.product-title {
  /* font-size: 42px;  */
  font-size: 32px; /* xxx */
  line-height: 54px;
  margin-bottom: 20px;
  -webkit-font-smoothing: subpixel-antialiased; /* xxx */
}

h2 {
  font-size: 28px;
  line-height: 44px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 15px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

strong {font-weight: 600;}

p {
   font-family: 'PT Sans';
    font-weight: 300;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
}

p.lead {
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
}

p:last-child {margin-bottom: 0px;}
p.subtitle {margin-bottom: 30px;}
p.description {margin-bottom: 10px;}
p.strong {font-weight: 700;}
p strong {}

/* FORM & INPUTS */
input[type="text"],
input[type="email"],
input[type="month"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="file"],
input[type="password"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="tel"],
input[type="search"],

textarea {
      border: 1px solid #ddd;
    background: #ffffff;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
  border-color: #DCDCDC;
}

textarea {  resize: none;}

input[type="color"],
input[type="image"] {
  border: 2px solid #f2f3f5;
  border-radius: 0;
  margin-bottom: 30px;
  font-size: 16px;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="color"]:focus,
input[type="image"]:focus {
  outline: none;
  border-color: #DCDCDC;
}

input[type="text"], input[type="email"] {color:#222;}

textarea {
  width: 100%;
  min-height: 150px;
  padding-top: 10px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  /* max-width: 180px; */
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="button"]:focus,input[type="submit"]:focus,input[type="reset"]:focus {outline: none;}

.contact-form input[type="submit"] {float: right;}

@media screen and (max-width: 768px) {
  .contact-form {margin-top: 40px;}
}

/* OFFSCREEN NAVIGATION */
#sidr {display: none;}

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 13px;
  /* background: #0074a3; */
  background: #fefefe; /* xxx */
  border-left: 1px solid #eee;
  color: #fff;
}

.sidr .sidr-inner {padding: 0 0 15px;}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  margin-top: 40px;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 30px; /* xxx */
  border: none;
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border: none;
  /* line-height: 45px; */
  line-height: 30px; /* xxx */
}

.sidr ul li.divider span {
    height: 1px;
    background-color: #000;
    opacity: .2;
    margin: 20px 30px;
    line-height: 49px;
}

.sidr ul li a,
.sidr ul li span {
  /* padding: 0 40px; */
  padding: 0 30px; /* xxx */
  display: block;
  text-decoration: none;
  /* color: #fff; */
  color: #888; /* xxx */
  border: none;
  -webkit-font-smoothing: subpixel-antialiased; /* xxx */
}

.sidr ul li a {
  text-transform: uppercase;
  /* font-weight: bold; */
  font-size:15px; /* xxx */
}

.sidr ul li a:hover {color: #000000;}

.sidr ul li:first-child {
  /* margin-bottom: 20px; */
  margin-bottom: 50px; /* xxx */
}

.sidr ul li:first-child > a {  text-transform: none;}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

.sidr ul li ul li:last-child {border-bottom: none;}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}

.side-menu-opener .bars {
  display: block;
  width: 34px;
  height: 21px;
  float: left;
  position: relative;
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.side-menu-opener .bars .top,
.side-menu-opener .bars .middle,
.side-menu-opener .bars .bottom {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8.5px;
  margin-top: -1px;
  -webkit-transition: opacity 0.15s ease-out, margin 0.15s ease-out, -webkit-transform 0.15s ease-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0s;
  -moz-transition: opacity 0.15s ease-out 0.25s, margin 0.15s ease-out 0.25s, -moz-transform 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out 0.25s, margin 0.15s ease-out 0.25s, -o-transform 0.15s ease-out;
  transition: opacity 0.15s ease-out 0.25s, margin 0.15s ease-out 0.25s, transform 0.15s ease-out;
}

.side-menu-opener .bars .top {margin-top: -8px;}
.side-menu-opener .bars .bottom {margin-top: 6px;}

.sidr-open .side-menu-opener .bars .bottom {
  margin-top: -1px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.sidr-open .side-menu-opener .bars .top {
  margin-top: -1px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.sidr-open .side-menu-opener .bars .middle {opacity: 0;}

.side-menu-opener .bars .middle {
  -webkit-transition-property: all;
  -webkit-transition-duration: .4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: .4s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: .4s;
  -ms-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: .4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease-out;
}

.sidr-open .side-menu-opener .bars .middle {
  height: 0px;
  -webkit-transition-property: height;
  -webkit-transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: height;
  -moz-transition-duration: .1s;
  -moz-transition-timing-function: ease-out;
  -ms-transition-property: height;
  -ms-transition-duration: .1s;
  -ms-transition-timing-function: ease-out;
  -o-transition-property: height;
  -o-transition-duration: .1s;
  -o-transition-timing-function: ease-out;
  transition-property: height;
  transition-duration: .1s;
  transition-timing-function: ease-out;
}

.side-logo {
  font-size: 26px;
  font-size: 26px;
  font-weight: bold;
}

.sidr ul li .logo-dot {
  width: 4px;
  height: 4px;
  display: inline-block !important;
  padding: 0;
  margin-left: 1px;
}

.side-social {
  /* padding: 0px 40px; */
  padding: 0px; /* xxx */
  text-align: center; /* xxx */
}

.side-social a {
  margin-right: 14px;
  color: #999;
}

/* Icon font Linea */
@font-face {
  font-family: "linea-basic-10";
  src: url("../fonts/linea-basic-10.eot");
  src: url("../fonts/linea-basic-10.eot?#iefix") format("embedded-opentype"), url("../fonts/linea-basic-10.woff") format("woff"), url("../fonts/linea-basic-10.ttf") format("truetype"), url("../fonts/linea-basic-10.svg#linea-basic-10") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  /*font-family: "linea-basic-10" !important;*/
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-basic-accelerator:before {content: "a";}
.icon-basic-alarm:before {content: "b";}
.icon-basic-anchor:before {content: "c";}
.icon-basic-anticlockwise:before {content: "d";}
.icon-basic-archive:before {content: "e";}

.icon-basic-archive-full:before {  content: "f";}
.icon-basic-ban:before {  content: "g";}
.icon-basic-battery-charge:before {  content: "h";}
.icon-basic-battery-empty:before {  content: "i";}
.icon-basic-battery-full:before {  content: "j";}
.icon-basic-battery-half:before {  content: "k";}
.icon-basic-bolt:before {  content: "l";}
.icon-basic-book:before {  content: "m";}
.icon-basic-book-pen:before {  content: "n";}
.icon-basic-book-pencil:before {  content: "o";}
.icon-basic-bookmark:before {  content: "p";}
.icon-basic-calculator:before {  content: "q";}
.icon-basic-calendar:before {  content: "r";}
.icon-basic-cards-diamonds:before {  content: "s";}
.icon-basic-cards-hearts:before {  content: "t";}
.icon-basic-case:before {  content: "u";}
.icon-basic-chronometer:before {  content: "v";}
.icon-basic-clessidre:before {  content: "w";}
.icon-basic-clock:before {  content: "x";}
.icon-basic-clockwise:before {  content: "y";}
.icon-basic-cloud:before {  content: "z";}
.icon-basic-clubs:before {  content: "A";}
.icon-basic-compass:before {  content: "B";}
.icon-basic-cup:before {  content: "C";}
.icon-basic-diamonds:before {  content: "D";}
.icon-basic-display:before {  content: "E";}
.icon-basic-download:before {  content: "F";}
.icon-basic-exclamation:before {  content: "G";}
.icon-basic-eye:before {  content: "H";}
.icon-basic-eye-closed:before {  content: "I";}
.icon-basic-female:before {  content: "J";}
.icon-basic-flag1:before {  content: "K";}
.icon-basic-flag2:before {  content: "L";}
.icon-basic-floppydisk:before {  content: "M";}
.icon-basic-folder:before {  content: "N";}
.icon-basic-folder-multiple:before {  content: "O";}
.icon-basic-gear:before {  content: "P";}
.icon-basic-geolocalize-01:before {  content: "Q";}
.icon-basic-geolocalize-05:before {  content: "R";}
.icon-basic-globe:before {  content: "S";}
.icon-basic-gunsight:before {  content: "T";}
.icon-basic-hammer:before {  content: "U";}
.icon-basic-headset:before {  content: "V";}
.icon-basic-heart:before {  content: "W";}
.icon-basic-heart-broken:before {  content: "X";}
.icon-basic-helm:before {  content: "Y";}
.icon-basic-home:before {  content: "Z";}
.icon-basic-info:before {  content: "0";}
.icon-basic-ipod:before {  content: "1";}
.icon-basic-joypad:before {  content: "2";}
.icon-basic-key:before {  content: "3";}
.icon-basic-keyboard:before {  content: "4";}
.icon-basic-laptop:before {  content: "5";}
.icon-basic-life-buoy:before {  content: "6";}
.icon-basic-lightbulb:before {  content: "7";}
.icon-basic-link:before {  content: "8";}
.icon-basic-lock:before {  content: "9";}
.icon-basic-lock-open:before {  content: "!";}
.icon-basic-magic-mouse:before {  content: "\"";}
.icon-basic-magnifier:before {  content: "#";}
.icon-basic-magnifier-minus:before {  content: "$";}
.icon-basic-magnifier-plus:before {  content: "%";}
.icon-basic-mail:before {  content: "&";}
.icon-basic-mail-multiple:before {  content: "'";}
.icon-basic-mail-open:before {  content: "(";}
.icon-basic-mail-open-text:before {  content: ")";}
.icon-basic-male:before {content: "*";}
.icon-basic-map:before {content: "+";}
.icon-basic-message:before {  content: ",";}
.icon-basic-message-multiple:before {  content: "-";}
.icon-basic-message-txt:before {  content: ".";}
.icon-basic-mixer2:before {  content: "/";}
.icon-basic-mouse:before {  content: ":";}
.icon-basic-notebook:before {  content: ";";}
.icon-basic-notebook-pen:before {  content: "<";}
.icon-basic-notebook-pencil:before {  content: "=";}
.icon-basic-paperplane:before {  content: ">";}
.icon-basic-pencil-ruler:before {  content: "?";}
.icon-basic-pencil-ruler-pen:before {  content: "@";}
.icon-basic-photo:before {  content: "[";}
.icon-basic-picture:before {  content: "]";}
.icon-basic-picture-multiple:before {  content: "^";}
.icon-basic-pin1:before {  content: "_";}
.icon-basic-pin2:before {  content: "`";}
.icon-basic-postcard:before {  content: "{";}
.icon-basic-postcard-multiple:before {  content: "|";}
.icon-basic-printer:before {  content: "}";}
.icon-basic-question:before {  content: "~";}
.icon-basic-rss:before {  content: "\\";}
.icon-basic-server:before {  content: "\e000";}
.icon-basic-server2:before {  content: "\e001";}
.icon-basic-server-cloud:before {  content: "\e002";}
.icon-basic-server-download:before {  content: "\e003";}
.icon-basic-server-upload:before {  content: "\e004";}
.icon-basic-settings:before {  content: "\e005";}
.icon-basic-share:before {  content: "\e006";}
.icon-basic-sheet:before {  content: "\e007";}
.icon-basic-sheet-multiple:before {  content: "\e008";}
.icon-basic-sheet-pen:before {  content: "\e009";}
.icon-basic-sheet-pencil:before {  content: "\e00a";}
.icon-basic-sheet-txt:before {  content: "\e00b";}
.icon-basic-signs:before {  content: "\e00c";}
.icon-basic-smartphone:before {  content: "\e00d";}
.icon-basic-spades:before {  content: "\e00e";}
.icon-basic-spread:before {  content: "\e00f";}
.icon-basic-spread-bookmark:before {  content: "\e010";}
.icon-basic-spread-text:before {  content: "\e011";}
.icon-basic-spread-text-bookmark:before {  content: "\e012";}
.icon-basic-star:before {  content: "\e013";}
.icon-basic-tablet:before {  content: "\e014";}
.icon-basic-target:before {  content: "\e015";}
.icon-basic-todo:before {  content: "\e016";}
.icon-basic-todo-pen:before {  content: "\e017";}
.icon-basic-todo-pencil:before {  content: "\e018";}
.icon-basic-todo-txt:before {  content: "\e019";}
.icon-basic-todolist-pen:before {  content: "\e01a";}
.icon-basic-todolist-pencil:before {  content: "\e01b";}
.icon-basic-trashcan:before {  content: "\e01c";}
.icon-basic-trashcan-full:before {  content: "\e01d";}
.icon-basic-trashcan-refresh:before {  content: "\e01e";}
.icon-basic-trashcan-remove:before {  content: "\e01f";}
.icon-basic-upload:before {  content: "\e020";}
.icon-basic-usb:before {  content: "\e021";}
.icon-basic-video:before {  content: "\e022";}
.icon-basic-watch:before {  content: "\e023";}
.icon-basic-webpage:before {  content: "\e024";}
.icon-basic-webpage-img-txt:before {  content: "\e025";}
.icon-basic-webpage-multiple:before {  content: "\e026";}
.icon-basic-webpage-txt:before {  content: "\e027";}
.icon-basic-world:before {  content: "\e028";}

/* HOME */
.hero-slider {
  height: 100%;
  display: block;
}

.hero-slider .slide, .hero-slider .slick-list, .hero-slider .slick-track {height: 100%;}

.hero-slider .slide {
  background-repeat: no-repeat !important;
  background-color: #F5F5F7 !important;
  background-size: cover !important;
}

.hero-slider .slide:focus {  outline: none;}
.hero-slider .slick-dots {  bottom: 25px;}

.action-bar {
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f0f0f0;
    background: rgba(250, 250, 250,1);
}

.action-bar .col-md-4, .action-bar .col-sm-4 {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .action-bar .col-md-4:last-child, .action-bar .col-sm-4:last-child {border-right: 1px solid #e7e7e7;}
}

.actiona{
  padding-top: 5px !important;
  padding-bottom: 4px !important;
}

.action-bar a {
  padding-top: 1px;
  padding-bottom: 1px;
  width: 100%;
  display: inline;
  position: relative;
  text-align: center;
  color: #444444;
}

.action-bar a i {
  font-size: 28px;
  color: #0074a3;
}

.action-bar a:hover,
.action-bar a:focus {
  text-decoration: none;
  opacity: 1;
}

.action-bar a:hover i,.action-bar a:focus i {  color: #fff;}


@media screen and (max-width: 768px) {
  .action-bar a {
    border-bottom: 1px solid #e7e7e7;
    font-size: 11px !important; 
  }

  .action-bar {border: none;}

  .drop_filtros {
  position: absolute;
  top: -2px;
  right: 10px;
  }
 
}


.action-bar a span.icon {
  position: relative;
  top: 13px;
  left: -9px;
  margin-top: -6px;
  display: inline-block;
}

.action-bar a span.text {color: #0074a3;}
.action-bar .icon {font-size: 42px;}

section.newsletter {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.newsletter input, section.newsletter a {margin-top: 25px;}

section.newsletter input {
  font-size: 16px;
  padding-left: 25px;
  border-radius: 2px;
  border: none;
  margin-bottom: 0;
  height: 43px;
  color: #8D8D8D;
}

section.newsletter h2.page-title {margin-bottom: 10px;}

@media screen and (max-width: 991px) {
  section.newsletter input {margin-top: 30px;}
  section.newsletter a {margin-top: 30px;}
  section.newsletter .row {text-align: center;}
  section.newsletter h2 {margin-top: 20px;}
  section.newsletter .text-left {text-align: center;}
}

section.products-grid {padding-bottom: 90px;}

section.products-grid .product {
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-bottom: 0px;
}

section.products-grid .product:hover .product-details {opacity: 1;}

section.products-grid .product .thumbnail {
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* background-size: cover; */
  background-size: contain;
}

section.products-grid .product .product-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /*opacity: 0; */
  opacity: 1; /* xxx */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.products-grid .product .product-details:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .9;
}

section.products-grid .product .product-details h3 {
  color: #fff;
  position: absolute;
  color: #0074a3;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 0px;
}

section.products-grid .product .product-details a.btn {
  color: #fff;
  border-color: #fff;
  margin-bottom: 20px;
}

section.products-grid .product .product-details a.btn:hover,
section.products-grid .product .product-details a.btn:focus {
  opacity: .8;
}

section.products-grid .product .product-price {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section.products-grid .product {margin-bottom: 15px;}
}

footer.footer {
  background: #f2f3f5;
  padding: 50px 0px 20px;
}

footer.footer .footer-navigation {
  display: table;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

footer.footer .footer-navigation li {
  list-style-type: none;
  float: left;
  margin-left: 25px;
  font-size: 14px;
  font-weight: bold;
}

footer.footer .footer-navigation li a {
  color: #979797;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer.footer .footer-navigation li:first-child {  margin-left: 0px;}

@media screen and (max-width: 768px) {
    footer.footer .footer-navigation li a {
    padding: 10px 0px;
    display: block;
    text-align: center;
  }
  footer.footer .footer-navigation li {
    float: none;
    margin: 0;
    border-top: 1px solid #e8eced;
  }

  footer.footer .footer-navigation {display: block;}
  footer.footer .accepted-payments li {font-size: 26px;}
}

footer.footer .accepted-payments {
  clear: both;
  display: table;
  position: relative;
  padding: 40px 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #e8eced;
  border-bottom: 1px solid #e8eced;
  width: 100%;
}

footer.footer .accepted-payments li {
  list-style-type: none;
  float: left;
  font-size: 38px;
  width: 20%;
  text-align: center;
}

footer.footer .accepted-payments li a {  color: #c9c9c9;}
footer.footer .accepted-payments li:first-child {  margin-left: 0px;}

footer.footer .copyright {
  clear: both;
  margin-top: 40px;
}

footer.footer .copyright p {
  text-align: center;
  color: #979797;
  font-size: 14px;
}

/* ABOUT */
.team-carousel .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  opacity: .3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-carousel .slick-slide:focus {outline: none !important;}

.team-carousel .slick-slide .member-info {
  padding: 0px 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 50px;
}

.team-carousel .slick-slide .member-info .position {margin-bottom: 20px;}
.team-carousel .slick-slide.slick-current {opacity: 1;}
.team-carousel .slick-slide.slick-current .member-info {opacity: 0;}

/* CATALOG */
a .custom-icon {
  width: 20px;
  height: 15px;
  position: relative;
  margin: 5px 25px 5px 0px;
  display: inline-block;
}

a .custom-icon span {
  position: absolute;
  background: #ddd;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,a:focus {outline: none;}

a:hover .custom-icon span,
a:focus .custom-icon span {
  /* background: #fff !important; */
  background: #444444 !important; /* xxx */
}

a .icon-thumb span:first-child {
    width: 8px;
    height: 8px;
    top: 0;
    left: 0;
}

a .icon-thumb span:nth-child(2) {
    width: 8px;
    height: 8px;
    top: 0px;
    left: 10px;
}

a .icon-thumb span:nth-child(3) {
    width: 8px;
    height: 8px;
    top: 10px;
    left: 0px;
}

a .icon-thumb span:nth-child(4) {
    width: 8px;
    height: 8px;
    top: 10px;
    left: 10px;
}


a .icon-list span:first-child {
  width: 6px;
  height: 5px;
  top: 0;
  left: 0;
}

a .icon-list span:nth-child(2) {
  width: 6px;
  height: 5px;
  top: 6px;
  left: 0;
}

a .icon-list span:nth-child(3) {
  width: 6px;
  height: 5px;
  top: 12px;
  left: 0;
}

a .icon-list span:nth-child(4) {
  width: 13px;
  height: 5px;
  top: 0px;
  right: 0px;
}

a .icon-list span:nth-child(5) {
  width: 13px;
  height: 5px;
  top: 6px;
  right: 0px;
}

a .icon-list span:nth-child(6) {
  width: 13px;
  height: 5px;
  top: 12px;
  right: 0px;
}

a .icon-grid span:first-child {
  width: 6px;
  height: 7px;
  top: 0px;
  left: 0px;
}

a .icon-grid span:nth-child(2) {
  width: 6px;
  height: 7px;
  top: 8px;
  left: 0px;
}

a .icon-grid span:nth-child(3) {
  width: 6px;
  height: 9px;
  top: 0px;
  left: 7px;
}

a .icon-grid span:nth-child(4) {
  width: 6px;
  height: 7px;
  top: 10px;
  left: 7px;
}

a .icon-grid span:nth-child(5) {
  width: 6px;
  height: 5px;
  top: 0px;
  right: 0px;
}

a .icon-grid span:nth-child(6) {
  width: 6px;
  height: 7px;
  top: 6px;
  right: 0px;
}

a .icon-full-width span:first-child {
  width: 20px;
  height: 13px;
  top: 0px;
  left: 0px;
}

a .icon-full-width span:nth-child(2) {
  width: 6px;
  height: 8px;
  bottom: 0px;
  left: 2px;
  border: 1px solid #fff;
}

a.load-more {
    width: 82px;
    height: 82px;
    background: #e7e7e7;
    color: #0074a3;
    display: block;
    text-align: center;
    line-height: 82px;
    border-radius: 50%;
    margin: 0 auto;
}

.product-list .product {
  /* margin-bottom: 120px; */
  margin-bottom: 10px; /* xxx */ 
}

.product-list .product .product-details h2 {
  margin-bottom: 20px;
  display: block !important;
  margin-top: 10px;
}

.product-list .product .product-details p {margin-bottom: 20px;}
.product-list .product .product-details .btn {margin-top: 10px;}
.product-list .product .product-details .product-price {font-weight: bold;}
.product-list .product .thumbnail {margin-bottom: 20px;}

@media screen and (max-width: 991px) {
  .product-list .product {margin-bottom: 40px;
  }
}

.product-list .row:last-child {margin-bottom: 0;}
.product-list .row:last-child .product {margin-bottom: 0;}
.product-list .row:last-child .product .thumbnail {margin-bottom: 0;}

@media screen and (max-width: 768px) {
  .product-list .row:last-child .product .thumbnail {margin-bottom: 40px;}
}

@media screen and (max-width: 768px) {
  .product-full-width .row .product {margin-bottom: 30px;}
}

.product-full-width .row:last-child .product .product-details {margin-bottom: 0;}
.product-full-width .product .thumbnail {position: relative;}

.product-full-width .product .thumbnail .product-details {
  position: relative;
  display: block;
  max-width: 530px;
  padding: 40px;
  opacity: .9;
  margin-bottom: 120px;
}

.product-full-width .product .thumbnail .product-details h2, .product-full-width .product .thumbnail .product-details .product-price, .product-full-width .product .thumbnail .product-details p, .product-full-width .product .thumbnail .product-details .btn {
  color: #fff;
}

.product-full-width .product .thumbnail .product-details p {margin-bottom: 10px;}
.product-full-width .product .thumbnail .product-details .btn {border-color: #fff;}

.product-full-width .product .thumbnail .product-details .product-price {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .product-full-width .product .thumbnail .product-details {margin-bottom: 30px;}
}

.product-full-width .product .thumbnail .product-details.left {
  left: 60px;
  float: left;
}

@media screen and (max-width: 768px) {
  .product-full-width .product .thumbnail .product-details.left {
    left: 0;
    margin-top: 0px !important;
    width: 100% !important;
    max-width: none;
    float: none;
  }
}

.product-full-width .product .thumbnail .product-details.right {
  right: 60px;
  float: right;
}

@media screen and (max-width: 768px) {
  .product-full-width .product .thumbnail .product-details.right {
    right: 0;
    margin-top: 0px !important;
    width: 100% !important;
    max-width: none;
    float: none;
  }
}

@media screen and (max-width: 991px) {
  .product-single .product-details {
    margin-top: 30px;
  }
}

.product-single .product-details .btn {margin-top: 0;}

.product-single .product-details .product-price {
  font-size: 22px;
  font-weight: bold;
}

.product-single .product-details .product-social {margin-bottom: 30px;}
.product-single .product-details .product-social a {margin-right: 20px;}
.product-single .secondary-images a {opacity: .4;}
.product-single .secondary-images a img {margin-top: 30px;}

.product-single .secondary-images a:hover,
.product-single .secondary-images a:focus {
  opacity: .8;
}

/* BLOG */
.blog-list .post {
  margin-bottom: 30px;
  display: block;
}

.blog-list .post .product-details h2 {
  margin-bottom: 20px;
  margin-top: 10px;
}

.blog-list .post .product-details p {margin-bottom: 20px;}
.blog-list .post .product-details .btn {margin-top: 10px;}
.blog-list .post .product-details .product-price {font-weight: bold;}
.blog-list .post .thumbnail {margin-bottom: 40px;}
.blog-list .row:last-child .post {margin-bottom: 0;}
.blog-list .row:last-child .post .thumbnail {margin-bottom: 0;}

@media screen and (max-width: 768px) {
  .blog-list .row:last-child .post .thumbnail {margin-bottom: 40px;}
}

@media screen and (min-width: 768px) {
  .blog-list.alternative .row:nth-child(2n) .col-md-6 {float: right;}
}

.post-details h3 {
  font-weight: 500;
  margin-bottom: 23px;
}

/* CONTACT */
#map {
  height: 600px;
  width: 100%;
}

.map-wrapper {position: relative;}

.map-wrapper .directions {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 30px;
  bottom: -30px;
}

/* BOOTSTRAP THEME */
.navbar {
  background: none;
  border: none;
  margin: 0;
  position: absolute;
  z-index: 5;
  width: 100%;
}

.navbar .navbar-header .navbar-brand {
  font-size: 26px;
  color: #0074a3;
  font-weight: 700;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .navbar .navbar-header .navbar-brand {
    /* padding: 42px 15px; */ /* xxx */
    padding: 10px 0px 21px 15px;
  }
}

.navbar .navbar-header .navbar-brand .logo-dot {
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 1px;
}

@media screen and (min-width: 768px) {
  .navbar .navbar-header {
    /* width: 100px; */ /* xxx 
    width: 158px;*/
  }
}

.navbar-default .navbar-nav li a {
    font-size: 18px;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .navbar-default .navbar-nav li a {
    /*padding: 42px 15px; */ /* xxx */
    padding: 0px 0px 3px;
  }
}

.navbar-default .navbar-nav .active a {background: none;}

.navbar-default .navbar-toggle {
  border: none;
  float: left;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #0074a3;
  height: 2px;
  width: 18px;
  margin-bottom: 4px;
  display: block;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #eeeeee;
  padding: 20px 0;
  /* margin-top: -20px !important; */
  margin-top: 0px !important; /* xxx */
}

.navbar .dropdown-menu li a {
  /* padding: 8px 25px; */
  padding: 4px 0px 4px 15px; /* xxx */
  color: #222;
}

.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a:focus,
.navbar .dropdown-menu li a:active {
  background: none;
  opacity: .8;
}

.navbar .open a.dropdown-toggle {background-color: transparent !important;}

.side-menu-opener span {
  background: #0074a3;
  height: 2px;
  width: 18px;
  margin-bottom: 4px;
  display: block;
}

.side-menu-opener.mobile {
  display: inline-block;
  margin-right: 0;
  margin-left: 15px;
  padding: 6px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  float: right;
}

@media screen and (max-width: 768px) {
  .navbar-right {display: none !important;}
}

@media screen and (min-width: 768px) {
  .side-menu-opener.mobile {display: none;}
  .dropdown:hover .dropdown-menu {display: block;}
  .nav-tabs .dropdown-menu,  .nav-pills .dropdown-menu,  .navbar .dropdown-menu {margin-top: 0;}
}

/* BUTTONS */
.btn, .btn.btn-primary, .btn-default {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px; /* xxx */
  border: none;
}

.btn {
  padding: 12px 35px;
  margin-top: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .btn {padding: 12px 20px;}
}

.button-group .btn:first-child {margin-right: 20px;}

.btn.btn-primary {
  /* border: 2px solid; */
  border: 1px solid; /* xxx */
  padding: 10px 35px;
}

@media screen and (max-width: 991px) {
  .btn.btn-primary {padding: 10px 20px;}
}

/* LIGHTBOX */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {display: none;}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {cursor: progress;}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {cursor: auto;}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {display: none;}
.mfp-hide {display: none !important;}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {color: #CCC;}
.mfp-preloader a:hover {color: #FFF;}
.mfp-s-ready .mfp-preloader {display: none;}
.mfp-s-error .mfp-content {display: none;}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {top: 1px;}
.mfp-close-btn-in .mfp-close {color: #333;}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {margin-top: -54px;}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {left: 0;}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {right: 0;}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {border-left: 27px solid #3F3F3F;}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {top: -40px;}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {line-height: 0;}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {margin: 0;}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {max-width: 100%;}
.mfp-gallery .mfp-image-holder .mfp-figure {cursor: pointer;}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /** * Remove all paddings around the image on small screen  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {padding: 0;}
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {padding: 0;}
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {padding: 0;}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {padding: 0;}
.mfp-ie7 .mfp-content {padding-top: 44px;}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}


/* marcio */

#tit_contactos{
    font-size: 24px !important;
    font-family: 'PT Sans' !important;
}


div.pagination {
    width: 100%;
    padding: 3px;
    margin: 20px auto;
    text-align: center;
}
div.pagination a {
    padding: 4px 9px;
    margin: 3px;
    border: 1px solid #f5f5f5;
    text-decoration: none;
    color: #000;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #ddd;
    color: #000;
}
div.pagination span.current {
    padding: 4px 9px;
    margin: 3px;
    background-color: #eee;
    color: #000;
}
div.pagination span.disabled {
    padding: 4px 9px;
    margin: 3px;
    border: 1px solid #f5f5f5;
    color: #eee;
}

.selecionado{ background-color: #eeeeee;}
.selecionado_topo{ 
	    color: #0074a3 !important;
    /* background: rgba(0,0,0,0.05); */
    font-family: 'Dala Moa Bold' !important;
    border-bottom: 4px solid #0074a3;
}

.erro{ 
  color: #cc0000 !important;
  margin-bottom: 10px; 
}

.produto_icons{ 
    margin:10px 7px;
    float:left;
}
.produto_icons img {width: 85%;}

.icons_texto{ 
    text-align: center;
    color:#000;
    font-size: 13px;
    font-weight: 600;
}
.icons_texto2{ 
    text-align: center;
    font-family: 'PT Sans';
    font-size: 11px;
    font-weight: 300;
    width:85%;
}

@media (min-width: 768px) and (max-width: 991px) {  
.card{
    background: #ffffff !important;
    padding: 3% !important;
    display: block !important;
    width: 94% !important;
    position: relative;
    overflow: hidden;
    margin: 3% !important;
    float: none !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
  .card .col-md-8,  .card .col-md-3{padding:0px !important;}

  .blog-list .card{
    min-height: 350px;
    height: auto !important;
  }
  
  .desc_curta{
    display: block;
    /* display: -webkit-box; */
    max-width: 400px;
    height: 109.2px;
    margin: 0 2%;
    /* font-size: 26px; */
    /* line-height: 1.4; */
    /* -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blog-list .post .thumbnail {margin-bottom: 10px !important;}
  .blog-list .post {
    width: 45%;
    height: 375px;
    vertical-align: top;
    margin: 0% 2%;
    display: inline-block;
    margin-bottom: 0px !important;
  }

  .thumbnail a>img, .thumbnail>img {border-radius: 0px !important;}

  .news_title{
    font-size:24px !important;
    line-height: 20px !important;
    padding-bottom: 15px !important;
  }
  .thumbnail img:hover{
    transform: scale(1.1); 
    transition-duration: 1.2s;
  }
  .thumbnail img{
    transform: scale(1); 
    transition-duration: 1.2s;
  }
  .card .col-md-3{z-index: 9999;}
      
  .desc_curta p{
    font-size:12px !important;
    line-height: 18px !important;
  }

}  


@media (min-width: 320px) and (max-width: 861px) {  
  #footer .newsletter, #rd_footer {
      width: 100% !important;
      margin: 0% !important;
  }
  .newsletter_tit{
    width: 100% !important;
    float: left;
    margin: 2% 0%;
    padding-top: 8px;
    font-size: 18px;
    font-family: 'Dala Moa Regular' !important;
  }
  .newsletter_nome_holder{
    width: 100% !important;
      float: left !important;
      margin: 1% 0% !important;
  }
  .newsletter_nome_holder input{
    max-width: none !important;
  }
  .newsletter_email_holder{
    width: 100% !important;
      float: left !important;
      margin: 1% 0% !important;
  }
  .newsletter_email_holder input{  
    max-width: none !important; 

  }
  .newsletter_submit_holder{
    width: 50% !important;
    margin: 2% 0%; !important;
  }
  #cabecalho0 .container {padding: 0px !important;}
  #cabecalho .container { 
    padding: 0px 0px 0px 15px !important;
  }

}

/* MOBILE */
@media (min-width: 320px) and (max-width: 479px) {  
  
}
@media (min-width: 320px) and (max-width: 767px) {  



  #omenu{  padding-top:125px !important; } 

  .col-md-9{padding:0px !important;}

  .form_contactos{
    padding:0px !important;
    margin-top: 30px;
  }

  div#desc_1 td {
      width: 92% !important;
      margin: 0% 4% !important;
  }

  #desc_1 td img {width: 100% !important;}

  #rd, #rd li, #rd_footer li:first-child {
    width: 60%;
    text-align: left;
  }
  #rd_footer li:first-child .fa{display:none;}

  /* div#desc_1 td {padding: 0% 1.25%;} */

  #footer .footer1 [class^=col-1] {
        /* width: 28% !important; */
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
    
  #pesquisa_idiomas{     
    width: 20%;
    border: none !important;
    position: absolute;
    bottom: 86%;
    right: 15px;
  }
  #pesquisa, #idiomas{ width: 50%; padding-right:0px !important; float: left !important;}
  #idiomas{ text-align: left; padding:5px; }
  #pesq{    width: 94% !important;}
  .side-menu-opener{ padding: 9px 0px 0px 0px !important;}
  #logotipo{ margin-left: calc(50% - 80px);text-align: center;}
  .navbar-header{height:110px !important;}
  #newsletter_title1{ display: block; } 
  #collapse-navigation li {border-top: 1px solid #01587b; }
  #footer .dev{
    display: inline-block;
    margin: 25px 0px 0px;
    width:100% !important;
    text-align: center;
    float: none !important;
  }

  .selecionado_topo {
    font-family: 'PT Sans' !important;
    border-bottom: 0px !important;
	}

  #footer .dev a{
    display: inline-block !important;
    padding: 0px !important;
   margin-top: 15px !important;
  }
  #footer .direitos {
    width:100% !important;
    margin: 10px 0% 0 !important;
    float: none !important;
  }

  #footer .footer1 .col-4, #footer .footer1 .col-3, #footer .footer1 .col-2, #footer .footer1 .col-1    {
    background: #ffffff !important;
    padding: 3% !important;
    display: block !important;
    width: 94% !important;
    position: relative;
    overflow: hidden;
    margin: 3% !important;
    float: none !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

  .card{
    background: #ffffff !important;
    padding: 3% !important;
    display: block !important;
    width: 94% !important;
    position: relative;
    overflow: hidden;
    margin: 3% !important;
    float: none !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
  .card .col-md-8,  .card .col-md-3{ padding:0px !important; }
  .blog-list .card{ height:auto !important; }
  .blog-list .post .thumbnail {  margin-bottom: 10px !important; }
  .blog-list .post { margin-bottom: 0px  !important;}
  .thumbnail a>img, .thumbnail>img { border-radius: 0px !important;}

  .news_title{
    font-size:24px !important;
    line-height: 20px !important;
    padding-bottom: 15px !important;
  }

  .desc_curta p{
    font-size:12px !important;
    line-height: 18px !important;
  }

  .ct_inner {padding: 0px !important; }

  #desc_1 td{
    width: 100% !important;
    display: block !important;
  }

  .col-xs-4 {
    /*
    width: 99% !important;
    height: auto !important;
    max-height: 170px !important;
    overflow: hidden !important;
    padding: 0px !important;
    margin: 0.5% 0.5% !important;
    */
  }

  .bx-viewport, .bx-wrapper{ margin: 0px auto 0px !important; }

  .menu_footer li {
      width: 100%;
      border-bottom: 1px solid #ddd;
      padding: 8px 0px;
  }
  .menu_footer li:last-child {border-bottom: 0px solid #ddd !important;}

  .col-2{
    background: #ffffff !important;
    padding:20px 4% !important;
    display: block !important;
    width: 100% !important;
    
  }
    #footer .footer1 {
      background: #ededed !important;
      padding: 1% 0px 0.5% 0 !important;
  }

  .mstyle2 {
    font-size: 1.3em !important;
    font-weight: 600 !important;
  }

  .col-3{
    background: #ffffff !important;
    padding:20px 4% !important;
    display: block !important;
    width: 100% !important;
    
  }

  #footer .newsletter {
    padding:0% !important;
    margin-top: 0px !important;
    float:left;
  }

  #collapse-navigation{ 
    float:left !important; 
    width:100% !important;
    padding-top: 0px !important;
    }
  .dropdown-menu { padding:0px !important;}
  .dropdown-menu > li > a{ 
    color:#000000 !important; 
    background: #ffffff;
    z-index: 9;
  }
  .product-details{ margin:0px 4% !important; width:92% !important;}
  #miniaturas{ min-height: 300px !important;}
  .product-icons{ display: inline-block; padding: 40px 0px 40px !important;margin-top: 20px;border-top: 1px solid #eee;}
  .hr_d{border-top: 0px !important;}
  .product-name{ font-size:60px !important; line-height:60px !important;}
  #product-desc{ width:100% !important;}
  #idiomas{ padding-top:5px !important;}
  .container > .navbar-collapse{ width:100% !important; margin:0px !important;}

}
@media (min-width: 768px) and (max-width: 991px) {  
 
 .form_contactos{
    padding:0px !important;
    margin-top: 30px;
  }
  .product-details{ margin:0px 4% !important; width:92% !important;}
  #product-desc{ width:100% !important;}
  .hr_d{border-top: 0px !important;}
  .product{ 
    margin: 0px !important;
    /* width: 100% !important; */
  }
  #collapse-navigation{padding: 30px 0px 0px 0px !important;}
  .col-md-12 { padding: 0px;}
  #lang-switcher strong{ 
    font-size:15px !important; 
    padding-top:0px !important;
    background-color: #fff !important;
  }
  ul.nav.navbar-nav.menu li a { font-size: 16px !important;}
  .product-details {
    margin: 0px 4% !important;
    width: 92% !important;}
  #desc_1 td {
      width: 20% !important;
      padding: 0% 1.25% !important;
  }

  #desc_1 td img {
      width: 100% !important;
      max-height:200px;
      overflow:hidden;
  }

  .nli {
      width: 100% !important;
      margin: 0% !important;
  }

  #cabecalho0 .container, #cabecalho .container, #logotipo a, .main-container .container,.footer1 .container, #footer .dev, #footer .container {
      padding: 0px 15px !important;
  }
  #footer .container { padding: 0px !important;}
  #footer .newsletter, #footer .footer2 {
      margin-top: 0px;
      padding: 0px 15px !important;
  }

  #footer .dev {padding-right: 0px !important;}
  .col-md-9 { padding: 0px;}
  .newsletter_tit{width: 25% !important;}

}


@media (min-width: 992px) and (max-width: 1199px) {  
  .product-details{ margin:0px 4% !important; width:92% !important;}
  #idiomas{ padding-top:5px !important;}
  .col-md-12{  padding:0px !important;}
  .navbar-brand{ padding-left:15px !important; }
  .ui-dropdown-list-trigger strong, .ui-dropdown-list ul a {
        padding: 10px 10px 6px 10px !important;
        width:35px !important;
  }
  .ui-dropdown-list-trigger strong:after{ right: 6px !important; top:0px !important; }
  #lang-switcher strong{ 
    font-size:15px !important; 
    padding-top:0px !important;
    background-color: #fff !important;
  }
  .ui-dropdown-list ul {right: -7px !important; }
   #cabecalho0 .container, 
   #cabecalho .container, 
   #logotipo a, .main-container 
   .container,.footer1 .container, 
   #footer .dev, #footer .container {
    padding: 0px 15px !important;
  }

  #footer .container {  padding: 0px !important; }
  #footer .newsletter, #footer .footer2 {
      margin-top: 0px;
      padding: 0px 15px !important;
  }

  #footer .dev {padding-right: 0px !important;}

  .navbar-collapse.collapse {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}

@media (min-width: 1200px) and (max-width: 1680px) {  

  .navbar-brand{ padding-left:15px !important; }

}

@media (min-width: 1681px) {  

  section.products-grid .product .product-details h3{
    padding: 0px 15px !important;
  }
  .navbar-brand{ padding-left:15px !important; }
}
@media only screen and (min-width: 768px){
  .leftMenu-drop>.title{ display:none  !important; }
  .leftMenu-drop2>.title{ display:none  !important; }
  .subs{ display:none !important; }
}

@media only screen and (max-width: 767px){

  #submenu .container, #submenu2 .container {
      padding: 0px !important;
  }

  .submenus_holder{display:none !important; }
  .container{padding:0px 15px !important;  }
  a .custom-icon {margin: 5px 10px 5px 0px !important;}
  .col-md-12 {padding: 0px !important;  }
  .navbar-header{width:100% !important; }
  #logotipo{
	position: absolute;
    width: 150px !important;
    top: 5px !important;
    right: 0px;
    left: initial !important;
  }
  .dropdown {padding: 0px 10px 0px 0px !important;  }
  .navbar-nav {margin: 0px 15px;  }
  #collapse-navigation{padding-top:0px;}
  #collapse-navigation li:first-child{ border-top:0px !important; }
  #omenu{
    width: 100% !important;
    padding-top: 0px !important;
    height: auto !important;
    background: #0074a3;
  }
  /*  #pesquisa_idiomas{ position: absolute !important; right: 15px !important; top: -15px !important;}  */
  #submenu2 {margin-top: 25px !important;  }
  .navbar-toggle {margin-left: 7.5px !important;  }
  .leftMenu-drop ul li a{display: block; color: #444; }
  .leftMenu-drop2 ul li a{display: block; color: #444;}

  .leftMenu-drop ul li{
      height: 35px;
      text-transform: uppercase;
      line-height: 35px;
      font-size: 13px;
      background-color: #f9f9f9;
      border-bottom: 1px solid #fff;
      letter-spacing: 0;
  }
  .leftMenu-drop2 ul li {
      height: 35px;
      text-transform: uppercase;
      line-height: 35px;
      font-size: 13px;
      background-color: #f9f9f9;
      border-bottom: 1px solid #fff;
      letter-spacing: 0;
  }

  .leftMenu-drop ul{
      display: none;
      width: 100%;
      margin: 2px 0 0 0;
  }
  .leftMenu-drop2 ul{
      display: none;
      width: 100%;
      margin: 2px 0 0 0;
  }

  .leftMenu-drop{
      padding: 0;
      margin: 0 0 2px 0;
  }
  .leftMenu-drop2{
      padding: 0;
      margin: 0 0 2px 0;
  }
  .leftMenu-drop>.title .sign:before{
      background: #000;
      content: "";
      width: 11px;
      height: 1px;
      position: absolute;
      top: 5px;
      left: -5px;
  }
  .leftMenu-drop2>.title .sign:before {
      background: #000;
      content: "";
      width: 11px;
      height: 1px;
      position: absolute;
      top: 5px;
      left: -5px;
  }

  .leftMenu-drop>.title .sign{
      position: absolute;
      right: 40px;
      top: 12px;
      background: #000;
      width: 1px;
      height: 11px;
      display: block;
  }
  .leftMenu-drop2>.title .sign  {
      position: absolute;
      right: 40px;
      top: 12px;
      background: #000;
      width: 1px;
      height: 11px;
      display: block;
  }

  .leftMenu-drop>.title{
      font-size: 13px;
      /* font-family:'Dala Moa Bold';*/
      position: relative;
      background-color: #f9f9f9;
      color: #444444;
      height: 35px;
      text-transform: uppercase;
      line-height: 35px;
      cursor: pointer;
      padding: 3px 30px;
      margin-bottom: 0;
      -webkit-transition: background-color 300ms;
      transition: background-color 300ms;
  }
  .leftMenu-drop2>.title {
      font-size: 13px;
      /* font-family:'Dala Moa Bold';*/
      position: relative;
      background-color: #f9f9f9;
      color: #444444;
      height: 35px;
      text-transform: uppercase;
      line-height: 35px;
      cursor: pointer;
      padding: 3px 30px;
      margin-bottom: 0;
      -webkit-transition: background-color 300ms;
      transition: background-color 300ms;
  }
}

#desc_1 li {padding-left: 15px;}

#desc_1 li:before {
    content: "\f111";
    font-family: FontAwesome;
    list-style: disc;
    font-size: 7px;
    color: rgba(0,0,0,0.2);
    display: inline-block;
    margin-left: -15px;
    vertical-align: 2px;
    width: 15px;
}
.row{  margin:0px !important;}


/* Portfolio.php  */

.serv{
  font-size: 13px;font-weight: normal;
    color: #999;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    padding: 8px;
}
a.actiona.serv:hover {text-indent: 0px;}
.clientes{
  font-size: 13px;font-weight: normal;
    color: #999;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    padding: 8px;
}
a.actiona.clientes:hover {text-indent: 0px;}
.nav > li > a:hover,.nav > li > a:focus {text-indent: 0px;}
.filtros_portfolio{
  text-align: left;
  padding: 0px 15px;
}

.drop_filtros{padding-right: 0px;}
.filtro_1{padding: 0px 23px 0px 0px;}
.filtro_2{padding: 0px 10px 0px 10px;}
.filtro_3{padding: 0px 0px 0px 23px ;}
.seta{padding-left: 6px;}

.btn_voltar{
      font-family: 'PT Sans';
    text-transform: uppercase;
    text-align: right;
    padding: 15px;
    border: none;
    color: #999999;
    font-size: 15px;
}
.share{
    font-family: 'PT Sans';
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0px;
}

.titulo_portefolio{
  font-family: 'PT Sans';
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 26px;"
}

.subtit_portefolio{
    font-family: 'PT Sans';

  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px; 
  line-height: 18px;
}

/* Portfolio.php  */


/* newsletter.php  */

.newsletter{padding-left: 0px;}

.newsletter_tit{
width: 17%;
    float: left;
    padding-top: 8px;
    font-size: 14px;
    font-family: 'PT Sans' !important;
}

.newsletter_nome_holder{
  width: 23%;
  float:left;
  margin-right:2%; 
}

.newsletter_nome_holder input{  
  max-width:275px;
  margin-bottom:0px;
  height:30px;
  margin-top:2px;
  border-radius:6px; 
  font-size: 13px !important;
}

.newsletter_email_holder{
  width: 23%;
  float:left;
  margin-right:2%;
}

.newsletter_email_holder input{  
  max-width:275px;
  margin-bottom:0px;
  height:30px;
  margin-top:2px;
  border-radius:6px;
  font-size: 13px !important; 
}

.newsletter_submit_holder{
  width: 23%;
  float:left;
  max-width: 110px;
}


/* newsletter.php  */

.linha_cor {
    /*
    display: block;
    height: 3px;
    width: 100%;
    background: #1090CF;
    background: -moz-linear-gradient(left, #1090CF 0%, #1090CF 8%, #69C2BE 8%, #69C2BE 16%, #69C2BE 16%, #EED74C 16%, #EED74C 24%, #EED74C 24%, #90AA3A 24%, #90AA3A 25%, #90AA3A 32%, #EF7840 32%, #EF7840 40%, #E31E24 40%, #E31E24 48%, #1090CF 48%, #1090CF 56%, #69C2BE 56%, #69C2BE 64%, #EED74C 64%, #EED74C 72%, #90AA3A 72%, #90AA3A 80%, #EF7840 80%, #EF7840 80%, #EF7840 89%, #E31E24 89%, #E31E24 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1090CF), color-stop(8%,#1090CF), color-stop(8%,#69C2BE), color-stop(16%,#69C2BE), color-stop(16%,#69C2BE), color-stop(16%,#EED74C), color-stop(24%,#EED74C), color-stop(24%,#EED74C), color-stop(24%,#90AA3A), color-stop(25%,#90AA3A), color-stop(32%,#90AA3A), color-stop(32%,#EF7840), color-stop(40%,#EF7840), color-stop(40%,#E31E24), color-stop(48%,#E31E24), color-stop(48%,#1090CF), color-stop(56%,#1090CF), color-stop(56%,#69C2BE), color-stop(64%,#69C2BE), color-stop(64%,#EED74C), color-stop(72%,#EED74C), color-stop(72%,#90AA3A), color-stop(80%,#90AA3A), color-stop(80%,#EF7840), color-stop(80%,#EF7840), color-stop(89%,#EF7840), color-stop(89%,#E31E24), color-stop(100%,#E31E24));
    background: -webkit-linear-gradient(left, #1090CF 0%,#1090CF 8%,#69C2BE 8%,#69C2BE 16%,#69C2BE 16%,#EED74C 16%,#EED74C 24%,#EED74C 24%,#90AA3A 24%,#90AA3A 25%,#90AA3A 32%,#EF7840 32%,#EF7840 40%,#E31E24 40%,#E31E24 48%,#1090CF 48%,#1090CF 56%,#69C2BE 56%,#69C2BE 64%,#EED74C 64%,#EED74C 72%,#90AA3A 72%,#90AA3A 80%,#EF7840 80%,#EF7840 80%,#EF7840 89%,#E31E24 89%,#E31E24 100%);
    background: -o-linear-gradient(left, #1090CF 0%,#1090CF 8%,#69C2BE 8%,#69C2BE 16%,#69C2BE 16%,#EED74C 16%,#EED74C 24%,#EED74C 24%,#90AA3A 24%,#90AA3A 25%,#90AA3A 32%,#EF7840 32%,#EF7840 40%,#E31E24 40%,#E31E24 48%,#1090CF 48%,#1090CF 56%,#69C2BE 56%,#69C2BE 64%,#EED74C 64%,#EED74C 72%,#90AA3A 72%,#90AA3A 80%,#EF7840 80%,#EF7840 80%,#EF7840 89%,#E31E24 89%,#E31E24 100%);
    background: -ms-linear-gradient(left, #1090CF 0%,#1090CF 8%,#69C2BE 8%,#69C2BE 16%,#69C2BE 16%,#EED74C 16%,#EED74C 24%,#EED74C 24%,#90AA3A 24%,#90AA3A 25%,#90AA3A 32%,#EF7840 32%,#EF7840 40%,#E31E24 40%,#E31E24 48%,#1090CF 48%,#1090CF 56%,#69C2BE 56%,#69C2BE 64%,#EED74C 64%,#EED74C 72%,#90AA3A 72%,#90AA3A 80%,#EF7840 80%,#EF7840 80%,#EF7840 89%,#E31E24 89%,#E31E24 100%);
    background: linear-gradient(to right, #1090CF 0%,#1090CF 8%,#69C2BE 8%,#69C2BE 16%,#69C2BE 16%,#EED74C 16%,#EED74C 24%,#EED74C 24%,#90AA3A 24%,#90AA3A 25%,#90AA3A 32%,#EF7840 32%,#EF7840 40%,#E31E24 40%,#E31E24 48%,#1090CF 48%,#1090CF 56%,#69C2BE 56%,#69C2BE 64%,#EED74C 64%,#EED74C 72%,#90AA3A 72%,#90AA3A 80%,#EF7840 80%,#EF7840 80%,#EF7840 89%,#E31E24 89%,#E31E24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1090CF', endColorstr='#E31E24',GradientType=1 );
    */

    display: block;
    height: 3px;
    width: 100%;
    background: #1090CF;
    background: -moz-linear-gradient(to right, #1090CF 0%,#1090CF 8%,#69C2BE 8%,#69C2BE 16%,#69C2BE 16%,#69C2BE 16%,#69C2BE 24%,#69C2BE 24%,#90AA3A 24%,#90AA3A 25%,#90AA3A 32%,#69C2BE 32%,#69C2BE 40%,#69C2BE 40%,#69C2BE 48%,#1090CF 48%,#1090CF 56%,#69C2BE 56%,#69C2BE 64%,#69C2BE 64%,#69C2BE 72%,#90AA3A 72%,#90AA3A 80%,#69C2BE 80%,#69C2BE 80%,#69C2BE 89%,#69C2BE 89%,#69C2BE 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1090CF), color-stop(8%,#1090CF), color-stop(8%,#69C2BE), color-stop(16%,#69C2BE), color-stop(16%,#69C2BE), color-stop(16%,#EED74C), color-stop(24%,#EED74C), color-stop(24%,#EED74C), color-stop(24%,#90AA3A), color-stop(25%,#90AA3A), color-stop(32%,#90AA3A), color-stop(32%,#EF7840), color-stop(40%,#EF7840), color-stop(40%,#E31E24), color-stop(48%,#E31E24), color-stop(48%,#1090CF), color-stop(56%,#1090CF), color-stop(56%,#69C2BE), color-stop(64%,#69C2BE), color-stop(64%,#EED74C), color-stop(72%,#EED74C), color-stop(72%,#90AA3A), color-stop(80%,#90AA3A), color-stop(80%,#EF7840), color-stop(80%,#EF7840), color-stop(89%,#EF7840), color-stop(89%,#E31E24), color-stop(100%,#E31E24));
    background: -webkit-linear-gradient(to right, #1090CF 0%,#1090CF 8%,#69C2BE 8%,#69C2BE 16%,#69C2BE 16%,#69C2BE 16%,#69C2BE 24%,#69C2BE 24%,#90AA3A 24%,#90AA3A 25%,#90AA3A 32%,#69C2BE 32%,#69C2BE 40%,#69C2BE 40%,#69C2BE 48%,#1090CF 48%,#1090CF 56%,#69C2BE 56%,#69C2BE 64%,#69C2BE 64%,#69C2BE 72%,#90AA3A 72%,#90AA3A 80%,#69C2BE 80%,#69C2BE 80%,#69C2BE 89%,#69C2BE 89%,#69C2BE 100%);
    background: -o-linear-gradient(to right, #1090CF 0%,#1090CF 8%,#69C2BE 8%,#69C2BE 16%,#69C2BE 16%,#69C2BE 16%,#69C2BE 24%,#69C2BE 24%,#90AA3A 24%,#90AA3A 25%,#90AA3A 32%,#69C2BE 32%,#69C2BE 40%,#69C2BE 40%,#69C2BE 48%,#1090CF 48%,#1090CF 56%,#69C2BE 56%,#69C2BE 64%,#69C2BE 64%,#69C2BE 72%,#90AA3A 72%,#90AA3A 80%,#69C2BE 80%,#69C2BE 80%,#69C2BE 89%,#69C2BE 89%,#69C2BE 100%);
    background: -ms-linear-gradient(to right, #1090CF 0%,#1090CF 8%,#69C2BE 8%,#69C2BE 16%,#69C2BE 16%,#69C2BE 16%,#69C2BE 24%,#69C2BE 24%,#90AA3A 24%,#90AA3A 25%,#90AA3A 32%,#69C2BE 32%,#69C2BE 40%,#69C2BE 40%,#69C2BE 48%,#1090CF 48%,#1090CF 56%,#69C2BE 56%,#69C2BE 64%,#69C2BE 64%,#69C2BE 72%,#90AA3A 72%,#90AA3A 80%,#69C2BE 80%,#69C2BE 80%,#69C2BE 89%,#69C2BE 89%,#69C2BE 100%);
    background: linear-gradient(to right, #1090CF 0%,#1090CF 8%,#69C2BE 8%,#69C2BE 16%,#69C2BE 16%,#69C2BE 16%,#69C2BE 24%,#69C2BE 24%,#90AA3A 24%,#90AA3A 25%,#90AA3A 32%,#69C2BE 32%,#69C2BE 40%,#69C2BE 40%,#69C2BE 48%,#1090CF 48%,#1090CF 56%,#69C2BE 56%,#69C2BE 64%,#69C2BE 64%,#69C2BE 72%,#90AA3A 72%,#90AA3A 80%,#69C2BE 80%,#69C2BE 80%,#69C2BE 89%,#69C2BE 89%,#69C2BE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1090CF', endColorstr='#E31E24',GradientType=1 );
}

.tp {
    background: #0074a3;
    display: block;
    padding: 10px 0px 6px;
}
.tp ul{
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 15px;
}
.tp ul li {
    margin: 0 15px 0 0;
    line-height: 1em;
}

.tp ul li.rgt {
    text-transform: uppercase;
    margin: 2px 0 0 0;
}

.tp ul li, .tp ul li a {
    display: inline-block;
    vertical-align: middle;
}
.tp ul li a {
    color: #fff;
}


.tp .font_special {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1.3em;
}

.ct_inner {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}


@media (min-width: 768px) and (max-width: 830px) {  
	.navbar-nav > li {
	    padding: 0px 10px 0px 10px;
	}
}


/* produto */
@media (min-width: 768px) and (max-width: 1023px){  
	#slider_holder{
		height:500px !important;
		overflow:hidden !important;
	}
	.imagens_produto{
		height:500px !important;
	}

	#conteudo{ 
	position: relative !important; 
    height: auto !important; 
    width: 92% !important; 
    padding: 0% 4% !important; 
    float: none !important; 
    background: rgba(255,255,255,1) !important; 
	}
	#conteudo .desc, #conteudo .desc p, #conteudo .desc span{
		max-width: 100% !important;
	}
	#conteudo div.hero__item{ 
	    padding-left: 0px !important;
	    padding-top: 30px !important;
	    padding-bottom: 0px !important;
	}
	.products-grid div.container { 
	  	width: 100%;
   		max-width: 100%;
    	padding: 0px 0px !important; 
      }
 }

 @media (min-width: 320px) and (max-width: 767px){  
	#slider_holder{
		/*height:350px !important;*/
		overflow:hidden !important;
	}
	.imagens_produto{
		height:350px !important;
	}

	#conteudo .desc, #conteudo .desc p, #conteudo .desc span{
		max-width: 100% !important;
		padding: 0px !important;
		font-size: 13px !important;
    	min-width: 250px !important;
	}
	.main-container .col-sm-12 {
	    padding: 30px 0px !important;
	}
	.main-container .col-sm-12 p{
	    padding: 0px 0px !important;
	}

	#conteudo{ 
	position: relative !important; 
    height: auto !important; 
    width: 94% !important; 
    margin: 0% 3% !important; 
    padding:0px !important;
    float: none !important; 
    background: rgba(255,255,255,1) !important; 
	}
	#conteudo div.hero__item{ 
	    padding-left: 0px !important;
	    padding-top: 30px !important;
	    padding-bottom: 0px !important;
	}
	.products-grid div.container { 
	  	width: 100%;
   		max-width: 100%;
    	padding: 0px 0px !important; 
      }
      .hero__subtitle div{ padding-left:0px !important; }
      .hero__title{ padding-left:0px !important; }
      
 }





@media (min-width: 992px) and (max-width: 1023px){  
	.nav-container{ height:100px !important; }
	#logotipo {
	    left: 5px !important;
	    width:150px !important;
	}

	#collapse-navigation {
	    padding: 45px 0px 0px 0px !important;
	}

	.hero__item{ 
	    padding-left: 0px !important;
	    padding-top: 200px !important;
	    padding-bottom: 100px !important;
	}
	.products-grid div.container { 
	  	width: 100%;
   		max-width: 100%;
    	padding: 0px 0px !important; 
      }
 }

@media (min-width: 768px) and (max-width: 991px){  

	.nav-container{ height:100px !important; }
	#logotipo {
	    left: 5px !important;
	    width:150px !important;
	}

	#collapse-navigation {
	    padding: 45px 0px 0px 0px !important;
	}

	.hero__item{ 
	    padding-left: 0px !important;
	    padding-top: 200px !important;
	    padding-bottom: 100px !important;
	}
	.products-grid div.container { 
	  	width: 100%;
   		max-width: 100%;
    	padding: 0px 0px !important; 
      }
 }

@media (min-width: 320px) and (max-width: 480px){ 
  .bx-viewport, .imagens { height: 990px !important; }
  .produtosok {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
	}
	.produtosok div.hero__item{ 
		padding-left: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	  }
	 .product {
   			margin-bottom: 0px !important;
   			height: 160px !important;
		}
}
@media (min-width: 320px) and (max-width: 767px){ 

	.hero__item div.hero__title{ 
		text-align: left !important;
    	padding-top: 30px !important;
    	font-size: 1.5em !important;
	  }

	  
	

	  .products-container{padding: 0px 0px !important; }

	  .products-grid div.container { 
	  	width: 90%;
   		max-width: 92%;
   		margin:0% 4% !important;
    	padding: 0px 0px !important; 
      }
      .hero__item{ 
		padding-left: 0px !important;
		padding-top: 200px !important;
		padding-bottom: 100px !important;
	  }
	  .hero__item p{padding: 0px 25px !important }
	  .hero__title{ font-size:2em !important; }
	  .cover__hero .hero__subtitle br {display: inline !important; }	
	  .desc, .desc p, .desc span{ font-size:15px !important; min-width: 370px !important;}
	  .main-container .col-sm-12{padding: 30px 15px !important; }
	  .desc{ line-height: 1.2 !important; font-size:15px !important; }

	  

	#logotipo {
	    width: 120px !important;
	}
	.navbar-header {
	    height: 97px !important;
	}
	#collapse-navigation li {
    	border-top: 1px solid #707070 !important;
	}
	#omenu{
		background: #ffffff !important;
	}
	.containerxx{
		width: 100% !important;
    	padding-right: 0px !important;
	}
	.nav-container{
		height:95px !important;
	}
	.hero__item {
	    padding-left: 0px !important;
	}
}


