@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap");
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;
}

/* colors */
/* break points responsive */
/* Fonts */
/*-------------------*/
/*	General	*/
/*-------------------*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.03);
}

::-webkit-scrollbar-thumb {
  background: #5eba90;
}

::-webkit-scrollbar-thumb:hover {
  background: #201f1e;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: url("../img/n.svg") no-repeat center -10vh #fecb47;
  background-size: auto 120vh;
  background-attachment: fixed;
  color: #201f1e;
  font-size: 18px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  body {
    background-size: 120vh auto;
    font-size: 15px;
  }
}

input, select, textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: "Space Grotesk", sans-serif;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

li {
  list-style: none;
}

a {
  outline: none;
  color: #201f1e;
  font-weight: normal;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, opacity 0.3s ease-out;
}
a img {
  transition: all 0.3s ease-out;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

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

p {
  line-height: 130%;
  text-indent: 0px;
}
p + p {
  margin-top: 15px;
}
@media (hover: hover) and (pointer: fine) {
  p a:hover {
    opacity: 0.6;
  }
}
p + .title {
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #201f1e;
  color: #fdc114;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background-color: #5eba90;
    color: #fff;
  }
}
.btn + * {
  margin-top: 40px;
}

.title {
  font-size: 2em;
  line-height: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .title {
    font-size: 1.6em;
  }
}
.title + p {
  margin-top: 12px;
}
.title:first-of-type + p {
  font-size: 1.4em;
  line-height: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .title:first-of-type + p {
    font-size: 1.25em;
  }
}

.limit {
  max-width: 1200px;
  margin: 0 auto;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  header {
    padding: 0;
    height: 60px;
  }
}
header .limit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
header .logo img {
  height: 46px;
  width: auto;
}
@media only screen and (max-width: 600px) {
  header .logo img {
    height: 26px;
    margin-top: 20px;
    margin-left: 20px;
  }
}

.show-menu {
  flex-direction: column;
  justify-content: space-between;
  height: 60px;
  width: 60px;
  padding: 20px 18px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 600px) {
  .show-menu {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .show-menu {
    display: flex;
  }
}
.show-menu i {
  transition: transform 0.3s ease-out;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #201f1e;
}
.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);
}

nav {
  transition: all 0.3s ease-out;
}
nav ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  nav ul {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  nav ul li + li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  nav ul li + li {
    margin-top: 20px;
  }
}
nav ul li a {
  text-decoration: none;
  font-size: 1.2em;
}
@media (hover: hover) and (pointer: fine) {
  nav ul li a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 600px) {
  nav ul li a {
    font-size: 2em;
  }
}
@media only screen and (max-width: 600px) {
  nav {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    background-color: #5eba90;
    padding: 20px;
    height: calc(100vh - 60px);
    transform: translateX(100%);
  }
  nav.open {
    transform: translateX(0);
  }
}

@media only screen and (min-width: 600px) {
  .scrolling_down nav {
    opacity: 0;
    transform: translateY(-30px);
  }
}

body.scrolling_up header > * {
  position: relative;
  z-index: 2;
}
body.scrolling_up header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  height: 76px;
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  body.scrolling_up header:before {
    height: 60px;
    top: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  body.scrolling_up header nav ul li a:hover {
    color: #5eba90;
  }
}

body.menu-open header {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
body.menu-open header > * {
  position: relative;
  z-index: 2;
}
body.menu-open header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 106px;
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  body.menu-open header:before {
    height: 60px;
  }
}

@keyframes float {
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
section .limit {
  min-height: 100vh;
  display: flex;
}
@media only screen and (min-width: 600px) {
  section .limit {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  section .limit > * + * {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 600px) {
  section .limit {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
section .image {
  height: 100vh;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 600px) {
  section .image {
    position: sticky;
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  section .image {
    width: auto;
    margin: 0 auto;
    max-height: 70vh;
  }
}
section .image img {
  max-height: 100vh;
  width: auto;
}
@media only screen and (max-width: 600px) {
  section .image img {
    max-height: 60vh;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  section .image + .text {
    margin-top: 30px;
  }
}
section .text {
  width: calc(55% - 60px);
  max-width: 630px;
  background-color: #fff;
  padding: 60px;
  transition: all 0.3s ease-out 0.3s;
  opacity: 0;
  transform: translateY(20px);
}
@media only screen and (min-width: 600px) {
  section .text {
    margin-top: calc(33vh - 60px);
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  section .text {
    text-align: center;
    width: calc(100% - 30px);
    padding: 30px;
    margin: 15px;
  }
}
section .text h1, section .text h2 {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  section .text p {
    font-size: 20px;
  }
}
section .text .download {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
section .text .download * + * {
  margin-left: 5px;
}
section .text .download a img {
  width: 120px;
}
@media (hover: hover) and (pointer: fine) {
  section .text .download a:hover img {
    transform: scale(1.05);
  }
}
section .text .pipedriveWebForms {
  margin-top: 40px;
}
section .text dl {
  margin-top: 20px;
  padding: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  section .text dl {
    padding: 0px;
  }
}
section .text dl dt {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 5px;
}
section .text dl dt:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  content: "\f178";
  margin-right: 5px;
}
section .text dl dd {
  font-size: 0.9em;
  line-height: 120%;
}
section .text dl dd + dt {
  margin-top: 20px;
}
section .text ul {
  margin-top: 20px;
}
section .text ul li {
  font-size: 1.1em;
  line-height: 120%;
}
section .text ul li:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  content: "\f178";
  margin-right: 5px;
}
section .text ul li + li {
  margin-top: 10px;
}
section .text ul + .title {
  margin-top: 30px;
}
section.visible .text {
  opacity: 1;
  transform: translateY(0px);
}
section.start {
  background: url("../img/exhibition.webp") no-repeat center center #e2e4d9;
  background-size: auto 80%;
}
@media only screen and (max-width: 600px) {
  section.start {
    background-position: center 30px;
    background-size: auto 50%;
  }
}
@media only screen and (min-width: 600px) {
  section.start .text {
    margin-left: 40vw;
  }
}
@media only screen and (max-width: 600px) {
  section.start .text {
    margin-top: 50vh;
  }
}
section.como {
  background-color: #201f1e;
}
@media only screen and (max-width: 600px) {
  section.como .image {
    display: none;
  }
}
section.partner .image img {
  max-height: calc(100vh - 120px);
}
@media only screen and (max-width: 600px) {
  section.partner .text {
    margin-top: -30vh;
  }
}
section.intro .image {
  animation: float 4s ease-out 0s infinite;
}
section.ventajas {
  position: relative;
  background: url("../img/infografia_01.webp") top center no-repeat;
  background-size: 80% auto;
}
@media only screen and (max-width: 600px) {
  section.ventajas {
    background-position: center 40px;
    background-size: 150% auto;
  }
}
section.ventajas .image {
  display: none;
}
section.ventajas .text {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  margin-top: 60vh;
}
@media only screen and (max-width: 600px) {
  section.ventajas .text {
    margin-top: 40vh;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
}
section.diferencias {
  background-color: #e2e4d9;
}

.politicas .text {
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 600px) {
  .politicas .text {
    width: auto;
  }
}
.politicas .text .block + .block {
  margin-top: 40px;
}
.politicas .text .block h1, .politicas .text .block h2 {
  display: block;
  position: static;
  width: auto;
  height: auto;
  clip: none;
}
.politicas .text .block h1 {
  font-size: 2em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .politicas .text .block h1 {
    font-size: 1.6em;
  }
}
.politicas .text .block h2 {
  font-size: 1.6em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .politicas .text .block h2 {
    font-size: 1.3em;
  }
}
.politicas .text .block h3 {
  margin-bottom: 15px;
}
.politicas .text .block p + h1, .politicas .text .block ul + h1 {
  margin-top: 40px;
}
.politicas .text .block p + h2, .politicas .text .block ul + h2 {
  margin-top: 30px;
}
.politicas .text .block p + h3, .politicas .text .block ul + h3 {
  margin-top: 20px;
}
.politicas .text .block ul + p {
  margin-top: 15px;
}
.politicas .text .block .CookieDeclarationTypeHeader {
  font-weight: bold;
}
.politicas .text .block table {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 10px;
}
.politicas .text .block table tr th, .politicas .text .block table tr td {
  padding: 10px;
  border: 1px solid #eaeaea;
}
.politicas .text .block table tr th {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .politicas .text .block .CookieDeclarationType {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 30px;
  }
}

footer {
  background-color: #201f1e;
  padding: 20px;
}
footer a {
  color: #fff;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  footer ul {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  footer ul li + li {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  footer ul li + li {
    margin-top: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  footer ul li a:hover {
    color: #fdc114;
  }
}
