@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Light.woff2") format("woff2"),
    url("fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Bold.woff2") format("woff2"),
    url("fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-ExtraBold.woff2") format("woff2"),
    url("fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular.woff2") format("woff2"),
    url("fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ElegantIcons";
  src: url("fonts/ElegantIcons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --green: #006f52;
  --grey: #7c858c;
  --lightblue: #446ba8;
  --font: "Open Sans", sans-serif;
  --barlow: "Barlow", sans-serif;
  --lateral: 10vw;
  --down: url("img/down.png");
  --arrow: url("img/Arrow\ 1.png");
  --download: "\e092";
  --send: "\e010";
  --arrow-right: "\35";
  --hover: url("img/hover.svg");
  --elegant: "ElegantIcons";
  --rounded-right: "\e03c";
  --plus: "\50";
  --phone: "\e090";
  --check: "\4e";
  --close: "\4d";
  --shadow-home: 0 3px 0.7rem rgba(0, 0, 0, 0.75);
}

::-moz-selection {
  color: white;
  background-color: var(--green);
}

::selection {
  color: white;
  background-color: var(--green);
}
select.form_select {
  background-color: transparent;
  border-bottom: thin solid WHITE;
  border-radius: 0 !important;
  display: inline-block;
  font-size: 1rem !important;
  font: inherit;
  line-height: inherit;
  color: white;
  line-height: 1.5em;
  height: 96% !important;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.4rem 0.2rem !important;
}
body,
html {
  font-family: "var(--font)";
  font-size: 100%;
  padding: 0;
  margin: 0;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #000;
  line-height: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

button,
input {
  overflow: visible;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
/* end theme styles */
/* estilos generales */
.seccion {
  position: relative;
}
body {
  width: 100%;
  margin: auto;
  font-family: var(--font);
  font-weight: 500;
}
a,
.btn,
.btn:hover {
  cursor: pointer;
}
a,
header,
.site-branding,
.button_container,
.button_container.active,
.button_container.active .top,
.button_container.active .middle,
.button_container.active .bottom,
.btn,
.btn:hover {
  transition: all 0.3s;
}
.fullw {
  width: 100%;
  max-width: 2500px !important;
  margin: auto;
}
.limitw {
  width: 80%;
  max-width: 2500px;
  margin: auto;
}
.limitw90 {
  width: 90%;
  max-width: 2500px;
  margin: auto;
}
.upper {
  text-transform: uppercase;
}
.only-mobile {
  display: none !important;
}

.text-center {
  text-align: center;
}
p {
  line-height: 1.25;
}

.btn {
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1;
  color: white;
  height: 40px;
  background-color: transparent;
  border: 1px solid white;
}
.btn:hover {
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1;
  color: var(--green);
  height: 40px;
  background-color: white;
  border: 1px solid white;
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  text-align: center;
  font-family: inherit;
  font-weight: lighter;
  font-size: 0.9rem;
  line-height: 1;
  color: var(--green);
  height: 40px;
  background-color: white;
  width: 80%;
  border: 1px solid var(--green);
}
.btn-secondary:hover {
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  text-align: center;
  font-family: inherit;
  font-weight: lighter;
  font-size: 0.9rem;
  line-height: 1;
  color: white;
  height: 40px;
  background-color: var(--green);
  border: 1px solid white;
}
.btn-third {
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1;
  color: white;
  height: 40px;
  background-color: transparent;
  border: 1px solid white;
}
.btn-third:hover {
  display: inline-flex;
  align-items: center;
  border: none;
  outline: none;
  padding: 0.75rem 2rem;
  text-align: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1;
  color: var(--green);
  height: 40px;
  background-color: white;
  border: 1px solid white;
}

.btn-menu {
  width: 150px;
  color: white;
  background-color: #333333;
  font-size: 0.7em;
  margin: 1 0.75rem 0 auto;
  height: auto !important;
  padding: 0.5rem;
  border-radius: 32px;
  margin-right: 15px;
}
.btn-menu:hover {
  font-size: 0.7em;
  margin: 1 0.75rem 0 auto;
  height: auto !important;
  padding: 0.5rem;
  border-radius: 32px;
  background-color: var(--green);
  border-radius: 32px;
}
.btn::after {
  content: var(--download);
  font-family: var(--elegant);
  color: white;
  font-weight: normal;
  font-size: 1.5rem;
  padding-left: 1rem;
}
.btn:hover::after {
  content: var(--download);
  font-family: var(--elegant);
  color: var(--green);
  font-weight: normal;
  font-size: 1.5rem;
  padding-left: 1rem;
}

.btn-secondary::after {
  content: var(--download);
  font-family: var(--elegant);
  color: var(--green);
  font-weight: normal;
  font-size: 1.5rem;
  padding-left: 1rem;
}
.btn-secondary:hover::after {
  content: var(--download);
  font-family: var(--elegant);
  color: white;
  background: var(--green);
  font-weight: normal;
  font-size: 1.5rem;
  padding-left: 1rem;
}
.btn-third::after {
  content: var(--send);
  font-family: var(--elegant);
  color: white;
  font-weight: normal;
  font-size: 1.5rem;
  padding-left: 1rem;
}
.btn-third:hover::after {
  content: var(--send);
  font-family: var(--elegant);
  color: var(--green);
  font-weight: normal;
  font-size: 1.5rem;
  padding-left: 1rem;
}
.btn-tel::after {
  content: var(--phone);
  font-family: var(--elegant);
  color: white;
  font-weight: normal;
  font-size: 1.5rem;
  padding-left: 1rem;
}
.btn-tel:hover::after {
  content: var(--phone);
  font-family: var(--elegant);
  color: white;
  background: var(--green);
  font-weight: normal;
  font-size: 1.5rem;
  padding-left: 1rem;
}

.popup-cerrar {
  position: absolute;
  top: 0rem;
  right: 0rem;
  cursor: pointer;
  padding: 2rem;
}
.popup2 .popup-cerrar::before {
  content: var(--close);
  font-family: var(--elegant);
  color: var(--green);
  font-size: 1.2rem;
  border: 2px solid var(--green);
  border-radius: 50%;
}
.popup-cerrar::before {
  content: var(--close);
  font-family: var(--elegant);
  color: white;
  font-size: 1.2rem;
  border: 2px solid white;
  border-radius: 50%;
}
.popup-cerrar-cl {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.popup-cerrar-cl::before {
  content: var(--close);
  font-family: var(--elegant);
  color: var(--green);
  font-size: 1.5rem;
}

:not(.popup) > .formulario .popup-cerrar {
  display: none;
}

.btn:disabled {
  opacity: 0.9;
  cursor: not-allowed;
}

/* flex */
.flex-row,
.flex-col {
  display: flex !important;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-wrap {
  flex-flow: row wrap;
}
.flex-between {
  justify-content: space-between;
}

.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-20 {
  width: 20%;
}
.col-30 {
  width: 30%;
}
.col-40 {
  width: 40%;
}
.col-60 {
  width: 60%;
}
.col-70 {
  width: 70%;
}
.col-80 {
  width: 80%;
}

/* menu */
header#masthead {
  width: 100%;
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0.5rem;
  background-color: var(--green);
  opacity: 0.9;
}
.header-container {
  margin-top: -40px;
}
.header-telefono a {
  padding-bottom: 0.3rem;
  transition: padding 0.3s;
  font-weight: bold;
}

.header-telefono {
  color: white;
  font-family: var(--font);
  font-size: 1rem;
  margin-left: 35px;
  margin-right: 35px;
  font-weight: lighter;
  cursor: pointer;
}
.header-telefono-descarga {
  color: white;
  font-family: var(--font);
  font-size: 1rem;
  margin-left: 35px;
  margin-right: 35px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.header-telefono a {
  font-size: 0.9rem;
  line-height: 1;
  color: var(--green);
  font-weight: lighter;
  display: flex;
  align-items: center;
}
.header-top {
  padding-top: 0.5rem;
  font-weight: bold;
  padding-bottom: 1rem;
}

.header-top .header-descarga {
  margin-top: 25px;
  font-weight: bold;
  padding-right: 2rem;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
}

.header-lang {
  display: flex;
}
.header-lang li {
  color: white;
}
.header-lang li a {
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: lighter;
  padding: 0 0.25rem;
  color: white;
}

.header-lang .current-lang a,
.header-lang li a:hover {
  font-weight: normal;
}

.header-top .limitw {
  width: 90%;
}
.site-branding img {
  margin-top: 25px;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}

.main-navigation {
  align-self: flex-end;
}

.items-navigation {
  align-self: flex-end;
}

.items-navigation > ul {
  display: flex;
}

.main-navigation > ul {
  display: flex;
}

.main-navigation > ul li a {
  display: block;
  font-family: var(--font);
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 0.5rem 1rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  transition: 0.3s;
}

.main-navigation > ul li:last-child a {
  margin-right: 0;
}

.main-navigation > ul li a::after {
  font-family: var(--elegant);
  color: var(--green);
  position: absolute;
  top: -0.7em;
  left: 1.5rem;
  height: 0.4rem;
  opacity: 0;
  transform: translateY(-0.2rem);
  transition: 0.3s;
  width: 2.5rem;
}

.main-navigation > ul li a:hover,
.main-navigation > ul li.active a {
  color: white;
  text-decoration: underline;
}
.main-navigation > ul li a:hover::after,
.main-navigation > ul li.active a::after {
  opacity: 1;
  transform: translateY(0);
}
select {
  /* styling */
  background-color: white;
  border: thin solid WHITE;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  font-weight: bold;
}

/* arrows */
select.minimal:focus {
  background-image: linear-gradient(45deg, black 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: white;
  outline: 0;
}

/* menu responsive */

.button_container {
  display: none;
  height: 1.25rem;
  width: 1.5rem;
  cursor: pointer;
  z-index: 100;
  position: relative;
  padding-top: 4%;
}
.button_container span {
  background: white;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}
.button_container.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* Formularios */
.formulario .form-feedback {
  color: white;
  text-align: center;
padding: 1rem;
}

.formulario {
  width: 100%;
  color: #282828;
}
.condiciones {
  font-size: 0.8em;
  margin-top: 15px;
  font-weight: lighter;
  color: white;
  padding: 1rem 0rem;
  text-align: start;
}
.condibold {
  font-weight: bold;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.formulario input[type="text"],
.formulario input[type="email"],
.formulario input[type="tel"] {
  font-family: var(--font);
  font-weight: inherit;
  font-size: 1.2rem;
  color: white;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 2px solid white;
  width: 100%;
  margin-top: 17px;
}

.formulario textarea {
  font-family: var(--font);
  font-weight: inherit;
  font-size: 1.2rem;
  width: 100%;
  color: white;
  background-color: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  outline: 0;
  border-bottom: 2px solid white;
  width: 100%;
  margin-top: 15px;
}

.form-content-popup input[type="text"],
.form-content-popup input[type="email"],
.form-content-popup input[type="tel"] {
  font-weight: inherit;
  font-size: 1.2rem;
  color: white;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 2px solid white;
  width: 100%;
  margin-top: 17px;
}

.form-content-popup textarea {
  font-weight: inherit;
  font-size: 1.2rem;
  width: 100%;
  color: white;
  background-color: transparent;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  outline: 0;
  border-bottom: 2px solid white;
  width: 100%;
  margin-top: 15px;
}

.formulario label {
  font-family: var(--font);
  font-size: 1em;
  color: white;
}
.ancho-form {
  width: 100%;
}
.formulario label a {
  text-decoration: underline;
  color: white;
}
.form-control {
  margin-top: 5px;
}

.form-subtitulo-popup {
  font-size: 1.5em;
  text-align: center;
  color: white;
  font-family: var(--bold);
  font-weight: bold;
  line-height: 1.25;
  padding-top: 3rem;
  padding-bottom: 2rem;
  letter-spacing: 0.2em;
}
.form-content {
  padding: 3rem 4rem;
}
.popup .form-content {
  padding: 1rem;
}
.popup-descarga .form-subtitulo-home {
  font-size: 1.3em;
  text-align: start;
  color: white;
  font-family: var(--font);
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  color: white;
  padding: 1rem;
}
.popup .popupcontacta {
  background-color: var(--green);
  padding: 3rem 2rem;
}
.popupcontacta .condiciones {
  padding: 0rem;
  font-size: 0.8rem;
}
.form-content-popup {
  padding: 0.7rem;
  background: white;
}
.popup-clientes {
  padding: 3rem;
  background: white;
}

.titulo-popup {
  color: var(--green);
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
}

.titulo-popup2 {
  color: white;
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
}
.form-content-popup label {
  color: var(--green);
}
.form-content-popup a {
  color: var(--green);
}
.popup label {
  color: white;
}
.form-content-popup2 a {
  color: white;
}
.contenido-popup {
  padding: 2rem;
}
.formulario .reunion label {
  font-size: 1.1rem;
  font-weight: 500;
  color: white;
  font-family: var(--font);
  padding: 0.2rem 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.formulario .reunion label input[type="checkbox"] {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  padding: 0.2rem 0.2rem;
}

.formulario .caja-reunion {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  background: white;
  padding: 1rem;
}

.formulario .caja-reunion .label-text {
  text-align: center;
  font-size: 0.875rem;
}

.formulario .caja-reunion .horas-grid {
  display: -ms-grid;
  display: grid;

  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.formulario .caja-reunion .hora label {
  position: relative;
  border: thin solid var(--green);
}

.formulario .caja-reunion .hora input[type="radio"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}

.formulario .caja-reunion .hora-text {
  font-size: 0.875rem;
  text-align: center;
  padding: 0.75rem 0;
  border: 1px solid white;
  transition: 0.3s;
  cursor: pointer;
  color: var(--green);
  font-family: var(--font);
}

.formulario .caja-reunion label:hover .hora-text,
.formulario .caja-reunion input:checked + .hora-text {
  font-weight: 500;
  color: white;
  background-color: var(--green);
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  bottom: 4px;
  background-color: var(--green);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: grey;
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--green);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Popups */

.popup {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
}

.popup.show {
  opacity: 1;
  pointer-events: all;
}

.popup .formulario {
  width: 40%;
  position: relative;
  background-color: var(--green);
  padding: 2rem;
}
.popup .popupcontacta {
  width: 30%;
}
.popup .formulario .form-checks {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

.popup-descarga .formulario .empresa,
.popup-presupuesto .formulario .email {
  -ms-grid-column: 1;
  grid-column: 1;
}

.popup-descarga .formulario .email,
.popup-presupuesto .formulario .telefono {
  -ms-grid-column: 2;
  grid-column: 2;
}

.anchor {
  display: block;
  position: relative;
  top: 0rem;
  visibility: hidden;
}

.anchor#home {
  top: -10rem;
}

/*Home*/

.seccion-home {
  background-image: url("img/home.png");
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.seccion-home-altura {
  height: 100vh;
}
.seccion-home .form-content {
  padding: 2rem 4rem;
}
h1 {
  width: 100%;
  color: white;
  font-size: 4.3rem;
  font-family: var(--font);
  font-weight: normal;
  line-height: 4.3rem;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 20px;
}
.seccion-home .left h2 {
  width: 100%;
  color: white;
  font-family: var(--font);
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-bottom: 0.2rem;
}
.seccion-home .left .subtitulo {
  width: 100%;
  color: white;
  font-family: var(--font);
  font-weight: normal;
  font-size: 2rem;
  line-height: 2rem;
  padding-top: 5rem;
}

.seccion-home .left .green {
  color: var(--green);
  font-weight: lighter;
}

.seccion-home .left {
  position: relative;
  padding-left: 13rem;
}

.seccion-home .right {
  position: relative;
  width: 30%;
  right: 10%;
}
.seccion-home .right .formulario {
  position: relative;
  z-index: 2;
}

.seccion-home .formulario-texto .form-subtitulo-home {
  font-size: 1.3em;
  text-align: start;
  color: white;
  font-family: var(--font);
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  color: white;
  padding: 1rem;
}

.fondoverde {
  background: var(--green);
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  bottom: 0;
}

.nexthome {
  height: 20px;
  margin-top: -60px;
}
/*Jesus*/
.seccion-jesus-altura {
  padding-top: 6rem;
  padding-left: 0rem;
}
.seccion-jesus h3 {
  color: var(--green);
  font-weight: lighter;
}
.seccion-jesus h2 {
  color: black;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 2rem;
  text-transform: uppercase;
}
.seccion-jesus .texto-prod {
  margin-top: 1.2rem;
  font-weight: lighter;
  color: black;
  font-size: 1rem;
  line-height: 1rem;
  text-align: justify;
  text-justify: inter-word;
}
.texto-izq {
  margin-left: 2rem;
}
.fondocoche {
  background-image: url("img/jesus.png");
  height: 60vh;
  margin-top: 2rem;
  padding: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.jesusvalo {
  color: white;
  padding: 2rem;
}

.nextjesus {
  height: 20px;
  margin-top: 30px;
}

/*Productos*/

.seccion-productos .left,
.seccion-productos .right {
  padding: 2rem;
}

.seccion-productos-altura {
  padding-top: 3rem;
  height: 100vh;
  background-image: linear-gradient(
    to right,
    #f6f6f6 0%,
    #f6f6f6 35%,
    white 35%,
    white 100%
  );
}
.seccion-productos h3 {
  color: var(--green);
  font-weight: lighter;
  padding-top: 2rem;
}
.seccion-productos h2 {
  color: black;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 2rem;
}

.pieza {
  width: 33.3%;
  cursor: pointer;
  padding: 0rem;
  position: relative;
}
.pieza h5 {
  text-align: center;
  font-weight: lighter;
  font-size: 1.3rem;
  margin-bottom: 0rem;
}
.cara1 {
  position: relative;
}
.cara1.active {
  opacity: 1;
}

.cara2 {
  opacity: 0;
  background-color: white;
  background-image: url("img/torni1.png");
  position: absolute;
  top: 0;
  font-size: 0.9rem;
  padding: 3rem;
  line-height: 0.9rem;
  background-size: contain;
}
.cara2.active {
  opacity: 1;
}
.pieza2 {
  opacity: 0;
  background-color: white;
  background-image: url("img/torni2.png");
  position: absolute;
  top: 0;
  font-size: 0.9rem;
  padding: 3rem;
  line-height: 0.9rem;
  background-size: contain;
}
.pieza2.active {
  opacity: 1;
}
.pieza3 {
  opacity: 0;
  background-color: white;
  background-image: url("img/torni3.png");
  position: absolute;
  top: 0;
  font-size: 0.9rem;
  padding: 3rem;
  line-height: 0.9rem;
  background-size: contain;
}
.pieza3.active {
  opacity: 1;
  padding: 1rem;
}
.pieza4 {
  opacity: 0;
  background-color: white;
  background-image: url("img/torni4.png");
  position: absolute;
  top: 0;
  font-size: 0.9rem;
  padding: 3rem;
  line-height: 0.9rem;
  background-size: contain;
}
.pieza4.active {
  opacity: 1;
}
.pieza5 {
  opacity: 0;
  background-color: white;
  background-image: url("img/torni5.png");
  position: absolute;
  top: 0;
  font-size: 0.9rem;
  padding: 3rem;
  line-height: 0.9rem;
  background-size: contain;
}
.pieza5.active {
  opacity: 1;
}
.pieza6 {
  opacity: 0;
  background-color: white;
  background-image: url("img/torni6.png");
  position: absolute;
  top: 0;
  font-size: 0.9rem;
  padding: 3rem;
  line-height: 0.9rem;
  background-size: contain;
}
.pieza6.active {
  opacity: 1;
}
.pieza img {
  width: 100%;
  margin: auto;
}
.textopr {
  width: 90%;
  padding: 2rem;
  font-size: 1.1rem;
}
.pieza h4 {
  margin-bottom: 1rem;
}
.productos {
  color: black;
}
.seccion-productos-abajo {
  background-image: url("img/productoabajo.png");
  height: 20vh;
  background-size: contain;
  background-repeat: no-repeat;
}
.productos-ab {
  margin-top: 2rem;
}
.abajoh2 h2 {
  color: white;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: lighter;
  text-transform: uppercase;
  padding-top: 0rem;
  padding-left: 2rem;
}
/*Produccion*/
.seccion-produccion {
  background-color: #f6f6f6;
}

.seccion-produccion .left {
  padding: 4rem;
}
.seccion-produccion-altura {
  padding-top: 3rem;
}
.seccion-produccion h3 {
  color: var(--green);
  font-weight: lighter;
  padding-top: 2rem;
  padding-left: 2rem;
}
.seccion-produccion h2 {
  color: black;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 2rem;
  padding-left: 2rem;
}
.izquierdavideo {
  position: relative;
  cursor: pointer;
}
.derechavideo {
  position: relative;
  cursor: pointer;
  margin-left: 20px;
}
.encimavid {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: 0.3s;
  height: 100%;
  padding: 1rem 2rem;
}
.encimavid.active {
  opacity: 0;
}
.encimavid2 {
  background-color: rgba(0, 0, 0, 0.404);
  background-size: contain;
  background-repeat: no-repeat;
}

.encimavid h2 {
  color: white;
  text-transform: none;
  padding: 1rem;
}
.encimavid p {
  color: white;
  font-size: 1rem;
  line-height: 1rem;
  padding: 1rem;
}

.videodiv {
  background-size: cover;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.seccion-produccion .video1 {
  opacity: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.seccion-produccion .video1.active {
  opacity: 1;
  z-index: 3;
}

.izquierdavideo.active .encimavid {
  opacity: 0;
}
.derechavideo.active .encimavid {
  opacity: 0;
}
.nextprod {
  margin-top: 20px;
}
/*Calidad*/
.seccion-calidad {
  background-image: url("img/calidad.png");
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 5rem;
  background-position: center;
}

.seccion-calidad .left {
  padding: 0rem 2rem;
}
.seccion-calidad-altura {
  padding-top: 1rem;
  position: absolute;
  z-index: 3;
  width: 90%;
  height: 70%;
}
.seccion-calidad h3 {
  color: white;
  font-weight: lighter;
  padding-top: 1rem;
  padding-left: 2rem;
}
.seccion-calidad h2 {
  color: white;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-left: 2rem;
}
.seccion-calidad p {
  color: white;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: normal;
  padding-left: 4rem;
}
.fondoverdecalidad {
  background: var(--green);
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 70%;
}
.certificadoimg {
  padding: 2rem 4rem;
}
.certif img {
  width: 50%;
}
.certif {
  padding: 2rem;
}
.nextcalid {
  margin-top: -20px;
}
/*Referencias*/
.seccion-referencias-altura {
  background-image: url("img/referencias.png");
  height: 40vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 1rem 3rem;
}
.seccion-referencias h3 {
  color: var(--green);
  font-weight: lighter;
  padding-top: 1rem;
  padding-left: 2rem;
}
.seccion-referencias h2 {
  color: black;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 2rem;
  padding-left: 2rem;
}
.seccion-referencias p {
  color: black;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: lighter;
  padding-top: 2rem;
  padding-left: 2rem;
}
.carrusel-marcas {
  background-color: white;
  height: 20vh;
}
.carrusel-marcas img {
  display: block;
  height: 120px;
  padding: 0rem;
  object-fit: contain;
  object-position: center;
}
.nextcont {
  margin-bottom: 1rem;
}
/*Contacto*/

.seccion-contacto {
  background-image: url("img/contacto.png");

  background-size: cover;
  background-repeat: no-repeat;
}
.seccion-contacto h3 {
  color: white;
  font-weight: lighter;
  padding-bottom: 2rem;
}
.seccion-contacto-altura {
  height: 100vh;
}
.seccion-contacto .form-content {
  padding: 2rem 4rem;
}

.seccion-contacto .left h2 {
  width: 100%;
  color: white;
  font-family: var(--font);
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
}
.seccion-contacto .left .subtitulo {
  width: 100%;
  color: white;
  font-family: var(--font);
  font-weight: normal;
  font-size: 2rem;
  line-height: 2rem;
  padding-top: 2rem;
  text-transform: uppercase;
}
.seccion-contacto .left .direccion {
  width: 100%;
  color: white;
  font-family: var(--font);
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding-top: 5rem;
}

.seccion-contacto .left .green {
  color: var(--green);
  font-weight: lighter;
}

.seccion-contacto .left {
  position: relative;
  padding-left: 8rem;
}

.seccion-contacto .right {
  position: relative;
  width: 30%;
  right: 10%;
}
.seccion-contacto .right .formulario {
  position: relative;
  z-index: 2;
}

.seccion-contacto .formulario-texto .form-subtitulo-home {
  font-size: 1.3em;
  text-align: start;
  color: white;
  font-family: var(--font);
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  color: white;
  padding: 1rem;
}

.fondoverde {
  background: var(--green);
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  bottom: 0;
}
/* Footer */
.izquifoot {
  padding-left: 0rem;
}
footer {
  padding: 2rem 0;
  background-color: transparent;
}

.footerder p,
.footerder a {
  width: 100%;
  text-transform: none;
  font-size: 0.8rem;
  color: white;
  font-weight: lighter;
}
footer .izquifoot p,
footer .izquifoot a {
  width: 100%;
  font-size: 0.8rem;
  color: white;
  font-weight: lighter;
}

footer .izquifoot a:hover {
  width: 100%;
  font-size: 0.8rem;
  color: white;
  text-decoration: underline;
}
/* Cookie Banner */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3001;
  padding: 1rem var(--lateral);
  border-top:3px solid var(--green) ;
  background-color: white;
  transition: 0.3s;
}

.cookie-banner.hidden {
  opacity: 0;
  pointer-events: none;
}

.cookie-banner .texto {
  font-size: 0.875rem;
}

.cookie-banner .cookie-botones {
  flex-shrink: 0;
}

.cookie-banner .btn {
  font-size: 0.875rem;
  margin: 0 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--green);
}

.cookie-banner .btn::after {
  content: none;
}
.cookie-banner .btn:hover {
  background: white;
  border: 1px solid var(--green)
}
.cookie-banner .banner-close {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: black;
  line-height: 1;
  cursor: pointer;
}

.cookie-banner .banner-close::before {
  content: var(--close);
  font-family: var(--elegant);
}

.grecaptcha-badge {
  z-index: 3000;
}
/*Media Queries*/
@media screen and (max-width: 1640px) {
  .cara2,
  .pieza2,
  .pieza3,
  .pieza4,
  .pieza5,
  .pieza6 {
    font-size: 0.9rem;
    padding: 0.9rem;
    line-height: 0.9rem;
  }
  .cara2.active,
  .pieza2.active,
  .pieza4.active,
  .pieza5.active,
  .pieza6.active .pieza3.active {
    opacity: 1;
    padding: 1rem;
  }
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
  .seccion-home .left h2 {
    font-size: 2.1rem;
    line-height: 2.1rem;
  }
  .seccion-home .left .subtitulo {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .nextjesus {
    height: 20px;
    margin-top: -25px;
  }
  .seccion-productos h3 {
    color: var(--green);
    font-weight: lighter;
    padding-top: 2rem;
    padding-left: 0rem;
  }
  .seccion-productos h2 {
    color: black;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 2rem;
    padding-left: 0rem;
  }
  .textopr {
    width: 90%;
    padding: 2rem 0rem;
    font-size: 1.1rem;
  }
  .seccion-calidad-altura {
    padding-top: 1rem;
    position: absolute;
    z-index: 3;
    width: 90%;
    height: 70%;
  }
  .abajoh2 h2 {
    width: 90%;
    color: white;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: lighter;
    text-transform: uppercase;
    padding-top: 0rem;
    padding-left: 2rem;
  }
  .cara2,
  .pieza2,
  .pieza3,
  .pieza4,
  .pieza5,
  .pieza6 {
    font-size: 0.8rem;
    padding: 0.5rem;
    line-height: 0.8rem;
  }
  .cara2.active,
  .pieza2.active,
  .pieza4.active,
  .pieza5.active,
  .pieza6.active .pieza3.active {
    opacity: 1;
    padding: 1rem;
  }
  .pieza h4 {
    margin-bottom: 0.5rem;
  }
  .seccion-productos-abajo {
    background-image: url("img/productoabajo.png");
    height: 20vh;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .seccion-produccion .left {
    padding: 2rem 1rem;
  }
  .certificadoimg {
    padding: 0.5rem 4rem;
  }
  .popup .formulario {
    width: 50%;
    position: relative;
    background-color: var(--green);
  }
  .seccion-productos-abajo .col-20 {
    padding: 1rem;
  }
}

@media screen and (max-width: 980px) {
  .button_container {
    display: block;
    flex-shrink: 0;
  }
  .btn-secondary {
    padding: 0.75rem 3rem;
    width:100%;
  }
  .btn-secondary:hover {
    padding: 0.75rem 3rem;
    width:100%;
  }
  .only-mobile {
    display: block !important;
  }
  .only-desktop {
    display: none !important;
  }

  .flex-row {
    flex-flow: row wrap;
  }
  .col-1-2,
  .col-1-3,
  .col-2-3,
  .col-1-4,
  .col-20,
  .col-30,
  .col-40,
  .col-60,
  .col-70,
  .col-80 {
    width: 100%;
  }

  header#masthead {
    position: fixed;
    top: 0;
    transform: unset;
    margin-bottom: 0;
    height: 95px;
    background-color: var(--green);
    opacity: 0.9;
  }

  header#masthead.scrolled {
    background-color: var(--green);
    opacity: 0.9;
  }

  header#masthead.scrolled .button_container span {
    background-color: white;
  }

  .header-container {
    padding: 2rem 0;
  }

  .site-branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    opacity: 1;
    height: 2.5rem !important;
  }

  .site-branding a {
    height: 100%;
  }

  .header-telefono-top {
    font-size: 0.75rem;
    color: white;
    background-color: transparent;
    margin: 0 0.75rem 0 auto;
    height: auto !important;
    padding: 0.5rem;
    border-radius: 32px;
  }
  .site-branding img {
    margin-top: 20px;
    width: 80%;
  }
  .main-navigation {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 5.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    padding: 2rem var(--lateral);
    overflow: auto;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background: #006f52;
  }

  .main-navigation.open {
    opacity: 1;
    pointer-events: all;
  }

  .main-navigation > ul {
    flex-direction: column;
    align-items: flex-end;
  }

  .main-navigation > ul li a {
    font-size: 1.5rem !important;
    padding: 1rem 0 !important;
    text-align: right;
  }

  .main-navigation > ul li a::after {
    left: 0;
    right: 0;
    transform: translateY(0);
  }

  .main-navigation .menu-bottom {
    display: flex !important;
    flex-flow: column;
    text-align: right;
    align-items: flex-end;
    font-size: 1.25rem;
    padding-bottom: 2rem;
  }

  .main-navigation .menu-bottom .header-right {
    flex-flow: column;
    align-items: flex-end;
    padding-bottom: 1rem;
  }

  .main-navigation .menu-bottom .header-descarga {
    margin: 1rem 0 2rem;
  }
  .main-navigation > ul li a:hover,
  .main-navigation > ul li.active a {
    color: var(--red);
    padding-top: 5rem;
  }
  .main-navigation .menu-bottom .header-descarga::after {
    content: none;
  }

  .anchor {
    top: -4rem;
  } 

  .anchor#contacto {
    top: -6rem;
  }
  .btn {
    margin: 2rem;
  }
  .popup .formulario {
    width: 90%;
    position: relative;
    background-color: var(--green);
}
  /*Home*/
  .seccion-home .left {
    position: relative;
    padding-left: 3rem;
  }
  h1 {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: 5px;
  }
  .seccion-home .left .subtitulo {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .seccion-home .left .subtitulo {
    padding-top: 1rem;
  }
  /*productos*/

  .seccion-productos h2,
  .seccion-calidad h2,
  .seccion-jesus h2,
  .seccion-referencias h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-top: 0rem;
    padding-left: 0rem;
  }
  .seccion-productos-altura {
    padding-top: 1rem;
    height: auto;
    background-image: linear-gradient(
      #f6f6f6 0%,
      #f6f6f6 35%,
      white 35%,
      white 100%
    );
  }
  .textopr {
    width: 100%;
    padding: 1rem 0rem;
    font-size: 0.9rem;
    line-height: 0.9rem;
  }

  .pieza {
    width: 50%;
    cursor: pointer;
    padding: 0rem;
    position: relative;
  }
  .cara2,
  .pieza2,
  .pieza3,
  .pieza4,
  .pieza5,
  .pieza6 {
    font-size: 1rem;
    padding: 1rem;
    line-height: 1rem;
  }
  .seccion-productos-abajo {
    background: var(--green);
  }
  .abajoh2 h2 {
    width: 90%;
    color: white;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: lighter;
    text-transform: uppercase;
    padding-top: 0rem;
    padding-left: 2rem;
  }
  /*jesus*/
  .texto-izq {
    margin-left: 0rem;
  }
  .seccion-jesus .texto-prod {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  .fondocoche {
    background-image: url("img/jesus.png");
    height: auto;
    margin-top: 1rem;
    padding: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .jesusvalo {
    color: white;
    padding: 1rem;
  }

  .jesusic {
    text-align: center;
    color: white;
  }
  /*produccion*/
  .derechavideo {
    position: relative;
    cursor: pointer;
    margin-left: 0px;
    margin-top: 20px;
  }

  /*calidad*/
  .certif img {
    width: 15%;
  }
  .seccion-calidad p {
    font-size: 0.9rem;
    line-height: 0.9rem;
    padding-left: 2rem;
  }
  .seccion-calidad-altura {
    padding-top: 1rem;
    width: 90%;
    height: 100vh;
    padding: 1rem;
  }

  .fondoverdecalidad {
    width: 90%;
  }
  .seccion-calidad {
    padding: 5rem;
    padding: 2rem;
    height: 100vh;
  }
  .nextcalid {
    margin-top: 0px;
  }
  .fondoverdecalidad {
    height: 84%;
  }
  .certif {
    padding: 0.2rem;
  }
  .seccion-calidad .left {
    padding: 0rem;
  }
  .seccion-productos h2,
  .seccion-calidad h2,
  .seccion-jesus h2,
  .seccion-referencias,
  .seccion-contacto h2 {
    padding-top: 1rem;
  }
  .seccion-calidad p {
    padding-left: 0rem;
    width: 100%;
    padding-top: .2rem;
  }
  /*referencias*/
  .seccion-referencias h3 {
    padding-top: 0rem;
    padding-left: 0rem;
}
.seccion-referencias p {
  padding-top: 1rem;
  padding-left: 0rem;
}

  .carrusel-marcas {
  height: auto
  }
  .carrusel-marcas img {
    margin: auto;
  }
  /*contacto*/
  .seccion-contacto-altura,
  .seccion-contacto {
    height: auto;
}
  .seccion-contacto .left {
    padding-left: 2rem;
}
.seccion-contacto .right {
  position: relative;
  width: 100%;
  right: 0;
}
.seccion-contacto .left .subtitulo {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding-top: 1rem;
  text-transform: uppercase;
}
.seccion-contacto .left .direccion {
  font-size: 1rem;
  line-height: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.seccion-contacto .left h2 {
  font-size: 2rem;
  line-height: 2rem;
}
}
@media screen and (max-width: 550px) {
  /*productos*/
  .pieza {
    width: 100%;
    cursor: pointer;
    padding: 0rem;
    position: relative;
  }
  .cara2,
  .pieza2,
  .pieza3,
  .pieza4,
  .pieza5,
  .pieza6 {
    font-size: 1rem;
    padding: 2rem;
    line-height: 1rem;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
