html {
  overflow: visible;
}
html.menu-active {
  overflow: hidden;
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
}
a:focus {
  outline: 0;
}
.hidden {
  display: none;
}
#close-menu,
#hamburger {
  display: none;
}
.dynex #nav-logo path,
.dynex #nav-logo polygon,
.microclean #nav-logo path,
.microclean #nav-logo polygon {
  fill: #fff;
}
.dynex .sticky #nav-logo path,
.dynex .sticky #nav-logo polygon,
.microclean .sticky #nav-logo path,
.microclean .sticky #nav-logo polygon {
  fill: #2f2e2e;
}
.dynex nav.navbar.is-fixed-top .navbar-item,
.dynex nav.navbar.is-fixed-top .navbar-item .navbar-link,
.dynex nav.navbar.is-fixed-top .navbar-link,
.dynex nav.navbar.is-fixed-top .navbar-link .navbar-link,
.microclean nav.navbar.is-fixed-top .navbar-item,
.microclean nav.navbar.is-fixed-top .navbar-item .navbar-link,
.microclean nav.navbar.is-fixed-top .navbar-link,
.microclean nav.navbar.is-fixed-top .navbar-link .navbar-link {
  color: #fff;
}
.dynex nav.navbar.is-fixed-top .navbar-link,
.dynex nav.navbar.is-fixed-top .navbar-link .navbar-link,
.dynex nav.navbar.is-fixed-top.sticky .navbar-item,
.dynex nav.navbar.is-fixed-top.sticky .navbar-item .navbar-link,
.microclean nav.navbar.is-fixed-top .navbar-link,
.microclean nav.navbar.is-fixed-top .navbar-link .navbar-link,
.microclean nav.navbar.is-fixed-top.sticky .navbar-item,
.microclean nav.navbar.is-fixed-top.sticky .navbar-item .navbar-link {
  color: #2f2e2e;
}
nav.navbar.is-fixed-top {
  top: 4rem;
  padding: 0 3rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: 0.3s all ease;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  height: 7rem;
}
nav.navbar.is-fixed-top .navbar-link::after {
  display: none;
}
nav.navbar.is-fixed-top:not(.sticky).is-transparent {
  background: 0 0;
}
nav.navbar.is-fixed-top:not(.sticky).is-transparent .navbar-dropdown {
  background: 0 0;
  box-shadow: none;
  margin-top: -2rem;
}
nav.navbar.is-fixed-top:not(.sticky) #logo img {
  margin-top: 1rem;
}
nav.navbar.is-fixed-top:not(.sticky) #nav-logo {
  margin-top: 0.5rem;
}
nav.navbar.is-fixed-top.sticky {
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  height: 5rem;
}
nav.navbar.is-fixed-top.sticky #logo img {
  width: 16rem !important;
  margin-top: 1rem !important;
}
nav.navbar.is-fixed-top.sticky #nav-logo img {
  width: 16rem !important;
}
nav.navbar.is-fixed-top .navbar-item,
nav.navbar.is-fixed-top .navbar-link {
  color: #2f2e2e;
  background: 0 0 !important;
  transition: color 0.4s ease 0s;
  line-height: 1;
  padding: 0;
  margin-right: 1.5rem;
  font-weight: 500;
}
nav.navbar.is-fixed-top .navbar-item:hover,
nav.navbar.is-fixed-top .navbar-link:hover {
  color: #706d6d;
}
nav.navbar.is-fixed-top .navbar-item .navbar-link,
nav.navbar.is-fixed-top .navbar-link .navbar-link {
  margin: 0;
}
nav.navbar.is-fixed-top .navbar-end {
  margin-top: 1rem;
}
nav.navbar.is-fixed-top .navbar-end .icon {
  font-size: 1.7rem;
  color: #000;
}
nav.navbar.is-fixed-top .navbar-dropdown {
  padding: 0 1rem 0.5rem;
  transform: translate(-1.5rem, 0);
  border-top: 0;
  border-radius: 0;
  transition: 0.3s all ease;
  background: rgba(255, 255, 255, 0.9);
}
nav.navbar.is-fixed-top .navbar-dropdown a.navbar-item {
  margin: 0.8rem 0.5rem;
  font-size: 1.1rem;
}
nav.navbar.is-fixed-top .navbar-dropdown a.navbar-item:hover {
  color: #888;
}
#home {
  background: #f9db79;
  background-size: cover;
  min-height: 100vh;
}
#home .home-banner {
  position: relative;
}
#home .home-banner img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 2rem;
  z-index: 1;
}
.home-slider,
.small-slider {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-slider .slick-list,
.home-slider .slick-track,
.home-slider > div,
.small-slider .slick-list,
.small-slider .slick-track,
.small-slider > div {
  height: 100vh;
}
.home-slider .home-slider-1,
.small-slider .home-slider-1 {
  background: url("../img/fondo_home.jpg");
  background-size: cover;
}
.home-slider .home-slider-2,
.small-slider .home-slider-2 {
  background: url("../img/fondo_home_2.jpg");
  background-size: cover;
}
.home-slider .slick-next,
.home-slider .slick-prev,
.small-slider .slick-next,
.small-slider .slick-prev {
  text-shadow: 1px 1px 1px #000;
  -webkit-filter: drop-shadow(1px 1px 1px #000);
  filter: drop-shadow(1px 2px 3px #000);
}
.home-slider .slick-prev,
.small-slider .slick-prev {
  left: 2rem;
}
.home-slider .slick-next,
.small-slider .slick-next {
  right: 3rem;
}
.home-slider .slick-next:before,
.home-slider .slick-prev:before,
.small-slider .slick-next:before,
.small-slider .slick-prev:before {
  font-size: 2rem;
  color: red;
}
.home-slider #video,
.small-slider #video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.small-slider {
  width: 100%;
  height: 100%;
}
.small-slider .slick-list,
.small-slider .slick-track,
.small-slider > div {
  height: 100%;
}
.empresa-slider-1 {
  background: url("../img/sliderempresa1.jpg");
  background-size: cover;
  background-position: center;
}
.empresa-slider-2 {
  background: url("../img/sliderempresa2.jpg");
  background-size: cover;
  background-position: center;
}
.empresa-slider-3 {
  background: url("../img/sliderempresa3.jpg");
  background-size: cover;
  background-position: center;
}
.empresa-slider-4 {
  background: url("../img/sliderempresa4.jpg");
  background-size: cover;
  background-position: center;
}
.brands-thumbs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -0.5rem;
}
.brands-thumbs img {
  border: 1px solid #ccc;
  width: calc(33% - 1rem);
  margin: 0.5rem;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease; */
}
.brands-thumbs img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.empresa nav.navbar.is-fixed-top.is-transparent.navbar-menu {
  background: rgba(255, 255, 255, 0.9);
  height: 7rem;
}
.empresa nav.navbar.is-fixed-top:not(.sticky) .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9);
}
.empresa nav:not(.sticky) #logo img {
  margin-top: 1rem;
}
.empresa #home {
  background: url(../img/empresa-1.jpg);
  background-size: cover;
}
.empresa section.postal .first {
  background: 0 0;
  position: relative;
  overflow: hidden;
}
.empresa section.postal .second {
  background-image: url(../img/empresa-3.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.empresa section.postal .block-container .text-block {
  text-align: left;
}
.empresa section.postal .block-container {
  padding: 4rem 6rem;
}

.empresa .politica-integrada {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  .title {
    margin-top: 50px;
    max-width: 700px;
  }
  p {
    max-width: 1000px;
  }
}
.contacto nav.navbar.is-fixed-top.is-transparent.navbar-menu {
  background: rgba(255, 255, 255, 0.9);
  height: 7rem;
}
.contacto nav.navbar.is-fixed-top:not(.sticky) .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9);
}
.contacto nav:not(.sticky) #logo img {
  margin-top: 1rem;
}
.contacto #home {
  background: #fff;
  min-height: 60vh;
  margin-bottom: -6px;
}
.contacto .form-wrapper {
  padding: 2rem;
}
.contacto section.postal .block-container {
  padding: 3rem 6rem;
}
@media screen and (max-width: 600px) {
  .contacto section.postal .block-container {
    padding: 3rem 2rem;
  }
}
.contacto .title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.contacto .field-body {
  margin: 1rem 0;
}
.contacto .btn {
  margin-top: 2rem;
}
.contacto section.postal .first {
  background-image: url(../img/conctacto.jpg);
}
#home .text,
#products-home .text {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 35vh;
  transform: translate(-50%, 0);
  z-index: 10;
  text-align: center;
}
#home .text .main-title,
#home .text .supr-title,
#products-home .text .main-title,
#products-home .text .supr-title {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
#home .text .supr-title,
#products-home .text .supr-title {
  font-size: 3rem;
}
#home .text .main-title,
#products-home .text .main-title {
  font-size: 8rem;
  line-height: 10rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6rem;
}
#home .text .btn,
#products-home .text .btn {
  margin-top: 3rem;
  color: #fff;
  border-color: #fff;
}
#logo {
  text-align: center;
  font-size: 1.8rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #2f2e2e;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#footer-logo {
  font-size: 1.8rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-top: 1rem;
}
#nav-logo img,
#nav-logo svg {
  width: 20rem;
}
#logo img {
  width: 20rem;
  margin-top: 2rem;
}
.top-info {
  background: #222;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  padding: 0.7rem;
  font-size: 1rem;
  color: #e8e8e8;
  letter-spacing: 0.8px;
  z-index: 2;
  position: relative;
}
.btn {
  text-transform: uppercase;
  border: 2px solid #222;
  padding: 0.3rem 2rem;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  background-color: transparent;
  border: solid #2f2e2e 2px;
  cursor: pointer !important;
  display: inline-block;
  color: #222;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
}
.btn:hover {
  background-color: #2f2e2e;
  border-color: #2f2e2e;
  color: #fff;
}
.cover img {
  object-fit: cover;
  object-position: center center;
}
section.postal {
  margin: 0 !important;
  padding: 0;
}
section.postal img {
  height: 100%;
}
section.postal .column {
  margin: 0;
  padding: 0;
}
section.postal .first {
  background: url("../img/imagen1.jpg");
  background-size: cover;
  background-position: center;
}
section.postal .second {
  background: url("../img/imagen3.jpg");
  background-size: cover;
}
section.postal .third {
  background: url("../img/imagen5.jpg");
  background-size: cover;
  background-position-x: right;
}
section.postal .block-container {
  padding: 11rem 6rem;
}
section.postal .block-container .text-block {
  text-align: center;
  max-width: 27rem;
}
section.postal .block-container .text-block.to-right {
  text-align: center;
}
section.postal .block-container .text-block.to-right .text {
  text-align: center;
}
section.postal .block-container .text-block.to-right .title {
  text-align: center;
}
section.postal .block-container .text-block.big {
  max-width: 25rem;
}
section.postal .block-container .text-block.big .title {
  font-size: 3rem;
}
section.postal .block-container .text-block.big .text {
  font-size: 1.1rem;
  margin-top: 0;
}
section.postal .block-container .text-block.tradicion {
  max-width: 35rem;
}
section.postal .block-container .text-block.tradicion .title {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1rem;
}
section.postal .block-container .text-block.tradicion .text {
  font-size: 1.3rem;
}
section.postal .block-container .text-block.centered {
  margin: 0 auto;
  max-width: 65%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
section.postal .block-container .text-block.centered .title {
  text-align: center;
}
section.postal .block-container .text-block.centered img {
  width: auto;
  height: auto;
  align-self: center;
  margin-top: 2rem;
}
section.postal .block-container .text-block .title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
}
section.postal .block-container .text-block .subtitle {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  text-align: center;
}
section.postal .block-container .text-block .text {
  margin-top: 2.5rem;
  font-size: 0.95rem;
  text-align: center;
}
section.postal .block-container .text-block .btn {
  margin-top: 3rem;
}
section.parallax {
  position: relative;
}
section.parallax.color-1 {
  background-color: #b5e8d5;
}
section.parallax.color-2 {
  background-color: #ffbfb3;
}
section.parallax .parallax-window {
  min-height: 780px;
  position: relative;
}
section.parallax .parallax-window .title-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
section.parallax .parallax-window .title-wrapper .supr-title {
  font-size: 2.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}
section.parallax .parallax-window .title-wrapper .main-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 8rem;
  line-height: 1;
}
section.parallax .parallax-window .title-wrapper .main-title.small {
  font-size: 6rem;
}
section.parallax .parallax-window .title-wrapper .btn {
  color: #fff !important;
  border-color: #fff;
  margin-top: 2rem;
}
section.parallax .parallax-window .title-wrapper .btn:hover {
  border-color: #2f2e2e;
}
section.parallax .floating-image {
  position: absolute;
  top: 50%;
  z-index: 3;
  max-height: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bottom-info {
  background: #fff;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  padding: 3.5rem 0 2rem;
  font-size: 2.3rem;
  color: #111;
  width: 100%;
}
footer {
  padding: 5rem 0;
  background: #000;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
}
footer .container {
  max-width: 980px;
}
footer .container .title {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
}
footer .container .text {
  font-size: 1.05rem;
  line-height: 1.3;
  letter-spacing: 1px;
}
footer .container input[type="text"] {
  border-width: 2.4487704918032787px;
  border-color: #e8e8e8;
  border-style: solid;
  background-color: #e8e8e8;
  color: #3e371e;
  padding: 8px;
  width: 100%;
}
footer .container .btn {
  width: 100%;
  font-size: 1rem;
  padding: 0.6rem 0 0.8rem;
  margin-top: 0.7rem;
  border-color: #fff;
  color: #fff;
}
footer .container .social {
  margin: 0.5rem 0;
  font-size: 1.8rem;
}

footer .consultas h4 {
  margin-top: 10px;
}
footer .consultas a {
  color: white;
}
footer .consultas .btn_whatsapp {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}

#products-home {
  overflow: hidden;
}
#products-home .text {
  top: 22vh;
}
#products-home .text .supr-title {
  font-size: 2.5rem;
}
#products-home .text .main-title {
  font-size: 7.5rem;
  line-height: 9rem;
}
#products {
  padding: 0.1rem 0 0.45rem;
  text-align: center;
}
#products .title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  display: inline-block;
  border-bottom: 4px solid #222;
}
#products .list {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-row-gap: 0.45rem;
  grid-column-gap: 0.5rem;
}
#products .list .product {
  text-align: left;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 600px) {
  #products .list .product {
    height: 23rem;
  }
}
#products .list .product .productImage {
  height: 100%;
}
#products .list .product .quick_view,
#products .list .product .quick_view_nl {
  position: relative;
  display: block;
  height: 100%;
}
#products .list .product .quick_view:before,
#products .list .product .quick_view_nl:before {
  content: "";
  height: 130px;
  opacity: 1;
  width: calc(100% - 5px);
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.54) 54%,
    rgba(0, 0, 0, 0.55) 55%,
    rgba(0, 0, 0, 0.65) 100%
  );
  position: absolute;
  transform: translate(0, 0) translateZ(0) rotate(0);
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  transition: 0.4s all;
  opacity: 0.8;
}
#products .list .product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#products.brands {
  padding: 14rem 0 6rem;
}
#products.brands .list {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 1rem;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  max-width: 800px;
}
#products.brands .list .product {
  height: 16rem;
  border: 1px solid #ccc;
}
#products.brands .list .product img {
  display: block;
  height: 100%;
}
#products.brands .list .product .quick_view_nl:before {
  content: none;
}
@media (hover: hover) and (pointer: fine) {
  #products.brands
    .list
    .product
    .quick_view_nl
    .overlay:hover
    .overlayInfo
    .productName {
    opacity: 1;
  }
}
#products.brands
  .list
  .product
  .quick_view_nl
  .overlay
  .overlayInfo
  .productName {
  transition: opacity 0.3s, left 0.3s, right 0.3s;
  opacity: 0;
}
#products:not(.brands) .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#products:not(.brands) .overlay > * {
  transition: 0.8s all;
}
#products:not(.brands) .overlay:before {
  content: "";
  background: linear-gradient(135deg, #b6b6b6 0, #dadada 75%, #bdbdbd 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.8s all;
}
#products:not(.brands) .overlay:hover:before {
  opacity: 0.85;
}
#products:not(.brands) .overlay:hover .overlayInfo {
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 50%;
  color: #222;
}
#products:not(.brands) .overlay:hover .overlayInfo .propDesc {
  opacity: 1;
  height: auto;
}
#products:not(.brands) .overlayInfo {
  position: absolute;
  width: 80%;
  left: 50%;
  bottom: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  transform: translate(-50%, 0);
}
#products:not(.brands) .overlayInfo .productName {
  font-size: 1.3rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#products:not(.brands) .overlayInfo .propDesc {
  opacity: 0;
  transition: 0.8s all;
  color: #222;
  height: 0;
}
#products.brands .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#products.brands .overlay > * {
  transition: 0.4s all;
}
#products.brands .overlay:before {
  content: "";
  background: #ececec;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.4s all;
}
#products.brands .overlay:hover:before {
  opacity: 0.95;
}
#products.brands .overlay:hover .overlayInfo {
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 50%;
  color: #222;
  height: 88%;
}
#products.brands .overlay:hover .overlayInfo .propDesc {
  opacity: 1;
}
#products.brands .overlayInfo {
  position: absolute;
  width: 85%;
  left: 50%;
  bottom: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  transform: translate(-50%, 0);
}
#products.brands .overlayInfo .productName {
  font-size: 1.2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #456ba6;
  text-align: left;
}
#products.brands .overlayInfo .propDesc {
  opacity: 0;
  transition: 0.4s all;
  color: #222;
  font-size: 0.9rem;
  line-height: 1.3;
  text-align: left;
  font-weight: 300;
}
.brands.products {
  background: url("../img/bg_productos.jpg") no-repeat;
  background-size: cover;
}
.brands.products .overlayInfo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands.products .overlayInfo .productName {
  padding: 0.8rem 2rem;
  text-align: center !important;
  line-height: 1.2;
}
.qw-product .productName {
  font-family: "Source Sans Pro", sans-serif;
  margin: 2.3rem 0 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
}
.qw-product .productProps {
  font-family: Montserrat, sans-serif;
  margin: 0;
  padding: 0.2rem 0;
  font-size: 0.8rem;
  color: #000;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.qw-product .productProps li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.qw-product .productProps .prop-desc {
  text-align: right;
}
.image-gallery .img-container {
  display: inline-block;
  width: 417px;
  max-height: 417px;
  margin-right: 0;
}
.slick-arrow.slick-next {
  right: 50px;
  width: 28px;
  height: 50px;
}
.slick-arrow.slick-prev {
  left: 50px;
  width: 28px;
  height: 50px;
}
.slick-arrow {
  z-index: 999;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  pointer-events: none;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
}
.slick-arrow:before {
  display: none;
  content: "";
}
.slick-arrow.slick-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2046%22%20width%3D%2224%22%20height%3D%2246%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M22.45%2023L1.55%202.3%200%200h1.55L24%2022.233v1.534L1.55%2046H0v-.767z%22%2F%3E%3C%2Fsvg%3E") !important;
}
.slick-arrow.slick-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2046%22%20width%3D%2224%22%20height%3D%2246%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M1.548%2023L22.452%202.3%2024%200h-1.548L0%2022.233v1.534L22.452%2046H24v-.767z%22%2F%3E%3C%2Fsvg%3E") !important;
}
.home-slider:hover .slick-arrow:not(.slick-disabled),
.image-gallery:hover .slick-arrow:not(.slick-disabled),
.small-slider:hover .slick-arrow:not(.slick-disabled) {
  opacity: 1;
  pointer-events: all;
}
.quick-view-container {
  background: rgba(10, 10, 10, 0.85);
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.quick-view-content {
  background: #fff;
  bottom: 0;
  left: 50%;
  height: calc(100% - 30px);
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(100% - 30px);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.quick-view-content #carousel-container {
  opacity: 0;
  position: relative;
  top: -100%;
  max-width: 90%;
  margin: 0 auto;
}
.quick-view-content #carousel-container.active {
  opacity: 1;
  top: 0;
}
.quick-view-content.expanded .quick-view-carousel {
  width: 98%;
}
.quick-view-content.expanded .quick-view-carousel .qw-gallery img {
  transform: scale(1.3);
  margin-bottom: 15rem;
}
.quick-view-content.expanded .quick-view-aside {
  transform: translateX(100%);
  opacity: 0;
}
.quick-view-content.expanded .qw-madgnify {
  right: 5rem;
}
.quick-view-carousel {
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 500px);
  padding: 2rem;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.quick-view-carousel .qw-magnify {
  position: absolute;
  right: 3rem;
  top: 2rem;
  z-index: 99999;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.quick-view-carousel .fotorama__nav-wrap {
  margin-top: 1rem;
}
.quick-view-carousel .fotorama__thumb-border {
  border-color: #ffd525;
}
.quick-view-carousel .fotorama__stage__frame img:hover {
  cursor: move;
}
.quick-view-carousel .swiper-container img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.quick-view-carousel .magnify {
  margin: 2rem 0;
}
.quick-view-carousel .fancybox-stage {
  bottom: 30px;
}
.quick-view-aside {
  background: #f8f8f8;
  bottom: 0;
  color: #222;
  left: auto;
  padding: 50px 0 30px 0;
  position: absolute;
  top: 0;
  width: 500px;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.65s ease;
  opacity: 1;
  right: 0;
  transform: translateX(0);
}
.quick-view-aside::after,
.quick-view-aside::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.quick-view-aside::after {
  width: 1px;
}
.quick-view-aside > div {
  height: 100%;
  overflow: auto;
  padding: 3vh 30px 0 30px;
}
.quick-view-close {
  background: 0 0;
  border: 0;
  color: #222;
  cursor: pointer;
  font-family: Arial;
  font-size: 14px;
  height: 25px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1.5rem;
  text-indent: -99999px;
  top: 2rem;
  transition: all 0.2s;
  width: 25px;
  z-index: 9999;
  transition-duration: 0.5s;
}
.quick-view-close:active,
.quick-view-close:focus {
  outline: 0;
}
.quick-view-close:hover {
  transform: rotate(90deg);
}
.quick-view-close::after,
.quick-view-close::before {
  background-color: #222;
  content: "";
  height: 28px;
  left: 13px;
  position: absolute;
  top: -3px;
  width: 1px;
}
.quick-view-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.quick-view-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quick-view-bullets {
  bottom: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  width: 100%;
  z-index: 99999;
  background: #000;
}
.quick-view-bullets li {
  display: inline-block;
  vertical-align: top;
}
.quick-view-bullets li a {
  display: block;
  height: 30px;
  position: relative;
  width: 20px;
}
.quick-view-bullets li a span {
  background: #505050;
  border-radius: 99px;
  height: 10px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
}
.quick-view-bullets li.active a span {
  background: #fff;
}
#estudio-gallery {
  padding: 10rem 0 0.45rem;
}
#estudio-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-row-gap: 0.45rem;
  grid-column-gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
#estudio-gallery .gallery img {
  width: 100%;
}
#estudio-gallery .gallery a {
  display: inline-flex;
}
#legals {
  text-align: center;
}
#legals .block-container {
  padding: 3rem 0;
}
#legals img {
  margin-top: 2rem;
  margin-bottom: -1rem;
}
@media screen and (max-width: 1087px) {
  .slick-arrow.slick-prev {
    left: 3%;
  }
  .slick-arrow.slick-next {
    right: 3%;
  }
  #close-menu,
  #hamburger {
    display: inline-flex;
  }
  nav.navbar {
    position: absolute;
    z-index: 1000;
    background: #b5e8d5;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
  }
  nav.navbar.menu-active {
    position: fixed;
    opacity: 1;
    pointer-events: inherit;
    transition: all 0.3s ease-out 0s;
    display: flex;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999;
  }
  nav.navbar.menu-active .navbar-start > * {
    margin: 0 !important;
    font-size: 1.2rem;
    margin: 2rem 0 !important;
  }
  nav.navbar.menu-active .navbar-dropdown {
    display: none;
  }
  nav.navbar #close-menu {
    position: absolute;
    top: 5.5rem;
    right: 3rem;
    font-size: 1.6rem;
  }
  nav.navbar #logo,
  nav.navbar .navbar-end {
    top: 4rem;
    pointer-events: none;
  }
  nav.navbar #logo {
    top: 6.3rem;
  }
  nav.navbar .navbar-start {
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  nav.navbar .navbar-start a.navbar-item {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  nav.navbar .navbar-start a.navbar-item:after {
    content: "";
    width: 1.5rem;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 auto;
    top: 1.1rem;
    position: relative;
  }
  nav.navbar .navbar-start a.navbar-item:last-child:after {
    display: none;
  }
  nav.navbar .navbar-end {
    text-align: center;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #hamburger {
    position: absolute;
    top: 5.5rem;
    right: 2.5rem;
    font-size: 1.7rem;
    z-index: 999;
  }
  #home .top-info {
    padding: 0.6rem 2rem;
  }
  #home #logo {
    background: #fff;
    margin: 0;
  }
  #home .home-banner .text {
    text-align: center;
    top: 34vh;
  }
  #home .home-banner .text .supr-title {
    font-size: 2rem;
  }
  #home .home-banner .text .main-title {
    font-size: 4rem;
    line-height: 1;
  }
  #home .home-banner .text .btn {
    margin-top: 1rem;
  }
  #home .home-banner img {
    max-height: 60vh !important;
    top: 0 !important;
  }
  section.postal img {
    height: auto;
    width: 100%;
    align-self: center;
  }
  section.postal .block-container {
    padding: 3rem;
  }
  section.postal .block-container .text-block.to-right {
    float: none;
  }
  section.postal .block-container .text-block,
  section.postal .block-container .title {
    text-align: center !important;
  }
  section.postal .block-container .text-block.centered.centered {
    max-width: none;
  }
  section.postal .column:not(.block-container) {
    line-height: 0;
  }
  .empresa #home {
    min-height: 9rem;
  }
  section.parallax .parallax-window {
    height: 28rem;
    min-height: auto;
    position: relative;
  }
  section.parallax .parallax-window .video {
    height: 100%;
  }
  section.parallax .parallax-window .video video {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  section.parallax .parallax-window .title-wrapper {
    padding: 1rem;
  }
  section.parallax .parallax-window .title-wrapper .supr-title {
    font-size: 1.5rem;
  }
  section.parallax .parallax-window .title-wrapper .main-title {
    font-size: 4rem;
  }
  section.parallax .parallax-window .title-wrapper .main-title.small {
    font-size: 3rem;
  }
  footer {
    padding: 3rem;
  }
  footer #powered {
    margin-top: 1rem;
  }
  #products.brands {
    padding: 6rem 1rem;
    border: none;
  }
  #products.brands .list {
    grid-template-columns: repeat(2, minmax(100px, 150px));
    gap: 0;
    gap: 1rem;
  }
  #products.brands .list .product {
    margin: 0;
    height: auto;
    /* border: none; */
    padding: 0;
  }
  #mapa-contacto {
    width: 100vw;
    height: 50vh;
  }
}
@media screen and (max-width: 1087px) and (max-width: 768px) {
  body.fancybox-active {
    overflow: hidden;
  }
  #products .list {
    display: flex;
    flex-wrap: wrap;
  }
  #products .list .product {
    width: 100%;
    margin: 0 0 1rem;
    border-bottom: 0;
    padding-bottom: 0;
  }
  #products-home .text .main-title {
    font-size: 5rem;
    max-width: 100vw;
    overflow: hidden;
  }
  .fancybox-slide--image {
    padding: 0;
  }
  .fancybox-content {
    margin: 0;
  }
  .quick-view-content {
    height: auto;
    width: 100vw;
    max-width: initial;
    max-height: initial;
    margin: 0;
    position: fixed;
  }
  .quick-view-content .quick-view-carousel {
    width: 100%;
    height: 40vh;
    position: relative;
  }
  .quick-view-content .quick-view-carousel #carousel-container {
    opacity: 1;
    position: relative;
    top: 0;
    max-width: none;
    margin: 0 auto;
  }
  .quick-view-content .quick-view-carousel #carousel-container a {
    pointer-events: none;
  }
  .quick-view-content .quick-view-aside {
    width: 100%;
    height: 60vh;
    padding: 1rem 0;
  }
  .quick-view-content .quick-view-close {
    z-index: 99999;
    position: absolute;
  }
  .quick-view-content .quick-view-aside > div {
    padding: 0 1rem;
  }
  .quick-view-content .qw-product .productProps {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1087px) and (min-width: 400px) and (max-width: 768px) {
  #products .list .product {
    width: 80%;
  }
}
@media screen and (max-width: 1087px) {
  .qw-product .productName {
    margin: 0.3rem 3rem 1rem 0;
  }
  .quick-view-content {
    height: 96vh;
    width: 95vw;
    overflow-y: auto;
    display: grid;
    grid-template-rows: 50% 50%;
  }
  .quick-view-carousel {
    grid-row: 2/2;
    height: auto;
  }
  .quick-view-carousel .swiper-container img {
    margin: 1rem auto;
  }
  .quick-view-aside {
    grid-row: 1/2;
    height: 100% !important;
  }
}
body.productos .product {
  background: #aaa;
}
@media screen and (min-width: 1088px) and (max-width: 1570px) {
  #logo {
    left: auto;
    right: 2rem;
    transform: translate(0, -50%);
  }
}
#map {
  width: 100%;
  height: 14rem;
}
#legals .container {
  font-size: 0.9rem;
  padding: 2rem 0;
  line-height: 1;
  max-width: 980px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  font-size: 18px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1570px) and (min-width: 1088px) {
  #logo {
    left: auto;
    right: 2rem;
    transform: translate(0, -50%);
  }
}

/*  */
.top-info {
  display: none;
}
