/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: "Bristol" */
/* Version: 1.0 Initial Release */
/* Build Date: 08-03-2017 */
/* Author: UnionAgency */
/* Copyright: (C) 2017 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - FONTS */
/* 02 - LOADER */
/* 03 - RESET STYLES */
/* 04 - GLOBAL SETTINGS */
/* 05 - SWIPER SLIDER */
/* 06 - POPUPS */
/* 07 - HEADER */
/* 08 - FOOTER */
/* 09 - HOME PAGE */
/* 10 - ABOUT PAGE */
/* 11 - SHOP */
/* 12 - SHOP #2*/
/* 13 - DETAIL PAGE*/
/* 14 - CHECKOUT*/
/* 15 - CSS ANIMATION */

/*-------------------------------------------------------------------------------------------------------------------------------*/

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

.class{font-family: 'Hind', sans-serif;}
.quick-view-popup .info-title, .btn-sing-up, .shop .detail-item .description ul li > span, .tab-menu, .price, .btn-1, .btn-2{font-family: 'Titillium Web', sans-serif;}
.percent-img-wrapper .percent-img-1 span{font-family: 'Oswald', sans-serif; font-weight: 700;}
.radio .text{font-family: 'Cabin', sans-serif;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - LOADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#loader-wrapper{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: white; z-index: 500;}

.loader {
    position: absolute;
    top: 50%; margin-top: -50px;
    left: 50%; margin-left: -50px;
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #222; /* Green */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
i{font-style: italic;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
body *{-webkit-text-size-adjust:none;}
.clear{clear:both; overflow: hidden; height:0px; font-size:0px; display: block;}
input:focus, select:focus, textarea:focus, button:focus {outline: none;}
input, textarea, select{-webkit-appearance: none; border-radius: 0;}
input[type='number'] {
    -moz-appearance: textfield;
}
a, a:link, a:visited, a:active, a:hover{cursor: pointer; text-decoration: none; outline: none;}
body{font-family: 'Hind', sans-serif; font-weight: 300; font-size: 15px; line-height: 24px; color: #989898;}
body:not(.loaded) *{-webkit-transition: none !important; transition: none !important;}
ul{list-style-type: none;}
select{
  width: 100%;
    height: 100%;
    padding: 0 15px;
    color: #222;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    background: url(../img/flecha_down.png);
    background-repeat: no-repeat;
    background-position: center right;

}
option{
   font-size: 14px!important;
}

textarea{
  width: 100%;
    height: 100%;
    padding: 9px 15px;
    color: #222;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    background-repeat: no-repeat;
    background-position: center right;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.is-mobile{display: none;}
@media (max-width: 1199px) {
    .is-mobile{display: block;}
}

#content{overflow-x: hidden;}

/*table*/
.table-view{height: 100%; width: 100%; display: table;}
.row-view{display: table-row;}
.cell-view{display: table-cell; vertical-align: middle; height: inherit;}

.height-min{min-height: 100vh; height: 100%;}
@media (max-width: 1199px) {
  .height-min{min-height: 1px; height: 100%;}
}

/*flex*/
.flex-js{display: flex; /*width:100%;*/ -webkit-align-items:center; align-items:center;}
.flex{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  /*width: 100%;*/ height: 100%; min-height: inherit;
}
.flex-in{display: inline-block; width: 100%;}
.flex-order-1{order: 1;}
.flex-order-2{order: 2;}
.flex-eq-h{display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: stretch; -webkit-align-items: stretch; -webkit-box-align: stretch; align-items: stretch; width: 100%; height: 100%; min-height: inherit;}
@media (min-width: 992px) {
  .flex-md{display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; /*width: 100%;*/ height: 100%; min-height: inherit;}
}
@media (min-width: 768px) {
  .flex-sm{display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; /*width: 100%;*/ height: 100%; min-height: inherit;}
}
@media (max-width: 991px) {
  .flex-js{display: block;}
  .flex{display: block;}
  .flex-eq-h{display: block;}
}
/*flex*/

/*inputs*/
.input-wrapper{display: inline-block; position: relative; margin: 0; height: 100%; width: 100%;}
.input-wrapper .input-style{position: relative; display: block; float: left; width: 100%; height: 40px; margin-right: 0; margin-bottom: 10px; overflow: hidden;}
.input-wrapper .input-style input{width: 100%; height: 100%; padding: 0 15px; color: #222; background-color: transparent; border: 1px solid #e3e3e3;}
/*.input-wrapper .input-style label{position: absolute; left: 15px; top: 6px; cursor: text; font-size: 13px; line-height: 16px; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out; transition-delay: 250ms; -moz-transition-delay: 250ms; -webkit-transition-delay: 250ms; -ms-transition-delay: 250ms;}*/
.input-wrapper .input-style.focus label{top: 6px; opacity: 0; transition-delay: 0ms; -moz-transition-delay: 0ms; -webkit-transition-delay: 0ms; -ms-transition-delay: 0ms;}
.input-wrapper .input-style label{position: absolute; left: 21px; top: 6px; cursor: text; font-size: 13px; line-height: 16px; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out; transition-delay: 250ms; -moz-transition-delay: 250ms; -webkit-transition-delay: 250ms; -ms-transition-delay: 250ms;}

.input-wrapper .input-style.half{width: calc(50% - 5px); margin-right: 10px;}
.input-wrapper .input-style.half.half-right{margin-right: 0;}
.input-wrapper .input-style.third{width: calc(33.33% - 7px); margin-right: 10px;}
.input-wrapper .input-style.third.third-right{margin-right: 0;}
@media (max-width: 1199px) {
  .input-wrapper .input-style.third{width: 100%;}
}
@media (max-width: 767px) {
  .input-wrapper .input-style.half{width: 100%;}
}

p{
  font-size: 18px;
}

.font_size_17{font-size: 17px;}
.font_size_16{font-size: 16px;}
.font_size_13{font-size: 13px;}
.font_size_23{font-size: 23px;}
.text_bold{
  font-weight: bold!important;
}

.text_italic{
  font-style: italic!important;
}

.text_proyectos{
  color:#c78274!important;
  font-weight: bold!important;
}

.color_gris {
    color: #9c9c9c !important;
}

.color_blanco {
    color: #ffffff !important;
}

.color_negro{
  color:#000000!important;
}

.color_cashmere{
  color:#c78274!important;
}

.background_negro{
  background-color:#000000!important;
}

.background_cashmere_footer{
  background-color:#88453f!important;
  margin: 0 0.1px;
}

.d-flex{display: flex;}
  .justify-content-center{justify-content: center;}  
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - BUTTONS AND INPUT STYLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*inputs*/

/*sumoselect*/
/*.shop .SumoSelect{position: relative; display: inline-block; height: 40px; width: 100%; font-size: 13px; line-height: 30px; vertical-align: top; text-align: left; margin-bottom: 10px;}
.shop .SumoSelect > .CaptionCont{border-radius: 0; border: 1px solid #e3e3e3;}
.shop .SumoSelect > .optWrapper{border-radius: 0;}
.shop .SumoSelect.open > .optWrapper{top: 40px;}
.shop .SumoSelect > .optWrapper > .options{border-radius: 0;}
.shop .SelectBox{display: block; height: 40px; padding: 5px 15px;}
.shop .SumoSelect:focus > .CaptionCont,
.shop .SumoSelect:hover > .CaptionCont,
.shop .SumoSelect.open > .CaptionCont{box-shadow: none; border-color: #c78274; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.shop .SumoSelect > .CaptionCont > label > i{background-image: url(../img/shop/down.png);}
.shop .SumoSelect > .optWrapper > .options  li.opt{padding: 3px 6px;}
.shop .SumoSelect > .optWrapper > .options  li.opt:hover{background-color: #c78274; color: #fff; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.shop .SumoSelect > .optWrapper > .options > li.opt:first-child,
.shop .SumoSelect > .optWrapper > .options > li.opt:last-child{border-radius: 0;}
.shop .SumoSelect > .CaptionCont > span.placeholder{font-style: normal; color: #989898;}

.shop .SumoSelect.sumo_sortby{width: 270px;}
.shop .SumoSelect.sumo_show{width: 110px;}
.shop .SumoSelect.sumo_country{width: calc(33.33% - 7px); margin-right: 10px; margin-bottom: 10px; float: left;}
.shop .SumoSelect.sumo_city{width: calc(33.33% - 7px); margin-right: 0; margin-bottom: 10px; float: left;}

.select-date{width: 67.2%; position: relative; float: left; padding-left: 120px;}
.select-date > span{position: absolute; left: 0; top: 0; font-size: 12px; line-height: 40px; color: #222;}
.select-date .SumoSelect{width: calc(50% - 10px); margin-right: 10px; float: left;}
.SumoSelect > .CaptionCont > span {
   
    font-size: 13px!important;
}*/

.shop .SumoSelect{position: relative; display: inline-block; height: 40px; /*width: 34%;*/ font-size: 13px; line-height: 30px; vertical-align: top; text-align: left; margin-bottom: 10px;}
.shop .SumoSelect > .CaptionCont{border-radius: 0; border: 1px solid #e3e3e3; display: none}
.shop .SumoSelect > .optWrapper{border-radius: 0;display: none;}
.shop .SumoSelect.open > .optWrapper{top: 40px;}
.shop .SumoSelect > .optWrapper > .options{border-radius: 0;}
.shop .SelectBox{display: block; height: 40px; padding: 5px 15px;}
.shop .SumoSelect:focus > .CaptionCont,
.shop .SumoSelect:hover > .CaptionCont,
.shop .SumoSelect.open > .CaptionCont{box-shadow: none; border-color: #c78274; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.shop .SumoSelect > .CaptionCont > label > i{background-image: url(../img/shop/down.png);}
/*.shop .SumoSelect > .optWrapper > .options  li.opt{padding: 3px 6px;}*/

.shop .SumoSelect > .optWrapper > .options  option{padding: 3px 6px;}

.shop .SumoSelect > .optWrapper > .options  option:hover{background-color: #c78274; color: #fff; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.shop .SumoSelect > .optWrapper > .options > option:first-child,
.shop .SumoSelect > .optWrapper > .options > option:last-child{border-radius: 0;}

/*.shop .SumoSelect > .optWrapper > .options  li.opt:hover{background-color: #c78274; color: #fff; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.shop .SumoSelect > .optWrapper > .options > li.opt:first-child,
.shop .SumoSelect > .optWrapper > .options > li.opt:last-child{border-radius: 0;}
.shop .SumoSelect > .CaptionCont > span.placeholder{font-style: normal; color: #989898;}*/

.shop .SumoSelect.sumo_sortby{width: 270px;}
.shop .SumoSelect.sumo_show{width: 110px;}
.shop .SumoSelect.sumo_country{width: calc(33.33% - 7px); margin-right: 10px; margin-bottom: 10px; float: left;}
.shop .SumoSelect.sumo_city{width: calc(33.33% - 7px); margin-right: 0; margin-bottom: 10px; float: left;}


.shop .SumoSelect.sumo_registroidProvincia{width: calc(32.6% - 7px); margin-right: 10px; margin-bottom: 10px; float: left;}
.shop .SumoSelect.sumo_registroidPais{width: calc(32.6% - 7px); margin-right: 10px; margin-bottom: 10px; float: left;}
.shop .SumoSelect.sumo_registroidProvincia2{width: calc(101.4% - 7px); margin-right: 10px; margin-bottom: 10px; float: left;}
.shop .SumoSelect.sumo_registroidPais2{width: calc(101.4% - 7px); margin-right: 10px; margin-bottom: 10px; float: left;}
/*.shop .SumoSelect{width: calc(32.6% - 7px); margin-right: 10px; margin-bottom: 10px; float: left;}*/
.shop .SumoSelect{width: 100%; margin-right: 10px; margin-bottom: 10px; float: left;}
#capaUnidadesAnadir .SumoSelect{width:100%!important; margin-right: 10px; margin-bottom: 10px; float: left;}

.select-date{width: 67.2%; position: relative; float: left; padding-left: 120px;}
.select-date > span{position: absolute; left: 0; top: 0; font-size: 12px; line-height: 40px; color: #222;}
.select-date .SumoSelect{width: calc(50% - 10px); margin-right: 10px; float: left;}
.SumoSelect > .CaptionCont > span {
   
    font-size: 13px!important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shop .inline-wrapper .SumoSelect:first-child{width: 250px;}
  .shop .inline-wrapper .SumoSelect:last-child{width: 110px;}
}
@media (max-width: 991px) {
  .shop .SumoSelect{width: 100%;}
  .select-date{width: 100%;}
}
@media (max-width: 767px) {
  .shop .SumoSelect{display: block; width: 100%; margin-bottom: 15px; float: left;}
}

/*radiobutton*/
.radio{position: relative; display: inline-block; cursor: pointer; min-width: 20px; min-height: 20px;}
.radio .text{position: relative; font-size: 16px; line-height: 20px; padding-left: 35px; display: block; text-transform: uppercase; color: #222;}
.radio .text span{color: #7a7a7a; padding-left: 15px;}
.radio input:checked+.text{color: #c78274;}
.radio input{opacity: 0;}
.radio input:checked+.text span{color: #c78274;}
.radio .text:before{content: ""; position: absolute; left: 3px; top: 3px; width: 14px; height: 14px; border-radius: 50%; -webkit-border-radius: 50%; background-color: transparent;}
.radio input:checked+.text:before{background-color: #c78274;}
.radio .text:after{content: ""; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 1px #222 solid; border-radius: 10px; -webkit-border-radius: 10px;}
.radio input:checked+.text:after{content: ""; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 1px #c78274 solid; border-radius: 10px; -webkit-border-radius: 10px;}

.radio-item{display: block; float: left; width: calc(50% - 10px); margin-right: 20px; margin-bottom: 10px;}
.radio-item.right{margin-right: 0;}
.radio-item p{padding-left: 35px;}
@media (max-width: 767px) {
  .radio-item{width: 100%;}
}

/*buttons*/
#ficha2 .btn-wrap{position: relative; display: inline-block;margin-top: 30px;}

.btn-wrap{position: relative; display: inline-block;}
.btn-1{position: relative; float: left; padding: 7px 25px 7px 25px; background:#fff; color: #222; font-size: 13px; line-height: 24px; font-weight: bold; text-transform: uppercase; cursor: pointer;border: 1px solid #c78274; float:right}
.btn-1 span{z-index: 2; position: relative; color: #222; cursor: pointer;}
.btn-1:before{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #c78274; opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0);}
.btn-1.border{border: 1px solid #c78274;}
.btn-1.border span{color: #c78274;}
.btn-1.border:before{background: #222; width: calc(100% + 2px); left: -1px; height: calc(100% + 2px); top: -1px;}
.btn-2{position: relative; float: none; padding: 7px 25px 7px 25px; background:#c78274; color: #fff; font-size: 13px; line-height: 24px; font-weight: bold; text-transform: uppercase; cursor: pointer;}
.btn-2 span{z-index: 2; position: relative; color: #fff; cursor: pointer;}
.btn-2:before{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #222; opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0);}
.btn-play{position: absolute; left: 50%; top: 50%; width: 84px; height: 54px; text-align: center; background-color: #c78274; cursor: pointer; color: #fff; margin-left: -42px; margin-top: -27px; outline: 3px solid rgb(199 130 116 / 50%); box-sizing: border-box;}
.btn-play i{line-height: 54px;}
.clear{
  clear:both;
}

#btn_mas.btn-2{position: relative; float: none; padding: 3px 14px 5px 14px; background:#c78274; color: #fff; font-size: 19px; line-height: 24px; font-weight: bold; text-transform: uppercase; cursor: pointer;margin-left: 5px;}
#btn_mas.btn-2 span{z-index: 2; position: relative; color: #fff; cursor: pointer;}
#btn_mas.btn-2:before{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #222; opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0);}






@media (min-width: 1200px) {
    .btn-1:hover span{color: #fff;}
    .btn-1.border:hover span{color: #c78274;}
    .btn-2:hover span{color: #c78274;}
    #btn_mas.btn-2:hover span{color: #c78274;}
    .btn-1:hover:before{opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
    .btn-2:hover:before{opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
    #btn_mas.btn-2:hover:before{opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
    .btn-play:hover{background-color: rgba(255,255,255,0.7); color: #c78274; outline-color: #c78274;}
}
/*buttons*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.h1,.h2,.h3,.h4,.h5,.h6, .h1-2{font-family: 'Titillium Web', sans-serif; color: #222; font-weight: 400; margin: 0;}
.h1{font-size: 60px; line-height: 60px; padding-bottom: 17px; position: relative;}
.h1:before{content: ""; position: absolute; width: 100%; height: 1px; bottom: 0; left: 0; background-color: #c78274;}
#carro_tienda.h4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #c78274;
}
.h1-2{font-size: 60px; line-height: 60px; padding-bottom: 17px; position: relative;margin-top: 18px;}
.h1-2:before{content: ""; position: absolute; width: 50px; height: 1px; bottom: 0; left: 50%; margin-left: -25px; background-color: #c78274;}
.h2{font-size: 42px; line-height: 40px; padding-bottom: 22px; position: relative;}
.h2:before{content: ""; position: absolute; width: 50px; height: 1px; bottom: 0; left: 50%; margin-left: -25px; background-color: #c78274;}
.h2.text-left:before {left: 0px; margin-left: 0px;}
.h2.white:before{background-color: #fff;}
.h3{font-size: 28px; line-height: 28px; text-transform: uppercase;}
.h4{font-size: 23px; line-height: 30px; text-transform: uppercase;}
.h5{font-size: 20px; line-height: 26px; text-transform: none;}
.h6{font-size: 16px; line-height: 21px;}
.h6.sm {font-size: 14px; line-height: 22px;}
.h7{font-size: 13px; line-height: 24px; color: #fff; font-family: 'Hind', sans-serif;}
.title_footer{
  font-size: 20px;
    color: #ffffff;
}
.large{font-size: 26px; line-height: 26px;}
.big{font-size: 15px; line-height: 26px;}
.normal{font-size: 15px; line-height: 24px;}
.small{font-size: 13px; line-height: 32px;}
.small-sm{font-size: 13px; line-height: 24px;}
.small-xs{font-size: 12px; line-height: 28px;}

@media (max-width: 991px) {
  .h1{padding-bottom: 10px;}
  .h1:before{display: none;}
    .shop .h1 {
        padding-bottom: 10px;
        margin-top: 26px;
    }
}
@media (max-width: 479px) {
  .h1{font-size: 46px; line-height: 46px;}
}

article{position: relative; float: left; width: 100%;}
.article{position: relative; float: left; width: 100%;}

.white{color: #fff;}
.white-70{color: rgba(255,255,255,0.7);}
.black{color: #222222;}
.grey{color: #989898;}
.yellow{color: #c78274;}

/*hover*/
.img-hover-1,
.img-hover-2{display: block; width: 100%; overflow: hidden;}
.img-hover-1 img,
.img-hover-2 img{display: block; width: 100%; -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); -moz-transition:transform 300ms ease-out; -o-transition:transform 300ms ease-out; -webkit-transition:transform 300ms ease-out; transition:transform 300ms ease-out; -ms-transition:transform 300ms ease-out;}
@media (min-width: 1200px) {
  .hover-1:hover{color: #c78274; cursor: pointer; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
  .img-hover-1:hover img{-ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
   #categoria_productos .img-hover-1:hover img{-ms-transform: scale(0.9); -webkit-transform: scale(0.9); transform: scale(0.9);}
  
  .img-hover-2:hover img{-ms-transform: scale(0.9); -webkit-transform: scale(0.9); transform: scale(0.9);}
}
/*hover*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - EMPTY SPACE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*padding class*/
.empty-space{position: relative; display: block;}

.h0-xs{height: 0px;}
.h5-xs{height: 5px;}
.h10-xs{height: 10px;}
.h15-xs{height: 15px;}
.h20-xs{height: 20px;}
.h25-xs{height: 25px;}
.h30-xs{height: 30px;}
.h35-xs{height: 35px;}
.h40-xs{height: 40px;}
.h45-xs{height: 45px;}
.h50-xs{height: 50px;}
.h55-xs{height: 55px;}
.h60-xs{height: 60px;}
.h65-xs{height: 65px;}
.h70-xs{height: 70px;}
.h75-xs{height: 75px;}
.h80-xs{height: 80px;}
.h85-xs{height: 85px;}
.h90-xs{height: 90px;}
.h95-xs{height: 95px;}
.h100-xs{height: 100px;}

@media (min-width: 768px) {
  .h0-sm{height: 0px;}
  .h5-sm{height: 5px;}
  .h10-sm{height: 10px;}
  .h15-sm{height: 15px;}
  .h20-sm{height: 20px;}
  .h25-sm{height: 25px;}
  .h30-sm{height: 30px;}
  .h35-sm{height: 35px;}
  .h40-sm{height: 40px;}
  .h45-sm{height: 45px;}
  .h50-sm{height: 50px;}
  .h55-sm{height: 55px;}
  .h60-sm{height: 60px;}
  .h65-sm{height: 65px;}
  .h70-sm{height: 70px;}
  .h75-sm{height: 75px;}
  .h80-sm{height: 80px;}
  .h85-sm{height: 85px;}
  .h90-sm{height: 90px;}
  .h95-sm{height: 95px;}
  .h100-sm{height: 100px;}
}

@media (min-width: 992px) {
  .h0-md{height: 0px;}
  .h5-md{height: 5px;}
  .h10-md{height: 10px;}
  .h15-md{height: 15px;}
  .h20-md{height: 20px;}
  .h25-md{height: 25px;}
  .h30-md{height: 30px;}
  .h35-md{height: 35px;}
  .h40-md{height: 40px;}
  .h45-md{height: 45px;}
  .h50-md{height: 50px;}
  .h55-md{height: 55px;}
  .h60-md{height: 60px;}
  .h65-md{height: 65px;}
  .h70-md{height: 70px;}
  .h75-md{height: 75px;}
  .h80-md{height: 80px;}
  .h85-md{height: 85px;}
  .h90-md{height: 90px;}
  .h95-md{height: 95px;}
  .h100-md{height: 100px;}
}

@media (min-width: 1200px) {
  .h0-lg{height: 0px;}
  .h5-lg{height: 5px;}
  .h10-lg{height: 10px;}
  .h15-lg{height: 15px;}
  .h20-lg{height: 20px;}
  .h25-lg{height: 25px;}
  .h30-lg{height: 30px;}
  .h35-lg{height: 35px;}
  .h40-lg{height: 40px;}
  .h45-lg{height: 45px;}
  .h50-lg{height: 50px;}
  .h55-lg{height: 55px;}
  .h60-lg{height: 60px;}
  .h65-lg{height: 65px;}
  .h70-lg{height: 70px;}
  .h75-lg{height: 75px;}
  .h80-lg{height: 80px;}
  .h85-lg{height: 85px;}
  .h90-lg{height: 90px;}
  .h95-lg{height: 95px;}
  .h100-lg{height: 100px;}
}

.fl{float: left; width:100%;}


/*nopadding class*/
.nopadding {padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0;}
@media (min-width: 992px) {
  .nopadding-md{padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0;}
}

/*background*/
.bg{position:absolute; left:0px; top:0px; width:100%; height:100%; overflow:hidden; background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-attachment:scroll;}
.bg.fix{background-attachment: fixed;}
.bg-layer-5{position:absolute; left:0px; top:0px; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.bg-layer-6{position:absolute; left:0px; top:0px; width:100%; height:100%; background:rgba(0,0,0,0.6);}
.bg-layer-7{position:absolute; left:0px; top:0px; width:100%; height:100%; background:rgba(255,255,255,1);}

.clip{clip: rect(auto, auto, auto, auto); height: 80%; position: absolute; width: 100%; left: 0px; top: 0px;}
#detalles.clip{clip: rect(auto, auto, auto, auto); height: 100%; position: absolute; width: 100%; left: 0px; top: 0px;} 

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

/*table*/
.table-view{height: 100%; width: 100%; display: table;}
.row-view{display: table-row;}
.cell-view{display: table-cell; vertical-align: middle; height: inherit;}

/*block*/
.block{position: relative; float: left; width: 100%;}
.wide-container-fluid{position: relative; padding: 0 50px;}
.container-fluid-05{position: relative; padding: 0 5px;}
.container-fluid-10{position: relative; padding: 0 10px;}
@media (max-width: 767px) {
  .wide-container-fluid{padding: 0 15px;}
}

.grid-5-col{position: relative; width: 20%; float: left; min-height: 1px; padding-left: 15px; padding-right: 15px;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - SWIPER SLIDER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.swiper-button-wrapper{position: absolute; left: 0; top: 50%; width: 100%; height: 0;}
.swiper-button-wrapper .container{position: relative;}
.swiper-button-wrapper .container .swiper-button-prev{left: -60px;}
.swiper-button-wrapper .container .swiper-button-next{right: -60px;}
.swiper-button-next, .swiper-button-prev{width: 8px; height: 14px; margin-top: -4px; background-size: 8px 14px;}
.swiper-button-prev{background-image: url(../img/prev.png);}
.swiper-button-next{background-image: url(../img/next.png);}
.swiper-pagination{position: relative; margin-top: 30px; display: block;}
.swiper-pagination-bullet{margin: 0 7px; width: 7px; height: 7px;}
.swiper-pagination-black .swiper-pagination-bullet-active{background-color: #c78274;}
.swiper-pagination-black.type-2 .swiper-pagination-bullet-active{background-color: #fff;}
.swiper-pagination-black.type-2 .swiper-pagination-bullet {background: rgba(255,255,255,0.6);}

.swiper-button.square-style{height: 40px; width: 40px; background-color: transparent; margin-top: -20px;}
.swiper-button.square-style img{margin-top: 13px;}
.swiper-button.square-style:before{content: ""; position: absolute; left: 0; top: 0; width: 0; height: 0; border-left: 1px solid #c78274; border-top: 1px solid #c78274; opacity: 0; -moz-transition:all 300ms ease-out; -o-transition:all 300ms ease-out; -webkit-transition:all 300ms ease-out; transition:all 300ms ease-out; -ms-transition:all 300ms ease-out;}
.swiper-button.square-style:after{content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 0; border-bottom: 1px solid #c78274; border-right: 1px solid #c78274; opacity: 0; -moz-transition:all 300ms ease-out; -o-transition:all 300ms ease-out; -webkit-transition:all 300ms ease-out; transition:all 300ms ease-out; -ms-transition:all 300ms ease-out;}

@media (min-width: 1200px) {
    .swiper-button.square-style:hover:before{width: 100%; height: 100%; opacity: 1;}
    .swiper-button.square-style:hover:after{width: 100%; height: 100%; opacity: 1;}
    .basket .img-wrapper2 {
      position: relative;
      display: inline-block;
      width: 25px;
      height: 27px;
      background-image: url(../img/lupa.png);
      background-repeat: no-repeat;
      background-position: top left;
  }
}

@media (max-width: 1199px) {
  .swiper-pagination.visible-sm{display: block;}
  .basket .img-wrapper2 {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 27px;
    background-image: url(../img/lupa2.png);
    background-repeat: no-repeat;
    background-position: top left;
}
}

/*TABS */
.tabs-block{text-align: center;}
.tab-menu{display: inline-block; font-size: 16px; line-height: 24px; text-transform: uppercase; margin-left: 15px; margin-right: 15px; cursor: pointer; color: #a1a1a1;}
.tab-menu.active{color: #c78274;}
.tabs-block li {display: inline-block; font-size: 16px; line-height: 24px; text-transform: uppercase; margin-left: 15px; margin-right: 15px; cursor: pointer; color: #a1a1a1;}
.tabs-block li a.active{color: #c78274;}
.tabs-block li a{color: #a1a1a1;}
.tab-entry{display: none; text-align: left; font-size: 13px; margin-top: 35px;}
.tab-entry ul{margin-top: 20px;}
.tab-entry ul.disc li{margin: 5px 0;}
.tab-entry ul.disc li:before{content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; margin-right: 15px; background-color: #c78274;}

@media (min-width: 1200px) {
  .tab-menu:hover{color: #c78274; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
}

.overlay-wrapper, .overlay-wrapper-video{visibility: hidden; width: 100%; height: 100%; position: fixed; z-index: 100;}
.overlay-wrapper.active, .overlay-wrapper-video.active{visibility: visible;}
.overlay-menu{width: 100%; height: 100%; z-index: -15; opacity: 0; left: 0;}
.overlay-wrapper.active .overlay-menu{opacity: 1; z-index: 15;}
.overlay-menu ul{display: inline-block; width: 100%; z-index: 6; list-style-type: none;}
.overlay-menu ul > li{position: relative; float: left; margin: 15px 0; padding: 5px 0; font-size: 18px; width: 100%;}
.overlay-menu ul > li > ul{position: absolute; width: 100%; visibility: hidden; opacity: 0; left: calc(100% + 10px); padding: 20px 20px; background-color: #222; z-index: 6; list-style-type: none; text-align: left;}
.overlay-menu ul > li > ul > li{font-size: 14px; padding: 10px 0; margin: 0;}
.overlay-menu ul > li > a:before{position: absolute; width: 0; height: 1px; background: #c78274; content: ""; left: 0; bottom: 0;}
.overlay-menu ul > li.active > a:before{width: 100%;}
.overlay-menu ul > li > ul > li a:before{display: none;}
.overlay-menu a{color: white; position: relative; padding-bottom: 10px;}
.overlay-animation:before{width: 0; height: 100%; position: absolute; left: 50%;  top: 0; background-color: rgba(34,34,34,0.95); content: "";}
.overlay-animation:after{width: 0; height: 100%; position: absolute; right: 50%;  top: 0; background-color: rgba(34,34,34,0.95); content: "";}
.overlay-wrapper.active .overlay-animation:before, .overlay-wrapper-video.active .overlay-animation:before{width: 50%;}
.overlay-wrapper.active .overlay-animation:after, .overlay-wrapper-video.active .overlay-animation:after{width: 50%;}
.overlay-menu .col-md-2{padding: 0;}

.btn-close *{backface-visibility:  hidden;}
.btn-close{width: 46px; height: 46px; background: #151515; display: block; position: absolute; right: 35px; top: 30px; cursor: pointer; z-index: 7;}
.btn-close span{width: 14px; height: 2px; position: absolute; left: 50%; top: 50%; margin: -1px 0 0 -7px; background: white; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.btn-close span:nth-child(2){transform: rotate(135deg); -webkit-transform: rotate(135deg);}

.overlay-menu .basket,
.overlay-menu .login-wrapper{display: inline-block; width: 22%; text-align: center; opacity: 1; visibility: hidden; z-index: -10; color: #fff; -ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px); margin-left: 0; margin-right: 0; margin-bottom: 10px;}
.overlay-menu .basket{margin-bottom: 25px;}
.overlay-wrapper.active .overlay-menu .basket,
.overlay-wrapper.active .overlay-menu .login-wrapper{z-index: 10; visibility: visible;}

@media (max-height: 720px) {
  .overlay-menu{position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 70px 15px 15px 15px;}
}

@media (min-width: 992px) {
  .btn-close:hover {background: white;}
  .btn-close:hover span{background: #151515;}
  .overlay-menu ul{text-align: center;}
  .overlay-menu ul > li:hover > ul{visibility: visible; opacity: 1; left: 100%;}
  .overlay-menu ul > li:hover > a:before{width: 100%;}
  .overlay-menu ul > li > ul > li a:hover{color: #c78274;}
}
@media (max-width: 991px) {
  .overlay-menu{position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 70px 15px 15px 15px;}
  .overlay-menu a{float: left;}
  .overlay-menu #bandera_idioma a{float: none!important;}
  .overlay-menu ul{position: relative; float: left; text-align: left;}
  .overlay-menu ul > li > span{position: absolute; display: block; z-index: 55; height: 45px; width: 45px; margin-top: -10px; right: 0; cursor: pointer;}
  .overlay-menu ul > li > span:before{content: ""; position: absolute; top: 22px; left: 13px; height: 1px; width: 18px; background-color: white;}
  .overlay-menu ul > li > span:after{content: ""; position: absolute; top: 13px; left: 22px; height: 18px; width: 1px; background-color: white;}
  .overlay-menu ul > li.active.clicked span:after{transform: rotate(90deg); -webkit-transform: rotate(90deg); opacity: 0;}
  .overlay-menu ul > li {margin: 0;}
  .overlay-menu ul > li > ul{position: relative; float: left; margin: 0; transform: none; background-color: inherit; left: 10px; padding: 0px; visibility: visible; opacity: 1; display: none; transition: none; -webkit-transition: none;-ms-transition: none;-moz-transition: none;}
  .clicked:after{transform: rotate(90deg); -webkit-transform: rotate(90deg); opacity: 0;}
  .overlay-menu ul > li > ul li a{padding: 0px;}

  .overlay-menu ul > li.active.clicked ul li{padding: 10px 10px 10px 0; height: auto;}
  .overlay-menu ul > li.active.clicked ul li a{font-size: 14px;}
    .btn-close{top: 15px; right: 15px;}
}

/*overlay-video*/
.overlay-wrapper.video.active{visibility: visible;}

.video-wrapper{position: relative; float: left; display: block; width: 100%;}
.video .iframe-wrapper{position: absolute; left: 0; top: 46px; bottom: 46px; right: 0;}
.full-size, .iframe-wrapper iframe{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.popup-wrapper{position: fixed; z-index: 200; left: 0; top: 0; width: 100%; height: 100%; left: -100%; transition-delay: .3s; -webkit-transition-delay: .3s;}
.popup-wrapper.active{left: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}
.popup-wrapper .bg-layer{position: absolute; left: 0; top: -100px; right: 0; bottom: -100px; background: rgba(0,0,0,.45); transition: all .3s ease-out; -webkit-transition: all .3s ease-out; opacity: 0;}
.popup-wrapper.active .bg-layer{opacity: 1;}
.popup-content{position: absolute; top: 0; width: 100%; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; font-size: 0; text-align: center; transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s; -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s; transform: scale(1.2); -webkit-transform: scale(1.2); opacity: 0; left: -10000px; padding: 15px;}
.popup-content.active{transform: scale(1); -webkit-transform: scale(1); opacity: 1; left: 0; transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s; -webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s; position: relative;}
.popup-content:after{display: inline-block; vertical-align: middle; height: 100%; content: "";}
.popup-container{display: inline-block; vertical-align: middle; width: 100%; position: relative; text-align: left; background: #fff; max-width: 570px;}
.popup-container.right{display: block; width: 100%; position: absolute; text-align: left; background: #fff; top: 130px; right: 10px;}
.popup-container.right.scrolled{top: 100px;}
.popup-container.size-1{max-width: 570px;}
.popup-container.size-2{max-width: 730px;}
.popup-container.size-3{max-width: 1170px;}
.popup-content .layer-close{position: absolute; left: 0; bottom: 0; right: 0; height: 10000px;}
.popup-align{padding: 50px 70px 50px 70px; overflow: hidden;}
.popup-container .button-close{position: absolute; right: 5px; top: 5px;}

.button-close{width: 40px; height: 40px; background: transparent; display: inline-block; vertical-align: bottom; cursor: pointer;}
.button-close:before{content:""; width: 18px; height: 2px; position: absolute; left: 50%; top: 50%; margin: -1px 0 0 -7px; background: #222; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.button-close:after{content:""; width: 18px; height: 2px; position: absolute; left: 50%; top: 50%; margin: -1px 0 0 -7px; background: #222; transform: rotate(135deg); -webkit-transform: rotate(135deg); -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
@media (min-width: 1200px) {
  .button-close:hover:before,
  .button-close:hover:after{background-color: #c78274;}
  .popup-wrapper.z-lower{z-index: 11;}
}
@media (max-width: 1199px) {
  .popup-wrapper{z-index: 150;}
}
@media (max-width: 767px) {
  .popup-align{padding: 50px 15px 50px 15px;}
}

/*basket-popup*/


.basket-item{position: relative; display: block; width: 100%; font-size: 13px; border-bottom: 1px solid #e3e3e3; padding: 30px 0 30px 170px; height: 170px;}
.basket-item:first-child{border-top: 1px solid #e3e3e3;}
.basket-item-close{position: absolute; left: 0; top: 50%; margin-top: -12px; width: 25px; height: 25px; cursor: pointer; z-index: 10;}
.basket-item-close:before{content: ''; position: absolute;left: 5px; top: 5px; width: 15px; height: 1px; background-color: #222; -ms-transform: rotate(45deg) translateX(4px) translateY(4px); -webkit-transform: rotate(45deg) translateX(4px) translateY(4px); transform: rotate(45deg) translateX(4px) translateY(4px);}
.basket-item-close:after{content: ''; position: absolute;right: 5px; top: 5px; width: 15px; height: 1px; background-color: #222; -ms-transform: rotate(-45deg) translateX(-4px) translateY(4px); -webkit-transform: rotate(-45deg) translateX(-4px) translateY(4px); transform: rotate(-45deg) translateX(-4px) translateY(4px);}
.basket-item img{position: absolute; left: 50px; top: 50%; margin-top: -55px; width: 110px; height: 110px; display: block;}
.basket-item .description{position: absolute; left: 170px; top: 30px; width: 190px; height: 110px; line-height: 110px;}
.basket-item article{float: none; width: 100%; display: inline-block; vertical-align: middle;}
.basket-item article p{line-height: 24px;}
.basket-item .quantity-wrapper{position: absolute; right: 100px; top: 30px; width: 120px; height: 110px; line-height: 110px; text-align: center; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; font-size: 13px;}

.basket-item .quantity-wrapper2{position: relative; top: 30px; display: flex; justify-content:flex-end;  }

#quantity_btn.quantity{
  left: -59px;
}
.quantity{display: inline-block; position: relative;}
.quantity input{display: inline-block; position: relative; height: 40px; width: 40px; border: 1px solid #e3e3e3; line-height: 40px; vertical-align: middle; text-align: center; color: #222;}
.quantity input::-webkit-inner-spin-button{display: none;}
.basket-item .price{position: absolute; right: 0; top: 0; height: 100%; width: auto; color: #c78274;}
.basket-item .price span{display: inline-block; vertical-align: middle; height: 100%; line-height: 168px;}
.quantity i{position: absolute; top: 50%; margin-top: -11px; left: -15px; font-size: 13px; padding: 5px; cursor: pointer;}
.quantity i.fa-caret-right{left: auto; right: -15px;}



#area_clientes_proyecto .basket-item{position: relative; display: block; width: 100%; font-size: 13px; border-bottom: 1px solid #e3e3e3; padding: 30px 0 30px 170px; height: 170px;}
#area_clientes_proyecto .basket-item:first-child{border-top: 1px solid #e3e3e3;}
#area_clientes_proyecto .basket-item-close{position: absolute; left: 0; top: 50%; margin-top: -12px; width: 25px; height: 25px; cursor: pointer; z-index: 10;}
#area_clientes_proyecto .basket-item-close:before{content: ''; position: absolute;left: 5px; top: 5px; width: 15px; height: 1px; background-color: #222; -ms-transform: rotate(45deg) translateX(4px) translateY(4px); -webkit-transform: rotate(45deg) translateX(4px) translateY(4px); transform: rotate(45deg) translateX(4px) translateY(4px);}
#area_clientes_proyecto .basket-item-close:after{content: ''; position: absolute;right: 5px; top: 5px; width: 15px; height: 1px; background-color: #222; -ms-transform: rotate(-45deg) translateX(-4px) translateY(4px); -webkit-transform: rotate(-45deg) translateX(-4px) translateY(4px); transform: rotate(-45deg) translateX(-4px) translateY(4px);}
#area_clientes_proyecto .basket-item img{position: absolute; left: 50px; top: 50%; margin-top: -55px; width: 110px; height: 110px; display: block;}
#area_clientes_proyecto .basket-item .description{position: absolute; left: 189px; top: 30px; width: 190px; height: 110px; line-height: 110px;}
#area_clientes_proyecto .basket-item .imagen{position: absolute; left: 189px; top: 30px; width: 190px; height: 110px; line-height: 110px;}
#area_clientes_proyecto .basket-item .description2{position: absolute; right: 48px; top: 30px; width: 190px; height: 110px; line-height: 110px;text-align: center;}
#area_clientes_proyecto .basket-item article{float: none; width: 100%; display: inline-block; vertical-align: middle;}
#area_clientes_proyecto .basket-item article p{line-height: 24px;}
#area_clientes_proyecto .basket-item .quantity-wrapper{position: absolute; right: 321px; top: 30px; width: 120px; height: 110px; line-height: 110px; text-align: center; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; font-size: 13px;}

#area_clientes_proyecto .basket-item .price{position: absolute; right: 0; top: 0; height: 100%; width: auto; color: #c78274;}
#area_clientes_proyecto .basket-item .price span{display: inline-block; vertical-align: middle; height: 100%; line-height: 168px;}




#area_clientes_carro .basket-item{position: relative; display: block; width: 100%; font-size: 13px; border-bottom: 1px solid #e3e3e3; padding: 30px 0 30px 170px; height: 170px;}
#area_clientes_carro .basket-item:first-child{border-top: 1px solid #e3e3e3;}
#area_clientes_carro .basket-item-close{position: absolute; left: 0; top: 50%; margin-top: -12px; width: 25px; height: 25px; cursor: pointer; z-index: 10;}
#area_clientes_carro .basket-item-close:before{content: ''; position: absolute;left: 5px; top: 5px; width: 15px; height: 1px; background-color: #222; -ms-transform: rotate(45deg) translateX(4px) translateY(4px); -webkit-transform: rotate(45deg) translateX(4px) translateY(4px); transform: rotate(45deg) translateX(4px) translateY(4px);}
#area_clientes_carro .basket-item-close:after{content: ''; position: absolute;right: 5px; top: 5px; width: 15px; height: 1px; background-color: #222; -ms-transform: rotate(-45deg) translateX(-4px) translateY(4px); -webkit-transform: rotate(-45deg) translateX(-4px) translateY(4px); transform: rotate(-45deg) translateX(-4px) translateY(4px);}
#area_clientes_carro .basket-item img{position: absolute; left: 50px; top: 50%; margin-top: -55px; width: 110px; height: 110px; display: block;}
#area_clientes_carro .basket-item .description{position: absolute; left: 189px; top: 30px; width: 190px; height: 110px; line-height: 110px;}
#area_clientes_carro .basket-item .imagen{position: absolute; left: 189px; top: 30px; width: 190px; height: 110px; line-height: 110px;}
#area_clientes_carro .basket-item .description2{position: absolute; right: 48px; top: 30px; width: 190px; height: 110px; line-height: 110px;text-align: center;}
#area_clientes_carro .basket-item article{float: none; width: 100%; display: inline-block; vertical-align: middle;}
#area_clientes_carro .basket-item article p{line-height: 24px;}
#area_clientes_carro .basket-item .quantity-wrapper{position: absolute; right: 321px; top: 30px; width: 120px; height: 110px; line-height: 110px; text-align: center; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; font-size: 13px;}

#area_clientes_carro .basket-item .price{position: absolute; right: 0; top: 0; height: 100%; width: auto; color: #c78274;}
#area_clientes_carro .basket-item .price span{display: inline-block; vertical-align: middle; height: 100%; line-height: 168px;}




.basket-item2{position: relative; display: block; width: 100%; font-size: 13px; border-bottom: 1px solid #e3e3e3; padding: 0px;}
.basket-item2:first-child{border-top: 1px solid #e3e3e3;}
.basket-item-close{position: absolute; left: 0; top: 50%; margin-top: -12px; width: 25px; height: 25px; cursor: pointer; z-index: 10;}
.basket-item-close:before{content: ''; position: absolute;left: 5px; top: 5px; width: 15px; height: 1px; background-color: #222; -ms-transform: rotate(45deg) translateX(4px) translateY(4px); -webkit-transform: rotate(45deg) translateX(4px) translateY(4px); transform: rotate(45deg) translateX(4px) translateY(4px);}
.basket-item-close:after{content: ''; position: absolute;right: 5px; top: 5px; width: 15px; height: 1px; background-color: #222; -ms-transform: rotate(-45deg) translateX(-4px) translateY(4px); -webkit-transform: rotate(-45deg) translateX(-4px) translateY(4px); transform: rotate(-45deg) translateX(-4px) translateY(4px);}
.basket-item2 img{position: absolute; left: 50px; top: 50%; margin-top: -55px; width: 110px; height: 110px; display: block;}
.basket-item2 .description{position: relative;display: inline-flex;}
.basket-item2 .description2{position: relative;display: inline-flex;}
.basket-item2 .description3{position: relative; display: inline-flex;}
.basket-item2 article{float: none; width: 100%; display: inline-block; vertical-align: middle; text-align: center;}
.basket-item2 article p{line-height: 24px;}
.basket-item2 .quantity-wrapper{position: absolute; right: 100px; top: 30px; width: 120px; height: 110px; line-height: 110px; text-align: center; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; font-size: 13px;}
.basket-item2 .price{position: absolute; right: 0; top: 0; height: 100%; width: auto; color: #c78274;}
.basket-item2 .price span{display: inline-block; vertical-align: middle; height: 100%; line-height: 168px;}


.total-basket-price{display: block; width: 100%; text-align: right; color: #222; font-size: 24px; line-height: 30px; text-transform: uppercase; margin-top: 35px;}
.total-basket-price span{color: #c78274;}

.basket-popup .popup-align .btn-wrap{float: right; margin-top: 25px;}
@media (max-width: 1199px) {
  .popup-container.right{display: inline-block; position: relative; vertical-align: middle; width: 100%; position: relative; text-align: left; top: auto; right: auto;}
}
@media (max-width: 767px) {
  .basket-item{height: auto; padding: 30px 0 30px 0;  text-align: center;}
  #area_clientes_proyecto.basket-item{
    height: 200px;
        padding: 30px 0px 30px 0px;
        text-align: center;
        display: inline-flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        
      }

      #area_clientes_proyecto .basket-item .description {
      position: relative;
        left: 0px;
        top: -22px;
        width: 190px;
        height: 110px;
        line-height: 35px;
        
    }
    #area_clientes_proyecto .basket-item img {
      position: absolute;
      left: 50px;
      top: 50%;
      margin-top: -83px;
      width: 110px;
      height: 110px;
      display: block;
  }


#area_clientes_carro.basket-item{
    height: 200px;
        padding: 30px 0px 30px 0px;
        text-align: center;
        display: inline-flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        
      }

      #area_clientes_carro .basket-item .description {
      position: relative;
        left: 0px;
        top: -22px;
        width: 190px;
        height: 110px;
        line-height: 35px;
        
    }
    #area_clientes_carro .basket-item img {
      position: absolute;
      left: 50px;
      top: 50%;
      margin-top: -83px;
      width: 110px;
      height: 110px;
      display: block;
  }

      .basket-item .quantity-wrapper2 {
      position: relative;
      top: -68px;
      display: flex;
      justify-content: space-around;
  }

  .text_eliminar_item {
      margin-top: -17px;
      margin-left: 21px;
  }
  .basket-item a{width: auto; display: inline-block;}
  .basket-item img{position: relative; float: left; top: auto; left: auto; margin-top: 0; width: 110px; height: 110px; display: block; margin-bottom: 15px;}
  .basket-item .description{position: relative; display: inline-block; vertical-align: top; text-align: left; left: auto; top: auto; width: calc(100% - 115px); padding-left: 15px; height: auto; line-height: 0; margin-bottom: 15px;}
  .basket-item .quantity-wrapper{position: relative; display: inline-block; right: auto; top: auto; width: 110px; height: auto; line-height: 0; border-left: none; border-right: none; font-size: 13px;}
  .basket-item .price{position: relative; display: inline-block; height: auto; width: calc(100% - 115px);}
  .basket-item .price span{height: auto; line-height: 40px;}
  .basket-item-close{top: 4px; margin-top: 0;}


  .basket-item2{height: auto; padding: 30px 0 30px 0;  text-align: center;}
  .basket-item2 a{width: auto; display: inline-block;}
  .basket-item2 img{position: relative; float: left; top: auto; left: auto; margin-top: 0; width: 110px; height: 110px; display: block; margin-bottom: 15px;}
  .basket-item2 .description{position: relative; display: inline-block; vertical-align: top; text-align: left; left: auto; top: auto; width: calc(100% - 115px); padding-left: 15px; height: auto; line-height: 0; margin-bottom: 15px;}
  .basket-item2 .quantity-wrapper{position: relative; display: inline-block; right: auto; top: auto; width: 110px; height: auto; line-height: 0; border-left: none; border-right: none; font-size: 13px;}
  .basket-item2 .price{position: relative; display: inline-block; height: auto; width: calc(100% - 115px);}
  .basket-item2 .price span{height: auto; line-height: 40px;}
  .basket-item-close{top: 4px; margin-top: 0;}
}

/*login popup*/
.login-popup{z-index: 200;}
.login-popup p,
.login-popup p a{font-size: 13px; color: #989898;}
.btn-2.twitter{background-color: #1da1f2; width: calc(50% - 10px); margin-right: 10px; text-align: center;}
.btn-2.facebook{background-color: #3b5998; width: calc(50% - 10px); margin-left: 10px; text-align: center;}
.btn-sing-up{font-size: 24px; line-height: 24px; color: #222; position: relative; padding-bottom: 3px;}
.btn-sing-up:before{content: ""; position: absolute; width: 100%; height: 1px; left: 0; bottom: 0; background-color: #222;}
.btn-sing-up:hover,
.login-popup p a:hover{color: #c78274;}
.btn-sing-up:hover:before{background-color: #c78274;}
.login-popup input{font-size: 15px;}
.login-popup .input-style  label{top: 12px;}
.login-popup .input-style.focus label{top: 20px;}

@media (min-width: 768px) {
  .login-popup .separator{position: relative; height: 100%;}
  .login-popup .separator:before{content: ""; position: absolute; display: block; height: calc(100% - 10px); width: 1px; top: 0; left: 50%; background-color: #e3e3e3;}
  .login-popup .separator .col-sm-6:nth-child(1){padding-right: 40px;}
  .login-popup .separator .col-sm-6:nth-child(2){padding-left: 40px;}
}

/*quick-view popup*/
.swiper-popup .swiper-slide{text-align: center;}
.swiper-popup img{width: 100%; max-width: 270px; height: auto;}

.quick-view-popup p{font-size: 13px; line-height: 24px;}
.quick-view-popup .yellow{margin-left: 20px; font-size: 26px; line-height: 24px; vertical-align: sub;}
.quick-view-popup .price{font-size: 28px; line-height: 24px; vertical-align: sub; margin-left: 20px; color: #c78274;}
.quick-view-popup .price sup{font-size: 16px;}
.quick-view-popup .quantity-wrapper input{font-size: 13px;}
.quick-view-popup .quantity-wrapper .h6{display: inline-block; line-height: 40px; vertical-align: middle;}
.quick-view-popup .quantity-wrapper .quantity{margin-left: 25px;}
.quick-view-popup .text-right .btn-wrap{vertical-align: middle;}
.quick-view-popup .info-title{font-size: 13px; display: inline-block; vertical-align: middle; color: #222; text-transform: uppercase;}

.quick-view-popup .follow-wrapper{position: relative; display: block; width: 100%; font-size: 13px; color: #222;}
.quick-view-popup .follow-wrapper .h6{display: inline-block; vertical-align: middle; line-height: 30px;}
.quick-view-popup .follow-wrapper .follow{display: inline-block; margin-left: 15px;}
.quick-view-popup .follow .item{background-color: #111111; border:none; color: #a1a1a1;}
.quick-view-popup .follow .item:before{background-color: #c78274;}

.swiper-popup{position: relative;}
.swiper-popup .swiper-button-prev{left: 0;}
.swiper-popup .swiper-button-next{right: 0;}
@media (min-width: 768px) {
  .quick-view-popup .popup-align{padding: 70px 85px 70px 30px;}
  .quick-view-popup .separator{position: relative; height: 100%;}
  .quick-view-popup .separator:before{content: ""; position: absolute; display: block; height: 100%; width: 1px; top: 0; left: 41.66%; background-color: #e3e3e3;}
  .quick-view-popup .separator .col-sm-5{padding-right: 30px;}
  .quick-view-popup .separator .col-sm-7{padding-left: 70px;}
  .swiper-popup .swiper-pagination{display: none;}
}
@media (max-width: 991px) {
  .swiper-popup .swiper-button-prev{left: -15px;}
  .swiper-popup .swiper-button-next{right: -15px;}
}
@media (max-width: 767px) {
  .swiper-popup .swiper-button{display: none;}
  .swiper-popup{margin-bottom: 30px;}
  .quick-view-popup .col-sm-6.text-right{text-align: left;}
  .quick-view-popup .quantity-wrapper{margin-bottom: 30px;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

header{position: fixed; width: 100%; left: 0; top: 0; z-index: 50; padding: 25px 0 25px 0; -moz-transition:all 300ms ease-out; -o-transition:all 300ms ease-out; -webkit-transition:all 300ms ease-out; transition:all 300ms ease-out; -ms-transition:all 300ms ease-out;}
header.scrolled{padding: 10px 0 10px 0; border-bottom: 1px solid #e3e3e3; background-color: #fff;margin-top: 0px !important;}
.logo{height: auto; line-height: 60px; position: relative; top: 0; /*background-color: #fff; padding: 20px; margin-left: -20px;*/}
.logo img{vertical-align: middle;}
 div#clientes{position: absolute; width: 100%; left: 0; top: -5px; z-index: 50; padding: 25px 0 25px 0; -moz-transition:all 300ms ease-out; -o-transition:all 300ms ease-out; -webkit-transition:all 300ms ease-out; transition:all 300ms ease-out; -ms-transition:all 300ms ease-out;}
header#clientes_header{margin-top: 30px;}

header.header-style-2{background-color: #fff;}

/*menu*/
header ul.header-menu{display: inline-block; height: 60px; line-height: 60px; vertical-align: top; width: auto; z-index: 10; list-style-type: none; visibility: hidden; opacity: 0; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out; -ms-transform: translateX(30px); -webkit-transform: translateX(30px); transform: translateX(30px);}
header ul.header-menu > li{position: relative; display: inline-block; margin: 0 5px; font-size: 16px; width: auto; vertical-align: middle;}
header ul.header-menu > li > a{display: block; height: 30px; line-height: 31px; width: auto; padding: 0 20px; color: #222;}
header ul.header-menu > li.active > a{color: #c78274;}
header ul.header-menu > li > a span{z-index: 1; position: relative;}
header ul.header-menu > li.active > a:before{height: 100%; border-bottom: 2px solid #c78274;}
header ul.header-menu > li > a:before{position: absolute; width: 100%; height: 0; /*background: #c78274;*/ content: ""; left: 0; bottom: 0; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
header ul.header-menu > li > ul{position: absolute; width: 200px; visibility: hidden; opacity: 0; left: 50px; padding: 20px 20px; background-color: #222; z-index: 6; list-style-type: none; text-align: left; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
header ul.header-menu > li > ul > li{padding: 0; margin: 0;}
header ul.header-menu > li > ul > li a{color: #fff; font-size: 13px; display: block; width: 100%; height: 30px; line-height: 30px; margin: 5px 0;}
header a{color: #222; position: relative;}
header ul.header-menu > li:hover > ul{visibility: visible; opacity: 1; left: 0;color: #c78274;}

/*hamburger*/
.hamburger-icon-2,
.hamburger-icon{width: 40px; height: 45px; position: relative; display: inline-block; cursor: pointer; margin-right: -10px; margin-top: 6px; /*background-color: #fff;*/}
.hamburger-icon-2{margin-top: 6px; z-index: 100; vertical-align: top;}
.hamburger-icon-2 span,
.hamburger-icon span{background-color: #222; height: 2px; width: 18px; position: absolute; left: 11px; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.hamburger-icon-2 span:nth-child(1),
.hamburger-icon span:nth-child(1){bottom: 27px;}
.hamburger-icon-2 span:nth-child(2),
.hamburger-icon span:nth-child(2){bottom: 21px;}
.hamburger-icon-2 span:nth-child(3),
.hamburger-icon span:nth-child(3){bottom: 15px;}
.hamburger-icon-2.active span:nth-child(1){-ms-transform: rotate(45deg) translateX(4px) translateY(4px); -webkit-transform: rotate(45deg) translateX(4px) translateY(4px); transform: rotate(45deg) translateX(4px) translateY(4px);}
.hamburger-icon-2.active span:nth-child(2){opacity: 0;}
.hamburger-icon-2.active span:nth-child(3){-ms-transform: rotate(-45deg) translateX(4px) translateY(-5px); -webkit-transform: rotate(-45deg) translateX(4px) translateY(-5px); transform: rotate(-45deg) translateX(4px) translateY(-5px);}

/*BASKET*/
.basket{
  position: relative; 
  cursor: pointer; 
  color: #222; 
  text-align: center; 
  display: inline-block; 
  width: auto; 
  font-size: 13px; 
  margin: 8px 25px 0 8px; 
  visibility: hidden; 
  opacity: 0; 
  -moz-transition:all 150ms ease-out; 
  -o-transition:all 150ms ease-out; 
  -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; 
  -ms-transition:all 150ms ease-out; -ms-transform: translateX(30px); 
  -webkit-transform: translateX(30px); transform: translateX(30px);
}


/*.basket .img-wrapper{position: relative; display: inline-block; width: auto;}*/
.basket .img-wrapper span{position: absolute; bottom: 0; right: -3px; height: 15px; width: 15px; border-radius: 50%; background-color: #c78274; color: #fff; line-height: 15px; text-align: center; font-size: 12px; line-height: 17px;}
.basket .img-wrapper{position: relative; display: inline-block; width: 25px; height: 31px; background-image: url(../img/shop/basket-spr.png); background-repeat: no-repeat; background-position: top left;}
.basket .img-wrapper span{position: absolute; bottom: 0; right: -3px; height: 15px; width: 15px; border-radius: 50%; background-color: #c78274; color: #fff; line-height: 15px; text-align: center; font-size: 12px; line-height: 17px;}
.basket p{display: inline-block; width: auto;}
.basket p span{color: #c78274;}
.basket.open-popup.active .img-wrapper{background-position: top right;}
/*.basket .img-wrapper2{position: relative; display: inline-block; width: 25px; height: 27px; background-image: url(../img/lupa.png); background-repeat: no-repeat; background-position: top left;}*/
.basket.open-popup.active .img-wrapper2{background-position: top right;}
/*LOGIN*/
.login-wrapper{display: inline-block; width: auto; height: 60px; line-height: 60px; color: #222; font-size: 13px; vertical-align: top; margin: 0 50px 0 25px; visibility: hidden; opacity: 0; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out; -ms-transform: translateX(30px); -webkit-transform: translateX(30px); transform: translateX(30px);}
.login{cursor: pointer; display: inline-block; width: auto; vertical-align: middle;}

@media (min-width: 1200px) {
  header.header-style-2 .hamburger-icon{display: none;}
  .hamburger-icon-2:hover span:nth-child(1),
  .hamburger-icon:hover span:nth-child(1){bottom: 29px;}
  .hamburger-icon-2:hover span:nth-child(3),
  .hamburger-icon:hover span:nth-child(3){bottom: 13px;}
  .hamburger-icon-2.active:hover span:nth-child(1){bottom: 27px;}
  .hamburger-icon-2.active:hover span:nth-child(3){bottom: 15px;}

  header ul.header-menu > li > a:hover:before{height: 100%;}
  header ul.header-menu > li > a:hover{color: #c78274;}
  header ul.header-menu > li > ul > li a:hover{color: #c78274;}
  
  header.header-style-2.open-style ul.header-menu,
  header.header-style-2.open-style .login-wrapper,
  header.header-style-2.open-style .basket,
  header.header-style-2.active ul.header-menu,
  header.header-style-2.active .login-wrapper,
  header.header-style-2.active .basket{visibility: visible; opacity: 1; -ms-transform: translateX(0px); -webkit-transform: translateX(0px); transform: translateX(0px);}
}
  header.header-style-2.open-style .hamburger-icon-2{display: none;}
  header.header-style-2.open-style .login-wrapper{margin-right: 0;} 

@media (max-width: 1199px) {
  header.header-style-2 .hamburger-icon-2,
  header.header-style-2 ul.header-menu,
  header.header-style-2 .login-wrapper,
  header.header-style-2 .basket,
  #banderas_desktop{display: none;}

  header.scrolled,
  header{position: fixed; width: 100%; left: 0; top: 0; z-index: 20; padding: 5px 0;}
  .logo{height: 50px; line-height: 50px;}
  header .hamburger-icon{margin-top: 2px;}
}

@media (max-width: 767px) {
  .hamburger-icon-2,
  .hamburger-icon{margin-right: 0;}
  .logo{margin-left: 0;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

footer{padding: 45px 0; border-top: 1px solid #e3e3e3}
footer ul{list-style-type: none;}
footer ul li{margin-bottom: 5px;}
footer ul li a{color: #989898}
footer .copyright a{color: #222;}
footer .copyright .fa{color: #e9edd9;}

footer h6.h7{text-transform: uppercase; font-family: 'Titillium Web', sans-serif;}

/*follow*/
.follow{font-size: 0;}
.follow .item{width: 30px; height: 30px; text-align: center; color: #cbcbcb; border-radius: 50%; -webkit-border-radius: 50%; display: inline-block; margin: 0 5px; position: relative; border: 1px #cbcbcb solid; background: #fff; font-size: 12px; vertical-align: bottom;}
.follow .item:last-child{margin-right: 0;}
.follow .item .fa{position: relative; line-height: 28px; padding-top: 2px;color: #ffffff;}
.follow .item:before{position: absolute; border-radius: 50%; -webkit-border-radius: 50%; left: -2px; top: -2px; right: -2px; bottom: -2px; content: ""; background: #222; transform: scale(0); -webkit-transform: scale(0);}
#contacto .follow .item .fa {
    position: relative;
    line-height: 28px;
    padding-top: 1px;
    color: #c78274;
}

#contacto .follow .item {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #c78274;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    border: 1px #c78274 solid;
    background: #fff;
    font-size: 12px;
    vertical-align: bottom;
}
/*footer-black*/
footer.footer-black{background-color: #222; color: rgba(255,255,255,0.7);}
footer.footer-black ul li a{color: #ffffff;}
footer.footer-black .copyright a{color: #fff;}
footer.footer-black .copyright .fa{color: #c78274;}
footer.footer-black .follow .item{background-color: #111111; border:none; color: #a1a1a1;}
footer.footer-black .follow .item:before{background-color: #c78274;}
footer.footer-black .follow .item:before img{background-color: #c78274;}
.img_footer{
  z-index: 9;
    position: absolute;
    top: 8px;
    left: 10px;
}
@media (min-width: 1200px) {
  .follow .item:hover:before{transform: scale(1); -webkit-transform: scale(1);}
  footer.footer-black .follow .item:hover,
  .follow .item:hover{color: #fff;}
  footer ul li a:hover{color: #222;}
  footer .copyright a:hover{color: #e9edd9;}
  footer.footer-black .copyright a:hover{color: #c78274;}
  footer.footer-black ul li a:hover{color: #c78274;}
}


.quantity2 i {
    position: absolute;
    top: 34%;
    margin-top: 21px;
    left: 0px !important;
    font-size: 13px;
    padding: 5px;
    cursor: pointer;
  }
@media (max-width: 991px) {
  footer{text-align: center;}
  #ficha2.shop .detail-item .quantity-wrapper {
      position: relative!important;
      float: left!important;
      display: inline-flex!important;
     
  }
    .quantity i {
      position: absolute;
      top: 34%;
      margin-top: -11px;
      left: -15px;
      font-size: 13px;
      padding: 5px;
      cursor: pointer;
  }


    

 #ficha2.shop .detail-item .quantity-wrapper img {
      display: inline-block !important;
      width: 75px!important;
      vertical-align: middle !important;
  }
}



@media (min-width: 768px) and (max-width: 991px){
.quantity2 i {
      position: absolute;
        top: 34%;
        margin-top: 18px;
        left: -8px !important;
        font-size: 13px;
        padding: 5px;
        cursor: pointer;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .quantity2 i {
      position: absolute;
        top: 34%;
        margin-top: -57px;
        left: 507px !important;
        font-size: 13px;
        padding: 5px;
        cursor: pointer;
  }
}

@media  (max-width: 575px) {
  .quantity2 i {
       position: relative;
        top: 34%;
        top: -28px;
        left: 14px !important;
        font-size: 13px;
        padding: 5px;
        cursor: pointer;
  }
}

@media (min-width: 473px) and (max-width: 1199px){
  #ficha2 .quantity i.fa-caret-right {
      left: 66px!important;
      right: 9px;
  }


  /*#ficha2 .quantity2 i.fa-trash {
      left: 21px;
      right: 9px;
  }*/
}

@media (min-width: 389px) and (max-width: 472px){
  #ficha2 .quantity i.fa-caret-right {
      left: 58px!important;
      right: 9px;
  }
  /*#ficha2 .quantity i.fa-trash {
      left: 58px;
      right: 9px;
  }*/
}
@media (max-width: 388px){
  #ficha2 .quantity i.fa-caret-left {
      left: -1px!important;
      right: 9px;
  }
  #ficha2 .quantity i.fa-caret-right {
      left: 55px!important;
      right: 9px;
  }
  #ficha2.shop .detail-item .quantity-wrapper img {
    margin-left: -10px;
  }

  /*#ficha2 .quantity i.fa-trash {
      left: 14px;
      right: 9px;
  }*/
}


#ficha2 article {
    position: relative;
    float: left;
    width: 100%;
    padding: 7px;
}

.color_opciones img{
  width: 20px!important;
    float: none!important;
    height: 20px!important;
    margin-left: 6px;
  }
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - HOME PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*BANNER*/
.swiper-style-banner{position: relative;}
.swiper-style-banner .swiper-container{height: 100vh; min-height: 600px;}

.banner{position: relative; height: 100%;}
.banner .row{height: 100%;}

.banner article p{padding-top: 25px; padding-bottom: 45px;}

.banner-img-wrapper{position: relative; top: 0; left: 20px; width: calc(100% - 20px);}
.banner-img-inner{padding-bottom: 127.7%;}
.banner-img-item-1{position: absolute; width: 23%; top: 5%; left: 0;}
.banner-img-1{padding-bottom: 500%; background-repeat: no-repeat; background-size: cover; background-position: center;}
.banner-img-item-2{position: absolute; width: 15%; top: 0; left: 24.8%;}
.banner-img-2{padding-bottom: 851%; background-repeat: no-repeat; background-size: cover; background-position: center;}
.banner-img-item-3{position: absolute; width: 15%; top: 5%; left: 41.5%;}
.banner-img-3{padding-bottom: 766%; background-repeat: no-repeat; background-size: cover; background-position: center;}
.banner-img-item-4{position: absolute; width: 15%; top: 15%; left: 58.3%;}
.banner-img-4{padding-bottom: 700%; background-repeat: no-repeat; background-size: cover; background-position: center;}
.banner-img-item-5{position: absolute; width: 24.5%; top: 4%; left: 75%;}
.banner-img-5{padding-bottom: 500%; background-repeat: no-repeat; background-size: cover; background-position: center;}

@media (min-width: 1200px) {
  .swiper-style-banner .swiper-pagination{left: 50px;}
}
@media (max-width: 1199px) {
  .swiper-style-banner .swiper-pagination{margin-top: 20px;}
}
@media (min-width: 992px) {
  .swiper-style-banner .swiper-pagination{display: block; position: absolute; left: 15px; top: 50%; transform: translateY(-50%); padding: 2px 0; margin-top: 0;}
  .swiper-style-banner .swiper-pagination .swiper-pagination-bullet{display: block; margin-bottom: 15px;}
  .swiper-style-banner .swiper-pagination .swiper-pagination-bullet:last-child{margin-bottom: 0;}
}
@media (max-width: 991px) {
  .swiper-style-banner .swiper-container{height: auto;}
  .banner-img-wrapper{margin-top: 70px; margin-bottom: 40px;}
  .banner .text-right{text-align: center;}
  .banner-img-inner{padding-bottom: 60%;}
  .banner-img-1{padding-bottom: 234%;}
  .banner-img-2{padding-bottom: 400%;}
  .banner-img-3{padding-bottom: 358%;}
  .banner-img-4{padding-bottom: 329%;}
  .banner-img-5{padding-bottom: 235%;}
  .banner article p{padding-bottom: 35px;}
}
/*BANNER*/

/*WHAT-WE-DO*/
.prod-item .prod-item-img{position: relative; display: block; float: left; width: 100%; height: 200px; margin-bottom: 25px; background-color: #c78274;}
.prod-item a img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.prod-item ul{list-style-type: none; margin-top: 5px; margin-bottom: 40px;}
.prod-item ul li{position: relative; padding-left: 25px;}
.prod-item ul li:before{content: ""; position: absolute; left: 0; top: 50%; width: 15px; height: 1px; background-color: #c78274;}
.prod-item .article a.h4 {margin-bottom: 15px; display: block;}

@media (min-width: 1200px) {
  .prod-item .article a:hover{color: #c78274;}
  .prod-item .prod-item-img:hover{-webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9);}
}
/*WHAT-WE-DO*/

/*WHAT-WE-MADE*/
.sorting-menu{position: relative; display: inline-block; width: 100%; height: auto; text-align: center; z-index: 11;}
.sorting-menu ul{list-style-type: none; display: inline-block;}
.sorting-menu ul li{position: relative; float: left; display: inline-block; height: 30px; line-height: 28px; padding: 0 20px; margin: 0 5px; font-size: 14px; color: #a1a1a1; cursor: pointer; padding-top: 2px;}
.sorting-menu ul li.active{color: #fff; /*background-color: #c78274;*/}
.sorting-menu ul li:before{content:""; position: absolute; left: 0; bottom: 0; height: 0; width: 100%; background-color: #c78274; z-index: -1;}
.sorting-menu ul li.active:before{height: 100%;}
.sorting-menu .button-drop{display: none; width: 100%; text-transform: uppercase;}
.sorting-menu .button-drop a{display: inline-block; color: #a1a1a1; width: 300px; height: 50px; line-height: 50px; border-bottom: 2px solid #c78274; font-weight: bold;}
.sorting-menu .button-drop a i{display: inline-block; padding-left: 10px; margin-right: -20px;}
.sorting-menu .button-drop a i.fa-angle-up{display: none;}
.sorting-menu .button-drop.active a i.fa-angle-down{display: none;}
.sorting-menu .button-drop.active a i.fa-angle-up{display: inline-block;}
@media (min-width: 1200px) {
  .sorting-menu ul li:hover{color: #fff;}
  .sorting-menu ul li:hover:before{height: 100%;}
}
@media (max-width: 767px) {
  .sorting-menu .button-drop{display: block;}
  .sorting-menu ul{display: none;}
  .sorting-menu ul.active{display: inline-block;}
  .sorting-menu ul li{display: block; width: 100%; margin: 5px 0;}
  .sorting-menu ul li:first-child{margin-top: 10px;}
  .sorting-menu ul li.active:before{display: none;}
}

.sorting-menu2{position: relative; display: inline-block; width: 100%; height: auto; text-align: center; z-index: 11;}
.sorting-menu2 ul{list-style-type: none; display: inline-block;}
.sorting-menu2 ul li{position: relative; float: left; display: inline-block; height: 30px; line-height: 28px; padding: 0 20px; margin: 0 5px; font-size: 14px; color: #a1a1a1; cursor: pointer; padding-top: 2px;}
.sorting-menu2 ul li a{position: relative; float: left; display: inline-block; height: 30px; line-height: 28px; padding: 0 0px; margin: 0 5px; font-size: 14px; color: #a1a1a1; cursor: pointer; padding-top: 2px;}
.sorting-menu2 ul li a:hover{color: #fff;}
.sorting-menu2 ul li.active{color: #fff; /*background-color: #c78274;*/}
.sorting-menu2 ul li.active a{color: #fff; /*background-color: #c78274;*/}
.sorting-menu2 ul li:before{content:""; position: absolute; left: 0; bottom: 0; height: 0; width: 100%; background-color: #c78274; z-index: -1;}

.sorting-menu2 ul li:before a{content:""; position: absolute; left: 0; bottom: 0; height: 0; width: 100%; background-color: #c78274; z-index: -1; color: #ffffff;}

.sorting-menu2 ul li.active:before{height: 100%;}
.sorting-menu2 .button-drop{display: none; width: 100%; text-transform: uppercase;}
.sorting-menu2 .button-drop a{display: inline-block; color: #a1a1a1; width: 300px; height: 50px; line-height: 50px; border-bottom: 2px solid #c78274; font-weight: bold;}
.sorting-menu2 .button-drop a i{display: inline-block; padding-left: 10px; margin-right: -20px;}
.sorting-menu2 .button-drop a i.fa-angle-up{display: none;}
.sorting-menu2 .button-drop.active a i.fa-angle-down{display: none;}
.sorting-menu2 .button-drop.active a i.fa-angle-up{display: inline-block;}
@media (min-width: 1200px) {
  .sorting-menu2 ul li:hover{color: #fff;}
  .sorting-menu2 ul li:hover:before{height: 100%;}
}
@media (max-width: 767px) {
  .sorting-menu2 .button-drop{display: block;}
  .sorting-menu2 ul{/*display: none;*/}
  .sorting-menu2 ul.active{display: inline-block;}
  .sorting-menu2 ul li{display: block; width: 100%; margin: 5px 0;}
  .sorting-menu2 ul li:first-child{margin-top: 10px;}
  .sorting-menu2 ul li.active:before{display: none;}
}
  /*isotope masonry*/
.grid{position: relative; float: left; width: 100%; display: block; overflow: hidden;}
.grid-sizer{width: 1%;}
.grid-item{position: absolute; width: 33%; padding: 50px 25px 50px 25px;}
#galeria .grid-item{position: absolute; width: 33%; padding: 20px;}
.grid-item.big{padding: 0 25px 49px 25px;}
/*.grid-item .img-wrapper{position: relative; float: left; overflow: hidden;}
.grid-item a:first-child{position: relative; float: left; width: 100%; height: 100%; overflow: hidden; margin-bottom: 20px;}*/

/*.grid-item a{position: relative; float: left; width: 100%; height: 100%; overflow: hidden; margin-bottom: 20px;}*/
.grid-item a:first-child{position: relative; float: left; width: 100%; height: 100%; overflow: hidden; margin-bottom: 20px;}

#listado_design.grid-item a:first-child{ margin-bottom: 0px!important;}

.grid-item img{width: 100%; float: left;}
#servicios .grid-item a{
  text-transform: none;
    font-size: 16px;
    line-height: 24px;
    padding-left: 0px;
    position: relative;
    margin-top: 5px;
    color: #c78274;
    font-weight: bold;
  }

.container-fluid.nopadding.block {
    
    background: white;

  }


  #servicio_fotos .grid-item a{
  text-transform: none;
    font-size: 16px;
    line-height: 24px;
    padding: 0px!important;
    position: relative;
    margin-top: 5px;
    color: #c78274;
    font-weight: bold;}

    .grid-item a{
  text-transform: none;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 25px 7px 25px;
    position: relative;
    margin-top: 5px;
    color: #c78274;
    font-weight: bold;
  }

.grid-item p{
  font-size: 16px;
    line-height: 24px;
    padding-left: 0px;
    /*position: relative;*/
    margin-top: 5px;
    color: #000000;
    font-weight: 300;
  }

/*.grid-item p:before{content: ""; position:  absolute; left: 0; top: 50%; width: 15px; height: 1px; background-color: #c78274;}*/

/*.grid-item a.lightbox{
  border:1px solid #c78274;
}*/


#listado_design .lightbox img{
  border:1px solid #c78274;
  margin-bottom: 15px;
}

#galeria .grid-item a.lightbox{
  border:none!important;
}

.height_categoria{
max-height: 50px;
    min-height: 50px;
}
@media (min-width: 1200px) {
  .grid-item img:hover{-ms-transform: scale(1.02); -webkit-transform: scale(1.02); transform: scale(1.02);}
  .grid-item a:hover{color: #c78274;}
}
@media (max-width: 991px) {
  .grid-item{width: 50%;}
  .grid-item,
  .grid-item.big{padding: 25px}
  .grid-item img:hover{-ms-transform: scale(1.02); -webkit-transform: scale(1.02); transform: scale(1.02);}
}
@media (max-width: 767px) {
  .sorting-menu ul li.active{color: #fff; background-color: #c78274;}
  .sorting-menu2 ul li.active{color: #fff; background-color: #c78274;}

}
@media (max-width: 479px) {
  .grid-item.big,
  .grid-item{width: 100%; padding: 20px 0;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - ABOUT PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.percent-img-wrapper{position: relative; top: 0; left: 0; width: 100%;}
.percent-img-inner{padding-bottom: 87.7%;}
.percent-img-item-1{position: absolute; width: 15.8%; top: 10%; left: 0;}
.percent-img-1{padding-bottom: 444%; background-repeat: no-repeat; background-size: cover; background-position: center;}
.percent-img-item-2{position: absolute; width: 82.5%; top: 0; left: 17.8%;}
.percent-img-2{padding-bottom: 106.3%; background-repeat: no-repeat; background-size: cover; background-position: center;}

.about-list{list-style-type: none; position: relative; float: left;}
.about-list li{margin-bottom: 40px; position: relative; float: left;}
.about-list li:last-child{margin-bottom: 0;}
.about-list li article{padding-left: 60px;}
.about-list li img{width: 100%; max-width: 35px; position: absolute; left: 0; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);}

.swiper-style-1{position: relative;}

.quote article{display: none;}
.quote article.active{display: block;}
.quote article .h6{color: #fff; text-transform: uppercase; margin: 10px 0 5px 0;}
.quote article span{margin-bottom: 35px;}
.quote article p{margin: 10px 0;}
.quote ul {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    list-style-type: none;
    text-align: center;
    margin-top: 4px;
    font-weight: 400;
    /* text-decoration: underline; */
}
.quote ul li{margin: 0 4px; cursor: pointer; display: inline-block;text-decoration: underline;}
.quote ul li img{display: block;}
.quote .quote-nav{-ms-filter: grayscale(1); -webkit-filter: grayscale(1); filter: grayscale(1);}
.quote .quote-nav.active{-ms-filter: grayscale(0); -webkit-filter: grayscale(0); filter: grayscale(0);}
@media (min-width: 1200px) {
    .quote .quote-nav:hover{-ms-filter: grayscale(0); -webkit-filter: grayscale(0); filter: grayscale(0);}
}
/*QUOTE*/

/*OUR PREFERENCE*/
.slide-number{font-size: 16px; line-height: 24px; font-weight: 500; color: #c78274;}

.slide-number2{font-size: 20px; line-height: 26px; font-weight: 900; color: #444444;margin-bottom: 37px;}

.detail-info span{color: #222; text-transform: uppercase; font-weight: 600;}
.detail-info p{color: #989898; padding-left: 20px; position: relative;}
.detail-info p:before{content: ""; position: absolute; left: 0; top: calc(50% - 1px); width: 10px; height: 1px; background-color: #c78274;}

.percent-img-wrapper.style-2 .percent-img-1{position: relative;}
.percent-img-wrapper.style-2 .percent-img-1 span{position: absolute; left: 0; top: 47%; font-size: 350px; color: #c78274;}
.percent-img-wrapper.style-2 .percent-img-2:before{content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 2.3%; background-color: #fff;}
/*OUR PREFERENCE*/

/*TEAM*/
.team-img{position: relative; display: block;}
.team-img:before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: calc(100% - 40px); background-color: #e3e3e3;}
.team-img img{position: relative; display: block; margin: 0 auto;}
@media (min-width: 1200px) {
  .team-img:hover:before{background-color: #c78274; height: 100%;}
}
@media (max-width: 479px) {
  .percent-img-wrapper.style-2 .percent-img-1 span{font-size: 200px;}
}
/*TEAM*/

/*EXCURSION*/
.excursion .excursion-video{position: relative;}
.excursion .excursion-video img{display: block; width: 100%;}
.excursion .excursion-preview img{width: 100%; display: block; -ms-filter: grayscale(1); -webkit-filter: grayscale(1); filter: grayscale(1); cursor: pointer;}
.excursion .excursion-preview.active img{-ms-filter: grayscale(0); -webkit-filter: grayscale(0); filter: grayscale(0);}
.excursion .excursion-preview p{color: #989898; padding-left: 22px; position: relative; font-size: 13px; line-height: 24px;}
.excursion .excursion-preview p:before{content: ""; position: absolute; left: 0; top: calc(50% - 1px); width: 15px; height: 1px; background-color: #c78274;}

@media (min-width: 1200px) {
  .excursion .excursion-preview img:hover{-ms-filter: grayscale(0); -webkit-filter: grayscale(0); filter: grayscale(0);}
}
@media (max-width: 991px) {
  .excursion .excursion-video{margin-bottom: 30px;}
}
/*EXCURSION*/

/*DESIGN ITEM*/
.swiper-style-2 .swiper-slide{padding: 0 5px;}
.swiper-style-2 .swiper-container{padding: 0 5px;}
.design-item{position: relative; width: 100%; float: left; background-color: #fff; margin: 0; padding: 50px;}
.price{font-size: 24px; line-height: 24px; color: #222;}
.price sup{font-size: 15px; line-height: 15px;}
 .price.price-sm{font-size: 18px;}
  .price.price-sm sup{font-size: 11px; line-height: 11px;}
.design-item img{display: block; width: 100%; max-width: 306px; margin: 0 auto;}


/*KNOW MORE*/
ul.author-date{list-style-type: none;}
ul.author-date li{display: inline-block; margin-right: 15px; font-size: 12px; line-height: 24px; vertical-align: middle;}
ul.author-date li:last-child{margin-right: 0;}
ul.author-date li img{margin-right: 7px; display: inline-block; vertical-align: middle;}
ul.author-date li span{display: inline-block;}
/*KNOW MORE*/

/*INSTAGRAM*/
.swiper-instagram .swiper-container{padding: 0 10px;}
/*INSTAGRAM*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - SHOP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.shop .price{color: #c78274;}

span{-moz-user-select: none; -webkit-user-select: none;}
.shop .padding-100{position: relative; padding-right: 100px; padding-left: 100px;}
.shop .inline-wrapper{font-size: 0; vertical-align: middle; display: inline-block; width: 100%; text-align: right;}
@media (max-width: 991px) {
  .shop .inline-wrapper{text-align: left; margin-top: 30px;}
  .shop .padding-100{padding-right: 50px; padding-left: 50px;}
}
@media (max-width: 767px) {
  .shop .padding-100{padding-right: 15px; padding-left: 15px;}
  .shop .inline-wrapper{text-align: left; margin-top: 15px;}
}

/*PAGE PAGINATION*/
.shop .page-pagination{position: relative; float: left; width: 100%; text-align: center; margin: 0; text-transform: uppercase; text-align: center; display: block; font-size: 0;}
.shop .page-pagination a{position: relative; font-size: 12px; color: #222; height: 40px; line-height: 40px; display: inline-block; width: 40px; text-align: center; background: #fff; margin:0 5px; border: 1px solid #f0f0f0;}
.shop .page-pagination a:first-child, .page-pagination a:last-child{width: 15px; vertical-align: top; border: none; font-size: 0;}
.shop .page-pagination a:first-child{margin-left: 0;}
.shop .page-pagination a:last-child{margin-right: 0;}
.shop .page-pagination a.active{color: #c78274; border-color: #c78274;}
@media (min-width: 1200px) {
  .shop .page-pagination a:hover{color: #c78274; border-color: #c78274; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
}


/*SHOP-FORM*/
/*search*/
.shop .input-wrapper.search{display: inline-block; position: relative; width: 270px; height: 40px;}
.shop .input-wrapper.search .input-style{position: relative; display: inline-block; height: 100%; width: 100%; margin-right: 10px;}
.shop .input-wrapper.search .input-style input{width: 100%; height: 100%;}
.shop .shop-form .input-wrapper .input-style input:nth-child(1){padding: 0 55px 0 15px;}
.shop .shop-form .input-wrapper .input-style input:nth-child(2){border: none;}
.shop .input-wrapper .input-style.focus label{top: 40px;}
.shop .input-wrapper .input-style label{top: 12px;}
.shop .input-icon{width: 40px; height: 40px; position: absolute; top: 0; right: 0; text-align: center; line-height: 40px;  vertical-align: middle; cursor: pointer;}
.shop .input-icon input{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2;}
.shop .input-wrapper .input-style.focus:after{z-index: 3;}
.shop .input-wrapper .input-style.focus .fa{color: #c78274;}

/*found*/
.shop .shop-form .found{text-transform: uppercase; display: inline-block; height: 40px; line-height: 40px; vertical-align: top;  margin-left: 30px; font-size: 13px;}
.shop .shop-form .found span{color: #c78274;}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop .input-wrapper.search{width: 220px;}
  .shop .padding-100{padding-left: 50px; padding-right: 50px;}
}
@media (max-width: 767px) {
  .shop .input-wrapper.search{width: 100%;}
  .shop .shop-form .input-wrapper.search .input-style{margin-right: 0; width: 100%;}
  .shop .shop-form .found{margin-left: 0px; margin-top: 15px; display: block;width: 100%;}
}

/*txt*/
.shop .input-txt-left{font-size: 13px; color: #222; display: inline-block; line-height: 40px; vertical-align: top; margin-left: 20px; margin-right: 10px; position: relative;}
@media (max-width: 767px) {
  .shop .input-txt-left{float: left; width: 100%; margin-left: 0px; margin-right: 0px;}
}

/*buttons*/
.shop .view-btn{display: inline-block; position: relative; width: 40px; height: 40px; cursor: pointer; margin: 0 5px; background-position: left top; background-repeat: no-repeat;}
.shop .view-btn.view-btn-1{background-image: url(../img/shop/btn-1-spr.png); margin-left: 20px}
.shop .view-btn.view-btn-1.active{background-position: right top;}
.shop .view-btn.view-btn-2{background-image: url(../img/shop/btn-2-spr.png); margin-right: 0;}
.shop .view-btn.view-btn-2.active{background-position: right top;}
@media (max-width: 991px) {
  .shop .view-btn{visibility: hidden;}
}

/*SHOP-FORM-2*/
.shop .shop-form-2 .input-wrapper.search{width: 100%;}
.shop .shop-form-2 .input-wrapper.search .input-style{margin-right: 0; }

.shop .shop-form-2 .checkbox-entry{display: block; width: 100%; cursor: pointer; margin: 0; padding: 0; min-width: 20px; min-height: 20px; margin-top: 15px;}
.shop .shop-form-2 .checkbox-entry input{display: none;}
.shop .shop-form-2 .checkbox-entry span{position: relative; font-size: 13px; line-height: 20px; padding-left: 30px; display: block; color: #989898;}
.shop .shop-form-2 .checkbox-entry:hover span, .checkbox-entry span a:hover{color: #222; text-decoration: none; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.shop .shop-form-2 .checkbox-entry span:before{content: ""; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: 1px #eee solid;}
.shop .shop-form-2 .checkbox-entry span:after{content: ""; position: absolute; left: 5px; top: 2px; width: 18px; height: 14px;}
.shop .shop-form-2 .checkbox-entry input:checked+span:after{background: url(../img/shop/check.png) center center no-repeat;}
.shop .shop-form-2 .checkbox-entry input:checked+span{color: #222;}
/*.checkbox {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 0px 5px 3px 4px !important;
    padding: initial !important;
    border: initial;
    width: 2% !important;
}*/

.checkbox {
    /*display: block;*/
    display:inline-flex;
    width: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    min-width: 20px;
    min-height: 20px;
    margin-top: 15px;
}

.checkbox label{
position: relative;
    font-size: 13px;
    line-height: 20px;
    padding-left: 30px;
    display:inline-flex;
    color: #989898;
}

.checkbox input[type=checkbox]{
  position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
}

.checkbox label {
    padding-left: 20px;
}



input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #c78274;
  cursor: pointer;
}


input[type="checkbox"]:checked {
  background: url(../img/check.png) center center no-repeat;
  background-size: 10px;
}


input[type="checkbox"]:focus {
  outline: 2px solid #c78274;
  outline-offset: 2px;
}



/*slider-range*/
.shop .shop-form-2 .ui-slider-horizontal{height: 5px; background: #f0f0f0; border-radius: 0; border: none;}
.shop .shop-form-2 .ui-slider .ui-slider-handle{width: 5px; height: 16px; background: #c78274; top: -6px; margin-left: 0; border-radius: 0; border: none;}
.shop .shop-form-2 .ui-widget.ui-widget-content{border: none;}
.shop .shop-form-2 .ui-widget-header{background: #c78274; border-radius: 0; border: none;}
.shop .shop-form-2 #amount{border: none;}
.shop .shop-form-2 p{font-size: 14px; text-transform: uppercase;}
.shop .shop-form-2 p label{color: #222;}

/*products*/
.shop .prod-item-wrapper{position: relative; float: left; /*width: calc(100% + 15px);*/ width: 100%;}
.shop .shop-prod-item{position: relative; float: left; display: block; width: 33.33%; padding: 0 15px; margin-bottom: 45px; text-align: center;}
.shop .shop-prod-item > a{position: relative; display: block;}
.shop .shop-prod-item article{font-size: 13px; display: block; width: 100%; margin: 0 auto; float: none; margin-top: 25px; text-align: center;}
.shop .shop-prod-item article p{max-width: 200px; display: inline-block;}
.shop .shop-prod-item article a{display: block; text-transform: uppercase;}
.shop .shop-prod-item img{display: block; width: 100%;}
.shop .shop-prod-item .price{position: relative; display: inline-block; color: #c78274; margin-top: 15px;}
/*products-hover*/
.shop-prod-item .shop-prod-item-hover{position: absolute; display: block; width: 100%; height: 100%; left: 0; top: 0; visibility: hidden; z-index: -1; opacity: 0; transition-delay: 300ms; -moz-transition-delay: 300ms; -webkit-transition-delay: 300ms; -ms-transition-delay: 300ms;}
.shop-prod-item-hover i{position: absolute; top: 20px; right: -20px; color: #c78274; font-weight: 900; opacity: 0;}
.shop-prod-item-hover{position: absolute; display: block; width: 100%; height: 100%; left: 0; top: 0;}
.shop .shop-prod-item .shop-prod-item-hover .btn-2{position: absolute !important; left: 0; bottom: -40px; width: 50%; opacity: 0;}
.shop .shop-prod-item .shop-prod-item-hover .btn-2:nth-child(2){left: 50%; background-color: #000000;}
#categoria_productos.shop .shop-prod-item .shop-prod-item-hover .btn-2{position: absolute !important; left: 0; bottom: -40px; width: 100%; opacity: 0;}
#categoria_productos.shop .shop-prod-item .shop-prod-item-hover .btn-2:nth-child(2){left: 50%; background-color: #000000;}

#categoria_productos .shop-prod-item:hover .shop-prod-item-hover{visibility: visible; z-index: 5; opacity: 1; transition-delay: 0ms; -moz-transition-delay: 0ms; -webkit-transition-delay: 0ms; -ms-transition-delay: 0ms;}
#categoria_productos .shop-prod-item:hover .shop-prod-item-hover .btn-2{bottom: 0px; opacity: 1;}
#categoria_productos .shop-prod-item:hover .shop-prod-item-hover i{right: 20px; opacity: 1;}

.shop-prod-item:hover .shop-prod-item-hover{visibility: visible; z-index: 5; opacity: 1; transition-delay: 0ms; -moz-transition-delay: 0ms; -webkit-transition-delay: 0ms; -ms-transition-delay: 0ms;}
.shop-prod-item:hover .shop-prod-item-hover .btn-2{bottom: 0px; opacity: 1;}
.shop-prod-item:hover .shop-prod-item-hover i{right: 20px; opacity: 1;}

/*products view-2*/
@media (min-width: 992px) {
  .shop .prod-item-wrapper.view-2{width: 100%;}
  .shop .prod-item-wrapper.view-2 .shop-prod-item{width: 100%; margin-bottom: 30px; text-align: left;}
  .shop .prod-item-wrapper.view-2 .shop-prod-item:last-child{margin-bottom: 50px;}
  .shop .prod-item-wrapper.view-2 img{width: 170px; height: 170px; float: left;}
  .shop .prod-item-wrapper.view-2 .description{position: relative; float: left; line-height: 170px; height: 170px;}
  .shop .prod-item-wrapper.view-2 article{margin-left: 35px; max-width: 300px; display: inline-block; vertical-align: middle; margin-top: 0; line-height: 0; text-align: left;}
  .shop .prod-item-wrapper.view-2 article p{line-height: 24px;}
  .shop .prod-item-wrapper.view-2 article a{z-index: 7; position: relative;}
  .shop .prod-item-wrapper.view-2 .price{position: relative; float: right; margin-top: 0; height: 170px; line-height: 170px;}
  .shop .prod-item-wrapper.view-2 .price span{display: inline-block; vertical-align: middle;}
  /*products-hover view-2*/
  .shop .prod-item-wrapper.view-2 .shop-prod-item-hover{overflow: hidden;}
  .shop .prod-item-wrapper.view-2 .shop-prod-item-hover .btn-2{position: absolute; bottom: auto; top: 0; width: auto; min-width: 135px; left: auto; right: 125px; text-align: center; opacity: 0;}
  .shop .prod-item-wrapper.view-2 .shop-prod-item-hover .btn-2:nth-child(2){top: 100%; margin-top: -40px;}
  .shop .prod-item-wrapper.view-2 .shop-prod-item-hover i{right: auto; left: 220px; top: -20px; opacity: 0;}
  .shop .prod-item-wrapper.view-2 .shop-prod-item > a{position: static; display: inline-block; float: left; width: 170px;}
  .shop .prod-item-wrapper.view-2 .shop-prod-item:hover .shop-prod-item-hover i{top: 5px; opacity: 1;}
  .shop .prod-item-wrapper.view-2 .shop-prod-item:hover .shop-prod-item-hover .btn-2{top: 50%; margin-top: -45px; opacity: 1;}
  .shop .prod-item-wrapper.view-2 .shop-prod-item:hover .shop-prod-item-hover .btn-2:nth-child(2){margin-top: 5px;}
  .shop .prod-item-wrapper.view-2 .img-hover-1 img{position: relative; z-index: 6;}
}
@media (min-width: 1200px) {
  .shop .prod-item-wrapper.view-2 .img-hover-1:hover img{-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
  .shop .prod-item-wrapper.view-2 .img-hover-1 img:hover{-ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
}
@media (max-width: 1199px) {
  .shop .prod-item-wrapper.view-2 article{max-width: 200px;}
}
@media (max-width: 991px) {
  .shop .shop-prod-item{width: 50%;}
}
@media (max-width: 767px) {
  .shop .pull-right{float: left !important;}
  .shop .shop-prod-item{width: 100%; padding: 0;}
  .shop .prod-item-wrapper{width: 100%;}
  .shop .shop-form-2{float: left;}
}


.shop .shop-form-2 .btn-wrap,
.shop .shop-form-2 .btn-2{width: 100%; text-align: center; font-size: 15px;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - SHOP #2*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.shop.shop-2 .prod-item-wrapper{position: relative; float: left;  margin-left: -15px; width: calc(100% + 45px);}
.shop.shop-2 .shop-form .found{margin-left: 0;}
.shop .shop-form-2 .input-wrapper .input-style input:nth-child(1){padding: 0 55px 0 15px;}
.shop .shop-form-2 .input-wrapper .input-style input:nth-child(2){border: none;}
@media (max-width: 991px) {
  .shop.shop-2 .prod-item-wrapper{position: relative; float: left;  margin-left: -15px; width: calc(100% + 30px);}
}
@media (max-width: 767px) {
  .shop.shop-2 .shop-prod-item{width: 100%; padding: 0;}
  .shop.shop-2 .prod-item-wrapper{width: 100%; margin-left: 0;}
   #ficha2 .btn-wrap { margin-left: 11px;}
  #ficha2 .follow-wrapper{ margin-left: 11px;}
  #ficha2 .article p{padding: 7px;}
  #ficha2 .article ul{padding: 7px;}

}

/*category menu*/
.shop .category{display: block; width: 100%; text-align: center;}
.shop .category ul li{position: relative; display: inline-block; height: 30px; font-size: 14px; line-height: 30px; margin: 0 5px; padding: 0 15px; cursor: pointer; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.shop .category ul li.active{color: #fff;}
.shop .category ul li span{z-index: 1; position: relative;}
.shop .category ul li:before{content:""; position: absolute; left: 0; bottom: 0; height: 0; width: 100%; background-color: #c78274; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.shop .category ul li.active:before{height: 100%;}
.shop .category-toggle{position: relative; font-size: 14px; line-height: 26px; text-transform: uppercase; margin-bottom: 20px; cursor: pointer; color: #c78274; display: none; border-bottom: 1px solid #d0d0d0; font-weight: bold; -moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
.shop .category-toggle.active{border-color: #c78274;}
.shop .category-toggle i{margin-left: 10px; /*color: #93c8da;*/}
.shop .category-toggle.active i{-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}

@media (min-width: 1200px) {
    .shop .category ul li:hover{color: #fff;}
    .shop .category ul li:hover:before{height: 100%;}
}
@media (max-width: 767px){
  .shop .category{display: none;}
  .shop .category-toggle{display: block; width: 300px; margin: 0 auto; padding: 5px 0; text-align: center;}
  .shop .category ul li{width: 100%; margin: 5px 0; padding: 5px 0;}
  .shop .category ul li.active:before{display: none;}
  .shop .category ul li.active{color: #c78274;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - DETAIL PAGE*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.shop .detail-item img{display: block; width: 100%;}
.shop .detail-item .img-preview{display: block; width: calc(100% + 10px); float: left;}
.shop .detail-item .img-preview img{float: left; width: 20%; margin-top: 10px; padding-right: 10px; cursor: pointer; backface-visibility: hidden;}

.shop .detail-item .description{font-size: 13px;}
.shop .detail-item .description ul{margin-top: 15px; margin-bottom: 10px;}
.shop .detail-item .description ul li{text-transform: uppercase; color: #c78274; height: 50px; line-height: 50px;}
.shop .detail-item .description ul li span{display: inline-block; vertical-align: middle;}
.shop .detail-item .description ul li > span:first-child{color: #222; margin-right: 10px;}
.shop .detail-item .description .price{font-size: 28px; line-height: 13px;}
.shop .detail-item .description .price sup{top: -10px;}
.shop .star i{margin: 0 3px; font-size: 15px; color: #c78274;}
.shop .detail-item .description .star i:first-child{margin-left: 25px;}
.shop .detail-item .description .color{font-size: 0;line-height: 32px;}
.shop .detail-item .description .color span{display: inline-block; height: 20px; width: 20px; cursor: pointer; margin: 0 5px;}
.shop .detail-item .description .color span.active{outline-offset: 2px; outline: 1px solid;}
#color_mobiliario .color{font-size: 0; line-height: 15px;}
#color_mobiliario .color span.active{outline-offset: 2px; outline: 1px solid;}
#color_mobiliario .color span{display: inline-block; height: 20px; width: 20px; cursor: pointer; margin: 0 5px;}
#color_mobiliario .color a.color_opciones span{display: inline-block; height: 15px; width: 15px; cursor: pointer; margin: 0 3px;}
.grid-item a.color_opciones {
    text-transform: none;
    font-size: 0px;
    line-height: 0px;
    padding: 0;
    position: relative;
    margin-top: 0px;
    color: #c78274;
    font-weight: bold;
}



/*.grid-item a.color_opciones:first-child{
  float:none!important;
}*/
.grid-item a.color_opciones{
  float:none!important;
}

.shop .detail-item .quantity-wrapper{position: relative; float: left; display: block; width: 100%; font-size: 13px; text-transform: uppercase; color: #222; margin-top: 73px; margin-bottom: 32px;}
.shop .detail-item .quantity-wrapper .quantity{margin-left: 25px;}
#ficha2.shop .detail-item .quantity-wrapper{position: relative;
    float: left;
    display: block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    color: #222;
    margin-top: 73px;
    margin-bottom: 0px;
  }
#ficha2.shop .detail-item .quantity-wrapper .quantity{
  margin-left: 0px!important;
    margin-top: 31px;
  }

#ficha2 .quantity i.fa-caret-right {
    left: auto;
    right: 9px;
}

.shop .detail-item .btn-2{margin-right: 7px;}

.shop .detail-item .follow-wrapper{position: relative; float: left; display: block; width: 100%; font-size: 13px; text-transform: uppercase; color: #222; margin-top: 22px;}
.shop .detail-item .follow-wrapper .follow{display: inline-block; margin-left: 15px;}
.shop .detail-item .follow .item{background-color: #111111; border:none; color: #a1a1a1;}
.shop .detail-item .follow .item:before{background-color: #c78274;}

.shop .testimonial{display: block; position: relative; float: left; width: 100%; padding-left: 110px; margin-bottom: 30px;}
.shop .testimonial img{position: absolute; left: 0; top: 0; display: block; width: 86px; height: 86px;}
.shop .testimonial .article span{line-height: 24px; height: 24px; margin-right: 25px; text-transform: uppercase;}
.shop .testimonial .article .star i{color: #c78274; margin: 0 3px; font-size: 13px;}
.shop .testimonial .article p{margin-top: 10px;}

.testimonial-form-wrapper{display: block; position: relative; float: left; width: 100%; height: 100%;}
.testimonial-form-wrapper .input-wrapper{margin: 0; height: 100%; width: 100%;}
.testimonial-form-wrapper .input-wrapper .input-style{position: relative; display: block; float: left; width: calc(50% - 5px); height: 40px; margin-right: 0; margin-bottom: 10px;}
.testimonial-form-wrapper .input-wrapper .input-style:first-child{margin-right: 10px;}
.testimonial-form-wrapper .input-wrapper .input-style input{width: 100%; height: 100%; padding: 0 15px;}
.testimonial-form-wrapper .input-wrapper .input-style.textarea{width: 100%; margin-right: 0; height: 100%;}
.testimonial-form-wrapper .input-wrapper .input-style.textarea textarea{width: 100%; height: 120px; padding: 10px 15px; color: #222; border: 1px solid #e3e3e3; resize: none;}
.testimonial-form-wrapper .input-wrapper .input-style.upload_doc{width: 100%; height: 50px; padding: 10px 15px; color: #222; border: 1px solid #e3e3e3; resize: none;}
.form-control_fichero{
  border: none !important;
    padding-bottom: 36px!important;
    font-size: 15px;
}

.label_fichero{
  top: 20px!important;
  left: 4px!important;
  font-size: 16px!important;
}
.testimonial.sm .author span {font-size: 13px;}
.testimonial.sm .author .h6 {font-size: 14px;}

.shop .shop-form .input-wrapper .input-style.focus label{top: 40px;}
.shop .shop-form .input-wrapper .input-style label{top: 12px;}

.shop .y-rating span{font-size: 14px; line-height: 40px; color: #7a7a7a;}
.shop .y-rating .star{font-size: 15px; margin-left: 10px;}

@media (min-width: 1200px) {
  .shop .detail-item .follow .item:hover,
  .shop .follow .item:hover{color: #fff;}
  .shop .detail-item .img-preview img:hover{opacity: 0.5;}
}
@media (max-width: 1199px) {
  .shop .detail-item .h3{font-size: 24px;}
}
@media (max-width: 991px) {
  .shop .detail-item .img-preview{margin-bottom: 40px;}
}
@media (max-width: 479px) {
  .shop .testimonial{padding-left: 0; margin-bottom: 20px;}
  .shop .testimonial img{position: relative; float: left; margin-bottom: 15px;}
  .shop .testimonial .article span:first-child{display: block; width: 100%;}
  .testimonial-form-wrapper .input-wrapper .input-style{width: 100%;}
  .testimonial-form-wrapper .input-wrapper .input-style{margin-bottom: 10px;}
  .testimonial-form-wrapper .input-wrapper .input-style.textarea{margin-bottom: 0px;}
  .shop .col-sm-6.text-right{text-align: left;}
  .shop .y-rating{margin-bottom: 10px;}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - CHECKOUT*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

.text-center.btn-inline .btn-1{margin-right: 7px;}
/*btn price*/
.shop .btn-2 .price{color: #fff; font-size: 16px;}
.shop .btn-2 .price sup{font-size: 10px;}
.shop .btn-2:hover .price{color: #c78274;}
.text-center{
  text-align: center!important;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 - CSS ANIMATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/


  .shop .prod-item-wrapper.view-2 .shop-prod-item > a{-moz-transition:none; -o-transition:none; -webkit-transition:none; transition:none; -ms-transition:none;}
  .btn-sing-up:before, .shop .shop-form .input-wrapper .input-style.focus .fa, .btn-play, .sorting-menu ul li:before, .sorting-menu ul li, a, .follow .item, .follow .item:before, .btn-1 span, .btn-2:before, .btn-1:before, .btn-1 span, .overlay-menu ul > li > span:after, .overlay-menu ul > li > a:before, .btn-close, .hamburger-icon span{-moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
  .btn-sing-up:before, .shop .shop-form .input-wrapper .input-style.focus .fa, .btn-play, .sorting-menu2 ul li:before, .sorting-menu2 ul li, a, .follow .item, .follow .item:before, .btn-1 span, .btn-2:before, .btn-1:before, .btn-1 span, .overlay-menu ul > li > span:after, .overlay-menu ul > li > a:before, .btn-close, .hamburger-icon span{-moz-transition:all 150ms ease-out; -o-transition:all 150ms ease-out; -webkit-transition:all 150ms ease-out; transition:all 150ms ease-out; -ms-transition:all 150ms ease-out;}
  .shop-prod-item .shop-prod-item-hover i, .shop-prod-item:hover .shop-prod-item-hover i, .shop-prod-item:hover .shop-prod-item-hover .btn-2, .shop-prod-item .shop-prod-item-hover .btn-2, .shop .popup-container.right, .shop .detail-item .img-preview img, .excursion .excursion-preview img, .team-img:before, .quote .quote-nav, .grid-item img, .prod-item .prod-item-img, .overlay-menu ul > li > ul{-moz-transition:all 300ms ease-out; -o-transition:all 300ms ease-out; -webkit-transition:all 300ms ease-out; transition:all 300ms ease-out; -ms-transition:all 300ms ease-out;}
  .overlay-menu ul > li > ul li, .overlay-menu ul > li.active.clicked ul li, .animation-wrapper, .overlay-menu, .overlay-animation:before, .overlay-animation:after{-moz-transition:all 500ms ease-out; -o-transition:all 500ms ease-out; -webkit-transition:all 500ms ease-out; transition:all 500ms ease-out; -ms-transition:all 500ms ease-out;}
  .class{-moz-transition:all 700ms ease-out; -o-transition:all 700ms ease-out; -webkit-transition:all 700ms ease-out; transition:all 700ms ease-out; -ms-transition:all 700ms ease-out;}
  .class{-moz-transition:all 1000ms ease-out; -o-transition:all 1000ms ease-out; -webkit-transition:all 1000ms ease-out; transition:all 1000ms ease-out; -ms-transition:all 1000ms ease-out;}
  .class{-moz-transition:all 2000ms ease-out; -o-transition:all 2000ms ease-out; -webkit-transition:all 2000ms ease-out; transition:all 2000ms ease-out; -ms-transition:all 2000ms ease-out;}
  
  /*transition delay*/
  .overlay-wrapper.active, .overlay-wrapper.active .overlay-animation:before, .overlay-wrapper.active .overlay-animation:after, .overlay-menu{transition-delay: 0ms; -moz-transition-delay: 0ms; -webkit-transition-delay: 0ms; -ms-transition-delay: 0ms;}
  .class{transition-delay: 150ms; -moz-transition-delay: 150ms; -webkit-transition-delay: 150ms; -ms-transition-delay: 150ms;}
  .class{transition-delay: 250ms; -moz-transition-delay: 250ms; -webkit-transition-delay: 250ms; -ms-transition-delay: 250ms;}
  .class{transition-delay: 300ms; -moz-transition-delay: 300ms; -webkit-transition-delay: 300ms; -ms-transition-delay: 300ms;}
  .class{transition-delay: 450ms; -moz-transition-delay: 450ms; -webkit-transition-delay: 450ms; -ms-transition-delay: 450ms;}
  .overlay-animation:before, .overlay-animation:after, .overlay-wrapper.active .overlay-menu{transition-delay: 500ms; -moz-transition-delay: 500ms; -webkit-transition-delay: 500ms; -ms-transition-delay: 500ms;}
  .class{transition-delay: 700ms; -moz-transition-delay: 700ms; -webkit-transition-delay: 700ms; -ms-transition-delay: 700ms;}
  .class{transition-delay: 750ms; -moz-transition-delay: 750ms; -webkit-transition-delay: 750ms; -ms-transition-delay: 750ms;}
  .overlay-wrapper{transition-delay: 1000ms; -moz-transition-delay: 1000ms; -webkit-transition-delay: 1000ms; -ms-transition-delay: 1000ms;}


_:-ms-fullscreen, :root .bloom.index03 .quote .quote-nav{opacity: 0.5;}
_:-ms-fullscreen, :root .bloom.index03 .quote .quote-nav.active{opacity: 1;}

.section {position: relative;}
.bg-item {overflow: hidden; background-position: 50% 50%; background-repeat: no-repeat; background-attachment: scroll; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; background-size: cover; backface-visibility: hidden; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.bg-item.fix { background-attachment: fixed; }
.vertical-align {position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%); z-index: 1;}
.vertical-align.full {left: 0px; width: 100%; text-align: center;}
.vertical-wrap { font-size: 18px; }
.vertical-wrap > div[class*="col"] { display: inline-block; vertical-align: middle; position: relative; float: none; }
.section {position: relative; background: #fff;}
.row.clear-padding {margin: 0px;}
.row.clear-padding > div[class*="col"] {padding: 0px;}
.resp-img {width: 100%; height: auto; display: block;}
.custom-container {padding: 0 150px;}
.simple-text p {font-size: 18px; line-height: 26px;margin-bottom: 15px;}
.simple-text.sm p {font-size: 18px; line-height: 26px;margin-bottom: 15px;}

.full-height-banner {position: relative; position: relative; height: 60vh; min-height: 372px;}
#contacto_banner.full-height-banner {position: relative; position: relative; height: 20vh; min-height: 150px;}
.sm-sepp.h1:before {width: 50px; background: #c78274; left: 50%; margin-left: -25px;}
.lh-36 {line-height: 36px;}
.full-height-banner .vertical-align {margin-top: 30px;} 
.service-slider-item {position: relative; width: 100%; height: 600px; text-align: center;}
.service-slider-item .decsription {left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%); position: absolute; border: 2px solid #fff; padding: 100px 40px; max-width: 600px; text-align: center;}
.service-slider-item .h2 {font-size: 60px;}
.pagination-on-slider .swiper-pagination {position: absolute; left: 0px; bottom: 20px; width: 100%;}
.grid-item.w-25 {width: 33%!important;}
.grid-item.grid-item-full {padding: 0 15px 30px;}
.detail-block {position: relative; width: 100%; }
.detail-block img {width: 100%; height: auto; display: block;}

.detail-block {position: relative;}
.detail-block .image {position: relative; width: 100%; height: 740px;}
.detail-block .text {text-align: center; display: block; margin: 0 auto; max-width: 480px;}
.project-info {position: relative; text-align: center;}
.project-info a, .project-info span {display: block; color: #989898; font-size: 17px;}
.project-info a:hover {color: #c78274;}
.detail-nav-link {position: relative; width: 33.333%; float: left; height: 400px; text-align: center; display: block; backface-visibility: hidden;}
.detail-nav-link .clip {top: 1px;}
.detail-nav-link .bg {transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;}
.detail-nav-link:hover .bg {transform: scale(1.1); -webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.detail-pagination {position: relative; float: left; width: 100%;}
.all-projects {font-size: 30px; color: #222; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); transition: all 0.35s ease-in; -webkit-transition: all 0.35s ease-in;}
.all-projects:hover {color: #c78274;}
.cat-text {font-size: 13px;line-height: 24px;padding-left: 25px;position: relative;margin-top: 5px;}
.cat-text:before {content: ""; position: absolute;left: 0;top: 50%;width: 15px;height: 1px;background-color: #c78274;}
.input-style.full-w {width: 100%!important;}
.btn-2 input {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0; z-index: 50; cursor: pointer;}
.map {position: relative; width: 100%; height: 650px;}
.map-item {position: absolute; height: 100%; width: 100%; left: 0px; top: 0px;}

.blog-item {position: relative;}
.blog-item .swiper-container {height: 100%;}
.blog-item .image {position: relative; overflow: hidden; width: 100%; height: 380px;}
.blog-item .image .hover-img {transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; backface-visibility: hidden;}
.blog-item .image .bg-item:before {content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.2);}
.blog-item .image:hover .hover-img {transform: scale(1.1); -webkit-transform: scale(1.1); -ms-transform: scale(1.1);}
.blog-item.sm .image {height: 300px;}
.blog-item .text i, .post-recent .txt i, .twitter-slide a {font-size: 13px;line-height: 24px;color: #777; display: block; display: block; position: relative;}
.blog-item .text i, .post-recent .txt span {padding-left: 20px; position: relative; display: block;}
.blog-item .text i:before, .post-recent .txt span:before {content: ""; position: absolute;left: 0;top: 50%;width: 15px;height: 1px;background-color: #c78274;} 
.blog-item .text i {font-style: normal;}
.blog-item .title {line-height: 30px;}
.blog-item .title a {color: #222; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out;}
.blog-item .title a:hover {color: #c78274;}
.blog-link {position: absolute; left: 30px; top: 30px; z-index: 5;}
.blog-link a {position: relative; float: left; margin: 0 10px 0px 0px; color: rgba(255,255,255,0.8); font-size: 14px; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out;}
.blog-link a:hover {color: #fff;}
.blog-link a span {padding-right: 5px;}
.blog-cat {position: absolute; right: 30px; top: 30px; z-index: 6;}
.blog-cat a {position: relative; display: inline-block; padding: 0px 20px; text-align: center; font-size: 14px; color: #777; background: #fff; height: 30px; line-height: 30px;}
.blog-item .image iframe {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.pagination-type-1 {position: absolute; left: 0px; bottom: 20px; width: 100%; z-index: 6;}
.pagination-type-1 .swiper-pagination-bullet {margin: 0 3px;}
.sidebar-blok {position: relative;width: 100%;}
.video-item.sm {height: 300px;}
.sidebar-blok ul li a {color: #989898; font-size: 13px;}
.sidebar-blok ul li:hover a, .twitter-slide a:hover {color: #c78274;}
.sidebar-blok .title {line-height: 30px;}
.sidebar-blok .swiper-container {padding-bottom: 60px;}
.tag-link {position: relative; height: 30px; margin: 0 5px 5px 0px; display: inline-block; line-height: 28px; font-size: 14px; border: 1px solid #e3e3e3; color: #999; padding: 0 20px; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out;}
.tag-link:before {content: ''; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 0px; background: #c78274; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out;}
.tag-link span {position: relative; z-index: 1;}
.tag-link:hover {color: #fff; border-color: #c78274;}
.tag-link:hover:before {height: 100%;}

.post-recent {position: relative; display: inline-block; width: 100%; font-size: 0px;}
.post-recent .img {position: relative;display: inline-block; vertical-align: middle; width: 140px;z-index: 5; overflow: hidden; margin-bottom: 0px;}
.post-recent .img a {display: block; margin-bottom: 0px;}
.post-recent .img img {width: 100%; height: auto; display: block; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out;}
.post-recent .img:hover img {transform: scale(1.1);}
.post-recent .txt {position: relative; display: inline-block; vertical-align: middle; padding-left: 20px;}
.post-recent .txt a {font-size: 14px;}
.post-recent .txt span {font-size: 14px; display: block; color: #777; font-weight: 400;}
.post-recent a:hover {color: #c78274;}
.post-recent a {display: block; margin-bottom: 10px;}
.instagram-item {margin-left: -5px; margin-right: -5px;}
.instagram-item a {position: relative; float: left; width: 33.333%; padding: 0 5px 10px; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out;}
.instagram-item a:hover {opacity: 0.5;}
.instagram-item a img {width: 100%; height: auto; display: block;}
.twitter-slide .icon {float: right; font-size: 18px;}
.twitter-slide .date {font-size: 13px; line-height: 20px; color: #999; float: left;}
.full-height-banner ul.author-date {display: inline-block;}
.full-height-banner ul.author-date li {font-size: 14px;}
.full-height-banner ul.author-date li span {color: rgba(255,255,255,0.7);}

.sidebar-blok .prod-item ul {margin: 0px;}
.post-article img {max-width: 100%; height: auto; display: block; margin-bottom: 20px;}
.post-article p {font-size: 15px; line-height: 26px; margin-bottom: 25px;}
.post-article iframe {position: relative; width: 100%; margin-bottom: 10px; min-height: 380px;}
.fl-item {float: left; position: relative;}
.fr-item {float: right; position: relative;}
.txt-replace {position: relative;font-size: 14px;line-height: 26px;text-transform: uppercase;margin-bottom: 20px;cursor: pointer;color: #222;display: none;border-bottom: 1px solid #d0d0d0;font-weight: bold;-moz-transition: all 150ms ease-out;-o-transition: all 150ms ease-out;-webkit-transition: all 150ms ease-out;transition: all 150ms ease-out;-ms-transition: all 150ms ease-out;width: 300px;margin: 0 auto;padding: 5px 0;text-align: center;}
.txt-replace i {padding-left: 10px; display: inline-block;}
.tabs-link-wrap {position: relative;}
.category-list li {margin-bottom: 10px;}
.post-blok .h5 {line-height: 24px;}

.post-title-desc .auth {color: rgba(255,255,255,0.7); display: inline-block; position: relative;}
.post-title-link {display: inline-block; position: relative; font-size: 15px;}
.post-title-link a {color: rgba(255,255,255,0.7); display: inline-block; padding-left: 8px;}
.post-title-link a i {padding-left: 5px;}
.full-height-banner .title {display: block; clear: both; position: relative; float: left; width: 100%; margin-bottom: 20px;}

.post-title-desc {position: relative; float: left; width: 100%;}

@media (max-width: 1500px) {
    .basket {margin: 0 10px 0 20px;} 
    header ul.header-menu > li {margin: 0px; }
    header ul.header-menu > li > a {padding: 0 15px;}
    .login {padding: 0 5px;}
    .login-wrapper{margin: -6px 0px 0px 5px;}
}

@media (max-width: 1400px) {
    .custom-container {padding: 0px;}
}
@media (max-width: 1200px) {
    .full-height-banner {height: auto; min-height: 274px;}
    .full-height-banner .vertical-align {margin-top: 30px;}
    .detail-block .image {height: 500px;}
    .detail-nav-link {height: 300px;}
}
@media (max-width: 992px) {
    .service-slider-item {height: auto;}
    .service-slider-item .decsription {position: relative; top: auto; left: auto; transform: translate(0,0); -webkit-transform: translate(0,0);-ms-transform: translate(0,0); border: 0 none; padding: 80px 30px 100px; max-width: 100%;}
    .service-slider-item .decsription article {float: none;}
    .grid-item.w-25 {width: 50%;}
    .detail-pagination .detail-nav-link {width: 40%;}
    .detail-pagination .detail-nav-link:nth-child(2) {width: 20%;}    
}
@media (max-width: 768px) {
    .grid-item.w-25 {width: 100%!important; padding: 0 0 30px;}
    .detail-nav-link .h5 {line-height: 22px;}
    .map {height: 400px;}
    .full-height-banner .title{
      margin-bottom: -26px;
    }
}
@media (max-width: 480px) {
    .detail-block .image {height: 350px;}
    .h1-2 {font-size: 40px; line-height: 46px;margin-top: 18px;}
    .detail-pagination .detail-nav-link {width: 50%;}
    .detail-pagination .detail-nav-link:nth-child(2)  {display: none;}
    .fr-item, .fl-item {float: none; text-align: center;}
    .fl-item {margin-bottom: 30px;}
}

.overlay-wrapper.video {z-index: 50;}


.intro {
    position: relative;
    width: 100%;
    height: 100vh;
}
.left {
    float: left;
    height: 100%;
    width: 23%;
    padding: 3rem 1rem 0rem 2rem;
    display: table;
}
.left > div {
    display: table-cell;
    vertical-align: middle;
}

.left2.btnConfirmaBorradoItemCarroProyecto{
  float: left;
  padding: 0px;
  position: relative;
   
    padding: 4px 11px 2px 11px;
    background: #c78274;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border:1px solid #c78274;
    margin-right: 2px;
}


.left2.btnConfirmaBorradoItemCarroProyecto:hover{
  float: left;
  padding: 0px;
  position: relative;
   
    padding: 4px 11px 2px 11px;
    background: transparent;
    color: #000000;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border:1px solid #c78274;
    margin-right: 2px;
}

.right2.btnConfirmaBorradoItemCarroProyectoNo{
  float: right;
  padding: 0px;
  padding: 4px 11px 2px 11px;
    background: #c78274;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border:1px solid #c78274;
}

.right2.btnConfirmaBorradoItemCarroProyectoNo:hover{
  float: right;
  padding: 0px;
  padding: 4px 11px 2px 11px;
    background: transparent;
    color: #000000;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border:1px solid #c78274;
}




.left2.btnConfirmaBorradoItemCarro{
  float: left;
  padding: 0px;
  position: relative;
   
    padding: 4px 11px 2px 11px;
    background: #c78274;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border:1px solid #c78274;
    margin-right: 2px;
}


.left2.btnConfirmaBorradoItemCarro:hover{
  float: left;
  padding: 0px;
  position: relative;
   
    padding: 4px 11px 2px 11px;
    background: transparent;
    color: #000000;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border:1px solid #c78274;
    margin-right: 2px;
}

.right2.btnConfirmaBorradoItemCarroNo{
  float: right;
  padding: 0px;
  padding: 4px 11px 2px 11px;
    background: #c78274;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border:1px solid #c78274;
}

.right2.btnConfirmaBorradoItemCarroNo:hover{
  float: right;
  padding: 0px;
  padding: 4px 11px 2px 11px;
    background: transparent;
    color: #000000;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border:1px solid #c78274;
}


@media (max-width: 1094px){
  .left {
    float: left;
    height: 80%;
    width: 100%;
    padding: 5rem 9rem 0rem 1rem;
    display: table;
  }

  .slider {
    float: right;
    position: relative;
    width: 100%!important;
    height: 100%;
 }
}

/*span {
  color: #E8CA2B;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 4rem;
}*/
h1 {
    font-size: 8rem;
    margin-bottom: 3rem;
}
h1 + p {
  color: #949494;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
p + a {
  font-size: 1.6rem;
  color: #000;
}
.slider {
    float: right;
    position: relative;
    width: 70%;
    height: 100%;
}
.slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: clip .7s ease-in-out, z-index 0s .7s;
    clip: rect(0, 100vw, 100vh, 100vw);
    display: table;
}
.center-y {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
h3 {
    font-size: 5rem;
    font-style: italic;
}
h3 + a {
    font-size: 1.6rem;
    display: inline-block;
    color: #fff;
    margin-top: 2rem;
}
h3, h3 + a {
    opacity: 0;
    transition: opacity .7s 0s, transform .5s .2s;
    transform: translate3d(0, 50%, 0);
}
li.current h3, li.current h3 + a {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}
li.current {
    z-index: 1;
    clip: rect(0, 100vw, 100vh, 0);
}
li.prev {
    clip: rect(0, 0, 100vh, 0);
}
.slider nav {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
/*nav a {
    display: inline-block;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
    background: #fff;
    margin: 0 1rem;
  transition: transform .3s;
}*/
a.current_dot {
    transform: scale(1.4);
}
@media screen and (max-width: 700px) {
    .left {
        width: 100%;
        height: 30%;
        margin-top: 58px;
        padding-bottom: 22px;
    }
    .slider {
        width: 100%;
        height: 70%;
    }
}




.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}





hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #c78274;
}

.inspiracion a{
  color:#000000;
  font-size:16px;
}

.inspiracion a:hover{
  color:#c78274;
  text-decoration: underline;
}

.background_proyectos{
background: #caa49b42;
    padding: 32px 67px;
    }

    .ul_proyecto{
      display: inline-flex;
    }

    .li_proyecto{
      padding-right: 40px;
    font-size: 21px;
    }

.text_menu {
  font-size: 14px;
  color:#444444;
}
.text_menu a{
  font-size: 14px;
  color:#444444;
}

.background_inspiracion{background: url(../img/inspiracion_foto_principal.jpg);
    background-size: cover;
    height: 560px;}

 .item_inspiracion1{
      position: absolute;
    top: 47%;
    left: 14%;
 }

 .item_inspiracion2{
      position: absolute;
      top: 61%;
      left: 34%;
 }

 .item_inspiracion3{
      position: absolute;
    top: 52%;
    left: 72%;
 }

 .item_inspiracion4{
      position: absolute;
    top: 62%;
    left: 61%;
 }

 .overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.marquee-section {
  position: relative;
  padding: 130px 0;
  /*border: 1px solid #d0d0d0;*/
}
@media (max-width: 1199.98px) {
  .marquee-section {
    padding: 100px 0;
  }
}
@media (max-width: 575.98px) {
  .marquee-section {
    padding: 60px 0;
  }
}
.marquee-section .icon-leaves-37 {
  position: relative;
}
.marquee-section .icon-leaves-37:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #c78274;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
}
.marquee .marquee-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
          animation: scroll var(--duration) linear infinite;
}
.marquee .text {
  font-size: 70px;
  line-height: 36px;
  color: var(--theme-color-dark);
  font-family: var(--title-font);
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .marquee .text {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .marquee .text {
    font-size: 40px;
  }

#carro_flechas .quantity-wrapper .col-md-7 {
        width: 45%;
    }
/*#carro_flechas .quantity-wrapper .col-md-2 {
        width: 100%;
    }

#carro_flechas .quantity-wrapper .col-md-1 {
        width: 100%;
    }
    #carro_flechas .quantity-wrapper .col-md-8 {
        width: 100%;
    }
    #carro_flechas .quantity-wrapper .col-md-7 {
        width: 100%;
    }
    .trash_icon {
      left: 27px !important;
      font-size: 23px !important;
      top: 14px !important;
  }*/


}
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-group {
    -webkit-animation-play-state: play;
            animation-play-state: play;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}


.alert-danger {
   font-size: 14px!important;
}

 
#ficha2.shop .detail-item .quantity-wrapper img {
    display: inline-block!important;
    width: 89px;
    vertical-align: middle!important;
}


.quantity-wrapper .col-md-2 {
        width: 16.66666667%;
    }

.quantity-wrapper .col-md-2 {
        width: 16.66666667%;
    }
    .quantity-wrapper .col-md-8 {
        width: 66.66666667%;
    }
    .quantity-wrapper .col-md-7 {
        width: 66.66666667%;
    }

    #carro_flechas .quantity i.fa-caret-right {
    left: auto;
    right: 75px;
}

.trash_icon{
  /*left: 115px!important;*/
    font-size: 23px!important;
    top: 14px!important;
    color: #000000;
}


@media (min-width: 1200px){
.quantity2 i {
    position: absolute;
        top: 34%;
        margin-top: 22px;
        left: 0px !important;
        font-size: 13px;
        padding: 5px;
        cursor: pointer;
}
}

.password_text{
  font-size: 13px!important;
    color: #989898!important;
}

.col-md-1 {
        width: 11.33333333%;
    }

@media (min-width: 992px) {
    .col-md-1 {
        width: 8.33333333%;
    }
}
/*@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}*/






.text_eliminar_item{
   margin-top: 6px;
    font-size: 14px;
    margin-left: 31px;
    display:none;
}




@media (min-width: 502px) and (max-width: 767px) {
  #quantity_btn.quantity {
    left: 34px;
  }
  .text_eliminar_item {
    margin-top: -11px;
    font-size: 14px;
    margin-left: 31px;
  
  }
}


@media (min-width: 385px) and (max-width: 501px) {
  #quantity_btn.quantity {
    left: -15px;
  }
  .text_eliminar_item {
    margin-top: -11px;
    font-size: 14px;
    margin-left: 31px;
  
  }
}


@media (min-width: 330px) and (max-width: 384px) {
  #quantity_btn.quantity {
    left: -82px;
  }
  .text_eliminar_item {
    margin-top: -11px;
    font-size: 14px;
    margin-left: 31px;
  
  }

  #area_clientes_proyecto .basket-item {
  
      padding: 30px 0 30px 106px;
     
  }
  #area_clientes_proyecto .basket-item img {
        
        left: -4px;
       
    }
    .basket-item .quantity-wrapper2 {
        
        top: -52px;
       
        
    }

    
    #area_clientes_carro .basket-item {
  
      padding: 30px 0 30px 106px;
     
  }
  #area_clientes_carro .basket-item img {
        
        left: -4px;
       
    }
    
}


@media (min-width: 320px) and (max-width: 329px) {
  #quantity_btn.quantity {
    left: -82px;
  }
  .text_eliminar_item {
    margin-top: -11px;
    font-size: 14px;
    margin-left: 31px;
  
  }

  #area_clientes_proyecto .basket-item {
  
      padding: 30px 0 30px 106px;
     
  }
  #area_clientes_proyecto .basket-item img {
        
        left: -4px;
       
    }

    #area_clientes_carro .basket-item {
  
      padding: 30px 0 30px 106px;
     
  }
  #area_clientes_carro .basket-item img {
        
        left: -4px;
       
    }
    .basket-item .quantity-wrapper2 {
        
        top: -68px;
       
        
    }
}

.btn-1_volver {
    position: relative;
    padding: 8px 25px 6px 25px;
    background: #fff;
    color: #000000;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #c78274;
    float: right;
}
.btn-1_volver:hover {
    position: relative;
    padding: 8px 25px 6px 25px;
    background: #c78274;
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #c78274;
    float: right;
}

.btn-1_guardar {
    position: relative;
    float: none;
    padding: 7px 25px 5px 25px;
    background: #c78274;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #000000;
}
.btn-1_guardar:hover {
   position: relative;
    float: none;
    padding: 7px 25px 5px 25px;
    background: #000000;
    color: #c78274;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #000000;
}

.scroll_items{
  overflow-y: scroll;
    overflow-x: hidden;
    height: 550px;
    scrollbar-color: #f1dcdc #ffffff;
}




@media (max-width: 992px) {
    #inspiracion_productos.container {
        max-width: 100%;
    }

      #inspiracion_productos #btn_mas.btn-2 {
     
      padding: 1px 11px 5px 11px;
      
  }
}

.label_buscador{
   color: #000000;
   font-size: 15px;
}


.mad-back-to-top {
    width: 3.5rem;
    height: 3.5rem;
    padding-top: 8px;
    text-align: center;
    position: fixed;
    z-index: 103;
    right: 3.3%;
    top: 90%;
    color: #fff;
    background: #c78274;
    font-size: 26px;
    opacity: 1;
  
}

#popoup_registro_checkbox.checkbox{
  width:63%;
}
@media (min-width: 447px) and (max-width: 480px) {
    #popoup_registro_checkbox.checkbox{
    width:70%;
  }
}


@media (min-width: 320px) and (max-width: 446px) {
    #popoup_registro_checkbox.checkbox{
   width: 93%;
  }
}


b, strong {
    font-weight: bold !important;
}



@media (max-width: 2700px){


#categoria_productos.shop .shop-prod-item .shop-prod-item-hover .btn-2 {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    opacity: 1;
    z-index: 999999;
    display: block;
}


.shop-prod-item .shop-prod-item-hover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    z-index: 0;
    opacity: 1;
    transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
}


#categoria_productos.shop .shop-prod-item .shop-prod-item-hover .btn-2 {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    opacity: 1;
    z-index: 999999;
    display: block;
}



  }

#galeria2 img{
   width:100%;
}

#galeria2 .row{
   display:flex;
   padding:5px;
   flex-wrap: wrap;
}

#galeria2 .column{
   flex:33%;
   padding:5px;
}

#galeria2 .column img{
  margin-top:5px;
}

#galeria2.container {
        width: 95%;
    }

@media (max-width:800px){
  #galeria2 .column{
   flex:50%;
   
  }

}

@media (max-width:600px){
    #galeria2 .column{
     flex:100%;
     
  }

}  



@media (min-width: 1200px) {
    #galeria2.container {
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    #galeria2.container {
        max-width: 95%;
    }
}

@media (min-width: 576px) {
    #galeria2.container {
        max-width: 95%;
    }
}


#fotos_home.container{
  max-width:100%;
}

.swiper-container2 {
  padding: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-container2 .swiper-slide {
  width: 100%!important;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: all 0.3s ease;
  background-position: fixed!important;
}

.swiper-container2 .swiper-item {
  width: 80%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
}

.swiper-container2 .swiper-slide .number {
  width: auto;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: -40px;
  font-size: 120px;
  -webkit-text-stroke: 1px white;
  color: transparent;
  font-weight: 600;
  font-family: "IBM Plex Sans", sans-serif;
  opacity: 0.3;
}

@media screen and (max-width: 512px) {
  .swiper-container2 .swiper-slide .number {
    display: none;
  }

  .swiper-container2 .swiper-item {
    width: 90%;
  }
}
.swiper-container2 .swiper-item:after {
  content: "";
  background-color: black;
  position: absolute;
  width: 100%;
  height: inherit;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
}

.swiper-container2 .swiper-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  z-index: 1;
  opacity: 0.2;
}

/* swiper arrows */
.swiper-container2 .swiper-arrows {
  width: 400px;
  height: 80px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
  right: 20%;
}

@media screen and (max-width: 512px) {
  .swiper-container2 .swiper-arrows {
    right: 10%;
  }
}
.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-button-next {
  width: 80px;
  height: 80px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: 0;
  transition: all 0.3s ease;
}

.swiper-container2 .swiper-button-prev {
  right: 80px;
  left: auto;
  background-color: rgba(255, 255, 255, 0.7);
}

.swiper-container2 .swiper-button-next {
  right: 0px;
  background-color: rgba(255, 255, 255, 0.8);
}

.swiper-container2 .swiper-button-prev span,
.swiper-container2 .swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px #666666;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.1s ease;
}

.swiper-container2 .swiper-button-prev span {
  transform: rotate(-135deg);
  left: 49%;
}

.swiper-container2 .swiper-button-next span {
  transform: rotate(45deg);
  right: 49%;
}

.swiper-container2 .swiper-button-prev:hover span,
.swiper-container2 .swiper-button-next:hover span {
  width: 5px;
  height: 5px;
}

.swiper-container2 .swiper-button-prev:after,
.swiper-container2 .swiper-button-next:after {
  width: 0px;
  height: inherit;
  content: "";
  position: absolute;
  background-color: white;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  opacity: 0.8;
}

.swiper-container2 .swiper-button-prev:after {
  right: 0;
}

.swiper-container2 .swiper-button-next:after {
  left: 0;
}

.swiper-container2 .swiper-container2 .swiper-button-prev:hover:after,
.swiper-container2 .swiper-button-next:hover:after {
  width: inherit;
}

.swiper-container2 .swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-container2 .swiper-button-disabled.swiper-button-prev span,
.swiper-container2 .swiper-button-disabled.swiper-button-next span {
  opacity: 0.2;
}

/* swiper arrows mobile */
@media screen and (max-width: 512px) {
  .swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-button-next {
    width: 60px;
    height: 60px;
    bottom: 0;
  }

  .swiper-container2 .swiper-arrows {
    height: 60px;
  }

  .swiper-container2 .swiper-button-prev {
    right: 60px;
  }

  .swiper-container2 .swiper-button-prev span {
    left: 45%;
  }

  .swiper-container2 .swiper-button-next span {
    right: 45%;
  }
}
/* swiper pagination */
.swiper-container2 .swiper-pagination {
  height: 3px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 60px !important;
  right: calc(20% - 60px);
  top: 20px;
  float: right;
  position: absolute;
  left: auto !important;
}

.swiper-container2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0px;
}

.swiper-container2 .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 3px;
  border-radius: 0px;
  opacity: 0.5;
}

.swiper-container2 .swiper-pagination-bullet:hover {
  width: 50px;
}

.swiper-container2 .swiper-pagination-bullet-active,
.swiper-container2 .swiper-pagination-bullet-active:hover {
  width: 60px;
  transition: all 0.3s ease-in-out;
  left: 0;
  background-color: white;
  opacity: 1;
}

/* swiper pagination mobile */
@media screen and (max-width: 512px) {
  .swiper-container2 .swiper-pagination {
    right: calc(10% - 60px);
  }

 .swiper-container2 .swiper-pagination-bullet,
.swiper-container2 .swiper-pagination-bullet:hover {
    width: 15px;
  }

  .swiper-container2 .swiper-container-horizontal > .swiper-pagination-bulles .swiper-pagination-bullet {
    margin: 8px 0px;
  }

  .swiper-container2 .swiper-pagination-bullet-active,
.swiper-container2 .swiper-pagination-bullet-active:hover {
    width: 25px;
  }
}
/* text content */
.swiper-container2 .slide-text {
  text-align: left;
  color: white;
  opacity: 1;
  z-index: 2;
 
  width: 40%;
  max-width: 250px;
  padding: 30px;
  position: absolute;
  right: 5%;
}

.swiper-container2 .slide-text.playText {
  animation: transitionText 2s ease;
}

@keyframes transitionText {
  0% {
    right: -100%;
  }
  100% {
    right: 5%;
  }
}
.swiper-container2 .slide-text h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 25px;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.swiper-container2 .slide-text p {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 200;
}

/* text content mobile */
@media screen and (max-width: 512px) {
  .slide-text {
    width: 60%;
  }

  .swiper-container2 .slide-text h1 {
    font-size: 15px;
    letter-spacing: 0.02em;
     line-height:15px;
  }

  .swiper-container2 .slide-text p {
    font-size: 14px;
  }
}
/* button */
.swiper-container2 .slide-text .btn {
  font-family: "IBM Plex Mono", monospace;
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
  border: 0;
  padding: 0 15px;
  left: 0;
}

.swiper-container2 .slide-text .btn:before {
  content: "";
  background-color: white;
  width: 2px;
  height: 20px;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: -1px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.swiper-container2 .slide-text .btn:after {
  content: "";
  width: 0px;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px transparent;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  top: 3px;
  left: -10px;
  transition: all 0.3s ease-in-out;
}

.swiper-container2 .slide-text .btn:hover::before {
  left: 11px;
  transform: rotate(90deg);
}

.swiper-container2 .slide-text .btn:hover::after {
  border: solid 2px white;
  border-left: 0;
  border-bottom: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.swiper-container2 .slide-text .btn:hover {
  padding-left: 35px;
}

button:focus {
  outline: 0;
}

.margin_right_10{
  margin-right:10px!important;
}

#showroom  select {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    color: #222;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    background: url(../img/flecha_down.png);
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 13px;
    color: #908e8e;
}

.cycle-slideshow{
  z-index: 1;
}


.margin_top_30{
  margin-top: -30px;
}


#content_blog {
    overflow: hidden;
    padding-top: 5rem;
    margin-top: 5rem;
}

.img-fluid_blog{
  max-width:350px;
  height:auto;
}

#content_blog .simple-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    padding: 0px 13px;
}

#content_blog .h5{
  padding: 0px 16px;
  line-height: 35px;
}


#content_blog .h6{
  padding: 0px 16px;
  line-height: 35px;
}

.fadeOutUp {
    animation-name: fadeOutUp
}

#content_blog .button {
    display: inline-block;
    font-size: 14px !important;
    letter-spacing: 3px;
    line-height: 20px !important;
    text-align: center;
    text-transform: uppercase;
    border: none;
    height: auto;
    padding: 0;
    position: relative;
    background-color: rgba(0,0,0,0)
}

#content_blog .button span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px
}

#content_blog .button span:before {
    top: 9px;
    left: 8px
}

#content_blog .button span:after {
    bottom: 9px;
    right: 8px
}

#content_blog .button span:before,.button span:after {
    width: 0;
    height: 1px;
    background-color: #b9c6d7;
    content: "";
    position: absolute;
    transition: all .5s .8s ease-in-out
}

#content_blog .button:hover {
    cursor: pointer
}

#content_blog .button:hover:before,.button:hover:after {
    width: 0 !important
}

#content_blog .button:before {
    top: 9px;
    left: 8px
}

#content_blog .button:after {
    bottom: 9px;
    right: 8px
}

#content_blog .button.dark {
    background-color: #eaeaea;
    color: #1f2229;
    padding: 0;
    transition: background .4s .4s,color .4s .4s
}

#content_blog .button.dark span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px
}

#content_blog .button.dark span:before {
    top: 9px;
    left: 8px
}

#content_blog .button.dark span:after {
    bottom: 9px;
    right: 8px
}

#content_blog .button.dark span:before,.button.dark span:after {
    width: 0;
    height: 1px;
    background-color: #eaeaea;
    content: "";
    position: absolute;
    transition: all .5s 0s ease-in-out
}

#content_blog .button.dark:hover{
    cursor: pointer;
    background: #686868;
    color: #eaeaea
}

#content_blog .button.dark:hover:before,.button.dark:hover:after {
    width: 0
}

#content_blog .button.dark:hover span:before,.button.dark:hover span:after{
    background-color: #eaeaea;
    width: calc(100% - 16px);
    transition: all .5s .8s ease-in-out
}

#content_blog .button.dark:before,.button.dark:after {
    background-color: rgba(0,0,0,0);
    width: calc(100% - 16px);
    transition: all .5s 0s ease-in-out
}

.blog_block{
  box-shadow: -5px 10px 25px rgba(0, 0, 0, .13);
  padding-top: 41px;
  background: #ffffff;
  line-height: 0;
}

.blog_block2{
  position:relative;

    
}

.blog_block_foto_larga{
  box-shadow: -5px 10px 25px rgba(0, 0, 0, .13);
    padding: 50px;
    background: #ffffff;
}

.blog_block_foto_post{
  box-shadow: -5px 10px 25px rgba(0, 0, 0, .13);
    padding: 50px;
    background: #ffffff;
}

.blog_images{
  max-width: 100%;
  max-height: 900px;
  
  }

#content_blog .simple-text{
  margin: 15px 0px;
}
.blog_images2{
  max-width: 1572px;
 
}

.bottom-right {
  position: absolute;
 
    top: 13%;
    left: 56%;
}
.text-blog {
    max-height: 100px;
    min-height: 100px;
}


@media (max-width: 767px){
  .bottom-right {
      position: relative!important;
      top: 0px!important;
      left: 0px!important;
  }
    .blog_images2 {
      max-width: 100%;
  }

  .blog_block_foto_larga {
       padding: 7px;
      
  }

  .blog_block_foto_post{
       padding: 22px 22px 35px 22px;
      
  }
}


.bottom-right2 {
    position: absolute;
    top: 83%;
    left: 25%;
    width: 50%;
}

.margin_top_blog{
  margin-top: 13rem;
}

.title_post{
  font-size:40px;
  font-style:italic;
  font-family: 'Titillium Web', sans-serif;
  color:#000000;
  line-height: 40px;
}

.text_post{
  font-size:18px;
  font-family: 'Hind', sans-serif;
  color:#000000;
  line-height: 26px;
  margin-bottom: 15px;
}

.text_post2{
  font-size:21px;
  font-family: 'Playfair', sans-serif;
  color:#3d251c;
  line-height: 29px;
  margin-bottom: 15px;
}

.text_post2 li{
  list-style:disc;
}

.text_post3 {
    font-size: 21px;
    font-family: 'Playfair', sans-serif;
    color: #3d251c;
    line-height: 29px;
    margin-bottom: 15px;
}
.text_con_background{
  text-align: center;
  color:#FFFFFF;
  font-size:18px;
}

/*#content_blog .col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width: 768px) {
    #content_blog .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #content_blog .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}*/



#content_blog .img-fluid{
  max-width:100%;
  height:auto;
}

#content_blog .container-fluid {
        max-width: 100% !important;
    }


@media (max-width: 977px) {

    .bottom-right2 {
      position: absolute;
      top: 83%;
      left: 6%;
      width: 90%;
  }
    .text-blog {
      max-height: 100%;
      min-height: 100%;
  }

  .blog_block_foto_larga{
  
    padding: 26px;
   
}

}

#empleo_home.full-height-banner{
  position: relative;
    height: 40vh;
    min-height: 372px;
}


.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 70rem;
  width: 100%;
  overflow: hidden;
  /*position: relative;
    background-color: black;
    height: 100vh;
    min-height: 51rem;
    width: 100%;
    overflow: hidden;*/
}

.video-background-holder iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 114%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-color: black;
  opacity: 0.5;*/
  opacity: 1;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}



code {
  padding: 0 0.15rem;
  background: #f5f5f5;
  border-radius: 0.2rem;
}

.w-84 {
    width: 84% !important;
}


@media (max-width: 767px){
  .w-84 {
    width: 67% !important;
  }
  .w-100 {
    width: 80% !important;
  }
  .video-background-holder iframe {
    
      min-width: 358%;
    
  }
  .video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 72px);
    min-height: 49rem;
    width: 100%;
    overflow: hidden;
}

}

@media (min-width: 1800px){
    .video-background-holder {
      position: relative;
      background-color: black;
      height: calc(100vh - 72px);
      min-height: 65rem;
      width: 100%;
      overflow: hidden;
  }

}

@media (min-width: 1571px) and (max-width: 1799px){
.video-background-holder {
      
      min-height: 55rem;
     
  }
}


@media (min-width: 1034px) and (max-width: 1570px){
.video-background-holder {
      
     min-height: 45rem;
     
  }
    .video-background-holder iframe {
     
      min-height: 120%;
      
  }
}

@media (min-width: 1279px) and (max-width: 1570px){
.video-background-holder {
      
     min-height: 45rem;
     
  }
    .video-background-holder iframe {
     
      min-height: 120%;
      
  }
}

@media (min-width: 1034px) and (max-width: 1278px){
.video-background-holder {
      
     min-height: 39rem;
     
  }
    .video-background-holder iframe {
     
      min-height: 120%;
      
  }
}

@media (min-width: 768px) and (max-width:1033px){
.video-background-holder {
      
      min-height: 27rem;
     
  }
  .video-background-holder iframe {
     
      min-height: 130%;
      
  }
    
}


@media (min-width: 320px) and (max-width:377px){
.video-background-holder {
      
      min-height: 23rem;
     
  }
  .video-background-holder iframe {
     
      min-height: 130%;
      
  }
    
}


#header_home.header-style-2{
  background-color:transparent;
}


header#header_home ul.header-menu > li > a {
    display: block;
    height: 30px;
    line-height: 31px;
    width: auto;
    padding: 0 20px;
    color: #ffffff;
}


@media (min-width: 1200px) {
   #header_home .basket .img-wrapper2 {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 27px;
        background-image: url(../img/lupa_blanca.png);
        background-repeat: no-repeat;
        background-position: top left;
    }
}

#header_home .basket .img-wrapper {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 31px;
    background-image: url(../img/cesta_blanca.png);
    background-repeat: no-repeat;
    background-position: top left;
}

header#header_home.scrolled {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #d6a69c;
    background-color: rgba(214, 166, 156,0.8) !important;
    margin-top: 0px !important;
}

/*header#header_home.scrolled {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e3e3e3;
    background-color: #ffffff!important;
    margin-top: 0px !important;
}

header#header_home.scrolled ul.header-menu > li > a {
    display: block;
    height: 30px;
    line-height: 31px;
    width: auto;
    padding: 0 20px;
    color: #000000!important;
}


@media (min-width: 1200px) {
   #header_home.scrolled .basket .img-wrapper2 {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 27px;
        background-image: url(../img/lupa.png);
        background-repeat: no-repeat;
        background-position: top left;
    }
}


#header_home.scrolled .basket .img-wrapper {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 31px;
    background-image: url(../img/shop/basket-spr.png);
    background-repeat: no-repeat;
    background-position: top left;
}*/

@media (min-width: 1200px){

  #logo_menu{
    margin-top: -26px;
  }
}

#header_home .hamburger-icon span:nth-child(1) {
    bottom: 27px;
    background: #ffffff;
}

#header_home .hamburger-icon span:nth-child(2) {
    bottom: 21px;
    background: #ffffff;
}

#header_home .hamburger-icon span:nth-child(3) {
    bottom: 15px;
    background: #ffffff;
}

@media (max-width: 1199px) {
    header#header_home .hamburger-icon {
        margin-top: 32px;
    }
}

.design-item2{
  position: relative;
    width: 100%;
    float: left;
    background-color: #fff;
    margin: 0;
    padding: 15px;
}

.title_destacados{
  font-size: 26px; 
  line-height: 30px;
  color:#c78274;
  font-family: 'Titillium Web', sans-serif;
  font-weight:400;
}


#fotos_home .icon-leaves-37 {
  position: relative;
}
#fotos_home .icon-leaves-37:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c78274;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}



.title_showroom_web2{
  font-size: 45px;
  font-family: 'Titillium Web', sans-serif;
  color: #ffffff;
}





.text-block {
    position: absolute;
    top: 58%;
    left: 37%;
    transform: translate(-50%, -50%);
}

.title_showroom_web{
  font-size: 89px;
  /*font-family: 'Titillium Web', sans-serif;*/
  color: #ffffff;
  text-align: left;
  line-height: 114px;
}


.text_showroom_web{
  font-size: 89px;
  /*font-family: 'Titillium Web', sans-serif;*/
  margin-top: 65px;
  color: #ffffff;
  text-align: left;
}




.text_footer{
   font-size: 16px;
    color: #ffffff;
}
.text_footer:hover{
   font-size: 16px;
    color: #ffffff;
    text-decoration: underline;
}

.fa-long-arrow-down:before {
    content: "\f175";
    font-size: 56px;
}

.input_newsletter{
  width: 100%;
    padding: 4px 10px;
    border: none;
}

.input_newsletter::placeholder{
  color:#89443F;
}

.btn_negro{
  background: #000000;
    padding: 3px 33px;
    color: #ffffff;
    border:1px solid #000000;
}

.btn_negro:hover{
  background: transparent;
    padding: 3px 33px;
    color: #ffffff;
    border:1px solid #000000;
}

.margin_btn{
  margin-top: 30px;
}
@media (max-width: 991px) {
#id_destacados_nuevos .design-item {
   
    padding: 30px!important;
    margin-top: 14px!important;
}

#header_home.header-style-2 {
   background-color: rgba(214, 166, 156, 0.8) !important;
}
}



.contenedor-imagen{
  position: relative; 
  width: 100%;
}

.img_fluid{
  width: 100%; 
  height: auto;
}

@media (max-width: 640px){
  .title_showroom_web {
    font-size: 35px;
    font-family: 'Titillium Web', sans-serif;
    color: #ffffff;
  }

  .text_showroom_web {
      font-size: 25px;
      font-family: 'Titillium Web', sans-serif;
      margin-top: 17px;
      color: #ffffff;
  }
}



   #carrousel_ficha_producto.carousel-container {
    position: relative;
    width: 100%;
    margin-top: 81px;
    overflow: hidden;
    padding-top: 49px;
}

#carrousel_ficha_producto .carousel_ficha {
    display: flex;
    transition: transform 0.5s ease;
}

#carrousel_ficha_producto .carousel-item_ficha {
    min-width: 40%; /* Cada imagen ocupa un tercio del carrusel */
    transition: transform 0.5s ease;
    position: relative;
}

#carrousel_ficha_producto .carousel-item_ficha img {
    width: 100%;
    display: block;
}

#carrousel_ficha_producto button {
    position: absolute;
    top: 1px;
    right: 10px;
    background-color: #ffffff;
    color:#000000;
    border:1px solid #000000;
    padding: 5px 15px 4px 14px;
    cursor: pointer;
    font-size: 15px;
   
}

#carrousel_ficha_producto button.prev {
    right: 45px;
}

#carrousel_ficha_producto button.next {
    right: 4px;
}

#carrousel_ficha_producto button:hover {
   background-color: #000000;
    color: #ffffff;
    border:1px solid #000000;
    
}

@media (max-width: 767px){

    #carrousel_ficha_producto .carousel-item_ficha{
      min-width: 33.33%;
    }
   .description {
      font-size: 13px;
      text-align:center;
  }
  .description .h4 {
      
      text-align:center;
  }

  #formAddProducto .quantity-wrapper {
      
      text-align:center;
  }

  #formAddProducto .btn-wrap{
      
      text-align:center;
      display: block;
  }
  .follow-wrapper{
      
      text-align:center;
      display: block;
  }

}


.text_accesorios{
  padding-top: 7px;
  color: #000000;
  font-weight: 400;
}

.product-label {
    color: #fff;
    background-color: #c78274;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 14px 6px 14px;
    text-transform: uppercase;
    min-width: 50px;
    text-align: center;
    position: absolute;
    font-weight: 700;
    top: 0;
    left: 10px;
    z-index: 9;
    letter-spacing: .3em;
    min-width: 66px;
    transform: translateX(-100%) rotate(-90deg);
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -moz-transform: translateX(-100%) rotate(-90deg);
    -o-transform: translateX(-100%) rotate(-90deg);
    transform-origin: top right;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
}

.new-label {
    letter-spacing: .2em !important;
}

#listado_novedades.shop .shop-prod-item .shop-prod-item-hover .btn-2{
  position: absolute !important;
    left: 25%;
    bottom: 50%;
    width: 50%;
    /*opacity: 1;*/
}


@media (max-width: 765px) {
    #listado_novedades #item_novedades.shop-prod-item .shop-prod-item-hover {
        position: absolute!important;
        display: block!important;
        width: 100%!important;
        height: 50%!important;
        left: 25%!important;
        top: -10%!important;
        visibility: visible;
        z-index: 0;
        opacity: 1;
        transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -webkit-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
       
    }
    #listado_novedades.shop .shop-prod-item .shop-prod-item-hover .btn-2 {
      position: absolute !important;
          left: -25%;
          bottom: -118%;
          width: 100%;
          opacity: 1;
          right: 0%;
  }
}

#listado_novedades .shop-prod-item a.color_opciones {
    text-transform: none;
    font-size: 0px;
    line-height: 0px;
    padding: 0;
    position: relative;
    margin-top: 0px;
    color: #c78274;
    font-weight: bold;
    display: inline-flex;
}




#listado_novedades .shop-prod-item a.color_opciones{
  float:none!important;
}


#listado_novedades .shop .shop-prod-item .description .color{font-size: 0;}
#listado_novedades .shop .shop-prod-item .description .color span{display: inline-block; height: 20px; width: 20px; cursor: pointer; margin: 0 5px;}
#listado_novedades .shop .shop-prod-item .description .color span.active{outline-offset: 2px; outline: 1px solid;}
#listado_novedades .color{font-size: 0;}
#listado_novedades .color span.active{outline-offset: 2px; outline: 1px solid;}
#listado_novedades .color span{display: inline-block; height: 20px; width: 20px; cursor: pointer; margin: 0 5px;}
#listado_novedades .color a.color_opciones span{display: inline-block; height: 20px; width: 20px; cursor: pointer; margin: 0 5px;}




.ref_novedades {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0px;
    margin-top: 5px;
    color: #000000;
    font-weight: 300;
    font-family: 'Hind', sans-serif;
}

#listado_novedades.shop .shop-prod-item:hover{
  -webkit-box-shadow: -1px 0px 14px 6px rgba(204,204,204,0.67);
-moz-box-shadow: -1px 0px 14px 6px rgba(204,204,204,0.67);
box-shadow: -1px 0px 14px 6px rgba(204,204,204,0.67);
    transition: all .3s!important;
    -webkit-transition: all .3s!important;

}


@media (min-width: 769px) and (max-width: 1485px) {

   .altura_colores{

    min-height: 108px;
      max-height: 108px;

  }

  .altura_titulos{

    min-height: 65px;
    max-height: 65px;

  }
}

.title_peq_blog{
  color: #3d251c;
    font-family: "Playfair Display", serif;
    font-size: 23px;
    padding: 20px;
    font-weight: 100;

}
.title_principal_blog{
   color: #3d251c;
    font-family: "Playfair Display", serif;
    font-size: 73px;
    line-height: 71px;
    padding: 20px;
}

.title_content{
  color: #3d251c;
    font-family: "Playfair Display", serif;
    font-size: 44px;
    padding-bottom: 23px;
    font-weight: 100;
    line-height: 40px;

}

.hr_blog{
  margin-top: 0px;
    margin-bottom: 6px;
    border: 0;
    border-top: 1px solid #3e251c;
}


.vertical-line {
  width: 1px;
  height: 500px;
  background-color: #3e251c;
}


@media (max-width: 991px) {
    .vertical-line {
      display:none;
    }
}





@media (max-width: 793px) {
  .title_principal_blog {
      color: #3d251c;
      font-family: "Playfair Display", serif;
      font-size: 37px;
      line-height: 40px;
      padding: 20px;
  }
  .title_content {
        color: #3d251c;
        font-family: "Playfair Display", serif;
        font-size: 26px;
        padding-bottom: 23px;
        font-weight: 100;
        line-height: 27px;
    }
    .title_peq_blog {
      color: #3d251c;
      font-family: "Playfair Display", serif;
      font-size: 20px;
      padding: 20px;
      font-weight: 100;
  }
}

.background_blog{
  background: #d3bcb7;
}

.background_blanco{
  background: #ffffff;
}
#container_blog{
  max-width:991px;
}


.etiqueta-novedad {
  position: relative;
  display: inline-block;
}

.novedad-label {
  position: absolute;
    top: 56px;
    right: 17px;
    background-color: #c78274;
    color: white;
    font-size: 16px;
    padding: 6px 30px;
    border-radius: 0;
    font-weight: bold;
    font-family: sans-serif;
}


.marquee_trusted {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background: #fff;
}

.marquee-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.marquee-track img {
  height: 160px;
  width: auto;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .marquee-track img {
    height: 107px;
  }
}

/* Animación */
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

#id_nuevo_catalogo.container{
  max-width:100%;
  overflow-y: hidden;
}

#id_nuevo_catalogo .design-item img{
display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #c78274;
    margin-bottom: 15px;
    /*min-height: 564px;
    max-height: 564px;*/
}

#id_nuevo_catalogo a {
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 25px 7px 25px;
    position: relative;
    margin-top: 5px;
    color: #c78274;
    font-weight: bold;
}


#id_nuevo_catalogo a.color_opciones{
  padding: 0px!important;
}


#id_nuevo_catalogo a.color_opciones:first-child{
  padding: 0px!important;
}

#id_nuevo_catalogo a:first-child {
   text-transform: none;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 25px 7px 25px;
    position: relative;
    margin-top: 16px!important;
    color: #c78274;
    font-weight: bold;
}

#id_nuevo_catalogo p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0px;
    /* position: relative; */
    margin-top: 5px;
    color: #000000;
    font-weight: 300;
}

#id_nuevo_catalogo .btn-wrap {
    position: relative;
    display: inline-block;
    margin-top: 21px;
}

#id_nuevo_catalogo img:hover{
  -ms-transform: scale(1.02); 
  -webkit-transform: scale(1.02); 
  transform: scale(1.02);
}

#id_nuevo_catalogo .design-item {
    position: relative;
    width: 100%;
    float: left;
    background-color: #fff;
    margin: 19px 0 0 0;
    padding: 19px 0 0 0;
}

input[type="radio"]{
  display:none;
}



.btn-filtros{
  display: inline-block;
    padding: 8px 10px;
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-left: 6px;
    font-size: 25px;
}

.filtros-wrapper{
  position: relative; 
  display: inline-block;
}


#toggle-filtros:checked ~ .filtros-modal{
  max-height:1000px; 
  opacity:1;
}


.filtros-modal{
  position: absolute; /* posición relativa al wrapper */
  top: 0;
  left: 100%;       /* justo a la derecha del botón */
  margin-left: 10px; /* separación */
  width: 550px;
  background:white;
  border-radius:8px;
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
  max-height:0;
  overflow:hidden;
  opacity:0;
  /*transition: all 0.3s ease;*/
  z-index:999;

}

.filtros-container{
  display:flex;
  height:350px;
}

/* izquierda */
.filtros-menu{
  width:180px;
  background:#f4f4f4;
  display:flex;
  flex-direction:column;
}

.filtros-menu label{
  padding:15px;
  cursor:pointer;
  border-bottom:1px solid #ddd;
}

.filtros-menu label:hover{
  background:#e9e9e9;
}


/* derecha */
.filtros-contenido{
  flex:1;
  padding:20px;
  overflow-y:auto;
}

/*.panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}*/
.panel {
  opacity: 0;
  transform: translateY(0px);
  position: absolute;
  top:0; 
  left:0;
   pointer-events: none; /* evita interacciones cuando está oculto */
}

.panelvisible{

  opacity: 1;
  pointer-events: auto;
  position: relative;
  transform: translateY(0);
}

/*.material_filtro:checked ~ .filtros-container .material,
.color_filtro:checked ~ .filtros-container .color
{
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transform: translateY(0);
}
*/
/*.material_filtro:checked ~ .filtros-container .material
.color_filtro:checked ~ .filtros-container .color
{
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transform: translateY(0);
}*/

/*.material_filtro:checked ~ .filtros-container .material
{
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transform: translateY(0);
}*/

.filtros-menu label:checked ~ .filtros-container .material{
   opacity: 1;
  pointer-events: auto;
  position: relative;
  transform: translateY(0);
}

/* chips */
.chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.chips input{
  display:none;
}


.chips label{
  border:1px solid #ccc;
  background:white;
  padding:8px 14px;
  border-radius:20px;
  cursor:pointer;
}


.chips input:checked + label{
  background:black;
  color:white;
  border-color:black;
}



.chips label{
  transition:all .2s ease;
}



/* footer */
.filtros-footer{
  display:flex;
}

.borrar_filtros{
  flex:1;
  padding:15px;
  background:black;
  color:white;
  border:none;
}

.aplicar_filtros{
  flex:1;
  padding:15px;
  background:#c78274;
  color:white;
  border:none;
}

@media (max-width: 636px) {
    .filtros-menu {
        width: 100%;
        background: #f4f4f4;
        display: flex;
        flex-direction: row;
        flex: 1;
    }
    .filtros-modal{
      width: 300px;
      top: 39px;
    left: 0%;
    margin-left: 0px;
    }

    .filtros-container {
      display: block;
      height: 350px;
      
  }


}


.img_imprimir{

    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #c78274;
    margin-bottom: 15px;
    min-height: auto!important;
    max-height: 100%!important;

}

.align_item_center{
  align-items: center!important;
}

.font_size_imprimir{
  font-size: 30px!important;
    padding-left: 0px!important;
}

.font_size_imprimir2{
  font-size: 25px!important;
    padding-left: 0px!important;
}