@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
    --primary-color: #54acbc;
    --secondary-color: #27323c;
    --whithe-color: #f2f2f2;
    --blur-color: rgba(255, 255, 255, 0.1);
    --filter-color: #27323c6b;
    --filter-gray: #27323cb0;
  }
  

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  max-width: 100%;
  line-height: 1.15;
}

html::-webkit-scrollbar{
  background-color: var(--secondary-color);
  width: 10px;
}

html::-webkit-scrollbar-thumb{
  background-color: var(--primary-color);
  border-radius: 5px;
}

/* Section nav
========================================================================== */

.fondo-header{
  background-image: url("https://res.cloudinary.com/variablemk/image/upload/v1654528598/variable/FotosZenda/IMG-1742_k5gfsy.jpg");
  background-size: cover;
  background-color: var(--filter-color);
  background-blend-mode: soft-light;
  box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
  -webkit-box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
  -moz-box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
}

.header {
  display: block;
  height: auto;
  color: whitesmoke;
}

.header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}

.header nav picture {
  display: flex;
  align-items: center;
  height: 90px;
  width: auto;
  margin-left: 10%;
  cursor: pointer;
  z-index: 1;
}

.header nav ul {
  margin-right: 10%;
  list-style: none;
  display: flex;
  align-items: center;
  position: fixed;
  right:-30px;
}

.header nav > ul {
  background-color: var(--blur-color);
  padding: 20px;
  border-radius: 4px;
  backdrop-filter: blur(2px);
  z-index: 1;
  box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
  -webkit-box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
  -moz-box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
}

.header nav ul li {
  margin-left: 30px;
}

.header nav ul li a {
  text-decoration: none;
  color: var(--whithe-color);
  font-weight: 600;
  transition: all 300ms;
}

.header nav ul li a:hover {
  color: var(--primary-color);
}

.menu-desplegable {
  display: none;
}

.menu-bar,
.menu {
  display: none;
}

.item-back{
  color: var(--whithe-color);
  font-size: 3rem;
  position: fixed;
  left: 85%;
  top: 90%;
  z-index: 1;
  cursor: pointer;
  transition: all 300ms;
}

.item-back:hover{
  color: var(--secondary-color);
}


/**FOOTER*/

.footer {
  display: block;
  width: 100%;
  background-color: var(--secondary-color);
  justify-content: center;
  color: var(--whithe-color);
}

.footer .footer-item_1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 250px;
  justify-content: center;
  background-color: var(--primary-color);
  margin-top: 0px;
  align-items: center;
}

.footer .footer-item_1 .box-1 {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: auto;
  justify-content: center;
  align-items: center;
  min-width: 500px;
}

.footer .footer-item_1 .box-1 picture {
  display: block;
  height: 150px;
  width: auto;
}

.footer .footer-item_1 .box-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  min-width: 500px;
}

 .links {
  display: flex;
  list-style: none;
  flex-direction: column;
  font-weight: 500;
  padding: 0px;
}

.links li {
  margin: 10px;
}

.links li a {
  color: var(--whithe-color);
  text-decoration: none;
  font-weight: 700;
  transition: all 300ms;
}

.links li a:hover {
  color: var(--secondary-color);
}

.icons {
  display: flex;
  list-style: none;
  padding: 0px;
}

.icons li {
  list-style: none;
  margin: 10px;
  font-size: 2.5rem;
}

.icons li a {
  color: whitesmoke;
  transition: all 300ms;
}

.icons li a:hover {
  color: var(--secondary-color);
}

.footer .box-3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height:100px;
  width: 100%;
  font-weight: 500;
  font-size: 0.8rem;
}
.marca{
  color: var(--whithe-color);
  cursor: pointer;
  transition: all 300ms;
}

.marca:hover{
  font-size: 1.2rem;
}

#footer-logo {
  display: flex;
  height: 200px;
  width: auto;
  background-size: cover;
  background-position: center;
  background-image: url("https://res.cloudinary.com/variablemk/image/upload/v1651118660/variable/logo-zenda_wfybwg.svg");
  background-repeat: no-repeat;
}

.map{
  display: flex;
  width: 500px;
  flex-direction: column;
  justify-content:left;
  align-items:left;
  margin: 20px;
}

.map h2{
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  justify-content: flex-start;
  font-size: 1.2rem;
  color: var(--whithe-color);
}

.map span{
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 10px;
  color: var(--whithe-color);
  font-size: 1.1rem;
}


/* Section buttons
========================================================================== */

.button-content {
  display: flex;
  justify-content: center;
  margin: auto;
}

.button-content button {
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 30px;
}

.btn {
  display: flex;
  flex-direction: column;
  align-items:center;
  margin-top: 30px;
  margin-left: 30px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
  -webkit-box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
  -moz-box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
}

.btn-card{
  display: flex;
  flex-direction: column;
  align-items:center;
  margin-top: 30px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
  -webkit-box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
  -moz-box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
}

.light {
  border: var(--secondary-color) 2px solid;
  color: var(--secondary-color);
  transition: all 300ms;
  background-color:var(--whithe-color);
}

.light:hover {
  color: var(--whithe-color);
  border: solid 2px var(--primary-color);
  background-color: var(--primary-color);
}

.icon-download{
  font-size: 2rem;
  margin-right:15px;
  color: var(--primary-color);
  transition: all 300ms;
}

.icon-download:hover{
  font-size: 2.5rem;
  margin-right:15px;
  color: var(--whithe-color);
}

.btn-dowload{
  display: flex;
  align-items:center;
  margin-top: 20px;
  margin-left: 30px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 18px;
  padding-bottom: 19px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
  -webkit-box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
  -moz-box-shadow: -12px -13px 189px -9px rgba(5, 5, 5, 0.45);
}

.color {
    border: var(--secondary-color) 2px solid;
    background-color:var(--secondary-color);
    color: white;
    transition: all 300ms;
  }

.color:hover {
  background-color:var(--primary-color);
  border: solid 2px var(--primary-color);
  color: var(--whithe-color);

}

.active{
    border: var(--primary-color) 2px solid;
    background-color:var(--primary-color);
    color: white;
    transition: all 300ms;
}

.enlace{
  font-size: 1.2rem;
  color: var(--primary-color);
  text-decoration: underline;
}

.enlace:hover{
  color: var(--whithe-color);
}

.active:hover{
  border: var(--whithe-color) 2px solid;
  color: var(--whithe-color);
  transition: all 300ms;
  background-color: #f2f2f207;
}

.lectura{
  background-color: var(--secondary-color);
  border: solid 1px var(--whithe-color);
  color: var(--whithe-color);
}

.item-dude{
  display: flex;
  font-size: 1rem;
  cursor: pointer;
  transition: all 300ms;
  margin-left: 10px;
  color: var(--primary-color);
}

.item-dude:hover{
  font-size: 1.2rem;
}

@media (max-width: 800px) {
  .button-content {
    width: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
  overflow-x: hidden;
  max-width: 100%;
  line-height: 1.15;
}

ul{
  list-style: none;
}

a{
  text-decoration: none;
  color:white;
  cursor:pointer;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

