html, body {
  font-family: "Nunito Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html.block, body.block {
  overflow: hidden;
}

button, a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a, button, input {
  outline: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

*:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

div[class^=col-] {
  padding-left: 4px;
  padding-right: 4px;
}

.col {
  padding-left: 4px;
  padding-right: 4px;
}

.row {
  margin-left: -4px;
  margin-right: -4px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 2rem;
  margin: 0;
}

h2 {
  font-size: 1.5rem;
  margin: 0;
}

h3, h4, h5 {
  font-size: 1rem;
  margin: 0;
}

p {
  font-size: 1rem;
}

.text-bold {
  font-weight: 700;
}

.text-normal {
  font-size: 1rem;
}

.text-small {
  font-size: 0.75rem;
}

.badge {
  padding: 10px;
}

.btn {
  border-radius: 1rem;
  padding: 12px 16px;
  font-weight: 700;
}

.btn-primary {
  background-color: #0056B3;
}
.btn-primary.deactive {
  pointer-events: none;
  opacity: 0.25;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0);
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: white;
  border-color: white;
  color: #282828;
}

.btn-outline-secondary {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background-color: #ffffff;
  color: #282828;
  border-color: #ffffff;
}

.btn-tertiary {
  background-color: rgba(40, 40, 40, 0.5);
  border-color: rgba(40, 40, 40, 0);
  color: #ffffff;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  background-color: #282828;
  border-color: #282828;
  color: #ffffff;
}
.btn-tertiary.deactive {
  pointer-events: none;
  opacity: 0.25;
}

.btn-book {
  background-color: #ff3707;
  border-color: #ff3707;
  color: #ffffff;
}
.btn-book:hover, .btn-book:focus {
  background-color: #ff3707;
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

.btn-icon {
  background-color: rgba(255, 255, 255, 0.5);
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  padding: 0;
  line-height: 3rem;
  color: #ffffff;
}
.btn-icon.transparent {
  background-color: rgba(255, 255, 255, 0);
}
.btn-icon:hover {
  background-color: white;
  color: #282828;
}

.btn-toggle {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
}
.btn-toggle.invert {
  background-color: rgba(40, 40, 40, 0.5);
}
.btn-toggle.invert:hover, .btn-toggle.invert.focus, .btn-toggle.invert.active {
  background-color: #282828;
  color: #ffffff;
}
.btn-toggle:hover, .btn-toggle.focus, .btn-toggle.active {
  background-color: #ffffff;
  color: #282828;
}

.btn-card {
  border: 1px solid #ffffff;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn-card:hover, .btn-card.selected {
  border: 1px solid #0056B3;
}
.btn-card .button-header {
  background-image: url("../images/PlaceholedrImage.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: auto;
  background-color: rgba(0, 86, 179, 0.1);
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.btn-card .button-header h1, .btn-card .button-header h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding: 1rem;
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}
.btn-card .button-body {
  text-align: left;
}

.modal .modal-dialog {
  max-width: calc(100% - 12rem);
}
.modal .modal-dialog .modal-content {
  padding: 4rem;
  border-radius: 2rem;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 0 0 1rem 0;
  border-color: #282828;
}
.modal .modal-dialog .modal-content .modal-header h1, .modal .modal-dialog .modal-content .modal-header h3 {
  font-size: 2rem;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 2rem 0rem;
}
.modal .modal-dialog .modal-content .modal-body h4 {
  font-size: 1.125rem;
  text-align: center;
  padding: 0rem 20rem 2rem 20rem;
}
.modal .modal-dialog .modal-content .modal-body .wrapper-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: safe center;
      -ms-flex-pack: safe center;
          justify-content: safe center;
  gap: 0.5rem;
}
.modal .modal-dialog .modal-content .modal-body .wrapper-choice > button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 22rem;
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}
.modal .modal-dialog .modal-content .modal-body .wrapper-choice > div {
  max-width: 40rem;
}
.modal .modal-dialog .modal-content .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0 0 0;
  border: 0;
}

@media (max-width: 768px) {
  .modal .modal-dialog {
    max-width: calc(100% - 4rem);
  }
  .modal .modal-dialog .modal-content {
    padding: 2rem;
  }
  .modal .modal-dialog .modal-content .modal-header h1, .modal .modal-dialog .modal-content .modal-header h3 {
    font-size: 1.5rem;
  }
  .modal .modal-dialog .modal-content .modal-body h4 {
    padding: 0rem 0rem 2rem 0rem;
  }
  .modal .modal-dialog .modal-content .modal-body .wrapper-choice {
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .modal .modal-dialog .modal-content .modal-body .wrapper-choice > button {
    min-width: 18rem;
  }
  .modal .modal-dialog .modal-content .modal-body .wrapper-choice > div {
    max-width: 30rem;
  }
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    max-width: calc(100% - 1rem);
    width: 100%;
  }
  .modal .modal-dialog .modal-content {
    padding: 2rem;
  }
  .modal .modal-dialog .modal-content .modal-header h1, .modal .modal-dialog .modal-content .modal-header h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1rem;
  }
  .modal .modal-dialog .modal-content .modal-body h4 {
    padding: 0rem 0rem 2rem 0rem;
  }
  .modal .modal-dialog .modal-content .modal-body .wrapper-choice > button {
    min-width: calc(100% - 2rem);
  }
  .modal .modal-dialog .modal-content .modal-body .wrapper-choice > div {
    max-width: calc(100% - 2rem);
  }
}
.card-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #282828;
}
.card-product:hover {
  color: #282828;
}
.card-product:hover.social .card-header:after {
  opacity: 0.3;
}
.card-product:hover.social .card-header .title h1, .card-product:hover.social .card-header .title h3 {
  margin-top: -0.5rem;
}
.card-product:hover.social .card-header .title p {
  bottom: -0.5rem;
}
.card-product:hover .card-header .title h1, .card-product:hover .card-header .title h3 {
  margin-top: -0.5rem;
}
.card-product:hover .card-header .title p {
  opacity: 1;
  bottom: 0;
}
.card-product.image.media .card-header {
  aspect-ratio: 1.5/1;
}
.card-product.image.boat .card-header {
  aspect-ratio: 1/1;
}
.card-product.image.boat .card-header .title {
  padding: 1rem;
}
.card-product.image.boat .card-header .title h1, .card-product.image.boat .card-header .title h3 {
  text-overflow: clip;
  overflow: auto;
  white-space: normal;
}
.card-product.image.boat .card-body {
  padding-top: 0.5rem;
}
.card-product.image .card-header {
  background-image: url("../images/PlaceholedrImage.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: auto;
  background-color: rgba(0, 86, 179, 0.1);
}
.card-product.social .card-header {
  aspect-ratio: 4/5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.card-product.social .card-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.card-product.social .card-header .title {
  background: transparent;
  z-index: 1;
}
.card-product.social .card-header .title h1, .card-product.social .card-header .title h3 {
  width: auto;
  max-width: 100%;
  padding: 0.625rem;
  background-color: #282828;
  border-radius: 0.5rem;
  font-size: 1rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-product.social .card-header .title h1 i, .card-product.social .card-header .title h3 i {
  margin-right: 0.5rem;
}
.card-product.social .card-header .title p {
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
.card-product.answer .card-header {
  aspect-ratio: 3/5;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  padding: 1rem;
}
.card-product.answer .card-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.card-product.answer .card-header .dida {
  z-index: 1;
  text-align: center;
}
.card-product.answer .card-header .dida h1, .card-product.answer .card-header .dida h3 {
  display: inline-block;
  padding: 0.625rem;
  background-color: #282828;
  border-radius: 0.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.card-product.answer .card-header .dida h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.card-product.answer .card-header .dida p {
  font-weight: 700;
}
.card-product.c-format {
  position: relative;
  cursor: pointer;
  width: 25%;
}
.card-product.c-format.active {
  z-index: 100;
  width: 50%;
}
.card-product.c-format.active .card-header {
  aspect-ratio: 2/1.5;
}
.card-product.c-format.active .card-header .title {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.card-product.c-format.active .card-lateral-body {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  width: 50%;
  z-index: 10;
  opacity: 1;
}
.card-product.c-format .card-header {
  aspect-ratio: 1/1.5;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.card-product.c-format .card-header .label {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.card-product.c-format .card-header .title {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.card-product.c-format .card-header .title p {
  opacity: 1;
  bottom: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: calc(100% - 5.5rem);
  font-size: 1.125rem;
  font-weight: 700;
  overflow: hidden;
  line-height: 1.5rem;
  height: 3rem;
}
.card-product.c-format .card-lateral-body {
  position: absolute;
  height: 100%;
  overflow: scroll;
  width: 50%;
  background-color: rgba(40, 40, 40, 0.75);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  gap: 1.5rem;
  z-index: 0;
  opacity: 0;
  border-radius: 0 1rem 1rem 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  color: #ffffff;
}
.card-product.c-format .card-lateral-body p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.125rem;
  font-weight: 700;
}
.card-product.c-format .card-lateral-body div i {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.card-product.c-team {
  width: 30rem;
}
.card-product.c-team:hover .card-header, .card-product.c-team.active .card-header {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.card-product.c-team.active button {
  opacity: 0;
}
.card-product.c-team .card-header {
  aspect-ratio: 1/1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.card-product.c-team .card-header .title h1, .card-product.c-team .card-header .title h3 {
  margin-top: -0.5rem;
  text-align: left;
}
.card-product.route {
  height: 100%;
}
.card-product.route .card-header {
  height: 100%;
  aspect-ratio: 1/1.5;
}
.card-product .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1.5;
  border-radius: 1rem;
  color: #ffffff;
}
.card-product .card-header .wrapper-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.card-product .card-header video {
  background-color: rgba(0, 86, 179, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.card-product .card-header .title {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 4.5rem 1rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 5.5rem;
  overflow: hidden;
}
.card-product .card-header .title h1, .card-product .card-header .title h3 {
  font-size: 2rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: absolute;
  padding-right: 4.5rem;
  padding-left: 1rem;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.card-product .card-header .title p {
  position: absolute;
  bottom: -1rem;
  left: 1rem;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.card-product .card-header .title button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 1rem;
}
.card-product .card-body {
  padding: 1.5rem 0 0 0;
}
.card-product .card-body p {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.label {
  padding: 5px 10px;
  background: #282828;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 2rem);
  white-space: nowrap;
}

.card-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #ffffff;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  overflow: hidden;
  background-image: url("../images/PlaceholedrImage.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.card-book.medium {
  aspect-ratio: 2/1;
}
.card-book.large {
  aspect-ratio: 2.5/1;
  margin-bottom: 1rem;
  background-image: none;
  position: relative;
}
.card-book.large .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-book.large .carousel .carousel-inner {
  width: 100%;
  height: 100%;
}
.card-book.large .carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.card-book.large .card-header, .card-book.large .card-body {
  z-index: 10;
}
.card-book.large .control {
  z-index: 11;
}
.card-book.large .control button {
  height: 4rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  width: 4rem;
}
.card-book.large .control button:hover {
  background-color: transparent;
}
.card-book.large .control button > span {
  line-height: 2rem;
  font-size: 2rem;
  background-image: none;
}
.card-book:hover {
  color: #ffffff;
}
.card-book .card-header {
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.card-book .card-header > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-book .card-header > div .label {
  display: inline-block;
  margin-bottom: 1rem;
}
.card-book .card-header > div .label.special {
  background-color: #ffffff;
  color: #FF3707;
}
.card-book .card-header > div h1, .card-book .card-header > div h3 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.card-book .card-header > div h2 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.card-book .card-header > div h2 span {
  opacity: 0.5;
  text-decoration: line-through;
}
.card-book .card-body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.card-book .card-body > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-book .card-body > div h1, .card-book .card-body > div h3 {
  font-size: 2rem;
  margin: 0;
}
.card-book .card-body > div p {
  margin: 0;
  font-weight: 700;
  font-size: 1.125rem;
}
.card-book .card-body button {
  white-space: nowrap;
  margin-left: 0.5rem;
  min-width: 3rem;
}
.card-book .card-body button.btn-primary {
  min-width: auto;
}

.card-role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  gap: 0.5rem;
  margin-top: 2rem;
}
.card-role > div {
  width: 50%;
}
.card-role .role-cover {
  background-image: url("../images/PlaceholedrImage.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: auto;
  background-color: rgba(0, 86, 179, 0.1);
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.card-role .role-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.3);
  z-index: 0;
}
.card-role .role-cover h1, .card-role .role-cover h3 {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 1;
  font-size: 3rem;
}
.card-role .role-body {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0 1rem 1rem 0;
  padding: 1rem;
}
.card-role .role-body h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.card-role .role-body p, .card-role .role-body ul {
  font-size: 18px;
}
.card-role .role-body ul {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.card-role .role-body .role-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-role .role-body .role-footer a:last-child {
  margin-left: auto;
}

@media (max-width: 1200px) {
  .card-book.large {
    aspect-ratio: 1.5/1;
  }
  .card-book .card-header > div .label {
    margin-bottom: 0.5rem;
  }
  .card-book .card-header > div h1, .card-book .card-header > div h3 {
    font-size: 2rem;
  }
  .card-book .card-header > div h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .card-product:hover.social .card-header:after {
    opacity: 0.3;
  }
  .card-product:hover.social .card-header .title h1, .card-product:hover.social .card-header .title h3 {
    margin-top: -0.5rem;
  }
  .card-product:hover.social .card-header .title p {
    bottom: -0.5rem;
  }
  .card-product:hover .card-header .title h1, .card-product:hover .card-header .title h3 {
    margin-top: -0.5rem;
  }
  .card-product:hover .card-header .title p {
    opacity: 1;
    bottom: 0;
  }
  .card-product.image.media .card-header {
    aspect-ratio: 1.5/1;
  }
  .card-product.social .card-header {
    aspect-ratio: 4/5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .card-product.social .card-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .card-product.social .card-header .title {
    background: transparent;
    z-index: 1;
  }
  .card-product.social .card-header .title h1, .card-product.social .card-header .title h3 {
    width: auto;
    max-width: 100%;
    padding: 0.625rem;
    background-color: #282828;
    border-radius: 0.5rem;
    font-size: 1rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-product.social .card-header .title h1 i, .card-product.social .card-header .title h3 i {
    margin-right: 0.5rem;
  }
  .card-product.social .card-header .title p {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .card-product.answer .card-header {
    aspect-ratio: 1/2;
  }
  .card-product.c-format {
    width: 100%;
  }
  .card-product.c-format.active {
    width: 100%;
  }
  .card-product.c-format .card-header {
    height: 25rem;
  }
  .card-product.c-team {
    width: 30rem;
  }
  .card-product.c-team:hover .card-header, .card-product.c-team.active .card-header {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .card-product.c-team.active button {
    opacity: 0;
  }
  .card-product.c-team .card-header {
    aspect-ratio: 1/1;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .card-product.c-team .card-header .title h1, .card-product.c-team .card-header .title h3 {
    margin-top: -0.5rem;
    text-align: left;
  }
  .card-product.route .card-header {
    aspect-ratio: 1/1.5;
  }
  .card-product .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/1.5;
    border-radius: 1rem;
    color: #ffffff;
  }
  .card-product .card-header .title {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 4.5rem 1rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    height: 5.5rem;
    overflow: hidden;
  }
  .card-product .card-header .title h1, .card-product .card-header .title h3 {
    font-size: 2rem;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    padding-right: 4.5rem;
    padding-left: 1rem;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .card-product .card-header .title p {
    position: absolute;
    bottom: -1rem;
    left: 1rem;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .card-product .card-header .title button {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 1rem;
  }
  .card-product .card-body {
    padding: 1.5rem 0 0 0;
  }
  .card-book.medium {
    aspect-ratio: 2/1;
  }
  .card-book.large {
    aspect-ratio: 1.5/1;
  }
  .card-book .card-header > div .label {
    margin-bottom: 0.5rem;
  }
  .card-book .card-header > div h1, .card-book .card-header > div h3 {
    font-size: 2rem;
  }
  .card-book .card-header > div h2 {
    font-size: 1.25rem;
  }
  .card-book .card-body > div h1, .card-book .card-body > div h3 {
    font-size: 1.5rem;
  }
  .card-book .card-body > div p {
    margin: 0;
    font-weight: 700;
    font-size: 1rem;
  }
  .card-role {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-role > div {
    width: 100%;
  }
  .card-role .role-cover {
    border-radius: 1rem 1rem 0 0;
    aspect-ratio: 1.5/1;
  }
  .card-role .role-cover h1, .card-role .role-cover h3 {
    font-size: 2rem;
  }
  .card-role .role-body {
    border-radius: 0 0 1rem 1rem;
  }
  .card-role .role-body h2 {
    font-size: 1.5rem;
  }
  .card-role .role-body p, .card-role .role-body ul {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .card-product.answer {
    margin-bottom: 0.5rem;
  }
  .card-product.answer .card-header {
    aspect-ratio: 1/1;
  }
  .card-product.c-format {
    width: 100%;
  }
  .card-product.c-format.active {
    width: 100%;
  }
  .card-product.c-format.active .card-lateral-body {
    width: 100%;
  }
  .card-product.c-format .card-header {
    height: 30rem;
  }
  .card-product.c-format .card-lateral-body {
    height: 75%;
    width: 100%;
    right: 0;
    bottom: 0;
    border-radius: 0 0rem 1rem 1rem;
  }
  .card-book {
    aspect-ratio: 1/1.5;
  }
  .card-book.large {
    aspect-ratio: 1/1.5;
  }
  .card-book .card-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-book .card-body > div {
    width: 100%;
  }
  .card-book .card-body button {
    margin-top: 0.5rem;
    width: 100%;
    margin-left: 0;
  }
}
.navbar {
  padding: 0 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar .navbar-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.navbar .navbar-brand img {
  width: 60px;
  height: auto;
}
.navbar .break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}
.navbar .navbar-collapse {
  position: relative;
  padding: 1.25rem 0;
}
.navbar .navbar-collapse.subnav {
  padding: 13px 0;
}
.navbar .navbar-collapse.subnav:after {
  content: "";
  position: absolute;
  width: calc(100% - 0.5rem);
  height: 1px;
  background-color: #ffffff;
  top: 0;
  left: 0.5rem;
}
.navbar .navbar-collapse.subnav .navbar-nav.spacer {
  border-left: 0;
}
.navbar .navbar-collapse .navbar-nav.spacer {
  border-left: 1px solid #ffffff;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-weight: 700;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  text-decoration: underline;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.5;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.title {
  font-size: 1.25rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  display: none;
}
.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  border: 0;
}

@media (max-width: 1400px) {
  .navbar {
    padding: 0 0rem;
  }
  .navbar .navbar-toggler {
    position: fixed;
    left: auto;
    right: 1rem;
    top: 1.5rem;
    z-index: 100;
    border-color: #ffffff;
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
  }
  .navbar .navbar-toggler span {
    background-image: none;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2rem;
    width: auto;
    height: auto;
  }
  .navbar .navbar-brand {
    position: fixed;
    top: 1rem;
    left: 1rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 100;
  }
  .navbar .navbar-collapse {
    background-color: #282828;
    margin-top: 90px;
    border-radius: 1rem;
    padding: 0 1rem;
  }
  .navbar .navbar-collapse.subnav {
    margin-top: 0.25rem;
    padding: 0 1rem;
  }
  .navbar .navbar-collapse.subnav:after {
    display: none;
  }
  .navbar .navbar-collapse .navbar-nav:first-child {
    margin-top: 0.5rem;
  }
  .navbar .navbar-collapse .navbar-nav:last-child {
    margin-bottom: 0.5rem;
  }
  .navbar .navbar-collapse .navbar-nav.spacer {
    border-left: 0;
    margin-left: 0rem;
    padding-left: 0rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.25rem 0;
    font-size: 1.25rem;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    margin-top: 0;
    background-color: transparent;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar .navbar-collapse button {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 1.25rem;
  }
}
.form-control {
  border-radius: 1rem;
  padding: 0.75rem 1rem;
}
.form-control.line {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.form-control.line::-webkit-input-placeholder {
  color: #ffffff;
}
.form-control.line::-moz-placeholder {
  color: #ffffff;
}
.form-control.line:-ms-input-placeholder {
  color: #ffffff;
}
.form-control.line::-ms-input-placeholder {
  color: #ffffff;
}
.form-control.line::placeholder {
  color: #ffffff;
}
.form-control:focus {
  border-color: #0056B3;
}

.form-check-input.line {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.accordion .accordion-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.accordion .accordion-item h2 button {
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 0;
  padding-right: 2.5rem;
  display: inline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.accordion .accordion-item h2 button:after {
  display: none;
}
.accordion .accordion-item h2 button::before {
  font-family: "bootstrap-icons";
  content: "\f64d";
  background-image: none;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.accordion .accordion-item h2 button:not(.collapsed) {
  background-color: #ffffff;
  color: #282828;
}
.accordion .accordion-item h2 button:not(.collapsed):before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body p, .accordion .accordion-item .accordion-collapse .accordion-body div {
  font-size: 1.06rem;
}

.review .col, .review div[class^=col-] {
  margin-bottom: 0.5rem;
}
.review .wrapper-review {
  background-color: #282828;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
}
.review .wrapper-review .rev-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review .wrapper-review .rev-header h3 {
  margin-right: auto;
  min-width: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.review .wrapper-review .rev-header .rating {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review .wrapper-review .rev-header .rating span {
  color: #FF3707;
  margin-left: 0.125rem;
}
.review .wrapper-review .rev-body {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.review .wrapper-review .rev-body p {
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.review .wrapper-review .rev-body a {
  color: #ffffff;
  font-weight: 700;
  margin-top: auto;
}
.review .wrapper-review .rev-body a:hover {
  opacity: 0.5;
}

.articles {
  margin-top: 4rem;
}

.wrapper-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #282828;
  text-decoration: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 1rem;
}
.wrapper-article:hover {
  color: #282828;
}
.wrapper-article .article-header {
  background-image: url("../images/PlaceholedrImage.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 86, 179, 0.1);
  aspect-ratio: 1/1;
  width: 9rem;
  border-radius: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrapper-article .article-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 1rem;
}
.wrapper-article .article-body .label {
  color: #ffffff;
  margin-bottom: auto;
}
.wrapper-article .article-body h1, .wrapper-article .article-body h3 {
  margin-top: 1rem;
  font-size: 2rem;
}
.wrapper-article .article-body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}

@media (max-width: 576px) {
  .wrapper-article .article-header {
    width: 5rem;
  }
  .wrapper-article .article-body h1, .wrapper-article .article-body h3 {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
  .wrapper-article .article-body p {
    display: none;
  }
}
main .cover {
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .cover.half {
  height: 50vh;
}
main .cover.travel .title-page h2 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2rem;
}
main .cover.travel .title-page .book {
  position: relative;
  margin-bottom: 2.5rem;
}
main .cover.travel .title-page .book button {
  font-size: 1.25rem;
}
main .cover.travel .title-page .book button span {
  opacity: 0.5;
  text-decoration: line-through;
}
main .cover.travel .title-page .book .label {
  position: absolute;
  margin: 0;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  white-space: nowrap;
  background-color: #ffffff;
  color: #FF3707;
  font-size: 0.75rem;
}
main .cover.travel .info {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
main .cover.travel .audio {
  position: absolute;
  bottom: 1rem;
  left: calc(189px + 2rem);
}
main .cover.media-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 86, 179, 0.1);
}
main .cover video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 86, 179, 0.1);
}
main .cover .title-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #ffffff;
}
main .cover .title-page h1 {
  font-size: 7rem;
  line-height: 7rem;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
main .cover .title-page h2 {
  margin-bottom: 1.5rem;
}
main .cover .title-page .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .cover .title-page .social p {
  margin: 0;
}
main .cover .title-page .social a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 0.25rem;
  font-size: 1.5rem;
}
main .cover .title-page .social a:hover {
  opacity: 0.5;
}
main .cover .wrapper-sign {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
main .cover .wrapper-sign .sign {
  background-color: rgba(40, 40, 40, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  color: #ffffff;
  padding: 2rem;
}
main .cover .wrapper-sign .sign h1 {
  font-size: 4rem;
  text-align: center;
  margin: 0;
}
main .cover .wrapper-sign .sign .sign-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .cover .wrapper-sign .sign .sign-body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .cover .wrapper-sign .sign .sign-body > div.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .cover .wrapper-sign .sign .sign-body > div.informativa {
  border: 1px solid #ffffff;
  border-radius: 1rem;
  height: 6rem;
  overflow: scroll;
  padding: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
main .cover .wrapper-sign .sign .sign-body > div.informativa p {
  margin: 0;
}
main .cover .wrapper-sign .sign .sign-body > div a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}
main .cover .wrapper-sign .sign .sign-body > div a:hover {
  text-decoration: underline;
}
main .cover .wrapper-sign .sign .sign-body > div .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main .cover .wrapper-sign .sign .sign-body > div .btn-icon {
  display: none;
}
main .cover .wrapper-sign .sign .sign-body > div .btn-icon.active {
  border-color: transparent;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
}
main .cover .wrapper-sign .sign .sign-body > div .btn-icon.active:hover {
  background-color: white;
  border-color: transparent;
}
main .cover .wrapper-sign .sign .sign-body > div .btn-primary {
  margin-left: auto;
}
main .cover .wrapper-sign .sign .sign-body > div .btn-secondary {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
main .cover .wrapper-sign .sign .sign-body > div .form-check {
  margin-bottom: 0;
  line-height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .cover .wrapper-sign .sign .sign-body > div .form-check .form-check-input {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main .cover .wrapper-sign .sign .sign-body > div .form-check .form-check-label {
  padding-left: 0.5rem;
  line-height: normal;
}
main .cover .wrapper-sign .sign .sign-footer {
  border-top: 1px solid #ffffff;
  padding-top: 1rem;
  text-align: center;
}
main .cover .wrapper-sign .sign .sign-footer p {
  margin: 0;
}
main .cover .wrapper-sign .sign .sign-footer a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
main .cover .wrapper-sign .sign .sign-footer a:hover {
  text-decoration: underline;
}
main .cover .audio {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
main .cover .whatsapp {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #24D41E;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  z-index: 100;
}
main .product {
  margin-top: -8rem;
  padding: 0 9rem;
}
main .product.inner {
  margin-top: 9rem;
}
main .description-page {
  margin: 10rem 0;
  padding: 0 9rem;
  text-align: center;
}
main .description-page h1, main .description-page h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
main .description-page h3 {
  font-size: 1.25rem;
  font-weight: 400;
}
main .wrapper-book {
  margin: 10rem 0;
  padding: 0 9rem;
}
main .wrapper-book .section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
main .wrapper-book .section-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
main .wrapper-book .laterl-book {
  background-color: #282828;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 3.5rem;
  margin-left: 1rem;
}
main .wrapper-book .laterl-book .lateral-header {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
main .wrapper-book .laterl-book .lateral-header h1 {
  font-size: 2.5rem;
}
main .wrapper-book .laterl-book .lateral-header h1 span {
  font-size: 1rem;
  opacity: 0.5;
  text-decoration: line-through;
}
main .wrapper-book .laterl-book .lateral-header p {
  margin: 0;
}
main .wrapper-book .laterl-book .lateral-header button {
  margin-top: 0.5rem;
  width: 100%;
}
main .wrapper-book .laterl-book .lateral-body {
  padding-top: 1rem;
}
main .wrapper-book .laterl-book .lateral-body h2 {
  font-size: 2rem;
}
main .wrapper-book .laterl-book .lateral-body h3 {
  font-size: 1rem;
  margin-top: 0.75rem;
}
main .wrapper-book .laterl-book .lateral-body h3 i {
  margin-right: 0.5rem;
}
main .media-gallery {
  background-color: #282828;
  padding: 5rem 9rem;
}
main .media-gallery.white {
  background-color: #ffffff;
}
main .media-gallery.white .sublink a {
  color: #282828;
}
main .media-gallery.alternative div[class^=col-] {
  margin-bottom: 0.5rem;
}
main .media-gallery.alternative .card-header {
  height: 25rem;
}
main .media-gallery.alternative .sublink {
  margin-top: 0;
}
main .media-gallery .section-title {
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
main .media-gallery .section-subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
main .media-gallery .wrapper-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
main .media-gallery .wrapper-photo .photo-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  height: 45rem;
}
main .media-gallery .wrapper-photo .photo-column:first-child, main .media-gallery .wrapper-photo .photo-column:nth-child(2) {
  width: 25%;
}
main .media-gallery .wrapper-photo .photo-column:last-child {
  width: 50%;
}
main .media-gallery .wrapper-photo .photo-column.extended {
  width: 100%;
}
main .media-gallery .wrapper-photo .photo-column .photo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 0.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
main .media-gallery .wrapper-photo .photo-column .photo-row .card-product {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
main .media-gallery .wrapper-photo .photo-column .photo-row .card-product .card-header {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
main .media-gallery .sublink {
  text-align: right;
  margin-top: 0.5rem;
}
main .media-gallery .sublink a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125rem;
}
main .media-gallery .sublink a:hover {
  opacity: 0.5;
}
main .video-gallery {
  aspect-ratio: 3/1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
  overflow: hidden;
}
main .video-gallery video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 86, 179, 0.1);
}
main .video-gallery > div {
  text-align: center;
}
main .video-gallery > div h1, main .video-gallery > div h3 {
  font-size: 6rem;
  text-transform: uppercase;
  color: #ffffff;
}
main .team {
  text-align: center;
  margin-top: 2rem;
}
main .team img {
  width: 15%;
  height: auto;
  border-radius: 1rem;
  margin: 0 0.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
main .team p {
  margin: 2rem 0 0 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
}
main .review {
  margin: 10rem 0 9.5rem 0;
  padding: 0 9rem;
}
main .wrapper-social {
  margin-bottom: 10rem;
  padding: 0 9rem;
}
main .newsletter {
  padding: 0 9rem 5rem 9rem;
}
main .newsletter .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .newsletter .grwf2-wrapper.wf2-embedded {
  z-index: 0;
}
main .newsletter .wrapper-news {
  padding-top: 5rem;
  border-top: 1px solid #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
main .newsletter .wrapper-news .cover-news {
  background-image: url("../images/PlaceholedrImage.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
  aspect-ratio: 1/1;
  height: 100%;
  background-color: rgba(0, 86, 179, 0.1);
}
main .newsletter .wrapper-news .wrapper-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
main .newsletter .wrapper-news .wrapper-input h1 {
  font-size: 4.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
main .newsletter .wrapper-news .wrapper-input .input-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .newsletter .wrapper-news .wrapper-input .input-news .row-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
main .newsletter .wrapper-news .wrapper-input .input-news .row-input button {
  white-space: nowrap;
}
main .format {
  background-color: #282828;
  padding: 5rem 9rem;
}
main .format.white {
  background-color: #ffffff;
}
main .format .section-title {
  color: #ffffff;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1rem;
}
main .format .wrapper-format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
main .filtri {
  background-color: #282828;
  padding: 5rem 9rem;
}
main .filtri.white {
  padding-top: 0;
  background-color: #ffffff;
}
main .filtri.white .section-title {
  color: #282828;
}
main .filtri.margin {
  margin: 5rem 0 10rem 0;
}
main .filtri .section-title {
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
main .filtri .section-subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
main .filtri .wrapper-filter {
  margin-bottom: 5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}
main .filtri .wrapper-filter div {
  padding-left: 0.5rem;
  margin-left: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0 !important;
  position: relative;
}
main .filtri .wrapper-filter div:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
main .filtri .wrapper-filter div .form-control {
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  color: #ffffff;
  font-weight: 700;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
main .filtri .wrapper-filter div .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
main .filtri .wrapper-filter div .form-control::-moz-placeholder {
  color: #ffffff;
}
main .filtri .wrapper-filter div .form-control:-ms-input-placeholder {
  color: #ffffff;
}
main .filtri .wrapper-filter div .form-control::-ms-input-placeholder {
  color: #ffffff;
}
main .filtri .wrapper-filter div .form-control::placeholder {
  color: #ffffff;
}
main .filtri .wrapper-filter div .form-control:hover, main .filtri .wrapper-filter div .form-control:focus {
  background-color: white;
  color: #282828;
}
main .filtri .wrapper-filter div .form-control:hover::-webkit-input-placeholder, main .filtri .wrapper-filter div .form-control:focus::-webkit-input-placeholder {
  color: #282828;
}
main .filtri .wrapper-filter div .form-control:hover::-moz-placeholder, main .filtri .wrapper-filter div .form-control:focus::-moz-placeholder {
  color: #282828;
}
main .filtri .wrapper-filter div .form-control:hover:-ms-input-placeholder, main .filtri .wrapper-filter div .form-control:focus:-ms-input-placeholder {
  color: #282828;
}
main .filtri .wrapper-filter div .form-control:hover::-ms-input-placeholder, main .filtri .wrapper-filter div .form-control:focus::-ms-input-placeholder {
  color: #282828;
}
main .filtri .wrapper-filter div .form-control:hover::placeholder, main .filtri .wrapper-filter div .form-control:focus::placeholder {
  color: #282828;
}
main .filtri .wrapper-filter button {
  white-space: nowrap;
}
main .filtri .title-media {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 1rem;
}
main .filtri .wrapper-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  position: relative;
  padding: 0 1rem;
  margin-bottom: 4rem;
}
main .filtri .wrapper-media:last-child {
  margin-bottom: 0;
}
main .filtri .wrapper-media.results {
  margin-top: -0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
main .filtri .wrapper-media.results a {
  margin: 0.5rem 0.25rem 0 0.25rem;
  width: calc(25% - 0.5rem);
}
main .filtri .wrapper-media.results a:first-child {
  margin-left: 0;
}
main .filtri .wrapper-media.results a:nth-child(4n) {
  margin-right: 0;
}
main .filtri .wrapper-media.results a .card-header {
  height: auto;
}
main .filtri .wrapper-media.item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .filtri .wrapper-media.item img {
  margin: 0.25rem;
  border-radius: 1rem;
}
main .filtri .wrapper-media > button {
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 10;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
main .filtri .wrapper-media > button:nth-child(2) {
  left: auto;
  right: 2rem;
}
main .filtri .wrapper-media .carosello {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main .filtri .wrapper-media .carosello a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  scroll-snap-align: start;
  white-space: initial;
}
main .filtri .wrapper-media .carosello a .card-header {
  height: 30rem;
}
main .wrapper-answer {
  padding: 5rem 9rem;
}
main .wrapper-faq {
  padding: 0rem 9rem;
}
main .wrapper-faq .section-title {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
main .wrapper-text {
  padding: 5rem 9rem;
}
main .wrapper-text div[class^=col] {
  margin-bottom: 5rem;
}
main .wrapper-text div[editabile] ul {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 1.25rem;
  list-style: circle;
}
main .wrapper-text h1, main .wrapper-text .titleStaff {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
main .wrapper-text h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
main .wrapper-text h3 {
  font-size: 1.5rem;
}
main .wrapper-text p {
  margin: 0 0 0.5rem 0;
}
main .wrapper-text p.bold {
  font-weight: 700;
}
main .wrapper-text ul {
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
}
main .wrapper-team {
  padding: 0 0 0 9rem;
}
main .wrapper-team .team {
  padding-right: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main .wrapper-team .team::-webkit-scrollbar {
  display: none;
}
main .wrapper-team .team a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  scroll-snap-align: start;
}
main .wrapper-storia {
  padding: 0rem 9rem;
  margin-bottom: 9rem;
}
main .wrapper-storia .carousel-indicators {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .wrapper-storia .carousel-indicators button {
  width: 12px;
  height: 12px;
  margin: 0 0.25rem;
  border-radius: 6px;
  border: 1px solid #282828;
  border-color: #282828;
  background-color: #ffffff;
  text-indent: 0%;
}
main .wrapper-storia .carousel-indicators button.active {
  background-color: #282828;
  color: #ffffff;
  padding: 0px 1rem;
  border-radius: 1rem;
  width: auto;
  height: 2rem;
}
main .wrapper-itinerario {
  padding: 5rem 0 5rem 10rem;
  background-color: #282828;
}
main .wrapper-itinerario .section-title {
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
main .wrapper-itinerario .itinerario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  position: relative;
}
main .wrapper-itinerario .itinerario > button {
  position: absolute;
  top: 0;
  left: calc(25% + 1.5rem);
  z-index: 10;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
main .wrapper-itinerario .itinerario > button:nth-child(2) {
  left: auto;
  right: 1rem;
}
main .wrapper-itinerario .itinerario .rotta {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main .wrapper-itinerario .itinerario .rotta a {
  height: 35rem;
}
main .wrapper-itinerario .itinerario .carosello {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-right: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main .wrapper-itinerario .itinerario .carosello a {
  height: 35rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  scroll-snap-align: start;
  white-space: initial;
}
main .wrapper-step {
  padding: 5rem 9rem;
}
main .wrapper-step .row {
  margin-bottom: 1rem;
}
main .wrapper-step .step-desc {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .wrapper-step .step-desc h1, main .wrapper-step .step-desc h3 {
  font-size: 3rem;
}
main .wrapper-step .step-desc h1 span, main .wrapper-step .step-desc h3 span {
  font-size: 4.5rem;
}
main .wrapper-step .cover-step {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 86, 179, 0.1);
  border-radius: 1rem;
  width: 100%;
  aspect-ratio: 1.5/1;
}
main .wrapper-applicazione {
  padding: 5rem 9rem;
  text-align: center;
}
main .wrapper-tour {
  padding: 5rem 18rem;
}
main .wrapper-tour h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
main .wrapper-tour ul {
  padding-left: 1.25rem;
}
main .wrapper-tour .wrapper-tipologia {
  padding-left: 1rem;
}
main .wrapper-tour .wrapper-tipologia .wrapper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
main .wrapper-tour .wrapper-tipologia .wrapper-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
}
main .wrapper-tour .wrapper-tipologia .wrapper-button button.btn-primary-invert {
  border: 1px solid #0056B3;
}
main .wrapper-tour .wrapper-tipologia .wrapper-button button p {
  margin: 0;
  text-align: left;
}
main .wrapper-tour .wrapper-tipologia .wrapper-button button .posti {
  margin-left: 1rem;
  margin-right: auto;
}
main .wrapper-tour .wrapper-tipologia .wrapper-button button .price {
  text-align: right;
}
main .wrapper-tour .card-product {
  pointer-events: none;
}

@media (max-width: 1440px) {
  main .media-gallery .wrapper-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .media-gallery .wrapper-photo .photo-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 20rem;
  }
  main .media-gallery .wrapper-photo .photo-column:first-child, main .media-gallery .wrapper-photo .photo-column:nth-child(2) {
    width: 100%;
  }
  main .media-gallery .wrapper-photo .photo-column:last-child {
    width: 100%;
  }
  main .media-gallery .wrapper-photo .photo-column:last-child:first-child {
    width: 100%;
  }
  main .media-gallery .wrapper-photo .photo-column .photo-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main .wrapper-tour {
    padding: 5rem 9rem;
  }
}
@media (max-width: 992px) {
  main .wrapper-tour {
    padding: 5rem 9rem;
  }
  main .wrapper-tour .wrapper-tipologia {
    padding-left: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  main .cover.half .title-page {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  main .cover.travel .title-page h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  main .cover.travel .title-page .book {
    position: relative;
    margin-bottom: 2.5rem;
  }
  main .cover.travel .title-page .book button {
    font-size: 1rem;
  }
  main .cover.travel .title-page .book button span {
    opacity: 0.5;
    text-decoration: line-through;
  }
  main .cover.travel .title-page .book .label {
    position: absolute;
    margin: 0;
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    white-space: nowrap;
    background-color: #ffffff;
    color: #FF3707;
    font-size: 0.75rem;
  }
  main .cover.travel .info {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
  }
  main .cover.travel .audio {
    position: absolute;
    bottom: 1rem;
    left: calc(189px + 2rem);
  }
  main .cover .title-page {
    max-width: 100%;
    text-align: center;
  }
  main .cover .title-page h1 {
    font-size: 5rem;
    line-height: 4rem;
    white-space: normal;
  }
  main .product {
    margin-top: 3rem;
    padding: 0 4rem;
  }
  main .product.inner {
    margin-top: 3rem;
  }
  main .description-page {
    margin: 5rem 0;
    padding: 0 4rem;
  }
  main .description-page h1, main .description-page h2 {
    font-size: 3.5rem;
  }
  main .wrapper-book {
    margin: 5rem 0;
    padding: 0 4rem;
  }
  main .wrapper-book .laterl-book {
    background-color: #282828;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1rem;
    padding: 1rem;
    margin-top: 0rem;
    margin-left: 0rem;
  }
  main .wrapper-book .laterl-book .lateral-header {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ffffff;
    text-align: center;
  }
  main .wrapper-book .laterl-book .lateral-header h1 {
    font-size: 2.5rem;
  }
  main .wrapper-book .laterl-book .lateral-header h1 span {
    font-size: 1rem;
    opacity: 0.5;
    text-decoration: line-through;
  }
  main .wrapper-book .laterl-book .lateral-header p {
    margin: 0;
  }
  main .wrapper-book .laterl-book .lateral-header button {
    margin-top: 0.5rem;
    width: 100%;
  }
  main .wrapper-book .laterl-book .lateral-body {
    padding-top: 1rem;
  }
  main .wrapper-book .laterl-book .lateral-body h2 {
    font-size: 2rem;
  }
  main .wrapper-book .laterl-book .lateral-body h3 {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
  main .wrapper-book .laterl-book .lateral-body h3 i {
    margin-right: 0.5rem;
  }
  main .media-gallery {
    padding: 3rem 4rem;
  }
  main .media-gallery.alternative div[class^=col-] {
    margin-bottom: 0.5rem;
  }
  main .media-gallery.alternative .card-header {
    height: 25rem;
  }
  main .media-gallery.alternative .sublink {
    margin-top: 0;
  }
  main .media-gallery .section-title {
    font-size: 2rem;
  }
  main .media-gallery .section-subtitle {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  main .media-gallery .wrapper-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .media-gallery .wrapper-photo .photo-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 20rem;
  }
  main .media-gallery .wrapper-photo .photo-column:first-child, main .media-gallery .wrapper-photo .photo-column:nth-child(2) {
    width: 100%;
  }
  main .media-gallery .wrapper-photo .photo-column:last-child {
    width: 100%;
  }
  main .media-gallery .wrapper-photo .photo-column .photo-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .video-gallery {
    aspect-ratio: 1.5/1;
    margin-top: 3rem;
  }
  main .video-gallery > div h1, main .video-gallery > div h3 {
    font-size: 4rem;
  }
  main .review {
    margin: 3rem 0 2.5rem 0;
    padding: 0 4rem;
  }
  main .wrapper-social {
    margin-bottom: 5rem;
    padding: 0 4rem;
  }
  main .newsletter {
    padding: 3rem 4rem 3rem 4rem;
  }
  main .newsletter .wrapper-news {
    padding-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .newsletter .wrapper-news .cover-news {
    aspect-ratio: 2/1;
  }
  main .newsletter .wrapper-news .wrapper-input h1 {
    font-size: 3.5rem;
  }
  main .format {
    padding: 3rem 4rem;
  }
  main .format .section-title {
    font-size: 2rem;
  }
  main .format .wrapper-format {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .filtri {
    padding: 3rem 4rem 2.5rem 4rem;
  }
  main .filtri.margin {
    margin: 5rem 0 10rem 0;
  }
  main .filtri .section-title {
    font-size: 2rem;
  }
  main .filtri .section-subtitle {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  main .filtri .wrapper-filter {
    margin-bottom: 3rem;
  }
  main .filtri .wrapper-filter div {
    padding-left: 0.5rem;
    margin-left: 0.25rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0 !important;
    position: relative;
  }
  main .filtri .wrapper-filter div:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  main .filtri .wrapper-filter div .form-control {
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    color: #ffffff;
    font-weight: 700;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  main .filtri .wrapper-filter div .form-control::-webkit-input-placeholder {
    color: #ffffff;
  }
  main .filtri .wrapper-filter div .form-control::-moz-placeholder {
    color: #ffffff;
  }
  main .filtri .wrapper-filter div .form-control:-ms-input-placeholder {
    color: #ffffff;
  }
  main .filtri .wrapper-filter div .form-control::-ms-input-placeholder {
    color: #ffffff;
  }
  main .filtri .wrapper-filter div .form-control::placeholder {
    color: #ffffff;
  }
  main .filtri .wrapper-filter div .form-control:hover, main .filtri .wrapper-filter div .form-control:focus {
    background-color: white;
    color: #282828;
  }
  main .filtri .wrapper-filter div .form-control:hover::-webkit-input-placeholder, main .filtri .wrapper-filter div .form-control:focus::-webkit-input-placeholder {
    color: #282828;
  }
  main .filtri .wrapper-filter div .form-control:hover::-moz-placeholder, main .filtri .wrapper-filter div .form-control:focus::-moz-placeholder {
    color: #282828;
  }
  main .filtri .wrapper-filter div .form-control:hover:-ms-input-placeholder, main .filtri .wrapper-filter div .form-control:focus:-ms-input-placeholder {
    color: #282828;
  }
  main .filtri .wrapper-filter div .form-control:hover::-ms-input-placeholder, main .filtri .wrapper-filter div .form-control:focus::-ms-input-placeholder {
    color: #282828;
  }
  main .filtri .wrapper-filter div .form-control:hover::placeholder, main .filtri .wrapper-filter div .form-control:focus::placeholder {
    color: #282828;
  }
  main .filtri .title-media {
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  main .filtri .wrapper-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
    position: relative;
    padding: 0 1rem;
    margin-bottom: 4rem;
  }
  main .filtri .wrapper-media:last-child {
    margin-bottom: 0;
  }
  main .filtri .wrapper-media.results {
    margin-top: -0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  main .filtri .wrapper-media.results a {
    margin: 0.5rem 0.25rem 0 0.25rem;
    width: calc(25% - 0.5rem);
  }
  main .filtri .wrapper-media.results a:first-child {
    margin-left: 0;
  }
  main .filtri .wrapper-media.results a:nth-child(4n) {
    margin-right: 0;
  }
  main .filtri .wrapper-media.results a .card-header {
    height: auto;
  }
  main .filtri .wrapper-media.item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .filtri .wrapper-media.item img {
    margin: 0.25rem;
    border-radius: 1rem;
  }
  main .filtri .wrapper-media > button {
    position: absolute;
    top: 0;
    left: 2rem;
    z-index: 10;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  main .filtri .wrapper-media > button:nth-child(2) {
    left: auto;
    right: 2rem;
  }
  main .filtri .wrapper-media .carosello {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  main .filtri .wrapper-media .carosello a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    scroll-snap-align: start;
    white-space: initial;
  }
  main .filtri .wrapper-media .carosello a .card-header {
    height: 30rem;
  }
  main .wrapper-answer {
    padding: 3rem 4rem;
  }
  main .wrapper-faq {
    padding: 0rem 4rem;
  }
  main .wrapper-faq .section-title {
    font-size: 2rem;
  }
  main .wrapper-text {
    padding: 3rem 4rem;
  }
  main .wrapper-text div[class^=col] {
    margin-bottom: 3rem;
  }
  main .wrapper-text h1, main .wrapper-text .titleStaff {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  main .wrapper-storia {
    padding: 0rem 4rem;
    margin-bottom: 4rem;
  }
  main .wrapper-storia .carousel-indicators button {
    display: none;
  }
  main .wrapper-itinerario {
    padding: 3rem 5rem 3rem 5rem;
  }
  main .wrapper-itinerario .section-title {
    font-size: 2rem;
  }
  main .wrapper-itinerario .itinerario {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .wrapper-itinerario .itinerario > button {
    position: absolute;
    top: 0;
    left: 1rem;
    top: auto;
    bottom: 20rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  main .wrapper-itinerario .itinerario .rotta {
    width: 100%;
  }
  main .wrapper-itinerario .itinerario .rotta a {
    height: 20rem;
  }
  main .wrapper-itinerario .itinerario .carosello {
    padding-right: 0rem;
  }
  main .wrapper-itinerario .itinerario .carosello a {
    height: 40rem;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    scroll-snap-align: start;
    white-space: initial;
  }
  main .wrapper-step {
    padding: 3rem 4rem;
  }
  main .wrapper-step .step-desc h1, main .wrapper-step .step-desc h3 {
    font-size: 2rem;
  }
  main .wrapper-step .step-desc h1 span, main .wrapper-step .step-desc h3 span {
    font-size: 3.5rem;
  }
  main .wrapper-step .cover-step {
    aspect-ratio: 2/1;
  }
  main .wrapper-applicazione {
    padding: 3rem 4rem;
  }
  main .wrapper-tour {
    padding: 3rem 4rem;
  }
}
@media (max-width: 576px) {
  main .cover.travel .title-page h2 {
    margin-bottom: 0;
    font-size: 2rem;
  }
  main .cover.travel .title-page .book {
    position: relative;
    margin-bottom: 2.5rem;
  }
  main .cover.travel .title-page .book button {
    font-size: 1.25rem;
  }
  main .cover.travel .title-page .book button span {
    opacity: 0.5;
    text-decoration: line-through;
  }
  main .cover.travel .title-page .book .label {
    position: absolute;
    margin: 0;
    bottom: 0.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    white-space: nowrap;
    background-color: #ffffff;
    color: #FF3707;
    font-size: 0.75rem;
  }
  main .cover .title-page h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  main .cover .title-page h2 {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
  }
  main .product {
    margin-top: 2rem;
    padding: 0 1rem;
  }
  main .product.inner {
    margin-top: 0rem;
  }
  main .description-page {
    margin: 2rem 0;
    padding: 0 1rem;
  }
  main .description-page h1, main .description-page h2 {
    font-size: 2.5rem;
  }
  main .wrapper-book {
    margin: 2rem 0;
    padding: 0 1rem;
  }
  main .media-gallery {
    padding: 2rem 1rem;
  }
  main .media-gallery.alternative div[class^=col-] {
    margin-bottom: 0.5rem;
  }
  main .media-gallery.alternative .card-header {
    height: 25rem;
  }
  main .media-gallery.alternative .sublink {
    margin-top: 0;
  }
  main .media-gallery .wrapper-photo .photo-column {
    height: auto;
    min-height: 20rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .media-gallery .wrapper-photo .photo-column:first-child, main .media-gallery .wrapper-photo .photo-column:nth-child(2) {
    width: 100%;
  }
  main .media-gallery .wrapper-photo .photo-column:last-child {
    width: 100%;
  }
  main .media-gallery .wrapper-photo .photo-column .photo-row {
    width: 100%;
    height: 60rem;
  }
  main .video-gallery {
    aspect-ratio: 1/1;
    margin-top: 2rem;
  }
  main .video-gallery > div h1, main .video-gallery > div h3 {
    font-size: 3rem;
  }
  main .review {
    margin: 2rem 0 1.5rem 0;
    padding: 0 1rem;
  }
  main .wrapper-social {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
  main .newsletter {
    padding: 2rem 1rem 2rem 1rem;
  }
  main .newsletter .wrapper-news {
    padding-top: 2rem;
  }
  main .newsletter .wrapper-news .wrapper-input h1 {
    font-size: 2.5rem;
  }
  main .format {
    padding: 2rem 1rem;
  }
  main .filtri {
    padding: 2rem 1rem 1.5rem 1rem;
  }
  main .filtri .wrapper-filter {
    margin-bottom: 2rem;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main .wrapper-answer {
    padding: 2rem 1rem;
  }
  main .wrapper-faq {
    padding: 0rem 1rem;
  }
  main .wrapper-text {
    padding: 2rem 1rem;
  }
  main .wrapper-text div[class^=col] {
    margin-bottom: 2rem;
  }
  main .wrapper-text h1, main .wrapper-text .titleStaff {
    font-size: 2rem;
    line-height: 2rem;
  }
  main .wrapper-storia {
    padding: 0rem 1rem;
    margin-bottom: 2rem;
  }
  main .wrapper-itinerario {
    padding: 2rem 1rem;
  }
  main .wrapper-step {
    padding: 2rem 1rem;
  }
  main .wrapper-applicazione {
    padding: 2rem 1rem;
  }
  main .wrapper-tour {
    padding: 2rem 1rem;
  }
}
footer {
  padding: 5rem 9rem;
  background-color: #282828;
  color: #ffffff;
}
footer h3 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
footer a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
footer a:hover {
  opacity: 0.5;
}
footer p {
  margin: 0;
}
footer p i {
  margin-right: 0.5rem;
}
footer img {
  margin-top: 2rem;
  width: 7rem;
  height: auto;
}

@media (max-width: 768px) {
  footer {
    padding: 3rem 4rem;
  }
}
@media (max-width: 576px) {
  footer {
    padding: 0rem 1rem 2rem 1rem;
  }
  footer h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
header {
  position: relative;
  width: 100%;
  z-index: 100;
}
header:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
header.subheader:after {
  height: 162px;
}
/*# sourceMappingURL=app.css.map */