/* Navbar */

#app.mobile nav {
  position: fixed;
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  max-height: 40px;
  margin: 0;
  padding: 10px;
  flex-flow: column;
  align-items: unset;
  overflow: hidden;
  justify-content: flex-start;
  transition: 0.4s;
}

#app.mobile nav.hideontop {
  transform: translateY(-100%);
}

#app.mobile nav.collapse {
  height: calc(100vh - 20px);
  max-height: 10000px;
}

#app.mobile nav .logo {
  display: flex;
  justify-content: space-between;
  max-width: calc(100vw - 20px);
}

#app.mobile nav .logo > a {
  max-width: 75%;
}

#app.mobile nav .content {
  height: 100%;
  padding: 20px 5px;
  flex-flow: column;
  overflow: hidden;
}


#app.mobile nav .routes {
  height: 100%;
  margin-bottom: 10px;
  flex-flow: column;
  border-bottom: none;
  justify-content: space-around;
  overflow: hidden;
}

#app.mobile nav .routes .link {
  font-size: x-large;
}

#app.mobile nav .routes .link .dropdown {
  opacity: 1;
  position: unset;
  max-height: unset;
  background: inherit;
}

#app.mobile nav .routes .link .dropdown .link {
  font-size: 0.85em; 
  border-bottom: none; 
}

#app.mobile nav .route-selector {
  display: none;
}

#app.mobile nav .languages {
  margin: 0;
  margin-right: 40px;
  align-self: flex-end;
  font-size: x-large;
}

#app.mobile nav .languages .lang {
  width: 35px;
  height: 35px;
}

#app.mobile nav .toggler {
  display: inline-block;
  align-self: center;
  margin-right: 2em;
}

#app.mobile .bar1, .bar2 {
  width: 35px;
  height: 5px;
  margin: 6px 0;
  transition: 0.4s;
  background-color: white;
}
#app.mobile .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px) ;
  transform: rotate(-45deg) translate(-4px, 4px) ;
}

/* Rotate last bar */
#app.mobile .change .bar2 {
  -webkit-transform: rotate(45deg) translate(-4px, -3px) ;
  transform: rotate(45deg) translate(-4px, -3px) ;
}

/* Footer */

#app.mobile footer {
  width: calc(100% - 50px);
  height: max-content;
  position: unset;
  padding: 50px 25px;
  flex-flow: column;
  font-size: x-large;
}

#app.mobile footer .left {
  width: 100%;
  height: 80px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}

#app.mobile footer .left img {
  width: auto;
  height: 100%;
  margin-right: 10px;
}

#app.mobile footer .left .fb-link {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  align-self: flex-end;
}

#app.mobile footer .center {
  width: 100%;
  padding: 50px 0;
}

#app.mobile footer .center .newsletter-section {
  width: 100%;
  margin-bottom: 20px;
}

#app.mobile footer .center .newsletter-section .newsletter-title {
  color: #FFC105;
  margin-bottom: 5px;
}

#app.mobile footer .center .newsletter-section .newsletter-form {
  display: flex;
  flex-flow: column;
  font-size: large;
}

#app.mobile footer .center .newsletter-section .newsletter-form input {
  width: calc(100% - 6px);
  padding: 3px;
}

#app.mobile footer .center .newsletter-section .newsletter-form button {
  width: unset;
  padding: 5px;
  text-align: left;
}

#app.mobile footer .right {
  width: 100%;
}
#app.mobile footer .right img {
  width: 100%;
  height: auto;
}


/* Route Info Page */

#app.mobile .route-page-container {
  width: calc(100% - 40px);
  padding: 100px 20px;
}

#app.mobile .route-page-container .header {
  flex-flow: column-reverse;
}

#app.mobile .route-page-container .header .img {
  width: calc(100% - 75px);
  margin: 50px 25px;
}
#app.mobile .route-page-container .header .info {
  width: 100%;
}

#app.mobile .route-page-container .content {
  flex-flow: column;
  margin: 50px 0;
}
#app.mobile .route-page-container .content .left,
#app.mobile .route-page-container .content .right {
  width: 100%;
}
#app.mobile .route-page-container .content .section .title {
  font-family: NexaBold;
}

#app.mobile .route-page-container .content .section .map-container {
  max-width: 100%;
  margin-right: 0;
}

/* Activity */

#app.mobile .activity-page-container {
  width: calc(100% - 40px);
  padding: 100px 20px;
}

#app.mobile .activity-page-container .name {
  font-size: x-large;
}

#app.mobile .activity-page-container .about {
  font-family: NexaBold;
}

#app.mobile .activity-page-container .info {
  font-size: 1em;
}

#app.mobile .activity-page-container .photo {
  max-width: calc(100% - 20px);
  margin: 10px; 
}

/* Activity Reservation */

#app.mobile .reservation-form {
  width: 100%;
}

#app.mobile .reservation-form .header .title {
  font-size: larger;
  font-family: NexaBold;
}

#app.mobile .reservation-form .form {
  width: unset;
  font-size: 1em;
}
  
#app.mobile .reservation-form .form .input-group {
  flex-flow: column;
}

#app.mobile .reservation-form .form .input-group label {
  width: unset;
  margin-bottom: 5px;
}
/* Routes Fragment */

#app.mobile .routes-container .routes-title {
  font-size: x-large;
}

#app.mobile .routes-container .routes-slider {
  width: 100%;
  margin-left: 0;
}

#app.mobile .routes-container .routes-list {
  margin: 0 5px;
}

#app.mobile .routes-container .routes-list .route {
  width: calc(100% - 10px);
  min-width: calc(100% - 10px);
  margin: 0 5px;
}

/* Team list */

#app.mobile .team-list {
  display: flex;
  flex-flow: column;
}

#app.mobile .team-list .member {
  margin-bottom: 25%;
  max-width: 100%;
  display: flex;
  flex-flow: column;
  padding: 0;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
}
#app.mobile .team-list .member .profile-photo {
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  position: unset;
  transform: translate(0);
}
#app.mobile .team-list .member .profile-photo img {
  width: 100%;
  border-radius: 3px;
}

#app.mobile .team-list .member .header {
  margin: 5px 0;
  padding: 0 20px;
  padding-top: 20px;
}

#app.mobile .team-list .member .header .name {
  font-size: 1.2em;
}

#app.mobile .team-list .member .header .job {
  font-size: 1.1em;
}

#app.mobile .team-list .member .description {
  font-size: 1em;
  margin-top: 0;
  padding: 10px 20px;
}

/* Sugestion Box */

#app.mobile .sugestions-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#app.mobile .sugestions-list > div {
  width: calc(100% / 3 - 20px);
}

#app.mobile .sugestion-box2 {
  width: 100%;
}

#app.mobile .sugestion-box {
  width: 100%;
  margin-top: 0;
  padding: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
}

#app.mobile .sugestion-box .info {
  width: 100%;
  padding: 20px 10px;
}

#app.mobile .sugestion-box .info .name {
  font-size: 1.1em;
}

#app.mobile .sugestion-box .info .location {
  margin-top: 15px;
  font-size: 1em;
}

#app.mobile .sugestion-box .info .location img {
  width: 24px;
}

#app.mobile .sugestion-box .info .button {
  font-size: 1em;
  margin-top: 15px;
}

#app.mobile .sugestion-box .image {
  width: 100%;
  position: unset;
  transform: translate(0);
  margin-top: 15px;
}

#app.mobile .sugestion-box .image img {
  display: block;
}

#app.mobile .sugestion-box.right .image {
  transform: translate(0);
}

/* News Fragment */

#app.mobile .news-container {
  margin: 20px 10px;
  margin-top: 50px;
  width: calc(100% - 20px);
}

#app.mobile .news-container .news-title {
  font-family: NexaBold;
}

#app.mobile .news-container .news-list {
  margin: 0 5px;
}

#app.mobile .news-container .news-list .news {
  min-width: 100%;
}

#app.mobile .news-container .news-list .news .news-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 30px;
}

#app.mobile .news-container .news-list .news .news-name {
  font-size: medium;
  font-family: NexaBold;
}

@media(max-width: 980px) {
  /* Navbar */

  nav {
    position: fixed;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: 40px;
    margin: 0;
    padding: 10px;
    flex-flow: column;
    align-items: unset;
    overflow: hidden;
    justify-content: flex-start;
    transition: 0.4s;
  }

  nav.hideontop {
    transform: translateY(-100%);
  }

  nav.collapse {
    height: calc(100vh - 20px);
    max-height: 10000px;
  }

  nav .logo {
    display: flex;
    justify-content: space-between;
    max-width: calc(100vw - 20px);
  }

  nav .logo > a {
    max-width: 75%;
  }

  nav .content {
    height: 100%;
    padding: 20px 5px;
    flex-flow: column;
    overflow: hidden;
  }


  nav .routes {
    height: 100%;
    margin-bottom: 10px;
    flex-flow: column;
    border-bottom: none;
    justify-content: space-around;
    overflow: hidden;
  }

  nav .routes .link {
    font-size: x-large;
    border-bottom: 0.5px solid; 
  }

  nav .routes .link:last-child {
    margin-right: 2em !important;
  }

  nav .routes .link .dropdown {
    opacity: 1;
    position: unset;
    max-height: unset;
    background: inherit;
  }

  nav .routes .link .dropdown .link {
    font-size: 0.85em; 
    border-bottom: none; 
  }

  nav .route-selector {
    display: none;
  }

  nav .languages {
    margin: 0;
    margin-right: 40px;
    align-self: flex-end;
    font-size: x-large;
  }

  nav .languages .lang {
    width: 35px;
    height: 35px;
  }

  nav .toggler {
    display: inline-block;
    align-self: center;
    margin-right: 2em;
  }

  .bar1, .bar2 {
    width: 35px;
    height: 5px;
    margin: 6px 0;
    transition: 0.4s;
    background-color: white;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px) ;
    transform: rotate(-45deg) translate(-4px, 4px) ;
  }

  /* Rotate last bar */
  .change .bar2 {
    -webkit-transform: rotate(45deg) translate(-4px, -3px) ;
    transform: rotate(45deg) translate(-4px, -3px) ;
  }
}
@media(max-width: 768px) {
  /* Footer */

  footer {
    width: calc(100% - 50px);
    height: max-content;
    position: unset;
    padding: 25px;
    flex-flow: column;
    font-size: x-large;
  }

  footer .left {
    width: 100%;
    height: 80px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
  }

  footer .left img {
    width: auto;
    height: 100%;
    margin-right: 10px;
  }

  footer .left .fb-link {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    align-self: flex-end;
  }

  footer .center {
    width: 100%;
    padding: 25px 0;
  }

  footer .center .newsletter-section {
    width: 100%;
    margin-bottom: 20px;
  }

  footer .center .newsletter-section .newsletter-title {
    color: #FFC105;
    margin-bottom: 5px;
  }

  footer .center .newsletter-section .newsletter-form {
    display: flex;
    flex-flow: column;
    font-size: large;
  }

  footer .center .newsletter-section .newsletter-form input {
    width: calc(100% - 6px);
    padding: 3px;
  }

  footer .center .newsletter-section .newsletter-form button {
    width: unset;
    padding: 5px;
    text-align: left;
  }

  footer .right {
    width: 100%;
  }
  footer .right img {
    width: 100%;
    height: auto;
  }


  /* Route Info Page */

  .route-page-container {
    width: calc(100% - 40px);
    padding: 100px 20px;
  }

  .route-page-container .header {
    flex-flow: column-reverse;
  }

  .route-page-container .header .img {
    width: calc(100% - 75px);
    margin: 50px 25px;
  }
  .route-page-container .header .info {
    width: 100%;
  }

  .route-page-container .content {
    flex-flow: column;
    margin: 50px 0;
  }
  .route-page-container .content .left,
  .route-page-container .content .right {
    width: 100%;
  }
  .route-page-container .content .section .title {
    font-family: NexaBold;
  }

  .route-page-container .content .section .map-container {
    max-width: 100%;
    margin-right: 0;
  }

  /* Activity */

  .activity-page-container {
    width: calc(100% - 40px);
    padding: 100px 20px;
  }

  .activity-page-container .name {
    font-size: x-large;
  }

  .activity-page-container .about {
    font-family: NexaBold;
  }

  .activity-page-container .info {
    font-size: 1em;
  }

  .activity-page-container .photo {
    max-width: calc(100% - 20px);
    margin: 10px; 
  }

  /* Activity Reservation */

  .reservation-form {
    width: 100%;
  }

  .reservation-form .header .title {
    font-size: larger;
    font-family: NexaBold;
  }

  .reservation-form .form {
    width: unset;
    font-size: 1em;
  }
  
  .reservation-form .form .input-group {
    flex-flow: column;
  }

  .reservation-form .form .input-group label {
    width: unset;
    margin-bottom: 5px;
  }

  /* Routes Fragment */

  .routes-container .routes-title {
    font-size: x-large;
  }

  .routes-container .routes-slider {
    width: 100%;
    margin-left: 0;
  }

  .routes-container .routes-list {
    margin: 0 5px;
  }

  .routes-container .routes-list .route {
    width: calc(100% - 10px);
    min-width: calc(100% - 10px);
    margin: 0 5px;
  }

  /* Team list */

  .team-list {
    display: flex;
    flex-flow: column;
  }

  .team-list .member {
    margin-bottom: 25%;
  }

  .team-list .member .header {
    margin: 5px 0;
  }

  .team-list .member .header .name {
    font-size: 1.2em;
  }

  .team-list .member .header .job {
    font-size: 1.1em;
  }

  .team-list .member .description {
    font-size: 1em;
    margin-top: 15%;
  }

  /* Sugestion Box */

  .sugestions-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .sugestions-list > div {
    width: calc(100% / 3 - 20px);
  }

  .sugestion-box2 {
    width: 100%;
  }
  .sugestion-box {
    width: 100%;
    margin-top: 0;
    padding: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
  }

  .sugestion-box .info {
    width: 100%;
    padding: 20px 10px;
  }

  .sugestion-box .info .name {
    font-size: 1.1em;
  }

  .sugestion-box .info .location {
    margin-top: 15px;
    font-size: 1em;
  }

  .sugestion-box .info .location img {
    width: 24px;
  }

  .sugestion-box .info .button {
    font-size: 1em;
    margin-top: 15px;
  }

  .sugestion-box .image {
    width: 100%;
    position: unset;
    transform: translate(0);
    margin-top: 15px;
  }

  .sugestion-box .image img {
    display: block;
  }

  .sugestion-box.right .image {
    transform: translate(0);
  }

  /* News Fragment */

  .news-container {
    margin: 20px 10px;
    margin-top: 50px;
    width: calc(100% - 20px);
  }

  .news-container .news-title {
    font-family: NexaBold;
  }

  .news-container .news-list {
    margin: 0 5px;
  }

  .news-container .news-list .news {
    min-width: 100%;
  }

  .news-container .news-list .news .news-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 30px;
  }

  .news-container .news-list .news .news-name {
    font-size: medium;
    font-family: NexaBold;
  }
}