@font-face {
  font-family: NexaBold;
  src: url('./fonts/NexaBold.otf');
}

@font-face {
  font-family: NexaLight;
  src: url('./fonts/NexaLight.otf');
}

html, body {
  margin: 0;
  padding: 0;
  font-family: NexaLight;
}

/* Handlers for font size */
html { font-size: calc(0.8em + 0.5vw) }
input, button { font-size: inherit; font-family: inherit; }

#app {
  min-height: calc(100vh + 120px);
  position: relative;
  overflow: hidden;
  background: url("../storage/img/background.png");
}

.btn-primary-yellow {
  color: white;
  border: none;
  font-size: small;
  font-family: NexaBold !important;
  letter-spacing: 1px;
  background-color: #FFC105;
  cursor: pointer;
  padding: 10px;
  width: max-content;
}

.btn-primary {
  color: white;
  border: none;
  background-color: #FFC105;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: NexaBold !important;
  cursor: pointer;
  padding: 6px 12px;
  width: max-content;
  height: max-content;
}

/* Page Layout */

.page-container {
  width: 100%;
  padding-bottom: 260px;
  background-color: transparent; 
}

.banner-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-container img {
  width: 100%;
  display: block;
  max-width: 100%;
}

.banner-container .message-container {
  color: white;
  width: 60%;
  padding: 30px;
  position: absolute;
  background-color: #FFC105;
  border-radius: 2.5px;
  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);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.4);
}

.banner-container .message-container .title {
  text-align: center;
  font-size: xx-large;
  font-family: NexaBold;
  margin-bottom: 15px;
}

.banner-container .message-container .message {
  font-size: smaller;
  font-family: NexaBold;
}

.page-content {
  margin: 0 15%;
}

/* Home */

.schedule-container {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 150px;
  z-index: 999;
}

.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  position: relative;
}

.video-container .video-overlay {
  width: 100%;
  height: auto;
  z-index: 1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container .video-cover-image {
  width: 100%;
  height: auto;
  position: absolute;
}

.video-container .video-cover-button {
  width: 200px;
  height: 200px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}

.video-container .video {
  width: 100%;
  height: auto;
}

/* About */

.about-title {
  color: #FFC105;
  font-size: xx-large;
  font-family: NexaBold;
  margin-bottom: 30px;
}

.about-container {
  margin: 80px 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.about-container .section {
  width: 45%;
}

.about-container .section .content {
  font-size: 0.7em;
  line-height: 200%;
}

.team-container {
  margin-bottom: 80px;
}

.team-title {
  color: #FFC105;
  font-size: xx-large;
  font-family: NexaBold;
  margin-bottom: 60px;
}

/* Visit */

.visit-container {
  width: 100%;
  min-height: 120vh;
  display: flex;
  position: relative;
}

.visit-container .route-banner-image {
  width: 50%;
  max-height: 100%;
}

.visit-container .route-banner-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

.visit-container .route-banner-info {
  width: calc(50% - 210px);
  max-height: 100%;
  padding: 60px;
  padding-top: 150px;
  padding-right: 150px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  background: url("../storage/img/background-white.png");
}

.visit-container .route-banner-info.gray {
  background: url("../storage/img/background-gray.png");
}

.visit-container .route-banner-info.yellow {
  background: url("../storage/img/background-yellow.png");
}
.visit-container .route-banner-info.yellow .route-name .name,
.visit-container .route-banner-info.gray .route-description {
  color: white;
}
.visit-container .route-banner-info.yellow .route-btn {
  background-color: white;
  color: #FFC105;
}

.visit-container .route-banner-info .route-name {
  position: relative;
  text-align: right;
  font-family: NexaBold;
  margin-bottom: 40px;
}
.visit-container .route-banner-info .route-name .name {
  color: #FFC105;
  font-size: xx-large;
  left: 0;
  bottom: 0; 
  text-align: left;
  text-transform: uppercase;
  position: absolute;
}

.visit-container .route-banner-info .route-name .background {
  font-size: 10em;
  line-height: 0.5;
  color: rgba(0,0,0,0.2);
}

.visit-container .route-banner-info .route-description {
  font-size: 0.78em;
  line-height: 150%;
  white-space: pre-line;
}

.visit-container .route-banner-info .route-description p {
  margin-bottom: 0;
}

.visit-container .route-banner-info .route-btn {
  padding: 6px 12px;
  margin-top: 20px;
  margin-bottom: 180px;
  width: max-content;
  color: white;
  font-size: smaller;
  text-decoration: none;
}

.visit-container .route-range {
  top: 0;
  right: 0;
  margin-top: 0;
  padding-top: 120px;
  padding-right: 20px;
  position: absolute;
  font-size: 0.72em;
  list-style-type: none;
}

.visit-container .route-range li {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 2.5em;
  color: #757575;
  cursor: pointer;
  transition: 0.3s ease;
}

.visit-container .route-range li.selected {
  color: #262626;
  font-family: NexaBold;
}

.visit-container .route-range li i {
  top: 0px;
  left: -20.5px;
  font-size: 10px;
  position: absolute;
}

.visit-container .route-range li:before {
  content: '';
  top: 8px;
  left: -16px;
  position: absolute;
  border-left: 1px solid #757575;
  height: calc(100% - 6px);
  width: 1px;
  transition: 0.3s ease;
}

.visit-container .route-range.white li {
  color: white;
}

.visit-container .route-range.white li:before {
  border-left-color: white;
}

.visit-container .route-range li:last-child:before {
  height: 0;
}

/* Agenda */

.agenda-container {
  width: calc(100% - 240px);
  padding: 160px 120px;
  padding-bottom: 260px;
  background-color: transparent; 
}

.agenda-container .agenda {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.agenda-container .agenda .filters-container {
  color: black;
  padding: 20px;
  height: max-content;
  width: 260px;
  max-width: 300px;
  font-size: smaller;
  margin-bottom: 80px;
  background-color: #FFC105;
  -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);
}

.agenda-container .agenda .filters-container .filters {
  height: auto;
  overflow: hidden;
  max-height: 1000px;
  will-change: max-height;
  transition: max-height 0.5s ease-out;
}

.agenda-container .agenda .filters-container .filters.collapse {
  max-height: 0;
}

.agenda-container .agenda .filters-container .title {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  font-size: x-large;
}
.agenda-container .agenda .filters-container .title i {
  cursor: pointer;
}

.agenda-container .agenda .filters-container .day-filters {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 20px;
}

.white-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.white-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.white-checkbox .checkmark {
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  position: absolute;
  background-color: transparent;
  border: 0.5px solid black;
}

.white-checkbox:hover input ~ .checkmark {
  background-color: rgba(0,0,0,0.5);
}

.white-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.white-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.white-checkbox .checkmark:after {
  top: 0px;
  left: 4.5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.agenda-container .agenda .filters-container .vc-container {
  width: 100%;
  border: none;
  margin-top: 20px;
  background-color: transparent;
}
.agenda-container .agenda .filters-container .vc-container * {
  color: black;
}
.agenda-container .agenda .filters-container .vc-weekday {
  border-bottom: 1px solid black;
}
.agenda-container .agenda .filters-container .vc-container .vc-bg-blue-200 {
  background-color: rgba(0,0,0,0.4);
}
.agenda-container .agenda .filters-container .vc-container .vc-bg-blue-600 {
  background-color: white;
}
.agenda-container .agenda .filters-container .vc-container .vc-pointer-events-none {
  color: rgba(0,0,0,0.25);
}

.agenda-container .agenda .filters-container .tags-list {
  margin-top: 20px;
}

.agenda-container .agenda .filters-container .tags-list .tag {
  cursor: pointer;
  margin-top: 5px;
  font-size: 0.75em;
}

.agenda-container .agenda .filters-container .tags-list .tag.selected {
  font-family: NexaBold;
}

.agenda-container .agenda .filters-container .route-filter {
  max-width: 100%;
}
.agenda-container .agenda .filters-container .route-filter select {
  border: none;
  margin-top: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  background-color: transparent;
  padding: 4px 0;
  max-width: 100%;
  font-family: NexaLight;
  color: black;
}
.agenda-container .agenda .filters-container .route-filter select option {
  color: rgba(0,0,0,0.8);
  padding: 2px;
}

.agenda-container .agenda .agenda-list {
  width: 60%;
  display: flex;
  flex-flow: column;
  max-width: 100%;
  margin-left: 15px;
  position: relative;
}

.agenda-container .agenda .agenda-list .list-item-container {
  width: 100%;
  display: flex;
  flex-flow: row;
  padding: 10px 30px;
  margin-bottom: 30px;
  color: black;
  background-color: #FFC105;
  -webkit-box-shadow: 8px 2px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 8px 2px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 8px 2px 10px 0px rgba(0,0,0,0.4);
}

.agenda-container .agenda .agenda-list .list-item {
  display: flex;
  flex-flow: row;
  align-items: center;
  transform: translateX(-50px);
}
.agenda-container .agenda .agenda-list .list-item.unshift {
  transform: translateX(0);
}

.agenda-container .agenda .agenda-list .list-item .item-img {
  max-width: 250px;
  max-height: 80%;
  min-height: 150px;
  margin-right: 22px;
  display: block;
  object-fit: cover;
  -webkit-box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.75);
  box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.75);
}

.agenda-container .agenda .agenda-list .list-item .item-info {
  display: flex;
  flex-flow: column;
  margin-bottom: 30px;
  justify-content: flex-end;
  text-transform: uppercase;
}

.agenda-container .agenda .agenda-list .list-item .item-info > div {
  margin-top: 10px;
}

.agenda-container .agenda .agenda-list .list-item .item-info .date {
  color: white;
  font-size: 0.7em;
  font-family: NexaBold;
}

.agenda-container .agenda .agenda-list .list-item .item-info .link a {
  color: black;
  font-size: 0.7em;
  text-decoration: none;
}

.agenda-container.history .agenda .filters-container {
  color: white;
  background-color: #616161;
}

.agenda-container.history .agenda .agenda-list .list-item-container {
  color: #FFC105;
  background-color: #616161;
}

.agenda-container.history .agenda .agenda-list .list-item .date {
  color: white;
}

.agenda-container.history .agenda .filters-container .vc-container * {
  color: white;
}
.agenda-container.history .agenda .filters-container .vc-container .vc-bg-blue-600 {
  background-color: #FFC105;
}
.agenda-container.history .agenda .filters-container .vc-container .vc-pointer-events-none {
  color: rgba(0,0,0,0.25);
}
.agenda-container.history .agenda .filters-container .vc-weekday {
  border-bottom: 1px solid white;
}
/* Partners */

.partners-container {
  width: calc(100% - 240px);
  padding: 160px 120px;
  padding-bottom: 260px;
  background-color: transparent; 
}

.partners-container .message {
  width: 40%;
  display: flex;
  flex-flow: column;
}

.partners-container .message .title {
  color: #FFC105;
  font-size: xx-large;
  font-family: NexaBold;
  margin-bottom: 40px;
}

.partners-container .message .content {
  font-size: 0.78em;
  line-height: 200%;
}

.partners-container .message .content span {
  font-family: NexaBold;
}

.partners-container .partners-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.partners-container .partners-list .partner {
  margin: 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(100% / 3 - 100px);
}

.partners-container .partners-list .partner .partner-img {
  height: 100px;
}

.partners-container .partners-list .partner .social {
  display: flex;
  flex-flow: column;
  margin-top: 25px;
  font-size: smaller;
  font-family: NexaBold;
}

.partners-container .partners-list .partner .social .logos {
  margin-top: 10px;
}

.partners-container .partners-list .partner .social .logos img {
  height: 25px;
  margin-right: 10px;
  cursor: pointer;
}

.partners-container .partners-list .partner .social .logos img:last-child {
  margin-right: 0;
}

/* Contacts */

.contacts-container {
  width: 100%;
  min-height: 100vh;
  margin-bottom: 200px;
}

.contacts-container .map-container {
  position: relative;
}

.contacts-container .map-container .google-map {
  width: 100%;
  height: 120vh;
  margin: 0 auto;
}

.contacts-container .map-container .contacts-info {
  left: 150px;
  bottom: 50px;
  z-index: 99;
  position: absolute;
  display: flex;
  flex-flow: column;
  background-color: #FFC105;
  padding: 20px;
  width: 30%;
}

.contacts-container .map-container .contacts-info .title {
  color: white;
  font-size: x-large;
  margin-bottom: 20px;
}

.contacts-container .map-container .contacts-info .contacts {
  display: flex;
  flex-flow: column;
}

.contacts-container .map-container .contacts-info .contacts div {
  font-size: 0.7em;
  margin-bottom: 5px;
}

.contacts-container .map-container .contacts-info .contacts div span {
  font-family: NexaBold;
}

.contacts-container .map-container .contacts-info .logos {
  display: flex;
  flex-flow: row;
}

.contacts-container .map-container .contacts-info .logos img {
  width: 25px;
  height: 25px;
  margin-top: 30px;
  margin-right: 10px;
  cursor: pointer;
}

.contacts-container .contacts-content {
  width: 80%;
  margin: 80px 10%;
  position: relative;
}

/* technical sheet */

.page-content.sheet {
  font-size: 0.8em;
  margin-top: 140px;
  white-space: pre-wrap;
}
.page-content.sheet p {
  line-height: 150%;
}

.page-content.sheet h1,
.page-content.sheet div.highlight {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: NexaBold;
}


.page-content.info {
  font-size: 0.85em;
  margin-top: 140px;
}
.page-content.info .table-container {
  margin-top: 50px;
}
.page-content.info .table-header {
  width: calc(100% - 2px);
  display: flex;
  justify-content: center;
  background-color: #BDBDBD;
  border: 1px solid #212121;
  padding: 5px 0;
}

.page-content.info table {
  width: 100%;
  border: 1px solid #212121;
  border-top: none;
  border-spacing: 0;
}

.page-content.info td {
  width: 50%;
  padding: 4px 0;
  text-align: center;
  border-bottom: 1px solid #212121;
}

.page-content.info td:first-child {
  border-right: 1px solid #212121;
}

.page-content.info tr:last-child td {
  border-bottom: none;
}

.page-content.info .contacts-info {
  display: flex;
  flex-flow: row wrap;
}
.page-content.info .contacts-info > .contact {
  margin: 0;
  white-space: pre-line;
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
}

.page-content.info .contacts-info > .contact div {
  margin-bottom: 10px;
}

.page-content.info .contacts-info > .contact .name {
  margin-bottom: 20px;
  font-family: NexaBold;
}