
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    /*overflow: hidden;*/
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

button:active {
    outline: none !important;
}

button:focus {
    outline:0 !important;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    background-color: #fff;
    box-shadow:none !important;
}

#preloader {
    /*TESTE LOADER*/
    /*display: none;*/

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
}

#preloader .box-preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -12px;
    width: 150px;
    height: 24px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

#preloader .box-preloader p {
    margin: 0;
    padding: 0;
}

#preloader .icon-loader,
#ajax-preload .icon-loader{
    display: inline-block;
    width: 32px;
    height: 8px;
    background: url("../_img/sprite-preloader.png") no-repeat center top;
}
#oloader_loader_0_1 { display: none !important; }

.fb-share-button {
    display: block;
    margin: 1px 0 0 8px;
    float: right;
}

#Main {
    /*display: none;*/
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;

    /*TESTE LOADER*/
    /*opacity: 1;*/
    opacity: 0;
    /*overflow-y: scroll;*/
}

/********************************************
*                ANIMAÇÕES
********************************************/
.m-opacity-in {
    opacity: 1 !important;
}

.m-opacity-out {
    opacity: 0 !important;
}

.motion {
    -webkit-transition: 0.4s ease;-moz-transition: 0.4s ease;-ms-transition: 0.4s ease;-o-transition: 0.4s ease;transition: 0.4s ease;
}


/**
* Animação barra loader
**/
@-webkit-keyframes dots-steps {
    0%{
        background: url("../_img/sprite-preloader.png") no-repeat center -8px;
    }
    32%{
        background: url("../_img/sprite-preloader.png") no-repeat center -8px;
    }
    33%{
        background: url("../_img/sprite-preloader.png") no-repeat center -16px;
    }
    65%{
        background: url("../_img/sprite-preloader.png") no-repeat center -16px;
    }
    66%{
        background: url("../_img/sprite-preloader.png") no-repeat center -24px;
    }
    99%{
        background: url("../_img/sprite-preloader.png") no-repeat center -24px;
    }
}
@keyframes dots-steps {
    0%{
        background: url("../_img/sprite-preloader.png") no-repeat center -8px;
    }
    32%{
        background: url("../_img/sprite-preloader.png") no-repeat center -8px;
    }
    33%{
        background: url("../_img/sprite-preloader.png") no-repeat center -16px;
    }
    65%{
        background: url("../_img/sprite-preloader.png") no-repeat center -16px;
    }
    66%{
        background: url("../_img/sprite-preloader.png") no-repeat center -24px;
    }
    99%{
        background: url("../_img/sprite-preloader.png") no-repeat center -24px;
    }
}

.dots-motion {
    -webkit-animation: dots-steps 1.5s linear infinite; -moz-animation: dots-steps 1.5s linear infinite; -ms-animation: dots-steps 1.5s linear infinite; -o-animation: dots-steps 1.5s linear infinite; animation: dots-steps 1.5s linear infinite;
}

/********************************************
*              GERAL
********************************************/
.title-blocks {
    position: relative;
    padding-bottom: 8px;
    border-bottom: solid 1px #dae0e5;
    font-size: 10px;
    line-height: 21px;
    color: #202020;
}

.title-blocks h3,
.title-blocks .text-data {
    padding: 0;
    margin: 0;
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
    color: #1e1e1e;
    text-transform: uppercase;
}

.title-blocks a {
    text-decoration: none;
    color: #202020;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

.title-blocks a:hover {
    color: #72838f;
}

.title-blocks .text-data {
    font-weight: 400;
    color: #202020;
}

.title-blocks-2 {
    position: relative;
    padding-bottom: 8px;
    border-bottom: solid 1px #dae0e5;
    font-size: 10px;
    line-height: 17px;
    color: #414141;
}

.title-blocks-2 h3 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    color: #414141;
}

.title-blocks-2 h3 span {
    color: #a0abb1;
}

.btn-simple-next,
.btn-simple-prev {
    width: 22px;
    height: 27px;
    cursor: pointer;
}
.btn-simple-next {
    background: url("../_img/sprite-simple-next.png") no-repeat top;
}
.btn-simple-next:hover {
    background: url("../_img/sprite-simple-next.png") no-repeat bottom;
}

.btn-simple-prev {
    background: url("../_img/sprite-simple-prev.png") no-repeat top;
}
.btn-simple-prev:hover {
    background: url("../_img/sprite-simple-prev.png") no-repeat bottom;
}

.btn-favorites {
    position: absolute;
    top: 0;
    right: 0;
    /*right: 40px;*/
    height: 16px;
    padding-right: 25px;
    background: url("../_img/sprite-heart-2.png") no-repeat right top;
    font-size: 9px;
    font-weight: 600;
    color: #202020;
}

.btn-favorites span {
    opacity: 0;
    -webkit-transition: opacity 0.3s;-moz-transition: opacity 0.3s;-ms-transition: opacity 0.3s;-o-transition: opacity 0.3s;transition: opacity 0.3s;
}

.btn-favorites:hover {
    background: url("../_img/sprite-heart-2.png") no-repeat right bottom;
}

.btn-favorites:hover span {
    opacity: 1;
}

.btn-on-off {
    position: absolute;
    right: 0;
    top: 26px;
    width: 48px;
    height: 16px;
    background: url("../_img/bg-on-off.jpg") no-repeat;
}

.btn-on-off span {
    display: block;
    position: absolute;
    left: 24px;
    top: 0;
    width: 24px;
    height: 16px;
    background-color: #000;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

.btn-on-off.active span {
    left: 0;
}

.loader-bar {
    height: 27px;
    margin-bottom: 28px;
    text-align: center;
    cursor: pointer;
}

.loader-bar h4 {
    margin: 0 0 9px 0;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    color: #000;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s;-moz-transition: opacity 0.3s;-ms-transition: opacity 0.3s;-o-transition: opacity 0.3s;transition: opacity 0.3s;
}

.loader-bar:hover h4 {
    opacity: 1;
}

.loader-bar .icon-loader {
    display: inline-block;
    width: 32px;
    height: 8px;
    background: url("../_img/sprite-preloader.png") no-repeat center top;
}

.loader-bar:hover .icon-loader {
    background: url("../_img/sprite-preloader.png") no-repeat center -8px;
}


/*SLIDE*/
.slide-prev,
.slide-next {
    position: absolute;
    bottom: 0;
    width: 44px;
    height: 31px;
    cursor: pointer;
    z-index: 9;
}

.slide-prev {
    left: 20%;
    background: url("../_img/sprite-prev.png") no-repeat top;
}
.slide-prev:hover {
    background: url("../_img/sprite-prev.png") no-repeat bottom;
}

.slide-next {
    right: 20%;
    background: url("../_img/sprite-next.png") no-repeat top;
}
.slide-next:hover {
    background: url("../_img/sprite-next.png") no-repeat bottom;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.carousel-indicators {
    bottom: 14px;
    margin-bottom: 0;
    z-index: 9;
}

.carousel-indicators li,
.carousel-indicators .active{
    width: 8px;
    height: 8px;
    margin: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

.carousel-indicators li:hover,
.carousel-indicators .active {
    background-color: #82979c;
}

.carousel-indicators li.dark {
    background-color: #b7c4cc;
}

.carousel-indicators li.dark:hover,
.carousel-indicators li.dark.active {
    background-color: #231f20;
}

.carousel-inner .item img {
    width: 100%;
}

.slide-product {
    width: 50%;
    float: left;
}

.slide-product .carousel-indicators-box {
    display: none;
}

.btn-close {
    width: 17px;
    height: 15px;
    background: url("../_img/icon-close.png") no-repeat;
}

/**Alerts**/
#popup-alert,
#popup-favorite {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.pop-mini {
    display: table;
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: -190px;
    width: 379px;
    height: 49px;
    border-radius: 0;
    background-color: #ffffff;
    z-index: 10001;
}

.pop-mini .btn-close {
    position: absolute;
    right: 10px;
    top: 16px;
    background: url("../_img/icon-close-2.png") no-repeat;
    width: 17px;
    height: 15px;
    cursor: pointer;
}

.pop-mini p {
    display: table-cell;
    position: relative;
    line-height: 1;
    padding: 0 35px 0 25px;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #262626;
}

.pop-msg,
.pop-erro {
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: -190px;
    width: 379px;
    border-radius: 0;
    padding: 23px 0 24px 0;
    background-color: #ffffff;
    z-index: 10001;
}

.pop-msg h4,
.pop-erro h4 {
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 55px 10px 25px;
    padding: 0;
    text-align: left;
}

.pop-erro h4 {
    color: #e90000;
    text-transform: uppercase;
}

.pop-msg p,
.pop-erro p {
    font-size: 14px;
    color: #262626;
    margin: 0 55px 0 25px;
    padding: 0;
    text-align: left;
}

.pop-msg .btn-close,
.pop-erro .btn-close {
    position: absolute;
    right: 25px;
    top: 23px;
    width: 17px;
    height: 15px;
    cursor: pointer;
    background: url("../_img/icon-close-2.png") no-repeat;
}

.pop-erro {
    background-color: #ffffff;
}

.bg-alpha {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.3);
    z-index: 9999;
}

#ajax-preload {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -16px;
    width: 32px;
    height: 8px;
    z-index: 10001;
}

/**BOX ALERT**/
#box-msg {
    display: none;
    height: 68px;
    background-color: #000;
}

#box-msg .box-msg-texto {
    float: left;
    display: table;
    height: 68px;
    width: 70%;
}

#box-msg .box-msg-texto p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 34px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}

#box-msg .box-msg-btn {
    float: right;
    display: table;
    height: 68px;
    width: 30%;
}

#box-msg .box-msg-btn .btns {
    display: table-cell;
    vertical-align: middle;
    padding-right: 34px;
}

#box-msg .box-msg-btn .btns .btn-fechar-box-msg {
    margin: 0 0 0 42px;
    padding: 0;
    border: 0;
    outline: 0;
    background: url("../_img/icon-close.png") no-repeat;
    width: 23px;
    height: 22px;
    cursor: pointer;
}

#box-msg .box-msg-btn .btns .btn-default {
    /*height: 22px;
    padding: 5px 12px 5px 12px;*/
    padding: 4px 12px 4px 12px;
    font-size: 13px;
    line-height: 1;
    /*line-height: 13px;*/
    color: #434343;
    background-color: #f9f9f9;
    margin: 0 0 0 10px;
}

#box-msg .box-msg-btn .btns .btn-default:hover,
#box-msg .box-msg-btn .btns .btn-default:focus {
    background-color: #f9f9f9;
}

#box-msg.margin-top { margin-top: 44px; }

/*breadcrumb*/
#breadcrumb-bar {
    position: relative;
    height: 68px;
    width: 100%;
    border-top: 1px solid #c7d0d7;
    border-bottom: 1px solid #c7d0d7;
}

#breadcrumb-bar .breadcrumb {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: none;
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    line-height: 67px;
    float: left;
}

#breadcrumb-bar .breadcrumb a {
    color: #000000;
    text-decoration: none;
    text-transform:uppercase;
}

#breadcrumb-bar .breadcrumb span,
#breadcrumb-bar .breadcrumb span a{
    color: #95a2ab;
    text-decoration: none;
}

#breadcrumb-bar .btn-close {
    position: absolute;
    right: 0;
    top: 27px;
}

#breadcrumb-bar .btns-breadcrumb {
    margin: 26px 0 0 0;
    float: right;
}

#breadcrumb-bar .btns-breadcrumb button {
    margin-right: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #231f20;
    text-transform: uppercase;
}

#breadcrumb-bar .btns-breadcrumb button:last-child {
    margin-right: 0;
}

#breadcrumb-bar .btn-cat-list {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

#breadcrumb-bar .categories-list {
    display: none;
    position: absolute;
    left: 10px;
    top: 23px;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0 20px 10px 4px;
    z-index: 9;
}

#breadcrumb-bar .categories-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2;
    white-space: nowrap;
}

/********************************************
*                MENU
********************************************/
#navigation{
    border-radius: 0;
    margin: 0;
    border: none;
    z-index: 10;
}

#navigation .navbar-collapse{
    position: relative;
    margin: 0;
    padding: 0;
}

#navigation .navbar-brand{
    height: auto;
    padding: 0 48px 0 15px; /* 52px + 19px(padding-left -> #menu .navbar-nav>li>a) = 71px*/
    line-height: normal;
}

#menu-info {
    position: relative;
    padding-right: 15px;
    width: 100%;
    height: 63px;
}

#menu-info .menu-info-item {
    float: right;
}

#menu-info .box-text {
    padding: 28px 0 0 0;
}

#menu-info .box-text,
#menu-info .box-text a{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    color: #0f0f0f;
    text-transform:uppercase;
    position: relative;
}

#menu-info .btn-favoritos {
    position: relative;
    margin: 0 8px;
    width: 39px;
    height: 48px;
    background: url("../_img/icon-heart.png") no-repeat center 25px;
    cursor: pointer;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

#menu-info .btn-favoritos:hover {
    /*-webkit-box-shadow: 0px 1px 2px 2px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 1px 2px 2px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 1px 2px 2px rgba(50, 50, 50, 0.2);*/
}

#menu-info .btn-favoritos span {
    display: block;
    width: 39px;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: #231f20;
    opacity: 0;
    -webkit-transition: opacity 0.5s;-moz-transition: opacity 0.5s;-ms-transition: opacity 0.5s;-o-transition: opacity 0.5s;transition: opacity 0.5s;
}

#menu-info .btn-favoritos:hover span {
    opacity: 1;
}

#menu-info .btn-favoritos .link-favoritos {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 39px;
    height: 48px;
}

#menu-info .box-search {
    position: relative;
    width: 219px;
    height: 26px;
    margin: 21px 19px 0 0;
    padding: 0;
}

#txt-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    outline: none;
    border: solid 1px #231f20;
    opacity: 0;
    text-indent: 30px;
    -webkit-transition: opacity 0.5s;-moz-transition: opacity 0.5s;-ms-transition: opacity 0.5s;-o-transition: opacity 0.5s;transition: opacity 0.5s;
}

#txt-search.active {
    width: 218px;
    height: 25px;
}

.btn-search{
    position: absolute;
    top: 5px;
    right: 2px;
    border: none;
    outline: none;
    background: url("../_img/icon-search.png") no-repeat;
    width: 16px;
    height: 16px;
    -webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}

.btn-search.active {
    right: 192px;
}

#menu {
    height: 56px;
}


#menu .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: #2b2b2b;
    text-transform: uppercase;
    padding: 16px 19px 28px 19px;
    /*margin-top: 6px;*/
    margin-top: 2px;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

#menu .nav>li>a:focus {
    color: #2b2b2b;
    background: none;
}

#menu .nav>li>a:hover,
#menu .nav>li>a.active {
    background-color: #231f20;
    color: #ffffff;
}

#menu .nav>li>a.page_active {
    background-color: #231f20 !important;
    color: #ffffff !important;
}

#menu .navbar-right>li>a:last-child {
    padding-left: 15px;
}

#menu .navbar-nav>li>a.menu-btn-more {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 17px 10px 17px 0;
    font-size: 10px;
    line-height: 1;
    text-decoration: none;
}

.navbar-toggle {
    margin: 4px 22px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 28px;
    height: 17px;
    background: url("../_img/icon-toggle-menu.png") no-repeat;
}

#menu .navbar-header {
    position: relative;
    z-index: 1;
}
#menu .navbar-lang{ padding:0;margin:0; }
#menu .navbar-lang li{
    padding:16px 0;
    text-align:right;
    border-bottom:1px solid #fff;
    color:#fff;
}
#menu .navbar-lang li>a{
    padding:0 15px;
    text-transform: uppercase;
    color:#fff;
    font-size:1.3em;
}

/*SUB MENU*/
#navigation .navbar-collapse .sub-menu {
    display: none;
    position: absolute;
    top: 58px;
    background: url("../_img/bg-alpha-2.png") repeat-x;
}
#navigation .navbar-collapse .sub-menu.right{
    right:0;
}
.sub-menu.right .itens-filter ul{
    float: right;
    margin: 0 8% 60px;
}

#navigation .navbar-collapse .sub-menu .itens-filter {
    margin: 56px 0 0 84px;
}

.itens-filter ul,
.itens-filter li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.itens-filter ul {
    margin-right: 100px;
    float: left;
}

.itens-filter ul:last-child {
    margin-right: 0;
}

.itens-filter li {
    margin-bottom: 14px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.itens-filter li button {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

.itens-filter li button span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    background-color: #3c3939;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

.itens-filter li button.active span {
    background-color: #ffffff;
}

.itens-filter li a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-left: 15px;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

.itens-filter li button:hover,
.itens-filter li a:hover {
    color: #72838f;
}

#navigation .navbar-collapse .sub-menu .btns-filter {
    margin: 52px 0 28px 100px;
}

.btns-filter button {
    margin-right: 60px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

/*SUB MENU MOBILE*/
ul.sub-menu-mobile {
    display: none;
}

/********************************************
*              SLIDE PRINCIPAL
********************************************/

#box-slides-main {
    position: relative;
    margin-bottom: 88px;
}

.slide-main {
    /*display: none;*/
}

.slide-main.active {
    /*display: block;*/
}

.slide-main.initialized {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.slide-main .carousel-indicators {
    bottom: 67px;
}

.slide-main .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 44px;
    margin: 0 20%;
    height: 61px;
    z-index: 8;
}

.slide-main .carousel-caption h2,
.slide-main .carousel-caption p{
    margin: 0;
    padding: 0;
}

.slide-main .carousel-caption h2 {
    padding-top: 20px;
}

.slide-main .carousel-caption h2,
.slide-main .carousel-caption h2 a{
    font-size: 20px;
    line-height: 1;
    color: #202020;
    text-shadow: none;
    text-decoration: none;
    letter-spacing: 0.1em;
}

.slide-main .carousel-caption h2 span,
.slide-main .carousel-caption h2 a span{
    color: #202020;
}

.slide-main .carousel-caption p {
    padding-top: 2px;
}

.slide-main .carousel-caption p,
.slide-main .carousel-caption p a{
    font-size: 11px;
    line-height: 1;
    color: #202020;
    text-shadow: none;
    text-decoration: none;
    letter-spacing: 0.08em;
}

#box-slides-main .slide-prev,
#box-slides-main .slide-next {
    bottom: 8px;
}


/*FADE SLIDE HOME*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/********************************************
*  NOVIDADES HOME, PRODUTOS RELACIONADOS
********************************************/
#novelty-block,
#related-products-block {
    position: relative;
    margin-bottom: 80px;
}

#novelty-block .item,
#related-products-block .item {
    position: relative;
    text-align: center;
}

#novelty-block .item .item-text h3,
#novelty-block .item .item-text h3 a,
#related-products-block .item .item-text h3,
#related-products-block .item .item-text h3 a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    color: #202020;
    text-decoration: none;
    text-transform: uppercase;
}

#novelty-block .item .item-text p,
#novelty-block .item .item-text p a,
#related-products-block .item .item-text p,
#related-products-block .item .item-text p a {
    margin: 3px 0 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    color: #202020;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

#novelty-block .item .item-text p a:hover,
#related-products-block .item .item-text p a:hover {
    color: #72838f;
}

#novelty-block .item img,
#related-products-block .item img {
    max-width: 100%;
}

#novelty-block .btn-simple-next,
#novelty-block .btn-simple-prev,
#related-products-block .btn-simple-next,
#related-products-block .btn-simple-prev {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    z-index: 9;
}

#novelty-block .btn-simple-next,
#related-products-block .btn-simple-next {
    right: 0;
}

#novelty-block .btn-simple-prev,
#related-products-block .btn-simple-prev {
    left: 0;
}

/********************************************
*            CONTEÚDOS HOME
********************************************/
#content-block {
    margin-top: 9px;
    margin-bottom: 34px;
}

#content-block img {
    display: none;
    width: 100%;
}

#content-block .item p {
    display: block;
    height: 87px;
    margin: 12px 0 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #202020;
}

.btn-favorites-2 {
    position: absolute;
    right: 10px;
    bottom: 110px;
    width: 37px;
    height: 36px;
    background: url("../_img/icon-heart-2.png") no-repeat;
    -webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}

/********************************************
*               PRODUTOS
********************************************/
#products-list {
    margin: 0 0 63px 0;
}

#products-list .item {
    position: relative;
    border-bottom: 1px solid #dae0e5;
    text-align: center;
}

#products-list .item img {
    /*max-width: 100%;*/
    width: 100%;
}

#products-list .item .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: 0 0 10px 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.5s;-moz-transition: opacity 0.5s;-ms-transition: opacity 0.5s;-o-transition: opacity 0.5s;transition: opacity 0.5s;
}

#products-list .item:hover .desc {
    width: 100%;
    height: auto;
    opacity: 1;
}

#products-list .item .desc h3,
#products-list .item .desc h3 a {
    margin: 0 10px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #202020;
}


 #products-list .item .desc h3 a {
     display: inline-block;;
 }

#products-list .item .desc p,
#products-list .item .desc p a {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #72838f;
}

.filter-select {
    margin: 25px 127px 0 0;
    height: 18px;
    float: right;
}

.filter-select .select-box {
    display: inline;
}

.filter-select label {
    margin: 0 10px 0 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    color: #231f20;
    text-transform:uppercase;
}

.filter-select .btn-group.bootstrap-select {
    width: auto !important;
    height: 18px;
    margin-top: -4px;
}

.filter-select .btn-group.bootstrap-select .dropdown-toggle {
    padding: 0;
    width: 143px;
    height: 18px;
    border-radius: 0;
    border: 1px solid #231f20;
    font-size: 10px;
    text-indent: 6px;
    line-height: 1;
    text-transform:uppercase;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

.filter-select .btn-group.bootstrap-select .dropdown-toggle .caret {
    display: block;
    top: 50%;
    right: 4px;
    width: 11px;
    height: 11px;
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: -6px;
    background: url("../_img/sprite-seta-select.png") no-repeat top;
}

.filter-select .btn-group.bootstrap-select.open .dropdown-toggle .caret {
    background: url("../_img/sprite-seta-select.png") no-repeat bottom;
}

.filter-select .btn-group.bootstrap-select.open .dropdown-toggle {
    box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important;
}

.filter-select .btn-group.bootstrap-select .dropdown-toggle[data-id="sel-order"] {
    margin-right: 38px !important;
}

.filter-select .bootstrap-select.btn-group .dropdown-menu {
    min-width: 100px;
    width: 143px;
    margin: 0;
    border: none;
    border-radius: 0;
    background: url(../_img/bg-alpha-2.png) left bottom;
}
.filter-select .bootstrap-select.btn-group .dropdown-menu.inner {
    background: none;
}

.filter-select .bootstrap-select.btn-group div.dropdown-menu {
    padding: 19px 0 24px 0;
}

.filter-select .dropdown-menu>li>a {
    margin: 0 0 12px 0;
    padding: 0;
    outline: none;
    font-size: 10px;
    line-height: 1;
    text-indent: 7px;
    color: #b0b9c1;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

.filter-select .dropdown-menu>li>a:hover {
    color: #fff;
    background: none;
}

.filter-select .dropdown-menu>li>a:focus {
    background: none;
}

.filter-select .dropdown-menu>li>a span.text {
    display: inline !important;
    text-transform: uppercase;
}

/********************************************
*            PRODUTOS INTERNA
********************************************/
#product-internal {
    position: relative;
    border: none;
}

#product-internal h1,
#product-internal h3 {
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
}

#product-internal h1 {
    /*margin: 16px 0 0 0;*/
    margin: 0;
    padding-top: 19px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #202020;
}

#product-internal h3,
#product-internal h3 a {
    margin: 4px 0 14px 0;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #202020;
}

.products-slide {
    position: relative;
}

.products-slide-shadow-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: inset 0px 20px 20px -8px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    inset 0px 20px 20px -8px rgba(50, 50, 50, 0.25);
    box-shadow:         inset 0px 20px 20px -8px rgba(50, 50, 50, 0.25);
    z-index: 1;
}

.products-slide-shadow-botton {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: inset 0px -20px 20px -8px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    inset 0px -20px 20px -8px rgba(50, 50, 50, 0.25);
    box-shadow:         inset 0px -20px 20px -8px rgba(50, 50, 50, 0.25);
    z-index: 1;
}


.products-slide-footer {
    position: relative;
    width: 100%;
    height: 60px;
    margin-bottom: 29px;
}

#product-internal .product-internal-btns {
    position: absolute;
    right: 0;
    top: -41px;
}

#product-internal .product-internal-btns .btn-email {
    display: none !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 16px;
    background: url("../_img/icon-email.png");
}

#product-internal-content {
    position: relative;
    margin: 0;
}

#product-internal-content .nav-info {
    margin: 0;
    padding: 0;
}

#product-internal-content .nav-info li {
    margin: 0 52px 0 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    float: left;
}

#product-internal-content .nav-info {
    height: 22px;
    margin: 38px 0 0 0;
    border-bottom: 1px solid #dae0e5;
}

#product-internal-content .nav-info li a {
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    color: #343434;
    text-decoration: none;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

#product-internal-content .nav-info li.active a,
#product-internal-content .nav-info li a:hover {
    color: #9aa8b1;
}

.product-tab-box {
    position: relative;
    min-height: 200px;
    margin: 24px 0 50px 0;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

.product-tab {
    display: none;
    font-size: 13px;
    color: #262626;
}

.product-tab.active {
    display: block;
}

.product-tab p {
    /*margin: 0 0 27px 0;*/
    margin: 0;
    padding: 0;
}

.product-tab h4 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #262626;
}

.product-tab h5 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #262626;
}

.product-tab h5 span {
    color: #a1a1a1;
}

.product-tab .measures-img {
    margin-top: 45px;
}

.product-tab .measures-img img {
    float: left;
}

.clolors-box {
    margin: 27px 0 50px 0;
}

.clolors-box .color-item {
    margin-right: 40px;
    font-size: 10px;
    color: #8d8f91;
    float: left;
}

.clolors-box .color-item p {
    font-size: 10px !important;
    text-transform: uppercase;
}

.clolors-box .color-item .color {
    width: 49px;
    height: 49px;
    margin: 0 auto 9px auto;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 1px 1px 1px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 1px 1px 1px rgba(50, 50, 50, 0.2);
    background-size: contain !important;
}

#product-colors p {
    margin: 0 0 25px 0;
    font-size: 13px;
    color: #a1a1a1;
}

#product-colors p span {
    color: #262626;
}

#designer-block {
    margin-bottom: 50px;
}

.desgin-desc {
    position: relative;
    margin-top: 24px;
}

.desgin-desc img {
    width: 100%;
    height: auto;
}

.desgin-desc .desgin-desc-text {
    margin: 0 0 0 22px;
    font-size: 13px;
    color: #262626;
}

.desgin-desc .desgin-desc-text p {
    margin: 0 0 27px 0;
    padding: 0;
}

.desgin-desc .desgin-desc-text a {
    text-decoration: none;
    color: #8a979f;
}

.slide-desgin {
    width: 100%;
}

#product-internal .btn-fullscreen {
    bottom: 99px;
}

#fullscreen-box .slide-product {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

#fullscreen-box .carousel-indicators-box {
    display: block !important;
}

#fullscreen-box .carousel-indicators-box .carousel-indicators {
    position: fixed;
}

.product-share {
    position: absolute;
    right: 10px;
    bottom: 25px;
    width: 100px;
    text-align: right;
}

/********************************************
*               MARCAS
********************************************/

#brands-list {
    position: relative;
    margin: 0 -6px 53px -6px;
}

.brands-item {
    position: relative;
    height: 313px;
    padding: 0;
    text-align: center;
    border: 1px solid #231f20;
    overflow: hidden;
    transition: background 0.5s;
    background:#fff;
}

#brands-list .item {
    padding: 0 6px 9px 6px;
    cursor: pointer;
    position:relative;
    z-index:3;
}


#brands-list .item a{
    display:block;
    line-height:313px;
    width:100%;
}

#brands-list .item img {
    max-width: 100%;
    vertical-align:middle;
    position:relative;

    -webkit-filter: invert(0); -ms-filter: invert(0); -o-filter: invert(0); filter:  invert(0);
    -webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;
    transition: 0.5s;
    z-index:2;
}

#brands-list .item:hover img{
    -webkit-filter: invert(1); -ms-filter: invert(1); -o-filter: invert(1); filter:  invert(1);
    -webkit-filter: invert(1); -ms-filter: invert(1); -o-filter: invert(1); filter:  invert(1);
}
.brands-item .bg{
    transition: 0.5s;
    background: url(../_img/bg-thumb-brands.png) repeat-x;
    opacity:0;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1;
}
.brands-item:hover .bg{
    opacity:1;
}


/********************************************
*            MARCA INTERNA
********************************************/
#brands-internal {
    position: relative;
}

#brands-internal .btn-favorites {
    top: -41px;
}

#brands-internal .slide-brand-internal {
    margin-bottom: 12px;
}

#brands-internal .brand-thumbs img {
    width: 100%;
    height: auto;
    margin: 0 0 90px 0;
}

#brands-internal .brand-thumbs div:first-child img {
    padding-right: 6px;
}

#brands-internal .brand-thumbs div:last-child img {
    padding-left: 6px;
}

#brands-internal .brand-info {
    padding: 0 50px 0 16px;
}

#brands-internal .brand-info h1 {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    color: #262626;
}
#brands-internal .brand-info h1 img{ max-width:30%; }

#brands-internal .brand-info .text {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
    color: #262626;
}

#brands-internal .brand-info .brands-share {
    text-align: right;
}

#brands-internal .brand-projects {
    font-size: 12px;
    line-height: 1.5;
}

#brands-internal .brand-projects a,
#brands-internal .brand-info .text a {
    color: #7b8b96;
    text-decoration: none;
}

#brands-internal .brand-projects a {
    margin: 0 4px;
    text-transform: uppercase;
}

#brands-internal .brand-projects a span {
    margin: 0 0;
    font-weight: 600;
    color: #0a0a0a;
}


/********************************************
*               DESIGNERS
********************************************/

#designers-list {
    position: relative;
    margin: 0 -6px 53px -6px;
}

.designers-item {
    position: relative;
}

#designers-list .item {
    padding: 0 6px 12px 6px;
    cursor: pointer;
}

#designers-list .item img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter:  grayscale(100%);
    -webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
}

#designers-list .item:hover img{
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter:  grayscale(0);
}

.filter-select .btn-group.bootstrap-select .dropdown-toggle[data-id="sel-order-designers"] {
    margin-right: 0 !important;
}

#designers-list  .item .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    padding: 10px 0;
    text-indent: 9px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.5s, background-color 0.5s;
    -moz-transition: opacity 0.5s, background-color 0.5s;
    -ms-transition: opacity 0.5s, background-color 0.5s;
    -o-transition: opacity 0.5s, background-color 0.5s;
    transition: opacity 0.5s, background-color 0.5s;

}

#designers-list .item:hover .desc,
#designers-list .item .desc.active {
    width: 100%;
    height: auto;
    background-color:rgba(0,0,0,0.5);
    opacity: 1;
}

#designers-list .item .desc h3,
#designers-list .item .desc h3 a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
}

#designers-list .item .desc p,
#designers-list .item .desc p a {
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
}

#designers-list .item .btn-favorites-2 {
    top: 10px;
    opacity: 0;
}

#designers-list .item:hover .btn-favorites-2 {
    opacity: 1;
}

#breadcrumb-bar.breadcrumb-no-border {
    border-bottom:none;
}

/********************************************
*            DESIGNER INTERNA
********************************************/
#designers-internal {
    position: relative;
}

#designers-internal .slide-designer-internal {
    margin-bottom: 12px;
}

#designers-internal .designer-thumbs img {
    width: 100%;
    height: auto;
    margin: 0 0 90px 0;
}

#designers-internal .designer-thumbs div:first-child img {
    padding-right: 6px;
}

#designers-internal .designer-thumbs div:last-child img {
    padding-left: 6px;
}

#designers-internal .designer-info {
    padding: 0 50px 0 16px;
}

#designers-internal .designer-info h1 {
    margin: 19px 0 50px 0;
    padding: 0;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    color: #262626;
}

#designers-internal .designer-info .text {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
    color: #262626;
}


#designers-internal .designer-projects {
    font-size: 12px;
    line-height: 1.5;
}

#designers-internal .designer-projects a,
#designers-internal .designer-info .text a {
    color: #7b8b96;
    text-decoration: none;
}

#designers-internal .designer-projects a {
    margin: 0 4px;
    text-transform: uppercase;
}

#designers-internal .designer-projects a span {
    margin: 0 0;
    font-weight: 600;
    color: #0a0a0a;
}

#designers-internal .btn-favorites {
    right: 0;
    top: -41px;
}

#designers-internal .designer-share {
    text-align: right;
    margin-top: 50px;
}

/********************************************
*               AMBIENTES
********************************************/

#environments {
    position: relative;
    margin-bottom: 53px;
}

#environments-list {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s;-moz-transition: opacity 0.3s;-ms-transition: opacity 0.3s;-o-transition: opacity 0.3s;transition: opacity 0.3s;
}

.environments-img {
    position: relative;
    padding-bottom: 10px;
}

.environments-img .environments-box {
    position: relative;
}

.environments-item img {
    display: none;
    width: 100%;
}

.btn-fullscreen {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 21px;
    padding-right: 31px;
    background: url("../_img/sprite-fullscreen.png") no-repeat right top;
    font-size: 9px;
    font-weight: 600;
    color: #202020;
    z-index: 9;
}

.btn-fullscreen span {
    opacity: 0;
    -webkit-transition: opacity 0.3s;-moz-transition: opacity 0.3s;-ms-transition: opacity 0.3s;-o-transition: opacity 0.3s;transition: opacity 0.3s;
}

.btn-fullscreen:hover {
    background: url("../_img/sprite-fullscreen.png") no-repeat right bottom;
}

.btn-fullscreen:hover span {
    opacity: 1;
}

.environments-index {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.environments-index button.index {
    position: absolute;
    width: 32px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    color: #ffffff;
    background-color: #232422;
}

.environments-icons {
    display: none;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 54px;
    text-align: center;
}

.environments-icons .icon {
    display: inline-block;
    position: relative;
    height: 54px;
    text-align: left;
}

.environments-icons .icon .icon-content {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    margin-right: 1px;
    background: url("../_img/bg-alpha.png");
    overflow: hidden;
}

.environments-icons .icon .icon-content .icon-cell {
    display: table-cell;
    vertical-align: middle;
}

.environments-icons .icon:last-child .icon-content {
    margin-right: 0;
}

.environments-icons .icon .icon-content h4,
.environments-icons .icon .icon-content p {
    margin: 0 30px 0 9px;
    padding: 0;
}

.environments-icons .icon .icon-content h4 {
    /*padding-top: 11px;*/
}

.environments-icons .icon .icon-content p {
    padding-top: 1px;
}

.environments-icons .icon .icon-content h4 a,
.environments-icons .icon .icon-content p a {
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

.environments-icons .icon .icon-content h4 a {
    font-size: 14px;
    color: #fff;
}

.environments-icons .icon .icon-content p a {
    font-size: 11px;
    color: #84939d;
}

.environments-share {
    text-align: right;
}

/*.item.col-md-12 .environments-icons .icon {
    width: 16.66666667%;
}

.item.col-md-8 .environments-icons .icon {
    width: 25%;
}

.item.col-md-4 .environments-icons .icon {
    width: 50%;
}*/


.environments-icons.index3 .icon {
    width: 16.66666667%;
}

.environments-icons.index2 .icon {
    width: 25%;
}

.environments-icons.index1 .icon {
    width: 50%;
}

.icon-content .btn-favorites {
    right: 9px;
    top: 27px;
}


.fullscreen {
    position: fixed !important;
    background-color: #000 !important;
}

.col-md-12.fullscreen {
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
}

.col-md-8.fullscreen {
    top: 50% !important;
    left: 15% !important;
    width: 70% !important;
}

.col-md-4.fullscreen {
    top: 50% !important;
    left: 25% !important;
    width: 50% !important;
}

#fullscreen-box {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    text-align: center;
}

#fullscreen-box.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    text-align: center;
    z-index: 999999;
}

#fullscreen-box .btn-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 25px;
    padding: 10px 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background-color: #000;
    cursor: pointer;
}

#fullscreen-box.fixed .btn-close {
    display: block;
}

/*.img-full {
    position: fixed;
    left: 0;
    top: 50%;
    vertical-align: middle;
    width: 100%;
    height: auto;
}*/

.environments-border .filter-select {
    display: none;
}


/********************************************
*              FAVORITOS
********************************************/
#favorites-list {
    padding: 0 9px;
}

#favorites-list .favorite-item {
    position: relative;
    /*width: 25%;*/
    padding: 0 6px 40px 6px;
    float: left;
    text-align: center;
    overflow:hidden;
}

#favorites-list .favorite-item img {
    width: auto;
    max-height:210px;
}

#favorites-list .favorite-item .favorite-text {
    height: 138px;
    background-color: transparent;
}

#favorites-list .favorite-item .favorite-text h2,
#favorites-list .favorite-item .favorite-text h2 a {
    margin: 0;
    padding: 12px 8px 0;
    font-size: 14px;
    color: #231f20;
    text-decoration: none;
    text-transform: uppercase;
    text-align:left;
    font-weight: bold;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

#favorites-list .favorite-item .favorite-text h2:hover,
#favorites-list .favorite-item .favorite-text h2 a:hover {
    color: #72838f;
}

#favorites-list .favorite-item .favorite-text p,
#favorites-list .favorite-item .favorite-text p a {
    margin: 0;
    padding: 3px 8px 0;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #231f20;
    text-decoration: none;
    text-align: left;
}
#favorites-list .favorite-item>a{
    display:block;height:210px;
    line-height:209px;
    overflow: hidden;
}
#favorites-list .favorite-item .favorite-text p a,
#favorites-list .favorite-item .favorite-text h2 a{
    padding:0;
}


#favorites-list .favorite-item .favorite-text.single {

}

#favorites-list .favorite-item .btn-delete-favorite {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 6px;
    background: url("../_img/icon-close-3.png");
    width: 37px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

#favorites-list .favorite-item:hover .btn-delete-favorite {
    opacity: 1;
}


/*Itens breadcrump*/

.pop-favorite,
.pop-edit-list {
    display: none;
    z-index: 9999;
}

.bg-alpha-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.3);
    z-index: 9998;
}

.pop-favorite h4 {
    margin: 0 55px 24px 25px;
}

.pop-favorite .txt-name-list {
    display: none;
}

.pop-favorite .filter-select {
    display: none;
    margin: 0 0 15px 25px;
    float: none;
}

.pop-favorite .filter-select .btn-group.bootstrap-select .dropdown-toggle,
.pop-favorite .filter-select .bootstrap-select.btn-group .dropdown-menu {
    width: 329px;
}

.pop-favorite .filter-select .btn-group.bootstrap-select.open .dropdown-toggle,
.pop-favorite .filter-select .bootstrap-select.btn-group.open .dropdown-menu {
    background:url(../_img/bg-alpha-2.png) left bottom;
    color:#dedede;
    border:0;
}

.pop-favorite .filter-select .bootstrap-select.btn-group .dropdown-menu.inner {
    background: none;
}

.pop-favorite .filter-select .btn-group.bootstrap-select .dropdown-toggle .caret,
.pop-favorite .filter-select .bootstrap-select.btn-group .dropdown-menu .caret{
    background:url(../_img/sprite-seta-trocada-select.png) center top;
}
.pop-favorite .filter-select .btn-group.bootstrap-select.open .dropdown-toggle .caret,
.pop-favorite .filter-select .bootstrap-select.btn-group.open .dropdown-menu .caret{
    background-position:center bottom;
}

.pop-favorite .filter-select .btn-group.bootstrap-select {
    margin-top: 0;
}

#txt-name-list {
    display: none;
}

#txt-name-list,
#txt-name-edit-list,
#txt-send-email {
    width: 329px;
    height: 18px;
    margin: 0 0 15px 25px;
    border: 1px solid #231f20;
    text-indent: 8px;
}

.pop-edit-list label,
#popup-send-favorite label {
    margin: 4px 0 0 25px;
}

.pop-favorite .button-favorite {
    display: block;
    margin: 0 0 15px 25px;
    padding-left: 24px;
    background: url("../_img/sprite-list.png") no-repeat left bottom;
    font-size: 13px;
    line-height: 1;
    color: #262626;
}

.pop-favorite .button-favorite.active {
    background: url("../_img/sprite-list.png") no-repeat left top;
}

.pop-favorite .btn-box,
.pop-edit-list .btn-box,
#popup-send-favorite .btn-box {
    margin: 15px 25px 0 25px;
    text-align: right;
}

.pop-favorite .btn-box .btn-save-list,
.pop-edit-list .btn-box .btn-edita-list,
#btn-send-list {
    padding: 7px 5px;
    font-size: 11px;
    color: #fff;
    background-color: #231f20;
}

#search-list {
    padding: 0 9px;
}

#search-list .search-item {
    position: relative;
    /*width: 25%;*/
    padding: 0 6px;
    margin: 0 0 40px ;
    text-align: center;
    overflow: hidden;
    float: left;
}
#search-list .search-item>a{
    display:block;height:210px;
    line-height:209px;
    overflow: hidden;
}

#search-list .search-item img {
    width: auto;
    max-height: 210px;
}

#search-list .search-item .search-text {
    height: 138px;
    background-color: #fff;
    text-align: left;
    border-bottom: 1px solid #dae0e5;
}

#search-list .search-item .search-text h2 {
    padding: 12px 8px 0;
    font-weight: bold;
}

#search-list .search-item .search-text h2,
#search-list .search-item .search-text h2 a {
    margin: 0;
    font-size: 14px;
    color: #231f20;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

#search-list .search-item .search-text h2:hover,
#search-list .search-item .search-text h2 a:hover {
    color: #72838f;
}

#search-list .search-item .search-text p {
    padding: 3px 8px 0;
}

#search-list .search-item .search-text p,
#search-list .search-item .search-text p a {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #231f20;
    text-decoration: none;
    text-align:left;
}

#search-list .search-item .search-text.single {

}

#search-list .search-item .btn-delete-search {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 6px;
    background: url("../_img/icon-close-3.png");
    width: 37px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

#search-list .search-item:hover .btn-delete-search {
    opacity: 1;
}

/********************************************
*               BLOCO CONTATO
********************************************/

#contato {
    margin: 9px 0 45px 0;
}

#map-canvas {
    width: 100%;
    height: 201px;
}

.cadastro-box { position: relative; display: block; max-width: 300px;  margin-left: auto; }

.cadastro-box h3 {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dae0e5;
    font-size: 21px;
    line-height: 1;
    color: #1e1e1e;
}

.cadastro-box p {
    margin: 8px 0 0 0;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    color: #202020;
}

#form_cadastro {
    position: relative;
    margin: 25px 0 0 0;
    padding: 0;
    max-width: 300px;
}

#form_cadastro .form-grupo {
    position: relative;
    height: 40px;
    width: 100%;
    margin: 0 0 17px 0;
}

#form_cadastro .form-grupo input {
    font-size: 21px;
    color: #fff;
    border: none;
    outline: none;
}

#form_cadastro .form-grupo input[type="text"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-indent: 8px;
    background-color: #202020;
}

#form_cadastro .form-grupo label {
    position: absolute;
    left: 5px;
    top: 4px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
}

#form_cadastro .form-grupo input[type="button"] {
    position: absolute;
    right: 0;
    top: 0;
    margin: 9px 0 0 0;
    font-size: 11px;
    line-height: 1;
    color: #262626;
    background: none;
    -webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

#form_cadastro .form-grupo input[type="button"]:hover,
#form_cadastro .form-grupo input[type="button"]:focus {
    background-color: #231f20;
    color: #fff;
}

.block-address {
    height: 32px;
    margin: 13px 0 0 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #202020;

}

.block-address span {
    margin: 0 8px;
}

.icon-fone,
.icon-email {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    margin-right: 22px;
    height: 27px;
    font-size: 12px;
    line-height: 27px;
    color: #262626;
}

.icon-fone a,
.icon-email a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #262626;
    text-decoration: none;
}


.icon-fone {
    background: url("../_img/sprite-phone.png") no-repeat left top;
}

.icon-fone:hover {
    background: url("../_img/sprite-phone.png") no-repeat left bottom;
}


.icon-email {
    background: url("../_img/sprite-email.png") no-repeat left top;
}

.icon-email:hover {
    background: url("../_img/sprite-email.png") no-repeat left bottom;
}

.fb-like-box {
    display: block !important;
    max-width: 316px;
    margin-left: auto;
    margin-top: -15px;
    padding: 5px;
    border: 1px solid #e4eaef;
}

/********************************************
*              CONTATO
********************************************/
#contact {
    position: relative;
}

.contact-form {
    height: 337px;
    border-bottom: 1px solid #c7d0d7;
}

.contact-form:last-child {
    border: none;
}

.contact-form:last-child {
    margin-bottom: 50px;
}

.box-cadastro {
    padding-top: 32px;
    padding-left: 25%;
    height: 672px;
}

.box-cadastro .icon {
    display: block;
    margin-bottom: 25px;
}

.box-cadastro .address {
    margin-top: 60px;
}

.box-cadastro .address p {
    margin: 0 0 23px 0;
    font-size: 13px;
    color: #262626;
}

.box-cadastro .address p span {
    color: #a1a1a1;
}

.box-cadastro a {
    text-decoration: none;
}

.icon-facebook,
.icon-instagram,
.icon-pinterest {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    margin-right: 22px;
    height: 27px;
    font-size: 12px;
    line-height: 27px;
    color: #262626;
    text-decoration: none !important;
}

.icon-facebook {
    background: url("../_img/sprite-facebook.png") no-repeat left top;
}
.icon-facebook:hover {
    background: url("../_img/sprite-facebook.png") no-repeat left bottom;
}

.icon-instagram {
    background: url("../_img/sprite-instagram.png") no-repeat left top;
}
.icon-instagram:hover {
    background: url("../_img/sprite-instagram.png") no-repeat left bottom;
}

.icon-pinterest {
    background: url("../_img/sprite-pinterest.png") no-repeat left top;
}
.icon-pinterest:hover {
    background: url("../_img/sprite-pinterest.png") no-repeat left bottom;
}

.box-cadastro p {
    color: #262626;
    font-size: 13px;
}

a.link-cadastro {
    display: block;
    width: 100%;
    height: 27px;
    margin: 0 0 16px 0;
    font-size: 21px;
    color: #1e1e1e;
    line-height: 27px;
    text-indent: 50px;
    text-transform: uppercase;
    text-decoration: none;
    background: url("../_img/icon-form.png") no-repeat left;
}

a.link-cadastro:hover {
    color: #1e1e1e;
    text-decoration: none;
}

/** Fale Conosco e Trabalhe Conosco **/
#fale-conosco,
#trabalhe-conosco,
#cadastro-profissionais {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #fff;
}

#fale-conosco h1,
#trabalhe-conosco h1,
#cadastro-profissionais  h1 {
    font-size: 21px;
    color: #1e1e1e;
    text-transform: uppercase;
    margin: 32px 0 16px 0;
}

#fale-conosco fieldset,
#trabalhe-conosco fieldset,
#cadastro-profissionais fieldset {
    padding: 0;
    margin: 0;
}

#fale-conosco fieldset legend,
#trabalhe-conosco fieldset legend,
#cadastro-profissionais fieldset legend,
#fale-conosco legend.title,
#trabalhe-conosco legend.title,
#cadastro-profissionais legend.title {
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #262626;
    border: none;
}

#fale-conosco fieldset legend,
#trabalhe-conosco fieldset legend,
#cadastro-profissionais fieldset legend {
    margin-bottom: 9px;
}

#fale-conosco fieldset legend p,
#trabalhe-conosco fieldset legend p,
#cadastro-profissionais fieldset legend p {
    margin: 0;
}

#fale-conosco fieldset.geral,
#trabalhe-conosco fieldset.geral,
#cadastro-profissionais fieldset.geral {
    padding:0 36px 0 0;
    margin: 0;
    width: 100%;
}

#fale-conosco .form-grupo,
#trabalhe-conosco .form-grupo {
    position: relative;
    font-size: 10px;
    margin: 0 0 12px 0;
    color: #000000;
}

#fale-conosco .form-grupo input,
#trabalhe-conosco .form-grupo input,
#cadastro-profissionais .form-grupo-2 input {
    margin: 0;
    padding: 0;
    background: url("../_img/bg-alpha-2.png") left bottom !important;
    outline: none;
    border: none;
    width: 100%; height: 18px;
    line-height: 1;
    text-indent: 8px;
    font-size: 10px;
    color: #dedede;
}

#fale-conosco .form-grupo label,
#trabalhe-conosco .form-grupo label {
    position: absolute;
    left: 8px;
    top: 0;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    color: #dedede;
}

#fale-conosco fieldset.sessao,
#trabalhe-conosco fieldset.sessao,
#cadastro-profissionais fieldset.sessao {
    margin: 6px 0 0 0;
}

#fale-conosco fieldset.sessao2,
#trabalhe-conosco fieldset.sessao2,
#cadastro-profissionais fieldset.sessao2 {
    margin: -4px;
}

#fale-conosco fieldset.sessao legend,
#trabalhe-conosco fieldset.sessao legend,
#cadastro-profissionais fieldset.sessao legend {
    margin: 0;
    padding: 4px 0 9px 0;
    line-height: 1;
}

#fale-conosco .bootstrap-select,
#trabalhe-conosco .bootstrap-select,
#cadastro-profissionais .bootstrap-select {
    width: 100%;
}

#fale-conosco .bootstrap-select button,
#trabalhe-conosco .bootstrap-select button,
#cadastro-profissionais .bootstrap-select button{
    margin: 0 !important;
    padding: 0 !important;
    outline: none !important;
    border: 0 !important;/*solid 1px #231f20 !important;*/
    border-radius: 0 !important;
    background: url("../_img/bg-alpha-2.png") left bottom !important;
    font-size: 10px !important;
    text-indent: 8px;
    color: #dedede !important;
    text-transform: uppercase !important;
    outline-offset:0 !important;
    height: 18px !important;
    width: 100% !important;
}

#fale-conosco .bootstrap-select button .caret,
#trabalhe-conosco .bootstrap-select button .caret,
#cadastro-profissionais .bootstrap-select button .caret {
    display: block;
    right: 4px;
    top: 50%;
    margin: 0;
    padding: 0;
    background: url("../_img/sprite-seta-branca-select.png") no-repeat top;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border: none !important;
}

#fale-conosco .bootstrap-select.open button,
#trabalhe-conosco .bootstrap-select.open button,
#cadastro-profissionais .bootstrap-select.open button{
    border: 0 !important;
}

#fale-conosco .bootstrap-select.open button .caret,
#trabalhe-conosco .bootstrap-select.open button .caret,
#cadastro-profissionais .bootstrap-select.open button .caret{
    background: url("../_img/sprite-seta-branca-select.png") no-repeat bottom;
}

#fale-conosco .dropdown-menu,
#trabalhe-conosco .dropdown-menu,
#cadastro-profissionais .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    background:         transparent;
}

#fale-conosco div.dropdown-menu,
#trabalhe-conosco div.dropdown-menu,
#cadastro-profissionais div.dropdown-menu {
    border:0;
    border-left:1px solid #231f20;
    border-right:1px solid #231f20;
    border-radius: 0;
    margin: 0;
    background:url(../_img/bg-alpha-2.png) left bottom;
    color:#dedede;
}

#fale-conosco .dropdown-menu ul li,
#fale-conosco .dropdown-menu ul li a,
#trabalhe-conosco .dropdown-menu ul li,
#trabalhe-conosco .dropdown-menu ul li a,
#cadastro-profissionais .dropdown-menu ul li,
#cadastro-profissionais .dropdown-menu ul li a {
    outline: none !important;
    line-height: 1 !important;
    color:#dedede;
}

#fale-conosco .dropdown-menu ul li a,
#trabalhe-conosco .dropdown-menu ul li a,
#cadastro-profissionais .dropdown-menu ul li a {
    padding: 3px 8px !important;
}

#fale-conosco .dropdown-menu ul li a:hover,
#trabalhe-conosco .dropdown-menu ul li a:hover,
#cadastro-profissionais .dropdown-menu ul li a:hover {
    background-color: #231f20;
    color: #fff;
}

#fale-conosco .dropdown-menu ul li a:focus,
#trabalhe-conosco .dropdown-menu ul li a:focus,
#cadastro-profissionais .dropdown-menu ul li a:focus {
    background-color: #fff;
    color: #333;
}

#fale-conosco .form-grupo textarea,
#trabalhe-conosco .form-grupo textarea,
#cadastro-profissionais .form-grupo textarea {
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
    border: solid 1px #231f20 !important;
    border-radius: 0 !important;
    width: 100%;
    height: 110px;
    resize: none;
    font-size: 13px;
    text-indent: 8px;
    color: #262626;
}

#fc_btn_enviar,
#tc_btn_enviar,
#cp_btn_enviar {
    padding: 7px 6px;
    margin: 13px 0 0 0;
    border: 0;
    border-radius: 0;
    background: none;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
}

#fc_btn_enviar:hover,
#fc_btn_enviar:focus,
#tc_btn_enviar:hover,
#tc_btn_enviar:focus,
#cp_btn_enviar:hover,
#cp_btn_enviar:focus {
    background-color: #231f20;
    color: #fff;
}

#cp_btn_enviar{
    margin:0 0 0 178px;
}

#trabalhe-conosco .form-grupo textarea {
    height: 55px;
}

#trabalhe-conosco .label-file {
    display: block;
    display: none\9;
    position: relative !important;
    left: 0 !important;
    width: 100%;
    height: 18px;
    background: url("../_img/icon-seta-file.png") #3c3637 no-repeat right center;
    border: 0 !important;
    text-transform: uppercase;
    text-indent: 8px;
    cursor: pointer;
}

#trabalhe-conosco input[type="file"] {
    display: none;
    display: block\9;
}


#login-container{
    background:#231f20;
    padding:30px 0 50px;
    text-align:right;
    margin: 0 15px 30px;
    height:345px;
    position:relative;
    display:none;
}

#termos{
    width: 600px;
    position: absolute;
    height: 270px;
    top: 40px;
    left: 40px;
    overflow-y: auto;
    color: #321f20;
    padding: 15px 20px;
    text-align: justify;
    display: none;
    background: #fff;
    font-size: 1.25em;
}
#login-close{
    position:absolute;
    right:12px;
    top:12px;
    background:url(../_img/login-close.png) no-repeat;
    width:17px;
    height:15px;
    cursor:pointer;
}
#cad-form,
#login-form{
    width:320px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color:#b2bcc6;

    text-transform:uppercase;
    position:absolute;
    right:40px;
    background:#231f20;
}
#cad-form h5,
#login-form h5{
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: none;
}
#cad-form a,
#login-form a{
    margin-left: 7px;
    letter-spacing: 0.08em;
    color:#fff;
}

#cad-form fieldset,
#login-form fieldset{
    position:relative;
    width:100%;
    margin:12px 0;
}

#cad-form fieldset.radio-bs {
    color: #fff;
}

#cad-form label,
#login-form label{
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color:#231f20;
    position:absolute;
    left:7px;
    top:4px;
    text-transform: uppercase;
}

#cad-form .radio-bs label{
    position:relative;
    color:#ddd;
    margin: 0 22px 0 -5px;
    vertical-align: top;
}
#cad-form .radio-bs input{
    margin:0 0 0 10px;
    top: 4px;
    position:relative;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
}
#cad-form input[type=text], #cad-form input[type=password],
#login-form input[type=text], #login-form input[type=password]{
    color:#231f20;
    border:0;
    width:100%;
    padding:0 7px;
    height:18px;
}
#cad-form input[type=button],
#login-form input[type=button]{
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color:#231f20;
    border:0;
    text-transform:uppercase;
    background:#fff;
    height: 22px;
    line-height:1;
    letter-spacing: 0.08em;
    margin-right:65px;
    padding:0 6px;
}
#cad-form input[type=button] {
    margin-right:45px;
    margin-bottom: 8px;
}

#cad-error,
#login-error{
    color:#dd1338;
    margin:10px 0;
    text-transform:none;
}

#cad-form p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color:#fff;
    text-transform:none;
}

#cad-form p a {
    display: block;
    color: #b1bbc4;
    margin: 0;
}

#cad-form input[type=checkbox]+label{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color:#fff;
    left:22px;
    text-transform: none;
}

.pass-recover{
    display: block;
    margin: 28px 0 0 0 !important;
    text-transform: none;
    padding-left:19px;
    background:url(../_img/pass-recover-arrow.png) left center no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:12px;
    line-height: 1;
    color: #fff;
    cursor:pointer;
}

/*
* TODO - BTNS IDIOMA DESABILIOTADOS
*/
#menu-info .lang-box {
    display: none !important;
}

#menu-info .lang-box a{
    color:#95a2ab;
}
#menu-info .lang-box a.active-lang{
    color:#0f0f0f;
}

#menu-info #usr-logged{
    display: block;
    padding: 10px 0 10px 10px;
    margin: -10px 0;
    width: 105px;
    position: relative;
}
#menu-info #usr-logged .down-arrow{
    display: block;
    position: absolute;
    width:11px;
    height:11px;
    right:11px;
    top:9px;
    background: url(../_img/sprite-seta-trocada-select.png) left top;
}
#menu-info .login-data:hover #usr-logged{
    background:url(../_img/bg-alpha-2.png) 0 bottom;
    color:#dedede;
}
#menu-info .login-data:hover #usr-logged .down-arrow{
    background-position: left bottom;
}
#submenu-usuario-mobile,
#submenu-usuario {
    list-style: none;
    padding: 5px 14px 0 10px;
    position: absolute;
    background: url(../_img/bg-alpha-2.png) 0 bottom;
    top: 49px;
    z-index: 10;
    width:105px;
    display:none;
}
.login-data:hover #submenu-usuario{
    display:block;
}
#menu-info #submenu-usuario li {
    padding:4px 0;
}
#menu-info #submenu-usuario a {
    color: #dedede;
}

#popup-pass-recover{
    display:none;
    z-index:700;
}
#popup-pass-recover label{
    margin:0 0 0 25px;
}
#popup-pass-recover input[type="text"]{
    display:block;
    width: 329px;
    height: 18px;
    margin:0 0 0 25px;

}
#popup-pass-recover .btn-recover-pass{
    float:right;
    margin: 20px 25px 0;
    text-transform: uppercase;
    padding: 7px 5px;
    font-size: 11px;
    color: #fff;
    background-color: #231f20;
}

/********************************************
*               MICASA
********************************************/

#place-internal {
    position: relative;
    padding:0 0 88px;
}
#place-internal .text{
    margin:30px 0 0;
}
#place-internal .text,
.place-text p{
    word-wrap: break-word;
    text-align:justify;
    font-size:1.3em;
}

#place-internal-images{}
#place-internal-images .item{float:left;display:block;max-width:50%;/*max-height:180px;*//*margin:1%;*/overflow:hidden;margin-bottom: 12px;}
#place-internal-images .item.first{width:100%;max-width:none;max-height:none; margin-bottom: 12px; }
#place-internal-images .item img{ width:100%; }
#place-internal-images .item.first img{max-width:none;max-height:none;}

/*#place-internal-images .item:nth-child(2) img{ padding-right: 6px; }
#place-internal-images .item:last-child img{ padding-left: 6px; }*/
/*
nth-child odd even
*/
#place-internal-images .item:nth-child(even) img{ padding-right: 6px; }
#place-internal-images .item:nth-child(odd) img{ padding-left: 6px; }
#place-internal-images .item:first-child img{ padding: 0; }


#popup-send-favorite{
    display:none;
}

#place-internal .place-info h1{ margin:0; }
#place-internal .place-info .place-share {
    text-align: right;
}

#place-internal .btn-favorites {
    top: -41px;
}

#senha-form{ margin:110px auto; width:200px; position:relative; }
#senha-form fieldset{ position:relative;margin:5px 0; }
#senha-form label{ position:absolute;top:4px;left:4px; }
#senha-form input[type="password"]{ width:100%; }


/********************************************
*          CADASTRO DE PROFISSIONAIS
********************************************/
#cadastro-profissionais {
    position: relative;
}

#cadastro-profissionais .form-grupo-2 {
    position: relative;
    height: 38px;
    margin: 0 0 11px 0;
    float: left;
}


#cadastro-profissionais .col-15 {
    width: 15% !important;
}

#cadastro-profissionais .col-19 {
    width: 19% !important;
}

#cadastro-profissionais .col-32 {
    width: 32% !important;
}

#cadastro-profissionais .col-34 {
    width: 34% !important;
}

#cadastro-profissionais .col-47 {
    width: 47% !important;
}

#cadastro-profissionais .col-48 {
    width: 48% !important;
}

#cadastro-profissionais .col-54 {
    width: 54% !important;
}

#cadastro-profissionais .col-61 {
    width: 61% !important;
}

#cadastro-profissionais .col-80 {
    width: 80% !important;
}

#cadastro-profissionais .col-100 {
    width: 100% !important;
}

#cadastro-profissionais .offset-5 {
    margin-right: 5% !important;
}

#cadastro-profissionais .offset-46 {
    margin-right: 46% !important;
}

#cadastro-profissionais .sel-15 .bootstrap-select {
    width: 15% !important;
    margin-right: 5% !important;
}

#cadastro-profissionais .form-grupo-2 span.label {
    display: block;
    padding: 0 0 8px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #262626;
    text-align: left;
}

#cadastro-profissionais fieldset.sessao{
    margin: 0 0 15px 0;
}

#cadastro-profissionais fieldset.right-col
{
    margin:55px 0 15px;
}

#cadastro-profissionais fieldset.sessao legend {
    font-size: 19px;
    color: #1e1e1e;
    padding: 0 0 18px 0;
}

#cadastro-profissionais .regulamento {
    position: relative;
    height: 260px;
    border: 1px solid #231f21;
    padding: 19px 14px;
    font-size: 13px;
    color: #262626;
    overflow: auto;
}



/********************************************
*              GALERIAS
********************************************/
#gallery-content{
    position:relative;
    display:table;
    width: 100%;
}
.gallery{
    position: relative;
    float: left;
    overflow: hidden;
    margin:10px 0.5%;
}
.gal-image{
    width:100%;
    height:100%;
}
.gal-image img{
    min-width:100%;
}
.gal-2-2{
    height: 420px;
    width: 49%;
}
.gal-1-2{
    height: 200px;
    width: 49%;
}
.gal-1-1{
    height: 200px;
    width: 24%;
}

.gal-caption{
    position: absolute;
    bottom: 0;
    background: rgba(35,31,33,0.45);
    width: 100%;
    text-transform: uppercase;
    color:#fff;
}
.gal-caption a{
    color: #fff;
    text-decoration:none;
}
.gal-caption h2{
    font-size:17px;
    letter-spacing: 0.1em;
    margin: 15px 15px 0;
}
.gal-caption p{
    font-size:14px;
    font-weight: 100;
    margin: 0 15px 15px;
}



#gallery-slide{
    position: relative;
    margin: 0 15px;
}
#gallery-slide img{
    width: 100%;
}
#gallery-slide-footer{
    position:relative;
    text-transform: uppercase;
}
#gallery-slide-footer h1{
    text-align: center;
    font-size: 20px;

    /*TODO*/
    width: 60%;
    margin: 20px auto 10px;
    padding: 0 50px;
}
#gallery-slide-footer h5{
    text-align: center;
    font-size: 11px;
}
#gallery-text{
    margin: 70px 0 120px;
    font-size: 14px;
}
a{ color:inherit;text-decoration:none; }

.filter-select-galery {
    margin: 25px 0 0 0;
}





#post-detalhes{
    margin: 75px 0 10px;
    font-size:12px;
}
#content-slide
{
    position:relative;
    margin: 0 15px;
}
#content-slide img
{
    max-height:402px;
}

/*-----------------------------------------------------------------------
/                                   MEDIA QUERIES
------------------------------------------------------------------------*/

/* LG */
@media (min-width: 1201px) {

}

/* MD */
@media (max-width: 1200px) {

}

/*@media (max-width: 1199px) {

}*/

/* IPAD */
@media (max-width: 1024px) {
    #termos {
        width: 500px;
    }

    #favorites-list .favorite-item .btn-delete-favorite {
        opacity: 1;
    }
}

@media (max-width: 1010px) {
    .fb-like-box {
        padding: 0;
    }
}

/* SM */
@media (max-width: 992px) {
    .contact-form {
        margin: 0 0 20px 0;
        height: auto;
    }
}

/*@media (max-width: 880px) {

}*/

@media (max-width: 768px) {
    /*
   * MENU
   */
    #menu {
        margin-top: 36px;
    }

    #navigation .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 28px;
        background-color: rgba(0,0,0,0.9);
    }

    #navigation .navbar-collapse .navbar-nav {
        margin: 0;
    }

    #menu .navbar-nav>li>a {
        color: #fff;
        margin: 0;
        padding: 16px 0 16px 14px;
        border-bottom: 1px solid #fff;
    }

    #menu .nav>li>a:focus,
    #menu .nav>li>a:hover,
    #menu .nav>li>a.active {
        background: none;
    }

    #menu .navbar-lang li>a.active-lang{
        color:#95a2ab;
    }

    ul.sub-menu-mobile {
        display: none;
        background-color: #000;
        border-bottom: 1px solid #fff;
    }

    ul.sub-menu-mobile,
    ul.sub-menu-mobile li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    ul.sub-menu-mobile li {
        display: table;
        width: 50%;
        height: 45px;
        padding: 0 22px 0 14px;
        border-bottom: 1px solid #fff;
        background: url("../_img/icon-arrow.png") no-repeat right center #000;
        font-size: 11px;
        font-weight: 400;
        line-height: 1;
        float: left;
    }

    ul.sub-menu-mobile li:nth-child(2n+1) {
        border-right: 1px solid #fff;
    }

    ul.sub-menu-mobile li a {
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3;
        text-decoration: none;
        text-transform: uppercase;
        /*white-space: nowrap;*/
        color: #fff;
    }

    #submenu-usuario-mobile {
        top:92px;
        width:100%;
        padding:0;
    }
    #submenu-usuario-mobile li a{
        padding:12px 15px;
        font-size:1.3em;
        color:#fff;
        display:block;
        width:100%;
        text-transform: uppercase;
    }
    #submenu-usuario-mobile #submenu-mob-nome{
        border-bottom:1px solid #fff;
    }
    #submenu-usuario-mobile .close{
        width:17px;height:15px;
        position:relative;top:13px;right:20px;
        background: url("../_img/icon-close.png") no-repeat;
        opacity:1;
    }

    /*Pesquisa*/
    .box-search-mobile {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        margin: 0;
        padding: 0 13px;
        z-index:11;
    }

    #txt-search-mobile {
        display: none;
        width: 100%;
        height: 26px;
        margin-top: 1px;
        border: 1px #231f20 solid;
        text-indent: 30px;
        z-index:10;
    }

    #txt-search-mobile:focus,
    #txt-search-mobile:active {
        outline: none;
    }

    .btn-search-mobile{
        position: absolute;
        top: 6px;
        right: 100px;
        border: none;
        outline: none;
        background: url("../_img/icon-search.png") no-repeat;
        width: 16px;
        height: 16px;
        -webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;
    }

    .btn-close-search-mobile {
        display: none;
        position: absolute;
        top: 6px;
        right: 25px;
        border: none;
        outline: none;
        background: url("../_img/icon-close.png") no-repeat;
        width: 17px;
        height: 15px;
    }

    .btn-perfil-mobile, .btn-login-mobile {
        position:absolute;
        top:6px;
        right:65px;
        border: none;
        outline: none;
        background: url(../_img/icon-login.png) no-repeat;
        width:17px;
        height:16px;
        z-index: 5;
    }

    /*
     * DESIGNERS INTERNA
     */
    #designers-internal .designer-thumbs img {
        margin: 10px 0 0 0;
    }

    #designers-internal .designer-thumbs div:first-child img {
        padding-right: 0;
    }

    #designers-internal .designer-thumbs div:last-child img {
        padding-left: 0;
    }

    /*
     * LOGIN
    */
    #login-container {
        height: 360px;
    }

    #cad-form, #login-form{
        position: relative;
        left: inherit;
        right: inherit;
        max-width: 400px;
        margin: auto;

        width: 100%;
        padding: 20px;
        right:0;
    }
    #termos{
        width:94%;
        left:0;
        height:225px;
        margin:0 3%;
    }
}

/* XS */
@media (max-width: 767px) {

    /*
    * GERAL
    */
    .btn-favorites:hover {
        background: url("../_img/sprite-heart-2.png") no-repeat right top;
    }

    .btn-favorites:hover span {
        opacity: 0;
    }

    /*alerts*/
    .pop-msg,
    .pop-erro {
        left: 10%;
        width: 80%;
        margin: 0;
    }

    .pop-mini {
        left: 10%;
        width: 80%;
        margin: 0;
        min-height: 49px;
    }

    #login-container{
        margin:0;
        position:absolute;
        top:0;
        width:100%;
        z-index:100;
    }

    #popup-pass-recover input[type="text"]
    {
        width:80%;
    }

    /*
    * SLIDE HOME
    */
    #box-slides-main {
        margin-bottom: 62px;
    }

    .slide-main .carousel-caption h2,
    .slide-main .carousel-caption h2 a {
        font-size: 12px;
    }
    .slide-main .carousel-caption p,
    .slide-main .carousel-caption p a {
        font-size: 11px;
    }

    .slide-main .carousel-indicators {
        bottom: 108px;
    }
    .slide-main .carousel-caption {
        height: 102px; /*41*/
        margin: 0;
    }

    .slide-prev {
        left: 0;
    }
    .slide-next {
        right: 0;
    }

    /*
    * BLOCOS CONTEÚDO
    */
    #content-block {
        margin-bottom: 20px;
    }

    #novelty-block,
    #related-products-block {
        margin-bottom: 62px;
    }

    /*
    * BLOCO CONTATO
    */
    .block-address {
        height: auto;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .block-fone {
        margin-bottom: 55px;
    }

    #form_cadastro {
        padding-bottom: 8px;
    }

    .cadastro-box,
    .fb-like-box {
        margin-left: 0;
    }

    .fb-like-box {
        max-width: 300px;
    }

    /*
    * BREADCRMB BAR
    */
    #breadcrumb-bar {
        height: auto;
    }

    #breadcrumb-bar .breadcrumb {
        float: none;
    }

    .filter-select {
        float: none;
        margin: 0;
        /*padding-top: 28px;*/
        padding-top: 8px;
        border-top: 1px solid #c7d0d7;
        height: 103px;
    }

    .filter-select .select-box {
        float: left;
    }

    .filter-select .btn-group.bootstrap-select {
        margin-top: 5px;
    }

    .filter-select label {
        display: block;
    }

    .filter-select .btn-group.bootstrap-select .dropdown-toggle[data-id="sel-order"] {
        margin-right: 30px !important;
    }

    .filter-select .btn-group.bootstrap-select .dropdown-toggle,
    .filter-select .bootstrap-select.btn-group .dropdown-menu {
        width: 130px;
    }

    /*
    * PRODUTOS
    */
    #products-list .item .desc {
        width: 100%;
        height: auto;
        opacity: 1;
    }

    #products-list .item img {
        width: 70%;
    }

    /*
    * PRODUTOS INTERNA
    */
    #product-internal h1 {
        padding-top: 28px;
        font-size: 12px;
        letter-spacing: 0.12em;
    }

    #product-internal h3 {
        margin: 2px 0 0 0;
        font-size: 11px;
        letter-spacing: 0.08em;
    }

    #product-internal-content {
        margin: 0 0 25px 0;
    }

    .products-slide-footer {
        height: 102px;
        margin-bottom: 0;
    }

    .product-tab-box {
        margin: 40px 0 0 0;
    }

    .product-tab {
        display: block;
        margin: 24px 0 48px 0;
    }

    .product-tab .measures-img img {
        max-width: 100%;
    }

    #product-colors p {
        font-size: 13px;
    }

    .clolors-box {
        margin: 27px 0 5px 0;
        text-align: center;
    }

    .clolors-box .color-item {
        display: inline-block;
        float: none;
    }

    .desgin-desc .desgin-desc-text {
        margin: 20px 0 0 0;
    }

    .btn-favorites {
        right: 0;
    }

    #product-internal .btn-fullscreen {
        bottom: 112px;
    }

    .product-share {
        position: absolute;
        right: 0;
        bottom: -58px;
        width: 40px;
        /*margin: auto;*/
        text-align: right;
    }

    /*
    * DESIGNERS
    */
    #designers-list {
        margin: 0 -6px 20px -6px;
    }

    #designers-list .item img{
        -webkit-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter:  grayscale(0);
    }

    #designers-list .item .desc {
        width: 100%;
        height: auto;
        opacity: 1;
    }

    #designers-list .item .desc {
        background-color: rgba(0,0,0,0.5);
    }

    #designers-list .item .btn-favorites-2 {
        opacity: 1;
    }

    /*
    * DESIGNER INTERNA
    */
    #designers-internal .slide-designer-internal {
        margin-bottom: 0;
    }

    #designers-internal .designer-thumbs img {
        margin: 10px 0 0 0;
    }

    #designers-internal .designer-thumbs div:first-child img {
        padding-right: 0;
    }

    #designers-internal .designer-thumbs div:last-child img {
        padding-left: 0;
    }

    #designers-internal .designer-info {
        padding: 0 0 20px 0;
    }

    #designers-internal .designer-projects {
        margin-bottom: 58px;
    }

    /*
    * AMBIENTES
    */
    #environments-list {
        height: auto !important;
    }

    .environments-index {
        display: block;
    }

    .environments-item {
        position: relative !important;
        top: 0 !important;
        padding-bottom: 10px;
    }

    .environments-icons {
        display: block;
        position: relative;
        bottom: 0;
        height: auto;
    }

    .environments-icons .icon {
        display: block;
        width: 100% !important;
        margin-bottom: 1px;
    }

    .environments-icons .icon .icon-content {
        margin-right: 0;
        overflow: visible;
    }

    .environments-img {
        padding-bottom: 0;
    }

    /*
    * MARCAS INTERNA
    */
    #brands-internal .brand-thumbs img {
        margin: 10px 0 0 0;
    }

    #brands-internal .brand-thumbs div:first-child img {
        padding-right: 0;
    }

    #brands-internal .brand-thumbs div:last-child img {
        padding-left: 0;
    }

    #brands-internal .brand-info {
        padding: 0 0 20px 0;
    }

    #brands-internal .brand-info h1 {
        margin-top: 20px;
    }

    #brands-internal .brand-info h1 img {
        max-width: 45%;
    }

    /*
    * SOBRE
    */
    #place-internal .place-info {
        padding: 0 0 20px 0;
    }
    #place-internal-images .item.first { margin-bottom: 3px; }
    #place-internal-images .item{ margin:3px 0; }
    #place-internal .image-mobile{ margin:3px 0; }
    #place-internal .image-mobile img{ max-width:100%; }

    .place-info h1 img{ max-width:45%; }

    /*
    * CONTATO
    */
    .contact-form {
        margin: 0 0 20px 0;
        height: auto;
    }

    /*
    * FAVORITOS
    */
    .box-cadastro {
        margin: 0 0 20px 0;
        padding-left: 0;
        padding-top: 0;
        height: auto;
    }

    #favorites-list .favorite-item {
        width: 100%;
        height: auto !important;
    }

    #favorites-list .favorite-item .btn-delete-favorite {
        opacity: 1;
    }

    #breadcrumb-bar .btns-breadcrumb {
        display: block;
        margin: 0;
        float: none;
    }

    #breadcrumb-bar .btns-breadcrumb button {
        display: block;
    }

    #txt-name-list,
    #txt-name-edit-list,
    #txt-send-email {
        width: 180px;
    }

    .pop-favorite .filter-select .btn-group.bootstrap-select .dropdown-toggle,
    .pop-favorite .filter-select .bootstrap-select.btn-group .dropdown-menu {
        width: 180px;
    }

    #popup-favorite .filter-select {
        border: none;
        height: 30px;
        padding-top: 0;
    }

    /*
    * PESQUISA
    */
    #search-list .search-item {
        width: 100%;
    }

    #search-list .search-item .search-text p,
    #search-list .search-item .search-text p a {
        display: block;
    }


    /*
    * GALERIAS
    */

    .gallery{
        display:block;
        float:none;
    }
    .gal-image img{
        vertical-align: middle;
        width:100%;
    }
    .gal-1-1,
    .gal-1-2,
    .gal-2-2{
        width: 100%;
        height: auto;
    }

    #gallery-slide-footer h1 {
        width: 100%;
    }


    #cadastro-profissionais fieldset.right-col
    {
        margin:0 0 15px;
    }

    #cp_btn_enviar{
        margin:0;
    }


    /*
    * FOOTER
    */

    .block-fone .icon-fone,
    .block-fone .icon-email,
    .block-fone .icon-facebook,
    .block-fone .icon-instagram {
        display: block;
        margin-bottom: 8px;
    }

}

@media (min-width: 768px)
{
    .navbar-right {
        margin-right: 0;
    }
}

/* Orientações Fullscren */

@media (orientation: landscape) {

    #fullscreen-box .carousel-inner {
        height: 100%;
    }

    #fullscreen-box .carousel-inner .item {
        height: 100%;
        text-align: center;
    }

    #fullscreen-box .carousel-inner .item img,
    .img-full {
        width: auto;
        margin: auto;
        max-height: 100%;
    }
}

@media (orientation: portrait) {

    #fullscreen-box {
        height: auto;
    }

    #fullscreen-box .carousel-inner .item img,
    .img-full {
        width: 100%;
        height: auto;
    }
}

/**/
@media (max-width: 768px) {
    .hidden-xs-2 {
        display: none !important;
    }
}

.visible-xs-2 {
    display: none !important;
}
@media (max-width: 768px) {
    .visible-xs-2 {
        display: block !important;
    }
}

/* media queries alert cookies */
@media (max-width: 1170px) {
    #box-msg .box-msg-texto {
        width: 60%;
    }

    #box-msg .box-msg-btn {
        width: 40%;
    }
}

@media (max-width: 900px) {
    #box-msg .box-msg-texto {
        width: 55%;
    }

    #box-msg .box-msg-btn {
        width: 45%;
    }

    #box-msg .box-msg-btn .btns .btn-default {
        padding: 4px 10px 4px 10px;
        margin: 0 0 0 7px;
    }
    #box-msg .box-msg-btn .btns .btn-fechar-box-msg {
        margin: 0 0 0 20px;
    }
}


