@font-face {
  font-family: 'compacta';
  src: url("../themes/amt/assets/fonts/CompactaBT.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'myriad';
  src: url("../themes/amt/assets/fonts/Myriad Pro Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: 'myriad';
  src: url("../themes/amt/assets/fonts/Myriad Pro Semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'myriad-bold';
  src: url("../themes/amt/assets/fonts/Myriad Pro Semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2001;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  opacity: 0;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.modal.show {
  display: block;
}
/* Modal Content/Box */
.modal-content {
  background-color: black;
  padding: 2em 2em 5em 2em;
  border: 1px solid #333;
  width: 90vw;
  /* Could be more or less, depending on screen size */
  height: auto;
  max-height: 90vh;
  box-shadow: 0.1em 0.1em 0.5em 0.2em black;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 700px) {
  .modal-content {
    font-size: 0.8em;
    width: 100%;
  }
}
/* The Close Button */
.close {
  color: #888;
  float: right;
  font-size: 4em;
  font-weight: bold;
  font-family: compacta;
  margin-top: -0.4em;
  margin-right: -0.2em;
}
.close:hover,
.close:focus {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
.modal-show {
  cursor: pointer;
}
.modal .text {
  font-size: 1.5em;
  color: white;
  max-height: 85vh;
  overflow: auto;
}
.modal.white .modal-content {
  background-color: white;
}
.modal.white .text {
  color: black;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border: none;
}
section * {
  transition: all 0.5s ease;
}
body {
  font-family: myriad;
  font-size: 10px;
  scroll-behavior: smooth;
}
section.main-content {
  font-size: 10px;
  display: block;
  width: 100%;
}
section .margin {
  display: block;
  position: relative;
  max-width: 120em;
  margin: 0 auto;
}
section.main-content.scrolled {
  padding-top: 6em;
}
section.header {
  font-size: 10px;
  background-color: #ffa922;
  display: block;
  position: relative;
  width: 100%;
  height: 6em;
  top: 0px;
  margin: 0 auto;
  padding: 0em 7em;
  text-align: right;
}
section.header .separator {
  display: inline-block;
  width: 2.2em;
}
section.header .button {
  display: inline-block;
  background-color: black;
  color: white;
  height: 2.25em;
  line-height: 2.25em;
  border-radius: 0.4em;
  font-size: 2em;
  text-transform: uppercase;
  padding: 0em 1.6em;
  margin-top: 0.3em;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
}
section.header .button:hover {
  color: #ffa922;
  box-shadow: 0 0 0.3em 0.2em #333;
}
section.header .whatsapp {
  display: inline-block;
  width: 3.4em;
  height: 3.6em;
  background-image: url('../themes/amt/assets/images/whatsapp.svg');
  background-size: 80% 80%;
  border-radius: 1.3em;
  margin-bottom: -1em;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
section.header .whatsapp:hover {
  transform: scale(1.1);
}
section.header .facebook {
  display: inline-block;
  width: 2.6em;
  height: 2.6em;
  background-image: url('../themes/amt/assets/images/facebook.svg');
  background-size: cover;
  border-radius: 0.4em;
  margin-bottom: -0.5em;
  position: relative;
  top: 2px;
}
section.header .facebook:hover {
  box-shadow: 0 0 0.3em 0.2em #333;
}
section.header .tripadvisor {
  display: inline-block;
  width: 4.1em;
  height: 2.5em;
  background-image: url('../themes/amt/assets/images/tripadvisor.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0em -0.8em;
  border-radius: 0.4em;
  margin-bottom: -0.5em;
  position: relative;
  top: 2px;
}
section.header .tripadvisor:hover {
  transform: scale(1.1);
}
section.header .menu-button {
  position: absolute;
  display: none;
  left: 2em;
  top: 1em;
  width: 4em;
  height: 4em;
  background-image: url('../themes/amt/assets/images/menu.svg');
  background-size: 100%;
  cursor: pointer;
  z-index: 400;
}
@media only screen and (max-width: 700px) {
  section.header {
    font-size: 0.8em;
    padding: 0em 3em;
  }
  section.header .button {
    margin-top: 0.42em;
  }
  section.header .menu-button {
    display: block;
  }
}
@media only screen and (max-width: 460px) {
  section.header .facebook,
  section.header .tripadvisor,
  section.header .whatsapp {
    display: none;
  }
}
div.main-content.scrolled .header {
  position: fixed;
  z-index: 315;
  box-shadow: 0px 0.5em 0.25em -0.2em #888888;
  -webkit-animation: fade-in 1s linear 1 normal;
  -moz-animation: fade-in 1s linear 1 normal;
  animation: fade-in 1s linear 1 normal;
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div.main-content.scrolled .header .menu-button {
  display: block;
}
section.menu {
  position: relative;
  background-color: black;
  height: 9.5em;
  line-height: 9.5em;
  padding-right: 7em;
  text-align: right;
}
section.menu .logo {
  position: absolute;
  left: 7em;
  top: -4.5em;
  width: 22.9em;
  height: 12.5em;
  background-image: url('../themes/amt/assets/images/logo.webp');
  background-size: cover;
}
section.menu .item {
  display: inline-block;
  font-size: 2.5em;
  font-family: myriad-bold;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
section.menu .item:active,
section.menu .item:hover {
  color: #ffa922;
}
section.menu .whatsapp {
  display: none;
  width: 3.4em;
  height: 3.6em;
  background-image: url('../themes/amt/assets/images/whatsapp.svg');
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.4em;
  margin-bottom: -1em;
}
section.menu .whatsapp:hover {
  transform: scale(1.1);
}
section.menu .facebook {
  display: none;
  width: 2.5em;
  height: 2.5em;
  background-image: url('../themes/amt/assets/images/facebook.svg');
  background-size: cover;
  border-radius: 0.4em;
  margin-bottom: -0.5em;
}
section.menu .facebook:hover {
  box-shadow: 0 0 0.3em 0.2em #333;
}
section.menu .tripadvisor {
  display: none;
  width: 4.1em;
  height: 2.5em;
  background-image: url('../themes/amt/assets/images/tripadvisor.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0em -0.8em;
  border-radius: 0.4em;
  margin-bottom: -0.5em;
}
section.menu .tripadvisor:hover {
  transform: scale(1.1);
}
section.menu .separator {
  display: inline-block;
  width: 3.5em;
}
@media only screen and (max-width: 940px) {
  section.menu {
    font-size: 0.75em;
  }
  section.menu .logo {
    left: 2em;
  }
}
@media only screen and (max-width: 700px) {
  section.menu {
    font-size: 0.6em;
    height: 0px;
  }
  section.menu .logo {
    top: 2em;
    left: 3em;
    z-index: 355;
  }
}
@media only screen and (max-width: 400px) {
  section.menu .facebook,
  section.menu .tripadvisor {
    display: inline-block;
    font-size: 2em;
    margin-right: 2em;
  }
  section.menu .whatsapp {
    display: inline-block;
    font-size: 2em;
    margin-right: 2em;
  }
}
div.scrolled section.menu {
  position: fixed;
  z-index: 380;
  left: 0px;
  top: 5.8em;
  height: 0px;
  background-color: #ffa922;
  overflow: hidden;
  text-align: left;
  padding-left: 2em;
}
div.scrolled section.menu .logo {
  position: relative;
  display: block;
  margin: 0;
  top: 1em;
  left: 0em;
  margin-bottom: 5em;
}
div.scrolled section.menu .separator {
  display: block;
  height: 1em;
}
div.scrolled section.menu .item {
  color: black;
}
div.scrolled section.menu.on {
  height: auto;
}
@media only screen and (max-width: 700px) {
  div.scrolled section.menu.on,
  section.menu.on {
    height: auto;
    max-height: 90vh;
    position: fixed;
    z-index: 370;
    left: 0px;
    top: 7.4em;
    background-color: #ffa922;
    overflow: auto;
    text-align: left;
    padding-left: 2em;
  }
  div.scrolled section.menu.on .logo,
  section.menu.on .logo {
    position: relative;
    display: block;
    margin: 0;
    top: 1em;
    left: 0em;
    margin-bottom: 5em;
  }
  div.scrolled section.menu.on .separator,
  section.menu.on .separator {
    display: block;
    height: 1em;
  }
  div.scrolled section.menu.on .item,
  section.menu.on .item {
    color: black;
  }
}
.menu.on {
  box-shadow: 0.5em 0.5em 0.25em -0.2em #888888;
}
.peek-modal-active{
    overflow:hidden;
}
.button-primary{
    display: inline-block;
    font-family: myriad-bold;
    font-size: 24px;
    color: white;
    background-color: #ffa922;
    border: solid 2px white;
    text-transform: uppercase;
    cursor: pointer;
    padding: 16px 38px;
    line-height: 1;
    text-decoration:none;
}
.button-primary:active,
.button-primary:hover{
    background-color: white;
    border: solid 0.1em #ffa922;
    color: #ffa922;
    box-shadow: 0 0 0.3em 0.2em #333; 
}
  
section.video {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: black;
}
section.video .video-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  z-index: 10;
}
section.video .video-player {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}
section.video .video-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-image: none;
  background-size: cover;
}
section.video .video-overlay .arrow-down {
  position: absolute;
  bottom: 2.5em;
  left: calc(46.2%);
  width: 7.6em;
  height: 3.9em;
  background-image: url('../themes/amt/assets/images/arrow-down.png');
  background-size: cover;
  cursor: pointer;
}
section.video .video-overlay .sounds {
  display: none;
  transition: all 0s ease;
  position: absolute;
  bottom: 3em;
  left: 6.8em;
  width: 3.8em;
  height: 3.2em;
  background-image: url('../themes/amt/assets/images/sounds-cross.png');
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: right bottom;
  cursor: pointer;
}
section.video .video-overlay .sounds.off {
  background-image: url('../themes/amt/assets/images/sounds.png');
  background-size: 100% 100%;
}
section.video .video-overlay.loading {
  background-image: url('../themes/amt/assets/images/video-overlay.webp');
}
@media only screen and (max-width: 700px) {
  section.video {
    font-size: 0.5em;
  }
}
section.welcome {
  position: relative;
  width: 100%;
  min-height: 50.7em;
  background-color: black;
}
section.welcome h1 {
  font-family: compacta;
  font-size: 4.8em;
  color: #ffa922;
  position: absolute;
  left: 1.46em;
  top: 1.77em;
  text-transform: uppercase;
  text-align: left;
}
section.welcome .text {
  font-size: 2.1em;
  color: white;
  position: absolute;
  top: 8.81em;
  left: 3.33em;
  width: 55%;
  text-align: left;
}
section.welcome .text p {
  padding-bottom: 1em;
}
section.welcome .text ul {
  padding-left: 2em;
  padding-bottom: 1em;
}
section.welcome .text.extra {
  opacity: 0;
  position: absolute;
  top: 0em;
  left: 3.2em;
  padding-bottom: 1em;
}
section.welcome .content {
  position: relative;
  height: 50.7em;
}
section.welcome .extra-content {
  position: relative;
}
section.welcome .button-primary {
    margin-top: 30px;
}

section.welcome .TA {
  position: absolute;
  z-index: 1;
  top: 2.5em;
  right: 10em;
  border: solid 1px #6bcbb5;
  background-color: white;
  box-shadow: 0px 0px 0px 0.5em white;
}
@media only screen and (max-width: 1200px) {
  section.welcome {
    font-size: 0.8em;
    min-height: 57.5em;
  }
}
@media only screen and (max-width: 940px) {
  section.welcome {
    min-height: 0px;
    height: auto;
  }
  section.welcome .margin {
    text-align: center;
  }
  section.welcome .TA {
    position: relative;
    display: none;
    right: 0;
  }
  section.welcome .content {
    text-align: center;
    height: auto;
    padding-top: 5em;
  }
  section.welcome h1 {
    position: relative;
    display: inline-block;
    left: auto;
    top: auto;
    width: 90%;
  }
  section.welcome .text {
    position: relative;
    display: inline-block;
    left: auto;
    top: auto;
    width: 90%;
  }
  section.welcome .text.extra {
    opacity: 0;
    position: relative;
    top: auto;
    left: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    overflow: hidden;
  }
}
section.tours {
  position: relative;
  width: 100%;
  background-image: url('../themes/amt/assets/images/tours.webp');
  background-size: 100% auto;
  background-position: center top;
  text-align: center;
  padding-bottom: 4em;
}
section.tours h1 {
  font-family: compacta;
  font-size: 4.8em;
  display: block;
  text-align: center;
  padding: 1.46em 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
section.tours .tour {
  position: relative;
  display: inline-block;
  width: 41.1%;
  height: 51.3em;
  background-color: white;
  padding: 0.45em;
  margin-left: 3.25em;
  margin-right: 3.25em;
  margin-bottom: 4em;
}
section.tours .tour .img_container {
  position: relative;
  width: 100%;
}
section.tours .tour img {
  position: relative;
  width: 100%;
  height: auto;
}
section.tours .tour .over {
  position: absolute;
  width: 100%;
  height: 2.15em;
  line-height: 2.15em;
  bottom: 0px;
  left: 0px;
  text-align: center;
  font-family: compacta;
  font-size: 4em;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
section.tours .tour h2 {
  font-family: myriad-bold;
  font-size: 2.1em;
  margin: 1.25em 0em 0em 5.4em;
  color: black;
  text-transform: uppercase;
  text-align: left;
}
section.tours .tour ul {
  position: absolute;
  margin: 1.5em 0em 0em 12.9em;
  text-align: left;
}
section.tours .tour ul li {
  font-size: 1.8em;
}
section.tours .tour a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2.4em;
  line-height: 2.2em;
  background-color: #ffa922;
  font-size: 3em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: myriad-bold;
  border: solid 0.15em white;
}
section.tours .tour a:hover {
  color: #ffa922;
  background-color: white;
  box-shadow: 0 0 0.3em 0.2em #999;
  border: solid 0.15em #ffa922;
}
@media only screen and (max-width: 1200px) {
  section.tours {
    font-size: 8px;
  }
}
@media only screen and (max-width: 940px) {
  section.tours {
    background-size: auto 100%;
  }
  section.tours .tour {
    height: 49em;
  }
  section.tours .tour ul {
    margin: 1.5em 0em 0em 6em;
  }
}
@media only screen and (max-width: 700px) {
  section.tours h1 {
    font-size: 3em;
  }
  section.tours .tour {
    width: 80%;
    height: auto;
  }
  section.tours .tour .over {
    font-size: 2.4em;
  }
  section.tours .tour h2 {
    margin: 1.5em 0em 1em 2em;
  }
  section.tours .tour ul {
    position: relative;
    display: block;
    margin: 1.5em 0em 1em 6em;
  }
  section.tours .tour a {
    position: relative;
    display: block;
  }
}
section.reviews {
  position: relative;
  width: 100%;
  background-color: black;
  padding-bottom: 3em;
}
section.reviews .margin {
  overflow: hidden;
}
section.reviews .container {
  display: table-row;
  height: 26.5em;
}
section.reviews .container .review {
  position: relative;
  display: table-cell;
  min-width: 120em;
  height: 100%;
  text-align: center;
}
section.reviews .container .review h1 {
  font-family: compacta;
  font-size: 5.2em;
  text-transform: uppercase;
  color: #ffa922;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  padding: 0em;
}
section.reviews .container .review p {
  display: block;
  font-size: 2.4em;
  padding: 0em;
  margin: 0em;
  color: white;
}
section.reviews .container .review i {
  display: block;
  font-size: 2.4em;
  padding-top: 1em;
  color: white;
}
section.reviews .container .review .arrow {
  top: 50%;
  position: absolute;
  background-image: url('../themes/amt/assets/images/arrows-white.png');
  background-size: auto 100%;
  width: 5em;
  height: 5.5em;
  cursor: pointer;
}
section.reviews .container .review .arrow.left {
  left: 7em;
  background-position: left;
}
section.reviews .container .review .arrow.right {
  right: 7em;
  background-position: right;
}
section.reviews .container .review .arrow:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  section.reviews {
    font-size: 0.9em;
  }
  section.reviews .container .review {
    min-width: 100vw;
  }
  section.reviews .container .review .arrow.left {
    left: 5em;
  }
  section.reviews .container .review .arrow.right {
    right: 5em;
  }
  section.reviews .container .review p {
    width: 80%;
    padding-left: 15%;
  }
}
@media only screen and (max-width: 940px) {
  section.reviews {
    font-size: 0.8em;
  }
  section.reviews .container .review .arrow.left {
    left: 2em;
  }
  section.reviews .container .review .arrow.right {
    right: 4em;
  }
}
@media only screen and (max-width: 700px) {
  section.reviews {
    font-size: 0.7em;
  }
  section.reviews .container .review .arrow.left {
    left: 1.5em;
  }
  section.reviews .container .review .arrow.right {
    right: 2.5em;
  }
}
@media only screen and (max-width: 400px) {
  section.reviews {
    font-size: 0.6em;
  }
  section.reviews .container .review .arrow.left {
    left: 1em;
  }
  section.reviews .container .review .arrow.right {
    right: 3em;
  }
}
section.gallery {
  width: 100%;
  height: 90em;
}
section.gallery .image {
  float: left;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
section.gallery .img-1 {
  height: 60em;
  width: 33.33333%;
}
section.gallery .img-2 {
  height: 30em;
  width: 66.66666%;
}
section.gallery .img-3 {
  height: 30em;
  width: 33.33333%;
}
section.gallery .img-4 {
  height: 60em;
  width: 33.33333%;
}
section.gallery .img-5 {
  height: 30em;
  width: 66.66666%;
  margin-top: -30em;
}
@media only screen and (max-width: 700px) {
  section.gallery {
    height: 45em;
  }
  section.gallery .img-1 {
    height: 30em;
    width: 50%;
  }
  section.gallery .img-2 {
    height: 15em;
    width: 50%;
  }
  section.gallery .img-3 {
    display: none;
  }
  section.gallery .img-4 {
    height: 30em;
    width: 50%;
  }
  section.gallery .img-5 {
    height: 15em;
    width: 50%;
    margin-top: -15em;
  }
}
section.contact {
  position: relative;
  width: 100%;
  height: 32.5em;
  background-color: #aadbff;
}
section.contact .margin {
  width: 100%;
  height: 100%;
  margin-top: -32.5em;
}
section.contact .map {
  transition: all 0s linear;
  height: 32.5em;
}
section.contact .map-fake {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 300;
  height: 32.5em;
  width: 100%;
  background-image: url('../themes/amt/assets/images/map.webp');
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  text-align: center;
}
section.contact .map-fake a {
  position: absolute;
  top: 50%;
  margin: auto auto;
  font-family: compacta;
  font-size: 3em;
  background-color: #ffa922;
  border: solid 0.1em white;
  box-shadow: 0 0 0.9em #888;
  text-transform: uppercase;
  padding: 0.2em 1em;
  cursor: pointer;
  color: black;
  text-decoration: none;
}
section.contact .map-fake a:hover {
  box-shadow: 0 0 0.9em 0.5em white;
  color: #ffa922;
  background-color: black;
}
@media only screen and (max-width: 940px) {
  section.contact .map-fake {
    background-position: 50em 0em;
  }
}
@media only screen and (max-width: 700px) {
  section.contact .map-fake {
    background-position: 30em 0em;
  }
}
section.contact .map-over {
  position: absolute;
  z-index: 301;
  top: 9.5em;
  left: 7em;
  text-align: left;
  padding: 1em;
}
section.contact .map-over h1 {
  font-family: compacta;
  color: black;
  font-size: 3.6em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-bottom: 1.11em;
}
section.contact .map-over a {
  padding-left: 1.47em;
  font-size: 1.7em;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  color: black;
  text-decoration: none;
}
section.contact .map-over a:hover {
  transform: scale(1.1);
}
section.contact .map-over div.spacer {
  height: 0.75em;
}
section.contact .map-over a.address {
  background-image: url('../themes/amt/assets/images/home.png');
  background-size: auto 80%;
  cursor: pointer;
}
section.contact .map-over a.tel {
  background-image: url('../themes/amt/assets/images/phone.png');
  background-size: auto 80%;
}
section.contact .map-over a.envelope {
  background-image: url('../themes/amt/assets/images/mail.png');
  background-size: auto 60%;
}
@media only screen and (max-width: 940px) {
  section.contact .map-fake button {
    margin: auto;
    right: 1em;
    top: 3.1em;
  }
}
@media only screen and (max-width: 700px) {
  section.contact {
    font-size: 0.8em;
  }
  section.contact .map-fake button {
    top: 5em;
    font-size: 2em;
  }
  section.contact .map-over {
    left: 2em;
  }
}
@media only screen and (max-width: 400px) {
  section.contact .map-fake button {
    display: none;
  }
}
section.footer {
  font-size: 10px;
  background-color: #ffa922;
  display: block;
  position: relative;
  width: 100%;
  height: 6em;
  top: 0px;
  margin: 0 auto;
  padding: 0em 7em;
  text-align: right;
}
section.footer .copy {
  position: absolute;
  left: 3.88em;
  top: 1.2em;
  font-size: 1.8em;
  text-transform: uppercase;
}
section.footer .copy span {
  cursor: pointer;
}
section.footer .copy span:hover {
  text-decoration: underline;
}
section.footer .copy .separator {
  display: inline-block;
}
section.footer .whatsapp {
  display: inline-block;
  width: 3.4em;
  height: 3.6em;
  background-image: url('../themes/amt/assets/images/whatsapp.svg');
  background-size: 80% 80%;
  border-radius: 1.3em;
  margin-bottom: -0.5em;
  margin-right: 1em;
  background-position: center;
  background-repeat: no-repeat;
}
section.footer .whatsapp:hover {
  transform: scale(1.1);
}
section.footer .facebook {
  display: inline-block;
  width: 2.6em;
  height: 2.6em;
  background-image: url('../themes/amt/assets/images/facebook.svg');
  background-size: cover;
  border-radius: 0.4em;
  margin-top: 2em;
  margin-right: 1em;
}
section.footer .facebook:hover {
  box-shadow: 0 0 0.3em 0.2em #333;
}
section.footer .tripadvisor {
  display: inline-block;
  width: 4.1em;
  height: 2.5em;
  background-image: url('../themes/amt/assets/images/tripadvisor.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0em -0.8em;
  border-radius: 0.4em;
  margin-top: 2em;
  margin-right: 7em;
}
section.footer .tripadvisor:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 940px) {
  section.footer {
    font-size: 0.9em;
    padding: 0 1em;
  }
  section.footer .copy {
    left: 0.5em;
  }
}
@media only screen and (max-width: 700px) {
  section.footer {
    font-size: 0.8em;
  }
  section.footer .facebook,
  section.footer .tripadvisor,
  section.footer .whatsapp {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  section.footer {
    height: 8em;
  }
  section.footer span {
    display: block;
    text-align: left;
  }
  section.footer .copy .separator {
    display: none;
  }
}

.slider__image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.slider__img {
  max-width: 100%;
  max-height: 100%;
}

.vespa-rentals {
    background: #ffa922;
    font-size: 8px;
}
.vespa-rentals__item:first-child{
  border-bottom: 1px black solid;
}
.vespa-rentals__image {}
.vespa-rentals__image-img {
    width:100%;
    display: block;
}
.vespa-rentals__headline {
    font-family: compacta;
    font-size: 38px;
    display: block;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 15px 20px 10px 20px;
}
.vespa-rentals__content{
    padding: 20px;
}
.vespa-rentals__text {font-size: 2.1em;/* width: 90%; */margin: auto;}
.vespa-rentals__text p{
    margin-bottom:20px;
    /* font-size: 21px; */
}
.vespa-rentals__text p:last-child{
    margin-bottom:0;
}
.vespa-rentals__button {
    font-family: myriad-bold;
    font-size: 24px;
    line-height:1;
    color: white;
    background-color: black;
    text-transform: uppercase;
    border: 2px black solid;
    margin-top: 1em;
    cursor: pointer;
    text-decoration: none;
    display:inline-flex;
    padding: 16px 38px;
}
.vespa-rentals__button:hover{
    border-color:white;
}

@media (min-width: 700px){
  .vespa-rentals__item:first-child{
    border-bottom: 0;
  }
    .vespa-rentals__headline {
        font-size:4.8em;
        text-align:left;
        padding: 0 0 10px 0;
    }
    .vespa-rentals{
      display:flex;
      align-items:center;
      padding: 50px 5%;
    }
  .vespa-rentals__inner{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
    max-width: 1200px !important;
  }
  .vespa-rentals__content{
    padding: 15px 0 0 0;
  }
}
@media (min-width: 1200px){
  .vespa-rentals__content{
  }
  .vespa-rentals__text{
    font-size:21px;
  }
  .vespa-rentals__headline {
      font-size:48px;   
  }
}

/* peek widget fixes */
#spinnaker-modal-overlay{
    overflow-y:auto !important;
}
#spinnaker-modal-close{
    font-size: 16px !important;
}

.rentals{
    padding: 40px 0 20px 0;
}
.rentals__inner{
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1240px;
}
.rentals__headline{
    font-family: compacta;
    font-size: 24px;
    display: block;
    text-align: center;
    padding: 0 0 40px 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.rentals__items{
    display: flex;
    flex-direction: column;
}
.swiper-pagination{position: relative !important;margin: 30px 0 0 0;}
.swiper-slide{
    height: initial !important;
}
.swiper-pagination-bullet-active{
  background: #ffa922 !important;
}
.card-rentals-step{
    position: relative;
    border: 2px solid #ffa922;
    border-radius: 30px;
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.card-rentals-step__overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.card-rentals-step__overlay:hover ~ .card-rentals-step__headline{
  color:#ffa922;
}
.card-rentals-step__icon{
    border-radius: 100%;
    box-shadow: 3px 3px 10px #00000026;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 0 25px 0;
}
.card-rentals-step__icon-img{
    max-width: 40px;
    max-height: 40px;
}
.card-rentals-step__step{
    padding: 6px 10px 4px 10px;
    box-shadow: -1px 1px 3px #00000026;
    border-radius: 20px;
    position: absolute;
    background: white;
    top: 0;
    margin: -12px -34px 0 0;
    font-size: 12px;
}
.card-rentals-step__arrow{
    position: absolute;
    right: -72px;
}
.card-rentals-step__arrow svg{}
.card-rentals-step__headline{
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
  transition: 0.5s;
}
.card-rentals-step__text{
    font-size: 14px;
    color: dimgray;
    line-height: 1.4;
}
@media (min-width:700px){
  .rentals__headline{
    font-size: 38px;
  }
}
@media (min-width:992px){
  .card-rentals-step__arrow{
    width:60px;
    overflow:hidden;
    right: -40px;
  }
  .card-rentals-step__arrow svg{
    margin:0 0 0 -40px;
  }
  .rentals{
    padding: 50px 0 50px 0;
  }
}
@media (min-width:1200px){
  .rentals__headline{
    font-size: 48px;
  }
}
@media (min-width:1200px){
    .card-rentals-step__text{
        font-size: 16px;
    }
}



.welcome-improved {
    width: 100%;
    background-color: black;
}

.margin-improved {
    max-width: 120em;   
    margin: 0 auto;
    padding: 70px 65px;
}

.margin-improved .grid{
    display: grid;
    grid-template-columns: 7fr 1fr;
    grid-gap: 80px;
}


.welcome-improved .TA-improved {
    z-index: 1;
    border: solid 1px #6bcbb5;
    background-color: white;
    box-shadow: 0px 0px 0px 0.5em white;
    height: fit-content;
    margin-top: 10px;
}

section.welcome-improved h1 {
    font-family: compacta;
    font-size: 4.8em;
    color: #ffa922;
    text-transform: uppercase;
    text-align: left;
}    


section.welcome-improved .text {
    font-size: 20px;
    padding-top: 20px;
    color: white;
    text-align: left;
}
section.welcome-improved .text strong{
    font-size: 21px;
}
section.welcome-improved .text p {
    padding-bottom: 1em;
}
section.welcome-improved .text ul {
        padding-left: 26px;
        margin-bottom: 15px;
}
section.welcome-improved .text ul li{
    padding-bottom: 10px;
}
section.welcome-improved .text ul li:last-child{
    padding-bottom: 0px;
}

.content-improved{
    order: 1;
}
.TA-improved{
    order: 2;
}

@media only screen and (max-width: 940px) {
    section.welcome-improved .TA-improved {
        display: none;
    }
    .margin-improved {
        max-width: 120em;   
        margin: 0 auto;
        padding: 30px 20px 30px 20px;
    }
    .margin-improved .grid{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    section.welcome-improved h1 {
        font-size: 38px;
        text-align: center;
    }
    section.welcome-improved .text {
        font-size: 16px;
        padding-top: 20px;
        color: white;
        text-align: left;
    }
    section.welcome-improved .text strong{
        font-size: 16px;
    }
}