@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i);
@import 'https://fonts.googleapis.com/css?family=Poiret+One';
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

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,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
textarea {
  overflow: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

a,
input[type=button],
input[type=submit],
button,
label {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

b,
strong {
  font-weight: bold !important;
}

i,
em {
  font-style: italic !important;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-family: 'Poiret One', Arial
}

sup {
  top: -1em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

ins {
  text-decoration: none;
}

.clear,
.clear5,
.clear10,
.clear15,
.clear20,
.clear25,
.clear30,
.clear40,
.clear50,
.clear55,
.clear60,
.clear80,
.clear100 {
  clear: both;
  height: 0;
}

div.clear5 {
  height: 5px;
}

div.clear10 {
  height: 10px;
}

div.clear15 {
  height: 15px;
}

div.clear20 {
  height: 20px;
}

div.clear25 {
  height: 25px;
}

div.clear30 {
  height: 30px;
}

div.clear40 {
  height: 40px;
}

div.clear50 {
  height: 50px;
}

div.clear55 {
  height: 55px;
}

div.clear60 {
  height: 60px;
}

div.clear80 {
  height: 80px;
}

div.clear100 {
  height: 100px;
}

.desktop {
  display: block
}

.mobile {
  display: none
}

.hidden {
  display: none
}

html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  font: 14px 'Open Sans', sans-serif;
  color: #2c2b2f;
  background: #fff;
  font-weight: normal;
  overflow-x: hidden;
}

body.light {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  opacity: .99;
}

.alignleft {
  float: left !important;
}

.alignright {
  float: right !important;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignmiddle {
  vertical-align: middle;
}

.textleft {
  text-align: left !important;
}

.textright {
  text-align: right !important;
}

.textcenter {
  text-align: center !important;
}

.uppercase {
  text-transform: uppercase;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
}

.overflow {
  overflow: hidden;
  position: relative;
}

.font-color {
  color: #fe6215 !important;
  ;
}

a {
  color: #2c2b2f;
  opacity: .99;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

a:hover {
  color: #fe6215;
}

a img {
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

a.icon img {
  margin-left: 5px;
}

a:hover {}

a:hover img {}

.wow {
  -webkit-opacity: 0;
  opacity: 0;
}

.wow.nofade,
.ie9 .wow {
  -webkit-opacity: 1;
  opacity: 1;
}

/* img{max-width:100%;height:auto;} */
.cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
}

.bg-effect a:before,
.thumb-effect .thumb span.img,
.border-effect a:before,
.underline-effect a:before {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.opacity-effect a:hover,
.opacity-effect a:hover img {
  opacity: .8;
}

.bg-effect a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #fe6215;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.bg-effect a:hover {
  color: #fff;
}

.bg-effect a:hover:before,
.bg-effect a.active:before {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

.border-effect a,
.underline-effect a {
  position: relative;
  z-index: 1;
  padding-bottom: 3px;
}

.border-effect a:before,
.underline-effect a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-bottom: 1px solid;
}

.border-effect a:before,
.underline-effect a:hover:before {
  width: 80%;
  left: 10%;
}

.border-effect a:before {
  opacity: 0;
  visibility: hidden;
}

.border-effect a:hover:before {
  width: 100%;
  left: 0;
  opacity: 1;
  visibility: visible;
}

.grayscale-effect a {
  overflow: hidden;
}

.grayscale-effect a:hover img {
  opacity: .75;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.thumb-effect .thumb {
  display: block;
  overflow: hidden;
  background: #000;
}

.thumb-effect .thumb img,
.thumb-effect .thumb span.img {
  opacity: .85;
}

.thumb-effect .thumb:hover img,
.thumb-effect .thumb:hover span.img,
.thumb-effect a.bloque:hover img,
.thumb-effect a.bloque:hover span.img {
  opacity: 1;
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.scale-effect {
  overflow: hidden;
  display: block;
}

.scale-effect a img {
  display: block;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.scale-effect a:hover img {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

#loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

body.loader-animated #loader {
  visibility: hidden;
  z-index: -1;
}

#loader div.bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

body.loaded #loader div.bg {
  width: 0%;
  opacity: 0;
}

#loader div.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 70px;
  margin: -35px 0 0 -105px;
  z-index: 2;
  background: url(../../storage/images/logo.png) no-repeat center center;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

body.loaded #loader {}

body.loaded #loader div.logo {
  transform: scale(0.95);
  opacity: 0;
  visibility: hidden;
}

body.loaded #loader {}

.button {
  display: inline-block;
  font: 12px 'Open Sans';
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff !important;
  padding: 17px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fe6215;
}

.button.small {
  font-size: 10px;
  padding: 12px 20px;
}

.button:hover {
  color: #fff;
}

.button span {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  vertical-align: top;
}

.button.icon {}

.button.icon i {
  margin-right: 10px;
  vertical-align: top;
}

.button span,
.button.icon i {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.button span.wrapp:before {
  content: attr(data-title);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transform: translateY(75%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.button:hover span.wrapp:before {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}

.button:hover span.wrapp span {
  visibility: hidden;
  transform: translateY(-125%);
}

.button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fe6215;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.button:hover:after {
  left: -10px;
  right: -10px;
  top: 0px;
  bottom: 0px;
  opacity: 1;
}

form .inputbox,
form textarea {
  font: 15px/20px 'Lato', 'Open Sans', sans-serif;
  font-weight: 300;
  opacity: .99;
  color: #2c2b2f;
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #E1E1E2;
  outline: 0;
  -webkit-appearance: none;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form .inputbox.small {
  height: 36px;
}

form select {
  width: 100%;
  font: 15px/20px 'Lato', 'Open Sans', sans-serif;
  font-weight: 300;
  opacity: .99;
  color: #2c2b2f;
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #E1E1E2;
  outline: 0;
  cursor: pointer;
}

form select::-ms-expand {}

.ie9 form select {
  background: #fff;
}

form .inputbox:focus {}

form::-webkit-input-placeholder {
  color: #999;
  -webkit-transition: all 400ms ease;
}

form::-moz-placeholder {
  color: #999;
  transition: all 400ms ease;
}

form:-ms-input-placeholder {
  color: #999;
  transition: all 400ms ease;
}

form:-moz-placeholder {
  color: #999;
  -moz-transition: all 400ms ease;
}

form .empty {
  border-color: red;
}

form div.input-wrapper {
  margin-bottom: -1px;
}

form div.input-wrapper.focus .inputbox,
form div.input-wrapper.focus textarea {
  color: #2c2b2f;
  background-color: #f9f9f9;
}

form div.input-wrapper.focus::-webkit-input-placeholder {
  color: #2c2b2f;
}

form div.input-wrapper.focus::-moz-placeholder {
  color: #2c2b2f;
}

form div.input-wrapper.focus:-ms-input-placeholder {
  color: #2c2b2f;
}

form div.input-wrapper.focus:-moz-placeholder {
  color: #2c2b2f;
}

form div.input-wrapper.half {
  width: 47%;
  float: left;
}

form textarea {
  height: 226px;
  resize: none;
}

form textarea.small {
  height: 140px;
}

form.distribucion textarea {
  height: 181px;
}

form div.checkboxs {
  margin-top: 30px;
  float: left;
}

form label {
  font: 15px 'Lato';
  font-weight: 300;
  color: #2c2b2f;
}

form label.inline {
  margin-left: 20px;
}

form label.checkbox {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 26px;
}

form label.checkbox input {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}

form label.checkbox img {
  margin: 0 2px;
}

form label.checkbox strong {
  font-size: 16px;
}

form div.msg-exito {
  display: none;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  margin-top: 10px;
}

form .submit {
  margin-top: 20px;
  float: right;
}

form .search-button {
  padding: 10px 15px;
}

form .search-button i {
  font-size: 24px;
}

.titulo {
  font: 26px 'Poiret One';
  font-weight: normal;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: .99;
}

.titulo.borded {
  padding-bottom: 15px;
}

.titulo.borded:before,
.titulo.borded:after {
  content: '';
  width: 100%;
  display: block;
  background: #D5D5D5;
  height: 1px;
  position: absolute;
  left: 0;
  top: 100%;
}

.titulo.borded:after {
  width: 46px;
  background: #ff8300;
}

h2.titulo {
  font-size: 48px;
  color: #393945;
}

h2.titulo span {
  display: block;
  font-size: 24px;
  color: #91919f;
}

h3.titulo {
  font-size: 26px;
}

h4.titulo {
  font-size: 22px;
}

.subtitulo {
  font-size: 20px;
  color: #fe6215;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 20px;
}

.mensaje-respuesta {
  margin: 20px 0;
  color: #fe6215;
  padding: 0 20px;
}

.bajada {}

.fullwidth {
  display: block;
  width: 100%;
  height: auto;
}

.center {
  width: 990px;
  margin: 0 auto;
}

.columna {}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#wrapper {
  overflow: hidden;
}

.ie8 .grid-container {}

.grid-small {
  max-width: 990px;
}

.grid-large {
  padding-left: 45px;
  padding-right: 45px;
  overflow: hidden;
}

ul.tabs {
  font-size: 0;
  display: block;
  border-bottom: 1px solid #E1E1E2;
}

ul.tabs li {
  display: inline-block;
  padding-left: 10px;
}

ul.tabs li a {
  display: block;
  font: 15px 'Lato', 'Open Sans';
  padding: 10px 20px;
  font-weight: 300;
  border: 1px solid transparent;
  margin-bottom: -1px;
}

ul.tabs li a.current {
  border-color: #E1E1E2;
  border-bottom: 1px solid #fff;
  color: #fe6215;
  background: #fff;
}

div.texto ul.tabs {
  font-size: 0;
  display: block;
  border-bottom: 1px solid #fe6215;
  margin: 10px 0 30px;
  padding: 0;
}

div.texto ul.tabs li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
}

div.texto ul.tabs li:before {
  display: none;
}

div.texto ul.tabs li a {
  display: block;
  font: 23px 'Poiret One', 'Open Sans';
  padding: 7px 10px;
  min-width: 20px;
  text-align: center;
  border: 1px solid #fe6215;
  margin-bottom: -1px;
  color: #fff;
  background: #fe6215;
}

div.texto ul.tabs li a.current {
  border-bottom: 1px solid #f0f0f0;
  color: #fe6215 !important;
  background: none;
}

.scrollpane.nopadding .mCSB_inside>.mCSB_container {
  margin-right: 20px;
}

.scrollpane.nopadding .mCSB_scrollTools {}

.scrollpane.nopadding {
  margin-right: -15px;
}

.scrollpane.nopadding.mCS_no_scrollbar {
  margin-right: 0;
}

.scrollpane.white .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
}

.scrollpane.white .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.3);
}

.parallax-mirror img {
  max-width: inherit;
}

.parallax {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.parallax h3.titulo {
  font-size: 40px;
}

.parallax h4.titulo {
  font-size: 18px;
}

#wrapper {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

body.menu-open #wrapper,
body.garantia-open #wrapper {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

#header {
  position: relative;
  z-index: 100;
}

#home #header {
  position: fixed;
  left: 0;
  top: 0;
}

#header div.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.menu-open #header div.overlay,
.garantia-open #header div.overlay {
  opacity: 0.7;
  visibility: visible;
}

#header div.top {
  width: 100%;
  height: 70px;
  z-index: 2;
  padding-left: 78px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header div.top #logo {
  float: left;
}

#header div.top ul.breadcrumb {
  float: left;
  font: 24px 'Poiret One';
  color: #545356;
  text-transform: uppercase;
  padding: 20px 30px;
  letter-spacing: 2px;
  opacity: .99;
}

#header div.top ul.breadcrumb>li {
  display: inline;
  color: #cfcfcf;
}

#header div.top ul.breadcrumb>li h1,
#header div.top ul.breadcrumb>li h2 {
  display: inline;
}

#header div.top ul.breadcrumb>li span {
  color: #cfcfcf;
  margin: 0 -7px;
}

#header div.top ul.breadcrumb>li.active {
  color: #545356;
}

#header div.top ul.breadcrumb>li form {
  display: inline-block;
  height: 50px;
  vertical-align: top;
  margin-top: -20px;
  margin-left: 20px;
}

#header div.top ul.breadcrumb>li form select {
  height: 69px;
  border-top: 0;
  border-bottom: 0;
}

.interior #header div.top {
  border-bottom: 1px solid #eee;
  background: #fff;
}

#header div.top div.garantia {
  float: right;
  position: relative;
  z-index: 100;
}

#header div.top div.garantia a.abrir {
  display: block;
  padding: 13px 20px;
  height: 44px;
  font-size: 11px;
  border-left: 1px solid #eee;
  position: relative;
  z-index: 30;
  color: #8D8D8F;
  line-height: 1.2;
  opacity: .99;
}

#header div.top div.garantia a.abrir:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 20;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #fe6315 transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

body.garantia-open #header div.top div.garantia a.abrir:after {
  opacity: 1;
  visibility: visible;
}

body.garantia-open #header div.top div.garantia a.abrir:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

#header div.top div.garantia a.abrir span.texto {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

body.garantia-open #header div.top div.garantia a.abrir,
#header div.top div.garantia a.abrir:hover {
  color: #fff;
}

#header div.top div.garantia a.abrir span.num {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  text-align: center;
  font: 33px/44px 'Poiret One';
  color: #fff;
  background: #fe6215;
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

body.garantia-open #header div.top div.garantia a.abrir span.num,
#header div.top div.garantia a.abrir:hover span.num {
  background: #fff;
  color: #fe6215;
}

#header div.top div.garantia div.box {
  position: absolute;
  right: 0;
  top: 110%;
  z-index: 10;
  background: #fff;
  width: 400px;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

body.garantia-open #header div.top div.garantia div.box {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

#header div.top div.garantia div.box div.cerrar {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#header div.top div.garantia div.box div.cerrar:hover {
  opacity: .7;
}

#header div.top div.garantia div.box div.texto {
  height: 350px;
  overflow: auto;
  margin: 20px 0;
}

#header div.top div.compartir {
  float: right;
  position: relative;
  z-index: 10;
}

#header div.top div.compartir a.abrir {
  display: block;
  padding: 20px;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  color: #838384;
  border-left: 1px solid #eee;
}

div.compartir:hover a.abrir {
  color: #fff !important;
}

div.compartir:hover a.abrir:before {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

div.compartir ul {
  display: block;
  position: absolute;
  left: 50%;
  padding: 5px 0;
  margin-left: -30px;
  top: 100%;
  text-align: center;
  width: 60px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

div.compartir:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

div.compartir ul li {
  padding: 5px 0;
  display: block;
}

div.compartir ul li a {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  border-radius: 50%;
  color: #b0b0b0;
}

div.compartir ul li a i:before {
  line-height: 34px;
  vertical-align: middle;
}

div.compartir ul li a:hover {}

div.compartir ul li a.pinterest:hover {
  color: #bd081c;
}

div.compartir ul li a.facebook:hover {
  color: #3b5998;
}

div.compartir ul li a.twitter:hover {
  color: #1da1f2;
}

div.compartir ul li a.instagram:hover {
  color: #e1306c;
}

div.compartir ul li a.email:hover {
  color: #777;
}

div.compartir ul li a.whatsapp:hover {
  color: #02B832;
}

#header #logo img {
  display: block;
}

#header div.abrir-menu {
  float: left;
  width: 78px;
  height: 70px;
  z-index: 100;
  background: #fff;
  cursor: pointer;
  position: relative;
}

#header div.abrir-menu div.icono span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2c2b2f;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#header div.abrir-menu div.icono {
  width: 23px;
  height: 26px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  z-index: 1;
}

#header div.abrir-menu div.icono span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#header div.abrir-menu div.icono span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#header div.abrir-menu div.icono span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-open #header div.abrir-menu div.icono span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 0px;
}

.menu-open #header div.abrir-menu div.icono span:nth-child(2) {
  opacity: 0;
}

.menu-open #header div.abrir-menu div.icono span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  left: 0px;
}

#header div.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 420px;
  height: 100%;
  padding: 70px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#header div.menu div.fondo {
  height: 100%;
  padding: 20% 50px 0;
  background: #fff;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-open #header div.menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

#header div.menu h4 {
  font-size: 10px;
  letter-spacing: 4px;
  color: #b0b0b0;
  margin-bottom: 25px;
  font-weight: 300;
}

#header div.menu nav ul li {
  margin-bottom: 25px;
}

#header div.menu nav ul li a {
  font-size: 16px;
  position: relative;
  z-index: 1;
}

#header div.menu nav ul li a i {
  font-size: 10px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  line-height: 15px;
}

#header div.menu nav ul li a.active {
  color: #fe6215;
}

#header div.menu div.secundario {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px;
}

#header div.menu div.secundario,
#header div.menu div.secundario a {
  color: #b0b0b0;
  font-size: 10px;
}

#header div.menu div.secundario ul.terminos {
  text-align: center;
}

#header div.menu div.secundario ul.terminos li {
  display: inline-block;
  vertical-align: middle;
}

#header div.menu div.secundario ul.terminos li.sep {
  width: 1px;
  height: 10px;
  background: #d5d5d5;
  margin: 0 10px;
}

#header div.menu div.secundario ul.terminos li a:hover {
  color: #2c2b2f;
}

#header div.menu div.secundario div.sociales {
  border-top: 1px solid #d5d5d5;
  margin-top: 20px;
  padding-top: 35px;
  text-align: center;
  margin-bottom: 40px;
}

#header div.menu div.secundario div.sociales h5,
#header div.menu div.secundario div.sociales ul {
  display: inline-block;
  vertical-align: middle;
}

#header div.menu div.secundario div.sociales h5 {
  font-size: 10px;
  letter-spacing: 4px;
  color: #b0b0b0;
  font-weight: 300;
}

#header div.menu div.secundario div.sociales ul li {
  display: inline-block;
  margin-left: 15px;
}

#header div.menu div.secundario div.sociales ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  position: relative;
  z-index: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#header div.menu div.secundario div.sociales ul li a i {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#header div.menu div.secundario div.sociales ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2;
  width: 100%;
  height: 100%;
  background: #fe6215;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.3);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: -1;
}

#header div.menu div.secundario div.sociales ul li a i {
  margin-top: 8px;
}

#header div.menu div.secundario div.sociales ul li a.facebook:before {
  background: #3b5998;
}

#header div.menu div.secundario div.sociales ul li a.twitter:before {
  background: #1da1f2;
}

#header div.menu div.secundario div.sociales ul li a.instagram:before {
  background: #e1306c;
}

#header div.menu div.secundario div.sociales ul li a.google:before {
  background: #e1306c;
}

#header div.menu div.secundario div.sociales ul li a.pinterest:before {
  background: #e1306c;
}

#header div.menu div.secundario div.sociales ul li a.youtube:before {
  background: #E62117;
}

#header div.menu div.secundario div.sociales ul li a:hover i {
  color: #fff !important;
}

#header div.secundario div.sociales ul li a:hover i {
  color: #fff !important;
}

#header div.menu div.secundario div.sociales ul li a:hover:before {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#home #slider {
  position: relative;
  z-index: 1;
}

#home #slider #masterslider {
  margin-left: -10% !important;
}

#home #slider a.next-slide {
  position: absolute;
  right: -7px;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  font-size: 30px;
}

#home #slider a.next-slide:hover {
  font-size: 40px;
}

#home #slider a.next-slide i {
  opacity: .99;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-top: -40px;
  top: 50%;
  right: 15px;
}

#home #slider div.caption {
  position: absolute;
  bottom: 25%;
  right: 7%;
  width: 550px;
  padding: 45px 60px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  min-height: 280px;
  opacity: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#home #slider div.caption.inactive {
  animation: salida 800ms ease forwards;
}

#home #slider div.caption.img {
  padding: 0;
}

#home #slider div.caption.active {
  animation: entrada 800ms ease forwards;
  z-index: 101;
}

@keyframes salida {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }

  100% {
    transform: translateY(10%);
    opacity: 0;
  }
}

@keyframes entrada {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

#home #slider div.caption p.categoria {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 15px;
}

#home #slider div.caption p {
  margin-top: 20px;
  line-height: 1.5;
}

#home #slider div.caption a.button {
  position: absolute;
  left: 60px;
  bottom: -20px;
}

#sidebar {
  width: 78px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

#sidebar nav {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 78px;
  margin-top: -107px;
}

#sidebar nav ul li {
  display: block;
  border-bottom: 1px solid #E1E1E1;
}

#sidebar nav ul li:first-child {
  border-top: 1px solid #E1E1E1;
}

#sidebar nav ul li a {
  display: block;
  color: #fe6215;
  width: 100%;
  height: 70px;
  position: relative;
  z-index: 1;
  border: 0;
}

#sidebar nav ul li a:before {
  border: 0;
  bottom: 0;
}

#sidebar nav ul li a span.icono {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -17px;
}

#sidebar nav ul li a span.icono,
#sidebar nav ul li a span.icono:before {
  content: '';
  display: block;
  width: 50px;
  height: 41px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#sidebar nav ul li a span.icono:before {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
}

#sidebar nav ul li a:hover span.icono:before,
#sidebar nav ul li a.active span.icono:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#sidebar nav ul li a.ambiente span.icono {
  background: url(../../storage/images/icono-ambientes.png) no-repeat center center;
}

#sidebar nav ul li a.ambiente span.icono:before {
  background: url(../../storage/images/icono-ambientes-white.png) no-repeat center center;
}

#sidebar nav ul li a.colecciones span.icono {
  background: url(../../storage/images/icono-colecciones.png) no-repeat center center;
}

#sidebar nav ul li a.colecciones span.icono:before {
  background: url(../../storage/images/icono-colecciones-white.png) no-repeat center center;
}

#sidebar nav ul li a.distribuidores span.icono {
  background: url(../../storage/images/icono-distribuidores.png) no-repeat top center;
}

#sidebar nav ul li a.distribuidores span.icono:before {
  background: url(../../storage/images/icono-distribuidores-white.png) no-repeat top center;
}


.interior #slider {
  position: relative;
  margin-top: 5px;
  width: 100%;
  padding: 0px 0 0 83px;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.interior #slider div.item.fijo .middle p.desktop {
  display: block
}

.interior #slider div.item.fijo .middle p.mobile {
  display: none;
}

.interior #slider div.slick-slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.interior #slider .slick-prev {}

.interior .slick-slider,
.interior .slick-slider .slick-list,
.interior .slick-slider .slick-track {
  height: 100%;
}

#slider.hide-prev-button .slick-prev {
  opacity: 0;
  visibility: hidden;
}

#slider.hide-prev-button.last-slide .slick-prev {
  opacity: 1;
  visibility: visible;
}

.interior .text-intro h2 {
  position: absolute;
  width: 20%;
  padding: 3% 9%;
  text-transform: uppercase;
  font-size: 12px
}

.interior #slider div.item.fijo {
  height: 100%;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.interior #slider .slick-slider div.item.fijo {
  margin: 5px 0 0;
}

.interior #slider div.item.fijo {
  vertical-align: middle;
}

.interior #slider div.item.fijo:before,
.interior #slider div.item .wrapp.alignmiddle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -6px;
}

.interior #slider div.item.fijo div.bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}

.interior #slider div.item .middle {
  display: inline-block;
  vertical-align: middle;
  padding: 5% 10%;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.interior #slider div.item .middle.texto {
  margin-top: 0;
  padding: 5%;
  max-height: none;
}

.interior #slider div.item.fijo .titulo {
  font-size: 35px;
  color: #fff;
}

.interior #slider div.item.fijo.descripcion {
  position: relative;
  color: #fff;
  font-weight: 300;
}

.interior #slider div.item.fijo.descripcion.cafe {
  text-align: center;
  color: #7b7162;
  font-style: italic;
}

.interior #slider div.item.fijo.descripcion.cafe .middle {
  font-size: 20px;
}

.interior #slider div.item.fijo.descripcion p {
  margin-top: 20px;
}

.interior #slider div.item.fijo.descripcion a.volver {
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 10%;
  top: 5%;
  z-index: 3;
}

.interior #slider div.item.fijo.descripcion a.volver.dark {
  color: #353438;
}

.interior #slider div.item.fijo div.shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 11%, rgba(0, 0, 0, 0.09) 22%, rgba(0, 0, 0, 0.11) 23%, rgba(0, 0, 0, 0.12) 25%, rgba(0, 0, 0, 0.15) 26%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.19) 29%, rgba(0, 0, 0, 0.19) 30%, rgba(0, 0, 0, 0.22) 31%, rgba(0, 0, 0, 0.31) 36%, rgba(0, 0, 0, 0.35) 37%, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.5) 46%, rgba(0, 0, 0, 0.62) 57%, rgba(0, 0, 0, 0.63) 62%, rgba(0, 0, 0, 0.65) 64%, rgba(0, 0, 0, 0.66) 82%, rgba(0, 0, 0, 0.65) 88%, rgba(0, 0, 0, 0.64) 89%, rgba(0, 0, 0, 0.63) 93%, rgba(0, 0, 0, 0.66) 99%, rgba(0, 0, 0, 0.57) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 11%, rgba(0, 0, 0, 0.09) 22%, rgba(0, 0, 0, 0.11) 23%, rgba(0, 0, 0, 0.12) 25%, rgba(0, 0, 0, 0.15) 26%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.19) 29%, rgba(0, 0, 0, 0.19) 30%, rgba(0, 0, 0, 0.22) 31%, rgba(0, 0, 0, 0.31) 36%, rgba(0, 0, 0, 0.35) 37%, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.5) 46%, rgba(0, 0, 0, 0.62) 57%, rgba(0, 0, 0, 0.63) 62%, rgba(0, 0, 0, 0.65) 64%, rgba(0, 0, 0, 0.66) 82%, rgba(0, 0, 0, 0.65) 88%, rgba(0, 0, 0, 0.64) 89%, rgba(0, 0, 0, 0.63) 93%, rgba(0, 0, 0, 0.66) 99%, rgba(0, 0, 0, 0.57) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 11%, rgba(0, 0, 0, 0.09) 22%, rgba(0, 0, 0, 0.11) 23%, rgba(0, 0, 0, 0.12) 25%, rgba(0, 0, 0, 0.15) 26%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.19) 29%, rgba(0, 0, 0, 0.19) 30%, rgba(0, 0, 0, 0.22) 31%, rgba(0, 0, 0, 0.31) 36%, rgba(0, 0, 0, 0.35) 37%, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.5) 46%, rgba(0, 0, 0, 0.62) 57%, rgba(0, 0, 0, 0.63) 62%, rgba(0, 0, 0, 0.65) 64%, rgba(0, 0, 0, 0.66) 82%, rgba(0, 0, 0, 0.65) 88%, rgba(0, 0, 0, 0.64) 89%, rgba(0, 0, 0, 0.63) 93%, rgba(0, 0, 0, 0.66) 99%, rgba(0, 0, 0, 0.57) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#91000000', GradientType=0);
}

.listado div.item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.listado div.item .box {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 5px;
  overflow: hidden;
}

.listado div.item .box.half {
  height: 50%;
}

.listado div.item .box div.wrapp {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.bg-gray {
  background: #f0f0f0;
}

.listado div.item .box .img,
.listado div.item .box a.full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.listado div.item .box a.full-link {
  z-index: 5;
}

.listado div.item .box .bottom {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0px;
  color: #fff;
  z-index: 2;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  padding: 20px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 11%, rgba(0, 0, 0, 0.09) 22%, rgba(0, 0, 0, 0.11) 23%, rgba(0, 0, 0, 0.12) 25%, rgba(0, 0, 0, 0.15) 26%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.19) 29%, rgba(0, 0, 0, 0.19) 30%, rgba(0, 0, 0, 0.22) 31%, rgba(0, 0, 0, 0.31) 36%, rgba(0, 0, 0, 0.35) 37%, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.5) 46%, rgba(0, 0, 0, 0.62) 57%, rgba(0, 0, 0, 0.63) 62%, rgba(0, 0, 0, 0.65) 64%, rgba(0, 0, 0, 0.66) 82%, rgba(0, 0, 0, 0.65) 88%, rgba(0, 0, 0, 0.64) 89%, rgba(0, 0, 0, 0.63) 93%, rgba(0, 0, 0, 0.66) 99%, rgba(0, 0, 0, 0.57) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 11%, rgba(0, 0, 0, 0.09) 22%, rgba(0, 0, 0, 0.11) 23%, rgba(0, 0, 0, 0.12) 25%, rgba(0, 0, 0, 0.15) 26%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.19) 29%, rgba(0, 0, 0, 0.19) 30%, rgba(0, 0, 0, 0.22) 31%, rgba(0, 0, 0, 0.31) 36%, rgba(0, 0, 0, 0.35) 37%, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.5) 46%, rgba(0, 0, 0, 0.62) 57%, rgba(0, 0, 0, 0.63) 62%, rgba(0, 0, 0, 0.65) 64%, rgba(0, 0, 0, 0.66) 82%, rgba(0, 0, 0, 0.65) 88%, rgba(0, 0, 0, 0.64) 89%, rgba(0, 0, 0, 0.63) 93%, rgba(0, 0, 0, 0.66) 99%, rgba(0, 0, 0, 0.57) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 11%, rgba(0, 0, 0, 0.09) 22%, rgba(0, 0, 0, 0.11) 23%, rgba(0, 0, 0, 0.12) 25%, rgba(0, 0, 0, 0.15) 26%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.19) 29%, rgba(0, 0, 0, 0.19) 30%, rgba(0, 0, 0, 0.22) 31%, rgba(0, 0, 0, 0.31) 36%, rgba(0, 0, 0, 0.35) 37%, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.5) 46%, rgba(0, 0, 0, 0.62) 57%, rgba(0, 0, 0, 0.63) 62%, rgba(0, 0, 0, 0.65) 64%, rgba(0, 0, 0, 0.66) 82%, rgba(0, 0, 0, 0.65) 88%, rgba(0, 0, 0, 0.64) 89%, rgba(0, 0, 0, 0.63) 93%, rgba(0, 0, 0, 0.66) 99%, rgba(0, 0, 0, 0.57) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#91000000', GradientType=0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.listado div.item .box .bottom .descubre {
  font-size: 14px !important;
  transform: translateY(30px);
  margin-bottom: -30px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.listado div.item .box:hover .bottom .descubre {
  margin-top: -20px;
  margin-bottom: 20px;
}

.listado div.item.articulo.tipo-afiche .box .bottom {
  background: none;
  filter: none;
}

.listado div.item .box .bottom.meta {
  font: 11px 'Lato';
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.listado div.item .box .bottom.meta time {
  margin-left: 5px;
}

.listado div.item .box .bottom.meta a {
  color: #fff;
}

.listado div.item .box .bottom.meta i.arrow {
  display: block;
  font-size: 24px;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 20px;
  bottom: -20px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.listado div.item.articulo .box:hover .bottom {
  padding-bottom: 60px;
}

.listado div.item.articulo .box:hover .bottom i.arrow {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.listado div.item .box .bottom.meta .titulo {
  padding-bottom: 5px;
  padding-top: 25px;
}

.listado div.item .box .titulo {
  font-size: 30px;
  color: #fff;
}

.listado div.item .box.half .titulo {
  font-size: 26px;
}

.listado div.item .box div.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.listado div.item .box.descripcion div.overlay {
  background: #fff;
  opacity: 0.9 !important;
}

.listado div.item .box.descripcion div.overlay,
.listado div.item .box:hover div.overlay {
  opacity: 0.7;
  visibility: visible;
}

.listado div.item .box .detalle {
  color: #fff;
  padding: 3% 7%;
  margin-top: -5%;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  line-height: 1.6;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.listado div.item .box .detalle p.mobile {
  display: none;
}

.listado div.item .box.descripcion .detalle {
  color: #7b7162;
  font-size: 20px;
  text-align: center;
  font-style: italic;
  margin-top: 0;
}

.listado div.item .box.descripcion .detalle h3 {
  font-weight: 300;
}

.listado div.item .box.descripcion .detalle,
.listado div.item .box:hover .detalle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.detalle a {
  color: #FE661A;
  text-decoration: underline
}

#distribuidores-lista .detalle a {
  color: #FE661A;
  text-decoration: none
}

#distribuidores-lista a.volver.tooltip-small {
  color: #FE661A;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  margin-top: -15px;
}

.detalle a:hover {
  color: #FF894B;
  text-decoration: underline
}

.detalle a.button {
  color: #fff;
}

.listado div.item .box.descripcion .detalle {}

#zoom-slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
}

#zoom-slider.visible {
  z-index: 3000;
  opacity: 1;
  visibility: visible;
}

#zoom-slider div.item {
  text-align: center;
  position: relative;
}

#zoom-slider div.item img {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  min-height: 100%;
  max-height: 100%;
}

#zoom-slider div.caption,
#zoom-slider div.top {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 100;
  padding: 30px;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 600ms ease;
}

#zoom-slider div.top {
  bottom: auto;
  top: 0;
  text-align: right;
  z-index: 101;
}

#zoom-slider div.top div.cerrar {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#zoom-slider div.top div.cerrar:hover {
  opacity: .7;
}

#zoom-slider div.caption div.detalle {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  width: 70%;
}

#zoom-slider div.caption:before {
  content: '';
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 11%, rgba(0, 0, 0, 0.09) 22%, rgba(0, 0, 0, 0.11) 23%, rgba(0, 0, 0, 0.12) 25%, rgba(0, 0, 0, 0.15) 26%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.19) 29%, rgba(0, 0, 0, 0.19) 30%, rgba(0, 0, 0, 0.22) 31%, rgba(0, 0, 0, 0.31) 36%, rgba(0, 0, 0, 0.35) 37%, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.5) 46%, rgba(0, 0, 0, 0.62) 57%, rgba(0, 0, 0, 0.63) 62%, rgba(0, 0, 0, 0.65) 64%, rgba(0, 0, 0, 0.66) 82%, rgba(0, 0, 0, 0.65) 88%, rgba(0, 0, 0, 0.64) 89%, rgba(0, 0, 0, 0.63) 93%, rgba(0, 0, 0, 0.66) 99%, rgba(0, 0, 0, 0.57) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 11%, rgba(0, 0, 0, 0.09) 22%, rgba(0, 0, 0, 0.11) 23%, rgba(0, 0, 0, 0.12) 25%, rgba(0, 0, 0, 0.15) 26%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.19) 29%, rgba(0, 0, 0, 0.19) 30%, rgba(0, 0, 0, 0.22) 31%, rgba(0, 0, 0, 0.31) 36%, rgba(0, 0, 0, 0.35) 37%, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.5) 46%, rgba(0, 0, 0, 0.62) 57%, rgba(0, 0, 0, 0.63) 62%, rgba(0, 0, 0, 0.65) 64%, rgba(0, 0, 0, 0.66) 82%, rgba(0, 0, 0, 0.65) 88%, rgba(0, 0, 0, 0.64) 89%, rgba(0, 0, 0, 0.63) 93%, rgba(0, 0, 0, 0.66) 99%, rgba(0, 0, 0, 0.57) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 11%, rgba(0, 0, 0, 0.09) 22%, rgba(0, 0, 0, 0.11) 23%, rgba(0, 0, 0, 0.12) 25%, rgba(0, 0, 0, 0.15) 26%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.19) 29%, rgba(0, 0, 0, 0.19) 30%, rgba(0, 0, 0, 0.22) 31%, rgba(0, 0, 0, 0.31) 36%, rgba(0, 0, 0, 0.35) 37%, rgba(0, 0, 0, 0.46) 44%, rgba(0, 0, 0, 0.5) 46%, rgba(0, 0, 0, 0.62) 57%, rgba(0, 0, 0, 0.63) 62%, rgba(0, 0, 0, 0.65) 64%, rgba(0, 0, 0, 0.66) 82%, rgba(0, 0, 0, 0.65) 88%, rgba(0, 0, 0, 0.64) 89%, rgba(0, 0, 0, 0.63) 93%, rgba(0, 0, 0, 0.66) 99%, rgba(0, 0, 0, 0.57) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#91000000', GradientType=0);
}

#zoom-slider div.caption .titulo {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

#zoom-slider div.caption .descripcion {
  font-size: 13px;
  max-width: 900px;
}

#zoom-slider div.compartir {
  position: absolute;
  right: 0;
  bottom: 30px;
  padding: 10px 20px;
  text-align: right;
}

#zoom-slider div.compartir div a {
  font-size: 11px;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

#zoom-slider div.compartir div a i {
  font-size: 13px;
}

#zoom-slider div.compartir ul {
  top: auto;
  bottom: 100%;
}

#colecciones div.item.fijo nav ul li {
  display: block;
  margin: 5% 0;
}

#colecciones div.item.fijo nav ul li a {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-left: 20px;
}

#colecciones div.item.fijo nav ul li a:before {
  content: "\f100";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Flaticon';
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 13px;
  color: #fe6215;
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#colecciones div.item.fijo nav ul li a.active {
  color: #fe6215;
}

#colecciones div.item.fijo nav ul li a.active:before {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

#colecciones .listado div.item .box .detalle {
  top: auto;
  bottom: 0;
  z-index: 1;
  transform: none !important;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

#colecciones .listado div.item .box div.overlay {
  display: none;
}

#colecciones .listado div.item .box:hover .detalle {
  padding-bottom: 70px;
}

#colecciones-int .listado div.item {}

#somos #slider .listado div.item div.wrapp {
  background: #f0f0f0;
}

#somos #slider .listado div.item .box {}

#somos #slider .listado div.item div.texto {
  padding: 5%;
}

#distribuidores #slider div.item .middle {
  margin-top: 0;
}

#distribuidores #slider div.item.fijo {
  text-align: left;
  margin-right: 0;
  margin-left: 0;
}

#distribuidores #slider div.item.fijo p {
  color: #000;
  padding: 0 0 4px
}

#distribuidores #slider div.item.fijo .titulo {
  color: #2c2b2f;
  font-size: 23px;
  margin-bottom: 20px;
}

#distribuidores div.buscador a.ubicacion {
  font: 10px/1.4 'Lato';
  opacity: .99;
  color: #fe6215;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  text-align: left;
  float: left;
}

#distribuidores div.buscador a.ubicacion:hover {
  color: #2c2b2f;
}

#distribuidores div.buscador a.ubicacion i {
  position: absolute;
  left: 0;
  top: 45%;
  margin-top: -5px;
}

#distribuidores #slider div.fondo {
  text-align: center;
}

#distribuidores #slider div.fondo h3 {
  font-weight: 300;
}

#distribuidores #slider div.fondo strong {
  color: #fe6215;
  font-weight: 600 !important;
}

#distribuidores #slider div.fondo div.bg {
  right: 10px !important;
}

#distribuidores-lista div.buscador {
  height: 100%;
}

#distribuidores-lista div.buscador form {
  padding: 30px;
}

#distribuidores-lista div.buscador form h2 {
  font-size: 10px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

#distribuidores-lista div.buscador ul.resultados {}

#distribuidores-lista div.buscador ul.resultados li {
  border-bottom: 1px solid #E1E1E2;
  padding: 20px 30px;
  position: relative;
  z-index: 5;
  color: #2c2b2f;
  border-right: 3px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#distribuidores-lista div.buscador ul.resultados li:hover {
  padding-left: 45px;
  padding-right: 15px;
  background: #f2f2f2;
}

#distribuidores-lista div.buscador ul.resultados li a.full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#distribuidores-lista div.buscador ul.resultados li i {
  font-size: 14px;
  color: #2c2b2f;
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#distribuidores-lista div.buscador ul.resultados li:hover i {
  opacity: 1;
  visibility: visible;
}

#distribuidores-lista div.buscador ul.resultados li h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#distribuidores-lista div.mapa {
  padding-right: 10px;
  padding-top: 5px;
  height: 100%;
  position: relative;
}

#distribuidores-lista div.mapa #map_canvas {
  width: 100%;
  height: 100%;
  background: #eee;
}

#distribuidores-lista div.mapa #map_canvas div.infowindow {
  font: 14px 'Open Sans';
  font-weight: 300;
  letter-spacing: 2px;
  padding: 5px;
  color: #2c2b2f;
  text-align: c;
}

#distribuidores-lista div.detalle {
  padding: 20px 30px;
}

#distribuidores-lista div.detalle a.volver {
  margin-bottom: 15px;
  font-size: 18px;
  display: inline-block;
}

#distribuidores-lista div.detalle .scrollpane {
  margin-right: -20px;
}

#distribuidores-lista div.detalle .scrollpane.mCS_no_scrollbar {
  margin-right: 0;
}

#distribuidores-lista div.detalle div.info {
  font-size: 13px;
}

#distribuidores-lista div.detalle div.info .titulo {
  font-size: 23px;
}

#distribuidores-lista div.detalle div.info p {
  margin-top: 15px;
}

#distribuidores-lista div.detalle div.info div.acciones a {
  margin-right: 10px;
  color: #fe6215;
}

#distribuidores-lista div.detalle div.info div.acciones a span {
  border-bottom: 1px solid;
  line-height: 1;
  display: inline-block;
}

#distribuidores-lista div.detalle div.info div.acciones a:hover {
  color: #2c2b2f;
}

#distribuidores-lista div.detalle div.info div.acciones a i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 3px;
}

#distribuidores-lista div.detalle form {
  padding-top: 20px;
}

#distribuidores-lista div.detalle form .titulo {
  font-size: 16px;
  padding-bottom: 20px;
}

#distribuidores-lista #slider div.fondo {
  margin-left: 0;
  margin-right: 0;
}

#distribuidores-lista #slider div.fondo h3 {
  font-weight: 300;
}

#distribuidores-lista #slider div.fondo strong {
  color: #fe6215;
  font-weight: 600 !important;
}

#distribuidores-lista #slider div.fondo div.bg {
  right: 10px !important;
}

#distribuidores-lista #slider div.fondo div.middle {
  margin-top: 0;
}

#distribuidores-lista div.apps {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  background: rgba(0, 0, 0, .75);
  z-index: 9999;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#distribuidores-lista div.apps.visible {
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible;
}

#distribuidores-lista div.apps div.botones {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  text-align: center;
}

#distribuidores-lista div.apps ul,
#distribuidores-lista div.apps a.cerrar {
  display: block;
  background: #fff;
  border-radius: 7px;
  font-size: 18px;
}

#distribuidores-lista div.apps ul li {
  padding: 15px;
  font-size: 13px;
  color: #929292;
  border-top: 1px solid #F7F7F7;
}

#distribuidores-lista div.apps ul li:first-child {
  border: 0;
  padding: 20px;
}

#distribuidores-lista div.apps ul li a {
  display: block;
  font-size: 18px;
}

#distribuidores-lista div.apps a.cerrar {
  font-weight: bold;
  padding: 10px;
  margin-top: 10px;
}

#servicio-tecnico #slider .listado div.item div.texto {
  padding: 40px 30px;
  max-height: 85%;
}

#novedades-int article {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
  overflow: hidden;
}

#novedades-int article .slick-prev,
#novedades-int article .slick-next {
  top: 50%;
  height: 40px;
}

#novedades-int article a.cerrar {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
  font-size: 20px;
  color: #646565;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#novedades-int article a.cerrar:hover {
  opacity: .7;
}

#novedades-int article .grid-container {
  height: 100%;
  background: #efefef;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#novedades-int article div.thumb {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#novedades-int article div.right {
  height: 100%;
  float: right;
  padding: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#novedades-int article div.right div.bg {
  padding: 40px 30px;
  height: 100%;
  position: relative;
  z-index: 2;
  background: #efefef;
}

#novedades-int article div.right a.ocultar {
  position: absolute;
  right: 100%;
  top: 100px;
  margin-right: -40px;
  padding: 5px 10px;
  z-index: 3;
  width: 100px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #EFEFEF;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#novedades-int article header .titulo {
  font-size: 30px;
}

#novedades-int article header div.meta {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 5px 0;
  font-size: 10px;
  margin: 15px 0;
}

#novedades-int article header div.meta ul {
  float: left;
}

#novedades-int article header div.meta ul li {
  display: inline;
  letter-spacing: 2px;
}

#novedades-int article header div.meta time {
  float: right;
}

#novedades-int article div.compartir {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 25px;
}

#novedades-int article div.compartir a.abrir {
  font: 11px 'Open Sans';
  letter-spacing: 3px;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #aaa;
}

#novedades-int article div.compartir:hover a.abrir {
  border-color: transparent;
}

#novedades-int.oculto article div.right {
  margin-right: -50%;
}

div.formulario {
  margin: 0 0 0 -10px !important;
  position: relative;
  z-index: 2;
}

div.formulario .titulo {
  color: #2c2b2f !important;
  margin-left: 15px;
  margin-bottom: 25px;
  font-size: 23px !important;
}

div.formulario div.bg-gray {
  position: absolute;
  left: 15px;
  top: 5px;
  right: 10px;
  bottom: -5px;
}

#contacto div.middle {
  width: 100%;
  margin-top: 0 !important;
}

#generica div.texto {
  max-height: 100% !important;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 50;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
}

#footer ul li {
  display: block;
  float: left;
  width: 19%;
  font-size: 0;
  text-align: center;
  border-right: 1px solid #E1E1E1;
}

#footer ul li:first-child {
  border-left: 1px solid #E1E1E1;
}

#footer ul li a {
  display: block;
  padding: 10px 10px 10px 15px;
  color: #fe6215;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

#footer ul li a.active,
#footer ul li a:hover {
  color: #fff;
}

#footer ul li a span.icono {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -17px;
}

#footer ul li a span.icono,
#footer ul li a span.icono:before {
  content: '';
  display: block;
  width: 50px;
  height: 41px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#footer ul li a span.icono:before {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
}

#footer ul li a.active span.icono:before,
#footer ul li a:hover span.icono:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#footer ul li a.ambiente span.icono {
  background: url(../../storage/images/icono-ambientes.png) no-repeat center center;
}

#footer ul li a.ambiente span.icono:before {
  background: url(../../storage/images/icono-ambientes-white.png) no-repeat center center;
}

#footer ul li a.colecciones span.icono {
  background: url(../../storage/images/icono-colecciones.png) no-repeat center center;
}

#footer ul li a.colecciones span.icono:before {
  background: url(../../storage/images/icono-colecciones-white.png) no-repeat center center;
}

#footer ul li a.distribuidores span.icono {
  background: url(../../storage/images/icono-distribuidores.png) no-repeat top center;
}

#footer ul li a.distribuidores span.icono:before {
  background: url(../../storage/images/icono-distribuidores-white.png) no-repeat top center;
}

#footer ul li a.distribuidores span.icono:before {
  background: url(../../storage/images/icono-distribuidores-white.png) no-repeat top center;
}
#footer ul li a.whatsappDesktop span.icono {
  background: url(../../images/whatsapp-logo-3.png) no-repeat center center;
  background-size: contain;
  height: 32px;
  width: 32px;
}

#footer ul li a.whatsApp span.icono {
  background: url(../../images/whatsapp.svg) no-repeat center center;
  background-size: contain;
  height: 30px;
  width: 30px;
}

#footer ul li a.MedioPago span.icono {
  background: url(../../images/credit-card-orange.png) no-repeat top center;
  /* background-size: contain; */
  margin-top: -16px !important;
  height: 30px;
}

#footer ul li a.MedioPago span.icono:before {
  background: url(../../images/credit-card-white.png) no-repeat top center;
  /* background-size: contain; */
  height: 30px;
}

#compartir-email {
  position: absolute;
  right: 10px;
  top: 80px;
  opacity: 0;
  max-height: 100%;
  overflow: auto;
  visibility: hidden;
  background: #f5f5f5;
  z-index: 5000;
  padding: 70px 70px 100px;
  width: 840px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transform: translateX(30px);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#compartir-email.visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

#colecciones-int #compartir-email,
#ambientes.interior #compartir-email,
#novedades-int #compartir-email {
  top: 50%;
  right: 50%;
  transform: translate(50%, -25%);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

#colecciones-int #compartir-email.visible,
#ambientes.interior #compartir-email.visible,
#novedades-int #compartir-email.visible {
  transform: translate(50%, -50%);
}

#compartir-email .subtitulo {
  margin-top: 20px;
}

#compartir-email .cerrar {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  font-size: 16px;
  z-index: 100;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#compartir-email .cerrar:hover {
  opacity: .7;
}

.error-404 .acciones {}

.error-404 .acciones a {}

.error-404 .acciones li {
  display: inline-block;
  margin: 10px;
}

.error-404 .acciones a img {
  display: block;
  margin: 0 auto 10px;
  max-height: 30px;
}

.error-404 .button {
  margin: 0 15px;
}

/* Documentos */

a.descargar-manual {
  display: inline-block;
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

a.descargar-manual img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.lista-docs a .icono-descarga {
  display: inline-block;
  width: 12px;
  height: 14px;
  background-size: 12px !important;
  background: url(../../storage/images/icono-descarga.png) no-repeat;
  vertical-align: middle;
  position: relative;
  margin-right: 2px;

}

.lista-docs a .icono-descarga:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 12px !important;
  background: url(../../storage/images/icono-descarga-white.png) no-repeat;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.lista-docs a:hover .icono-descarga:before {
  opacity: 1;
}

#documentos.interior #slider div.item.fijo .middle {
  margin-top: 0;
}

#documentos .lista-docs {
  margin-left: -15px !important;
}

#documentos .lista-docs .middle {
  margin-top: 0;
  width: 100%;
}

#documentos .lista-docs .titulo {
  margin-bottom: 40px;
  color: #2c2b2f !important;
  font-size: 26px !important;
}

#documentos .lista-docs h3 {
  font-weight: 600;
  padding: 10px 15px;
}

#documentos .lista-docs div.item {}

#documentos .lista-docs .scrollpane {
  max-height: 50vh;
  overflow: auto;
}

#documentos .lista-docs div.categoria h3 {
  margin-top: 20px;
}

#documentos .lista-docs div.categoria:first-of-type h3 {
  margin-top: 0;
}

#documentos .lista-docs a {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  font-weight: 300;
}

#documentos .lista-docs a sup {
  font-family: Arial
}

#documentos .lista-docs a:after {
  content: '';
  display: block;
  clear: both;
}

#documentos .lista-docs a>span {
  float: right;
}

#documentos .lista-docs a:hover {
  background: #fe6215;
  color: #fff;
}

#documentos .lista-docs .toggle {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

#documentos .lista-docs .toggle.open .abrir {
  background: #fe6215;
}

#documentos .lista-docs .toggle a.archivo {
  border: none;
  background: #fe6215;
}

#documentos .lista-docs .toggle a.abrir {}

#documentos .lista-docs .toggle a .icono-descarga:before {
  opacity: 1;
}

#documentos .lista-docs .toggle.open {
  background: #fe6215;
  color: #fff;
}

#documentos .lista-docs .toggle.open a {
  color: #fff;
}

#documentos .lista-docs .toggle .toggle-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 400ms ease;

}

#documentos .lista-docs .toggle.open .toggle-content {
  opacity: 1;
  max-height: inherit;
}

#documentos .lista-docs .toggle .toggle-content a.archivo:hover {
  padding-left: 20px;
}

/* Cambios Home 23-08-2018 */

#home #slider a.prev-slide {
  position: absolute;
  left: -7px;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 10;
  font-size: 30px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

#home #slider a.prev-slide:hover {
  font-size: 40px;
}

#home #slider a.prev-slide i {
  opacity: .99;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-top: -40px;
  top: 50%;
  right: 15px;
}


/* Estilos Patricio Andreu */
.primario a.active {
  color: #ef6036
}

.formulario {
  padding: 50px
}