div#wrapper {
  width: 94%;
  max-width: calc(100% - 58px);
  margin: 30px auto;
  border-radius: 17px;
}

div#container {
  grid-template-columns: 104px 1fr;
  height: 940px;
  max-height: calc(100vh - 60px);
}

div#nav {
  display: grid;
  border-radius: 17px 0 0 17px;
  top: 0;
  align-content: start;
}

div#main {
  margin: 34px 20px;
}

div#main.no_scrollbar_needed {
  margin-right: 0;
}

div#main.scrollbar_adapted {
  margin-right: -20px;
}

div#main > :first-child.scrollbar_adapted {
  padding-right: 40px;
}

div#title {
  padding: 22px 0 10px 13px;
}

div#title h1 {
  font-size: 30px;
}

a.yos_buttons {
  width: calc(100% - 11px);
  height: 44px;
  line-height: 52px;
  padding-left: 10px;
  border-left-width: 1px;
}

div.submenu {
  padding-left: 13px;
  border-left: 1px solid var(--verde);
}

a.submenu_activo::before {
  margin-left: -22px;
  font-size: 37px;
  width: 22px;
}

#bg_pic {
  display: none;
}

@keyframes aparece_bg_pic {
  0% {opacity: 0; right: 74px; bottom: -28px;}
  70% {right: 34px; bottom: -12px;}
  100% {opacity: 0.7;}
}

#bg_pic.bg_pic_sec_home {
  position: absolute;
  width: 366px;
  bottom: -12px;
  opacity: 0.7;
  clip: rect(0px,366px,540px,0px);
  animation: aparece_bg_pic 3s ease-out;
  right: 34px;
  display: initial;
}

#menu_tel, #submenu_tel {
  display: none;
}

@keyframes flecha_entra {
  0% {margin: 2000px 0 0 40px;}
  30% {margin: 1800px 0 0 40px;}
  80% {margin: 40px 0 0 30px;}
  100% {margin: 30px 0 0 14px;}
}

#flecha_grande {
  margin: 30px 0 0 14px;
  transform: rotate(196deg);
  position: fixed;
  width: 240px;
  height: auto;
  animation: flecha_entra 2s ease-out;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0 21px 21px 0;
  background-color: #4a8a163b;
  border: 5px solid #191e20;
  border-left: none;
}

::-webkit-scrollbar-track {
  background-color: #283235;
  border-radius: 0 17px 17px 0;
}

::-moz-scrollbar {
  width: 20px;
}

::-moz-scrollbar-thumb {
  border-radius: 0 21px 21px 0;
  background-color: #4a8a163b;
  border: 5px solid #191e20;
  border-left: none;
}

::-moz-scrollbar-track {
  background-color: #283235;
  border-radius: 0 17px 17px 0;
}

::-ms-thumb {
  border-radius: 0 21px 21px 0;
  background-color: #4a8a163b;
  border: 5px solid #191e20;
  border-left: none;
}

[onclick] {
  cursor: pointer;
}

footer#site_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 104px;
  background-color: var(--gris_nav);
  border-radius: 0 0 0 17px;
  padding: 16px 0;
}

.tab_br {
  display: initial;
}

#footer_contact {
  text-align: right;
  padding-right: 10px;
}