@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Inascal-Deco";
  src: url("/fonts/QuincyCFLight.woff2") format("woff2"), url("/fonts/QuincyCFLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inascal-Deco";
  src: url("/fonts/QuincyCFLightItalic.woff2") format("woff2"), url("/fonts/QuincyCFLightItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inascal-Deco";
  src: url("/fonts/QuincyCFRegular.woff2") format("woff2"), url("/fonts/QuincyCFRegular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inascal-Deco";
  src: url("/fonts/QuincyCFRegularItalic.woff2") format("woff2"), url("/fonts/QuincyCFRegularItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inascal";
  src: url("/fonts/SpockPro-Light.woff") format("woff"), url("/fonts/SpockPro-Light.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inascal";
  src: url("/fonts/SpockPro-LightIt.woff") format("woff"), url("/fonts/SpockPro-LightIt.ttf") format("ttf");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inascal";
  src: url("/fonts/SpockPro-Bold.woff") format("woff"), url("/fonts/SpockPro-Bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inascal";
  src: url("/fonts/SpockPro-BoldIt.woff") format("woff"), url("/fonts/SpockPro-BoldIt.ttf") format("ttf");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.ico {
  width: 56px;
  height: 56px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ico.ico-cloud-w {
  background-image: url("/img/ico-cloud-w.svg");
}
.ico.ico-crecemos {
  background-image: url("/img/ico-crecemos.svg");
}
.ico.ico-fabricacion {
  background-image: url("/img/ico-fabricacion.svg");
}
.ico.ico-inspeccion {
  background-image: url("/img/ico-inspeccion.svg");
}
.ico.ico-light {
  background-image: url("/img/ico-light.svg");
}
.ico.ico-mejora {
  background-image: url("/img/ico-mejora.svg");
}
.ico.ico-personalizado {
  background-image: url("/img/ico-personalizado.svg");
}
.ico.ico-seguridad {
  background-image: url("/img/ico-seguridad.svg");
}
.ico.ico-servicio {
  background-image: url("/img/ico-servicio.svg");
}
.ico.ico-soluciones {
  background-image: url("/img/ico-soluciones.svg");
}
.ico.ico-wind-w {
  background-image: url("/img/ico-wind-w.svg");
}

/*----------------------------- */
/*------ Dark theme ----------- */
/*----------------------------- */
/*-------------------*/
/*  Fonts  */
/*-------------------*/
/* colors */
/* break points responsive */
.gris {
  color: #ECE5E0;
}

.gris-medio {
  color: #E0D4CB;
}

.gris-oscuro {
  color: #818386;
}

.blanco {
  color: #fff;
}

.azul {
  color: #3CB7CF;
}

.verde {
  color: #8DC567;
}

.naranja {
  color: #F0854D;
}

input[type=text],
input[type=text],
input[type=number],
input[type=email],
input[type=mail],
input[type=tel],
input[type=password],
textarea {
  border: 2px solid #ECE5E0;
  padding: 0px 15px;
  height: 46px;
  background-color: transparent;
  color: #31312D;
  font-size: 24px;
  border-radius: 5px;
  font-family: "Inascal", Arial, Helvetica, sans-serif;
  font-weight: 300;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  vertical-align: bottom;
  box-sizing: border-box;
}
@media (hover: hover) and (pointer: fine) {
  input[type=text]:hover,
input[type=text]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=mail]:hover,
input[type=tel]:hover,
input[type=password]:hover,
textarea:hover {
    border-color: #31312D;
  }
}
@media only screen and (max-width: 1250px) {
  input[type=text],
input[type=text],
input[type=number],
input[type=email],
input[type=mail],
input[type=tel],
input[type=password],
textarea {
    font-size: 21.6px;
  }
}
@media only screen and (max-width: 600px) {
  input[type=text],
input[type=text],
input[type=number],
input[type=email],
input[type=mail],
input[type=tel],
input[type=password],
textarea {
    font-size: 18px;
  }
}
input[type=text]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=mail]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: #31312D;
}
input[type=text]:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=mail]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
textarea:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
input[type=text]::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=mail]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #ECE5E0;
}
input[type=text].error,
input[type=text].error,
input[type=number].error,
input[type=email].error,
input[type=mail].error,
input[type=tel].error,
input[type=password].error,
textarea.error {
  border-color: #f49e9e;
}

textarea {
  min-height: 100px;
  padding-top: 7px;
}

.error-msg {
  display: block;
  font-size: 15px;
  color: #ee7171;
  padding-top: 8px;
}

.input-group {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.input-group input,
.input-group .btn {
  border-radius: 0;
  border-left-width: 0 !important;
}
.input-group input:first-child,
.input-group .btn:first-child {
  border-radius: 5px 0 0 5px;
  border-left-width: 2px !important;
}
.input-group input:last-child,
.input-group .btn:last-child {
  border-radius: 0 5px 5px 0;
  margin-left: -2px;
}

.inputs {
  display: flex;
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .inputs {
    display: block;
  }
}
.inputs > * {
  width: 100%;
}
.inputs > * input, .inputs > * select {
  width: 100%;
}
.inputs > * + * {
  margin-left: 10px;
}
@media only screen and (max-width: 600px) {
  .inputs > * + * {
    margin-left: 0;
    margin-top: 10px;
  }
}

.input.country {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.input.country .country_code {
  height: 46px;
  width: 50px;
  background-color: #ECE5E0;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.input.country input {
  border-radius: 0 5px 5px 0;
  width: calc(100% - 50px);
}

.all.darkTheme input[type=text],
.all.darkTheme input[type=text],
.all.darkTheme input[type=number],
.all.darkTheme input[type=email],
.all.darkTheme input[type=mail],
.all.darkTheme input[type=tel],
.all.darkTheme input[type=password],
.all.darkTheme textarea {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .all.darkTheme input[type=text]:hover,
.all.darkTheme input[type=text]:hover,
.all.darkTheme input[type=number]:hover,
.all.darkTheme input[type=email]:hover,
.all.darkTheme input[type=mail]:hover,
.all.darkTheme input[type=tel]:hover,
.all.darkTheme input[type=password]:hover,
.all.darkTheme textarea:hover {
    border-color: #fff;
  }
}
.all.darkTheme input[type=text]:focus,
.all.darkTheme input[type=text]:focus,
.all.darkTheme input[type=number]:focus,
.all.darkTheme input[type=email]:focus,
.all.darkTheme input[type=mail]:focus,
.all.darkTheme input[type=tel]:focus,
.all.darkTheme input[type=password]:focus,
.all.darkTheme textarea:focus {
  outline: none;
  border-color: #fff;
}

button,
.btn,
input[type=submit] {
  font-family: "Inascal", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 100%;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on;
  background-color: #818386;
  border: none;
  color: #fff;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  vertical-align: bottom;
  box-sizing: border-box;
  text-decoration: none;
}
@media only screen and (max-width: 1250px) {
  button,
.btn,
input[type=submit] {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 600px) {
  button,
.btn,
input[type=submit] {
    font-size: 12px;
  }
}
button > span,
.btn > span,
input[type=submit] > span {
  position: relative;
  top: -1px;
}
button:hover, button:focus,
.btn:hover,
.btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #3CB7CF;
}
button.verde,
.btn.verde,
input[type=submit].verde {
  background-color: #8DC567;
}
button.verde:hover,
.btn.verde:hover,
input[type=submit].verde:hover {
  background-color: #31312D;
}
button.naranja,
.btn.naranja,
input[type=submit].naranja {
  background-color: #F0854D;
}
button.naranja:hover,
.btn.naranja:hover,
input[type=submit].naranja:hover {
  background-color: #31312D;
}

.radio,
.checkbox {
  margin-top: 20px;
  position: relative;
}
.radio + .checkbox, .radio + .radio,
.checkbox + .checkbox,
.checkbox + .radio {
  margin-top: 10px;
}
.radio .group,
.checkbox .group {
  position: relative;
}
.radio .group + .group,
.checkbox .group + .group {
  margin-top: 20px;
}
.radio .group label span,
.checkbox .group label span {
  margin-top: 4px;
  display: block;
  font-size: 0.8em;
  line-height: 130%;
}
.radio label a,
.checkbox label a {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .radio label a:hover,
.checkbox label a:hover {
    color: #3CB7CF;
  }
}
.radio label .except,
.checkbox label .except {
  color: #ECE5E0;
  font-weight: normal;
}
.radio + .submit,
.checkbox + .submit {
  margin-top: 20px;
}
.radio + .submit input,
.checkbox + .submit input {
  width: 100%;
  justify-content: center;
}

.checkbox.short .group + .group {
  margin-top: 5px;
}

input[type=radio] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  padding: 5px;
  padding-left: 32px;
  cursor: pointer;
  font-size: 21px;
  color: #ECE5E0;
  transition: color 0.3s ease-out;
  font-weight: 350;
}
@media only screen and (max-width: 1250px) {
  input[type=radio] + label,
input[type=checkbox] + label {
    font-size: 18.9px;
  }
}

input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
  color: #31312D;
}

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  background: #fff;
  border: 2px solid #ECE5E0;
  background-color: #fff;
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  margin-left: -32px;
  margin-top: 0.15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0px;
}

input[type=radio].error + label:before,
input[type=checkbox].error + label:before {
  border-color: #f49e9e;
}

input[type=radio]:hover + label:before,
input[type=checkbox]:hover + label:before,
input[type=radio] + label:hover:before,
input[type=checkbox] + label:hover:before {
  border-color: #31312D;
}

input[type=radio] + label:hover,
input[type=checkbox] + label:hover {
  color: #31312D;
}

input[type=radio] + label:before {
  border-radius: 100%;
}

input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
  border-color: #dadada;
  background-color: #eaeaea;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  color: #ccc;
  pointer-events: none;
  cursor: default;
}

input[type=radio]:checked + label:before {
  background-color: #31312D;
  border-color: #31312D;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: #31312D;
  font-weight: 500;
}

input[type=checkbox] {
  position: absolute;
  top: 10px;
  border-radius: 2px;
}

input[type=checkbox] + label {
  padding-top: 10px;
}

input[type=checkbox] + label:before {
  margin-top: 8px;
}

input[type=checkbox] + label:before {
  content: "×";
  text-align: center;
  line-height: 24px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  padding: 0px 0 2px 0px;
  font-weight: 350;
}

input[type=checkbox]:checked + label:before {
  background-color: #31312D;
  color: #fff;
  border-color: #31312D;
}

input[type=checkbox]:disabled + label:before {
  color: rgba(255, 255, 255, 0);
  pointer-events: none;
  cursor: default;
}

input[type=checkbox]:checked:disabled + label:before {
  color: #bbb;
  text-shadow: 0.05em 0 0 #bbb, -0.05em 0 0 #bbb;
}

.small input[type=checkbox] {
  top: 13px;
}
.small input[type=checkbox] + label:before {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-left: -24px;
  top: 7px;
  padding-bottom: 2px;
}
.small input[type=checkbox] + label {
  font-size: 16px;
}
@media only screen and (max-width: 1250px) {
  .small input[type=checkbox] + label {
    font-size: 14.4px;
  }
}
.small input[type=checkbox] + label {
  padding-left: 24px;
}

.multiple-check {
  position: relative;
}
.multiple-check > .name {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  cursor: pointer;
  padding: 0px 18px 0 12px;
  padding-right: 40px;
  height: 46px;
  background: url("../img/angle-down-grey.svg") no-repeat;
  background-position: right 14px center;
  background-color: #fff;
  background-size: 16px;
  color: #ECE5E0;
  font-family: "Inascal", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 300;
}
@media only screen and (max-width: 1250px) {
  .multiple-check > .name {
    font-size: 18.9px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .multiple-check > .name:hover {
    color: #31312D;
    background-image: url("../img/angle-down-black.svg");
  }
}
.multiple-check > .name:focus {
  outline: none;
  border-color: #31312D;
  color: #31312D;
}
.multiple-check > .input.checkbox {
  display: none;
  margin-top: 0;
  position: absolute;
  background-color: #fff;
  padding: 0 15px 6px;
  right: -2px;
  bottom: 45px;
  border: 2px solid #ECE5E0;
  border-radius: 4px 4px 0 0;
}
.multiple-check > .input.checkbox label {
  white-space: nowrap;
  font-size: 18px !important;
}
.multiple-check > .input.checkbox .group + .group {
  margin-top: -10px;
}
.multiple-check:hover > .input.checkbox {
  display: block;
}

.all.darkTheme input[type=radio] + label:hover,
.all.darkTheme input[type=checkbox] + label:hover {
  color: #fff;
}
.all.darkTheme input[type=checkbox]:checked + label,
.all.darkTheme input[type=radio]:checked + label {
  color: #fff;
}
.all.darkTheme input[type=radio]:disabled + label,
.all.darkTheme input[type=checkbox]:disabled + label {
  color: #333;
}
.all.darkTheme input[type=radio]:disabled + label:before,
.all.darkTheme input[type=checkbox]:disabled + label:before {
  border-color: #333;
}
.all.darkTheme input[type=radio] + label:before,
.all.darkTheme input[type=checkbox] + label:before {
  border-color: #ECE5E0;
  background-color: #31312D;
}
.all.darkTheme input[type=radio]:checked + label:before {
  background-color: #fff;
}
.all.darkTheme .multiple-check > .name {
  background-color: #31312D;
}
@media (hover: hover) and (pointer: fine) {
  .all.darkTheme .multiple-check > .name:hover {
    color: #fff;
    background-image: url("../img/angle-down-white.svg");
  }
}
.all.darkTheme .multiple-check > .name:focus {
  outline: none;
  border-color: #fff;
  color: #fff;
}
.all.darkTheme .multiple-check > .input.checkbox {
  background-color: #31312D;
}

select {
  transition: all 0.3s ease-out;
  transition-property: color, background-color, border;
  cursor: pointer;
  border: 2px solid #ECE5E0;
  border-radius: 5px;
  padding: 0px 18px 0 12px;
  padding-right: 40px;
  height: 46px;
  background: url("../img/angle-down-grey.svg") no-repeat;
  background-position: right 14px center;
  background-color: transparent;
  background-size: 16px;
  color: #ECE5E0;
  font-family: "Inascal", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  -webkit-appearance: none;
}
@media (hover: hover) and (pointer: fine) {
  select:hover {
    border-color: #31312D;
    color: #31312D;
    background-image: url("../img/angle-down-black.svg");
  }
}
@media only screen and (max-width: 1250px) {
  select {
    font-size: 21.6px;
  }
}
@media only screen and (max-width: 600px) {
  select {
    font-size: 16px;
  }
}
select:focus {
  outline: none;
  border-color: #31312D;
  color: #31312D;
}
select:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
select.error {
  border-color: #f49e9e;
}

option {
  font-size: 16px;
}
@media only screen and (max-width: 1250px) {
  option {
    font-size: 14.4px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .all.darkTheme select:hover {
    border-color: #fff;
    color: #fff;
    background-image: url("../img/angle-down-white.svg");
  }
}
.all.darkTheme select:focus {
  border-color: #fff;
  color: #fff;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s ease-out, transform 0.6s ease-out;
}
@media only screen and (max-width: 600px) {
  .row {
    display: block;
    padding: 0 15px;
  }
}
.row + .row {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .row + .row {
    margin-top: 15px;
  }
}
.row.margin-top-double {
  padding-top: 30px;
}
@media only screen and (max-width: 600px) {
  .row.margin-top-double {
    padding-top: 15px;
  }
}
.row .col {
  width: calc(33.333% - 20px);
}
@media only screen and (max-width: 600px) {
  .row .col {
    width: 100%;
  }
}
.row .col + .col {
  margin-left: 30px;
}
@media only screen and (max-width: 600px) {
  .row .col + .col {
    margin-left: 0;
    margin-top: 15px;
  }
}
.row .col.col-2 {
  width: calc(66.666% - 10px);
}
@media only screen and (max-width: 600px) {
  .row .col.col-2 {
    width: 100%;
  }
}
.row .col.col-1-2 {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 600px) {
  .row .col.col-1-2 {
    width: 100%;
  }
}
.row .col.col-3, .row .col.full {
  width: 100%;
}
.row .col.col-right {
  margin-left: auto;
}
.row .col.col-center {
  margin-left: auto;
  margin-right: auto;
}
.row .col.sidebar .page-composer-html {
  font-size: 21px;
  line-height: 140%;
}
@media only screen and (max-width: 1250px) {
  .row .col.sidebar .page-composer-html {
    font-size: 18.9px;
  }
}
@media only screen and (max-width: 600px) {
  .row .col.sidebar .page-composer-html {
    font-size: 16.8px;
  }
}
.row .col img {
  width: 100%;
  height: auto;
}
.row .col .image + .caption {
  transition: color 0.3s ease-out;
  display: block;
  margin-top: 20px;
  font-size: 24px;
}
@media only screen and (max-width: 1250px) {
  .row .col .image + .caption {
    font-size: 21.6px;
  }
}
@media only screen and (max-width: 600px) {
  .row .col .image + .caption {
    font-size: 19.2px;
    margin-top: 8px;
  }
}
.row .col .image + .caption:empty {
  display: none;
}
.row.full {
  max-width: none;
}
.row[class*=inview] {
  opacity: 0;
  transform: translateY(30px);
}
.row.visible {
  opacity: 1;
  transform: translateY(0px);
}
.row .row {
  padding: 0;
}

/* variable de espacio */
::-moz-selection {
  color: #fff;
  background: #31312D;
}

::selection {
  color: #fff;
  background: #31312D;
}

*::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
*::-webkit-scrollbar-track {
  box-shadow: none;
  background: white;
}
*::-webkit-scrollbar-thumb {
  background: #31312D;
  border: 2px solid #31312D;
}

html {
  scroll-behavior: smooth;
  font-size: 21px;
}

a, .all {
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.all {
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: calc(40px * 3);
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .all {
    padding-top: 56px;
  }
}

body {
  font-family: "Inascal", Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 21px;
  font-weight: 300;
  background-color: #ECE5E0;
  color: #31312D;
}
@media only screen and (max-width: 1250px) {
  body {
    font-size: 18.9px;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 16.8px;
  }
}
body.menu-opened {
  height: 100vh;
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-weight: unset;
}

strong, b {
  font-weight: bold;
}

p {
  font-size: 15px;
  line-height: 140%;
}
p + p {
  margin-top: 20px;
}

.title {
  font-family: "Inascal-Deco", Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 40px;
  line-height: 100%;
}
.title + .subtitle {
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .title + .subtitle {
    margin-top: 20px;
  }
}
.title + .text {
  margin-top: calc(40px / 2);
}
@media only screen and (max-width: 600px) {
  .title + .text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .title {
    font-size: 26px;
  }
}

.subtitle {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .subtitle {
    font-size: 11px;
  }
}
.subtitle + .text {
  margin-top: calc(40px / 3);
}
@media only screen and (max-width: 600px) {
  .subtitle + .text {
    margin-top: 10px;
  }
}

.arrow {
  width: 40px;
  transition: opacity 0.3s ease-out;
}
.arrow g path {
  transition: fill 0.3s ease-out;
}
@media only screen and (max-width: 600px) {
  .arrow {
    width: 30px;
  }
}
.arrow.white g {
  fill: #fff;
}
.arrow.blue g {
  fill: #3CB7CF;
}
.arrow.azul g {
  fill: #3CB7CF;
}
.arrow.down {
  transform: rotate(90deg);
}
.arrow.left {
  transform: rotate(180deg);
}
.arrow.top {
  transform: rotate(-90deg);
}

section {
  transition: opacity 0.3s ease-out 0.3s, transform 0.3s ease-out 0.3s;
  opacity: 0;
  transform: translateY(100px);
}
section.visible {
  opacity: 1;
  transform: translateY(0px);
}

/* elements */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .box {
  background-color: #fff;
  display: flex;
  padding: 0 40px;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  height: calc(40px * 3);
  transition: height 0.3s ease-out;
}
@media only screen and (max-width: 600px) {
  header .box {
    height: 56px;
    padding: 0 20px 0 15px;
  }
}
header .logo img {
  height: 40px;
}
@media only screen and (max-width: 600px) {
  header .logo {
    height: 24px;
  }
  header .logo img {
    height: 24px;
  }
}
header nav {
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  header nav {
    position: fixed;
    right: 0;
    width: 100%;
    height: calc(100vh - 56px);
    background-color: #3CB7CF;
    top: 56px;
    z-index: 100;
    margin: 0;
    transition: transform 0.3s ease-out;
    transform: translateX(100%);
  }
  header nav.open {
    transform: translateX(0%);
  }
}
header nav > ul {
  display: flex;
}
@media only screen and (max-width: 600px) {
  header nav > ul {
    display: block;
    overflow-y: scroll;
    height: calc(100vh - 56px);
    margin-right: -12px;
  }
}
@media only screen and (min-width: 600px) {
  header nav > ul > li {
    display: flex;
    align-items: center;
    position: relative;
  }
}
header nav > ul > li > a,
header nav > ul > li > span {
  color: #31312D;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
}
@media (hover: hover) and (pointer: fine) {
  header nav > ul > li > a:hover,
header nav > ul > li > span:hover {
    color: #3CB7CF;
  }
}
@media only screen and (max-width: 600px) {
  header nav > ul > li > a,
header nav > ul > li > span {
    font-size: 24px;
    font-weight: lighter;
    color: #fff;
    padding: 20px;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    text-align: right;
  }
}
header nav > ul > li:before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #3CB7CF;
  margin: 0 10px;
}
@media only screen and (max-width: 600px) {
  header nav > ul > li:before {
    display: none;
  }
}
header nav > ul > li:first-child:before, header nav > ul > li.linkedin:before {
  display: none;
}
header nav > ul > li.linkedin {
  margin-left: 15px;
}
@media only screen and (max-width: 600px) {
  header nav > ul > li.linkedin {
    margin-left: 0;
  }
}
header nav > ul > li.linkedin svg {
  width: 28px;
}
header nav > ul > li.linkedin svg path {
  transition: fill 0.3s ease-out;
}
@media only screen and (max-width: 600px) {
  header nav > ul > li.linkedin svg path {
    fill: #fff;
  }
}
header nav > ul > li.linkedin a:hover svg path {
  fill: #31312D;
}
@media only screen and (min-width: 600px) {
  header nav > ul > li > ul {
    position: absolute;
    top: 0;
    left: 10px;
    padding-top: 36px;
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  header nav > ul > li > ul {
    text-align: right;
  }
}
header nav > ul > li > ul > li {
  background-color: #fff;
  position: relative;
  border-top: 1px solid #3CB7CF;
}
@media only screen and (max-width: 600px) {
  header nav > ul > li > ul > li:first-child {
    border-top: none;
  }
}
header nav > ul > li > ul > li a {
  color: #31312D;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  header nav > ul > li > ul > li a:hover {
    color: #3CB7CF;
  }
}
@media only screen and (max-width: 600px) {
  header nav > ul > li > ul > li a {
    padding: 20px;
  }
}
header nav > ul > li > ul > li ul {
  background-color: #fff;
  padding-bottom: 5px;
}
header nav > ul > li > ul > li ul li a {
  text-transform: none;
  font-weight: normal;
  padding: 5px 10px;
}
@media only screen and (max-width: 600px) {
  header nav > ul > li > ul > li ul li a {
    padding: 20px;
    border-top: 1px solid #E0D4CB;
  }
}
@media (hover: hover) and (pointer: fine) {
  header nav > ul > li:hover > ul {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  body.mini header .box {
    height: 56px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  body.mini header .box .logo {
    overflow: hidden;
    width: 56px;
  }
}
.show-menu {
  display: none;
}
@media only screen and (max-width: 600px) {
  .show-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    padding: 18px 17px 17px;
  }
}
.show-menu i {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #3CB7CF;
  transition: transform 0.3s ease-out;
}
.show-menu.open i:first-child {
  transform: translateY(9px) rotate(-45deg);
}
.show-menu.open i:nth-child(2) {
  transform: scale(0);
}
.show-menu.open i:last-child {
  transform: translateY(-9px) rotate(45deg);
}

.place {
  display: block;
  height: calc(50vh - 28px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #31312D;
  background-color: #E0D4CB;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .place {
    height: calc(33.33vh - 18.666px);
  }
}
.place .image {
  position: absolute;
  inset: 0;
  background-color: #31312D;
}
.place .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.place .image + .txt .subtitle {
  color: #31312D;
}
.place .image + .txt .title {
  color: #fff;
}
.place .txt {
  width: calc(100% - (40px * 2));
  height: calc(100% - (40px * 2));
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .place .txt {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
.place .txt .subtitle {
  color: #3CB7CF;
}
.place .txt .title {
  color: #31312D;
  transition: margin 0.3s ease-out;
}
.place .txt .arrow {
  margin-top: auto;
  transition: transform 0.3s ease-out;
}
.place.big-place {
  height: calc(75vh - 60px);
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .place.big-place {
    height: calc(66.666vh - 37.333px);
  }
}
.place.big-place .txt {
  max-width: 580px;
  height: auto;
}
.place.big-place .txt .title {
  color: #3CB7CF;
  font-size: 60px;
}
@media only screen and (max-width: 600px) {
  .place.big-place .txt .title {
    font-size: 36px;
  }
}

a.place {
  text-decoration: none;
}
a.place:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}
a.place:hover .txt .title {
  margin-top: 40px;
}
a.place:hover .txt .arrow {
  transform: rotate(-90deg);
}

.mosaic {
  transition-delay: 0.6s;
}
@media only screen and (min-width: 600px) {
  .mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.full-cube {
  height: calc(100vh - 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("/img/bckg-mosaico.svg") center center no-repeat;
  background-size: cover;
}
.full-cube .box {
  background: #ECE5E0;
  border-radius: 20px;
  max-width: 680px;
  padding: 40px 40px;
  padding-bottom: calc(60px);
  margin: 20px;
}
@media only screen and (min-width: 600px) {
  .full-cube .box {
    padding: 160px 40px;
    background: url("/img/bckg-fabric.jpg") center center no-repeat;
    background-size: cover;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .full-cube .box {
    background: url("/img/bckg-fabric-mobile.jpg") center center no-repeat;
    background-size: cover;
    min-height: 70vh;
  }
}
.full-cube .btn {
  margin-top: -40px;
}
@media only screen and (max-width: 600px) {
  .full-cube .btn {
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
    line-height: 120%;
    height: 56px;
    margin-top: -50px;
  }
}

.ficha {
  height: calc(50vh - 28px);
  background-color: #ECE5E0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 600px) {
  .ficha:nth-child(3), .ficha:nth-child(4), .ficha:nth-child(6) {
    background-color: #E0D4CB;
  }
}
.ficha .ico {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .ficha .ico {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .ficha {
    height: calc(33.33vh - 18.666px);
    padding: 20px;
  }
  .ficha:nth-child(odd) {
    background-color: #E0D4CB;
  }
}

.grider .place {
  background-color: #3CB7CF;
}
.grider .place .title {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .grider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grider .place {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .grider .entradilla {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

.full-color {
  height: calc(100vh - 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("/img/bckg-big-blue.jpg") center center no-repeat;
  background-size: cover;
}
.full-color .box {
  background-color: #fff;
  border-radius: 20px;
  max-width: 580px;
  padding: 40px;
  padding-bottom: calc(60px);
  margin: 20px;
}
@media only screen and (min-width: 600px) {
  .full-color .box {
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-gap: 20px;
  }
}
.full-color .box .icon {
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .full-color .box .icon {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -10px;
  }
}
.full-color .btn {
  margin-top: -40px;
}
@media only screen and (max-width: 600px) {
  .full-color .btn {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    line-height: 120%;
    height: 56px;
    margin-top: -50px;
  }
}

.place-alone {
  height: calc(100vh - 120px);
}
@media only screen and (min-width: 600px) {
  .place-alone .title {
    font-size: 60px;
  }
}
.place-alone .txt {
  max-width: 400px;
  height: auto;
}
.place-alone .txt p {
  color: #fff;
}
.place-alone .txt .arrow {
  margin-top: 20px;
}
@media only screen and (min-width: 600px) {
  .place-alone .txt + .txt {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .place-alone {
    display: block;
    height: auto;
    padding: 20px;
  }
  .place-alone .txt + .txt {
    margin-top: 30px;
  }
}

.proceso .place-alone .title {
  color: #31312D !important;
}
.proceso .place-alone .subtitle {
  color: #3CB7CF;
}
.proceso .place-alone .txt p {
  color: #31312D;
}

.rueda {
  padding: 120px;
}
@media only screen and (min-width: 600px) {
  .rueda {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 260px 1fr;
  }
  .rueda .bloque {
    position: relative;
  }
  .rueda .bloque:before {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #31312D;
    position: absolute;
    transform-origin: 0 2px;
  }
  .rueda .bloque:first-child {
    grid-column-start: 3;
    grid-column-end: 5;
    align-self: center;
  }
  .rueda .bloque:first-child:before {
    left: calc(50% - 2px);
    bottom: 25px;
    width: 40px;
    transform: rotate(90deg);
    background-color: #E0D4CB;
  }
  .rueda .bloque:nth-child(2) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 3;
    align-self: center;
    padding-bottom: 90px;
  }
  .rueda .bloque:nth-child(2):before {
    left: -70px;
    width: 60px;
    top: calc(50% - 40px);
    background-color: #818386;
  }
  .rueda .bloque:nth-child(3) {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
    align-self: center;
    transform: translateX(100px);
  }
  .rueda .bloque:nth-child(3):before {
    left: 0px;
    width: 60px;
    top: 20px;
    transform: rotate(-125deg);
    background-color: #3CB7CF;
  }
  .rueda .bloque:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    align-self: center;
  }
  .rueda .bloque:nth-child(4):before {
    right: 30px;
    width: 60px;
    top: 20px;
    transform: rotate(-60deg);
    background-color: #F0854D;
  }
  .rueda .bloque:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    align-self: center;
    padding-bottom: 90px;
  }
  .rueda .bloque:nth-child(5):before {
    right: -70px;
    width: 60px;
    top: calc(50% - 40px);
    background-color: #8DC567;
  }
  .rueda .rotor {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media only screen and (max-width: 600px) {
  .rueda {
    padding: 40px 20px;
  }
}
.rueda .bloque {
  display: flex;
  max-width: 360px;
  margin: 0 auto;
  padding: 40px 0;
}
@media only screen and (max-width: 600px) {
  .rueda .bloque {
    padding: 0;
  }
  .rueda .bloque + .bloque {
    margin-top: 20px;
  }
}
.rueda .bloque .number {
  width: 50px;
  font-size: 56px;
}
.rueda .bloque .txt {
  width: calc(100% - 46px);
}
.rueda .rotor {
  margin: 0 auto;
}
.rueda .rotor img {
  margin-top: -15px;
  width: 260px;
}
@media only screen and (max-width: 600px) {
  .rueda .rotor img {
    margin-top: 20px;
  }
}
.rueda .grupo {
  display: flex;
  align-items: center;
}

.mosaic.colors .ficha {
  padding: 0 120px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .mosaic.colors .ficha {
    padding: 20px;
    height: auto;
  }
}
.mosaic.colors .ficha:first-child {
  background-color: #F0854D;
}
.mosaic.colors .ficha:last-child {
  background-color: #8DC567;
}
.mosaic.colors .ficha .title {
  font-size: 30px;
}
@media only screen and (max-width: 600px) {
  .mosaic.colors .ficha .title {
    font-size: 24px;
  }
}

.entradilla {
  height: calc(50vh - 56px);
  background-color: #3CB7CF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.entradilla .title {
  max-width: 800px;
  color: #fff;
}

.productos .grider .ficha:nth-child(even) {
  background-color: #ECE5E0;
}
.productos .grider .ficha:nth-child(odd) {
  background-color: #E0D4CB;
}

.producs-head {
  background-color: #ECE5E0;
  padding: 120px 40px;
  text-align: center;
}
.producs-head .subtitle {
  color: #3CB7CF;
  margin-bottom: 15px;
}
.producs-head .title {
  font-size: 56px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .producs-head .title {
    font-size: 36px;
  }
}
.producs-head p {
  max-width: 600px;
  margin: 0 auto;
}

.list {
  padding: 40px;
}
@media only screen and (min-width: 600px) {
  .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .list {
    padding: 20px;
  }
  .list .product-ficha + .product-ficha {
    margin-top: 30px;
  }
}

.product-ficha {
  display: block;
}
.product-ficha .tns-outer {
  position: relative;
}
.product-ficha .tns-outer .tns-nav {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.product-ficha .tns-outer .tns-nav button {
  min-width: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: #3CB7CF;
}
.product-ficha .tns-outer .tns-nav button + button {
  margin-left: 5px;
}
.product-ficha .tns-outer .tns-nav button.tns-nav-active {
  background-color: #fff;
}
.product-ficha .image {
  background-color: #ECE5E0;
  aspect-ratio: 1/1;
}
.product-ficha .image img {
  width: 100%;
  height: auto;
  display: block;
}
.product-ficha .text {
  margin-top: 15px;
}
.product-ficha .text .name {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: bold;
  letter-spacing: 1px;
}
.product-ficha .text p {
  font-size: 13px;
}
.product-ficha .text p + p {
  margin-top: 7px;
}
.product-ficha .text .go {
  margin-top: 10px;
  cursor: pointer;
}
.product-ficha .text .go + .more {
  margin-top: 10px;
}
.product-ficha .text .go svg {
  transition: transform 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .product-ficha .text .go:hover svg {
    transform: rotate(90deg);
  }
}
.product-ficha .text .go.open svg {
  transform: rotate(90deg);
}
.product-ficha .text .go.open span {
  display: none;
}
.product-ficha .text .more {
  display: none;
}

.go {
  display: flex;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #3CB7CF;
  font-weight: bold;
}
.go .arrow {
  width: 20px;
  margin-right: 7px;
}
.go span {
  position: relative;
  top: 1px;
}

a.product-ficha {
  text-decoration: none;
  color: #31312D;
}

@media only screen and (min-width: 600px) {
  .contacto .contact-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.contacto .contact-map div iframe {
  display: block;
  width: 100%;
  height: 50vw;
  max-height: 700px;
}
@media only screen and (max-width: 600px) {
  .contacto .contact-map div iframe {
    height: 100vw;
  }
}
.contacto .contact-map div:last-child {
  background-color: #ECE5E0;
  padding: 120px;
}
@media only screen and (max-width: 600px) {
  .contacto .contact-map div:last-child {
    padding: 40px 20px;
  }
}
.contacto .contact-map div:last-child p + .subtitle {
  margin-top: 15px;
}
.contacto .contact-map div:last-child a {
  color: #3CB7CF;
  text-decoration: none;
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  .contacto .contact-map div:last-child a:hover {
    color: #31312D;
  }
}
.contacto .contact-map div:last-child a.tlfn {
  font-size: 40px;
  font-weight: normal;
  display: block;
  margin-top: 20px;
  color: #31312D;
}
@media (hover: hover) and (pointer: fine) {
  .contacto .contact-map div:last-child a.tlfn:hover {
    color: #3CB7CF;
  }
}

.head-slider {
  position: relative;
}
.head-slider .show-intro {
  position: absolute;
  left: 80px;
  top: 80px;
  z-index: 100;
  display: none;
  cursor: pointer;
}
.head-slider .show-intro.active {
  display: block;
}
.head-slider .show-intro:hover svg path {
  fill: #31312D;
}
@media only screen and (max-width: 600px) {
  .head-slider .show-intro {
    right: 20px;
    top: 20px;
  }
}
.head-slider .intro {
  position: absolute;
  background-color: #3CB7CF;
  color: #fff;
  padding: 40px;
  left: 80px;
  top: 80px;
  z-index: 100;
  width: calc(100vw - 160px);
  max-width: 1240px;
}
@media only screen and (max-width: 600px) {
  .head-slider .intro {
    left: 20px;
    top: 20px;
    width: calc(100vw - 40px);
    padding: 40px 20px;
  }
}
.head-slider .intro .subtitle {
  color: #31312D;
  margin-bottom: 15px;
}
.head-slider .intro .title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 600px) {
  .head-slider .intro .intro-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
  }
  .head-slider .intro .intro-text p + p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .head-slider .intro .intro-text {
    height: 180px;
    overflow-y: scroll;
    padding-right: 20px;
  }
}
.head-slider .intro a {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.head-slider .intro a svg {
  transition: transform 0.3s ease-out;
}
.head-slider .intro a:hover svg {
  transform: rotate(90deg);
}
.head-slider .intro a:hover svg path {
  fill: #31312D;
}
.head-slider .tns-outer {
  opacity: 0.5;
  transition: opacity 0.3s ease-out 0.3s;
}
.head-slider .tns-outer .tns-item:first-child .text {
  opacity: 0;
  top: 120px;
}
.head-slider .tns-outer.active {
  opacity: 1;
}
.head-slider .tns-outer.active .tns-item:first-child .text {
  opacity: 0.8;
  top: 80px;
}
@media only screen and (max-width: 600px) {
  .head-slider .tns-outer.active .tns-item:first-child .text {
    opacity: 0.8;
  }
}
.head-slider .tns-item {
  position: relative;
  background-color: #ECE5E0;
}
.head-slider .tns-item .image {
  position: relative;
}
.head-slider .tns-item .image img {
  width: 100%;
  display: block;
}
@keyframes airFlow {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.head-slider .tns-item .image svg {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
  animation: airFlow 2s linear 0s infinite;
}
.head-slider .tns-item .image .particles {
  transition: all 0.3s ease-out;
  width: 1.5%;
  height: 1.5%;
  position: absolute;
}
@keyframes rotate {
  10% {
    transform: scale(1.4) rotate(30deg);
  }
  30% {
    transform: scale(0.8) rotate(75deg);
  }
  50% {
    transform: scale(1) rotate(130deg);
  }
  70% {
    transform: scale(1.5) rotate(220deg);
  }
  90% {
    transform: scale(1) rotate(300deg);
  }
  100% {
    transform: scale(0.95) rotate(359deg);
  }
}
@keyframes rotate_2 {
  13% {
    transform: scale(1) rotate(30deg);
  }
  25% {
    transform: scale(1.2) rotate(75deg);
  }
  55% {
    transform: scale(1.3) rotate(130deg);
  }
  64% {
    transform: scale(1) rotate(220deg);
  }
  96% {
    transform: scale(1) rotate(300deg);
  }
  100% {
    transform: scale(0.9) rotate(359deg);
  }
}
@keyframes rotate_3 {
  8% {
    transform: scale(0.6) rotate(60deg);
  }
  20% {
    transform: scale(0.8) rotate(75deg);
  }
  46% {
    transform: scale(1) rotate(100deg);
  }
  75% {
    transform: scale(1.4) rotate(200deg);
  }
  80% {
    transform: scale(0.8) rotate(280deg);
  }
  100% {
    transform: scale(0.85) rotate(359deg);
  }
}
.head-slider .tns-item .image .particles .atoms {
  background: url("/img/particles.svg") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  animation: rotate 8s linear 0s infinite;
}
.head-slider .tns-item .image .particles:nth-child(3) {
  animation-delay: 0.3s !important;
}
.head-slider .tns-item .image .particles:nth-child(3) .atoms {
  background-image: url("/img/particles_3.svg");
}
.head-slider .tns-item .image .particles:nth-child(4) {
  animation-delay: 0.6s !important;
}
.head-slider .tns-item .image .particles:nth-child(4) .atoms {
  background-image: url("/img/particles_2.svg");
}
.head-slider .tns-item .image .particles:nth-child(5) {
  animation-delay: 0.9s !important;
}
.head-slider .tns-item .image .particles:nth-child(6) {
  animation-delay: 1.2s !important;
}
.head-slider .tns-item .image .particles:nth-child(6) .atoms {
  background-image: url("/img/particles_2.svg");
}
.head-slider .tns-item .image .particles:nth-child(7) {
  animation-delay: 1.5s !important;
}
.head-slider .tns-item .image .particles:nth-child(7) .atoms {
  background-image: url("/img/particles_3.svg");
}
.head-slider .tns-item .image .particles:nth-child(8) {
  animation-delay: 1.8s !important;
}
.head-slider .tns-item .image .particles:nth-child(9) {
  animation-delay: 2.1s !important;
}
.head-slider .tns-item .image .particles:nth-child(9) .atoms {
  background-image: url("/img/particles_3.svg");
}
.head-slider .tns-item .image .particles:nth-child(10) {
  animation-delay: 2.4s !important;
}
.head-slider .tns-item .image .particles:nth-child(10) .atoms {
  background-image: url("/img/particles_2.svg");
}
.head-slider .tns-item .image .particles:nth-child(11) {
  animation-delay: 2.7s !important;
}
.head-slider .tns-item .image .particles:nth-child(12) {
  animation-delay: 3s !important;
}
.head-slider .tns-item .image .particles:nth-child(12) .atoms {
  background-image: url("/img/particles_2.svg");
}
.head-slider .tns-item .image .particles:nth-child(13) {
  animation-delay: 3.3s !important;
}
.head-slider .tns-item .image .particles:nth-child(13) .atoms {
  background-image: url("/img/particles_3.svg");
}
.head-slider .tns-item .image .particles:nth-child(14) {
  animation-delay: 3.6s !important;
}
.head-slider .tns-item .image .particles:nth-child(15) {
  animation-delay: 3.9s !important;
}
.head-slider .tns-item .image .particles:nth-child(15) .atoms {
  background-image: url("/img/particles_3.svg");
}
.head-slider .tns-item .image .particles:nth-child(16) {
  animation-delay: 4.2s !important;
}
.head-slider .tns-item .image .particles:nth-child(16) .atoms {
  background-image: url("/img/particles_2.svg");
}
.head-slider .tns-item .image .particles:nth-child(17) {
  animation-delay: 4.5s !important;
}
.head-slider .tns-item .image .particles:nth-child(18) {
  animation-delay: 4.8s !important;
}
.head-slider .tns-item .image .particles:nth-child(18) .atoms {
  background-image: url("/img/particles_2.svg");
}
.head-slider .tns-item .image .particles:nth-child(19) {
  animation-delay: 5.1s !important;
}
.head-slider .tns-item .image .particles:nth-child(19) .atoms {
  background-image: url("/img/particles_3.svg");
}
.head-slider .tns-item .image .particles:nth-child(20) {
  animation-delay: 5.4s !important;
}
.head-slider .tns-item .text {
  position: absolute;
  z-index: 2;
  background-color: #3CB7CF;
  color: #fff;
  padding: 40px;
  right: 80px;
  top: 120px;
  max-width: 400px;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.6s, top 0.3s ease-out 0.6s;
}
@media only screen and (max-width: 600px) {
  .head-slider .tns-item .text {
    position: static;
    left: 20px;
    opacity: 0;
    padding: 40px 20px;
    width: 100%;
    max-width: none;
  }
}
.head-slider .tns-item.tns-slide-active .text {
  opacity: 0.8;
  top: 80px;
}
@media only screen and (max-width: 600px) {
  .head-slider .tns-item.tns-slide-active .text {
    opacity: 0.8;
  }
}
.head-slider .tns-item.tns-slide-active .image svg {
  opacity: 1;
  transform: translateX(0) rotate(0deg);
}
.head-slider .tns-item#tns1-item0 .image .particles {
  left: 55.6%;
  top: 63%;
  animation: particles01 4s linear infinite;
}
@keyframes particles01 {
  25% {
    top: 58%;
    left: 55.6%;
  }
  60% {
    top: 53.4%;
    left: 60%;
  }
  100% {
    top: 50.2%;
    left: 66%;
  }
}
.head-slider .tns-item#tns1-item0 .text {
  right: auto;
  left: 80px;
  top: auto;
  bottom: 120px;
}
.head-slider .tns-item#tns1-item1 .image .particles {
  top: 58%;
  left: 24.6%;
  animation: particles02 10s linear infinite;
}
@keyframes particles02 {
  40% {
    top: 55.5%;
    left: 36.8%;
  }
  50% {
    top: 50.6%;
    left: 38%;
  }
  90% {
    top: 67.2%;
    left: 46%;
  }
  100% {
    top: 65%;
    left: 49%;
  }
}
.head-slider .tns-item#tns1-item1 .text {
  top: auto;
  bottom: 120px;
}
.head-slider .tns-item#tns1-item2 .image .particles {
  top: 57.8%;
  left: 61%;
  animation: particles03 8s linear infinite;
}
@keyframes particles03 {
  15% {
    top: 58.8%;
    left: 59.5%;
  }
  45% {
    top: 72.8%;
    left: 59%;
  }
  55% {
    top: 74%;
    left: 55.5%;
  }
  100% {
    top: 40%;
    left: 55%;
  }
}
.head-slider .tns-item#tns1-item3 .image .particles {
  top: 82.8%;
  left: 70.5%;
  animation: particles04 8s linear infinite;
}
@keyframes particles04 {
  45% {
    top: 55.8%;
    left: 71.5%;
  }
  55% {
    top: 49%;
    left: 68%;
  }
  65% {
    top: 48%;
    left: 65%;
  }
  100% {
    top: 45.5%;
    left: 58%;
  }
}
.head-slider .tns-item#tns1-item3 .text {
  right: auto;
  left: 80px;
  top: auto;
  bottom: 120px;
}
.head-slider .tns-item#tns1-item4 .image .particles {
  transform: scale(2);
  top: 50%;
  left: 57%;
  animation: particles05a 4s linear infinite;
}
.head-slider .tns-item#tns1-item4 .image .particles .atoms {
  animation: none;
  background-image: url(/img/airflow.svg);
}
@keyframes particles05a {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 5%;
    left: 58%;
  }
}
@keyframes particles05b {
  0% {
    filter: contrast(0) sepia(100%) hue-rotate(300deg) brightness(1.5) saturate(1);
  }
  38% {
    transform: scale(2) rotate(0);
  }
  40% {
    top: 32%;
    left: 57.5%;
  }
  42% {
    transform: scale(2) rotate(85deg);
  }
  53% {
    transform: scale(2) rotate(85deg);
  }
  55% {
    top: 27%;
    left: 66%;
  }
  57% {
    transform: scale(2) rotate(180deg);
  }
  80% {
    transform: scale(2) rotate(180deg);
  }
  82% {
    top: 56%;
    left: 65%;
  }
  84% {
    transform: scale(2) rotate(75deg);
  }
  100% {
    filter: contrast(0) sepia(100%) hue-rotate(300deg) brightness(1.5) saturate(1);
    top: 51%;
    left: 72%;
    transform: scale(2) rotate(75deg);
  }
}
.head-slider .tns-item#tns1-item4 .image .particles:nth-child(2n) {
  animation: particles05b 4s linear infinite;
}
.head-slider .tns-item#tns1-item4 .text {
  right: auto;
  left: 80px;
  top: auto;
  bottom: 120px;
}
.head-slider .tns-item#tns1-item7 .image .particles {
  top: 73.5%;
  left: 48%;
  animation: particles07 10s linear infinite;
}
@keyframes particles07 {
  10% {
    top: 74.7%;
    left: 44.7%;
  }
  20% {
    top: 62.2%;
    left: 44.4%;
  }
  32% {
    top: 62.6%;
    left: 41.2%;
  }
  50% {
    top: 17.5%;
    left: 39.4%;
  }
  58% {
    top: 22.5%;
    left: 33.4%;
  }
  62% {
    top: 12.5%;
    left: 33.4%;
  }
  66% {
    top: 9.5%;
    left: 36.5%;
  }
  94% {
    top: 71%;
    left: 39.5%;
  }
  100% {
    top: 67.5%;
    left: 44.7%;
  }
}
.head-slider .tns-item#tns1-item9 .image .particles {
  top: 18%;
  left: 42%;
  animation: particles09 8s linear infinite;
}
@keyframes particles09 {
  70% {
    top: 30%;
    left: 47%;
  }
  100% {
    top: 43%;
    left: 47%;
  }
}
@keyframes particles09b {}
.head-slider .tns-item#tns1-item9 .image .particles:nth-child(2n) {
  top: 18%;
  left: 52%;
  animation: particles09 8s linear infinite;
}
.head-slider .tns-item#tns1-item9 .text {
  top: auto;
  bottom: 120px;
}
.head-slider .tns-nav {
  position: absolute;
  bottom: 40px;
  z-index: 1000;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .head-slider .tns-nav {
    bottom: 20px;
  }
}
.head-slider .tns-nav button {
  counter-increment: button;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .head-slider .tns-nav button {
    height: 14px;
    width: 14px;
    padding: 0;
    max-width: none;
    max-height: none;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .head-slider .tns-nav button + button {
    margin-left: 6px;
  }
}
@media only screen and (min-width: 600px) {
  .head-slider .tns-nav button:before {
    content: counter(button);
  }
  .head-slider .tns-nav button:after {
    content: "";
    display: block;
    right: -20px;
    width: 20px;
    height: 2px;
    background-color: #31312D;
    position: absolute;
  }
  .head-slider .tns-nav button:last-child:after {
    display: none;
  }
  .head-slider .tns-nav button + button {
    margin-left: 18px;
  }
}
.head-slider .tns-nav button.tns-nav-active {
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 600px) {
  .head-slider .tns-nav button.tns-nav-active {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.head-slider .tns-nav button:hover {
  background-color: #31312D;
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .head-slider .tns-nav {
    /*
    &:before {
    	content: "Proyecto";
    	margin-right: 18px;
    	padding: 0px 15px;
    }
    &:after {
    	content: "Resultado";
    	margin-left: 18px;
    	padding: 0px 15px;
    }
    */
  }
  .head-slider .tns-nav:before, .head-slider .tns-nav:after,
.head-slider .tns-nav button {
    box-sizing: border-box;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px;
    border-radius: 18px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #31312D;
    text-align: center;
    min-width: 36px;
    min-height: 36px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #31312D;
    letter-spacing: 2px;
  }
}

footer {
  background-color: #31312D;
  color: #ECE5E0;
  font-size: 12px;
}
footer a {
  color: #ECE5E0;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  footer a:hover {
    color: #F0854D;
  }
}
footer .box {
  padding: 40px;
}
@media only screen and (min-width: 600px) {
  footer .box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 600px) {
  footer .box {
    padding: 40px 20px;
    text-align: center;
  }
  footer .box div + div {
    margin-top: 30px;
  }
}
footer .box .address {
  line-height: 160%;
}
footer .box .logo {
  margin-top: -10px;
}
footer .box .logo img {
  width: 214px;
}
@media only screen and (max-width: 600px) {
  footer .box .logo {
    margin-top: 30px;
  }
}
footer .box .links {
  line-height: 160%;
}
footer .box .links a {
  display: block;
}
@media only screen and (max-width: 600px) {
  footer .box .links a {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 10px;
  }
}
footer .box .links p {
  font-size: 12px;
  margin-top: 4px;
}
@media only screen and (max-width: 600px) {
  footer .box .links p {
    margin-top: 30px;
  }
}
