@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 !important;
  position: relative; }

.contacto__icons {
  display: none; }

.hero__gallery-img-container {
  height: 100%;
  position: relative;
  overflow: hidden; }

.hero__gallery-img {
  width: 100%;
  position: absolute; }

.hero__logo {
  height: 70px;
  width: 260px;
  background-image: url("../assets/Branding/IGP/svg/SAND_IGP_blanco.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.35s; }

.hero__logo-onScroll {
  height: 87.81px;
  width: 87.81px;
  background-image: url("../assets/Branding/IGP/svg/IGP_square.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 8.5%;
  transition: 0.35s; }

.hero__menu-onScroll {
  position: relative;
  top: 0.9vh;
  left: 18.6%; }

.media__icons-onScroll {
  position: relative;
  left: 6.2%;
  top: 1vh; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000004d; }

.dots {
  height: 13.5%;
  position: absolute;
  right: 6.7%;
  top: 45.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.dot {
  margin-bottom: 5.5px;
  width: 9.7px;
  height: 9.7px;
  border-radius: 50%;
  background-color: #f2f2f2f1; }

.dot.tns-nav-active {
  transform: scale(1.5);
  transition: 0.1s linear; }

.hero__menu-wrapper {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 3.1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: flex-end;
  padding: 0 35px; }

nav {
  width: 60% !important;
  justify-content: space-between;
  margin-top: -0.5%;
  margin-left: -5%; }

nav li {
  margin: 0 0.7%;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  transition: 0.1s; }
  nav li a {
    transition: 0.1s;
    padding: 0; }
  nav li a:hover {
    border-bottom: 2px solid white;
    transition: 0.1s; }

.navbar-nav {
  position: relative;
  right: 50px; }

.nav-link {
  font-size: 14px !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  line-height: 16px !important;
  color: #ffffff !important;
  text-transform: uppercase; }

.tv {
  width: 87px; }

.contact__icons {
  display: flex;
  justify-content: space-between;
  width: 10%;
  height: 30px;
  padding: 0;
  margin-right: 35px; }

.media__icons {
  height: 9%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: absolute;
  top: 78.1%;
  left: 3.6%; }

.fb__icon {
  background-image: url("../assets/Icon/Redes-sociales/svg/icon_fb_white.svg"); }

.ig__icon {
  background-image: url("../assets/Icon/Redes-sociales/svg/icon_ig_white.svg"); }

.media__icons a {
  width: 30px;
  height: 30px; }

.slider {
  width: 100%;
  height: 100vh;
  z-index: -10; }

.title {
  width: 36%;
  position: absolute;
  top: 45.5%;
  left: 41.5%;
  color: #ffffff;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0px;
  line-height: 45px; }

.vertical__white-line {
  border-left: 1px solid #ffffff;
  position: absolute;
  top: -100%;
  left: 4.55%;
  height: 61.3%;
  margin: 0;
  transition: 0.5s ease-out; }

.hero__line-open {
  top: 115px; }

@media (max-width: 1220px) {
  .hero__menu button {
    outline: none !important;
    background-color: #ffffff8e;
    border-radius: 0 !important; }
  .navbar {
    justify-content: flex-end !important; }
  .navbar-nav {
    position: absolute;
    background-color: #ffffff31; } }

@media (max-width: 991px) {
  .hero {
    padding-left: 0 !important; }
  .tv {
    width: 100px; }
  nav {
    margin-left: 5%; }
  .title {
    top: 22%;
    left: 10%; }
  .media__icons {
    top: 5%;
    left: 3%; } }

@media (max-width: 768px) {
  .hero__gallery-img {
    width: auto !important;
    left: -60%; }
  .contacto__icons {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 170px; }
    .contacto__icons img {
      margin: 10px 0; }
  .hero__menu {
    position: absolute !important;
    top: 0; }
  .hero__menu button {
    outline: none !important;
    background-color: #ffffff8e;
    border-radius: 0 !important; }
  .hero__menu-wrapper {
    top: 0;
    padding-left: 0; }
  nav {
    width: 100% !important;
    margin: 0;
    padding: 0 !important; }
  .nav-item {
    margin: 3% 0; }
  .nav-item a {
    font-size: 20px !important;
    font-weight: bold;
    text-transform: uppercase; }
  .navbar-toggler {
    margin: 1%; }
  .navbar-nav {
    background-color: #ffffff31;
    padding: 5% 10% !important;
    width: 100% !important;
    position: static !important; }
  .dots {
    display: none; }
  .hero__logo {
    position: absolute;
    top: 1.5vh;
    left: 28%; }
  .contact__icons {
    display: none; }
  .title {
    position: absolute;
    top: 68vh;
    left: 3vw;
    font-size: 30px;
    width: 80%; }
  .media__icons {
    display: none; }
  .vertical__white-line {
    display: none; } }

@media (max-width: 575.98px) {
  .navbar-toggler {
    margin: 2.5%; }
  .navbar {
    left: 0;
    justify-content: flex-start !important; } }

@media only screen and (min-device-width: 421px) and (max-device-width: 900px) and (orientation: landscape) {
  .title {
    top: 58vh; }
  .media__icons {
    left: 35vw; }
  .navbar-nav {
    background-color: #000000af;
    padding-top: 0 !important; }
  .nav-item {
    margin: 2% 0; } }

.about {
  width: 76.2%;
  align-self: center;
  margin-top: 24vh;
  position: relative;
  flex-direction: column; }

.about__info {
  margin-top: -9.5%;
  margin-bottom: 3.5%;
  width: 57%;
  padding-left: 5%; }

.about__info-title {
  color: #6d6d6d; }

.about__info p {
  font-weight: 200;
  line-height: 20px;
  font-size: 13px;
  letter-spacing: 0;
  color: #6d6d6d;
  font-family: futura-pt, sans-serif; }

.about__info h1 {
  font-size: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 450;
  letter-spacing: 1.5px;
  line-height: 35px;
  margin-bottom: 5%; }

.about__images figure img {
  width: 100%; }

.about__square-1 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 48%;
  left: -11%; }

.about__square-2 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -15%;
  right: 20%; }

.about__square-3 {
  width: 30px;
  position: absolute;
  top: 180%;
  right: -6%; }

@media (max-width: 1199px) {
  .about {
    width: 85%;
    margin-left: 0; }
  .about__info-title {
    padding-right: 15%; }
  .kitchen__img {
    width: 80%; } }

@media (max-width: 991.5px) {
  .about__info {
    margin-top: -11.5%; }
  .kitchen__img {
    height: 50vh;
    top: 85%; } }

@media (max-width: 768px) {
  .about__square-2 {
    top: 8%;
    opacity: 0.3; }
  .products__square-1 {
    z-index: -10;
    opacity: 0.2; }
  .about {
    width: 100%;
    flex-direction: column;
    align-items: center; }
  .about__info {
    width: 90%;
    padding: 0 5%;
    margin-bottom: 5%; }
  .about__info-title {
    width: 100%;
    padding: 0 27% 0 0;
    margin-bottom: 5%; }
  .about figure {
    width: 100%;
    height: auto; }
  .about figure img {
    width: 100%; }
  .about__images {
    width: 100%; }
  .kitchen__img {
    position: static;
    width: 100%; } }

@media (max-width: 575.98px) {
  .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0vh; }
  .about__info {
    width: 100%;
    margin: 10% 0; }
  .about__info-title {
    padding: 0 4%;
    margin: 0 0 10% 0; }
  .about__info p {
    padding: 0 4%; }
  .about figure {
    width: 100%; } }

@media only screen and (min-device-width: 421px) and (max-device-width: 900px) and (orientation: landscape) {
  .about {
    margin-top: 40vh; } }

.product__slider-wrapper {
  width: 89% !important;
  height: 80%;
  position: absolute;
  left: 6%;
  bottom: -1%;
  width: 63%; }
  .product__slider-wrapper .tns-outer {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 8px 3px #a5a5a579; }
    .product__slider-wrapper .tns-outer .tns-ovh {
      height: 100%; }
      .product__slider-wrapper .tns-outer .tns-ovh .tns-inner {
        height: 100%; }
        .product__slider-wrapper .tns-outer .tns-ovh .tns-inner .inner__slider {
          height: 100%; }
          .product__slider-wrapper .tns-outer .tns-ovh .tns-inner .inner__slider .inner__slider-div {
            height: 100%;
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover; }

.left__arrow-kitchen,
.left__arrow-closet,
.left__arrow-bath,
.left__arrow-equipment,
.left__arrow-tv,
.left__arrow-lavado {
  width: 20px;
  height: 20px; }

.right__arrow-kitchen,
.right__arrow-closet,
.right__arrow-bath,
.right__arrow-equipment,
.right__arrow-tv,
.right__arrow-lavado {
  width: 20px;
  height: 20px; }

.inner__slider-div {
  width: 100%;
  height: 45.5vh; }

.product__slider-img {
  width: 58.5%;
  height: 51%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: gray; }

.product__slider-img2 {
  width: 31%;
  height: 36%;
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain; }

.arrows {
  width: 60px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -7.5%;
  right: 2.5%;
  z-index: 200 !important; }

.product__slider-info {
  padding: 0 60px; }

.product__slider-info h1 {
  display: none;
  position: relative;
  top: -12px;
  color: #8e8e8e;
  font-family: futura-pt-bold, sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 21px; }

.product__slider-info h5 {
  color: #8e8e8e;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 3%; }

.product__slider-info p {
  color: #8e8e8e;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  text-align: justify; }

.cocinas01 {
  background-image: url("../assets/Img/Productos/Cocinas/SAND_cocinas_03.jpg"); }

.cocinas02 {
  background-image: url("../assets/Img/Productos/Cocinas/cocinas_op.jpg"); }

.cocinas03 {
  background-image: url("../assets/Img/Productos/Cocinas/cocinas_3.JPG"); }

.cocinas04 {
  background-image: url("../assets/Img/Productos/Cocinas/cocinas_4.jpg"); }

.cocinas05 {
  background-image: url("../assets/Img/Productos/Cocinas/SAND_IMG_COCINA_04.jpg"); }

.cocinas06 {
  background-image: url("../assets/Img/Productos/Cocinas/img_01.jpg"); }

.cocinas07 {
  background-image: url("../assets/Img/Productos/Cocinas/img_02.jpg"); }

.cocinas08 {
  background-image: url("../assets/Img/Productos/Cocinas/SAND_IMG_COCINA_07.jpg"); }

.cocinas09 {
  background-image: url("../assets/Img/Productos/Cocinas/SAND_IMG_COCINA_09.jpg"); }

.closets01 {
  background-image: url("../assets/Img/Productos/Closets/closets_img_03.jpg"); }

.closets02 {
  background-image: url("../assets/Img/Productos/Closets/SAND_IMG_CLOSET_02.jpg"); }

.closets03 {
  background-image: url("../assets/Img/Productos/Closets/SAND_IMG_CLOSET_03.jpg"); }

.banos01 {
  background-image: url("../assets/Img/Productos/Banos/SAND_IMG_BANO_01.jpg"); }

.banos02 {
  background-image: url("../assets/Img/Productos/Banos/baños_img_04.jpg"); }

.banos03 {
  background-image: url("../assets/Img/Productos/Banos/SAND_IMG_BANO_03.jpg"); }

.banos04 {
  background-image: url("../assets/Img/Productos/Banos/baños_img_05.jpg"); }

.banos05 {
  background-image: url("../assets/Img/Productos/Banos/baños_img_06.jpg"); }

.equipamientos01 {
  background-image: url("../assets/Img/Productos/Equipamientos/equipamento_5.jpg"); }

.equipamientos02 {
  background-image: url("../assets/Img/Productos/Equipamientos/equipamento_6.jpg"); }

.equipamientos03 {
  background-image: url("../assets/Img/Productos/Equipamientos/equipamento_7.jpg"); }

.equipamientos04 {
  background-image: url("../assets/Img/Productos/Equipamientos/equipamentos.jpg"); }

.equipamientos05 {
  background-image: url("../assets/Img/Productos/Equipamientos/equipamentos_2.jpg"); }

.equipamientos06 {
  background-image: url("../assets/Img/Productos/Equipamientos/equipamentos_3.jpg"); }

.equipamientos07 {
  background-image: url("../assets/Img/Productos/Equipamientos/equipamentos_4.jpg"); }

.equipamientos08 {
  background-image: url("../assets/Img/Productos/Equipamientos/SAND_IMG_EQUIP_02.jpg"); }

.equipamientos09 {
  background-image: url("../assets/Img/Productos/Equipamientos/SAND_IMG_EQUIP_03.jpg"); }

.equipamientos10 {
  background-image: url("../assets/Img/Productos/Equipamientos/SAND_IMG_EQUIP_04.jpg"); }

.equipamientos11 {
  background-image: url("../assets/Img/Productos/Equipamientos/SAND_IMG_EQUIP_05.jpg"); }

.centroTv01 {
  background-image: url("../assets/Img/Productos/Centro_TV/SAND_IMG_CENTROTV_01.jpg"); }

.centroTv02 {
  background-image: url("../assets/Img/Productos/Centro_TV/SAND_IMG_CENTROTV_02.jpg"); }

.centroTv03 {
  background-image: url("../assets/Img/Productos/Centro_TV/SAND_IMG_CENTROTV_03.jpg"); }

.lavado01 {
  background-image: url("../assets/Img/Productos/Lavado/Lavadora_y_secadora1.jpg"); }

.lavado02 {
  background-image: url("../assets/Img/Productos/Lavado/lavadora_y_secadora2.jpg"); }

.lavado03 {
  background-image: url("../assets/Img/Productos/Lavado/Lavadora3.jpg"); }

@media (max-width: 768px) {
  .left__arrow-kitchen,
  .left__arrow-closet,
  .left__arrow-bath,
  .left__arrow-equipment,
  .left__arrow-tv {
    width: 30px;
    height: 30px; }
  .right__arrow-kitchen,
  .right__arrow-closet,
  .right__arrow-bath,
  .right__arrow-equipment,
  .right__arrow-tv {
    width: 30px;
    height: 30px; }
  .product__slider-info  {
    width: 100%; }
  .product__slider-wrapper {
    width: 104.8% !important;
    height: 64%;
    left: -2.5%;
    bottom: -74px; }
  .inner__slider-div {
    width: 100%;
    height: 35vh; }
  .inner__slider-div img {
    width: 100%; }
  .product__slider-info {
    width: 100%;
    margin-top: 15%;
    padding: 0 10px;
    position: relative;
    top: -6%; }
  .product__slider-info h1 {
    display: block;
    font-size: 25px;
    font-family: futura-pt, sans-serif;
    font-weight: 500; }
  .product__slider-info h5 {
    font-size: 20px; }
  .product__slider-info p {
    padding-right: 3%;
    font-size: 13px; }
  .arrows {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    top: 145px;
    left: 0;
    z-index: 100; }
    .arrows div {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #ffffff3c; }
  .product__slider-img {
    display: none; }
  .product__slider-img2 {
    display: none; } }

.displayN {
  opacity: 0;
  position: relative;
  z-index: -100; }

.products__backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #eeeeee;
  display: none; }

.modal__waIcon {
  width: 40px;
  height: 40px;
  overflow: visible;
  position: absolute;
  bottom: 15px;
  left: 77px;
  z-index: 50;
  background-image: url("../assets/Icon/Contacto/svg/icon_whatsapp_white.svg");
  background-size: 99%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0000004a;
  border-radius: 50%; }

.modal__waIcon:hover {
  background-image: url("../assets/Icon/Contacto/png/icon_whatsapp_verde.png"); }

.cheat__overlay {
  display: none; }

.products__backdrop-active {
  display: initial; }

.modal__slider-wrapper-content {
  width: 75.5%;
  height: 90%;
  background-color: #ffffff;
  position: fixed;
  top: -115%;
  left: 21.2vw;
  z-index: 190;
  padding: 2.1%;
  padding-top: 4.7%;
  transition: 0.3s;
  box-shadow: 0 0 36px 0 rgba(177, 177, 177, 0.5);
  overflow: overlay; }

.modal__slider-wrapper-content-active {
  top: 4%;
  transition: 0.3s;
  overflow: hidden; }

.modal__slider-wrapper {
  width: 100%;
  height: 100%; }

.modal__slider {
  height: 73.9vh; }

.modal__slider-product {
  height: 100%;
  top: -25px; }

.modal__slider-nav {
  width: 18.2%;
  position: fixed;
  z-index: 200;
  top: -115%;
  left: 3%;
  background-color: #bfbfbf;
  padding-left: 10px;
  transition: 0.3s; }

.modal__slider-nav-active {
  top: 12.2%;
  transition: 0.3s; }

.modal__nav-li {
  color: white;
  padding: 18px;
  padding-left: 8px;
  font-family: futura-pt, sans-serif;
  font-size: 19px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 21px;
  border-bottom: 1px solid white;
  cursor: pointer; }

.modal__nav-li img {
  width: 11.5%;
  margin-right: 5%; }

.modal__nav-li.tns-nav-active {
  margin-right: 5px;
  transform: scale(1.05);
  font-weight: bold;
  box-shadow: -2px 6px 3px #bbbbbb;
  border: none;
  border-right: 4px solid #f9423a;
  background-color: #8e8e8e; }

.x {
  width: 25px;
  position: absolute;
  right: 3%;
  top: 3.8%;
  cursor: pointer; }

.one {
  background-color: #c2c2c2; }

.two {
  background-color: #9a9a9a; }

.three {
  background-color: #6a6a6a; }

.modal__slider-controls {
  display: none !important;
  position: absolute;
  top: 223px;
  display: flex;
  width: 95%;
  justify-content: space-between;
  padding: 0 5px; }
  .modal__slider-controls li {
    color: white;
    opacity: 0.8;
    border-radius: 3px;
    padding: 0 5px;
    background-color: #c2c2c2; }

@media (max-width: 768px) {
  .modal__slider-product {
    top: 0; }
  .modal__slider-controls {
    display: flex !important; }
  .cheat__overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 8.5vh;
    background-color: transparent;
    z-index: 100; }
  .modal__slider-wrapper-content {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden; }
  .modal__slider-wrapper-content-active {
    top: 0; }
  .modal__slider-nav {
    position: static;
    width: 100%;
    z-index: 0; }
  .x {
    z-index: 200; }
  .modal__waIcon {
    left: 0;
    bottom: -62px; } }

@media only screen and (min-device-width: 421px) and (max-device-width: 900px) and (orientation: landscape) {
  .modal__nav-li {
    padding-left: 25%; } }

.products {
  width: 100%;
  margin-top: 12vh;
  align-self: center;
  position: relative; }

.products__square-1 {
  position: absolute;
  top: 150%;
  left: -5%; }

.products h1 {
  font-family: futura-pt, sans-serif;
  font-size: 33px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  color: #6d6d6d;
  margin-bottom: 5%;
  margin-left: 12.45%; }

.products__container {
  width: 100%;
  margin: 0;
  box-sizing: border-box; }

.product {
  max-width: 15% !important;
  position: relative;
  padding: 0 !important;
  transition: 0.2s;
  cursor: pointer; }

.product:hover {
  transform: scale(1.12);
  transition: 0.2s;
  z-index: 6;
  box-shadow: 3px 3px 8px #ffffff70; }

.product img {
  width: 100%;
  height: 100%; }

.product__overlay {
  width: 100%;
  height: 100%;
  background-color: #00000031;
  position: absolute;
  top: 0; }

.product__info {
  position: absolute;
  top: 11.3%;
  left: 12%;
  z-index: 5; }

.product__info img {
  width: 22%;
  margin-bottom: 5.8%; }

.product__info h4 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 21px;
  font-family: futura-pt, sans-serif;
  color: #ffffff;
  margin-bottom: 6.2%; }

.product__info p {
  width: 77%;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 20px;
  font-family: futura-pt, sans-serif;
  color: #ffffff; }

@media (max-width: 1199px) {
  .product {
    width: 70%;
    margin: 0; } }

@media (min-width: 992px) {
  .product {
    width: 225px;
    height: 583px; } }

@media (max-width: 991px) {
  .products h1 {
    text-align: center; }
  .product {
    margin: 1% !important; } }

@media (min-width: 769px) {
  .product {
    height: 70vh; } }

@media (max-width: 768px) {
  .products {
    width: 70% !important; }
  .product {
    display: none; } }

@media (max-width: 575.98px) {
  .products {
    width: 70%;
    margin-top: 20%; }
  .products h1 {
    margin-bottom: 20%;
    margin-left: 0; }
  .product {
    height: 70vh;
    border: 1px solid blue; } }

@media (max-width: 430px) {
  .products {
    width: 85%; } }

@media only screen and (min-device-width: 421px) and (max-device-width: 900px) and (orientation: landscape) {
  .products {
    margin-top: 30vh; }
  .products h1 {
    margin-bottom: 15%; } }

.catalogs__rectangle {
  position: absolute;
  top: 190%;
  right: -7%; }

.catalogos {
  width: 85%;
  margin-top: 8%;
  padding-top: 7%;
  align-self: center;
  position: relative; }
  .catalogos div {
    padding-left: 6.45%;
    margin-bottom: 5%; }
    .catalogos div h1 {
      font-family: futura-pt, sans-serif;
      font-size: 35px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 18px;
      color: #6d6d6d;
      margin-bottom: 2.5%; }
    .catalogos div p {
      margin: 40px 0;
      font-size: 15px;
      color: #6d6d6d;
      font-family: futura-pt, sans-serif; }
  .catalogos section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .catalogos section .catalogos__card {
      width: 324px;
      margin: 35px 0;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .catalogos section .catalogos__card .catalog__link {
        height: 477.969px;
        display: flex; }
        .catalogos section .catalogos__card .catalog__link .catalog__img {
          width: 100%;
          margin-bottom: 15%;
          box-shadow: 1px 1px 15px 4px #f4f4f4;
          transition: 0.2s; }
        .catalogos section .catalogos__card .catalog__link .catalog__img:hover {
          transform: scale(1.02);
          transition: 0.2s;
          box-shadow: 1px 1px 15px 4px #d8d8d8; }
      .catalogos section .catalogos__card h3 {
        text-align: center;
        font-size: 21px;
        color: #6d6d6d;
        font-family: futura-pt, sans-serif;
        margin-bottom: 6%; }
      .catalogos section .catalogos__card p {
        font-size: 15px;
        color: #8e8e8e;
        font-family: futura-pt, sans-serif;
        margin-bottom: 5%; }
      .catalogos section .catalogos__card div {
        display: flex;
        float: right;
        align-items: center;
        padding: 0; }
        .catalogos section .catalogos__card div button {
          background-color: transparent;
          border: none;
          color: #f9423a;
          font-family: futura-pt, sans-serif;
          font-size: 19px;
          outline: none; }
        .catalogos section .catalogos__card div img {
          width: 30px;
          height: 30px; }

@media (max-width: 768px) {
  .catalogos div {
    padding: 0; }
    .catalogos div h1 {
      text-align: center; }
    .catalogos div p {
      text-align: center; }
  .catalogos section {
    flex-direction: column; }
    .catalogos section .catalogos__card {
      width: 100%; }
      .catalogos section .catalogos__card img {
        width: 100%; }
      .catalogos section .catalogos__card h3 {
        text-align: center; }
      .catalogos section .catalogos__card p {
        text-align: justify; } }

.ecoService {
  width: 78.5%;
  position: relative; }

.icon__preventivo {
  width: 8px;
  height: 8px;
  background-color: #f9423a; }

.ecoService__info {
  background-color: #ffffff;
  margin-top: 15%;
  align-self: flex-end; }

.ecoService__backgroundImage {
  position: static;
  z-index: -5;
  width: 82.5%;
  height: 66.5vh !important;
  margin-top: -9.1%; }
  .ecoService__backgroundImage img {
    width: 100%; }

.ecoService__info {
  width: 45.1%;
  padding: 0 0 4% 2.5%;
  position: relative; }

.ecoService__info h1 {
  color: #6d6d6d;
  font-size: 32px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  margin-bottom: 7%; }

.ecoService__info p {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 20px;
  font-family: futura-pt, sans-serif;
  position: relative;
  z-index: 10; }

.ecoService__img-2 {
  width: 19%;
  position: absolute;
  top: 78%;
  right: 6%; }

.ecoService__square {
  position: absolute;
  top: 158%;
  left: 0; }

.ecoService__rectangle {
  position: absolute;
  top: 25.5%;
  left: -14.3%;
  height: 84px; }

.ecoService__line {
  width: 135%;
  position: absolute;
  bottom: 20%;
  left: 5.5%;
  border-bottom: 1px solid #f9423a; }

.ecoService__rectangle2 {
  position: absolute;
  bottom: -62%;
  right: -5%; }

.ecoService__icons {
  width: 107%;
  display: flex;
  align-self: flex-start;
  justify-content: space-between;
  margin: 30px 0; }

.ecoService__icon {
  width: 25%;
  display: flex;
  align-items: center; }

.ecoService__icon span {
  color: #6d6d6d;
  font-size: 15px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  margin-left: 8%; }

@media (max-width: 1191px) {
  .ecoService {
    width: 95%; }
  .ecoService__icons {
    width: 100%; } }

@media (max-width: 768px) {
  .ecoService__rectangle2 {
    display: none; }
  .ecoService {
    width: 95%;
    margin-top: 0; }
  .ecoService__info {
    width: 75%;
    padding: 0 0 7% 5%;
    align-self: center; }
  .ecoService__info h1 {
    margin-bottom: 10%; }
  .ecoService__info p {
    background-color: white;
    margin: 0; }
  .ecoService__backgroundImage {
    width: 100%;
    margin-top: -9%; }
    .ecoService__backgroundImage img {
      width: 100%; }
  .ecoService__icons {
    width: 100%;
    flex-direction: column; }
    .ecoService__icons .ecoService__icon {
      width: 100%; } }

@media (max-width: 575.98px) {
  .ecoService__info {
    width: 100% !important;
    padding: 0 0 15% 6%;
    padding-left: 0; }
    .ecoService__info h1 {
      text-align: center; }
    .ecoService__info p {
      background-color: white;
      margin: 0;
      padding: 0 23px;
      text-align: justify; }
  .ecoService__line {
    width: 100%;
    left: 0;
    bottom: 11%; }
  .ecoService__icons {
    flex-flow: row;
    justify-content: center;
    flex-wrap: wrap; }
    .ecoService__icons .ecoService__icon {
      width: 135px;
      margin: 5px 0; }
  .ecoService__backgroundImage {
    margin-top: -12%;
    height: auto !important; }
  .ecoService__img-2 {
    display: none; } }

@media (max-width: 420px) {
  .ecoService {
    width: 100%; }
  .ecoService__info {
    width: 95%; }
  .ecoService__backgroundImage {
    margin-top: -20%; } }

@media only screen and (min-device-width: 421px) and (max-device-width: 900px) and (orientation: landscape) {
  .ecoService {
    margin-top: 5%; }
  .ecoService__info {
    width: 80%;
    right: -5%;
    padding-right: 3%; }
  .ecoService__img-2 {
    display: none; }
  .ecoService__rectangle2 {
    display: none; }
  .ecoService__backgroundImage {
    width: 106%;
    position: relative;
    left: -3%; }
  .ecoService__backgroundImage img {
    width: 100%; } }

.contactForm {
  margin-top: 13%;
  width: 61.5%;
  position: relative; }

.contactForm__img {
  height: 50vh;
  position: absolute;
  z-index: -5;
  right: -32%;
  left: -32%; }
  .contactForm__img img {
    width: 138%;
    position: relative;
    left: -43%; }

.contactForm__text {
  width: 100%;
  margin-top: 11.663%; }

.contactForm__text h1 {
  font-size: 36px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 18px;
  margin-bottom: 4%;
  color: #ffffff; }

.contactForm__text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  font-family: futura-pt-bold, sans-serif; }

.contactForm__text span {
  display: block;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 3.5%;
  color: #ffffff;
  font-family: futura-pt, sans-serif; }

.contactForm__form-container {
  width: 100%;
  box-shadow: 0 0 18px 0 rgba(197, 197, 197, 0.5); }

.showrooms {
  width: 38.5%;
  height: 500.641px;
  background-color: #8e8e8e;
  color: #ffffff;
  box-sizing: border-box;
  padding: 5% 2.5%;
  padding-bottom: 20%; }

.showrooms h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 17px;
  font-family: futura-pt, sans-serif;
  font-size: 24px; }

.showrooms strong {
  font-size: 14px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  margin: 0; }

.showrooms span {
  font-weight: 100;
  font-size: 13px;
  font-family: futura-pt, sans-serif;
  margin: 0; }
  .showrooms span a {
    color: white;
    font-weight: bold; }

.form {
  width: 61.5%;
  height: 500.641px;
  padding: 3% 0;
  background-color: white; }

.form input {
  width: 90%;
  border: none;
  outline: none;
  height: 43px;
  border-bottom: 1px solid #8e8e8e;
  padding: 10px;
  margin-bottom: 34px;
  font-weight: 300;
  box-sizing: border-box;
  font-family: futura-pt, sans-serif;
  font-weight: 200;
  font-size: 17px; }

.form input:first-child {
  margin-top: 20px; }

.comments {
  height: 142px !important;
  padding-bottom: 15% !important; }

.form button {
  width: 90%;
  height: 51px;
  border: none;
  background-color: #8e8e8e;
  color: #ffffff;
  padding: 10px 0;
  font-family: futura-pt, sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  font-weight: 300; }

.showrooms h1 {
  font-size: 27px; }

.showrooms__mediaIcons {
  position: absolute;
  bottom: 3.4%; }

.showrooms__line {
  width: 26.7%;
  position: absolute;
  bottom: 4%;
  right: 0;
  border-bottom: 1px solid #ffffff; }

.form__square {
  position: absolute;
  bottom: -190.5%;
  left: -7%;
  z-index: -5; }

@media (max-width: 1191px) {
  .contactForm {
    width: 80%; } }

@media (max-width: 768px) {
  .contactForm {
    margin-top: 40%; }
  .showrooms {
    height: 440.641px;
    width: 100%; }
  .form {
    width: 100%; }
  .contactForm__text {
    margin-bottom: 5%; }
    .contactForm__text p {
      width: 60%;
      text-align: center; }
  .contactForm__text span {
    margin: 2% 0;
    text-align: center; } }

@media (max-width: 575.98px) {
  .contactForm__text {
    padding: 3%;
    margin: 5% 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .contactForm__text h1 {
    margin: 5% 0; }
  .showrooms {
    margin-top: 20px;
    padding: 10% 10% 90px 5%; }
  .showrooms h1 {
    font-size: 25px; }
  .showrooms__mediaIcons {
    bottom: 1%; }
  .showrooms__line {
    bottom: 1.5%;
    width: 67%; } }

@media (max-width: 420px) {
  .contactForm {
    width: 90%; } }

@media only screen and (min-device-width: 421px) and (max-device-width: 900px) and (orientation: landscape) {
  .contactForm {
    margin-top: 68%; }
  .showrooms {
    padding-left: 10%;
    padding-bottom: 29%; }
  .showrooms h1 {
    align-self: center; }
  .showrooms__mediaIcons {
    bottom: 47.7%; }
  .showrooms__line {
    width: 70%;
    bottom: 48%; } }

footer {
  width: 83%;
  height: 19vh;
  align-self: center;
  margin: 10.5% 0 5%;
  justify-content: space-between;
  position: relative; }

footer span {
  color: #444444;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 3%;
  cursor: pointer;
  font-family: futura-pt, sans-serif; }

footer span:last-child {
  padding-left: 8px; }

footer span:hover {
  transform: scale(1.02); }

.footer__privacy {
  display: inline;
  border-right: 1px solid #444444;
  padding-right: 10px;
  margin: 0; }

.footer__ul li a {
  color: #444444;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 16px;
  font-family: futura-pt, sans-serif;
  text-transform: uppercase; }

.footer__ul li a:hover {
  text-decoration: none; }

.footer__logo {
  align-self: flex-start; }

.footer__ul {
  width: 115%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.footer__info-wrapper {
  width: 51%;
  height: inherit;
  margin-right: 3%;
  align-items: flex-start !important;
  justify-content: space-between; }

.footer__terms {
  width: 90%; }

.footer__red-line {
  width: 67%;
  position: absolute;
  right: -11.5%;
  top: 35%;
  border-bottom: 1px solid #f9423a; }

.footer__square {
  position: absolute;
  top: 290%;
  right: 0; }

.footer__rectangle {
  position: absolute;
  bottom: 2%;
  left: -2.8%; }

@media (max-width: 991.5px) {
  footer {
    height: auto;
    margin-bottom: 10%; }
  .footer__info-wrapper {
    width: 80%; }
  .footer__logo {
    align-self: center;
    margin-bottom: 10%; }
  .footer__terms {
    display: flex;
    justify-content: center;
    align-items: center; }
  .footer__ul {
    margin-bottom: 8%; }
  footer span:last-child {
    margin: 0; }
  .footer__info-wrapper {
    margin-right: 0; } }

@media (max-width: 768px) {
  footer {
    width: 100%;
    padding-bottom: 15%;
    margin-top: 20%; }
  .footer__ul {
    margin-bottom: 15%;
    flex-direction: column; }
  .footer__ul li {
    text-align: center;
    margin: 3% 0; }
  .footer__privacy {
    display: flex;
    width: max-content;
    align-items: center;
    border: none;
    padding: 0; }
  .footer__info-wrapper {
    width: 100%; }
  .footer__terms {
    width: 90%;
    height: 8vh;
    flex-flow: column;
    justify-content: space-between; }
  .footer__terms span {
    text-align: center; }
  .footer__red-line {
    display: none; } }

@media (max-width: 575.98px) {
  .footer__ul li {
    text-align: center; }
  .footer__logo {
    margin-bottom: 10%; } }

@media only screen and (min-device-width: 421px) and (max-device-width: 900px) and (orientation: landscape) {
  .footer__terms {
    height: 16vh; } }

.wrapper {
  overflow: hidden; }

body {
  font-family: futura-pt, sans-serif; }

@media (max-width: 768px) {
  body {
    padding: 0%; } }

@media (max-width: 575.98px) {
  body {
    padding: 0; } }
