/* Fonts */
@font-face {
  font-family: VAGRoundedStd;
  src: url("../font/vag-light.otf");
  font-weight: 400;
}
@font-face {
  font-family: VAGRoundedStd;
  src: url("../font/vag-thin.otf");
  font-weight: 300;
}
@font-face {
  font-family: VAGRoundedStd;
  src: url("../font/vag-bold.otf");
  font-weight: 500;
}
@font-face {
  font-family: VAGRoundedStd;
  src: url("../font/vag-black.otf");
  font-weight: 600;
}
body {
  background: #fff;
  color: #6a6a6a;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 700;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1:focus-visible, .h1:focus-visible,
h2:focus-visible, .h2:focus-visible,
h3:focus-visible, .h3:focus-visible {
  outline: none;
}
h1:focus, .h1:focus,
h2:focus, .h2:focus,
h3:focus, .h3:focus {
  outline: none;
}
h1:-webkit-direct-focus, .h1:-webkit-direct-focus,
h2:-webkit-direct-focus, .h2:-webkit-direct-focus,
h3:-webkit-direct-focus, .h3:-webkit-direct-focus {
  outline: none;
}

p {
  margin: 0 0 1.5em;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  background-image: url("/images/icons/arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 25px;
  left: 10px;
  outline: none;
  position: absolute;
  top: 49vh;
  width: 25px;
}
.owl-carousel .owl-nav .owl-next {
  background-image: url("/images/icons/arrow-right.png");
  left: initial;
  right: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 10px;
}
.owl-carousel .owl-dots .owl-dot span {
  border-radius: 5px;
  display: inline-block;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  width: 10px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.btn {
  font-family: "Montserrat", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 400;
}

.btn-primary {
  background: #be3779;
  border-color: #be3779;
}

.btn:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
}

.btn:hover, .btn:focus, .btn:active {
  outline: none !important;
  background: #d6639b !important;
  border-color: transparent !important;
}

[data-animate] {
  opacity: 0;
}

.bold-hover > span {
  position: absolute;
}
.bold-hover > span.bold {
  font-weight: 700;
  position: relative;
  visibility: hidden;
}
.bold-hover:hover > span {
  visibility: hidden;
}
.bold-hover:hover > span.bold {
  visibility: visible;
}

.play-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.play-wrapper .play-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.play-wrapper .play-container img {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  max-width: 80px;
}

.icon {
  background-image: url("/images/icons/envelope.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-bottom: -4px;
  margin-right: 5px;
}
.icon.phone {
  background-image: url("/images/icons/phone.png");
}

header {
  background-color: transparent;
  position: absolute;
  left: 0;
  padding: 10px 0;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
header .navbar-toggler {
  padding: 2px 5px;
}
header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 9h22M4 15h22M4 21h22'/%3E%3C/svg%3E");
}
header .navbar {
  padding: 2px 1rem;
}
header .navbar-brand {
  color: #fff !important;
  cursor: pointer;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 57px;
  margin-left: -30px;
  margin-right: 0;
}
header .navbar-brand img {
  padding-right: 15px;
}
header #navbarContainer .navbar-nav .nav-item .nav-link {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 15px;
}
header #navbarContainer .navbar-nav .nav-item .nav-link.dropdown-toggle .bold-hover {
  display: inline-block;
}
header #navbarContainer .navbar-nav .nav-item button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  margin-left: 8px;
  padding: 20px 15px 20px 25px;
  background-image: url("/images/icons/globe.png");
  background-size: 20px;
  background-position: left 23px;
  background-repeat: no-repeat;
}
header #navbarContainer .navbar-nav .nav-item button:hover {
  font-weight: 700;
}
header #navbarContainer .navbar-nav .nav-item.language-item {
  position: relative;
}
header #navbarContainer .navbar-nav .nav-item.language-item > ul {
  list-style: none;
  padding: 0 0 0 10px;
}
header #navbarContainer .navbar-nav .nav-item.language-item > ul li button {
  background-position: left 10px;
  height: 40px;
  padding: 0 0 0 25px;
}
header #navbarContainer .navbar-nav .nav-item .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
  font-weight: 600;
}
header #navbarContainer .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  cursor: pointer;
}
header #navbarContainer .navbar-nav .nav-item .dropdown-menu .dropdown-item:active, header #navbarContainer .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, header #navbarContainer .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  font-weight: 700;
}

.onscroll header {
  position: fixed;
  opacity: 0;
  padding: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.onscroll header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 9h22M4 15h22M4 21h22'/%3E%3C/svg%3E");
}
.onscroll header .navbar-brand {
  color: #000 !important;
}
.onscroll header #navbarContainer .navbar-nav .nav-item .nav-link {
  color: #000;
}
.onscroll header #navbarContainer .navbar-nav .nav-item button {
  color: #000;
  background-image: url("/images/icons/globe-dark.png");
}
.onscroll header #navbarContainer .navbar-nav .nav-item .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #000;
}
.onscroll header #navbarContainer .navbar-nav .nav-item .dropdown-menu .dropdown-item:active, .onscroll header #navbarContainer .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .onscroll header #navbarContainer .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: #f8f9fa;
}
.onscroll.show-header header {
  background-color: #fff;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 992px) {
  header #navbarContainer .navbar-nav .nav-item .nav-link {
    padding: 20px 15px;
  }
  header #navbarContainer .navbar-nav .nav-item.language-item > ul {
    display: none;
    padding-left: 0;
    position: absolute;
  }
  header #navbarContainer .navbar-nav .nav-item.language-item:hover > ul {
    display: block;
  }
}
@media (max-width: 992px) {
  header #navbarContainer .navbar-nav .nav-item.language-item button {
    margin-left: 16px;
  }
  header #navbarContainer .social-icons {
    border-top: 1px solid #eee;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .menu-open:not(.show-header) header {
    background-color: rgba(0, 0, 0, 0.95);
  }
}
#main {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 95vh;
  position: relative;
}
#main .overlay {
  background: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
#main .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#main .container .h2 {
  color: #fff;
  font-size: 64px;
  line-height: 50px;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 300;
  letter-spacing: -0.02em;
}
#main .container h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.02em;
  margin-top: 10px;
}
#main .container .play-container {
  background: transparent;
  border: none;
  margin: 50px auto 120px;
}
#main .container .play-container img {
  cursor: pointer;
  max-width: 80px;
}
#main .store-links-container {
  bottom: 80px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
#main .store-links-container p {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
#main .store-links-container .store-link img {
  margin: 0 14px;
  max-width: 120px;
}
#main .social-icons {
  bottom: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
}
#main .social-icons li {
  display: inline-block;
  text-align: center;
}
#main .social-icons li a {
  display: inline-block;
  height: 30px;
  opacity: 1;
  width: 50px;
  transition: opacity 0.3s ease;
}
#main .social-icons li a:hover {
  opacity: 0.8;
}
#main .logos {
  bottom: 15px;
  display: flex;
  left: 15px;
  position: absolute;
}
#main .logos .logo {
  margin-right: 15px;
}
#main .logos .logo img {
  display: block;
  height: 40px;
  width: auto;
}

@media (max-width: 780px) {
  #main .container .h2 {
    font-size: 50px;
  }
  #main .container h1 {
    line-height: 30px;
  }
  #main .container .play-container {
    margin: 50px auto 120px;
  }
  #main .container .play-container img {
    cursor: pointer;
    max-width: 80px;
  }
  #main .social-icons {
    bottom: 15px;
    right: 0;
    text-align: right;
  }
}
@media (max-height: 645px) {
  #main {
    height: initial;
  }
  #main .container {
    top: initial;
    transform: none;
  }
  #main .container .h2 {
    display: block;
    margin-top: 85px;
  }
  #main .container .play-container {
    margin: 50px auto 100px;
  }
  #main .store-links-container {
    padding: 0 8px;
    position: relative;
  }
}
section {
  display: block;
  padding: 30px 0;
}
section:nth-child(even) {
  background: #fafafa;
}
section h2 {
  font-size: 45px;
  line-height: 60px;
}
section h2:focus {
  outline: none;
}
section .subtitle {
  font-size: 18px;
  line-height: 30px;
}
section#navilens {
  padding-top: 90px;
}
section#navilens h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 30px;
}
section#navilens .patented {
  color: #000;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 700;
}
section#navilens .text-container {
  align-items: center;
  display: flex;
  height: 100%;
}
section#navilens .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
section#navilens .image-container > div {
  max-width: 500px;
}
section#navilens .subtitle {
  margin-bottom: 1em;
}
section#navilens .features {
  margin-top: 35px;
}
section#navilens .features > div > .img-fluid {
  display: block;
  margin: 15px auto 0;
}
section#navilens .features > div > div {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
section#cities {
  padding: 0;
}
section#cities .content {
  display: flex;
  flex-direction: row;
}
section#cities .content .image-container {
  background-image: url("/images/navilens/foto-ny.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 0 50%;
  padding-bottom: 37%;
}
section#cities .content .text-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 50px;
}
section#bidi img {
  width: 90%;
}
section#features {
  background-color: #e5e5e4;
}
section#features .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 50px;
}
section#features .icon.clock {
  background-image: url("/images/icons/clock.png");
}
section#features .icon.zoom {
  background-image: url("/images/icons/zoom.png");
}
section#features .icon.camera {
  background-image: url("/images/icons/camera.png");
}
section#features .icon.location {
  background-image: url("/images/icons/location.png");
}
section#features .icon.target {
  background-image: url("/images/icons/target.png");
}
section#features .icon.layers {
  background-image: url("/images/icons/layers.png");
}
section#features h3 {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
section#video {
  background-color: #fafafa;
  padding-bottom: 0;
}
section#video .video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
section#video .video-container .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#testimonials {
  padding-bottom: 0;
}
section#testimonials .video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
section#testimonials .video-container .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#testimonials .testimonials-container {
  background: #be3779;
  margin-top: -1px;
  padding: 130px 0;
}
section#testimonials .testimonials-container figure img {
  margin: 0 auto;
  max-width: 170px;
}
section#testimonials .testimonials-container p {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
}
section#testimonials .testimonials-container .author {
  color: #000;
  letter-spacing: 2px;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
section#subscribe {
  background-attachment: fixed;
  background-image: url("/images/hero_bg.jpg");
  background-position: top center;
  background-size: cover;
  margin-top: 30px;
  position: relative;
}
section#subscribe .overlay {
  background: #3b3d40;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
}
section#subscribe .btn {
  background-color: #0f0e11;
  border-color: #0f0e11;
}
section#subscribe .btn:hover, section#subscribe .btn:focus, section#subscribe .btn:active {
  outline: none !important;
  background: #29272d !important;
  border-color: #29272d !important;
}
section#subscribe .container {
  padding: 4em 15px;
}
section#subscribe .container h2, section#subscribe .container p {
  color: #fff;
}
section#subscribe .container form .form-control {
  background: transparent;
  box-shadow: none !important;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", arial, sans-serif;
  padding: 14px 12px;
  width: 100%;
}
section#subscribe .container form textarea {
  resize: none;
}
section#subscribe .container form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
section#subscribe .container form .form-control:-ms-input-placeholder {
  color: #fff;
}
section#subscribe .container form .form-control::-webkit-input-placeholder {
  color: #fff;
}
section#subscribe .legal-notice {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  color: #ddd;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 7px;
  padding: 10px 15px;
  text-align: justify;
}
section#subscribe .legal-notice a {
  color: #fff;
  font-weight: 400;
}
section#subscribe .form-check {
  color: #fff;
  font-size: 14px;
}
section#subscribe .form-check input {
  margin-top: 5px;
}
section#faqs .card {
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
section#faqs .card.active {
  background: #fff;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
}
section#faqs .card.active .card-header::after {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
section#faqs .card .card-header {
  background-color: initial;
  border-bottom: none;
}
section#faqs .card .card-header::after {
  background-image: url(../images/icons/arrow-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: none;
  transform: none;
}
section#faqs .card .card-body {
  color: #444;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 1.5em;
}
section#faqs h3 button {
  border-radius: 0;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #be3779;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  text-transform: none;
  letter-spacing: initial;
  white-space: initial;
  padding-right: 18px;
}
section#faqs h3 button:hover, section#faqs h3 button:active, section#faqs h3 button:focus {
  text-decoration: none;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
section#contact {
  background: rgb(148, 148, 148);
}
section#contact h2 {
  font-size: 30px;
  line-height: initial;
}
section#contact p.subtitle {
  color: #fff;
  margin-bottom: 10px;
}
section#contact .btn {
  background-color: #0f0e11;
  border-color: #0f0e11;
}
section#contact .btn:hover, section#contact .btn:focus, section#contact .btn:active {
  outline: none !important;
  background: #29272d !important;
  border-color: #29272d !important;
}
section#contact .contact-info {
  color: #fff;
  margin-bottom: 15px;
}
section#contact .contact-info > a, section#contact .contact-info > span {
  display: inline-block;
  padding: 0 15px;
}
section#contact .contact-info > span:first-child {
  border-right: 1px solid #fff;
}
section#contact .contact-info a {
  color: #fff;
}
section#contact form {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  justify-content: center;
  margin: 25px auto 5px;
  max-width: 800px;
  padding: 15px;
}
section#contact form .form-inline {
  margin-bottom: 15px;
}
section#contact form .form-inline input {
  border-radius: 0;
  margin-right: 5px;
  width: 398px;
}
section#contact form .form-inline input[type=email] {
  border-radius: 10px 0px 0px 10px;
  max-width: 170px;
}
section#contact form .form-inline .btn {
  border-radius: 0px 10px 10px 0px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px;
}
section#contact form .legal-notice {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  color: #ddd;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 7px;
  padding: 10px 15px;
  text-align: justify;
}
section#contact form .legal-notice a {
  color: #fff;
  font-weight: 400;
}
section#contact form .form-check {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
section#contact form .form-check input {
  margin-top: 5px;
}
section#contact .alert {
  margin: 10px auto;
  max-width: 780px;
}
section#contact ul {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}
section#contact ul li {
  color: #fff;
  margin-bottom: 7px;
}
section#team img {
  display: block;
  height: auto;
  width: 100%;
}
section#press {
  padding: 15px 0;
}
section#press ul {
  list-style: none;
  padding: 0;
}
section#press ul li a {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 25px;
  color: #333;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 34px;
}
section#places h2 {
  margin-bottom: 30px;
}
section#places h3 {
  color: #303238;
  margin-bottom: 30px;
}
section#places h4 {
  color: #303238;
  font-weight: 400;
  margin-top: 0;
}
section#places .subtitle {
  font-size: 16px;
  line-height: 22px;
}
section#places .subtitle:last-child {
  margin-bottom: 0;
}
section#awards .subtitle {
  margin-bottom: 1em;
}
section#awards .img-fluid {
  margin-bottom: 25px;
}
section#awards .owl-nav .owl-prev, section#awards .owl-nav .owl-next {
  background-image: url("/images/icons/arrow-left-pink.png");
  top: 300px;
}
section#awards .owl-nav .owl-next {
  background-image: url("/images/icons/arrow-right-pink.png");
}
section#awards .owl-dots .owl-dot span {
  background-color: #d68cb0;
  border-radius: 10px;
  height: 20px;
  width: 20px;
}
section#awards .owl-dots .owl-dot.active span {
  background-color: #be3779;
}
section#awards .award {
  margin: 0 auto 20px;
  max-width: 280px;
  position: relative;
}
section#awards .award h3 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  padding: 0 25px;
}
section#awards .award > div {
  font-size: 15px;
  line-height: 1.2;
  padding: 0 25px;
}
section#awards .award .award-icon {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
section#awards .award .award-icon.award-icon-right {
  left: initial;
  right: 0;
}
section#where .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  height: 200px;
  margin-bottom: 30px;
  position: relative;
}
section#where .item.image-underground {
  background-image: url("/images/where/underground.jpg");
}
section#where .item.image-ticket-machine {
  background-image: url("/images/where/ticket.jpg");
}
section#where .item.image-signal {
  background-image: url("/images/where/signal.jpg");
}
section#where .item.image-bus-stop {
  background-image: url("/images/where/bus-stop.jpg");
}
section#where .item.image-pedro-bus-stop {
  background-image: url("/images/where/pedro-bus-stop.jpg");
}
section#where .item.image-bus1 {
  background-image: url("/images/where/bus/bus1.jpg");
}
section#where .item.image-bus2 {
  background-image: url("/images/where/bus/bus2.jpg");
}
section#where .item.image-bus3 {
  background-image: url("/images/where/bus/bus3.jpg");
}
section#where .item.image-bus4 {
  background-image: url("/images/where/bus/bus4.jpg");
}
section#where .item.image-bus5 {
  background-image: url("/images/where/bus/bus5.jpg");
}
section#where .item.image-bus6 {
  background-image: url("/images/where/bus/bus6.jpg");
}
section#where .item.image-bus7 {
  background-image: url("/images/where/bus/bus7.jpg");
}
section#where .item.image-tram1 {
  background-image: url("/images/where/tram/tram1.jpg");
}
section#where .item.image-tram2 {
  background-image: url("/images/where/tram/tram2.jpg");
}
section#where .item.image-tram3 {
  background-image: url("/images/where/tram/tram3.jpg");
}
section#where .item.image-tram4 {
  background-image: url("/images/where/tram/tram4.jpg");
}
section#where .item.image-tram5 {
  background-image: url("/images/where/tram/tram5.jpg");
}
section#where .item.image-tram6 {
  background-image: url("/images/where/tram/tram6.jpg");
}
section#where .item.image-tram7 {
  background-image: url("/images/where/tram/tram7.jpg");
}
section#where .item.image-museum1 {
  background-image: url("/images/where/museum/museum1.jpg");
}
section#where .item.image-museum2 {
  background-image: url("/images/where/museum/museum2.jpg");
}
section#where .item.image-museum3 {
  background-image: url("/images/where/museum/museum3.jpg");
}
section#where .item.image-museum4 {
  background-image: url("/images/where/museum/museum4.jpg");
}
section#where .item.image-museum5 {
  background-image: url("/images/where/museum/museum5.jpg");
}
section#where .item.image-museum6 {
  background-image: url("/images/where/museum/museum6.jpg");
}
section#where .item.image-museum7 {
  background-image: url("/images/where/museum/museum7.jpg");
}
section#where .item.item-first {
  height: 500px;
}
section#where .item:not(.item-first)::after {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("/images/icons/gallery.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  bottom: 0;
  content: "";
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear;
}
section#where .item:hover::after {
  opacity: 1;
}
section#where .item .label {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  letter-spacing: 0.04em;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
section#order {
  background-color: #9bd5f9;
}
section#order h2 {
  font-family: VAGRoundedStd;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 16px;
}
section#order p {
  color: #000;
  font-family: VAGRoundedStd;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 16px;
}
section#order .btn {
  background-color: #000;
  font-family: VAGRoundedStd;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 10px 80px;
}
section#order .btn:hover, section#order .btn:focus, section#order .btn:active {
  color: #fff;
  background-color: #23272b !important;
  border-color: #1d2124 !important;
}
section#order .img-container {
  align-items: center;
  display: flex;
  height: 100%;
}
section#order .img-container img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.order-alert {
  background-color: rgb(233, 234, 235);
  border-radius: 10px;
  bottom: 12vh;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 16px;
  position: fixed;
  right: 15px;
  width: 400px;
  z-index: 2;
}
.order-alert .close {
  position: absolute;
  right: 5px;
  top: 1px;
}
.order-alert .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.order-alert h2 {
  font-family: VAGRoundedStd;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 8px;
}
.order-alert p {
  color: #000;
  font-family: VAGRoundedStd;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
}
.order-alert .btn {
  background-color: #000;
  font-family: VAGRoundedStd;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px;
  width: 100%;
}
.order-alert .btn:hover, .order-alert .btn:focus, .order-alert .btn:active {
  color: #fff;
  background-color: #23272b !important;
  border-color: #1d2124 !important;
}
.order-alert .img-container {
  align-items: center;
  display: flex;
  height: 100%;
}
.order-alert .img-container img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#kelloggs {
  padding: 0;
}
#kelloggs .kelloggs-parent {
  display: flex;
}
#kelloggs .kelloggs-parent .kelloggs-left {
  background-image: url("/images/kelloggs/left.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 1 auto;
  margin-right: 5px;
}
#kelloggs .kelloggs-parent .kelloggs-right {
  display: block;
  height: auto;
  max-width: 100%;
  width: 50%;
}

@media (max-width: 1500px) {
  section#kelloggs .kelloggs-parent .kelloggs-right {
    height: 600px;
  }
}
@media (max-width: 1400px) {
  section#kelloggs .kelloggs-parent .kelloggs-right {
    height: 500px;
  }
}
@media (max-width: 1300px) {
  section#kelloggs .kelloggs-parent .kelloggs-right {
    height: 400px;
  }
}
@media (max-width: 992px) {
  section#contact form .form-inline input {
    width: 288px;
  }
  section#cities .content {
    flex-direction: column;
  }
  section#cities .content .image-container {
    padding-bottom: 75%;
  }
  section#kelloggs .kelloggs-parent {
    flex-direction: column;
  }
  section#kelloggs .kelloggs-parent .kelloggs-left {
    height: 300px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  section#kelloggs .kelloggs-parent .kelloggs-right {
    height: initial;
    max-height: initial;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section#testimonials .testimonials-container {
    padding: 30px 0;
  }
  section#testimonials .testimonials-container blockquote p {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }
  section#testimonials .testimonials-container .author {
    text-align: center;
  }
  section#contact form .form-inline {
    display: block;
  }
  section#contact form .form-inline input {
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  section#contact form .form-inline input[type=email] {
    border-radius: 5px;
    max-width: initial;
  }
  section#contact form .form-inline .btn {
    border-radius: 5px;
  }
}
@media (max-width: 780px) {
  section h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .order-alert {
    bottom: 0;
    border-radius: 0;
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
    left: 0;
    right: 0;
    width: initial;
  }
}
#cocacola {
  background-color: #fff;
  background-image: url("/images/coca-cola/background.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
  padding: 30px 0;
}
#cocacola h3 {
  font-weight: 400;
  line-height: 1.5;
}
#cocacola img {
  margin: 40px auto;
}

#ariel {
  background-color: #fff;
  padding: 90px 0;
}
#ariel h3 {
  font-weight: 400;
  line-height: 1.5;
}
#ariel img {
  margin: 40px auto;
}
#ariel p.disclaimer {
  font-style: italic;
  margin-bottom: 50px;
}

section.address {
  background-color: #424242;
  color: #fff;
}
section.address h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}
section.address a {
  color: #fff;
}

footer {
  background-color: #000;
  color: #fff;
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  padding: 2em 0;
  position: relative;
}
footer .container {
  position: relative;
  z-index: 2;
}
footer .footer-title {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: white;
  margin-bottom: 16px;
  margin-top: 20px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
  line-height: 16px;
  display: inline-block;
  font-size: 35px;
}
footer ul li a {
  display: block;
  padding: 0.5em;
}
footer .copyright {
  border-top: 1px solid #fff;
  font-size: 12px;
  margin-top: 10px;
  padding-top: 16px;
}
footer .copyright .credits {
  margin-bottom: 10px;
}
footer .copyright .credits a {
  color: #fff !important;
  text-decoration: underline;
}
footer .credits {
  margin-bottom: 10px;
}
footer .credits a {
  color: #fff !important;
  text-decoration: underline;
}

.player-container {
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.player-container.visible {
  display: block;
}
.player-container .close {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 40;
}
.player-container .loader {
  border: 3px solid #fff;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 3px solid #aaa;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.player-container > iframe {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.show-player .player-container {
  opacity: 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.carousel-container {
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.carousel-container.visible {
  display: block;
}
.carousel-container .close {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 40;
}
.carousel-container .owl-carousel .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  height: 80vh;
  margin: 10vh 35px 20px;
  outline: none;
  position: relative;
}
.carousel-container .owl-carousel .item.img-underground {
  background-image: url("/images/where/underground.jpg");
}
.carousel-container .owl-carousel .item.img-ticket {
  background-image: url("/images/where/ticket.jpg");
}
.carousel-container .owl-carousel .item.img-signal {
  background-image: url("/images/where/signal.jpg");
}
.carousel-container .owl-carousel .item.img-bus-stop {
  background-image: url("/images/where/bus-stop.jpg");
}
.carousel-container .owl-carousel .item.img-pedro-bus-stop {
  background-image: url("/images/where/pedro-bus-stop.jpg");
}
.carousel-container .owl-carousel .item.img-bus1 {
  background-image: url("/images/where/bus/bus1.jpg");
}
.carousel-container .owl-carousel .item.img-bus2 {
  background-image: url("/images/where/bus/bus2.jpg");
}
.carousel-container .owl-carousel .item.img-bus3 {
  background-image: url("/images/where/bus/bus3.jpg");
}
.carousel-container .owl-carousel .item.img-bus4 {
  background-image: url("/images/where/bus/bus4.jpg");
}
.carousel-container .owl-carousel .item.img-bus5 {
  background-image: url("/images/where/bus/bus5.jpg");
}
.carousel-container .owl-carousel .item.img-bus6 {
  background-image: url("/images/where/bus/bus6.jpg");
}
.carousel-container .owl-carousel .item.img-bus7 {
  background-image: url("/images/where/bus/bus7.jpg");
}
.carousel-container .owl-carousel .item.img-tram1 {
  background-image: url("/images/where/tram/tram1.jpg");
}
.carousel-container .owl-carousel .item.img-tram2 {
  background-image: url("/images/where/tram/tram2.jpg");
}
.carousel-container .owl-carousel .item.img-tram3 {
  background-image: url("/images/where/tram/tram3.jpg");
}
.carousel-container .owl-carousel .item.img-tram4 {
  background-image: url("/images/where/tram/tram4.jpg");
}
.carousel-container .owl-carousel .item.img-tram5 {
  background-image: url("/images/where/tram/tram5.jpg");
}
.carousel-container .owl-carousel .item.img-tram6 {
  background-image: url("/images/where/tram/tram6.jpg");
}
.carousel-container .owl-carousel .item.img-tram7 {
  background-image: url("/images/where/tram/tram7.jpg");
}
.carousel-container .owl-carousel .item.img-museum1 {
  background-image: url("/images/where/museum/museum1.jpg");
}
.carousel-container .owl-carousel .item.img-museum2 {
  background-image: url("/images/where/museum/museum2.jpg");
}
.carousel-container .owl-carousel .item.img-museum3 {
  background-image: url("/images/where/museum/museum3.jpg");
}
.carousel-container .owl-carousel .item.img-museum4 {
  background-image: url("/images/where/museum/museum4.jpg");
}
.carousel-container .owl-carousel .item.img-museum5 {
  background-image: url("/images/where/museum/museum5.jpg");
}
.carousel-container .owl-carousel .item.img-museum6 {
  background-image: url("/images/where/museum/museum6.jpg");
}
.carousel-container .owl-carousel .item.img-museum7 {
  background-image: url("/images/where/museum/museum7.jpg");
}
.carousel-container .owl-carousel .item.img-museum8 {
  background-image: url("/images/where/museum/museum8.jpg");
}
.carousel-container .owl-carousel .item .label {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  letter-spacing: 0.04em;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}

.show-carousel .carousel-container {
  opacity: 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section.partners {
  background-color: transparent;
  padding: 8px 8px 16px;
}
section.partners .partners-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
section.partners .partners-row .partner-item {
  height: 60px;
  margin-bottom: 8px;
  padding: 8px 15px;
}
section.partners .partners-row .partner-item img {
  height: 100%;
  width: auto;
}

section.cheque-tic {
  background-color: transparent;
  padding: 8px 8px 16px;
}
section.cheque-tic h2 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
section.cheque-tic p {
  font-size: 14px;
}

#barraaceptacion {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 99999;
}
#barraaceptacion .inner {
  width: 100%;
  padding: 10px;
  margin-top: -20px;
  padding-right: 50px;
  font-family: verdana;
  font-size: 12px;
}
#barraaceptacion .inner a.ok {
  padding: 4px;
  color: #f6eb86;
  text-decoration: none;
}
#barraaceptacion .inner a.info {
  padding-left: 5px;
  text-decoration: none;
  color: #9E9E9E;
}
#barraaceptacion #close {
  position: relative;
  left: 50%;
  margin-right: 50px;
}

.to-top-button {
  background-color: #fff;
  background-image: url("/images/arrow-up.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 25px;
  bottom: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: none;
  height: 50px;
  position: fixed;
  right: 16px;
  width: 50px;
}

@media (min-width: 1200px) {
  .to-top-button {
    border-radius: 40px;
    bottom: 40px;
    height: 80px;
    right: 40px;
    width: 80px;
  }
}