* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Rasa', serif;
  font-size: 1.6rem;  
  font-weight: 400;
  color: #000;
}



.registo, .login, .recuperar, .confirm-register, .checkout, .out-payment {
  min-height: 70vh;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* Payment */
.payment-header {
  padding: 40px;
  text-align: center;
  background: #E9E9E9;
}

.payment-header .section-title, .payment-extra-data .label, .payment-extra-data .section-title {
  color: #fff;
  line-height: 1.3em;
}

.payment-meta {
  padding: 2rem;
  background: #ddd;
}

.payment-extra-data {
  background: #E9E9E9;
}

.payment-meta .section-title, .payment-meta b {
  color: #2b4f67;
}

/* Order */


.ordem {
  border: none;
  box-shadow: none;
}

.order-details {
  padding: 2rem;
  background: #fff;
}


.item-opt, .item-header,.inner-ordem, .encomenda-item {
  padding: 1rem;
  margin: .5rem;
  margin-bottom: .5rem;
  border-bottom: .1rem solid #000;
  text-align: center;
  background-color: #fff;
}

.order-item-summary {
  background: #E9E9E9;
  padding: 1rem;
}

.order-item-summary .label {
  font-size: 1.3em;
}

.section-title, .label, .item-opt .title {
  color: #2b4f67;
}

.order-summary, .payment-data {
  padding: 2rem;
  border: .1rem solid #000;
  box-shadow: .2rem .2rem .2rem #333;
}

.order-summary .row {
  border-bottom: .1rem solid #000;
}

/* Encomenda */
.encomenda_item {
  margin: 1rem 0;
  box-shadow: .2rem .2rem .2rem #333;
  border:.1rem solid #000;
}

.encomenda_item:nth-child(2n) {
  background: #ddd;
}

.checkout .smline .label {
  color: #000;
}

.confirm-register .lead {
  color: #000;
}

.confirm-register a {
  font-size: 1.3em;
  color: #333;
}

.linkbox {
  line-height: 2.4em;
}

.shownovamoradaform {
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* CART FLY */
.cart_fly {
  padding: 2rem;
  background: #fff;
  width: 90vw;
  height: 90vh;
  margin:0 auto;

  overflow: auto;
  position: relative;
}

.cart_fly .inner-cartfly {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: block;
  padding: 2rem;
}

.cart_fly img, .cart_fly a {
  display: block;
  position: static;
}

.cart_fly .stock {
  font-size: 1.2em;
  font-weight: bold;
  color: #2b4f67;
}

.inner-cartfly .close-cartfly {
  position: fixed;
  right: 7vw;
  top: 7vw;
  font-size: 3em;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
}

.inner-cartfly .close-cartfly:hover {
  color: #2b4f67;
}

.cart_fly .descricao, .cart_fly h1 {
  padding: 2rem;
  color: #333;
  font-style: italic;
  font-size: 1.1em;
}

.cart_fly h1 {
 padding: 2rem;
 font-style: italic;
 font-size: 1.3em;
}

.inner-cart, .cart {
  padding: 2rem;
}

.no-comments {
  text-align: center;
  color: #333;
  font-style: italic;
  font-size: 1.3em;
}


.item-label {
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}

.item {
  margin-top: 1rem;
  border: #ccc;
  box-shadow: .3rem .3rem .3rem #ccc;
  padding: 1rem;
}
.itemResumo {
  border-top: .1rem solid #333;
  border-bottom: .1rem solid #333;
}

.itemResumo span.label {
  color: #2b4f67;
}

.itemcart {
  padding: .5rem;
  background: #ccc;
  margin-bottom: 1rem;
}

.itemcart input {
  max-width: 100%;
  margin: .5rem auto;
  text-align: center;
  background: none ;
  font-size: 1.2em;
  border: none;
}

.itemcart .label {
  display: block;
}

.itemcart .fa {
  margin-top: 1.5rem;
}

.itemcart label {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.added a {
  display: inline-block;
}

.del_from_cart {
  display: block;
  text-align: center;
  transition: 400ms;
}

.del_from_cart:hover {
  color: #FF0000;
  cursor: pointer;
}

.item .label, .resumo .label {
  color: #333;
  text-transform: uppercase;
}

.smline {
  border-bottom: .1rem solid #333;
}

.resumo {
  padding: 1rem;
  margin: 1rem;
  background: #eee;
}

.resumo .label.total {
  font-size: 1.5em;
}

.flrs {
  padding: 2rem;
}

img {width: 100%;}

.panel-title a {
  display: block;
  height: 100%;
}

.centerlogo {
  width: 45%;
  max-width: 90%;
  padding: .5rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.changeform {
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.form-filter {
  padding: 1rem;
}

.form-filter .btn-primary {
  max-width: 90%;
  margin: 0 auto;
}

.watch {
  font-size: 1.4em;

}

.btn-red {
  background: #42c0e2;
  color: #fff ;
  border-bottom: .2rem solid #2b4f67;
  transition: 600ms;
  text-transform: uppercase;
  margin: .5rem;
}

.btn-red a {
  color: #fff ;
}

.btn-red:hover, .btn-redactive {
  background: #2b4f67;
  color: #fff;
}

.forms {
  background: #fff;
}

.form-box {
  padding: 2rem;
  background: #fff;
  min-height: 100vh;
  overflow: auto;
}

.form-filter-produto .form-box {
  min-height: auto ;
}

#filterresultados, .filteritems {
  background: #fff;
}



/******************************************************
******************** COMENTÁRIOS **********************
******************************************************/
.main_comment_form {
  background: #fff;
  padding: .5rem;
}

.main_comment_form textarea, .main_comment_form input, .subcommentform textarea, .subcommentform input {
  width: 100%;
  border: 0px;
  outline: 0px;
  Color: #333 ;
  resize: none;
  border-bottom: .1rem solid #333;
}

.interact-box {
  background: #F2F2F2;
  padding: 2rem;
}

.commentarios-out {
    margin: 1rem 0;
    background: #222;
    padding: 1rem;
    border-top: .2rem solid #3C545C;
    color: #fff;
}

.commentarios-out ul {
    margin: 0;
    padding: 0;
}

.commentarios-out a {
    text-decoration: none;
    color: #3C545C;
}

.commentarios-out a:hover {
    text-decoration: none;
    color: #3C545C;
}


.commentarios-out .section-title {
    text-align: left;
    color:#fff;
}

.user-img {
    border-radius: 6px;
    border: .3rem solid limegreen;
}

.subComentarioItem, .comentarioItem {
    display: block;
    text-align: left;
    border-left: .3rem solid limegreen;
    margin-bottom: 1rem;
}

.subcomentarios {
    margin-top: 1rem;
    padding: 2rem ;
}

.usuario_nome {
    color: greenyellow;
    font-weight: lighter;
    font-family: 'Arima Madurai', cursive;
}

.commentarios-form-out {
    margin: 1rem 0;
}

.subcommentform {
  padding: 1rem;
  margin: 1rem 0;
  background: #fff;
}

.subcommentform input {
  color: #000;
}

.show_subform {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.clearfilter {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: uppercase;
}

.contagem {
  text-align: right;
}

.form-box label, .form-box .changeval {
  text-transform: uppercase;
  color: #42c0e2;
  font-weight: bold;
  border-bottom: #42c0e2;
}

input[disabled="true"]:hover {
  background: #333 ;
  color: #fff;
}

.form-box input[type='range'] {
  color: #eee;
}

.form-box .row {
  padding: .5rem;
}

.valtochange {
  padding: .3rem;
  font-size: 1.4em;
  color: #2b4f67;
}

.backfilter {
background: #add8e6;
}

.cattopout {
  position: relative;
  padding-bottom: 1rem;
  margin: 1rem;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}

.cattop {
  padding: .5rem;
  z-index: 2;
}

h1, h2, h3, h4, h5, h6, .contact_nome, .fh5co-heading span, .fh5co-heading h2
.social_label, .contact_label, .pessoas_de_contacto .section-title,
.section-title, .contact_nome, .social_label,  #contact-form .title,
.galeria h3, .contact-form h3, .pg-title, .contactos-first .contact_nome,
.contactos-first .contact_label, .contactos-first .social_label,
.contactos-first .section-title, .contactos-first .title {
  font-family: 'quicksand', sans-serif;
}

.pessoas_de_contacto .section-title {
  text-align: center;
}

.categoria-title {
  font-size: 3.5em;
  color: #fff;
  text-shadow: .2rem .2rem .2rem #2b4f67;
}

.filter-identify {
  text-align: center;
  color: #2b4f67;
  text-transform: uppercase;
  font-size: 3em;
}

.main-filter-title {
  color: blue;
  text-transform: uppercase;
  font-size: 3em;
}

.filter-identify::after {
  content:'';
  width: 60%;
  display: block;
  height: .3rem;
  color: #42c0e2;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .6;
  background-color: #fff;
}

.inner {
  z-index: 3;
}

.changeform img {
  width: 100%;
}

.changeform .title {
  text-align: center;
  text-transform: uppercase;
  color: #42c0e2;
  padding: .3rem;
  background: #000;
}

.inner-abs {
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.nomrg {
  margin: 0 ;
}

.nomrgb {
  margin-bottom: 0 ;
}

#page {
  background: url('../images/fundo.jpg');
  /* background: #dfd8e5; */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

.emptyfield {
  background: rgba(255, 0, 0, 0.5) ;
}

.centro {
  background-color: #fff;
}

.centro footer {
  color: #000;
}

.main-nav {
  padding: 60px 2rem;
}

.fixed-nav .main-menu-toggle {
  display:none;
}

.main-nav a {
  color: #2b4f67;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
}

.outabs {
  position: relative;
}

.side-item {
  background: #fff;
}

.side-item .title {
  font-size: 1.2em;
}

.item-cat-after {
  padding: 2rem; 
  margin: 1rem; 
}

.header-opts {
  padding: 1rem;
  text-transform: uppercase;
  color: #000;
  border-right: .1rem solid #2b4f67;
  font-weight: bold;
}

.header-opt {
  border-right: .1rem solid #2b4f67;
}

.value-opt.high {
  background: #42c0e2;
  color: #000;
  padding: 1rem;
  min-height: 100%;
}

.top_resume {
  padding: 1rem;
}

.top_resume .col-sm-12 {
  overflow: none;
}

.top_resume .carvalor {
  color: #2b4f67;
  font-weight: bold;
  text-transform: uppercase;
}

.carvalor b {
  color: #000;
}

.caracteristica > .caracteristica-name {
  color: #2b4f67;
  font-weight: bold;
  text-transform: uppercase;
}


.seccao {
  padding: 0 ;
  margin: 0 ;
  margin-top: 40px ;
  margin-bottom: 2rem ;
  max-width: 100% ;
  overflow: none;
}

.seccao-name {
  padding: 1rem;
  padding-top: 1.5rem;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #444;
}

.seccao-name::after {
  content: '';
  display: block;
  padding: .2rem;
  width: 60%;
  margin: 0 auto;
  margin-top: 1rem;
  background: #444;
}

.seccao.high {
  background: #42c0e2;
  border: .2rem solid #000;
}

.secao-header {
  background: #000;
  padding: 1rem;
}

.secao-header b {
  color: #fff ;
}

.carousel-control {
  background: none ;
  text-shadow: .2rem .2rem .2rem #2b4f67;
}

.carousel-control:hover {
  background: none;
  text-shadow: .2rem .2rem .2rem #000;
}

#catalogo-row {
  background: #fff;
  padding: 2rem;
  color: #000;
  margin: 0 ;
}

.col-md-12 {
  margin: 0 ;
}

.sitems {
  padding: 1rem;
  margin: 0;
}

a .fa-file-pdf-o:hover {
  color: #07ABE7 ;
}


.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0,0,0,0.5);
}

.aside {
  background-color: #2b4f67;
  padding: 1rem;
}

.price {
  text-align: right;
  font-size: 1.5em;
  text-transform: uppercase;
}

.aside h5 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.5em;
}

.card .inner {
  background-color: #fff;
  margin: 1rem;
  border: .1rem solid #2b4f67;
  box-shadow: .3rem .3rem .3rem #f6f6f6;
}

.video {width: 80%; position: relative; margin: 0 auto; margin-bottom: 1rem;}

.video-16-9 {
  padding-top: 56.25%;
}

.video-4-3 {
  padding-top: 75%;;
}

.video-3-2 {
  padding-top: 66.66%;
}

.video-8-5 {
  padding-top: 62.5%;
}

.video iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

.top_resume-items, .listopts, .caracteristica  {
  overflow-x: scroll;
  min-width: 100%;
  position: relative;
}

.listopts > .row {
  max-width: 100% ;
}

.top_resume-items div {
  padding: 0px;
}

.top_resume {
  line-height: 1.2em;
  min-height: 2.4em;
  max-width: 100%;
}

.top_resume h2 {
  text-transform: uppercase;
}

.top_resume .row, .top_resume .col-xs-9 .header-opts {
  min-width: 100% ;
}

.top_resume h2::after {
  content: '';
  display: block;
  height: .3rem;
  width: 60%;
  padding-top: .5rem;
  background: #2b4f67;
  margin: 0 auto;
}

.caracteristica {
  border-bottom: .1rem solid #000;
  max-width: 100% ;
}

.caracteristica  > div, .value-opt {
  padding: 0px;
}

.caracteristica b {
  color: #2b4f67;
}

 .option-name {
   padding:1rem ;
 }

.caracteristica-values > .row, .caracteristica-values {
  padding: 0 ;
  margin: 0 ;
  max-width: 100% ;
}


.countrybar {
  background: #2b4f67;
  padding: 1rem;
  color: #2b4f67;
  font-size: 1.4em;
}

video {
  max-width: 100%;
}

.sitems .desc .conteudo {
  line-height: 2em;
  min-height: 10em;
  text-align: justify;
}

.snocontitems h3 a {
  font-size: .8em ;
  color: #2b4f67;
}

.about {
  overflow: scroll;
  padding: 1rem;
}

.about h2 {
  text-transform: uppercase;
  color: #000;
}

.about-full {
  background-size: cover ;
  background-repeat: no-repeat ;
  background-position: center ;
  margin: 0 ;
  padding: 0 ;
}

.about-full .inner {
  width: 100%;
  min-height: 100%;
  background: rgba(255,255,255,0.8);
  padding: 2rem;
}

.about-content {
  margin-bottom: 3em;
}

.about-content .desc {
  margin-bottom: 3em;
}

.fullpage-category {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.fullpage-category .highprodutc {
  list-style: none;
  padding: 1rem;
  border: .1rem solid dashed;
  color: #2b4f67;
  text-shadow: .2rem .2rem .2rem #fff;
}

.fullpage-category .highprodutc_item {
  padding: 1rem;
  font-size: 1.6em;
}

.category-description {
  font-size: 1.3em;
  text-shadow: .5rem .5rem .5rem #2b4f67;
}

.category-link:link, .category-link:visited {
  padding: 2rem;
  text-transform: uppercase;
  border: .1rem solid #2b4f67;
  border-bottom: .3rem solid #2b4f67;
  display: inline;
  background: #fff;
  margin: 2rem auto 0;
  transition: 600ms;
  z-index: 6;
}

.category-link:hover, .category-link:active{
  background: #2b4f67;
  color: #fff;
}

.category-content {
  padding: 2rem ;
  background: #fff;
  font-size: 1.3em;
  color: #2b4f67;
  text-align: center;
}

.category-desc {
  font-size: 1.8em;
  padding: 2rem;
}


.userAccount {
  background: #2b4f67;
  color: #fff;
  text-align: right;
  padding: .3rem;
  font-size: 1.3em;
}

.userAccount a:link, .userAccount a:visited {
  color: #fff;
  padding: 0 .5rem;
}

.userAccount a:hover, .userAccount a:active {
  color: #777;
}

.conta {
  padding: 1rem;
}

.account_menu {
  margin: 1rem auto;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.account_menu li {
  display: inline-block;
}

.account_menu li a:link, .account_menu li a:visited {
  width: 100%;
  padding: 1rem;
  background: #edf9ff;
  color:#000;
  border-bottom: .2rem solid #2b4f67;
  transition: all 400ms ease-in-out;
}

.account_menu li a:hover, .account_menu li a:active {
  background: #2b4f67;
  color:#fff;
  border-bottom: .2rem solid #edf9ff;
  transition: all 400ms ease-in-out;
}


.optaccount {
  display: block;
  background: #2b4f67;
  margin-bottom: .3rem;
  text-align: center;
  cursor: pointer;
  padding: .3rem;
  transition: 400ms;
}

.optaccount:hover {
  background-color: #666;
}

.panelaccount {
  background: #fff;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border: .1rem solid #2b4f67;
  box-shadow: .2rem .2rem .2rem #2b4f67;
}

.panelaccount .section-title:after {
  content: "";
  display: block;
  width: 30%;
  height: .3rem;
  background-color: #4293AD;
}

.desc b {
  color: #2b4f67 ;
}

.panelaccount label, .panelaccount .title {
  font-weight: bold;
  color: #4293AD;
  font-variant: small-caps;
}

.panelaccount a:link, .panelaccount a:visited {
  font-size: 1.1em;
  color: #000;
}

.panelaccount a:hover, .panelaccount a:active {
  color: #4293AD;
}

.panelaccount .btn-primary {
  width: 100%;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  background: #fff;
  color: #4293AD;
  border: .2rem solid #4293AD;
  margin-top: 1rem;
}

.panelaccount .btn-primary:hover {
  background: #4293AD;
  color: #fff;
  border: .2rem solid #fff;
  box-shadow: .2rem .2rem .2rem #4293AD;
}

.ordem {
  border: .1rem solid #4293AD;
  margin: 1rem;
  box-shadow:.2rem .2rem .2rem #333;
  padding: 1rem;
}

.ordem a {
  text-transform: uppercase;
  font-weight: bold;
}

.ordem .nota, .comentario {
  font-size: 0.9em;
  border-bottom: .1rem solid #000;
  padding-bottom: .2rem;
}



.parceiro .inner {
  padding: 1rem;
  background-color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  border: .1rem solid #2b4f67;
}

.parceiro .getPartnerData {
  cursor: pointer;
}

.parceiro:hover img {
  opacity: .5;
}

.partenerdesc .desc {
  width: 90%;
  margin: 0 auto;
  padding-top: 2rem;
}

.partenerdesc .desc img {
  max-width: 100% ;
}

.partenerdesc .logo img {
  padding-bottom: 2rem;

  border-bottom: .1rem solid #2b4f67;
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
}


.servicos, .blog, .produtos, .eventos, .faq, .parceiros, .testimonios {
  padding: 2rem;
  color: #2b4f67;
}

.faq .section-title {
  color: #1D5BA7;
  text-transform: uppercase;
  font-size: 3em;
}

.faq .panel-default {
  border: none ;
  -webkit-border-radius: 0px ;
  -moz-border-radius: 0px ;
  -o-border-radius: 0px ;
  border-radius: 0px ;
}
.faq .panel-heading {
  background: #f0f0f0;
  text-align: center;
  border-bottom: .3rem solid #2b4f67;
  text-transform: uppercase;
  padding: 1rem;
}

.faq .panel-simple .panel-heading {
  background: none;
  border: none;
  text-transform: none;
  padding: 1rem;
  background: #2b4f67;
  text-align: center;
}

.faq .panel-simple .panel-heading a:link, .faq .panel-simple .panel-heading a:visited {
  color: #fff;
}

.faq .panel-simple .panel-heading a:hover, .faq .panel-simple .panel-heading a:active {
  color: #f6f6f6;
}

.faq .panel-heading a {
  display: block;
  cursor: pointer;
  color: #2b4f67;
}

.faq .panel-body {
  font-size: 1.2em;
  line-height: 1.6em;
}

.breadcrumb {
  background: rgba(255,255,255,0.6);
  margin-bottom: 0 ;
  text-transform: uppercase;
  border-radius: 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #2b4f67;
}

.breadcrumb a:hover, .breadcrumb a:active {
  color: #333;
}

.countrybar select {
  font-size: 1em;
  height: 2.2em;
}

.getImageData {
  border: .1rem solid #000;
  cursor: pointer;
  transition: 400ms;
  margin-bottom: 1rem;

}

.categoria-frente {
  padding: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.categoria-frente .section-title {
  background: rgba(255,255,255,0.8);
}


.share-row li {
  text-align: center;
  display: inline-block;
  background: #f6f6f6;
  margin: 0 1.5rem;
  position: relative;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.share-row a:link,  .share-row a:visited {
  float: left;
  padding: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
}

.share-row a:hover .share-row a:active {
  color: #fff;
}

.share-row .like {
  box-shadow: .2rem .2rem .3rem #2b4f67;
}

.share-row .facebook {
  background: #45619D;
}

.share-row .facebook:hover {
  background: #31456E;
}

.share-row .twitter {
  background: #55ACEE;
}

.share-row .twitter:hover {
  background: #4186BA;
}

.share-row .google {
  background: #DD4B39;
}

.share-row .google:hover {
  background: #A3392C;
}

.share-row .count {
  position: absolute;
  right: 0;
  padding: .5rem;
  width: 10%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  background: #2b4f67;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.high {padding-top:1rem;}

.high-row span {
  color: #fff;
}

.high-row .item {
  background: #fff;
  padding: .5rem;
  padding-bottom: 1rem;
}

.item h3 a {
  color: #2b4f67;
}

.item h3 {
  min-height: 3em;
}

.item-share {
  font-size: 1em;
}

.item-share i {
  padding:.5rem;
}

.high-row .btn-primary {
  background: #fff ;
  transition: 400ms;
  font-variant: small-caps;
  outline: none ;
}

.categoria-frente img {
  width: 100%;
}

.category_images {
  background: #fff;
  padding:1rem;
  border-bottom: .1rem solid #2b4f67;
}

.category_images .cats_title {
  text-align: center;
  color: #2b4f67;
}

.categoria-frente .section-title {
  font-size: 0em;
  width: 0%;
  opacity: 0;
  text-transform: uppercase;
  position: absolute;
  padding: 1.5rem;
  text-align: center;
  bottom: -100%;
  margin: 0;
  text-align: center;
  color: #fff;
  transition: 600ms;
}

.categoria-frente:hover .section-title {
  font-size: 1.2em;
  width: 100%;
  opacity: 1;
  bottom: 0;
}

.categoria-frente .out-img {
  position: relative;
  overflow: hidden ;
  border: .1rem solid #333;
  box-shadow: .2rem .2rem .2rem #333;
  transition: 400ms;
}

.categoria-frente:hover .out-img {
  transform: translateY(-1.5rem) translateZ(1.5rem);
  z-index: 3000000 ;
  box-shadow: .5rem .5rem 3rem #999;
}

.cat-conteudo {
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: .1rem solid #2b4f67;
  color: #000;
  font-size: 1.2em;
  line-height: 1.6em;
}

.portefolio-content {
  padding: 2rem;
}

.produto-content .col-sm-12 {
  padding: 0;
}

.produto-content h2, .produto-content h3, .portefolio-content h2, .portefolio-content h3, .galeria h3 {
  color: #2b4f67;
}

.produto-content .row {
    margin: 0 ;
}

.produto-content img {
    max-width: 100% ;
}

.produto-content table {
    width: 100%;
}

.preco {
  text-align: right;
}

.preco .title {
  color: #2b4f67;
}

.out-desc {
  display:flex;
  min-height: 500px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.desc {
  padding: 1rem;
  max-height: 100%;
  overflow: scroll;
  color: #000;
}

.chat {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 10000;
}

.chat__inner {
  position:relative;
}

.chat__button {
  padding:.5rem;
  border-radius: 100%;
  background: green;
  color: #fff;
  text-align: center;
}

.chat__form-header {
  background: #2b4f67;
  padding: .5rem;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.chat__mesage-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.mutted {
  color: #666;
  font-style: italic;
}

.chat__mensagem {
  width:90%;
  padding:.5rem;
  border-radius: .5rem;
  margin-bottom: .5rem;
}

.chat__add-mesage {
  margin-top:1rem;
}

.chat__mensagem-self {
  float: right;
  background: lightblue;
  color: #000;
}

.chat__mensagem-other {
  float: left;
  background: darkblue;
  color: #fff;
}

.chat__mesages-container {
  height: 300px;
  max-height: 100%;
  overflow: scroll;
}

.chat__mesages-inner {
  min-height: 300px;
  max-height: 100%;
  width:120%;
  padding-right: 21%;
}

.chat__form-title {
  font-size: .8em;
}

.chat__content {
  position:absolute;
  bottom: 7vh;
  width: 350px;
  display:none;
  border: .1rem solid #333;
  box-shadow: .2rem .2rem .2rem #888;
}

.hide_chat_content {
  font-size: 3em;
  color: #333;
  cursor: pointer;
  transition: 400ms;
}

.hide_chat_content:hover {
  color: red;
}

.chat__content_inner {
  padding:2rem;
  background: #fff;
}

.desc strong {
  color: #42c0e2;
}

.preco-single {
  text-align: right;
  font-weight: bold;
  font-size: .9em;
  color: #42c0e2;
}

.preco {
  color: #000 ;
}


.tags {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  max-width: 75%;
}

.tag.sm-tag {
  width:40% ;
  /*display: block;*/
  margin-left: 60%;
  z-index:2002;
}

.tag {
  padding: .2rem;
  text-align: center;
  font-size: .8em;
  width: 100%;
  display: inline-block;
  margin-bottom: .3rem;
}

.side-item, .side-portefoleo {
  border: .1rem solid #f6f6f6;
  border-bottom: .1rem solid #2b4f67;
  padding:.5rem;
  margin-bottom: 2rem;
}


.cart .item:hover {
  background: #fff;
  color: #000 ;
}

.cart .item:hover a {
  color: #2b4f67 ;
}

.side-item:hover, .side-portefoleo:hover {
  box-shadow: .3rem .3rem .3rem #2b4f67;
}

.side-portefoleo h3 {
  font-size: 1.2em;
}

.tag-promo {
  background: #2b4f67;
  color: #fff;
}

.tag-lastunit {
  background: #2b4f67;
  color: #fff;
}

.tag-outstock {
  background: #F2522E;
  color: #fff;
}

.tag-new {
  background: #2b4f67;
  color: #fff;
}

.oldprice {
  text-decoration: line-through ;
  color: #2b4f67 ;
  display: inline;
}

.newprice {
  background: #2b4f67;
  color: #fff;
  padding: 1rem;
  display: inline-block;
}

.post-content .desc {
  padding: 2rem;
}

.ptb20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact-form {
  background: rgba(249, 30, 30, 0.1) ;
  text-align: center;
}

.contact-form label {
  color: #2b4f67;
  font-weight: bold;
}

.contact-form input, .contact-form textarea, .contact-form select  {
  background: #fff;
  color: #000;
}

.contact-form input[type="submit"] {
  width: 100%;
}

.afterbox {
  background: #f6f4e8;
  padding: 2rem 0;
  color: #2b4f67;
}

.relbox {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 0;
}

.relbox .item-grid {
  margin-bottom:0 ;
}

.asideitems.servico-item {
  margin: .5rem;
}

.servico-item .desc {
  color: #2b4f67 ;
}

.servico-item.pass .inner-box {
  background: #ccc;
}

.event-mark {
  padding: 1rem;
  background: #2b4f67;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  z-index: 20;
}


.alink {
  position: absolute ;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 ;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index:2000;
}

.alink img {
  margin: 0;
}

/*EVENTO*/
.eventotimer {
  width: 100%;
  display: block;
  text-align: center;
  color: #2b4f67;
  font-size: 1.2em;
  font-weight: bold;
}

.evento-full {
  padding: 1rem;
  text-align: center;
  border-bottom: .2rem solid #C60000;
}

.event-remining {
  text-align: right;
}

.event-day {
  padding: 2rem;
  background: #fff;
  border-bottom: .1rem solid #333;
  margin-bottom: 1rem;
}

.day-hour-box {
  color: #727272;
  border-bottom: .1rem solid #727272;
  margin-bottom: .2rem;
}

.intervenientes {
  background: #E8E8E8;
  text-align: center;
  padding:1rem;
}

.intervenientes h2 {
  text-transform: uppercase;
  color: #333;
}

.interviniente-cover-big img {
  width: 12rem;
  height: 12rem;
  max-width: 100%;
  border-radius: 50%;
  border: .2rem solid #007dc6;
}

.interveniente-box {
  background: #fff;
  margin:1rem;
  padding:0px;
  box-shadow: .2rem .2rem .2rem #333;
}

.intervinient-header {
  background: #75B6DF;
  padding: 1rem;
  color: #fff;
}

.intervinient-body {
  padding: 1rem;
  font-size: 1.2em;
  line-height: 1.5em;
  min-height: 12em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intervinient-body .inner {
  min-height: 100%;
  overflow-y: auto;
}

.inter-name {
  text-transform: uppercase;
  color: #8BBBEB;
}

.interviniente-cover img {
  width: 3rem;
  height: 3rem;
  max-width: 100%;
  border-radius: 50%;
  border: .2rem solid #007dc6;
}

.event-day .event-day-title {
  padding: 0; 
  text-align: left;
  padding-bottom: .5rem;
  border-bottom: .2rem solid #333;
}

.planificacao-out {
  background: #edf9ff;
  color: #fff;
  padding:2rem;
}

.planificacao-out h2.title {
  text-align: center;
  color: #2b4f67 ;
}

.interviniente-cover img {
  max-width: 100%;
}

.day-hour {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #007dc6;
}

.ends {
  font-weight: bold;
  color:#2b4f67;
}

.paginator{
    float: left;
    width: 100%;
    padding: 2rem 0 1rem 0;
    text-align: center;
}

.paginator li{
    display: inline;
    margin: 0 .5rem;
}

.paginator .active,
.paginator li a{
    padding: .5rem 1rem;
    background: #2b4f67;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-shadow: .1rem .1rem #000;
    font-size: 0.875em;
    border-radius: .3rem;
    -moz-border-radius: .3rem;
    -webkit-border-radius: .3rem;
}

.paginator li a:hover{
    background: #2b4f67;
}

.paginator .active{
    background: #ccc;
    text-shadow: .1rem .1rem #000;
}

.menu-1 {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-1 li {
  padding: 2rem 0;
  margin: .5rem;
}

.menu-1 ul li.active a {
  color: #2b4f67;
  padding: 1rem ;
  display: inline-block;
  width: 100%;
}

.fullpage .menu-1 {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fullpage .menu-1 ul li.active a {
  width: 100%;
  background: #2b4f67;
}

.carousel-caption {
  background: rgba(172, 172, 172, 0.5);
  width:100%; 
  left: 0;
  bottom:0;
  padding: 2rem;
  color:#000;
}

.carousel-caption h4 {
  text-transform: uppercase;
  color: #2b4f67;
  font-size: 1.5em;
}

.pgheading {
  background: #2b4f67;
  padding: 2rem 0;
}

.pgheading h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5em;
}

.pgheading p {
  font-style: italic;
  color: #fff;
}

.share_box {
  padding: 2rem;
  border-top: .2rem solid #2b4f67;
}

.share_box .section-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.inner-box {
  padding: 1rem;
  background: #fff;
  margin-bottom: 1rem;
}

.inner-box .cover {
  position: absolute;
  top:-100%;
  background: rgba(212, 210, 213, 0.68);
  width: 100%;
  height: 100%;
  transition: 400ms;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.sld .carousel-control {
  background: none;
}

.cover p {
  font-size: 1.2em;
  font-variant: small-caps;
  text-align: center;
  vertical-align: center;
  color: #fff;
  text-shadow: .2rem .2rem .2rem #2b4f67;
}

.relbox:hover .cover {
  top:0;
}

.inner-box img {
  border-radius: 6px;
  width: 100%;
}

.inner-box h3 {
  padding: 1rem 0;
  font-size: 1.2em;
  min-height: 2em;
  vertical-align: middle;
}


.getPortefoleoData:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  box-shadow: .3rem .3rem .3rem .3rem #2b4f67;
}

ul {
  list-style: none;
  width: 100%;
  text-indent: 0;
  margin:0;
}

.navbar-fixed-top ul {
  width: auto;
  padding: 0 1rem;
}

#catalogo-row {
  margin-bottom: 2rem;
}

.catalogo-item {
  padding: .3rem;
  border-bottom: .1rem solid #2b4f67;
}

.catalogo-item:nth-child(2n) {
  background: rgba(250,250,250,0.1);
}

.catalogo-item .fa {
  transition: 400ms;
}

.catalogo-item .fa:hover {
  color:#2b4f67;
}


.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40rem;
}

.header .title {
  font-size: 6rem;
  line-height: 6rem;  
  text-shadow: .4rem .4rem .5rem rgba(255,255,255,0.5);
}

.header .sub-title, .header.header-sm .sub-title {
  font-style: italic;
  background: #2b4f67;
  color: #fff;
}

.header .sub-title {
  font-size: 2rem;
  line-height: 2rem;
  padding: .5rem;
}

.header.header-sm {
  height: 35rem;
}

.header.header-sm  .title {
  font-size: 5.5rem;
  line-height: 5.5rem;
  text-shadow: .4rem .4rem .5rem rgba(255,255,255,0.5);
}

.header.header-sm .sub-title {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: .3rem;
}

/******************************************************
************* PAINEL DE MOSTRAR CONTEUDO **************
******************************************************/
.panel-out {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  background-color: rgba(0,0,0,0.9);
  z-index: 3000;
  color:#222;
  transition: 400ms ease-in-out;
}

.panel-out textarea {
  resize: vertical;
}

.panel-out.act {
  top: 0;
  transition: 400ms ease-in-out;
}

.mbt20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.panel-close {
  font-size: 4em;
  position: absolute;
  display: block;
  font-weight: bold;
  display: inline-block;
  background: rgba(255,255,255,0.7);
  bottom: 0;
  right: 0;
  padding-right: .5rem;
  cursor:pointer;
  color: #000;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  z-index: 90000000000;
}

.dataSide h3, .dataSide label {
  font-size: 1.1em;
  color: #2b4f67;
  font-variant: small-caps;
}

.panel-close:hover {
  color: #666;
}

::-webkit-scrollbar {
    display: none;
}

.alt-row {
  background-color: rgba(255,255,255,0.5);
}

.high-row {
  padding: 2rem;
  background-color: #2b4f67;
}

.high-row h2 {
  color: #fff;
  font-variant: small-caps;
}

.panel-content {
  width: 95%;
  margin: 0 auto;
  padding: 2rem;
  height: 90%;
  overflow-x: hidden;
  background: #fff;
  position: relative;
}

.main-inner {
  width: 110%;
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10%;
  overflow-y: auto;
}

.imageSide {
  height: 100%;
  padding: 0;
  /*background-color: #fff;*/
}

.dataSide {
  background-color: #fff;
  min-height: 100% ;
  border-left: .2rem solid lightgray;
  overflow: auto;
  margin: 0;
}

.dataSide .inner {
  padding: 1rem;
}

.portefoleo-desc {
  background: #f6f6f6;
  color: #2b4f67;
  padding: 1rem;
}

.galeria {
  padding-bottom:2rem;
}

.portefoleo-desc h3 {
  text-align: center;
  color: #2b4f67;
  font-variant: small-caps;
}

.centerContainer {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*background-color: blue;*/
}

.centerContainerInner {
  width: 100%;
  text-align: center;
  max-height: 100%;
  overflow: hidden;
}

.centerContainerInner img {
  width: 100%;
}

/*Overlay para imagens ou popups*/
.full-page {
        min-width: 100vw;
        max-width: 100vw;
        height: 100vh;
        z-index: 50000;
        background:  rgba(0,0,0,0.8);
        position: fixed;
        top: -100vh;
        left: 0;
        opacity: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: all 1200ms ease-in-out;
        z-index: 2002;
    }

    .closedFullPage {
      opacity: 0;
       top: - 100;
    }

    .openFullPage {
       opacity: 1;
        top: 0;
    }

    .full-page .inner-div {
        width: 70vw;
        height: 70vh;
        margin:0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .full-page .close {
        font-size: 4em;
        position: absolute;
        right: 3rem;
        top: 3rem;
        color: #fff;

    }

    .full-page .close:hover {
        color: #f6f6f6;
    }

    .full-page img {
        max-height: 100%;
        max-width: 100%;
        margin:0 auto;
    }

    img[rel="full-page"] {
        cursor: pointer;
         -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.hlt {
  color: #2b4f67;
  font-weight: bold;
}

.dpn {
  display: none;
}

.mrt-20 {
  margin-top: 2rem ;
}


.cats-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  overflow-x: hidden;
  padding: 2rem;
  z-index: 3000;
}

.cats-menu .inner, .cats-imenu .inner{
  position: relative;
}

.cats-imenu ul {
  width: 100%;
}


.cats-menu a:link, .cats-menu a:visited {
  color: #fff;
}

.cats-imenu a:link, .cats-imenu a:visited {
  color: #000;
}

.cats-menu a:hover, .cats-menu a:active, .cats-imenu a:hover, .cats-imenu a:active {
  color: #2b4f67;
}


.cats-menu ul, .cats-imenu ul {
  list-style: none;
}

.cats-menu li, .cats-imenu li{
  padding: .3rem;
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  transition : 400ms;
  padding-right: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.cats-menu a {
  display: block;
  color: #fff;
}


.cats-imenu a {
  display: block;
  color: #2b4f67;
}

.cats-imenu.inline > li {
  display: inline-block;
  position: relative;
}


.cats-imenu.inline .sub-cats-menu .sub-cats-menu {
  display: none;
  position: static;
}

.inline .sub-cats-menu .sub-cats-menu {
  display: none;
}

.inline .sub-cats-menu:hover .sub-cats-menu {
  display: block;
}

.cats-imenu.inline .sub-cats-menu {
  position: absolute;
  top:100%;
  left: 0%;
  z-index: 20000;
}


.cats-imenu.inline .more, .inline-cats{
  display:none;
}

.cats-imenu.inline > li:hover > .sub-cats-menu {
  display:block;
}

.cats-menu .active .more, .cats-imenu .active .more {
  color: #2b4f67;
  margin-left: 1rem;
}

.cats-menu li, .cats-imenu li {
  position: relative;
  display: block;
  line-height: 2.2em;
}

.sub-cats-menu  li:nth-child(2n) > a {
  background: rgba(0,0,0,0.1);
}

.cats-menu li a, .cats-imenu li a {
  padding-right: 2.5rem;
}

.cats-menu .more, .cats-imenu .more {
  position: absolute;
  font-size: 1.3em;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 2;
  padding: .3rem;
  padding-top: 0;
  margin-left: 1rem;
  top:0;
  right: .3rem;
}

.cats-menu .more {
  background-color: rbga(255,255,255,0.6);
  color: #fff;
}

.cats-menu .more:hover {
  color: #fff;
}

.sub-cats-menu {
  padding-left: .3rem;
}

.sub-cats-menu li {
  padding-right: 2rem;
  transition: 200ms;
}

.cats-menu li a {
  color: #fff;
}

.cats-menu li:hover > a {
  color: #42c0e2;
}

.cats-menu li.active:hover > a {
  color: #2b4f67;
}

.cats-menu li.active, .cats-imenu li.active {
  font-weight: bold;
}

.cats-menu li.active > a, .cats-imenu li.active > a{
  color: #2b4f67;
}

.cats-menu li.active:hover > a, .cats-imenu li.active:hover > a {
  color: #2b4f67;
}

.close-cats-menu {
  font-size: 3em;
  position: absolute;
  cursor: pointer;
  right: 1rem;
  top: 1rem;
  color: #fff;
  transition: 400ms;
}

.center {
  padding: .5rem;
}

.close-cats-menu:hover {
  color: #FF2A2E;
}

.video-container {width: 100%; padding-bottom: 30%; position: relative; margin: 0 auto; margin-bottom: 1rem; overflow: hidden;}

.video-container video {width: 100%; position: absolute; top: 0; left: 0;}

.out-video-phrases {
  width: 100%; position: absolute; top: 0; left: 0; z-index: 4; padding-top: 13%;
}
.video-phrases {
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  z-index: 4;
}

.video-phrases .video-phrase {
  display: none;
  color: #fff;
  font-size: 2.5em;
  padding: 1rem;
}

.video-phrase {
  font-size: .9em;
}

.video-phrase b {
  font-size: 1.2em;
  color: #2b4f67;
  display: block;
  width: auto;
  line-height: 2em;
  border-right: .2rem solid #2b4f67;
  border-left: .2rem solid #2b4f67;
}

.video-phrases .video-phrase.active {
  display: block;
}

.mapa {width: 80%; padding-bottom: 30%; position: relative; margin: 0 auto; margin-bottom: 1rem;}

.mapa iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}



    .gallery-top {
			padding: 0;
		}


.portfolio {
	padding: 100px 0;
}

.portfolio h3 {
	text-align: left;
	margin-bottom: 3rem;
	font-size: 40px;
	margin-left: 34.5rem;
}


.empty {
	font-size: 1.4em;
  margin: 0;
  margin: .5rem auto;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #2b4f67;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}

a:hover .fa {
  color: #000;
}

p {
  margin-bottom: 2rem;
}

::-webkit-selection {
  color: #fff;
  background: #2b4f67;
}

::-moz-selection {
  color: #fff;
  background: #2b4f67;
}

::selection {
  color: #fff;
  background: #2b4f67;
}

.colorfilter {
  background: rgba(0, 0, 0, 0.7);
}

.carousel-inner {
  padding: 0 ;
}

.carousel-inner .item {
  padding: 0px;
}

.multi-item-carousel .col-xs-4 {
  background: #fff;
}

.multi-item-carousel .carousel-inner > .item {
  -webkit-transition: 500ms ease-in-out left;
  transition: 500ms ease-in-out left;
  text-align: center;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 10%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -10%;
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}

.danger {
  color: red;
}


h1 {
  color: #2b4f67;
  font-size: 1.25em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
}

.add_to_cart_box {
  width: 100%;
  min-height: 80px;
  padding: 1rem;
  z-index: 90000000;
}

.add_to_cart, .small_add_to_cart {
  width: 80%;
  padding: 1rem;
  margin: 0 auto;
  border: .1rem solid #f6f6f6;
  text-transform: uppercase;
  font-size: .8em;
  border-bottom: .3rem solid #000;
  background: #fff;
  color: #2b4f67;
  margin-bottom: 2rem;
  display: block;
}

.item:hover .add_to_cart, .small_add_to_cart span {
  display: block;
  color: #2b4f67;
}

.small_add_to_cart span:hover {
  color: #000;
}

.add_to_cart input[type="submit"] {
  width: 100%;
  background: #2b4f67;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}


#small-dev-nav {
  padding: 2rem;
  font-size: 1.5em;
}

#small-dev-nav p {
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #2b4f67;
  min-width: 80%;
  margin: 0 auto;
  transition: 400ms;
  font-size: 1.3em;
}

#small-dev-nav p:hover {
  color: #2b4f67;
}

#small-dev-nav span {
  display: block;
}

.center-nav {
  max-width: 80%;
  margin: 0 auto;
}

.center-nav ul li a {
  padding: 1rem 0;
  text-transform: uppercase;
  user-select: none;
}

.category-content {
  padding: 1rem;
}

.full-size-logo-main-nav {
  background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8)),  url('../images/fundo_topo.jpg');
  background-size: cover;
}

.simple-main-nav {
  background:  linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8)), url('../images/fundo_topo.jpg');
  background-size: cover;
  padding: 2rem;
}

.simple-main-nav .fh5co-logo img {
  width: auto;
  max-height: 22rem;
}

.full-size-logo {
  width: 100%;
}

.full-size-logo-nav {
  background: #fff;
}


.full-size-logo img {
  max-width: 50%;
}

.cats-box {
  border-bottom:.2rem solid #2b4f67;
}

.categories-title {
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
}



.main-nav #fh5co-logo {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.main-nav a {
  padding: .5rem 1rem;
  color: #fff;
}

.reserv-box {
  padding: 1rem;
}

.reserv-out label, .reserv-out b {
  color: #73763C;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.reserv-description {
  padding: 1rem;
  background: #fff;
  text-align:center;
  margin-bottom: 1rem;
}

.main-nav .menu-2 li.search {
  float: left;
  width: 83%;
  font-family: "Playfair Display", serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: -.5rem 0 0 0;
}
.main-nav .menu-2 li input[type=text] {
  padding: 6px 1rem;
  width: 40%;
  border: none;
  float: right;
  font-size: 1.3rem;
  margin-top: .5rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-nav .menu-2 li input[type=text]:focus {
  width: 100%;
  outline: none;
  border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
}
.main-nav .menu-2 li button {
  margin-top: .5rem;
  padding: .5rem;
  background: transparent;
  border: none;
}
.main-nav .menu-2 li button i {
  color: rgba(0, 0, 0, 0.5);
}
.main-nav .menu-2 li button:hover, .main-nav .menu-2 li button:focus {
  background: transparent ;
}
.main-nav .menu-2 li button:hover i, .main-nav .menu-2 li button:focus i {
  color: black;
}
.main-nav .menu-2 li.shopping-cart {
  float: right;
}
.main-nav .menu-2 li a.cart {
  color: black;
}
.main-nav .menu-2 li a.cart span {
  position: relative;
}
.main-nav .menu-2 li a.cart span small {
  position: absolute;
  top: -2rem;
  right: -1.5rem;
  padding: 1rem 6px;
  line-height: 0;
  font-size: 1.1rem;
  background: #2b4f67;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.main-nav ul {
  padding: 0;
  margin: 0;
}
.main-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
}
.main-nav ul li a {
  font-size: 1.3rem;
  padding: 3rem 1rem;
  text-transform: uppercase;
  color: #2b4f67;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.main-nav ul li a:hover, .main-nav ul li a:focus, .main-nav ul li a:active {
  color: #333;
}
.main-nav ul li a.cart {
  color: #fff;
}
.main-nav ul li a.cart span {
  position: relative;
}
.main-nav ul li a.cart span small {
  position: absolute;
  top: -2rem;
  right: -1.5rem;
  padding: 1rem 6px;
  line-height: 0;
  font-size: 1.1rem;
  background: #2b4f67;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.main-nav ul li.has-dropdown {
  position: relative;
}
.main-nav ul li.has-dropdown .dropdown {
  width: 150px;
  -webkit-box-shadow: 0px 1.5rem 3.3rem -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1.5rem 3.3rem -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1.5rem 3.3rem -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #2b4f67;
  padding: 2rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.main-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.main-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.main-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.main-nav ul li.has-dropdown .dropdown li a {
  padding: .2rem 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 1.5rem;
}
.main-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.main-nav ul li.has-dropdown:hover a, .main-nav ul li.has-dropdown:focus a {
  color: #000;
}

.main-nav ul li .form-group {
  border: .1rem solid red;
  width: 100%;
}

.high {
  background: #bcd0ef;
}


.high h5+p {
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
}

/*********************************************
***************** Loader ********************
**********************************************/
/*Loader*/
.loader, .loaderb {
    border: .5rem solid #f3f3f3; /* Light grey */
    border-top: .5rem solid #3c4a60; /* Blue */
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    animation: spin 1s linear infinite;
    display: none;
}

.loader {
  top: 1rem;
  right: 1.5rem;
}

.loaderb {
  bottom: 1.5rem;
  right: 1.5rem;
}

.resposta-out {
  position: fixed;
  left: 0 ;
  top: 1rem;
  z-index: 9100000;
  width: 300px;
  max-width: 70%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
}

.resposta {
  padding: 1rem;
  width: 100%;
  background: #2b4f67;
  color: #fff;
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.resposta.act {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

.sociais {
  padding: 2rem 1rem;
}

.sociais_links a, .sociais a {
  padding: .5rem;
  font-size: 1.2em;
}

.contacto_row, .contactos {
  color: #000;
}

.contact_nome {
  text-transform: uppercase;
  color: #2b4f67;
}

.contact_nome::after {
  content: '';
  width: 30%;
  display: block;
  margin: 0 auto;
  height: .1rem;
  background-color: #2b4f67;
}

.contacto_row .fa, .contact_label {
  color: #2b4f67;
  font-weight: bold;
  font-size: 1.2em;
}

.contacto_row a, .contactos a {
  color: #000;
}

.contacto_row a:hover, .contactos a:hover {
  color: #333;
}

.pessoas_de_contacto, #contact-form {
  padding: 2rem 1rem;
}

.pessoas_de_contacto .nome {
  font-size: 1.3em;
  color: #000;
}

#contact-form label {
  font-variant: small-caps;
  color: #2b4f67;
}

#contact-form .btn-primary {
  font-size: 1.5em;
  background: #2b4f67;
}

.pessoa-contacto .inner-box {
  padding: 1rem;
  box-shadow: .3rem .3rem .3rem #eee;
}

.pessoa-contacto p.nome {
  text-align: center;
  color: #2b4f67;
}


.show-small {
  display: none;
  padding-bottom: 0 ;
}

.hide-small .item .desc {
  font-size: 1rem;
}

.hide-small .item .desc h3 {
  font-size: 1.1rem;
}

.hide-small, .show-small  {
  padding: 1rem;
}

.hide-small .btn {
  font-size:.8em;
}

.hide-small.right {
  border-left: .2rem solid #07ABE7;
}

.hide-small.left {
  border-right: .2rem solid #07ABE7;
}

.hide-small .preco-single, .show-small .preco-single, .hide-small .price, .show-small .price {
  font-size: 0.9em;
}

.hide-small .tags, .show-small .tags {
  position: static;
}

.multi_item_cart_row {
  border-bottom: .2rem solid #2b4f67;
}

.option-resume-box {
  border-bottom: .1rem solid #2b4f67;
}

.sociais .fa.fa-facebook.fa-2x {
  color: #000 ;
}

.social_label, .pessoas_de_contacto .section-title, #contact-form .title, .galeria h3, .contact-form h3, .pg-title {
  font-size: 1.2em;
  display: block;
  text-transform: uppercase;
}

.hide-small h2 a, .show-small h2 a {
  color: #2b4f67;
}

.hide-small h5, .show-small h5 {
  color: #2b4f67;
  text-transform: uppercase;
  font-size: 1.1em;
}

.hide-small .item, .show-small .item {
  padding-bottom: 0;
}

.hide-small .add_to_cart_box, .show-small .add_to_cart_box {
  height: 0 ;
  padding: 0 ;
  margin: 0 ;
}

.contact-form {
  background-color: #ffffff;
}

.contact-form h3 {
  color: #2b4f67;
}

/* .main-nav {
  background: orange;

} */

#fh5co-footer, .listcats {
  border-top: .2rem solid #333;
}

.main-nav {
  padding: 3rem 1rem;
}

.social-icon {
  color: #2b4f67;
}

.simple {
  background-color: #F8F8F8;
  display: block;
  border-top: .2rem solid #2b4f67;
  border-bottom: .2rem solid #2b4f67;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
}



.simple-title, .simple h2 {
  margin: 0;
  padding: 0 ;
  padding-top:1rem ;
  color: #2b4f67 ;
  font-size: 1em;
}

.returnitemside {
  padding-top: 1rem;
}

.returnitemside #small-dev-nav{
  padding: 0px;
}

.btn-wb {
  border-radius: 0;
  border: .1rem solid #2b4f67;
  background: #fff;
  color: #2b4f67;
  border-bottom: .3rem solid #2b4f67;
  transition: 800ms;
}

.btn-wb:hover {
  background: #2b4f67;
  color: #fff;
}

.inner-box {
  padding: 1rem;
  transition: 800ms ease-in-out;
}

.servico-item:hover .inner-box {
  border: .1rem solid #2b4f67;
}

.hide-form {
  position: fixed;
  background: #fff ;
  z-index: 9000000;
  width: 100vw;
  height: 100vh;
  top: 0;
  right:-100vw;
  -webkit-transition: right 800ms ease-in-out;
  -moz-transition: right 800ms ease-in-out;
  transition: right 800ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: scroll;
}

.abs-slide {
  position: relative;
  width: 100%;
  max-height: 80%;
  background: #f5f5f5;
}

.show-contact-form {
  position: absolute;
  top:2rem;
  right: 2rem;
  z-index:20;
}

.resume-box {
  position: absolute;
  padding: 2rem;
  top:2rem;
  left: 2rem;
}

.preco-box {
  position: absolute;
  padding: 2rem;
  bottom:2rem;
  left: 2rem;
}

.btn-info {
  background: goldenrod;
  text-transform: uppercase;
  color: #fff ;
  user-select: none;
}

.btn-info a {
  color: #fff ;
}

.btn-info:hover {
  background: #ccc ;
}

.hide-form.active {
  right: 0 ;
}

.hide-form-inner {
  position: relative;
  width:100%;
  height: 95%;
  padding: 2rem;
}

.close-hide-form {
  position: absolute;
  color: #333;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  cursor: pointer;
  user-select: none;
}

.close-hide-form:hover {
  color: orange;
}

table, tr, td {
  border: .1rem solid #2b4f67;
}

.desc td {
  padding: .3rem;
}
.desc table tr:first-child {
  background-color: #2b4f67 ;
  color: #fff;
}

.contactos-first label, .contactos-first h3 {
  color: #2b4f67;
}

.contactos-first {
  border-left: .1rem solid #2b4f67;
  padding: 3rem;

}

.contactos-first > section {
  padding: 0;
  background-color: rgba(255,255,255,0.6);
}

.contactos-first, .contactos-first a:link, .contactos-first a:visited {
  color: #000;
}

.contactos-first a:hover, .contactos-first a:active {
  color: #fff;
}

.contactos-first .pessoa-contacto {
  color: #000;
}

#fh5co-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 2.5rem;
}
#fh5co-hero .btn.btn-primary {
  padding: 1.5rem 3rem ;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .2rem;
}


.personal-share {
  padding: 1rem;
}

footer h3 {
  color: #2b4f67;
}

.personal-share h2 {
  color: #fff ;
}

.navbar-own {
  background: #454334;
  padding: 1rem;
}

.navbar-own a:link, .navbar-own a:visited {
  color: #2b4f67;
  font-weight: bold;
  text-transform: uppercase;
  transition: 400ms;
}

.navbar-own a:hover, .navbar-own a:active, .navbar-own a:active {
  color: #fff;
}

.abs-center-40 {
  display: static;
}

.abs-center-400, .abs-center-200, .abs-center-100,.abs-center-80 {
  min-height: 1rem ;
}


.promocao-box {
  background: #fff;
  margin: 1rem 0;
  transition: 400ms;
  margin: 1rem;
  padding-bottom: 0px ;
}

.promocao-box .item {
  padding-bottom: 1rem;
  background: none;
}

.promocao-box:hover {
  box-shadow: .3rem .3rem .3rem .3rem #2b4f67;
}


.abs-center {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.abs-center-horizontal {
  flex-direction: row ;
}

.abs-center-full {
  min-height: 90vh;
  padding: 2rem;
}

.abs-center-400 {
  min-height: 400px ;
}

.abs-center-200 {
  min-height: 200px ;
}

.abs-center-100 {
  min-height: 100px ;
}

.abs-center-80 {
  min-height: 80px ;
}



.rtn-link {
  padding: 2rem auto;
  font-size: 1.3rem;
}

.promocoes {
  background: #fff;
  margin: 0;
}
.promocoes .item {
  margin: 1rem auto;
  background: #fff;
}

.promocoes a:link, .promocoes a:visited {
  color: #2b4f67;
}

.promocoes a:link, .promocoes a:visited {
  color: #2b4f67;
}

.promocoes .ends, .promocoes .timmer {
  color: #2b4f67;
}

.promocoes .watch {
  font-size: 1.6em;
  text-transform: uppercase;
}

.produtos {
  padding: 1rem 2rem;
  border-top: .2rem solid #2b4f67;
  background: url('../images/fundo_categorias.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.pagina, .portefolios {
  padding: 3rem 2rem ;
  border-top: .3rem solid #2b4f67;
}

.item {
  margin-bottom: 1rem;
  box-shadow: .1rem .1rem .2rem #fefefe;
}

.item a:link, .item a:visited {
  color: #2b4f67;
}

.item:hover{
  border-bottom: .3rem solid #42c0e2;
}

.item:hover a:link, .item:hover a:visited {
  color: #42c0e2;
}

.item:hover, .item:hover a {
  color: #2b4f67;
}

.testimonios {
  background: #3C545C;
}

.testimonios span {
  color: #fff;
}

.testimonios .testimonio_msg {
  color: #000;
}

.testimonios figure {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}

.testimonios img {
  width: 100%;
}

.glyphicon {
  background: #2b4f67;
}

.testimonios .carousel-indicators li, .testimonios .glyphicon {
  background: #2b4f67;
}

.testimonios .carousel-control {
  background: none;
}

.testimonios .testimonio_nome {
  text-align: center;
  display: block;
  font-size: 1.5rem;
  color: #000;
}

.testimonios .testimonio_data {
  text-align: center;
  display: block;
  font-size: .9rem;
  color: #000;
}

.testimonios .carousel-indicators {
  bottom: -3rem ;
}

.testimonios .testimonio_msg {
  width: 90%;
  border: 0;
  text-align: center;
  display: block;
  min-height: 300px;
  margin: 0 auto;
}


#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #fff;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 3rem;
}



  #float-menu {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 4.5rem 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

.offcanvas #float-menu {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#float-menu a {
  color: rgba(255, 255, 255, 0.5);
}
#float-menu a:hover {
  color: rgba(82, 216, 255, 0.8);
}
#float-menu ul {
  padding: 0;
  margin: 0;
}
#float-menu ul li {
  padding: 1rem;
  text-align: center;
  margin: 0;
  list-style: none;
  border-bottom: .1rem solid #fff;
  text-transform: uppercase;
}
#float-menu ul li.search {
  float: left;
  width: 100%;
  font-family: "Playfair Display", serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: .5rem 0 0 0;
}
#float-menu ul li input[type=text] {
  padding: 6px 1rem;
  width: 100%;
  border: .1rem solid rgba(255, 255, 255, 0.1);
  float: right;
  font-size: 1.3rem;
  margin-top: .5rem;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#float-menu ul li input[type=text]:focus {
  width: 100%;
  outline: none;
}
#float-menu ul li button {
  margin-top: .5rem;
  padding: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: .1rem solid rgba(255, 255, 255, 0.1);
  margin-left: .1rem;
}
#float-menu ul li button i {
  color: rgba(255, 255, 255, 0.5);
}
#float-menu ul li button:hover, #float-menu ul li button:focus {
  background: transparent ;
}
#float-menu ul li button:hover i, #float-menu ul li button:focus i {
  color: white;
}
#float-menu ul li.shopping-cart {
  float: left;
}
#float-menu ul li a.cart {
  display: block;
  margin-top: 3rem;
  color: rgba(255, 255, 255, 0.5);
}
#float-menu ul li a.cart span {
  position: relative;
}
#float-menu ul li a.cart span small {
  position: absolute;
  top: -2rem;
  right: -1.5rem;
  padding: 1rem 6px;
  line-height: 0;
  font-size: 1.1rem;
  background: #2b4f67;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#float-menu ul li > ul {
  padding-left: 2rem;
  display: none;
}
#float-menu ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#float-menu ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#float-menu ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

h2.section-title {
  font-size:1.8rem;
}

.section-title {
  color: #2b4f67 ;
}

.dark-row {
  background: rgba(43, 79, 103, 0.6);
  padding: 2.5rem auto;
}

.dark-row .section-title {
  color:  #fff ;
  text-transform: uppercase;
  padding: 1rem;
}

.uppercase {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.main-nav-toggle {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  text-decoration: none;
  padding: 1rem;
}
.main-nav-toggle.active i::before, .main-nav-toggle.active i::after {
  background: #444;
}
.main-nav-toggle:hover, .main-nav-toggle:focus, .main-nav-toggle:active {
  outline: none;
  border-bottom: none ;
}
.main-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: .2rem;
  color: #fff;
  font: bold 1.5rem/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -5.5rem;
  background: #C2A68D;
  transition: all .2s ease-out;
}
.main-nav-toggle i::before, .main-nav-toggle i::after {
  content: '';
  width: 2.5rem;
  height: .2rem;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.main-nav-toggle.main-nav-white > i {
  color: #fff;
  background: #edf9ff;
}
.main-nav-toggle.main-nav-white > i::before, .main-nav-toggle.main-nav-white > i::after {
  background: #edf9ff;
}

.main-nav-toggle i::before {
  top: -7px;
}

.main-nav-toggle i::after {
  bottom: -7px;
}

.main-nav-toggle:hover i::before {
  top: -1rem;
}

.main-nav-toggle:hover i::after {
  bottom: -1rem;
}

.main-nav-toggle.active i {
  background: transparent;
}

.main-nav-toggle.active i::before {
  background: #fff;
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.main-nav-toggle.active i::after {
  background: #fff;
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.main-nav-toggle {
  position: absolute;
  right: 0px;
  top: 1rem;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 4.5rem;
  width: 4.5rem;
  z-index: 2001;
  border-bottom: none ;
}

.evento {
  border-bottom: .1rem solid #333;
  margin-bottom:.5rem;
  background: #fff;
  padding:1rem;
  display: flex;
}

.evento__day {
  font-size:2em;
  font-weight: bold;
  display: block;
}

.evento__content .desc {
  padding:0;
}

.evento__image img {
  width:300px;
  height: 100px;
  max-width:100%;
  border-radius:100%;
}

.evento__month {
  font-size:1.2rem;
  display: block;
}
.evento__year {
  font-size:.8rem;
  display: block;
}

.evento__image {
  display: flex;
}


.btn {
  margin-right: .5rem;
  margin-bottom: .5rem;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  -webkit-border-radius: .2rem;
  -moz-border-radius: .2rem;
  -ms-border-radius: .2rem;
  border-radius: .2rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 2rem;
}
.btn.btn-md {
  padding: 8px 2rem ;
}
.btn.btn-lg {
  padding: 18px 36px ;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none ;
  outline: none ;
}

nav.simples {
  background: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}

nav.simples a:link, nav.simples a:visited {
  color: #666666;
  font-weight: bold;
}

nav.simples a:hover, nav.simples a:active {
  color: #e7f5ff ;
}

.main-nav-toggle {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  text-decoration: none;
  padding: 1rem;
}
.main-nav-toggle.active i::before, .main-nav-toggle.active i::after {
  background: #444;
}
.main-nav-toggle:hover, .main-nav-toggle:focus, .main-nav-toggle:active {
  outline: none;
  border-bottom: none ;
}
.main-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: .2rem;
  color: #252525;
  font: bold 1.5rem/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -5.5rem;
  background: #252525;
  transition: all .2s ease-out;
}
.main-nav-toggle i::before, .main-nav-toggle i::after {
  content: '';
  width: 2.5rem;
  height: .2rem;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.main-nav-toggle.main-nav-white > i {
  color: #fff;
  background: #2b4f67;
}
.main-nav-toggle.main-nav-white > i::before, .main-nav-toggle.main-nav-white > i::after {
  background: #2b4f67;
}

.main-nav-toggle i::before {
  top: -7px;
}

.main-nav-toggle i::after {
  bottom: -7px;
}

.main-nav-toggle:hover i::before {
  top: -1rem;
}

.main-nav-toggle:hover i::after {
  bottom: -1rem;
}

.main-nav-toggle.active i {
  background: transparent;
}

.main-nav-toggle.active i::before {
  background: #fff;
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.main-nav-toggle.active i::after {
  background: #fff;
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.main-nav-toggle {
  position: absolute;
  right: 0px;
  top: 1rem;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 4.5rem;
  width: 4.5rem;
  z-index: 2001;
  border-bottom: none ;
}
.container, .container-fluid {
  padding: 0;
}

.btn-primary {
  background: #2b4f67 ;
  color: #fff ;
  border: .2rem solid #2b4f67;
  width: 100%;
  display: block;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #2b4f67 ;
  border-color: #2b4f67 ;
}
.btn-primary.btn-outline {
  background: #fff ;
  color: #2b4f67 ;
  border: .2rem solid #2b4f67 ;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #2b4f67 ;
  color: #fff ;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: .2rem solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c ;
  border-color: #4cae4c ;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: .2rem solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #2b4f67;
  color: #fff;
}
.btn-info.btn-outline {
  background: transparent;
  color: #2b4f67;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #2b4f67;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: .2rem solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 ;
  border-color: #eea236 ;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: .2rem solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: .2rem solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a ;
  border-color: #d43f3a ;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: .2rem solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: .2rem solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: .2rem solid rgba(0, 0, 0, 0.1);
  height: 5.5rem;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #2b4f67;
}

.row-pb-md {
  padding-bottom: 4rem ;
}

.row-pb-sm {
  padding-bottom: 2rem ;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.pessoa-contacto .dados span.cargo {
  color: #000 ;
  text-align: center;
}

.pagina-content {
  padding: 0 .5rem;
  padding-top: 0px;
}

.pagina-content .about {
  background: rgb(232, 232, 45, 0.6);
  color: #000;
}

.produto-content, .portefolio-content, .servico-content, .post-content {
  background: rgba(255,255,255,0.7);
  color: #000 ;
}



#mainmenu li a {
  position: relative;
}

#mainmenu li a:after {
  content: '';
  width: 0px;
  height: .2rem;
  transition: 400ms;
  background: #fff;
  display: block;
  position: absolute;
  bottom:-1rem;
  left: 1rem;
}

#mainmenu li:hover a:after {
  width: 80%;
}

#mainmenu li a:link, #mainmenu li a:visited  {
  color: #fff ;
}

#mainmenu li a:hover, #mainmenu li a:active {
  color: #f6f6f6 ;
}

.sociais .sociais_links {
  color: #2b4f67;
}

h1 {
  font-size: 3rem;
  padding: .2rem 1rem;
  text-transform: uppercase;
  color: #2b4f67;
  margin-bottom: 1.5rem ;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}

#fh5co-footer .copyright .block {
  display: block;
}


.item {
  background: #fff;
  padding: 1rem;
  overflow: hidden;
  margin-bottom: .5rem;
  border-bottom: .1rem solid #42c0e2;
  color: #000;
  width: 100%;
}


.item .desc {
  line-height: 1.6rem;
  min-height: 8rem;
  padding-bottom: .5rem;
  color: #000;
}

.item .item-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 350px ;
  margin-bottom: 2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item .item-grid .sale {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 1rem;
  z-index: 100;
  background: #2b4f67;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.item .outbox {
  margin: .5rem;
  padding: .5rem;
  box-shadow: .3rem .3rem .3rem #f6f6f6;
}

.item .item-grid .inner {
  display: table;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.item .item-grid .inner h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block ;
  text-align: center ;
  color: #42c0e2 ;
  width: 100%;
  padding: 0;
  margin: 0;
  background: rgba(0,0,0,0.6);
  text-transform: uppercase;
}

.comercial-row {
  width: 100%;
  height: 0;
  padding: .5rem;
  transition: 400ms ease-in;
  transition: 400ms ease-in-out;
  background: #fff;
  overflow: hidden;
}

.comercial-row .row {
  margin: .5rem;
}

.comercial-row img {
  width: 100% ;
}

.item:hover .comercial-row {
  height: auto;
}

.item:hover .relbox {
  transform: translateY(-2rem);
}

.hide-small .item:hover .relbox {
  transform: translateY(-1rem);
}

.abbox {
  position: absolute;
  left: 0;
  bottom: 0;
}

.abbox img {
  width: 100%;
  border: .1rem solid red;
}

.co-nome {padding: .5rem; text-align: center; background: #fff; color: #000; margin-bottom: 0; font-size:1.2em;}
.co-tele {padding: .5rem; text-align: center; background: #42c0e2; color: #fff; margin-bottom: 0;}
.co-emai {padding: .5rem; text-align: center; margin-bottom: 0;}
.co-desc {padding: .5rem; text-align: center; margin-bottom: 0;}

.post-content .summary {
  background: #fff;
  padding: 1rem;
}


.item .item-grid .inner p {
  display: table-cell;
  vertical-align: middle;
}
.item .item-grid .inner p .icon {
  padding: 7px 1rem;
  color: #000;
  background: #2b4f67;
}
.item .item-grid .inner p .icon:hover, .item .item-grid .inner p .icon:focus {
  color: #2b4f67;
  background: #fff;
}
.item .desc h3 {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 2.5rem;
}

.item .desc .price {
  letter-spacing: .2rem;
  text-transform: uppercase;
}
.item:hover .item-grid, .item:focus .item-grid {
  -webkit-box-shadow: 0px 1rem 2.5rem -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1rem 2.5rem -7px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 1rem 2.5rem -7px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 1rem 2.5rem -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1rem 2.5rem -7px rgba(0, 0, 0, 0.35);
}
.item:hover .inner, .item:focus .inner {
  opacity: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
    -webkit-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 99.2rem) {

  .nav>li>a {
    padding-left: 1rem;
    padding-right:1rem
  }
 

  .hide-small .sub-cats-menu {
    border-bottom: .1rem dashed #666;
    line-height: 1.6rem;
    width: 100%;
  }

 .hide-small .cats-menu {
    border-bottom: .1rem solid #333;
  }

  nav.main-nav a {
    font-size: .9rem;
    font-weight: normal;
  }

  .top_resume .inner h2, .btn-default, select {
    font-size: 1rem;
    font-weight: normal;
  }

  .account_menu {
    display: block;
  }

  .account_menu li, .account_menu li a {
    display: block;
  }

  .video-phrases .video-phrase {
    font-size: 1rem ;
  }

  .video-phrases .video-phrase b {
    font-size: 1.4rem ;
    line-height: 1.6rem ;
  }
}


@media screen and (max-width: 768px) {

  .share-row li {
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
  }

  .share-row li span {
    display: none;
  }

  .main-nav .menu-1, .main-nav .menu-2 {
    display: none;
  }

  .main-nav-toggle {
    display: block;
  }

.cats-imenu {
  display: none;
}

.inline-cats {
  display: block;
}

.cat-conteudo, .category-content {
  padding: 1rem ;
}

.newprice {
  display: inline-block;
}

.option-name {
  font-size:0.8em;
}


.simple-main-nav img {
  max-width: 50%;
}

.navbar-fixed-top #main-brand {
  display: inline ;
}

.navbar-toggle {
  z-index: 550000 ;
}

.navbar-toggle span {
  background: #fff;;
}

.abs-center-full {
  min-height: 1vh ;
}

.cats-menu .abs-center-full {
  min-height: 100vh ;
}

.video-phrases {
  display: none;
}

.main-nav {
  padding: 2rem 0;
  background-color: #fff ;
}


.categoria-frente .section-title {

  width: 100%;
  opacity: 1;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
}


  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 300px;
  }

 
  .feature-center {
    margin-bottom: 50px;
  }

  .item .item-grid .inner {
    opacity: 1;
    background: transparent;
  }

  .categoria-frente {
    position:static;
  }

.categoria-frente .section-title {
    position: static;
    opacity:1;
    width:100%;
  }

  .preco-box, .show-contact-form {
    position: static;
    text-align: center;
    display: block;
  }

  #fh5co-footer .fh5co-widget {
    text-align: left;
  }

  .hide-small, .resume-box {
    display: none;
  }

    .show-small {
      display: block;
    }
  
    #float-menu {
      display: block;
    }

  .main-nav-toggle {
    display: block;
  }
}


@media screen and (max-width: 480px) {

  .top_resume .inner h2, .btn-default, select {
    font-weight: normal;
  }

  .video-phrases {
    display: none ;
  }

  .carousel-caption {
    display: none;
  }
}