@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");

@font-face {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif !important;
  src: url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
  font-display: swap;
}

* {
  box-sizing: border-box;
  font-display: swap;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
  height: 100%;
}

h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 2.7em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1em;
}
p {
  font-size: 1.25em;
}
ul {
  list-style: none;
}
li {
  font-size: 1.25em;
}

svg {
  cursor: pointer;
}

#inicio button {
  border: 2x solid rgba(0, 0, 0, 0, 5);
  width: 110px;
  height: 110px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  color: white;
  background-color: #356045;
  border-radius: 50%;
  cursor: pointer;
}

#justeat {
  background-image: url("./fotos/justeat.webp");
  background-size: cover;
  width: 130px;
  height: 130px;
}

#glovo {
  background-image: url("./fotos/glovo.webp");
  background-size: cover;
  width: 130px;
  height: 130px;
}

button:hover {
  background-color: grey;
}

.container {
  margin: auto;
}

.color-acc {
  color: #356045;
}

.color-ac {
  color: #356045;
}

.color-ac:hover {
  color: #356045;
}

header.scrolled {
  background-color: rgb(238, 231, 168);
}

header.unscrolled {
  background: linear-gradient(to bottom, rgb(140, 140, 140), rgba(0, 0, 0, 0));
}

header.unscrolled .logo {
  margin: 0;
  padding: 0px 25px;
  font-weight: 600;
  color: #52b375;
  font-size: 1.2em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear;
}

header.scrolled .logo {
  margin: 0;
  font-weight: bold;
  color: #356045;
  font-size: 1.2em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear;
}

header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
  align-items: center;
}

header.scrolled a {
  text-decoration: none;
  color: rgb(66, 64, 64);
  font-size: 1.25em;
  font-weight: bold;
  padding: 5px 10px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear;
}

header.unscrolled a {
  text-decoration: none;
  color: rgb(230, 230, 230);
  font-size: 1.25em;
  font-weight: bold;
  padding: 5px 10px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear;
}

header a:hover {
  color: #327c4d;
}

header .logo:hover {
  color: #327c4d;
}

.navbar-title {
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.a-space {
  color: rgb(66, 64, 64);
  font-size: 1.25em;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear;
}

.enc-svg {
  filter: drop-shadow(8px 8px 10px #555);
  margin-right: 10px;
  stroke: #327c4d;
}

#enc-a:hover + .enc-svg {
  stroke: #327c4d;
  transition: all 0.2s linear;
}

#enc-a:hover {
  color: #327c4d;
  stroke: #327c4d;
  transition: all 0.2s linear;
}

#enc-a {
  text-decoration: none;
  font-size: 1.25em;
  font-weight: bold;
  padding: 5px 10px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
}

.enc {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  line-height: 2;
}

.enc-t.scrolled {
  color: rgb(66, 64, 64);
}

#inicio {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 100vh;
  color: white;
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("fotos/cafeteria.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#inicio h1 {
  color: white;
  padding-top: 30px;
}

#inicio span {
  color: rgba(255, 255, 255, 0.671);
  padding-top: 30px;
  font-weight: bold;
}

#inicio button {
  font-size: 1.75em;
  margin: 0px 30px;
}

#inicio .container {
  flex-direction: row;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#menu {
  background: linear-gradient(to bottom, rgb(238, 231, 168), #d9ffe7);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.menu {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 0;
}

#menu h3 {
  padding: 20px 0;
  margin: 0;
  font-weight: bold;
  color: #356045;
  font-size: 2.3em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear;
}

.menu-h {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

#menu h2 {
  font-size: 3em;
  color: #356045;
}

.h-menu {
  text-align: center;
  justify-content: center;
  padding: 20px 100px;
  padding-top: 50px;
}

#menu p {
  max-width: 100%;
  height: auto;
  padding: 20px;
  color: rgb(231, 213, 213);
}

.carta p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 100%;
  word-wrap: break-word;
  margin: 0;
}

.carta p a {
  text-decoration: none;
  color: #356045;
  font-size: 1em;
  padding-left: 5px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear;
}

.carta p a:hover {
  color: #327c4d;
}

.carta p a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #356045;
  transition: width 0.3s;
}

.img-menu {
  width: 90%;
  height: 90%;
  background-image: url("/fotos/postres.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#menu .carta {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px;
  padding: 20px;
  height: 400px;
  border-radius: 15px;
  color: rgba(255, 250, 250, 0.479);
  background-color: rgba(30, 30, 30, 0.5);
  width: 70%;
}

#menu .carta:hover {
  color: rgb(255, 250, 250);
}

#logros .container {
  text-align: center;
  padding: 100px 0px;
}

#logros li {
  margin: 16px 0px;
  font-weight: bold;
  font-size: 1.25em;
}

#contacta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 90vh;
  background-color: rgba(30, 30, 30);
  color: white;
  height: 100%;
}

#contacto button {
  font-size: 1.75em;
}

.footer-distributed {
  background: #444;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 50px 60px 40px;
  overflow: hidden;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
  float: left;
}

/* Logo */

.footer-distributed h3 {
  color: #ffffff;
  margin: 0 0 10px;
}

.footer-distributed h3 span {
  color: #4d9c6a;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-icons {
  margin-top: 40px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 50%;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}

.footer-distributed p {
  font-size: 25px;
}

.footer-distributed .footer-icons #fb {
  background-image: url("./fotos/facebuk.webp");
  background-size: 50px 50px;
}

.footer-distributed .footer-icons #ig {
  background-image: url("./fotos/instagram3.webp");
  background-size: 50px 50px;
}

.footer-distributed .footer-icons #maps {
  background-image: url("./fotos/periscope.webp");
  background-size: 50px 50px;
}

/* Footer right */

.footer-distributed .footer-right {
  float: right;
}

.footer-distributed .footer-right p {
  display: flex;
  flex-direction: column;
  vertical-align: bottom;
  margin: 15px 42px 0 0;
  color: #ffffff;
  align-items: flex-end;
  font-size: 1.2em;
}

/* Contacto */

.footer-distributed form {
  display: inline-block;
  clear: right;
}

.footer-distributed form input,
.footer-distributed form textarea {
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #1f2022;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  border: none;
  resize: none;

  font: inherit;
  font-size: 14px;
  font-weight: normal;
  color: #d1d2d2;

  width: 400px;
  padding: 18px;
}

.footer-distributed ::-webkit-input-placeholder {
  color: #5c666b;
}

.footer-distributed ::-moz-placeholder {
  color: #5c666b;
  opacity: 1;
}

.footer-distributed :-ms-input-placeholder {
  color: #5c666b;
}

.footer-distributed form input {
  height: 55px;
  margin-bottom: 15px;
}

.footer-distributed form textarea {
  height: 100px;
  margin-bottom: 20px;
}

.footer-distributed form button {
  border-radius: 3px;
  background-color: #33383b;
  color: #ffffff;
  border: 0;
  padding: 15px 50px;
  font-weight: bold;
  float: right;
  text-align: center;
  width: 400px;
  height: 100px;
  color: rgb(201, 201, 201);
}

.footer-distributed form button:hover {
  color: rgb(235, 230, 230);
}

@media (max-width: 1000px) {
  .footer-distributed .footer-company-name {
    font-size: 12px;
  }

  .footer-distributed form input,
  .footer-distributed form textarea {
    width: 250px;
  }

  .footer-distributed form button {
    padding: 10px 35px;
  }
}

@media (max-width: 800px) {
  .footer-distributed {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    float: none;
    clear: right;
  }

  .footer-distributed .footer-left {
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
  }

  .footer-distributed form {
    margin-top: 30px;
  }

  .footer-distributed form {
    display: block;
  }

  .footer-distributed form button {
    float: none;
  }

  .footer-distributed .footer-right p {
    display: block;
    margin: 0;
    text-align: center;
  }

  .footer-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .footer-links a {
    margin: 0 10px;
  }

  .footer-distributed .footer-icons a {
    margin-right: 0;
  }

  .footer-distributed .footer-company-name {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
  }

  .footer-distributed .footer-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .footer-distributed .footer-icons a {
    margin-right: 10px;
  }
}

@media (min-width: 727px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 100;
    display: flex;
  }

  header .container {
    flex-direction: row;
    justify-content: space-between;
    margin: 0px;
    width: 100%;
  }

  header nav {
    flex-direction: row-reverse;
    padding-bottom: 0;
    width: 100%;
  }

  header button {
    display: none;
  }

  .mainInner {
    display: none;
  }

  #hero h1 {
    font-size: 4em;
  }

  #menu {
    height: 100vh;
  }

  #menu .texto {
    width: 50%;
    text-align: initial;
    padding: 0px 30px;
    max-width: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  #menu h2 {
    margin: 0;
  }

  #inicio .proyectos {
    justify-content: center;
  }

  #inicio p {
    display: block;
    margin-bottom: 30px;
  }

  #inicio h3 {
    margin-top: 0px;
  }

  #inicio .carta {
    padding: 15px;
  }

  #inicio .carta .img-container {
    height: 300px;
    width: 300px;
  }

  #inicio .carta .img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  #contacto .container {
    text-align: left;
  }

  #contacto h2 {
    margin-left: 50px;
  }

  #contacto ul {
    margin-left: 10px;
    font-size: 0.85em;
  }

  #contacto button {
    font-size: 1.75em;
  }
}

.author {
  font-size: 0.75em !important;
  color: #999 !important;
  text-align: center;
  margin-top: 20px;
}

.author a {
  text-decoration: none;
  font-size: 1em;
  padding-left: 5px;
  color: #999 !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear;
}

.author a:hover {
  color: #fff !important;
  text-decoration: none;
}

.author a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.4s ease;
  text-decoration: none;
}

.sbuttons {
  bottom: 5%;
  position: fixed;
  margin: 1em;
  left: 0;
}
.sbutton {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18),
    0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: relative;
}
.sbutton > i {
  font-size: 38px;
  line-height: 60px;
  transition: all 0.2s ease-in-out;
  transition-delay: 2s;
}
.sbutton:active,
.sbutton:focus,
.sbutton:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.sbutton:not(:last-child) {
  width: 60px;
  height: 60px;
  margin: 20px auto 0;
  opacity: 0;
}
.sbutton:not(:last-child) > i {
  font-size: 25px;
  line-height: 60px;
  transition: all 0.3s ease-in-out;
}
.sbuttons:hover .sbutton:not(:last-child) {
  opacity: 1;
  width: 60px;
  height: 60px;
  margin: 15px auto 0;
}
.sbutton:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.sbutton:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}
.sbutton:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
.sbutton:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}
.sbutton:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.sbutton:not(:last-child):nth-last-child(6) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

[tooltip]:before {
  font-family: "Roboto";
  font-weight: 600;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-left: 10px;
  position: absolute;
  left: 100%;
  bottom: 20%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: none;
  opacity: 1;
}
.sbutton.mainsbutton {
  background: #2ab1ce;
}
.sbutton.gplus {
  background: #f44336;
}
.sbutton.pinteres {
  background: #e60023;
}
.sbutton.twitt {
  background: #03a9f4;
}
.sbutton.fb {
  background: #3f51b5;
}
.sbutton.whatsapp {
  background: #00e676;
}

@media screen and (max-width: 726px) {
  header .logo {
    width: 100%;
    text-align: center;
  }

  .footer-distributed h3 {
    font-size: 26px;
    text-align: center;
  }

  .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-distributed a {
    font-size: 18px;
  }

  .footer-distributed .footer-icons {
    margin: 20px auto;
  }

  .footer-distributed .footer-left {
    margin: 0;
  }

  .footer-distributed .footer-right p {
    text-align: center;
    font-size: 16px;
    padding: 5px;
  }

  header .logo {
    width: 100%;
    text-align: center;
    font-size: 23px;
  }

  header a {
    color: #356045 !important;
  }

  .footer-distributed h3 {
    font-size: 26px;
    text-align: center;
  }

  .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-distributed a {
    font-size: 18px;
  }

  header .container {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .mainInner {
    margin-right: 20px;
  }

  header.unscrolled svg {
    stroke: rgb(82, 179, 117);
  }

  svg {
    width: 25px;
    height: 25px;
    stroke: #356045;
  }

  .svg-x {
    margin-left: 10px;
  }

  .cover {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
  }

  .header-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }

  .header-wrap .mainInner {
    max-width: calc(1050px + 40px);
    height: 50px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-title h1 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #f6f6f6;
  }

  .navbar-menu {
    background-color: #b1ac7e !important;
  }

  .navbar-menu ul {
    display: flex;
    list-style: none;
  }

  .navbar-menu ul li:not(:last-child) {
    margin-right: 30px;
  }

  .navbar-menu .link {
    display: flex;
    align-items: center;
    font-size: 15px;
    width: 100%;
  }

  .navbar-menu .link::hover {
    color: #356045;
  }

  .navbar-close,
  .navbar-icon,
  .navbar-icon > * {
    display: none;
    align-items: center;
  }

  .main-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    filter: brightness(60%);
    -webkit-filter: brightness(60%);
  }

  .navbar-menu ul {
    flex-direction: column;
  }

  .navbar-menu ul li:not(:last-child) {
    margin: 0;
  }

  .navbar-menu .link {
    padding: 14px 22px;
  }

  .navbar-close {
    padding: 30px 22px 14px 22px !important;
    justify-content: flex-end;
    width: 100%;
  }

  .navbar-close label {
    display: flex;
    align-items: center;
    color: #356045;
  }

  .off-navmenu:checked ~ .navbar-menu {
    right: 0;
    visibility: visible;
    opacity: 1;
  }

  .off-navmenu:checked ~ .navC {
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    visibility: visible;
  }

  .enc {
    display: block;
    width: auto;
  }

  .enc svg {
    display: none;
  }
}

#cookiePopup {
  background-color: #ffffff;
  position: fixed;
  font-size: 14px;
  width: 70vw;
  max-width: 42.85em;
  box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
  font-family: "Poppins", sans-serif;
  text-align: justify;
  line-height: 1.8em;
  padding: 2em 1.4em;
  border-radius: 6px;
  transition: all 0.5s ease-in;
}

#cookiePopup img {
  display: block;
  width: 10em;
  height: 100%;
  transform: translateZ(0);
  position: relative;
  margin: auto;
}

#cookiePopup p {
  text-align: center;
  margin: 1.4em 0;
}

#cookiePopup button {
  background-color: #6859fe;
  border: none;
  color: #ffffff;
  font-size: 1.2em;
  padding: 0.5em 0.7em;
  display: block;
  position: relative;
  margin: auto;
  border-radius: 5px;
  width: 90px;
  height: 70px;
  cursor: pointer;
}
#cookiePopup a {
  color: #6859fe;
}

.hide {
  visibility: hidden;
  bottom: 0;
  right: 2em;
}

.show {
  visibility: visible;
  bottom: 2em;
  right: 2em;
}

@media only screen and (max-width: 37.5em) {
  #cookiePopup {
    width: 100%;
  }
  .hide {
    bottom: 2em;
    right: 0;
  }
  .show {
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 767px) {
  .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 40px 0;
  }
}

@media (max-width: 767px) {
  .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.hidden {
  display: none;
}

.cover {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}

.header-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

header.scrolled.header-wrap .container .mainInner {
  padding: 0 10px 0 20px;
  height: 60px;
  transition: all 0.3s ease;
}

.header-wrap .mainInner {
  width: 100%;
  height: 85px;
  padding: 0 20px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-title h1 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #f6f6f6;
}

.navbar-menu ul {
  display: flex;
  list-style: none;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.navbar-close,
.navbar-icon,
.navbar-icon > * {
  display: none;
  align-items: center;
}

.main-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
}

@media screen and (max-width: 726px) {
  .navbar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 55%;
    height: 100vh;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
  }

  .navbar-menu ul {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .navbar-menu ul li:not(:last-child) {
    margin: 0;
  }

  .a-space {
    display: none;
  }

  #enc-a {
    padding: 14px 22px;
    height: 45px;
    width: auto;
  }

  .navbar-menu .link {
    padding: 14px 22px;
  }

  .navbar-menu .link::hover {
    color: #356045;
  }

  .navbar-close,
  .navbar-icon,
  .navbar-icon > * {
    display: flex;
  }

  .navbar-close {
    padding: 14px 22px;
    justify-content: flex-end;
  }

  .navbar-close label {
    display: flex;
    align-items: center;
  }

  .navbar-close label::before {
    content: "Cerrar";
    font-size: 17px;
    color: #356045;
    font-weight: bold;
    opacity: 0.9;
    cursor: pointer;
    transition: 0.2s ease;
  }

  .off-navmenu:checked ~ .navbar-menu {
    right: 0;
    visibility: visible;
    opacity: 1;
  }

  .off-navmenu:checked ~ .navC {
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    visibility: visible;
  }
}
