/* =======================================================
*
* 	Template Style
*
* ======================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.seccao .col-md-12 {
  padding: 20px;
}

.seccao .col-md-12 b {
  text-transform: uppercase;
}

.seccao .col-md-12:nth-child(2n) {
  background: #c23637;
  
  color: #fff;
}

.seccao .col-md-12:nth-child(2n) b {
  color: #fff !important;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background: #fff;
}

.image__slider-inner .fa {
    display:block;
    cursor:pointer;
}

.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;
}

.login-form-box, .register-form-box, .rescue-form-box {
  width: 80%;
  margin: 0 auto;
  border: 1px dashed #dbd3ae;
  box-shadow: 2px 2px 10px #d9ca7c;
  padding-bottom: 20px;
}

.login-form-box label, .register-form-box label, .rescue-form-box label {
  font-variant: small-caps;
  color: #dbd3ae;
}

.login-form-box__header-title, .register-form-box__header-title, .rescue-form-box__header-title {
  padding: 5px;
  margin: 0;
  margin-bottom: 20px;
  background: rgb(238, 235, 190);
  font-variant: small-caps;
  color: #fff;
}


.checkout {
  padding: 20px;
}

.checkout__back {
  padding: 10px;
  text-align: center;
}

.header {
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-150 {
  height: 15vh;
}

.header-400 {
  height: 40vh;
}

.header__overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.header__content {
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
  background: #f0efef;
}

.header__content-title {
  flex-basis: 100%;
  text-transform: uppercase;
  color: #e1d8ad;
  font-size: 30px;
}

.header__content-lead {
  flex-basis: 100%;
  padding: 3px;
  font-variant: small-caps;
  font-weight: 200;
  margin: 0;
  padding: 0;
}

/***************************
******** Gender Filter *****
****************************/

.menu__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  background: #007dc6;
}

.menu__filter-label {
  font-variant: small-caps;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.3em;
}

.menu__filter-main-category {
  font-weight: bold;
}

.menu__filter-submenu {
  display: none;
  position: absolute;
  text-align: left;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 10px;
  background: #fcfcfc;
  z-index:30;
  color: #000;
}

.menu__filter-label-sub-label {
  color: #252525;
}

.menu__filter-label:hover {
  background: #09527d;
  color: #fff;
}

.menu__filter-label:hover > .menu__filter-submenu {
  display: block;
}




/***************************
********* Payment ***********
*****************************/
.payment-header {
  padding: 40px auto;
}

.payment-header__title {
  text-align: left;
}

.payment-meta {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #dbd3ae;
}

.payment-method, .payment-extra-data {
  flex-basis: 50%;
}

.payment-meta .section-title, .payment-meta b {
  color: #dbd3ae;
}

.ordem:nth-child(2n) {
  background: rgb(250,250,250);
}


.ordem {
  margin: 10px;
  padding: 10px;
}



.ordem a {
  text-transform: uppercase;
  font-weight: bold;
}

.ordem .title {
  text-transform: uppercase;
  color: #dbd3ae;
}



.ordem .nota, .comentario {
  font-size: 0.9em;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}



.order-details {
  padding: 20px;
  background: #fff;
}


.item-opt, .inner-ordem, .encomenda-item {
  padding: 10px;
  margin: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.inner-ordem__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.inner-ordem__header-label {
  flex-basis: 60%;
}

.inner-ordem__header-return {
  flex-basis: 40%;
}

.encomenda__items-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.encomenda__items-header-image {
  flex-basis: calc(15% - 10px);
}

.encomenda__items-header-image-link {

}

.encomenda__items-header-image-link-src {
  /* width: 85%;
  margin: 0 auto; */
}

.encomenda__items-header-description {
  flex-basis: calc(85% - 10px);
}

.encomenda__items-header-description-link {
  color: #777;
  font-size:1.6em;
  display: block;
}

.encomenda__items-header-description-link:hover {
  color: #333333;
}

.order-item-summary {
  background: rgb(250,250,250);
  padding: 10px;
  margin-bottom: 5px;
  text-align: center;
}



.order-item-summary .label {

  font-size: 1.3em;

}



.section-title, .label, .item-opt .title {

  color: #dbd3ae;

}



.order-summary, .payment-data {
  padding: 20px;
}

.order-summary__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.order-summary__item {
  flex-basis: calc(25% - 10px);
}

.order-summary__item--full {
  flex-basis: 100%;
}


.encomenda_item {
  margin: 10px 0;
}



.encomenda_item:nth-child(2n) {

  background: rgb(247, 247, 247);

}



.checkout .smline .label {

  color: #000;

}



.confirm-register .lead {

  color: #000;

}



.confirm-register a {

  font-size: 1.3em;

  color: #fff;

}



.linkbox {line-height: 2.4em;}

.morada {padding: 10px;}

.morada:nth-child(2n) {background: rgb(250,250,250);}

.morada .title {
  text-transform: uppercase;
  color: #dbd3ae;
  display: block;
}

.checkout .shownovamoradaform {
  display: block;
  text-align: right;
  font-size: 2em;
}

.shownovamoradaform {
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.shownovamoradaform:hover {
  color: #dbd3ae;
}

.input__metodo_de_envio {
  background: rgb(249, 249, 249);
}

.input__morada, .input__metodo_de_envio, .input__metodo_de_pagamento {
  padding: 20px;
}

.input__morada label, .input__metodo_de_envio label , .input__metodo_de_pagamento label {
  color: #dbd3ae;
  font-size: 1.3em;
  font-variant: small-caps;
}

.input__morada h4, .input__metodo_de_envio h4 , .input__metodo_de_pagamento h4 {
  color: #717171;
  font-style: italic;
  font-weight: 100;
}

textarea {
  resize: none;
}

.cart_fly {
  padding: 20px;
  background: #fff;
  width: 90vw;
  height: 90vh;
  margin:0 auto;
  overflow: auto;
  position: relative;
}

.car_fly__current {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.car_fly__current__stock {
  flex-basis: calc(35% - 5px);
}

.car_fly__current__stock .title {
  font-weight: bold;
}

.car_fly__current__price {
  flex-basis: calc(65% - 5px);
}



.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: 20px;
  width: 95%;
}

.header-cartfly {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
} 

.col-md-6 .header-cartfly-side {
  flex-basis: 100%;
  position: relative;
}

.header-cartfly-side {
  flex-basis: calc(50% - 10px);
}

.sdetails::before {
  clear: both;
}

.sdetails {
  padding: 10px auto;
  display: block;
}

.itemcart, .order-item-summary, .itemResumo, .multi_item_cart_row, .address__line, .interact-row, .item-cart__dados {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.item-cart {
  border-bottom: 1px dashed #dbd3ae;
  margin-bottom: 20px;
}

.item-cart__dados-left-img {
  border-radius: 20px;
}

.item-cart__dados-left {
  flex-basis: calc(20% - 20px);
  border-right: 1px dashed #dbd3ae;
  padding: 10px;
}

.item-cart__dados-right {
  flex-basis: calc(80% - 20px);
}

.item-cart__dados-right-meta {
  padding-bottom: 30px;
}

.itemResumo .multi_item_cart_row-title {
  flex-basis: 100%;
}

.itemResumo p {
  flex-basis: calc(20% - 10px);
}

.address__line-input {
  flex-basis: 10%;
}

.address__line-data {
  flex-basis: 90%;
}

.itemResumo span.label {
  color: #dbd3ae;
}

.itemResumo p {text-align: center;}

.itemcart label, .itemcart input, .itemcart p .fa, .itemcart p {
  padding: 0;
  margin: 0;
}


.itemcart label {
  flex-basis: 30%;
}

.itemcart input {
  flex-basis: 30%;
}
.itemcart input:focus {
  border: none;
  outline: none;
}

.itemcart p {
  flex-basis: 10%;
}



.cart_fly img, .cart_fly a {

  display: block;

  position: static;

}



.cart_fly .stock {

  font-size: 1.2em;

  font-weight: bold;

  color: #dbd3ae;

}



.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: #dbd3ae;

}

.descricao {
  margin-bottom: 5px;
}



.cart_fly .descricao, .cart_fly h1 {
  padding: 20px;
  color: #333;
  font-style: italic;
  font-size: 1.1em;
}



.cart_fly h1 {
 padding: 20px;
 font-style: italic;
 font-size: 1.3em;
}

.scartcount {
  font-size: 0.985em;
}


.inner-cart, .cart {
  min-height: 50vh;
  padding: 20px;

}

.inner-cart .empty {
  font-style: italic;
  color: #888;
}

.inner-cart h1 {
  font-size: 3em;
  text-transform: uppercase;
}



.no-comments {
  text-align: center;
  color: #333;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 100;
}

.searchForm {
  padding: 10px;
  background: #c23637;
}


.searchForm__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.searchForm__inner-input {
  flex-basis: calc(88% - 20px);
}


.searchForm__inner-input input {
  width: 100%;
  padding: 5px 10px;
  border: none;
  outline: none;
}


.searchForm__inner-button {
  margin: 0;
  flex-basis: 10%;
  border: none;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  background: #dbd3ae;
}

.searchForm__inner-button:hover {
  background: rgb(182, 177, 180);
}



.filters__views-item:hover, .filters__views-item.active {

  color: #dbd3ae;

}

.filters__select-order-select {
  padding: 5px;
  text-transform: uppercase;
  border: none;
  outline: none;
}

.slider__featured {
  background: #fbfbfb;
}


.search__header {
  padding: 20px;
  text-align: center;
}

.search__header-title {
  text-transform: uppercase;
  color: #dbd3ae;
}

.search__header-result {
  color: #777;
  font-size: 1em;
}


.search__header-result b {
  color: #000;
  font-size: 1.4em;
}


.item-label {

  font-weight: bold;

  font-size: 1.2em;

  text-transform: uppercase;

}



.item {
  margin-top: 10px;
  box-shadow: 3px 3px 3px #ccc;
}

.item__stock {
  font-weight: bold;
}



.itemcart {

  padding: 5px;

  background: rgb(245, 245, 245);

  margin-bottom: 10px;

}



.itemcart input {

  max-width: 100%;

  margin: 5px auto;

  text-align: center;

  background: none !important;

  font-size: 1.2em;

  border: none;

}



.itemcart .label {

  display: block;

}



.itemcart .fa {

  margin-top: 15px;

}



.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;

}

.cart__actions {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: flex-end;
}

.cart__actions-action {
  flex-basis: calc(50% - 10px);
}

.resumo {
  padding-top: 30px;
  padding: 10px;
}

.resumo__line, .resumo__line--hightlight {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dbd3ae;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.resumo__line-title {
  flex-basis: 78%;
}

.resumo__line-title-label {
  color: #dbd3ae;
}

.resumo__line-value {
  flex-basis: 20%;
  text-align: right;
}


.resumo__line--hightlight {
  font-size: 1.3em;
}


.resumo .label.total {
  font-size: 1.5em;
}


.flrs {
  padding: 20px;
}

.input__morada:nth-child(2n) {
  background: rgb(250,250,250);
}



@media(max-width:992px){

  .inner-cart h1 {
    font-size: 3em;
  }

.nav>li>a {

padding-left: 10px;

padding-right:10px

    }

}



img {width: auto; max-width: 100%; margin: 0 auto;}



.panel-title a {

  display: block;

  height: 100%;

}



.centerlogo {
  width: 60%;
  max-width: 90%;
  padding: 5px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.centerlogo__img {
  flex-basis: 30%;

}

.centerlogo__name {
  flex-basis: 70%;
  color: #dbd3ae;
  font-variant: small-caps;
  font-size: 3em;
  text-shadow: 2px 2px 2px #000;
}

.changeform {

  padding: 10px;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  -o-user-select: none;

  user-select: none;

}



.form-filter {

  padding: 10px;

}

.btn-primary {
  width: 80%;
  margin: 0 auto;
}


.form-filter .btn-primary {
  max-width: 90%;
  margin: 0 auto;

}



.watch {

  font-size: 1.4em;



}



.btn-red {

  background: #e9d66c;

  color: #fff !important;

  border-bottom: 2px solid #dbd3ae;

  transition: 600ms;

  text-transform: uppercase;

  margin: 4px;

}



.btn-red a {

  color: #fff !important;

}



.btn-red:hover, .btn-redactive {

  background: #dbd3ae;

  color: #fff;

}



.forms {

  background: #fff;

}



.form-box {
  padding: 20px;
  min-height: 100vh;
  overflow: auto;
}



.form-filter-produto .form-box {

  min-height: auto !important;

}



#filterresultados, .filteritems {

  background: #fff;

}







/******************************************************

******************** COMENTÁRIOS **********************

******************************************************/

.main_comment_form {

  background: #fff;

  padding: 5px;

}



.main_comment_form textarea, .main_comment_form input, .subcommentform textarea, .subcommentform input {

  width: 100%;

  border: 0px;

  outline: 0px;

  color: #333 !important;

  resize: none;

  border-bottom: 1px solid #333;

}



.interact-box {
  margin-top: 10px;
  background: rgb(252, 252, 252);
  padding: 20px;
}

.interact-box__title {
  color: #dbd3ae;
  font-variant: small-caps;
}


.commentarios-out {
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    border-top: 2px solid #333;
    color: #333;
}



.commentarios-out ul {
    margin: 0;
    padding: 0;
}



.commentarios-out a {
    text-decoration: none;
    color: #dbd3ae;
}



.commentarios-out a:hover {
    text-decoration: none;
    color: #dbd3ae;
}





.commentarios-out .section-title {

    text-align: left;

    color:#fff;

}



.user-img {
    max-width: 100%;
    border-radius: 6px;
    border: 3px solid #dbd3ae;
}



.subComentarioItem, .comentarioItem {
    display: block;
    padding-left: 6px;
    text-align: left;
    border-left: 3px solid #dbd3ae;
    margin-bottom: 10px;
}



.subcomentarios {

    margin-top: 10px;

    padding: 20px !important;

}



.usuario_nome {
    color: #dbd3ae;
    font-weight: lighter;
}



.commentarios-form-out {
    margin: 10px 0;
}

.subcommentform {
  padding: 10px;
  margin: 10px 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;
}

.show_subform:hover {
  color: #dbd3ae;
}

.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: #dbd3ae;
  font-weight: bold;
  border-bottom: #dbd3ae;
}



.form-box input[type='range'] {
  color: #eee;
}



.form-box .row {
  padding: 5px;
}



.valtochange {
  padding: 3px;
  font-size: 1.4em;
  color: #dbd3ae;
}



.cattopout {
  position: relative;
  padding-bottom: 10px;
  margin: 10px;
}

.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: 5px;
  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: 'Raleway', sans-serif;
}



.pessoas_de_contacto .section-title {
  text-align: center;
}



.categoria-title {
  font-size: 3.5em;
  color: #fff;
  text-shadow: 2px 2px 2px #dbd3ae;
}



.filter-identify {

  text-align: center;

  color: #dbd3ae;

  text-transform: uppercase;

  font-size: 1em;

}



.main-filter-title {

  color: blue;

  text-transform: uppercase;

  font-size: 3em;

}



.filter-identify::after {

  content:'';

  width: 60%;

  display: block;

  height: 3px;

  color: #fff;

}



.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: #fff;

  padding: 3px;

  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 !important;

}



.nomrgb {

  margin-bottom: 0 !important;

}



#page {
  background: url('../images/fundo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

.emptyfield {
  background: rgba(255, 0, 0, 0.5) !important;
}


.centro {
  background-color: #fff;
}



.fh5co-nav {

  padding: 60px 20px;

}



.fixed-nav .js-fh5co-nav-toggle {

  display:none;

}




.fh5co-nav a {
  color: #dbd3ae;
  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: 20px; 
  margin: 10px; 
}

.header-opts {
  padding: 10px;
  text-transform: uppercase;
  color: #000;
  border-right: 1px solid #dbd3ae;
  font-weight: bold;
}

.opts p {
  text-align: center;
  margin-bottom: 5px;
}

.opts .label {
  color: #dbd3ae;
}

.header-opt {
  border-right: 1px solid #dbd3ae;
}


.value-opt.high {
  background: #fff;
  color: #000;
  padding: 10px;
  min-height: 100%;
}

.top_resume {
  padding: 10px;
}

.top_resume .col-md-12 {
  overflow: none;
}


.top_resume .carvalor {
  color: #dbd3ae;
  font-weight: bold;
  text-transform: uppercase;
}


.carvalor b {
  color: #000;
}

.caracteristicas {
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 20px;
}

.caracteristicas::after {
  content: '';
  clear: both;
}


.caracteristica > .caracteristica-name {
  color: #dbd3ae;
  font-weight: bold;
  text-transform: uppercase;
}




.seccao {
  max-width: 100% !important;
  overflow: none;
}

.seccao-name {
  padding: 10px;
  padding-top: 15px;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #444;
  display: none;
}

.seccao-name::after {
  content: '';
  display: block;
  padding: 2px;
  width: 60%;
  margin: 0 auto;
  margin-top: 10px;
  background: #444;
}


.seccao.high {

  background: #fff;

  border: 2px solid #000;

}



.secao-header {

  background: #000;

  padding: 10px;

}



.secao-header b {

  color: #fff !important;

}



.carousel-control {

  background: none !important;

  text-shadow: 2px 2px 2px #dbd3ae;

}



.carousel-control:hover {

  background: none;

  text-shadow: 2px 2px 2px #000;

}



#catalogo-row {

  background: #fff;

  padding: 20px;

  color: #000;

  margin: 0 !important;

}



.col-md-12 {

  margin: 0 !important;

}



.sitems {

  padding: 10px;

  margin: 0;

}



a .fa-file-pdf-o:hover {

  color: #ddd !important;

}





.mask {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 3;

  background: rgba(0,0,0,0.5);

}



.aside {

  background-color: #dbd3ae;

  padding: 10px;

}



.price {

  text-align: right;

  font-size: 1.1em;

  text-transform: uppercase;

}



.aside h5 {

  color: #000;

  text-transform: uppercase;

  font-size: 1.2em;

}



.card .inner {

  background-color: #fff;

  margin: 10px;

  border: 1px solid #dbd3ae;

  box-shadow: 3px 3px 3px #f6f6f6;

}



.video__front {

  margin-bottom: 20px;

  background: #fff;

}



.video-header__title {

  color: #a4d55d;

}



.video__front:nth-child(2n) {

  background: #a4d55d;

}



.video__front:nth-child(2n) .video-header__title {

  color: #fff;

}



.video {width: 100%; position: relative; margin: 0 auto; margin-bottom: 10px;}



.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% !important;

}



.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% !important;

}



.top_resume h2::after {

  content: '';

  display: block;

  height: 3px;

  width: 60%;

  padding-top: 5px;

  background: #dbd3ae;

  margin: 0 auto;

}



.caracteristica {

  max-width: 100% !important;

}



.caracteristica  > div, .value-opt {

  padding: 0px;

}



.caracteristica b {

  color: #dbd3ae;

}

/*.caracteristica  {

  min-width: 810px;

}



.caracteristica-values, .listopts {

  min-width: 600px;

}



 .value-opt, .caracteristica-name, .option-name {

   min-width: 200px;

 }*/



 .option-name {

   padding:10px !important;

 }



.caracteristica-values > .row, .caracteristica-values {

  padding: 0 !important;

  margin: 0 !important;

  max-width: 100% !important;

}





.countrybar {

   /*#dbd3ae;*/

  background: #dbd3ae;

  padding: 10px;

  color: #dbd3ae;

  font-size: 1.4em;

}



video {

  max-width: 100%;

}



.sitems .desc .conteudo {

  text-align: justify;

}



.snocontitems h3 a {

  font-size: .8em !important;

  color: #dbd3ae;

}



.about {

  overflow: scroll;

  padding: 10px;

}



.about h2 {

  text-transform: uppercase;

  color: #000;

}



.about-full {

  background-size: cover !important;

  background-repeat: no-repeat !important;

  background-position: center !important;

  margin: 0 !important;

  padding: 0 !important;

}



.about-full .inner {

  width: 100%;

  min-height: 100%;

  background: rgba(255,255,255,0.8);

  padding: 20px;

}



.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: 10px;

  border: 1px solid dashed;

  color: #dbd3ae;

  text-shadow: 2px 2px 2px #fff;

}



.fullpage-category .highprodutc_item {

  padding: 10px;

  font-size: 1.6em;

}



.category-description {

  font-size: 1.3em;

  text-shadow: 4px 4px 5px #dbd3ae;

}



.category-link:link, .category-link:visited {

  padding: 20px;

  text-transform: uppercase;

  border: 1px solid #dbd3ae;

  

  display: inline;

  background: #fff;

  margin: 20px auto 0;

  transition: 600ms;

  z-index: 6;

}



.category-link:hover, .category-link:active{

  background: #dbd3ae;

  color: #fff;

}



.category-content {

  padding: 20px !important;

  background: #fff;

  font-size: 1.3em;

  color: #dbd3ae;

  text-align: center;

}



.category-desc {
  font-size: 1.8em;
  padding: 20px;
}





.userAccount {
  color: #fff;
  text-align: right;
  padding: 3px;
  width: 100%;
  display: block;
  font-size: 1.3em;
}

.userAccount .hello {
  font-size:0.895em;
  flex-grow:1;
}



.userAccount a:link, .userAccount a:visited {
  color: #fff;
  padding: 0 5px;
}



.userAccount a:hover, .userAccount a:active {
  color: #777;
}

.conta__main {
  padding: 20px;
}

.conta__menu {
  margin: 10px auto;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: flex;
}

.conta__main-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 2px;
}

.conta__main-header-title {
  text-transform: uppercase;
  color: #dbd3ae;
  margin: 0;
  padding: 0;
  flex-basis: 80%;
}

.conta__main-header-address-button {
  flex-basis: 20%;
  text-align: right;
}

.conta__menu-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.conta__menu-menu-item {
  background: #dbd3ae;
  flex-basis: calc(20% - 10px);
}

.conta__menu-menu-item-link:link, .conta__menu-menu-item-link:visited {
  display: block;
  width: 100%;
  padding: 10px;
  color:rgb(255, 255, 255);
  transition: all 400ms ease-in-out;
}



.conta__menu-menu-item-link:hover, .conta__menu-menu-item-link:active {
  background: #dbd3ae;
  color:#fff;
  transition: all 400ms ease-in-out;
}


.optaccount {
  display: block;
  background: #dbd3ae;
  margin-bottom: 3px;
  text-align: center;
  cursor: pointer;
  padding: 3px;
  transition: 400ms;
}



.optaccount:hover {

  background-color: #666;

}



.panelaccount {

  background: #fff;

  padding: 15px;

  margin-bottom: 10px;

  border: 1px solid #dbd3ae;

  box-shadow: 2px 2px 2px #dbd3ae;

}



.panelaccount .section-title:after {

  content: "";

  display: block;

  width: 30%;

  height: 3px;

  background-color: #4293AD;

}



.desc b {

  color: #dbd3ae !important;

}



.desc p {

  color: #000;

}



.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: 2px solid #4293AD;

  margin-top: 10px;

}



.panelaccount .btn-primary:hover {

  background: #4293AD;

  color: #fff;

  border: 2px solid #fff;

  box-shadow: 2px 2px 2px #4293AD;

}


.parceiro .inner {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #dbd3ae;
}


.parceiro .getPartnerData {
  cursor: pointer;
}


.parceiro:hover img {
  opacity: .5;
}



.partenerdesc .desc {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}



.partenerdesc .desc img {

  max-width: 100% !important;

}



.partenerdesc .logo img {

  padding-bottom: 20px;



  

  width: 400px;

  max-width: 90%;

  margin: 0 auto;

}


.servicos, .blog, .produtos, .eventos, .faq, .parceiros, .testimonios {

  padding: 20px;

  color: #dbd3ae;

}



.faq .section-title {

  color: #1D5BA7;

  text-transform: uppercase;

  font-size: 3em;

}



.faq .panel-default {

  border: none !important;

  -webkit-border-radius: 0px !important;

  -moz-border-radius: 0px !important;

  -o-border-radius: 0px !important;

  border-radius: 0px !important;

}

.faq .panel-heading {

  background: #f0f0f0;

  text-align: center;

  

  text-transform: uppercase;

  padding: 10px;

}



.faq .panel-simple .panel-heading {

  background: none;

  border: none;

  text-transform: none;

  padding: 10px;

  background: #dbd3ae;

  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: #dbd3ae;

}



.faq .panel-body {

  font-size: 1.2em;

  line-height: 1.6em;

}



.breadcrumb {

  background: rgba(255,255,255,0.6);

  margin-bottom: 0 !important;

  text-transform: uppercase;

  border-radius: 0;

}



.breadcrumb a:link, .breadcrumb a:visited {

  color: #dbd3ae;

}



.breadcrumb a:hover, .breadcrumb a:active {

  color: #333;

}



.countrybar select {

  font-size: 1em;

  height: 2.2em;

}



.getImageData {
  border: 1px solid #000;
  cursor: pointer;
  transition: 400ms;
  margin-bottom: 10px;
}

.getImageData:hover {
  border: 1px solid #dfd4ae;
  box-shadow: 2px 2px 2px #dfd4ae;
  opacity: .8;
}



.categoria-frente {

  padding: 10px;

  margin-bottom: 20px;

  overflow: hidden;

}



.categoria-frente .section-title {

  background: rgba(255,255,255,0.8);

}



.share-row {

  text-align: center;

}



.share-row li {
  display: inline-block;
  background: #f6f6f6;
  margin: 0 15px;
  position: relative;
  text-transform: uppercase;
  font-size: .8em;

}



.share-row a:link,  .share-row a:visited {

  float: left;

  padding: 10px 20px;

  margin-right: 10%;

  -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: 2px 2px 3px #dbd3ae;

}



.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: 4px;

  width: 10%;

  height: 100%;

  line-height: 100%;

  text-align: center;

  background: #dbd3ae;

  color: #fff;

  display: -webkit-flex;

  display: -ms-flex;

  display: flex;

  flex-flow: column;

  justify-content: center;

}



.high-row span {

  color: #fff;

}



.high-row .item {

  background: #fff;

  padding: 5px;

  padding-bottom: 10px;

}

.show__hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(126, 126, 126, 0.557);
  display: none;
  transition: 600ms;
}

.item:hover .show__hover {
  display: flex;
}


.show__hover span {
  padding: 5px 10px;
  background: #c23637;
  text-transform: uppercase;
  color: #fff;
}



.item h3 {

  min-height: 3em;

}



.item-share {

  font-size: 1em;

}



.item-share i {

  padding:5px;

}



.high-row .btn-primary {

  background: #fff !important;

  transition: 400ms;

  font-variant: small-caps;

  outline: none !important;

}



.categoria-frente img {

  width: 100%;

}



.category_images {

  background: #fff;

  padding:10px;

}



.category_images .cats_title {

  text-align: center;

  color: #dbd3ae;

}



.categoria-frente .section-title {

  font-size: 0em;

  width: 0%;

  opacity: 0;

  text-transform: uppercase;

  position: absolute;

  padding: 15px;

  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 !important;

  border: 1px solid #333;

  box-shadow: 2px 2px 2px #333;

  transition: 400ms;

}



.categoria-frente:hover .out-img {

  transform: translateY(-15px) translateZ(15px);

  z-index: 3000000 !important;

  box-shadow: 5px 5px 30px #999;

}



.cat-conteudo {

  background: #fff;

  padding: 10px;

  margin-bottom: 10px;

  color: #000;

  font-size: 1.2em;

  line-height: 1.6em;

}



.portefolio-content {

  padding: 20px;

}



.produto-content .col-md-12 {

  padding: 0;

}



.produto-content h2, .produto-content h3, .portefolio-content h2, .portefolio-content h3, .galeria h3 {

  color: #dbd3ae;

}



.produto-content .row {

    margin: 0 !important;

}



.produto-content img {

    max-width: 100% !important;

}



.produto-content table {

    width: 100%;

}



.preco {

  text-align: right;

}



.preco .title {

  color: #dbd3ae;

}



.out-desc {

  display:flex;

  min-height: 500px;

  flex-direction: row;

  align-items: center;

  justify-content: center;

}



.desc {

  padding: 10px;

  max-height: 100%;

  color: #000;

}



.chat {

  position: fixed;

  bottom: 20px;

  left: 20px;

  z-index: 10000;

}



.chat__inner {

  position:relative;

}



.chat__button {

  padding:5px;

  border-radius: 100%;

  background: green;

  color: #fff;

  text-align: center;

}



.chat__form-header {

  background: #dbd3ae;

  padding: 5px;

  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:5px;

  border-radius: 5px;

  margin-bottom: 5px;

}



.chat__add-mesage {

  margin-top:10px;

}



.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: 1px solid #333;

  box-shadow: 2px 2px 2px #888;

}



.hide_chat_content {

  font-size: 3em;

  color: #333;

  cursor: pointer;

  transition: 400ms;

}



.hide_chat_content:hover {

  color: red;

}



.chat__content_inner {

  padding:20px;

  background: #fff;

}



.desc strong {

  color: rgb(106, 72, 122);

}



.produto-content .preco-single {

  background: rgba(255,255,255,0.9);
  padding: 20px;

}



.preco-single {

  text-align: right;

  font-weight: bold;

  font-size: 1.2em;

  color: rgb(191, 192, 98);

}



.preco {

  color: #000 !important;

}





.tags {

  position: absolute;

  top: 0;

  right: 0;

  width: 150px;

  max-width: 75%;

}



.tag.sm-tag {

  width:40% !important;

  /*display: block;*/

  margin-left: 60%;

  z-index:2002;

}



.tag {

  padding: 2px;

  text-align: center;

  font-size: .8em;

  width: 100%;

  display: inline-block;

  margin-bottom: 3px;

}



.side-item, .side-portefoleo {

  border: 1px solid #f6f6f6;

  padding:5px;

  margin-bottom: 20px;

}





.cart .item:hover {

  background: #fff;

  color: #000 !important;

}



.cart .item:hover a {

  color: #dbd3ae !important;

}



.side-item:hover, .side-portefoleo:hover {

  box-shadow: 3px 3px 3px #dbd3ae;

}



.side-portefoleo h3 {

  font-size: 1.2em;

}



.tag-promo {

  background: #dbd3ae;

  color: #fff;

}



.tag-lastunit {

  background: #dbd3ae;

  color: #fff;

}



.tag-outstock {

  background: #F2522E;

  color: #fff;

}



.tag-new {

  background: #dbd3ae;

  color: #fff;

}



.oldprice {

  text-decoration: line-through !important;

  color: #dbd3ae !important;

  display: inline;

}



.newprice {

  background: #dbd3ae;

  color: #fff;

  padding: 10px;

  display: inline-block;

}



.post-content .desc {

  padding: 20px;

}



.ptb20 {

  padding-top: 20px;

  padding-bottom: 20px;

}



.contact-form {

  background: rgba(244, 255, 255, 0.1) !important;

  text-align: center;

}



.contact-form label {

  color: #dbd3ae;

  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: 20px 0;

  color: #dbd3ae;

}



.relbox {

  position: relative;

  background: #fff;

  overflow: hidden;

  padding: 0;

}



.relbox .item-grid {

  margin-bottom:0 !important;

}



.asideitems.servico-item {

  margin: 5px;

}



.servico-item .desc {

  color: #dbd3ae !important;

}



.servico-item.pass .inner-box {

  background: #ccc;

}



.event-mark {

  padding: 10px;

  background: #dbd3ae;

  text-transform: uppercase;

  color: #000;

  display: inline-block;

  z-index: 20;

}

.fb-out {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.fb-page {
  width: 100%;
}





.alink {

  position: absolute !important;

  display: block;

  width: 100%;

  height: 100%;

  margin: 0;

  padding: 0 !important;

  top: 0;

  left: 0;

  background-color: transparent;

  z-index:2000;

}



.alink img {

  margin: 0;

}



.r-flex, .r-flex-sb, .r-flex-sa, .rr-flex, .rr-flex-sb, .rr-flex-sa {

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: flex;

  -webkit-flex-wrap: wrap;

  -moz-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  -o-flex-wrap: wrap;

  flex-wrap: wrap;

  align-items: center;

}



.rr-flex, .rr-flex-sb, .rr-flex-sa {

  flex-direction: row-reverse;

}



.r-flex, .r-flex-sb, .r-flex-sa {

  flex-direction: row;

}



.r-flex, .rr-flex {

  justify-content: center;

}



.r-flex-sb, .rr-flex-sb {

  justify-content: space-between;

}



.r-flex-sa, .rr-flex-sa {

  justify-content: space-around;

}



[class*="c-sm-"] {

  margin-bottom: 5px;

}



[class^="c-sm"] {

  height: 100%;

  display: -webkit-flex;

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: flex;

  -webkit-flex-direction: column;

  -moz-flex-direction: column;

  -ms-flex-direction: column;

  -o-flex-direction: column;

  flex-direction: column;

  justify-content: center;

  align-items: center;

}



.c-sm-1 {

  flex-basis: 10%;

}



.c-sm-2 {

  flex-basis: 20%;

}



.c-sm-25 {

  flex-basis: 25%;

}



.c-sm-3 {

  flex-basis: 30%;

}



.c-sm-33 {

  flex-basis: 33.33%;

}



.c-sm-4 {

  flex-basis: 40%;

}



.c-sm-5 {

  flex-basis: 50%;

}



.c-sm-6 {

  flex-basis: 60%;

}



.c-sm-7 {

  flex-basis: 70%;

}



.c-sm-75 {

  flex-basis: 75%;

}



.c-sm-8 {

  flex-basis: 80%;

}



.c-sm-9 {

  flex-basis: 90%;

}



.c-sm-10 {

  flex-basis: 100%;

}



.r-flex-sa .c-sm-1, .r-flex-sb .c-sm-1, .rr-flex .c-sm-1, .rr-flex-sb .c-sm-1, .rr-flex-sa .c-sm-1 {

  flex-basis: calc(10% - 20px);

}



.r-flex-sa .c-sm-2, .r-flex-sb .c-sm-2, .rr-flex .c-sm-2, .rr-flex-sb .c-sm-2, .rr-flex-sa .c-sm-2 {

  flex-basis: calc(20% - 20px);

}



.r-flex-sa .c-sm-25, .r-flex-sb .c-sm-25, .rr-flex .c-sm-25, .rr-flex-sb .c-sm-25, .rr-flex-sa .c-sm-25 {

  flex-basis: calc(25% - 20px);

}



.r-flex-sa .c-sm-3, .r-flex-sb .c-sm-3, .rr-flex .c-sm-3, .rr-flex-sb .c-sm-3, .rr-flex-sa .c-sm-3 {

  flex-basis: calc(30% - 20px);

}



.r-flex-sa .c-sm-33, .r-flex-sb .c-sm-33, .rr-flex .c-sm-33, .rr-flex-sb .c-sm-33, .rr-flex-sa .c-sm-33 {

  flex-basis: calc(33.33% - 20px);

}



.r-flex-sa .c-sm-4, .r-flex-sb .c-sm-4, .rr-flex .c-sm-4, .rr-flex-sb .c-sm-4, .rr-flex-sa .c-sm-4 {

  flex-basis: calc(40% - 20px);

}



.r-flex-sa .c-sm-5, .r-flex-sb .c-sm-5, .rr-flex .c-sm-5, .rr-flex-sb .c-sm-5, .rr-flex-sa .c-sm-5 {

  flex-basis: calc(50% - 20px);

}



.r-flex-sa .c-sm-6, .r-flex-sb .c-sm-6, .rr-flex .c-sm-6, .rr-flex-sb .c-sm-6, .rr-flex-sa .c-sm-6 {

  flex-basis: calc(60% - 20px);

}



.r-flex-sa .c-sm-7, .r-flex-sb .c-sm-7, .rr-flex .c-sm-7, .rr-flex-sb .c-sm-7, .rr-flex-sa .c-sm-7 {

  flex-basis: calc(70% - 20px);

}



.r-flex-sa .c-sm-75, .r-flex-sb .c-sm-75, .rr-flex .c-sm-75, .rr-flex-sb .c-sm-75, .rr-flex-sa .c-sm-75 {

  flex-basis: calc(75% - 20px);

}



.r-flex-sa .c-sm-8, .r-flex-sb .c-sm-8, .rr-flex .c-sm-8, .rr-flex-sb .c-sm-8, .rr-flex-sa .c-sm-8 {

  flex-basis: calc(80% - 20px);

}



.r-flex-sa .c-sm-9, .r-flex-sb .c-sm-9, .rr-flex .c-sm-9, .rr-flex-sb .c-sm-9, .rr-flex-sa .c-sm-9 {

  flex-basis: calc(90% - 20px);

}



.r-flex-sa .c-sm-10, .r-flex-sb .c-sm-10, .rr-flex .c-sm-10, .rr-flex-sb .c-sm-10, .rr-flex-sa .c-sm-10 {

  flex-basis: calc(100% - 20px);

}

.multi-header {
  background: #dbd3ae;
  color: #fff;
}

.multi-navegacion .multi-menu li.title-menu {
  background: #dbd3ae;
  color: #fff;
}

.multi-navegacion .multi-menu a:hover, .multi-navegacion .multi-menu a.active, .multi-navegacion .multi-menu .label:hover {
  background: #dbd3ae;
	color: #fff;
}

.title-menu a {
  font-weight: bold;
  border: none !important;
  text-transform: uppercase;
}

.multi-submenu, .multi-menu {
  overflow: scroll;
}

.multi-navegacion .multi-submenu li.multi-go-back {
  background: #f9f5df;
  color: #000;
}

.multi-navegacion .multi-menu a, .multi-navegacion .multi-menu .label {
  
}

.multi-navegacion .multi-menu .multi-item-submenu > a::after, .multi-navegacion .multi-menu .label::after {
  color: #000;
}


@media (max-width: 768px) {

  .header__content-lead {
    font-size: 1.4em;
    text-shadow: 1px 1px 1px 6px #fff;
    width: 90%;
    margin: 0 auto;
  }

  .centerlogo__img {
    flex-basis: 50%;
  }

  .centerlogo__img-src {
    width: 60%;
  }
  
  .centerlogo__name {
    flex-basis: 50%;
    font-size: 1.5em;
  }

  .conta__menu-menu {
    justify-content: center;
  }
  .conta__menu-menu-item {
    flex-basis: 96%;
    margin-bottom: 10px;
  }

  .checkout .shownovamoradaform {
    font-size: 1.6em;
  }

  .item-cart__dados-left {
    flex-basis: 100%;
    border-right: none;
    border-bottom: 1px dashed #dbd3ae;
  }
  
  .item-cart__dados-right {
    flex-basis: 100%;
  }

  .inner-cart h1 {
    font-size: 2em;
  }

  .payment-method, .payment-extra-data {
    flex-basis: 100%;
  }

  .order-summary__item {
    flex-basis: calc(50% - 5px);
  }

  .payment-header .payment-header__title {
    font-size: 1.2em;
  }

  .header-cartfly-side {
    flex-basis: 100%;
  }

  .header-cartfly-side .section-title {
    font-size: 1.2em;
    margin: 2px;
    padding: 2px;
  }
  

  .inner-ordem__header-label, .inner-ordem__header-return {
    flex-basis: 100%;
    text-align: right;
  }
  .user-img {display: none;}
  [class^="c-sm"]  {flex-basis: 100% !important;}

}



embed,

video,

iframe,

iframe[style] {

    max-width: 100%;

    height: auto;

}



.embed-container {

    position: relative;

    max-width: 100%;

    height: 0;

    padding-bottom: 56.25%;

    overflow: hidden;

}



.embed-container embed, .embed-container video, .embed-container iframe, .embed-container iframe[style] {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.u-mb-thin {

  margin-bottom: 10px;

}



.u-mb-meddium {

  margin-bottom: 20px;

}



.u-mb-large {

  margin-bottom: 20px;

}



/*EVENTO*/

.eventotimer {

  width: 100%;

  display: block;

  text-align: center;

  color: #dbd3ae;

  font-size: 1.2em;

  font-weight: bold;

}



.evento-full {

  padding: 10px;

  text-align: center;

  border-bottom: 2px solid #C60000;

}



.event-remining {

  text-align: right;

}



.event-day {

  padding: 20px;

  background: #fff;

  margin-bottom: 10px;

}



.day-hour-box {

  color: #727272;

  border-bottom: 1px solid #727272;

  margin-bottom: 2px;

}



.intervenientes {

  background: #E8E8E8;

  text-align: center;

  padding:10px;

}



.intervenientes h2 {

  text-transform: uppercase;

  color: #333;

}



.interviniente-cover-big img {

  width: 120px;

  height: 120px;

  max-width: 100%;

  border-radius: 50%;

  border: 2px solid #007dc6;

}



.interveniente-box {

  background: #fff;

  margin:10px;

  padding:0px;

  box-shadow: 2px 2px 2px #333;

}



.intervinient-header {

  background: #75B6DF;

  padding: 10px;

  color: #fff;

}



.intervinient-body {

  padding: 10px;

  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: 30px;

  height: 30px;

  max-width: 100%;

  border-radius: 50%;

  border: 2px solid #007dc6;

}



.event-day .event-day-title {

  padding: 0; 

  text-align: left;

  padding-bottom: 5px;

  border-bottom: 2px solid #333;

}



.planificacao-out {

  background: #edf9ff;

  color: #fff;

  padding:20px;

}



.planificacao-out h2.title {

  text-align: center;

  color: #dbd3ae !important;

}



.interviniente-cover img {

  max-width: 100%;

}



.day-hour {

  font-weight: bold;

  font-style: italic;

  text-transform: uppercase;

  color: #007dc6;

}



.ends {

  font-weight: bold;

  color:#dbd3ae;

}



.paginator{

    float: left;

    width: 100%;

    padding: 20px 0 10px 0;

    text-align: center;

}



.paginator li{

    display: inline;

    margin: 0 5px;

}



.paginator .active,

.paginator li a{

    padding: 5px 10px;

    background: #dbd3ae;

    color: #fff;

    font-weight: 600;

    text-decoration: none;

    text-shadow: 1px 1px #000;

    font-size: 0.875em;

    border-radius: 3px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

}



.paginator li a:hover{

    background: #dbd3ae;

}



.paginator .active{

    background: #ccc;

    text-shadow: 1px 1px #000;

}



.menu-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.menu-1 li {

  padding: 20px 0;

  margin: 5px;

}



.menu-1 ul li.active a {

  color: #dbd3ae;

  display: inline-block;

  width: 100%;

}



.fullpage .menu-1 {

  height: 80px;

  display: flex;

  flex-direction: column;

  justify-content: center;

}

.fixedTopbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 2000;
}

.fixedTopbar nav {
  padding: 2px;
}

.fixedTopbar input {
  color: #000;
}

.fixedTopbar__searchForm {
  flex-basis: calc(25% - 10px);
}

.fixedTopbar__menu {
  flex-basis: calc(50% - 10px);
}
.fixedTopbar__userAccount {
  flex-basis: calc(25% - 10px);
  display: flex;
  justify-content: flex-end;
}

.fixedTopbar__userAccount .js-fh5co-nav-toggle {
  position: static;
  display: inline-block;
}

.fixedTopbar__userAccount .userAccount {
  display: inline-block;
}

.fixedTopbar__userAccount .userAccount .container-fluid {
  width: auto;
}

.fullpage .fixedTopbar a {
  color: #fff;
}

.fullpage .fixedTopbar a:hover {
  color: #dbd3ae !important;
}



.fullpage .menu-1 ul li.active a {

  width: 100%;

  background: #dbd3ae;

}



.carousel-caption {

  background: rgba(172, 172, 172, 0.5);

  width:100%; 

  left: 0;

  bottom:0;

  padding: 20px;

  color:#000;

}



.carousel-caption h4 {

  text-transform: uppercase;

  color: #fff;

  font-size: 1.7em;

}



.pgheading {

  background: #dbd3ae;

  padding: 20px 0;

}



.pgheading h2 {

  color: #fff;

  text-transform: uppercase;

  font-size: 2.5em;

}



.pgheading p {

  font-style: italic;

  color: #fff;

}



.share_box {

  padding: 20px;

  border-top: 2px solid #dbd3ae;

}



.share_box .section-title {

  text-align: center;

  text-transform: uppercase;

  font-weight: bold;

}



.inner-box {

  padding: 10px;

  background: #fff;

  margin-bottom: 10px;

}



.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: 2px 2px 2px #dbd3ae;

}



.relbox:hover .cover {

  top:0;

}



.inner-box img {

  border-radius: 6px;

  width: 100%;

}



.inner-box h3 {

  padding: 10px 0;

  font-size: 1.2em;

  min-height: 2em;

  vertical-align: middle;

}





.getPortefoleoData:hover {

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

  box-shadow: 3px 3px 3px 3px #dbd3ae;

}



ul {

  list-style: none;

  width: 100%;

  text-indent: 0;

  margin:0;

}



.navbar-fixed-top ul {

  width: auto;

  padding: 0 10px;

}



#catalogo-row {

  margin-bottom: 20px;

}



.catalogo-item {

  padding: 3px;

  border-bottom: 1px solid #dbd3ae;

}



.catalogo-item:nth-child(2n) {

  background: rgba(250,250,250,0.1);

}



.catalogo-item .fa {

  transition: 400ms;

}



.catalogo-item .fa:hover {

  color:#dbd3ae;

}



/******************************************************

************* 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: 20px;

  padding-bottom: 20px;

}







.dataSide h3, .dataSide label {

  font-size: 1.1em;

  color: #dbd3ae;

  font-variant: small-caps;

}



::-webkit-scrollbar {

    display: none;

}



.alt-row {

  background-color: rgba(255,255,255,0.5);

}



.high-row {

  padding: 20px;

  background-color: #dbd3ae;

}



.high-row h2 {

  color: #fff;

  font-variant: small-caps;

}



.panel-content {
  width: 100%;
  margin: 0 auto;
  max-height: 100vh;
  overflow: hidden;
  background: rgba(0,0,0,0.4);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}



.main-inner {
  width: 110%;
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10%;
  overflow-y: auto;
}

.imageSide {
  height: 100%;
  padding: 0;
}



.dataSide {
  border-left: 2px solid lightgray;
  overflow: auto;
  padding: 0;
  margin: 0;
  position:absolute;
  bottom: 0;
  left:0;
  width: 100%;
}



.dataSide .inner {

  padding: 10px;

}

/******************************************************
full width image slide
*******************************************************/

.image__slider {
  width: 100%;
  height: calc(100vh - 30px);
  position: relative;
}

.image__slider i {
  display: block;
}

.image__slider-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.image__slider-inner-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  transition: 800ms;
  opacity: 0;
}


.image__slider-inner-item.active {
  display: block;
  opacity: 1;
}

.image__slider-inner-item .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  
}


.image__slider-inner-item-img {
  max-height: 100vh;
}

.image__slider-inner-item-description {
  position: absolute;
  width: 60%;
  max-width: 800px;
  height: 100%;
  padding: 10px;
  background: rgba(0,0,0, 0.7);
  text-align: center;
  top: 0;
  left: -200%;
  color: #fff;
  transition: 800ms;
  overflow: auto;
}

.image__slider-inner-item-description h3 {
  color: #c7b975;
}

.image__slider-inner-item-show-description {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  padding: 10px;
  font-size: 3rem;
  z-index: 15;
}



.image__slider-inner-item-description.active {
  left: 0;
  z-index: 30;
}


.image__slider-controls {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 30px;
  background: rgba(0,0,0,0.3);
  color: #fff;
  z-index: 20;
  font-size:1.6em;
}

.image__slider-controls span {
  margin: 10px 15px;
  cursor: pointer;
  user-select: none;
}

.image__slider-controls span:hover {
  color: rgb(230, 221, 103);
}

.image__slider-control {
  padding: 5px;
}

/*/////////////////////////////////
FIm Slider
///////////////////////////////////*/

.categoria-item {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom:15px;
  box-shadow: 0px 2px 2px #333;
}

.categoria-item img {
  transition: 3000ms;
}

.categoria-item:hover img {
  transform: scale(1.3) rotate(2deg);
  opacity: 0.5;
}

.categoria-item .desc {
  position: absolute;
  bottom:0;
  left:0; 
  width: 100%;
  background: rgba(255,255,255,0.2);
  color: #000;
  text-shadow: 2px 2px 2px #000;
  text-transform: uppercase;
}




.portefoleo-desc {
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  padding: 10px;
  text-align: center;
}


.galeria {
  padding-bottom:20px;
}



.portefoleo-desc h3 {
  color: #fff;
  padding:5px 10px;
  display: inline-block;
  text-shadow: 1px 1px 3px rgb(211, 204, 140);
  font-variant: small-caps;
  font-size: 1.6em;
}



.centerContainer {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}



.centerContainerInner {
  width: 100%;
  height:100% !important;
  overflow: hidden;
}



.centerContainerInner img {
  max-height: 100vh;
}

.panel-content .item, .panel-content .caroussel {
  width: 100%;
}

.carousel-control.left {
  position: absolute;
  left: 10px;
}

.carousel-control.right {
  position: absolute;
  right: 10px;
}

.panel-content .carousel-inner .item img {
  max-height: 100vh !important;
}

.carousel-content {
  position: absolute;
  bottom: 0;
  padding: 3px;
  text-align: center;
  background: rgba(255,255,255,0.3);
}



.hlt {

  color: #e1d8ad;

  font-weight: bold;

}



.dpn {

  display: none;

}



.mrt-20 {

  margin-top: 20px !important;

}


.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: 20px;
  z-index: 3000;
}

.cats-menu .inner, .cats-imenu .inner{
  position: relative;
}


.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: #dbd3ae;
}

.cats-menu ul, .cats-imenu ul {
  list-style: none;
}

.cats-menu li, .cats-imenu li{
  padding: 3px;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  transition : 400ms;
  padding-right: 20px;
  -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: #dbd3ae;
}

.cats-imenu.inline {
  display: flex;
  justify-content: space-between;
}

.cats-imenu.inline > li {
  position: relative;
  flex-basis: calc(33.33% - 10px);

}

.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:flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: 2px 2px 2px #333;
  flex-wrap: wrap;
  width: 100%;
}

.cats-imenu.inline > li:hover > .sub-cats-menu li {
  border-bottom: 1px solid #dbd3ae;  
  flex-basis: 100%;
}

.cats-imenu.inline > li:hover > .sub-cats-menu li a:hover {
  background: rgb(221, 221, 221);
}

.cats-imenu a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 5px;
}

.cats-menu .active .more, .cats-imenu .active .more {
  color: #dbd3ae;
  margin-left: 10px;
}



.cats-menu li, .cats-imenu li {
  position: relative;
  display: block;
  line-height: 1.5em;
}

.cats-menu li a, .cats-imenu li a {
  padding-right: 35px;
}

.cats-menu .more, .cats-imenu .more {
  position: absolute;
  font-size: 1.3em;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 2;
  padding: 3px;
  padding-top: 0;
  margin-left: 10px;
  top:0;
  right: 3px;
}

.cats-menu .more {
  background-color: rbga(255,255,255,0.6);
  color: #fff;
}

.cats-menu .more:hover {
  color: #fff;
}

.sub-cats-menu {
  padding-left: 3px;
}

.sub-cats-menu li {
  padding-right: 20px;
  transition: 200ms;
}

.cats-menu li a {
  color: #fff;
}

.cats-menu li:hover > a {
  color: #dbd3ae;
}

.cats-menu li.active:hover > a {
  color: #dbd3ae;
}


.cats-menu li.active, .cats-imenu li.active {
  font-weight: bold;
}

.cats-menu li.active > a, .cats-imenu li.active > a{
  color: rgb(182, 165, 66);
}

.cats-menu li.active:hover > a, .cats-imenu li.active:hover > a {
  color: #dbd3ae;
}

.close-cats-menu {
  font-size: 3em;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  color: #fff;
  transition: 400ms;
  z-index: 3000000;
}


.center {
  padding: 5px;
}


.close-cats-menu:hover {
  color: #777;
}



.video-container {width: 100%; padding-bottom: 30%; position: relative; margin: 0 auto; margin-bottom: 10px; 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: 10px;

}



.video-phrase {

  font-size: .9em;

}



.video-phrase b {

  font-size: 1.2em;

  color: #dbd3ae;

  display: block;

  width: auto;

  line-height: 2em;

  border-right: 2px solid #dbd3ae;

  border-left: 2px solid #dbd3ae;

}



.video-phrases .video-phrase.active {

  display: block;

}



.slider__item:hover .slider__item-inner-desc .slider__item-inner-desc-title {

  color: #dbd3ae;

  font-size: 2em;

}



embed,

video,

iframe,

iframe[style] {

  max-width: 100%;

  height: auto; }



.embed-container {

  position: relative;

  max-width: 100%;

  height: 0;

  padding-bottom: 56.25%;

  overflow: hidden; }



.embed-container embed, .embed-container video, .embed-container iframe, .embed-container iframe[style] {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%; }



.mapa, .maps {width: 80%; padding-bottom: 30%; position: relative; margin: 0 auto; margin-bottom: 10px;}



.mapa iframe,  .maps iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}



.videos {

  margin-top: 20px;

  padding: 20px;

}



.video__item {

  background: #007dc6;

  padding: 10px;

  color: #fff;

}



.video__item .video_header_title {

  color: #fff;

}



    .tabs-style-bar nav ul {

    			border: 4px solid transparent;

    		}



		.tabs-style-bar nav ul li a {

			margin: 0 2px;

			background-color: #F5F5F5;

			color: #dbd3ae;

			transition: background-color 0.2s, color 0.2s;

		}



		.tabs-style-bar nav ul li a:hover, .tabs-style-bar nav ul li a:focus {

			color: #000;

		}



		.tabs-style-bar nav ul li a span {

			letter-spacing: 1px;

			font-size: 15px;

		}



		.tabs-style-bar nav ul li.tab-current a {

			background: #dbd3ae;

			color: #fff;

		}



    .gallery-top {

			padding: 0;

		}



		.gallery-grids figure {

			position: relative;

			float: left;

			overflow: hidden;

			text-align: center;

			width: 100%;

		}



		.gallery-grids figure.effect-bubba:hover {

			background-color: #dbd3ae;

		}



		.gallery-grids figure img {

			position: relative;

			display: block;

			width: 100%;

			border: 3px solid #C7C7C7;

		}



		.gallery-bottom {

			margin: 2.5em 0;

		}



		.gallery-grids figure figcaption {

			padding: 2em;

			color: #fff;

			/*--w3layouts--*/

			/*--agileits--*/

			-webkit-backface-visibility: hidden;

			-moz-backface-visibility: hidden;

			-o-backface-visibility: hidden;

			-ms-backface-visibility: hidden;

			backface-visibility: hidden;

		}



		.gallery-grids figure figcaption::before, .gallery-grids figure figcaption::after {

			pointer-events: none;

		}



		.gallery-grids figure figcaption{

			position: absolute;

			top: 0;

			left: 0;

			width: 100%;

			height: 100%;

		}



		figure.effect-bubba:hover img {

			opacity: 0.3;

		}



		figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {

			position: absolute;

			top: 30px;

			right: 30px;

			bottom: 30px;

			left: 30px;

			content: '';

			opacity: 0;

			-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;

			-moz-transition: opacity 0.35s, -moz-transform 0.35s;

			-o-transition: opacity 0.35s, -o-transform 0.35s;

			-ms-transition: opacity 0.35s, -ms-transform 0.35s;

			transition: opacity 0.35s, transform 0.35s;

		}



		figure.effect-bubba figcaption::before {

			border-top: 1px solid #fff;

			border-bottom: 1px solid #fff;

			-webkit-transform: scale(0,1);

			-moz-transform: scale(0,1);

			-o-transform: scale(0,1);

			-ms-transform: scale(0,1);

			transform: scale(0,1);

		}



		figure.effect-bubba figcaption::after {

			border-right: 1px solid #fff;

			border-left: 1px solid #fff;

			-webkit-transform: scale(1,0);

			-moz-transform: scale(1,0);

			-o-transform: scale(1,0);

			-ms-transform: scale(1,0);

			transform: scale(1,0);

		}



		figure.effect-bubba h4 {

			padding-top: 11%;

			-webkit-transition: transform 0.35s;

			-moz-transition: transform 0.35s;

			-o-transition: -o-transform 0.35s;

			-ms-transition: -ms-transform 0.35s;

			transition: transform 0.35s;

			-webkit-transform: translate3d(0,-20px,0);

			-moz-transform: translate3d(0,-20px,0);

			-o-transform: translate3d(0,-20px,0);

			-ms-transform: translate3d(0,-20px,0);

			transform: translate3d(0,-20px,0);

			opacity:0;

		}



		.gallery-top figure.effect-bubba h4{

			padding-top: 18%;

		}



		figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {

			opacity: 1;

			-webkit-transform: scale(1);

			-moz-transform: scale(1);

			-o-transform: scale(1);

			-ms-transform: scale(1);

			transform: scale(1);

		}



		figure.effect-bubba:hover h4 {

			opacity: 1;

			-webkit-transform: translate3d(0,0,0);

			-moz-transform: translate3d(0,0,0);

			-o-transform: translate3d(0,0,0);

			-ms-transform: translate3d(0,0,0);

			transform: translate3d(0,0,0);

		}



    .swipebox-overflow-hidden {

  overflow: hidden!important;

}



#swipebox-overlay img {

  border: none!important;

}



#swipebox-overlay {

  width: 100%!important;

  height: 100%;

  position: fixed;

  top: 0;

  left: 0;

  opacity: 0;

  z-index: 9999;

  overflow: hidden;

  display: none;

  -webkit-user-select: none;

  -moz-user-select: none;

  user-select: none;

}



#swipebox-slider {

  height: 100%;

  left: 0;

  top: 0;

  width: 100%;

  white-space: nowrap;

  position: absolute;

}



#swipebox-slider .slide {

  background: url(../images/loader.gif) no-repeat center center;

  height: 100%;

  line-height: 1px;

  text-align: center;

  width: 100%;

  display: inline-block;

}



#swipebox-slider .slide:before {

  content: "";

  display: inline-block;

  height: 50%;

  width: 1px;

  margin-right: -1px;

}



#swipebox-slider .slide img {

  display: inline-block;

  max-height: 100%;

  max-width: 100%;

  width: auto;

  height: auto;

  vertical-align: middle;

}



#swipebox-action, #swipebox-caption {

  position: absolute;

  left: 0;

  z-index: 999;

  height: 50px;

  width: 100%;

}



#swipebox-action {

  bottom: -50px;

}

#swipebox-action.visible-bars {

  bottom: 0;

}



#swipebox-action.force-visible-bars {

  bottom: 0!important;

}



#swipebox-caption {

  top: -50px;

  text-align: center;

}

#swipebox-caption.visible-bars {

  top: 0;

}



#swipebox-caption.force-visible-bars {

  top: 0!important;

}



#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,

#swipebox-action #swipebox-close {

  display: block;

  background-image: url(../images/icons.png);

  background-repeat: no-repeat;

  border: none!important;

  text-decoration: none!important;

  cursor: pointer;

  position: absolute;

  width: 50px;

  height: 50px;

  top: 0;

}



#swipebox-action #swipebox-close {

  background-position: 15px 12px;

  left: 40px;

}

#swipebox-action #swipebox-prev {

  background-position: -32px 13px;

  right: 100px;

  display: block;

}

#swipebox-action #swipebox-next {

  background-position: -78px 13px;

  right: 40px;

  display: block;

}



#swipebox-action #swipebox-prev.disabled,

#swipebox-action #swipebox-next.disabled {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);

  opacity: 0.3;

}



#swipebox-slider.rightSpring {

  -moz-animation: rightSpring 0.3s;

  -webkit-animation: rightSpring 0.3s;

}



#swipebox-slider.leftSpring {

  -moz-animation: leftSpring 0.3s;

  -webkit-animation: leftSpring 0.3s;

}



@-moz-keyframes rightSpring {

  0% {

    margin-left: 0px;

  }



  50% {

    margin-left: -30px;

  }



  100% {

    margin-left: 0px;

  }

}



@-moz-keyframes leftSpring {

  0% {

    margin-left: 0px;

  }



  50% {

    margin-left: 30px;

  }



  100% {

    margin-left: 0px;

  }

}



@-webkit-keyframes rightSpring {

  0% {

    margin-left: 0px;

  }



  50% {

    margin-left: -30px;

  }



  100% {

    margin-left: 0px;

  }

}



@-webkit-keyframes leftSpring {

  0% {

    margin-left: 0px;

  }



  50% {

    margin-left: 30px;

  }



  100% {

    margin-left: 0px;

  }

}

.portfolio {

	padding: 100px 0;

}



.portfolio h3 {

	text-align: left;

	margin-bottom: 30px;

	font-size: 40px;

	margin-left: 345px;

}





.empty {

	font-size: 1.4em;

  margin: 0;

  margin: 5px 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: #dbd3ae;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  transition: 0.5s;

}

a:hover, a:active, a:focus {

  color: #000;

  outline: none;

  text-decoration: none;

}


::-webkit-selection {

  color: #fff;

  background: #dbd3ae;

}



::-moz-selection {

  color: #fff;

  background: #dbd3ae;

}



::selection {

  color: #fff;

  background: #dbd3ae;

}



.colorfilter {
  background: url('../images/fundo.jpg');
  background-size: cover;
  background-position: center center;
}



.carousel-inner {

  padding: 0 !important;

}



.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%;

}

@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!important;

            transform: none!important;

  }

}

.multi-item-carousel .carouse-control.left,

.multi-item-carousel .carouse-control.right {

  background-image: none;

}



.danger {

  color: red;

}





h1 {

  color: #dbd3ae;

  font-size: 1.25em;

  text-align: center;

  margin-top: 1em;

  margin-bottom: 2em;

}



.add_to_cart_box {

  width: 100%;

  min-height: 80px;

  padding: 10px;

  z-index: 90000000;

}



.add_to_cart, .small_add_to_cart {
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #f6f6f6;
  text-transform: uppercase;
  font-size: .8em;
  border-bottom: 3px solid #000;
  background: #fff;
  color: #dbd3ae;
  margin-bottom: 20px;
  display: block;
}



.item:hover .add_to_cart, .small_add_to_cart span {
  display: block;
  color: #dbd3ae;
}



.small_add_to_cart span:hover {
  color: #000;
}



.add_to_cart input[type="submit"] {
  width: 100%;
  background: #dbd3ae;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}





#small-dev-nav {
  padding: 20px;
  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: #dbd3ae;
  min-width: 80%;
  margin: 0 auto;
  transition: 400ms;
  font-size: 1.3em;
}



#small-dev-nav p:hover {
  color: #dbd3ae;
}

#small-dev-nav span {
  display: block;
}

.center-nav {
  max-width: 80%;
  margin: 0 auto;
}


.center-nav ul li a {
  padding: 10px 0;
  text-transform: uppercase;
  user-select: none;
}

.category-content {
  padding: 10px;
}



.full-size-logo-main-nav {
  background-color: #fff;
  background-size: cover;
}


.simple-main-nav {
  background:  #c23637;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.simple-main-nav__logo {
  flex-basis: 30%;
}

.simple-main-nav__menu {
  flex-basis: 70%;
}

.simple-main-nav__menu ul {
  width: 100%;
  display: flex;
  justify-content: right;
}

.simple-main-nav .fh5co-logo img {
  width: auto;
  max-height: 220px;
}

.full-size-logo {
  width: 100%;
}

.full-size-logo-nav {
  border-top: 1px solid #dbd3ae;
  border-bottom: 1px solid #dbd3ae;
}

.full-size-logo-nav a:hover {
  color: #fff;
}

.full-size-logo img {
  max-width: 50%;
}

.cats-box {
  padding: 10px;
  margin: 10px;
  border-bottom:2px solid #dbd3ae;
}

.categories-title {
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
  display: none;
}

.sresumo {margin-bottom: 10px;}



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

  .simple-main-nav__logo {
    flex-basis: 60%;
  }

  .cats-box {display: none;}

  .searchForm__inner {
    align-items: center;
  }
  .searchForm__inner-input {
    flex-basis: 80%;
  }

  .searchForm__inner-button {
    flex-basis:10%;
    margin-top: 0;
    height: 100%;
    transform: translateY(-3px)
  }

  .address__line-data, .address__line-input {
    flex-basis: 100%;
  }

  .address__line-input {
    text-align: center;
  }

  .searchForm__inner-button {
    margin-top: 5px;
  }
  .filters__views {
    display: none;
  }
  .cats-imenu {
    display: none;
  }

  .inline-cats {
    display: block;
  }
  .top_resume .inner h2, .btn-default {
    font-size: 1em !important;
    font-weight: normal;
  }
  .cat-conteudo, .category-content {
    padding: 10px !important;
  }



  .newprice {

    display: inline-block;

  }



  .option-name {

    font-size:0.8em;

  }



  

  .simple-main-nav img {

    max-width: 50%;

  }



  /* .navbar-header, .navbar-nav {

    background: lightgreen;

    margin: 0;

  }



  .navbar-collapse {

    display: inline;

  } */



  .navbar-fixed-top #main-brand {

    display: inline !important;

  }



  .navbar-toggle {

    z-index: 550000 !important;

  }



  .navbar-toggle span {

    background: #fff;;

  }



  .abs-center-full {

    min-height: 1vh !important;

  }



  .cats-menu .abs-center-full {

    min-height: 100vh !important;

  }



  .video-phrases {

    display: none;

  }



  .fh5co-nav {

    padding: 20px 0;

    background-color: #fff !important;

  }



  .userAccount {
    font-size: .8em;
  }



  .carousel-caption h4 {

    font-size: 0.9em;

  }



  .categoria-frente .section-title {

    font-size: .8em;

    width: 100%;

    opacity: 1;

    bottom: 0;

    background-color: rgba(0,0,0,0.8);

  }



  .categoria-frente:hover .section-title {

    font-size: .9em;

  }



  .carousel-caption p {

    display: none;

  }

}

.fh5co-nav #fh5co-logo {

  font-size: 20px;

  margin: 0;

  padding: 0;

  text-transform: uppercase;

  font-weight: bold;

}

.fh5co-nav a {

  padding: 5px 10px;

  color: #000;

}



.reserv-box {

  padding: 10px;

}



.reserv-out label, .reserv-out b {

  color: #73763C;

  text-align: center;

  text-transform: uppercase;

  display: block;

}

.reserv-description {

  padding: 10px;

  background: #fff;

  text-align:center;

  margin-bottom: 10px;

}

@media screen and (max-width: 768px) {
  .user-account-label {display: none;}
  .fh5co-nav .menu-1, .fh5co-nav .menu-2 {
    display: none;
  }

  .userAccount {
    font-size: 1.5em;
  }

}


.fh5co-nav .menu-2 li button:hover, .fh5co-nav .menu-2 li button:focus {

  background: transparent !important;

}

.fh5co-nav .menu-2 li button:hover i, .fh5co-nav .menu-2 li button:focus i {

  color: black;

}

.fh5co-nav .menu-2 li.shopping-cart {

  float: right;

}

.fh5co-nav .menu-2 li a.cart {

  color: black;

}

.fh5co-nav .menu-2 li a.cart span {

  position: relative;

}

.fh5co-nav .menu-2 li a.cart span small {

  position: absolute;

  top: -20px;

  right: -15px;

  padding: 10px 6px;

  line-height: 0;

  font-size: 11px;

  background: #dbd3ae;

  color: white;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  border-radius: 50%;

}

.fh5co-nav ul {

  padding: 0;

  margin: 0;

}

.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.efrota {
  display: none;
}

.fh5co-nav ul li a {
  font-size: 1.3em;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: #a69268;
}

.fh5co-nav ul li a.cart {
  color: #a69268;
}

.fh5co-nav ul li a.cart span {
  position: relative;
}

.fh5co-nav ul li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #dbd3ae;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.fh5co-nav ul li.has-dropdown {
  position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
  width: 150px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #dbd3ae;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.fh5co-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;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}

.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #000;
}

.fh5co-nav ul li .form-group {
  border: 1px solid red;
  width: 100%;
}


/*********************************************
***************** Loader ********************
**********************************************/
/*Loader*/
.loader, .loaderb {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3c4a60; /* Blue */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    animation: spin 1s linear infinite;
    display: none;
}

.loader {
  top: 10px;
  right: 15px;
}

.loaderb {
  bottom: 15px;
  right: 15px;
}

.resposta-out {
  position: fixed;
  left: 0 ;
  bottom: 10px;
  z-index: 9100000;
  width: 300px;
  max-width: 70%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
}

.resposta {
  padding: 10px;
  width: 100%;
  background: #dbd3ae;
  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: 20px 10px;
}

.sociais_links a, .sociais a {
  padding: 5px;
  font-size: 1.2em;
}

.contacto_row, .contactos {
  color: #000;
}

.contact_nome {
  text-transform: uppercase;
  color: #dbd3ae;
}

.contact_nome::after {
  content: '';
  width: 30%;
  display: block;
  margin: 0 auto;
  height: 1px;
  background-color: #dbd3ae;
}

.contacto_row .fa, .contact_label {
  color: #dbd3ae;
  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: 20px 10px;
}

.pessoas_de_contacto .nome {
  font-size: 1.3em;
  color: #000;
}

#contact-form label {
  font-variant: small-caps;
  color: #dbd3ae;
}

.btn-primary {
  background: #dbd3ae;
}

.pessoa-contacto .inner-box {
  padding: 10px;
  box-shadow: 3px 3px 3px #eee;
}

.pessoa-contacto p.nome {
  text-align: center;
  color: #dbd3ae;
}

.show-small {
  display: none;
  padding-bottom: 0 !important;
}


.hide-small, .show-small  {
  background: #fff;
  padding: 20px;
}

.hide-small h3 {font-size: 1em;}

.hide-small label {display:none;}

.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 {
  width: 100%;
  border-bottom: 2px solid #dbd3ae;
  padding: 10px;
}

.multi_item_cart_row-title {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #dbd3ae;
}



.option-resume-box {

  border-bottom: 1px solid #dbd3ae;

}




.social_label, .pessoas_de_contacto .section-title, #contact-form .title, .galeria h3, .pg-title {

  font-size: 1.2em;

  display: block;

  text-transform: uppercase;
  color: #dbd3ae;

}



.hide-small h2 a, .show-small h2 a {
  color: #dbd3ae;
}



.hide-small h5, .show-small h5 {

  color: #dbd3ae;

  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 !important;

  padding: 0 !important;

  margin: 0 !important;

}



.contact-form {

  background-color: #ffffff;

}



.contact-form h3 {

  color: #dbd3ae;

}




#fh5co-footer, .listcats {
  border-top: 2px solid #333;
  padding: 20px;
}



.social-icon {

  color: #dbd3ae;

}

.header-menu {
  align-items: center;
}

.header-simple, .header-menu {
  box-sizing: border-box;
  padding: 15px 25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}

.header-menu__item {
  flex-basis: calc(50% - 10px);
}

.header-menu__item:nth-child(2n) {
  text-align: right;
}

.header-simple__item {
  flex-basis: 20%;
}

.header-simple__item:last-of-type {
  text-align: right;
}

.header-simple__item--bigger {
  flex-basis: 50%;
}

.header-simple__item #multi-button-menu {
  display: block;
}

.label {
  border-radius: none !important;
}

.simple-title {
  font-size: 3em !important;
}


.simple-title, .simple h2 {

  margin: 0;

  padding: 0 !important;

  padding-top:10px !important;

  color: #e1d8ad !important;

  font-size: 1em;

}



.returnitemside {

  padding-top: 10px;

}



.returnitemside #small-dev-nav{

  padding: 0px;

}



.btn-wb {

  border-radius: 0;

  border: 1px solid #dbd3ae;

  background: #fff;

  color: #dbd3ae;

  border-bottom: 3px solid #dbd3ae;

  transition: 800ms;

}



.btn-wb:hover {

  background: #dbd3ae;

  color: #fff;

}



.inner-box {

  padding: 10px;

  transition: 800ms ease-in-out;

}



.servico-item:hover .inner-box {

  border: 1px solid #dbd3ae;

}





.simple h2 {

  padding: 0;

  margin: 0;

  padding: 10px;

  text-transform: uppercase;

  color: #fff;

}



.hide-form {

  position: fixed;

  background: #fff !important;

  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:20px;

  right: 20px;

  z-index:20;

}



.resume-box {

  position: absolute;

  padding: 20px;

  top:20px;

  left: 20px;

}

.u-scroll::-webkit-scrollbar {
  width: 5px; }

.u-scroll::-webkit-scrollbar-track {
  background: #ddd; }

.u-scroll::-webkit-scrollbar-thumb {
  background: #7ed56f; }



.preco-box {

  position: absolute;

  padding: 20px;

  top:20px;

  left: 20px;

}



.btn-info {
  background: #dbd3ae;
  text-transform: uppercase;
  color: #fff !important;
  border:none;
  outline: none;
  user-select: none;
  display: inline;
}



.btn-info a {

  color: #fff !important;

}



.btn-info:hover {

  background: #ccc !important;

}



.hide-form.active {

  right: 0 !important;

}



.hide-form-inner {

  position: relative;

  width:100%;

  height: 95%;

  padding: 20px;

}



.close-hide-form {

  position: absolute;

  color: #333;

  top: 10px;

  right: 10px;

  font-size: 3em;

  cursor: pointer;

  user-select: none;

}



.close-hide-form:hover {

  color: #888;

}



table, tr, td {

  border: 1px solid #dbd3ae;

}



.desc td {

  padding: 3px;

}

.desc table tr:first-child {

  background-color: #dbd3ae !important;

  color: #fff;

}



.contactos-first label, .contactos-first h3 {

  color: #dbd3ae;

}



.contactos-first {

  border-left: 1px solid #dbd3ae;

  padding: 30px;



}



.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: #dbd3ae;

}



.contactos-first .pessoa-contacto {

  color: #000;

}


@media screen and (max-width: 768px) {
  .simple-title {
    font-size: 1.5em !important;
  }

  .conta__menu-menu-item, .itemResumo p {
    font-size:0.875em;
  }

  .abs-slide {

    position: static;

  }
}


.personal-share {

  padding: 10px;

}

footer {
  background: rgb(187, 187, 187);
}

footer h3 {

  color: #e1d8ad;
  text-shadow: 1px 1px 2px #000;

}

.navbar-own {

  background: #454334;

  padding: 10px;

}



.navbar-own a:link, .navbar-own a:visited {

  color: #dbd3ae;

  font-weight: bold;

  text-transform: uppercase;

  transition: 400ms;

}



.navbar-own a:hover, .navbar-own a:active, .navbar-own a:active {

  color: #dbd3ae;

}


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

  .centerlogo__img {
    flex-basis: 40%;
  }

  .centerlogo__img-src {
    width: 70%;
  }
  
  .centerlogo__name {
    flex-basis: 60%;
    font-size: 2.5em;
  }

  .cats-imenu.inline li {
    font-size: 0.9em;
  }
  .cats-imenu.inline > li:hover > .sub-cats-menu li {
    font-size: 0.875em;
    padding: 15px 3px;
  }

  nav.fh5co-nav a {

    font-size: .9em !important;

    font-weight: normal;

  }



  .top_resume .inner h2, .btn-default, select {

    font-size: 1em !important;

    font-weight: normal;

  }



  .account_menu {

    display: block;

  }



  .account_menu li, .account_menu li a {

    display: block;

  }



  .video-phrases .video-phrase {

    font-size: 1em !important;

  }



  .video-phrases .video-phrase b {

    font-size: 1.4em !important;

    line-height: 1.6em !important;

  }

}

@media screen and (max-width: 768px) {
.abs-center-40 {

  display: static;

}

  .abs-center-400, .abs-center-200, .abs-center-100,.abs-center-80 {

    min-height: auto !important;

  }

}


.promocao-box {

  background: #fff;

  margin: 10px 0;

  transition: 400ms;

  margin: 10px;

  padding-bottom: 0px !important;

}

.promocao-box .item {

  padding-bottom: 10px;

  background: none;

}



.promocao-box:hover {

  box-shadow: 3px 3px 3px 3px #dbd3ae;

}


.abs-center {

    display: flex;

    flex-wrap: nowrap;

    flex-direction: column;

    justify-content: center;

    text-align: center;

    padding: 10px;

    position: relative;

}



.abs-center-horizontal {

  flex-direction: row !important;

}



.overflow-auto {

  overflow: auto;

  height: 100%;

}



.abs-center-full {

  min-height: 90vh;

  padding: 20px;

}



.abs-center-400 {

  min-height: 400px;

  max-height: 400px;

}



.abs-center-200 {

  min-height: 200px;

  max-height: 200px;

}



.abs-center-100 {

  min-height: 100px;

  max-height: 100px;

}



.abs-center-80 {

  min-height: 80px;

  max-height: 80px;

}



.gradient {

  background: rgba(243,226,199,1);

background: -moz-linear-gradient(left, rgba(243,226,199,0.6) 0%, rgba(193,158,103,0.6) 50%, rgba(182,141,76,0.6) 51%, rgba(233,212,179,0.6) 100%);

background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,226,199,1)), color-stop(50%, rgba(193,158,103,1)), color-stop(51%, rgba(182,141,76,1)), color-stop(100%, rgba(233,212,179,1)));

background: -webkit-linear-gradient(left, rgba(243,226,199,0.6) 0%, rgba(193,158,103,0.6) 50%, rgba(182,141,76,0.6) 51%, rgba(233,212,179,0.6) 100%);

background: -o-linear-gradient(left, rgba(243,226,199,0.6) 0%, rgba(193,158,103,0.6) 50%, rgba(182,141,76,0.6) 51%, rgba(233,212,179,0.6) 100%);

background: -ms-linear-gradient(left, rgba(243,226,199,0.6) 0%, rgba(193,158,103,0.6) 50%, rgba(182,141,76,0.6) 51%, rgba(233,212,179,0.6) 100%);

}




.item {
  background: #fff;
  overflow: hidden;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  color: #000;
  width: 100%;
}

.item .desc {
  line-height: 1.2em;
  min-height: 8em;
  padding-bottom: 5px;
  color: #000;
}

.item .item-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 350px !important;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item .item-grid .sale {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  z-index: 100;
  background: #dbd3ae;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.item .outbox {
  margin: 5px;
  padding: 5px;
  box-shadow: 3px 3px 3px #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 !important;
  text-align: center !important;
  color: #fff !important;
  width: 100%;
  padding: 0;
  margin: 0;
  background: rgba(0,0,0,0.6);
  text-transform: uppercase;
}


.comercial-row {
  width: 100%;
  height: 0;
  padding: 5px;
  transition: 400ms ease-in;
  transition: 400ms ease-in-out;
  background: #fff;
  overflow: hidden;
}

.comercial-row .row {
  margin: 5px;
}

.comercial-row img {
  width: 100% !important;
}



.item:hover .comercial-row {
  height: auto;
}

.item--full {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 5px;
  box-shadow: 2px 2px 2px #333;
  background: rgb(240, 240, 240);
}

.item--full__cover {
  flex-basis: calc(20% - 10px);
  position: relative;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #000;
}

.item--full__description {
  padding-left: 20px;
  flex-basis: calc(80% - 10px);
}

.item--full__description h3 {
  text-align: center;
}
.item--full__description a {
  color: #a69268;
}

.item--full__resume {
  flex-basis: calc(100% - 10px);
  text-align: center;
  color: #333;
}

.item--full__resume .fa {
  color: #a69268;
}



.abbox {
  position: absolute;
  left: 0;
  bottom: 0;
}


.abbox img {
  width: 100%;
  border: 1px solid red;
}



.co-nome {padding: 5px; text-align: center; background: #fff; color: #000; margin-bottom: 0; font-size:1.2em;}
.co-tele {padding: 5px; text-align: center; background: #fff; color: #fff; margin-bottom: 0;}
.co-emai {padding: 5px; text-align: center; margin-bottom: 0;}
.co-desc {padding: 5px; text-align: center; margin-bottom: 0;}

.post-content .summary {
  background: #fff;
  padding: 10px;
}


@media screen and (max-width: 768px) {
  .item .item-grid .inner {
    opacity: 1;
    background: transparent;
  }
}
.item .item-grid .inner p {
  display: table-cell;
  vertical-align: middle;
}
.item .item-grid .inner p .icon {
  padding: 7px 10px;
  color: #000;
  background: #dbd3ae;
}
.item .item-grid .inner p .icon:hover, .item .item-grid .inner p .icon:focus {
  color: #dbd3ae;
  background: #fff;
}
.item .desc h3 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 24px;
}

.item .desc .price {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.item:hover .item-grid, .item:focus .item-grid {
  -webkit-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
}

.item:hover .inner, .item:focus .inner {
  opacity: 1;
}

.item:hover .desc h3 a, .item:focus .desc h3 a {
  color: #dbd3ae;
}

@media screen and (max-width: 768px) {
  .categoria-frente {
    position:static;
  }

.categoria-frente .section-title {
    position: static;
    font-size: .8em  !important;
    opacity:1;
    width:100%;
  }

  .hide-small, .resume-box {
    display: none;
  }

  .produto-content {
    font-size:0.8em;
  }

  .preco-box, .show-contact-form {
    position: initial;
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .checkout .shownovamoradaform {
    font-size: 1.4em;
  }
  .inner-cart h1 {
    font-size: 1.5em;
  }
  .header-simple__item {
    flex-basis: 20%;
  }
  .header-simple__item:first {
    flex-basis: 40%;
  }
  .header-simple__item--bigger {
    flex-basis: 40%;
  }
  .order-summary__item {
    flex-basis: 100%;
  }
.itemcart label, .itemcart input, .itemcart p, .cart__actions-action, .breadcrumb {
  font-size:0.875em;
}

  .opts {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .opts p {
    flex-basis: 45%;
    margin-bottom: 3px;
  }

  .top_resume .inner h2, .btn-default, select {
    font-size: .9em !important;
    font-weight: normal;
  }

  .btn.btn-info.show-contact-form {
    font-size:.8em !important;
  }

  .cats-menu li {
    font-size: 1em;
  }

  .btn-outline {
    font-size: 1em;
  }
  .video-phrases {
    display: none !important;
  }
  .carousel-caption {
    display: none;
  }
}


.rtn-link {
  padding: 20px auto;
  font-size: 1.3em;
}

.promocoes {
  background: #fff;
  margin: 0;
}

.promocoes .item {
  margin: 10px auto;
  background: #fff;
}

.promocoes a:link, .promocoes a:visited {
  color: #dbd3ae;
}

.promocoes a:link, .promocoes a:visited {
  color: #fff;
}

.promocoes .ends, .promocoes .timmer {
  color: #dbd3ae;
}


.promocoes .watch {
  font-size: 1.6em;
  text-transform: uppercase;
}

.produtos {
  padding: 10px 20px;
  border-top: 2px solid #dbd3ae;
  background: url('../images/fundo_categorias.jpg');
  background-size: cover;
  background-attachment: fixed;
}


.pagina, .portefolios {
  padding: 30px 20px !important;
  border-top: 3px solid #dbd3ae;
}

.item {
  margin-bottom: 10px;
  box-shadow: 0px 2px 2px #333;
}

.item:hover {
  border-bottom: 3px solid #dbd3ae;
}



.item .fa, .item a, .item .preco-single {
  color: #a69268;
}



.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: #dbd3ae;

}



.testimonios .carousel-indicators li, .testimonios .glyphicon {

  background: #dbd3ae;

}



.testimonios .carousel-control {

  background: none;

}



.testimonios .testimonio_nome {

  text-align: center;

  display: block;

  font-size: 1.5em;

  color: #000;

}



.testimonios .testimonio_data {

  text-align: center;

  display: block;

  font-size: .9em;

  color: #000;

}



.testimonios .carousel-indicators {

  bottom: -30px !important;

}



.testimonios .testimonio_msg {

  width: 90%;

  border: 0;

  text-align: center;

  display: block;

  min-height: 300px;

  margin: 0 auto;

}


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

  .fixedTopbar__searchForm {
    flex-basis: calc(60% - 5px);
  }

  .fixedTopbar__menu {
    display: none;
  }
  .fixedTopbar__userAccount {
    flex-basis: calc(40% - 5px);
  }

  .cats-menu li {

    font-size: 1em;

  }



  #fh5co-footer .fh5co-widget {

    text-align: left;

  }

}

#fh5co-footer .fh5co-widget h3 {

  margin-bottom: 15px;

  font-weight: bold;

  font-size: 15px;

  letter-spacing: 2px;

  text-transform: uppercase;

}

#fh5co-footer .copyright .block {

  display: block;

}



#map {

  height: 500px;

  width: 100%;

}

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

  #map {

    height: 400px;

  }

}

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

  #map {

    height: 200px;

  }



  .option-name {

    font-size: .6em;

  }

}



#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 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;
}

@media screen and (max-width: 768px) {
    .show-small {
      display: block;
    }
    #fh5co-offcanvas {
      display: block;
    }
  }
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: #dbd3ae;
}

#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}

#fh5co-offcanvas ul li {
  padding: 10px;
  text-align: center;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}


#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

.section-title {
  color: #dbd3ae !important;
}


.dark-row {
  background: #e6e6e6;
  padding: 25px auto;
}

.filter-background {
  background: #a69268;
  color: #fff !important;
  padding: 20px;
}

.dark-row .section-title {
  text-transform: uppercase;
  padding: 10px;
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.fixedMenu {
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fixedMenu-Item {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  user-select: none;
  cursor: pointer;
  margin: 10px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.fixedMenu-Item .lojalink {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.fixedMenu-Item a {
  color: #fff;
}

.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;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}

.userAccount .fh5co-nav-toggle.active i::after {
  background: #fff;
}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #C2A68D;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}


.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #edf9ff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}



.fh5co-nav-toggle i::after {
  bottom: -7px;
}


.fh5co-nav-toggle:hover i::before {
  top: -10px;
}



.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-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);
}

.fh5co-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);
}


.fh5co-nav-toggle {
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 1999;
  border-bottom: none !important;
}

.evento {
  border-bottom: 1px solid #333;
  margin-bottom:5px;
  background: #fff;
  padding:10px;
  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.2em;
  display: block;
}
.evento__year {
  font-size:.8em;
  display: block;
}

.evento__image {
  display: flex;
}

.block__element {
  padding: 10px;
  color: #888;
}

.block__element img {
  max-width: 100%;
  border: 3px solid #fff;
  border-radius: 10px;
  transform: rotate(5deg);
}

.block__element .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.block__orange-light .title, .block__orange-xx-light .title{
  color: #333;
}


.block__orange-light {
  background: #fcedd4;
}

.block__orange-xx-light {
  background: #fef8f0;
}

.block__blue {
  background: #324c5d;
}

.block__green {
  background: #46b19d;
}

.block__red {
  background: #df494a;
}

.block__yellow {
  background: #efc94c;
}

.vertical-equal .description {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .share-row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .share-row .like {
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  .share-row .like .share-text {
    display: none;
  }
  .fixedMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    width: 100%;
    margin-top: 55px;
  }

  .fixedMenuItem {
    flex-basis: calc(50% - 2px);
  }

  #fh5co-offcanvas ul li {
    padding: 20px 40px;
  }

  .btn.btn-info.show-contact-form {
    font-size:.9em !important;
  }

  .fh5co-nav-toggle {

    display: block;

  }

}



.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 400;
  -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

.btn.btn-md {

  padding: 8px 20px !important;

}

.btn.btn-lg {

  padding: 18px 36px !important;

}

.btn:hover, .btn:active, .btn:focus {

  box-shadow: none !important;

  outline: none !important;

}



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: #dbd3ae !important;

}



.fh5co-nav-toggle {

  width: 25px;

  height: 25px;

  cursor: pointer;

  text-decoration: none;

  padding: 10px;

}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {

  background: #444;

}

.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {

  outline: none;

  border-bottom: none !important;

}

.fh5co-nav-toggle i {

  position: relative;

  display: inline-block;

  width: 25px;

  height: 2px;

  color: #252525;

  font: bold 14px/.4 Helvetica;

  text-transform: uppercase;

  text-indent: -55px;

  background: #252525;

  transition: all .2s ease-out;

}

.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {

  content: '';

  width: 25px;

  height: 2px;

  background: #252525;

  position: absolute;

  left: 0;

  transition: all .2s ease-out;

}

.fh5co-nav-toggle.fh5co-nav-white > i, .fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {

  color: #fff;

  background: #000;

}

.fixedTopbar__userAccount .fh5co-nav-toggle {
  display: none;
}


.fixedTopbar__userAccount .fh5co-nav-toggle.fh5co-nav-white > i, .fixedTopbar__userAccount .fh5co-nav-toggle.fh5co-nav-white > i::before, .fixedTopbar__userAccount .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}



.fh5co-nav-toggle i::before {

  top: -7px;

}



.fh5co-nav-toggle i::after {

  bottom: -7px;

}



.fh5co-nav-toggle:hover i::before {

  top: -10px;

}



.fh5co-nav-toggle:hover i::after {

  bottom: -10px;

}



.fh5co-nav-toggle.active i {

  background: transparent;

}



.fh5co-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);

}



.fh5co-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);

}



.fh5co-nav-toggle {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle, .fixedTopbar__userAccount .fh5co-nav-toggle {

    display: block;

  }

}

.container, .container-fluid {

  padding: 0;

}

div[class^="filteritems-"] {
  max-height: 80vh;
  overflow-y: auto;
}

.btn-primary {
  margin: 0 auto;
  background: #dbd3ae;
  color: #fff;
  font-size:.9em;
  border: 2px solid #dbd3ae;
  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: #dbd3ae;
  border-color: #dbd3ae;
}

.btn-primary.btn-outline {
  background: #fff;
  color: #dbd3ae;
  border: 2px solid #dbd3ae;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #dbd3ae;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px 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;
}

.form-control {
  box-shadow: none;
  background: transparent;
  outline: none;
  width: 95%;
  margin: 0 auto;
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  border: none;
  
  border-bottom: 1px solid #777;
}

.form-control textarea {
  background: rgb(252,252,252);
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #dbd3ae;
}

.pessoa-contacto .dados span.cargo {
  color: #000 !important;
  text-align: center;
}

.pagina-content {
  padding: 0 5px;
  padding-top: 0px;
  font-size: 1.3em;
}



.pagina-content strong {
  color: #dbd3ae;
}


.pagina-content .about {
  color: #000;
}

.about .btn.btn-default {
  background: none;
  border:none;
  outline: none;
  border-bottom:2px solid #000;
  font-variant: small-caps;
  font-size: 1.2em;
}



.produto-content, .portefolio-content, .servico-content, .post-content {
  background: rgba(255,255,255,0.7);
  color: #000 !important;
  font-size: 1.3em;
}

.desc h1, .desc h2, .desc h3, .desc h4 {
  color: #e1d8ad !important;
}

#mainmenu li a {
  position: relative;
}

#mainmenu li a:after {
  content: '';
  width: 0px;
  height: 2px;
  transition: 400ms;
  background: #fff;
  display: block;
  position: absolute;
  bottom:-10px;
  left: 10px;
}


#mainmenu li:hover a:after {
  width: 80%;
}

#mainmenu li a:link, #mainmenu li a:visited  {
  color: #fff !important;
}

#mainmenu li a:hover, #mainmenu li a:active {
  color: #f6f6f6 !important;
}

.sociais_links a i {
  color: #dbd3ae;
  margin-top: 10px;
}

.sociais_links a i:hover {
  color: #000;
}

h1 {
  padding: 2px 10px;
  text-transform: uppercase;
  color: #dbd3ae;
  margin-bottom: 15px !important;
}

.navbar-brand {
  padding: 0!important;
  margin: 0!important;
}

@media screen and (max-width: 600px) {
  .centerlogo__img {
    flex-basis: 100% !important;
  }

  .centerlogo__img-src {
    width: 70%;
  }
  
  .centerlogo__name {
    flex-basis: 100% !important;
    font-size: 1.2em;
  }
}

.header-simple__item .multi-button-menu {
  display: block !important;
}