/*
-- Fonts
*/

@font-face {
  font-family: NotoSans Bold;
  src: url('../font/NotoSans-Bold.ttf');
}

@font-face {
  font-family: NotoSans Regular;
  src: url('../font/NotoSans-Regular.ttf');
}

@font-face {
  font-family: MavenPro Bold;
  src: url('../font/MavenPro-Bold.ttf');
}

@font-face {
  font-family: MavenPro Medium;
  src: url('../font/MavenPro-Medium.ttf');
}

h1 {
  font-family: MavenPro Bold;
  font-size: 72px;
  text-align: center;
  line-height: 1.2em;
  color: #24374e;
  margin: 100px 0 25px 0;
}

h2 {
  font-family: MavenPro Bold;
  font-size: 48px;
  text-align: center;
  line-height: 1.2em;
  color: #24374e;
  margin: 0 0 30px 0;
}

h3 {
  font-family: NotoSans Regular;
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  color: #24374e;
  margin: 0;
}

p {
  text-align: center;
}

b {
  font-family: NotoSans Bold;
  font-size: 22px;
}

small {
  font-family: NotoSans Regular;
  opacity: 0.8;
  font-size: 14px;
}

/*
-- General
*/

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f8f9f9;
  font-family: NotoSans Regular;
  color: #24374e;
}

.container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-width: 320px;
  max-width: 1350px;
}

a, a:active, a:visited {
  color: #008aff;
  text-decoration: none;
}

button.cta {
  background-color: #008aff;
  color: white;
  font-family: MavenPro Medium;
  font-size: 14px;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

button.cta:hover {
  background-color: transparent;
  border: 1px solid #008aff;
  color: #008aff;
}

hr {
  margin: 100px 0;
  opacity: 0.6;
}

.card {
  border: 1px solid #b5d0f1;
  border-radius: 10px;
}

img {
  object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

section.dark {
  margin: 100px 0;
  padding: 100px 0;
  background-color: #24374e;
}

section.skyblue {
  margin: 100px 0;
  padding: 100px 0;
  background-color: #f0f6f9;
  border-top: 1px solid #b5d0f1;
  border-bottom: 1px solid #b5d0f1;
}

footer.dark {
  background-color: #24374e;
}

/*
-- Navigation menu
*/

.navbar {
  background-color: #f0f6f9;
  border-bottom: 1px solid #b5d0f1;
}

.navbar .container {
  flex-direction: row;
  justify-content: space-between;
  font-family: MavenPro Medium;
  align-items: center;
  padding: 23px 0;
}

.navbar .container img {
  width: 215px;
  height: 36px;
}

.navbar .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navbar .container ul li a {
  color: #24374e;
  margin: 0 20px;
  padding: 5px 0;
  border-bottom: 0px solid #008aff;
  border-radius: 3px;
  transition: 100ms;
}

.navbar .container ul li a:hover {
  color: #008aff;
  border-bottom: 3px solid #008aff;
  transition: 100ms;
}

/*
-- Headline
*/

.container.headline {
  align-items: center;
}

.container.headline button.cta {
  font-size: 16px;
  margin: 40px 0 50px 0;
}

.video {
  width: 100%;
  max-width: 1050px;
  border-radius: 10px;
  transition: 500ms;
}

/*
-- Performance
*/

.container.performance row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container.performance row .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 25px;
  padding: 25px;
  width: 220px;
  text-align: center;
}

.container.performance row .card img {
  width: 80px;
  height: 80px;
}

.container.performance row .card h1 {
  margin: 10px 0 0 0;
  color: #008aff;
}

/*
-- Operation
*/

.container.operation {
  background-image: url('../img/operation.png');
  background-attachment: inherit;
  background-size: 32%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.container.operation h2 {
  color: #f2f2f2;
}

.container.operation row {
  display: flex;
  justify-content: space-between;
}

.container.operation row .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  max-width: 30%;
}

.container.operation row .column .item {
  display: flex;
  color: #f2f2f2;
  margin: 50px 0;
}

.container.operation row .column .item img {
  margin-right: 15px;
}

/*
-- Funcionalities
*/

.container.functionalities .splide {
  max-height: 700px;
}

.container.functionalities li.splide__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container.functionalities  img {
  max-width: 950px;
}

/*
-- Ticketing
*/

.container.ticketing row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px
}

.container.ticketing row .item {
  display: flex;
  min-width: 250px;
  align-items: center;
  max-width: 30%;
}

.container.ticketing row img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.container.ticketing row img.smaller {
  width: 80px;
  height: 80px;
}

.container.ticketing row .item .text {
  display: block;
}

.container.ticketing row .item .text p {
  text-align: justify;
  margin-bottom: 0;
}

/*
-- Clients
*/

.container.clients {
  margin-bottom: 100px;
}

.container.clients row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}

.container.clients row .card:nth-child(1), .container.clients row .card:nth-child(3) {
  margin-top: 50px;
}

.container.clients row .card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  min-width: 10%;
  max-width: 17%;
  text-align: center;
}

.container.clients row .card b {
  margin: 10px 0;
}

/*
-- Contact
*/

.container.contact {
  margin-top: 180px;
  align-items: center;
}

.container.contact form.card {
  background: #f8f9f9;
  padding: 30px;
  margin-top: -100px;
  margin-bottom: 20px;
  max-width: 600px;

  display: flex;
  flex-direction: column;
}

.container.contact form.card p {
  margin-bottom: 50px;
}

.container.contact form.card input {
  background: #f8f9f9;
  border: 1px solid #b5d0f1;
  color: #24374e;
  border-radius: 5px;
  padding: 6px 8px;
  font-family: NotoSans Regular;
  font-size: 16px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.container.contact form.card textarea {
  background: #f8f9f9;
  border: 1px solid #b5d0f1;
  color: #24374e;
  border-radius: 5px;
  padding: 6px 8px;
  font-family: NotoSans Regular;
  font-size: 16px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  resize: vertical;
}

.container.contact form.card button.cta {
  align-self: center;
  padding: 12px 36px;
  margin-top: 10px;
  transition: all 0.5s;
}

.container.contact form.card button.cta.active {
  cursor: progress;
  background: #b3b3b3;
}


/*
-- Footer
*/

.container.footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #f2f2f2;
  padding: 30px 0;
}

.container.footer img {
  width: 180px; 
}

.container.footer a:link, .container.footer a:visited, .container.footer a:active {
  color: #f2f2f2;
}

/*
-- Cookie
*/

section.cookie {
  position: fixed;
  box-sizing: border-box;
  padding: 20px 15px;
  width: 100%;
  bottom: 0;
  background: #f8f9f9;
  border-top: 1px solid #b5d0f1;
  box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

section.cookie.active {
  visibility: visible;
  opacity: 1;
}

section.cookie button {
  background-color: #008aff;
  color: #f2f2f2;
  font-family: MavenPro Medium;
  font-size: 12px;
  border: none;
  width: 100px;
  padding: 6px 8px;
  margin-left: 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

section.cookie button:hover {
  background-color: transparent;
  border: 1px solid #008aff;
  color: #008aff;
}

/*
-- Privacy
*/

.container.privacy {
  margin: 50px auto 0 auto;
  text-align: left;
}

.container.privacy p {
  text-align: left;
}

/*
-- Desktop
*/

@media only screen and (min-width: 768px) {

  .mobile {
    display: none;
  }

}