@charset "UTF-8";
.contatti-container {
  min-height: 80vh;
  display: flex;
}
@media (orientation: landscape) and (max-height: 800px) {
  .contatti-container {
    min-height: 50vh;
  }
}
@media (orientation: portrait) and (min-width: 991px) {
  .contatti-container .titolo2 {
    width: 85%;
  }
}
@media (orientation: portrait) {
  .contatti-container .row {
    flex-direction: column;
  }
}
@media (orientation: portrait) {
  .contatti-container .row > div {
    width: 100% !important;
  }
}
@media (orientation: portrait) {
  .contatti-container .row > div img {
    transform: unset;
    max-height: 39vh;
    object-fit: cover;
    margin: 0 auto;
    object-position: bottom center;
  }
}

html, body {
  margin: 0;
  padding: 0;
}

pre {
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.text-right {
  text-align: right;
}

/*  GENERAL  */
.titolo1 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 107%;
  letter-spacing: 2.275px;
}

.titolo2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 65px;
  line-height: 107%;
  position: relative;
  margin-bottom: 35px;
}
@media (orientation: landscape) and (max-height: 800px) {
  .titolo2 {
    font-size: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-servizi .titolo2, .position-relative .titolo2 {
    font-size: 52px;
  }
}
#dealership .titolo2 {
  max-width: 500px;
}
@media (max-width: 991px) {
  #dealership .titolo2 {
    max-width: 350px;
  }
}
.charter-info .titolo2, .brokerage-info .titolo2, .general .titolo2 {
  margin-bottom: 0;
}

a.main,
.sub1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  /* identical to box height, or 21px */
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
a.main span.not-strong,
.sub1 span.not-strong {
  font-weight: 300;
}

/*  testo  */
.par {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 275;
  font-size: 17px;
  line-height: 178%;
}
.par a {
  color: black;
  text-decoration: none;
  transition: all 0.5s;
}
.par a:hover {
  font-weight: 500;
  cursor: pointer;
}

/* buttons  */
button {
  padding: 0;
  margin: 0;
  border: transparent;
  background: transparent;
}

.mvb-button {
  transition: 0.25s;
  margin-top: 20px;
  background-color: white;
  border-radius: 40px;
  border: 1px solid black;
}
.mvb-button#brochure-button {
  display: flex;
  align-items: center;
}
.mvb-button#brochure-button img {
  margin-right: 0px;
  transform: translateX(50px);
}
.mvb-button img {
  margin-right: 10px;
}
.mvb-button a {
  padding: 10px 65px 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 132%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  color: black;
  text-decoration: none;
}
.mvb-button.w-100 {
  min-width: 100%;
}
.mvb-button.w-100 a {
  padding: 10px 5px 10px;
}
.mvb-button:hover, .mvb-button:focus {
  box-shadow: inset 0 -5em 0 0 black;
  color: white;
}
.mvb-button:hover img, .mvb-button:focus img {
  filter: invert(1);
}
.mvb-button:hover a, .mvb-button:focus a {
  color: white;
}

.mvb-button-no-border {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  /* or 21px */
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  background-color: white;
}
.mvb-button-no-border a {
  color: black;
  text-decoration: none;
}
.mvb-button-no-border:hover {
  cursor: pointer;
  background: transparent;
}
.mvb-button-no-border:hover a {
  color: black;
}
.mvb-button-no-border:hover:after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.mvb-button-no-border:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: black;
  top: calc(100% + 2px);
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

footer .mvb-button-tran,
.mvb-button-tran,
.mvb-button-light {
  transition: 0.25s;
  margin-top: 40px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 132%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 40px;
  border: 1px solid white;
}
footer .mvb-button-tran a,
.mvb-button-tran a,
.mvb-button-light a {
  padding: 16px 45px;
  color: white;
  text-decoration: none;
  display: block;
}
footer .mvb-button-tran:hover, footer .mvb-button-tran:focus,
.mvb-button-tran:hover,
.mvb-button-tran:focus,
.mvb-button-light:hover,
.mvb-button-light:focus {
  box-shadow: inset 0 -5em 0 0 white;
}
footer .mvb-button-tran:hover a, footer .mvb-button-tran:focus a,
.mvb-button-tran:hover a,
.mvb-button-tran:focus a,
.mvb-button-light:hover a,
.mvb-button-light:focus a {
  color: black;
}

.mvb-button-tran {
  background-color: transparent;
}

footer .mvb-button-tran {
  color: white;
  text-decoration: none;
  display: block;
}
footer .mvb-button-tran:hover, footer .mvb-button-tran:focus {
  box-shadow: inset 0 -5em 0 0 white;
  color: black;
}

footer input.mvb-button-tran {
  padding: 12px 65px;
}

.social-link {
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  color: white;
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 275;
  text-transform: uppercase;
}

footer.social-link {
  color: white;
}

.translate-15 {
  transform: translateX(-15%);
}

.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
}

.general-container .margin-bottom-150 {
  margin-bottom: 150px;
}
.general-container h5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.itinerario {
  margin-bottom: 100px;
}
.itinerario .itinerario-elem a {
  display: flex;
  justify-content: space-between;
  padding-top: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid black;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 197.5%;
  /* or 43px */
  text-decoration: none;
  color: #000000;
}
.itinerario .itinerario-elem a img {
  height: fit-content;
  margin-top: 10px;
}

.single-charter .margin-top-100 {
  margin-top: 100px;
}

.single-itinerari .margin-bottom-150 {
  margin-bottom: 150px;
  padding-right: 0;
  padding-left: 0;
}
.single-itinerari .margin-left-neg {
  margin-left: -120px;
}

#itinerario.titolo2 {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 0.5s;
}
#itinerario.titolo2.hide {
  opacity: 0;
}

#desc {
  margin-right: 60px;
  opacity: 1;
  transition: all 0.5s;
}
#desc.hide {
  opacity: 0;
}

.offerta-container {
  padding-top: 131px;
  padding-bottom: 150px;
}

.offerta {
  border-bottom: 1px solid black;
  position: relative;
}
.offerta .sub1 {
  margin-bottom: 60px;
}
.offerta .titolo {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-size: 42px;
  line-height: 132%;
  /* or 55px */
  letter-spacing: 0.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 80%;
}
.offerta a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 111.5%;
  /* or 13px */
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  transition: all 0.5s;
}
.offerta a:hover {
  font-weight: 500;
  cursor: pointer;
}
.offerta a.mvb-button {
  justify-content: center;
  padding: 12px 24px;
  text-align: center;
}
.offerta span a {
  letter-spacing: unset;
  text-transform: unset;
  font-weight: unset;
  font-size: inherit;
}
.offerta button.btn-offerta {
  position: absolute;
  right: 0;
  bottom: 50%;
  display: flex;
  max-width: 120px;
  text-align: left;
  align-items: center;
}
.offerta .par p,
.offerta .accordion-body p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 250;
  font-size: 17px;
  line-height: 170.5%;
  /* or 24px */
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  color: #000000;
}
.offerta .content-form-request {
  scroll-behavior: smooth;
}
.offerta .content-form-request .par {
  margin-top: 50px;
}
.offerta .content-form-request .accordion {
  margin-top: 0;
}

.d-none-desktop {
  display: none;
}

.d-none-desktop-md,
.d-none-desktop-sm {
  display: none;
}

main {
  overflow-x: hidden;
}

.animation-hover {
  transition: transform 0.2s;
}
.animation-hover:hover {
  transform: scale(1.02);
}

a.mail-link {
  color: #000;
  text-decoration: none;
  transition: all 0.5s;
}
a.mail-link:hover {
  font-weight: 500;
}

#formContatto .wpcf7 form .wpcf7-response-output,
#formBrochure .wpcf7 form .wpcf7-response-output,
.formOfferta .wpcf7 form .wpcf7-response-output {
  font-family: "Poppins";
  font-weight: 100;
  border-radius: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  padding: 5px 15px;
  margin: 0px 0px 0px 70px;
  max-width: 60vw;
}

#formContatto label.acceptance-privacy,
#formBrochure label.acceptance-privacy,
.formOfferta label.acceptance-privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
#formContatto label.acceptance-privacy span,
#formBrochure label.acceptance-privacy span,
.formOfferta label.acceptance-privacy span {
  font-size: 14px;
  line-height: 21px;
  color: black;
}
#formContatto label.acceptance-privacy span strong,
#formBrochure label.acceptance-privacy span strong,
.formOfferta label.acceptance-privacy span strong {
  display: inline-flex;
}
#formContatto label.acceptance-privacy span a,
#formBrochure label.acceptance-privacy span a,
.formOfferta label.acceptance-privacy span a {
  color: black;
  text-decoration: none;
}

#formContatto label.acceptance-privacy .wpcf7-form-control-wrap,
#formBrochure label.acceptance-privacy .wpcf7-form-control-wrap,
.formOfferta label.acceptance-privacy .wpcf7-form-control-wrap {
  width: 13px;
  padding-top: 3px;
}

#formContatto .acceptance-privacy span.wpcf7-list-item,
#formBrochure .acceptance-privacy span.wpcf7-list-item,
.formOfferta .acceptance-privacy span.wpcf7-list-item {
  margin-left: 0;
}

#formContatto span.wpcf7-not-valid-tip,
#formBrochure span.wpcf7-not-valid-tip,
.formOfferta span.wpcf7-not-valid-tip {
  font-size: 14px;
}

.error404 {
  padding-top: 200px;
}
.error404 h1 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 65px;
  line-height: 107%;
}

@media (max-hight: 900px) {
  .margin-top-page {
    margin-top: 155px;
  }
  .margin-top-page.general {
    margin-top: 155px;
  }
}
.margin-top-page {
  margin-top: 255px;
  margin-top: 150px;
}
.margin-top-page.general {
  margin-top: 155px;
}
.margin-top-page-contatti {
  margin-top: 180px;
}
.margin-top-page-contatti img {
  transform: translate(140px) scale(0.9);
  max-width: 1100px;
  opacity: 0.9;
  transform: scale(1.4) translateX(-20px);
  max-width: 1100px;
  opacity: 0.9;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-template-page-servizi .margin-top-page, .page-template-page-servizi .margin-top-page {
  margin-top: 165px;
}

@media (max-height: 900px) {
  .margin-top-page {
    margin-top: 120px;
  }
  .margin-top-page.general {
    margin-top: 120px;
  }
}
.page-template-default {
  overflow-x: hidden;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-8px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-8px);
  }
}
#posizioniAperte {
  scroll-margin-top: 12vh;
}

#hero {
  width: 100vw;
  padding: 0;
  position: relative;
  height: 100vh;
}
#hero a#see-more {
  position: absolute;
  left: 50%;
  bottom: 40px;
  color: white;
  transform: translateX(-50%);
  text-decoration: none;
  text-align: center;
}
@media (orientation: landscape) and (max-height: 420px) {
  #hero a#see-more {
    bottom: 10px;
  }
}
#hero a#see-more:after {
  content: "•";
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  width: 20px;
  height: 40px;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 40px;
  left: 10px;
  display: block;
  padding: 4px;
  margin: 0 auto;
}
#hero a#see-more span {
  margin: 20px;
  display: block;
  transition: all 2s;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 111.5%;
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
}
#hero a#see-more:hover span {
  opacity: 1;
  width: auto;
}
#hero img {
  width: 100%;
  height: auto;
  height: 100vh;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
#hero .par {
  color: white;
  margin-right: 100px;
}
#hero .gallery {
  width: 100vw;
  position: relative;
  height: 100vh;
}
#hero .gallery .arrow-prev, #hero .gallery .arrow-next {
  left: 40px;
}
#hero .gallery .arrow-next {
  left: unset;
  right: 40px;
}
#hero .gallery .element video {
  width: 100vw;
  pointer-events: none;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  z-index: -1;
  height: 100vh;
  object-fit: cover;
}
#hero .gallery .element.first-element .content {
  position: absolute;
  top: 30%;
  left: 16%;
}
@media (max-width: 991px) {
  #hero .gallery .element.first-element .content {
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (orientation: landscape) and (max-height: 420px) {
  #hero .gallery .element.first-element .content {
    max-width: 700px;
    left: 95px;
    width: 100%;
  }
}
#hero .gallery .element.first-element h1 {
  color: white;
  margin-bottom: 68px;
  margin-bottom: 20px;
  max-width: 900px;
}
#hero .gallery .element.first-element::before {
  content: "";
  height: 100%;
  width: 100vw;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
}
#hero .gallery .bottom {
  width: 100%;
}

#dealership {
  scroll-margin-top: 10vh;
  margin-top: 150px;
  margin-bottom: 75px;
}

.margin-top-30 {
  margin-top: 30px;
}

#broekerage {
  margin-top: 150px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #broekerage {
    margin-top: 100px;
  }
}
#broekerage .img-container {
  opacity: 0.9;
  margin-top: 30px;
  margin-left: 10px;
  width: 100%;
  overflow: hidden;
}
#broekerage .img-container:hover img {
  transform: scale(1.1);
}
#broekerage .img-container img {
  transition: transform 0.25s;
  width: 100%;
}
#broekerage .par {
  margin-right: 50px;
}
#broekerage .margin-left {
  margin-left: 120px;
}
#broekerage .margin-left-neg {
  margin-left: -120px;
}

.container-servizi .margin-left {
  margin-top: 30px;
}

#charter {
  margin-top: 150px;
  margin-bottom: 30px;
  position: relative;
}
#charter img {
  transform: translate(-210px, -310px);
  z-index: -1;
  position: absolute;
}
@media (min-width: 991px) {
  #charter img {
    max-width: 70vw;
  }
}
#charter .titolo2 {
  margin-bottom: 35px;
}

#servizi {
  margin-top: 200px;
}
#servizi .row {
  margin-bottom: 45px;
}
#servizi .title-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#servizi .img-box {
  display: flex;
  justify-content: flex-end;
}
#servizi .img-container {
  overflow: hidden;
}
#servizi .img-container:hover img {
  transform: scale(1.1);
}
#servizi .img-container img {
  transition: transform 0.25s;
  width: 100%;
}
#servizi .titolo2 {
  margin-bottom: 0;
}

#chi-siamo,
#big-img {
  position: relative;
  padding: 0;
  height: 100vh;
}
#chi-siamo > p,
#big-img > p {
  margin-bottom: 0;
}
#chi-siamo.video.partner video,
#big-img.video.partner video {
  object-position: right;
}
#chi-siamo p > video, #chi-siamo video, #chi-siamo img,
#big-img p > video,
#big-img video,
#big-img img {
  width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  height: 100vh;
  object-fit: cover;
}
#chi-siamo h2,
#big-img h2 {
  margin-top: 50px;
}
#chi-siamo .content,
#big-img .content {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 350px;
  max-width: 420px;
  text-align: center;
  color: white;
  transform: translate(-50%, -50%);
  z-index: 3;
}
#chi-siamo .content .par,
#big-img .content .par {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (orientation: landscape) and (max-height: 420px) {
  #chi-siamo .content .par,
  #big-img .content .par {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#chi-siamo-rimessaggio,
#big-img-rimessaggio {
  padding: 0;
  display: flex;
  margin: 15px;
  overflow: hidden;
  width: calc(100% - 30px);
}
#chi-siamo-rimessaggio img,
#big-img-rimessaggio img {
  height: 100%;
  width: auto;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

#big-img.video:before,
#chi-siamo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
  background-color: rgba(85, 86, 152, 0.3);
}

#big-img.video:before {
  height: 100%;
}

#big-img.video.light:before {
  background-color: rgba(85, 86, 152, 0);
}

#big-img .content.general {
  max-width: none;
}

#partner {
  margin-top: 160px;
  margin-bottom: 130px;
}
@media (max-width: 1200px) {
  #partner {
    margin-top: 70px;
    margin-bottom: 100px;
  }
}
#partner .sub1 {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  #partner .sub1 {
    margin-top: 60px;
  }
}
#partner .par {
  margin-bottom: 0;
}
#partner .d-flex {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #partner .partners-container {
    align-content: center;
  }
}
#partner .link-logo-partner {
  width: 50%;
}
#partner .link-logo-partner .logo-partner {
  width: 100%;
  max-width: 200px;
  min-width: 200px;
}
#partner .link-logo-partner .logo-partner:hover {
  opacity: 0.7;
}

.partner-container {
  margin: 0 70px 150px;
}

.partners-container .el,
.partners-container img {
  text-decoration: none;
  max-width: 300px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.partners-container .el p,
.partners-container .el .desc,
.partners-container img p,
.partners-container img .desc {
  color: #9B9A9A;
  text-align: center;
  font-size: 17px;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 275;
  line-height: 178%;
  margin: 0 10px;
}
.partners-container .el .titolo,
.partners-container img .titolo {
  color: #9B9A9A;
  text-align: center;
  font-size: 44px;
  font-family: Playfair Display;
  font-style: italic;
  line-height: 115%;
  letter-spacing: 2.2px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.partners-container .el img,
.partners-container img img {
  width: 100%;
  width: 100%;
  height: 230px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 240px;
  margin: 0 auto;
}
.partners-container .el {
  min-width: 300px;
  text-align: center;
}

.swiper.partnersSwiper {
  height: 490px;
  position: relative;
  margin: 40px 20px 0;
  width: calc(100% - 40px);
}
.swiper.partnersSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper.partnersSwiper .swiper-slide .el,
.swiper.partnersSwiper .swiper-slide img {
  max-width: 300px;
  padding: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper.partnersSwiper .swiper-slide .el p,
.swiper.partnersSwiper .swiper-slide .el .desc,
.swiper.partnersSwiper .swiper-slide img p,
.swiper.partnersSwiper .swiper-slide img .desc {
  color: #9B9A9A;
  text-align: center;
  font-size: 17px;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 275;
  line-height: 178%;
}
.swiper.partnersSwiper .swiper-slide .el .titolo,
.swiper.partnersSwiper .swiper-slide img .titolo {
  color: #9B9A9A;
  text-align: center;
  font-size: 44px;
  font-family: Playfair Display;
  font-style: italic;
  line-height: 115%;
  letter-spacing: 2.2px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.swiper.partnersSwiper .swiper-slide .el img,
.swiper.partnersSwiper .swiper-slide img img {
  width: 100%;
  width: 100%;
  height: 230px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 240px;
  margin: 0 auto;
}
.swiper.partnersSwiper .swiper-pagination-bullet {
  background: white;
  border: 1px solid black;
  opacity: 1;
}
.swiper.partnersSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black;
}
.swiper.partnersSwiper .arrow-prev-partners,
.swiper.partnersSwiper .arrow-next-partners {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 2;
}
.swiper.partnersSwiper .arrow-prev-partners {
  left: 0px;
  right: unset;
  transform: rotate(180deg);
}

.partnersContent {
  text-align: center;
  margin-bottom: 100px;
}
.partnersContent .titolo {
  color: #9B9A9A;
  text-align: center;
  font-size: 44px;
  font-family: Playfair Display;
  font-style: italic;
  line-height: 115%;
  letter-spacing: 2.2px;
}
.partnersContent .desc {
  color: #000;
  text-align: center;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 275;
  line-height: 178%;
  margin-bottom: 100px;
}
.partnersContent img {
  margin: 0 auto;
}

.page-template-page-servizi {
  overflow-x: hidden;
  max-width: 100vw;
}

.page-template-default .img-chi-siamo,
.page-template-page-servizi .img-chi-siamo {
  position: relative;
}
.page-template-default .img-chi-siamo img,
.page-template-page-servizi .img-chi-siamo img {
  width: 100%;
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-default .img-chi-siamo img,
  .page-template-page-servizi .img-chi-siamo img {
    min-width: 240px;
    right: 0;
    position: absolute;
  }
}
@media (max-width: 576px) {
  .page-template-default .img-chi-siamo img,
  .page-template-page-servizi .img-chi-siamo img {
    max-height: 230px;
    max-width: 200px;
    object-fit: cover;
    object-position: top;
    transform: translateX(50px);
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .page-template-default .content-chi-siamo .margin-left-mobile,
  .page-template-page-servizi .content-chi-siamo .margin-left-mobile {
    margin-left: 0;
  }
}
.page-template-default.single-brokerage #big-img,
.page-template-page-servizi.single-brokerage #big-img {
  margin-top: 130px;
}
.page-template-default .margin-top,
.page-template-page-servizi .margin-top {
  margin-top: 60px;
}
.page-template-default .par.margin-bottom,
.page-template-page-servizi .par.margin-bottom {
  margin-bottom: 298px;
}
.page-template-default .par.margin-bottom-brokerage,
.page-template-page-servizi .par.margin-bottom-brokerage {
  margin-bottom: 81px;
}
.page-template-default .par.margin-bottom-charter,
.page-template-page-servizi .par.margin-bottom-charter {
  margin-bottom: 0px;
  margin-top: 30px;
}
.page-template-default .position-relative.dealership-intro .img-container,
.page-template-page-servizi .position-relative.dealership-intro .img-container {
  transform: translateX(-70px);
  top: 20%;
  right: 0;
  top: 0%;
  right: -20%;
}
.page-template-default .position-relative .img-container,
.page-template-page-servizi .position-relative .img-container {
  overflow: hidden;
}
.page-template-default .position-relative .img-container:hover img,
.page-template-page-servizi .position-relative .img-container:hover img {
  transform: scale(1.1);
}
.page-template-default .position-relative .img-container img,
.page-template-page-servizi .position-relative .img-container img {
  transition: transform 0.25s;
  width: 100%;
}
.page-template-default .position-relative.servizi-section1 .img-container,
.page-template-page-servizi .position-relative.servizi-section1 .img-container {
  max-height: 590px;
}
.page-template-default .position-relative img {
  top: 0%;
}
.page-template-default .par.margin-bottom {
  margin-bottom: 0px;
}
.page-template-default .dealership-intro .par.margin-bottom {
  margin-bottom: 200px;
}

.close, .close-offerta {
  position: absolute;
  top: 70px;
  left: 70px;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  background: transparent;
  transition: all 0.5s;
}
.close span, .close-offerta span {
  width: 24px;
  height: 2px;
  transform: rotate(45deg);
  position: relative;
  background-color: black;
  display: block;
}
.close span:nth-child(2), .close-offerta span:nth-child(2) {
  transform: rotate(-45deg) translate(2px, -2px);
}

.content-form-request {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -120%;
  background-color: white;
  left: 0;
  z-index: 100;
  color: #000000;
  transition: all 0.5s;
  scroll-behavior: smooth;
}
.content-form-request::-webkit-scrollbar {
  display: none;
}
.content-form-request .container {
  overflow: scroll;
  margin-top: 100px;
  height: calc(100vh - 100px);
  scroll-behavior: smooth;
}
@media (orientation: landscape) and (max-height: 420px) {
  .content-form-request .container {
    margin-top: 50px;
  }
}
.content-form-request .container .title2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 65px;
  line-height: 107%;
  color: #000000;
}
.content-form-request.open {
  top: 0;
}

.price-container {
  flex-direction: column;
  align-items: flex-end;
}

.price {
  color: #000;
  font-size: 30px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 250;
  line-height: 115%;
  letter-spacing: 4.5px;
  text-transform: uppercase;
}
.price.margin-left-mobile {
  margin-top: 20px;
  margin-left: 10px !important;
}

.year {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 132%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.year.margin-left-mobile {
  margin-top: 20px;
  margin-left: 10px !important;
}

.offerta-container .back,
.charter-page .back,
.brokerage-page .back,
.dealership-page .back {
  position: relative;
  top: 15px !important;
}
.offerta-container .swiper-container,
.charter-page .swiper-container,
.brokerage-page .swiper-container,
.dealership-page .swiper-container {
  transform: translateY(-60px);
}
.offerta-container .title-page,
.charter-page .title-page,
.brokerage-page .title-page,
.dealership-page .title-page {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 115%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
}
.offerta-container .subtitle-page,
.charter-page .subtitle-page,
.brokerage-page .subtitle-page,
.dealership-page .subtitle-page {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-size: 40px;
  line-height: 115%;
  color: #000000;
  z-index: 2;
  position: relative;
  margin-bottom: 8px;
}
.offerta-container .mvb-button,
.charter-page .mvb-button,
.brokerage-page .mvb-button,
.dealership-page .mvb-button {
  margin-top: 50px;
}
.offerta-container .desc-brokerage,
.offerta-container .desc-dealership,
.charter-page .desc-brokerage,
.charter-page .desc-dealership,
.brokerage-page .desc-brokerage,
.brokerage-page .desc-dealership,
.dealership-page .desc-brokerage,
.dealership-page .desc-dealership {
  margin-top: 50px;
  margin-bottom: 100px;
}
.offerta-container .desc-brokerage .translate-right,
.offerta-container .desc-dealership .translate-right,
.charter-page .desc-brokerage .translate-right,
.charter-page .desc-dealership .translate-right,
.brokerage-page .desc-brokerage .translate-right,
.brokerage-page .desc-dealership .translate-right,
.dealership-page .desc-brokerage .translate-right,
.dealership-page .desc-dealership .translate-right {
  transform: translateX(60px);
}
.offerta-container .desc-brokerage img,
.offerta-container .desc-dealership img,
.charter-page .desc-brokerage img,
.charter-page .desc-dealership img,
.brokerage-page .desc-brokerage img,
.brokerage-page .desc-dealership img,
.dealership-page .desc-brokerage img,
.dealership-page .desc-dealership img {
  width: 100%;
  height: 325px;
  -o-object-fit: cover;
  object-fit: cover;
}

.brochure-button-margin,
#brochure-button {
  margin-bottom: 70px;
}

.charter-page .swiper-container {
  transform: translateY(-30px);
}

.info-area {
  margin-top: 150px;
  margin-bottom: 150px;
}
.info-area .top-area {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.info-area .top-area .grey {
  background: #F8F8F8;
  margin-bottom: 45px;
  width: 24%;
}
.info-area .top-area .grey p {
  text-align: center;
  margin: 20px 0;
}
.info-area strong {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 106%;
  text-align: center;
}
.info-area p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  line-height: 172.5%;
  color: #000000;
}

#evaluation {
  background-position: center center;
  height: 780px;
  height: 100vh;
  color: white;
  background-size: cover;
  margin-top: 128px;
  padding-top: 188px;
  padding-bottom: 160px;
  display: flex;
  align-items: center;
}
#evaluation .row {
  width: 100%;
}
#evaluation .par {
  margin-top: 20px;
}
#evaluation .tr-right,
#evaluation .mvb-button-tran {
  transform: translateX(50px);
}

#charter-group {
  margin-top: 60px;
  margin-top: 240px;
  margin-top: 100px;
}
#charter-group-gallery {
  margin-bottom: 180px;
}

.charter-subtitle-mt,
.charter-subtitle,
.accessory-subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 178%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
}

.charter-subtitle-mt,
.charter-subtitle {
  margin-top: 100px;
}

.filtri {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  flex-wrap: wrap;
  height: 0px;
  overflow: hidden;
  transition: all 0.5s;
}
.filtri.open {
  height: 150px;
}
.filtri .remove-filters {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  margin: 8px;
}
.filtri .custom-select,
.filtri .custom-select-dropdown {
  min-height: 34px;
  max-height: 34px;
  position: relative;
  margin-right: 10px;
  padding-right: 25px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  min-width: 160px;
  max-width: 160px;
  min-width: 250px;
  max-width: 250px;
}
.filtri .custom-select .select-selected,
.filtri .custom-select-dropdown .select-selected {
  min-width: 140px;
  max-width: 160px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
}
.filtri .custom-select select, .filtri .custom-select input[type=checkbox],
.filtri .custom-select-dropdown select,
.filtri .custom-select-dropdown input[type=checkbox] {
  display: none; /*hide original SELECT element:*/
}
.filtri .custom-select:after,
.filtri .custom-select-dropdown:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 5px;
  width: 1px;
  height: 23px;
  background: black;
}
.filtri .custom-select.last:after,
.filtri .custom-select-dropdown.last:after {
  content: unset;
}
.filtri .dropdown-label,
.filtri .select-selected {
  background-color: #f8f8f8;
  width: 100%;
}
.filtri .dropdown-label:after,
.filtri .select-selected:after {
  position: absolute;
  content: url(https://mvbyacht.acserver.site/wp-content/themes/MVB/assets/img/chevron-left-outline.svg);
  top: 24px;
  right: 18px;
  transform: rotate(-90deg);
  width: 0;
  height: 0;
  border: 6px solid transparent;
}
.filtri .select-selected.new,
.filtri .custom-select-dropdown .new {
  background-color: #f1f1f1;
  color: #625E5E;
  font-family: Poppins;
  font-weight: 500;
}
.filtri .select-selected.new.reset,
.filtri .custom-select-dropdown .new.reset {
  font-weight: 250;
}
.filtri .select-selected.new .dropdown-label,
.filtri .custom-select-dropdown .new .dropdown-label {
  background-color: unset;
}
.filtri .custom-select-dropdown {
  background-color: #f8f8f8;
}
.filtri .select-arrow-active:after {
  transform: rotate(90deg);
  top: 0;
  right: -6px;
}
.filtri .custom-select-dropdown.select-arrow-active .select-selected:after {
  transform: rotate(90deg);
  top: 0;
  right: -6px;
}
.filtri .select-items div,
.filtri .select-selected,
.filtri .anno, .filtri .prezzo {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 250;
  font-size: 19px;
  line-height: 28px;
  color: #625E5E;
  text-transform: lowercase;
  padding: 2px 17px;
  padding-right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.filtri .select-items {
  position: absolute;
  background-color: #f8f8f8;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin: -1px 0px;
  width: 100%;
  padding: 0;
}
.filtri .select-items.select-hide {
  display: none;
}
.filtri .select-items div:hover {
  font-style: italic;
}
.filtri .select-items div {
  border: 1px solid white;
}
.filtri .same-as-selected {
  background-color: #f1f1f1;
}
.filtri button {
  border: 1px solid white;
  background: transparent;
}
.filtri #prezzo:checked + label:after,
.filtri #anno:checked + label:after {
  transform: rotate(90deg);
  top: 0;
  right: -6px;
}
.filtri #prezzo:checked + .dropdown,
.filtri #anno:checked + .dropdown {
  display: block;
}
.filtri .prezzo .dropdown,
.filtri .anno .dropdown {
  display: none;
  position: absolute;
  background-color: #f8f8f8;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
}
.filtri .prezzo .dropdown label,
.filtri .anno .dropdown label {
  margin-left: 30px;
  width: 30px;
  width: auto;
}
.filtri .prezzo .dropdown input,
.filtri .anno .dropdown input {
  border: 1px solid transparent;
  height: 23px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 250;
  font-size: 14px;
  margin-bottom: 3px;
  color: #625E5E;
  padding: 0;
  width: 100%;
  margin-right: 30px;
  margin-left: 12px;
  margin-top: 2px;
}
.filtri .prezzo .dropdown .dropdown-el,
.filtri .anno .dropdown .dropdown-el {
  width: 100%;
  border-top: 1px solid white;
  display: flex;
  justify-content: space-between;
}

.desc-charter {
  margin-top: 100px;
}

.rimessaggio-page .section1 img {
  transform: translate(-30%, -20%);
  z-index: -1;
  /* display: block; */
  position: relative;
}
.rimessaggio-page .section2 {
  margin-bottom: 220px;
}
.rimessaggio-page .left-image img {
  margin-top: 30px;
}
.rimessaggio-page .left-image .margin-left {
  margin-left: 80px;
  margin-top: 30px;
}

.servizi-section3 {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .servizi-section3 {
    margin-top: 100px;
  }
}
.servizi-section3 .col-lg-3 {
  width: 27%;
}
.servizi-section3 img {
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .servizi-section3 img {
    height: 600px;
    width: auto !important;
    transform: translateX(-20%);
  }
}
.servizi-section3 .img-container:hover img {
  transform: translate(-20%) scale(1.1) !important;
}

.refit-page.container-fluid {
  padding: 0;
}
.refit-page .margin-top-30 {
  margin-bottom: 80px;
}

.ass-page .img-assicurazione img {
  transform: translate(-30px, -30px);
}

.formOfferta,
#formContatto {
  margin-top: 200px;
  margin-bottom: 150px;
  scroll-margin-top: 10vh;
  scroll-behavior: unset;
}
@media (max-width: 991px) {
  .formOfferta,
  #formContatto {
    margin-top: 100px;
    margin-bottom: 70px;
    scroll-margin-top: -20vh;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  .formOfferta,
  #formContatto {
    scroll-margin-top: 10vh;
  }
}

#formContatto {
  scroll-behavior: unset;
}

.formOfferta .wpcf7-form-control-wrap,
#formBrochure .wpcf7-form-control-wrap,
#formContatto .wpcf7-form-control-wrap {
  width: 100%;
  width: 420px;
}
.formOfferta img,
#formBrochure img,
#formContatto img {
  width: 100%;
}
.formOfferta form,
#formBrochure form,
#formContatto form {
  transform: translateX(120px);
  transform: translateX(20%);
  width: 80%;
}
.formOfferta form p,
#formBrochure form p,
#formContatto form p {
  position: relative;
}
.formOfferta form > p,
#formBrochure form > p,
#formContatto form > p {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 70px;
}
.formOfferta form select,
.formOfferta form input:not([type=submit]),
.formOfferta form textarea,
#formBrochure form select,
#formBrochure form input:not([type=submit]),
#formBrochure form textarea,
#formContatto form select,
#formContatto form input:not([type=submit]),
#formContatto form textarea {
  width: 100%;
  background: transparent;
  border: transparent;
  border-bottom: 1px solid;
  padding: 20px;
}
@media (max-width: 767px) {
  .formOfferta form select,
  .formOfferta form input:not([type=submit]),
  .formOfferta form textarea,
  #formBrochure form select,
  #formBrochure form input:not([type=submit]),
  #formBrochure form textarea,
  #formContatto form select,
  #formContatto form input:not([type=submit]),
  #formContatto form textarea {
    padding-bottom: 10px;
  }
}
@media (orientation: landscape) and (max-height: 800px) {
  .formOfferta form select,
  .formOfferta form input:not([type=submit]),
  .formOfferta form textarea,
  #formBrochure form select,
  #formBrochure form input:not([type=submit]),
  #formBrochure form textarea,
  #formContatto form select,
  #formContatto form input:not([type=submit]),
  #formContatto form textarea {
    padding-bottom: 10px;
  }
}
.formOfferta form textarea,
#formBrochure form textarea,
#formContatto form textarea {
  height: 170px;
}
.formOfferta form textarea::-webkit-input-placeholder,
#formBrochure form textarea::-webkit-input-placeholder,
#formContatto form textarea::-webkit-input-placeholder {
  transform: translateY(100px);
}
@media (max-width: 767px) {
  .formOfferta form textarea,
  #formBrochure form textarea,
  #formContatto form textarea {
    transform: translateY(0px);
  }
}
@media (orientation: landscape) and (max-height: 800px) {
  .formOfferta form textarea,
  #formBrochure form textarea,
  #formContatto form textarea {
    transform: translateY(0px);
  }
}
.formOfferta form textarea::-moz-placeholder,
#formBrochure form textarea::-moz-placeholder,
#formContatto form textarea::-moz-placeholder {
  transform: translateY(100px);
}
@media (max-width: 767px) {
  .formOfferta form textarea,
  #formBrochure form textarea,
  #formContatto form textarea {
    transform: translateY(0px);
  }
}
@media (orientation: landscape) and (max-height: 800px) {
  .formOfferta form textarea,
  #formBrochure form textarea,
  #formContatto form textarea {
    transform: translateY(0px);
  }
}
.formOfferta form textarea:-ms-input-placeholder,
#formBrochure form textarea:-ms-input-placeholder,
#formContatto form textarea:-ms-input-placeholder {
  transform: translateY(100px);
}
@media (max-width: 767px) {
  .formOfferta form textarea,
  #formBrochure form textarea,
  #formContatto form textarea {
    transform: translateY(7px);
  }
}
@media (orientation: landscape) and (max-height: 800px) {
  .formOfferta form textarea,
  #formBrochure form textarea,
  #formContatto form textarea {
    transform: translateY(7px);
  }
}
.formOfferta form textarea::-ms-input-placeholder,
#formBrochure form textarea::-ms-input-placeholder,
#formContatto form textarea::-ms-input-placeholder {
  transform: translateY(100px);
}
@media (max-width: 767px) {
  .formOfferta form textarea,
  #formBrochure form textarea,
  #formContatto form textarea {
    transform: translateY(0px);
  }
}
@media (orientation: landscape) and (max-height: 800px) {
  .formOfferta form textarea,
  #formBrochure form textarea,
  #formContatto form textarea {
    transform: translateY(0px);
  }
}
.formOfferta form textarea::placeholder,
#formBrochure form textarea::placeholder,
#formContatto form textarea::placeholder {
  transform: translateY(100px);
}
@media (max-width: 767px) {
  .formOfferta form textarea::placeholder,
  #formBrochure form textarea::placeholder,
  #formContatto form textarea::placeholder {
    transform: translateY(0px);
  }
}
@media (orientation: landscape) and (max-height: 800px) {
  .formOfferta form textarea::placeholder,
  #formBrochure form textarea::placeholder,
  #formContatto form textarea::placeholder {
    transform: translateY(0px);
  }
}
@media (max-width: 767px) {
  .formOfferta form textarea,
  #formBrochure form textarea,
  #formContatto form textarea {
    height: 100px;
    vertical-align: top;
  }
}
@media (orientation: landscape) and (max-height: 800px) {
  .formOfferta form textarea,
  #formBrochure form textarea,
  #formContatto form textarea {
    height: 100px;
    vertical-align: top;
  }
}
label .formOfferta form input[type=date],
label #formBrochure form input[type=date],
label #formContatto form input[type=date] {
  width: 100%;
}
.formOfferta form .select-luogo,
.formOfferta form .input-data,
#formBrochure form .select-luogo,
#formBrochure form .input-data,
#formContatto form .select-luogo,
#formContatto form .input-data {
  width: 100%;
}
.formOfferta form .privacy,
#formBrochure form .privacy,
#formContatto form .privacy {
  position: absolute;
  left: 0px;
  width: 10px !important;
  top: 8px;
}
.formOfferta form .privacy-label,
#formBrochure form .privacy-label,
#formContatto form .privacy-label {
  color: #000;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 100;
  line-height: 132%;
  margin-right: 15px;
  display: block;
}
.formOfferta form select,
.formOfferta form input:not([type=submit]),
.formOfferta form label,
.formOfferta form textarea,
#formBrochure form select,
#formBrochure form input:not([type=submit]),
#formBrochure form label,
#formBrochure form textarea,
#formContatto form select,
#formContatto form input:not([type=submit]),
#formContatto form label,
#formContatto form textarea {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-size: 22px;
  line-height: 33px;
  color: black;
  border-radius: 0px;
  max-width: 420px;
  color: #B6B6B6;
  -webkit-appearance: initial;
}
.formOfferta form label,
#formBrochure form label,
#formContatto form label {
  color: #B6B6B6;
}
.formOfferta form input[type=checkbox],
#formBrochure form input[type=checkbox],
#formContatto form input[type=checkbox] {
  padding: 8px !important;
  -webkit-appearance: checkbox;
}
.formOfferta form .input-data,
#formBrochure form .input-data,
#formContatto form .input-data {
  position: relative;
}
.formOfferta form .input-data input,
#formBrochure form .input-data input,
#formContatto form .input-data input {
  min-height: 75px;
}
.formOfferta form .input-data input[type=date]::-webkit-calendar-picker-indicator,
#formBrochure form .input-data input[type=date]::-webkit-calendar-picker-indicator,
#formContatto form .input-data input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.formOfferta form .input-data input:after,
#formBrochure form .input-data input:after,
#formContatto form .input-data input:after {
  content: "gg/mm/aaaa";
  content: url("https://img.icons8.com/material-rounded/24/calendar--v1.png");
  width: 25px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-size: 22px;
  line-height: 33px;
  color: black;
  border-radius: 0px;
  max-width: 420px;
  color: #B6B6B6;
  position: absolute;
  right: 20px;
  top: 0px;
}
.formOfferta form input.mvb-button,
#formBrochure form input.mvb-button,
#formContatto form input.mvb-button {
  padding: 10px 15px;
  min-width: 200px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 132%;
  /* or 16px */
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
}
.formOfferta form input.mvb-button:hover,
#formBrochure form input.mvb-button:hover,
#formContatto form input.mvb-button:hover {
  color: white;
}
.formOfferta form input.mvb-button:disabled,
#formBrochure form input.mvb-button:disabled,
#formContatto form input.mvb-button:disabled {
  color: grey;
  border: 1px solid grey;
}
.formOfferta form input.mvb-button:disabled:hover,
#formBrochure form input.mvb-button:disabled:hover,
#formContatto form input.mvb-button:disabled:hover {
  color: white;
  box-shadow: inset 0 -5em 0 0 grey;
}

#formBrochure {
  margin-top: 15px;
  margin-bottom: 70px;
}
#formBrochure form input:not([type=submit]),
#formBrochure form textarea {
  padding: 12px;
}
#formBrochure form textarea {
  height: 150px;
}
#formBrochure form input:not([type=submit]),
#formBrochure form label,
#formBrochure form textarea {
  line-height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
#formBrochure form input.mvb-button {
  margin-top: 5px;
}

.formOfferta .mvb-button {
  padding: 12px 35px;
}
.formOfferta .upload {
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.formOfferta .upload:hover {
  font-style: italic;
}
.formOfferta .upload .wpcf7-not-valid-tip {
  margin-top: 40px;
}
.formOfferta .upload:before {
  content: url("https://mvbyacht.acserver.site/wp-content/themes/MVB/assets/img/download.png");
}
.formOfferta .upload:after {
  content: "upload CV";
  display: block;
  text-transform: uppercase;
  position: absolute;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-left: 37px;
}
.formOfferta input[type=file] {
  display: none;
}

#map {
  width: 100%;
  height: 800px;
  max-height: 80vh;
}

#maps-base {
  width: 100%;
  height: 400px;
  transform: translateX(100px);
}

.contatti-container .margin-left {
  margin-left: 80px;
}
.contatti-container .par {
  color: #000;
  font-size: 25px;
  font-family: Poppins;
  font-weight: 250;
  margin-top: 70px;
}
.contatti-container hr {
  width: 200px;
  color: black;
}
.contatti-container .social-column .social-link {
  margin: 15px 0;
  display: block;
  color: #000;
  font-size: 13px;
  font-family: Poppins;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
}
.contatti-container .social-column .social-link:hover {
  font-weight: 500;
  cursor: pointer;
}

.dealership-img {
  opacity: 0.9;
}

.dealership-container {
  position: relative;
}
.dealership-container .img-container {
  position: absolute;
  top: -20px;
  top: 140px;
  height: 451px;
  width: calc(100% - 45px);
  left: 50px;
  height: 300px;
  width: calc(100% - 95px);
}
@media (min-width: 768px) {
  .dealership-container .img-container {
    left: 130px;
    width: calc(80% - 155px);
  }
}
@media (min-width: 991px) {
  .dealership-container .img-container {
    left: unset;
    right: 0;
    width: 400px;
    height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .dealership-container .img-container {
    width: 466.6666666667px;
  }
}
@media (min-width: 1400px) {
  .dealership-container .img-container {
    width: 466.6666666667px;
  }
}
.dealership-container .img-container .dealership-img-2 {
  top: 0;
  transform: unset !important;
  z-index: -2;
  position: relative;
}

footer {
  background-color: #2A2A2A;
  color: white;
}
footer > .row {
  padding-top: 130px;
  padding-bottom: 100px;
}
footer > .row:last-child {
  padding-top: 0;
}
footer > .row .title-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 155px;
}
@media (max-width: 991px) {
  footer > .row .title-box {
    justify-content: start;
  }
}
footer > .row .title-box h3 {
  max-width: 350px;
}
footer > .row .title-box img {
  width: inherit;
}
footer .form-newsletter {
  margin-top: 120px;
}
footer .social-column,
footer .info-column {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
footer .social-column:before,
footer .info-column:before {
  content: "";
  width: 100%;
  height: 1px;
  transform: translateY(-22px);
  background-color: white;
}
footer .social-column a,
footer .info-column a {
  text-decoration: none;
}
footer .social-column .social-link,
footer .info-column .social-link {
  margin-bottom: 14px;
  margin-bottom: 26px;
  transition: all 0.5s;
}
footer .social-column .social-link:hover,
footer .info-column .social-link:hover {
  color: white;
  font-weight: 500;
}
footer .social-column .par,
footer .info-column .par {
  color: #FFF;
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 275;
  text-transform: uppercase;
}
footer .social-column a.mail-link,
footer .info-column a.mail-link {
  color: #FFF;
  font-size: 13px;
  font-family: Poppins;
  font-weight: 275;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
}
footer .social-column a.mail-link:hover,
footer .info-column a.mail-link:hover {
  font-weight: 500;
}
footer .sib-email-area input[type=email] {
  outline: 0;
  outline: none;
  width: 100%;
  background: transparent;
  border: 1px solid transparent;
  color: #BBB9B9;
  font-size: 50px;
  font-family: "Poppins";
  font-weight: 100;
  line-height: 107%;
  padding: 15px 0px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  footer .sib-email-area input[type=email] {
    width: 90%;
    padding: 15px 0px 3px;
    border-radius: 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
  }
}
footer .sib-email-area input[type=email]:hover::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
  transition: all 0.5s;
}
footer .sib-email-area input[type=email]:hover::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
  transition: all 0.5s;
}
footer .sib-email-area input[type=email]:hover:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
  transition: all 0.5s;
}
footer .sib-email-area input[type=email]:hover:-moz-placeholder { /* Firefox 18- */
  color: transparent;
  transition: all 0.5s;
}
footer .sib-email-area:hover::before {
  content: "|";
  position: absolute;
  color: #BBB9B9;
  animation: blub 0.7s infinite alternate;
  display: block;
  font-size: 50px;
  font-family: "Poppins";
  font-weight: 100;
  line-height: 107%;
  padding: 15px 0px;
}
@keyframes blub {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer .mvb-button-tran {
  margin-top: 0;
}
footer .par {
  font-size: 12px;
}
footer .par-footer {
  color: #FFF;
  font-size: 12px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
footer .par-footer a {
  color: white;
  text-decoration: none;
  transition: all 0.5s;
  transition: all 0.5s;
}
footer .par-footer a:hover {
  font-style: italic;
}

@media (max-width: 1199px) {
  .sib-email-area input[type=email] {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  footer .sib-email-area:hover::before {
    font-size: 30px;
  }
}
header {
  z-index: 4;
  position: relative;
}

.logo-container {
  width: 197px;
  position: absolute;
  top: 0px;
  left: 50%;
  transition: all 0.5s;
  transform: translateX(-50%);
}
.logo-container img.light {
  display: none;
}
.logo-container img.black {
  display: block;
}
.transparent .logo-container img.light {
  display: block;
}
.transparent .logo-container img.black {
  display: none;
}
.transparent.active .logo-container img.light {
  display: none;
}
.transparent.active .logo-container img.black {
  display: block;
}
.small .logo-container img.light {
  display: none;
}
.small .logo-container img.black {
  display: block;
}

nav.main-menu {
  display: none;
}

#header-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 0;
}
#header-container:before {
  content: "";
  position: absolute;
  top: -60px;
  left: -10%;
  width: 130%;
  height: 170px;
}
#header-container img {
  transform: scale(0.7);
}
#header-container.small:before {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  height: 130px;
}
#header-container.small button.toggle-menu {
  top: 33px;
}
#header-container.small .logo-container {
  top: -20px;
}
#header-container.transparent:before {
  background: transparent;
}
#header-container.active {
  background-color: white;
  transition: none;
  z-index: 8;
}
#header-container [data-wpml=language-item]:first-of-type {
  margin-top: 0px !important;
}

button.toggle-menu {
  position: absolute;
  top: 50px;
  left: 70px;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  background: transparent;
  transition: all 0.5s;
}
button.toggle-menu span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: black;
  top: 0px;
  position: absolute;
}
button.toggle-menu span:nth-child(3) {
  top: 7px;
}
button.toggle-menu span:nth-child(2) {
  top: -7px;
}
button.toggle-menu.light span {
  background-color: white;
}
.small.transparent button.toggle-menu span, .small button.toggle-menu span {
  background-color: black;
}
.transparent.active button.toggle-menu span, button.toggle-menu.active span {
  background-color: black;
  top: 0px;
  position: absolute;
  transform: rotate(45deg);
}
.transparent.active button.toggle-menu span:nth-child(3), button.toggle-menu.active span:nth-child(3) {
  opacity: 0;
}
.transparent.active button.toggle-menu span:nth-child(2), button.toggle-menu.active span:nth-child(2) {
  transform: rotate(-45deg);
}
.transparent button.toggle-menu span {
  background-color: white;
}

.home .container-fluid:not(.small) button.toggle-menu.active span {
  background-color: black;
}
.home .container-fluid:not(.small).active img.light {
  filter: brightness(0);
}

#container-menu {
  width: 100vw;
  position: absolute;
  top: 170px;
  left: 0;
  height: 1px;
  overflow: hidden;
  transition: all 0.5s ease-in;
  transition-delay: 0s;
  transition-duration: 0s;
}
#container-menu.active {
  transition: all 0.5s ease-in;
  height: 90vh;
  background: white;
  z-index: 3;
  position: relative;
}
#container-menu.active nav.main-menu {
  display: block;
}
#container-menu .menu-row {
  max-width: 100%;
  margin: 0 auto;
}
#container-menu .menu-row ul#menu-menu-1,
#container-menu .menu-row ul#menu-main-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
#container-menu .menu-row ul#menu-menu-1 .menu-item,
#container-menu .menu-row ul#menu-main-menu .menu-item {
  width: 50%;
}
#container-menu .social-container {
  display: flex;
  justify-content: space-between;
}
#container-menu .social-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 275;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  transition: all 0.5s;
}
#container-menu .social-link:hover {
  font-weight: 500;
}
#container-menu .indirizzo {
  text-align: right;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 275;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height */
  text-transform: uppercase;
  color: #000000;
}

.glauco-container-footer h4,
.glauco-container h4 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  transform: translateX(-35px);
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .glauco-container-footer h4,
  .glauco-container h4 {
    width: 130%;
  }
}
.glauco-container-footer p,
.glauco-container p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 275;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
}
.glauco-container-footer .mvb-button,
.glauco-container .mvb-button {
  margin-top: 15px;
}

.glauco-container-footer {
  margin-top: 50px;
}
.glauco-container-footer h4 {
  transform: unset;
}

.menu-hr {
  color: #000;
  opacity: 1;
  margin-top: 50px;
  margin-bottom: 20px;
}

.menu-container .menu-item {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-size: 34px;
  font-size: 32px;
  line-height: 51px;
  /* identical to box height */
  list-style: none;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.menu-container .menu-item.current_page_item {
  font-weight: 500;
}
.menu-container .menu-item a {
  text-decoration: none;
  color: black;
  transition: all 0.2s;
}
.menu-container .menu-item a:hover {
  font-weight: 500;
}

.lang-menu {
  position: absolute;
  top: 50px;
  right: 70px;
  background: transparent;
  transition: all 0.5s;
  font-weight: 100;
}
.small .lang-menu {
  top: 28px;
}
.lang-menu .wp--navigation-item {
  margin: 0 !important;
}
.lang-menu li span {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.lang-menu li[data-wpml=current-language-item] span {
  font-weight: 900;
}
.lang-menu li:first-child:after {
  content: "|";
  transform: translateX(14px);
  position: relative;
  display: inline-block;
  transition: all 0.5s;
}
.transparent .lang-menu {
  color: white;
}
.transparent .lang-menu li:first-child:after, .transparent .lang-menu span {
  color: white;
}
.transparent.small .lang-menu li:first-child:after, .transparent.small .lang-menu span, .transparent.active .lang-menu li:first-child:after, .transparent.active .lang-menu span {
  color: #000;
}

@media (max-width: 978px) {
  button.toggle-menu {
    left: 40px;
  }
  .lang-menu {
    position: absolute;
    top: 40px;
    right: 30px;
    background: transparent;
    transition: all 0.5s;
    font-weight: 100;
  }
  .lang-menu ul.horizontal-list {
    gap: 0.2em !important;
  }
  .lang-menu li:first-child {
    margin-right: 7px !important;
  }
  .lang-menu li:first-child:after {
    transform: translateX(4px);
  }
  #container-menu {
    top: 100px;
  }
  #container-menu.active {
    height: 92vh;
  }
}
.card-container {
  display: flex;
  height: 570px;
  width: 100%;
  overflow: scroll;
  flex-direction: row;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.card-container a {
  color: white;
  text-decoration: none;
  position: relative;
  min-width: 343px;
  min-height: 450px;
  margin: 30px 16px 60px;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}
.card-container a::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 2;
  transition: all 0.5s;
}
.card-container a * {
  position: absolute;
}
.card-container a img {
  object-fit: cover;
  height: 100%;
  transform: translateX(-50%) scale(1.1);
  left: 50%;
  transition: all 0.5s;
}
.card-container a img.hover {
  opacity: 0;
}
.card-container a h4.card-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 115%;
  /* identical to box height, or 51px */
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  bottom: 126px;
  z-index: 2;
  padding: 0 20px;
}
.card-container a span {
  bottom: 60px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 132%;
  /* or 16px */
  width: 100%;
  display: flex;
  justify-content: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 2;
}
.card-container a:first-child {
  margin-left: 34%;
}
.card-container a:last-child {
  margin-right: 14%;
}
.card-container a:hover img.hover {
  opacity: 1;
}
.card-container a:hover h4 {
  color: #828282;
}
.card-container a:hover span {
  color: black;
}
.card-container a.greyscale:hover {
  filter: grayscale(1);
}
.card-container a.greyscale:hover h4, .card-container a.greyscale:hover span {
  color: white;
}
.card-container::-webkit-scrollbar {
  display: none;
}

.arrow-container {
  display: flex;
}
.arrow-container #arrow-prev,
.arrow-container #arrow-next {
  width: auto;
  height: fit-content;
  cursor: pointer;
}
.arrow-container #arrow-next {
  margin-left: 10px;
  transform: rotate(180deg);
}

.main-archive {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 135px;
  margin-top: 25px;
  margin-bottom: 150px;
  transition: all 0.5s;
  margin-bottom: 0;
}
.main-archive a {
  color: white;
  text-decoration: none;
  position: relative;
  min-width: 343px;
  min-height: 450px;
  margin: 20px 7px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.main-archive a::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 1;
  transition: all 0.5s;
}
.main-archive a * {
  position: absolute;
}
.main-archive a img {
  object-fit: cover;
  height: 100%;
  transform: translateX(-50%) scale(1.1);
  left: 50%;
  transition: all 0.5s;
}
.main-archive a img.hover {
  opacity: 0;
}
.main-archive a h4.card-title {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 115%;
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  bottom: 126px;
  z-index: 2;
  padding: 0 20px;
}
.main-archive a span {
  bottom: 60px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 132%;
  /* or 16px */
  width: 100%;
  display: flex;
  justify-content: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 2;
}
.main-archive a:hover img.hover {
  opacity: 1;
}
.main-archive a:hover h4 {
  color: #828282;
}
.main-archive a:hover span {
  color: black;
}
.main-archive a.greyscale:hover {
  filter: grayscale(1);
}
.main-archive a.greyscale:hover h4, .main-archive a.greyscale:hover span {
  color: white;
}
.main-archive a.greyscale:hover::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 2;
  transition: all 0.5s;
}

.back {
  display: block;
  display: flex;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-size: 15px;
  line-height: 115%;
  letter-spacing: 0.2em;
  color: #000000;
  position: sticky;
  top: 225px;
  top: 110px;
  width: 50%;
  text-decoration: none;
  align-items: center;
  height: 10px;
  transition: all 0.5s;
}
.back:hover {
  color: #000000;
  font-weight: 500;
}
.back img {
  left: -25px;
  min-height: 30px;
}
.back-fixed {
  position: fixed;
  width: 100px;
  display: flex;
  align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 250;
  font-size: 15px;
  line-height: 115%;
  letter-spacing: 0.2em;
  color: #000000;
  text-decoration: none;
  transition: all 0.5s;
}
.back-fixed:hover {
  color: #000000;
  font-weight: 500;
}

.gallery-container {
  display: flex;
  height: 685px;
  overflow-x: scroll;
  align-items: center;
  scroll-behavior: smooth;
  padding: 0;
  width: 100%;
  scrollbar-width: none;
}
.gallery-container::-webkit-scrollbar {
  display: none;
}
.gallery-container a {
  overflow: hidden;
  margin: 80px 40px;
  position: relative;
}
.gallery-container img {
  object-fit: cover;
  width: 100%;
}
.gallery-container a:nth-child(1) {
  margin-left: 22.5%;
  top: -76px;
}
.gallery-container a:last-child {
  margin-right: 22.5%;
}
.gallery-container a:nth-child(2) {
  bottom: -88px;
}
.gallery-container a:nth-child(3) {
  top: 27px;
}
.gallery-container a:nth-child(4) {
  bottom: -100px;
}
.gallery-container a:nth-child(5) {
  top: -104px;
}
.gallery-container a:nth-child(6) {
  bottom: -43px;
  margin-right: 22.5%;
}
.gallery-container a:nth-child(odd) {
  width: 555px;
  min-width: 555px;
  height: 308px;
  display: flex;
  object-fit: cover;
}
.gallery-container a:nth-child(even) {
  width: 271px;
  min-width: 271px;
  height: 362px;
  display: flex;
  object-fit: cover;
}

#charter-pos {
  margin-top: 100px;
  margin-bottom: 100px;
}
#charter-pos .titolo2, #charter-pos .par {
  position: relative;
  z-index: 2;
}
#charter-pos .par {
  margin-left: 100px;
}

.gallery-charter,
.gallery-brokerage {
  display: flex;
  height: 830px;
  overflow-x: scroll;
  align-items: center;
  scroll-behavior: smooth;
}
.gallery-charter::-webkit-scrollbar,
.gallery-brokerage::-webkit-scrollbar {
  display: none;
}
.gallery-charter .el,
.gallery-brokerage .el {
  margin: 0px 37px;
  position: relative;
}
.gallery-charter .el.el-or,
.gallery-brokerage .el.el-or {
  max-width: 555px;
  min-width: 555px;
  display: inline-flex;
  gap: 10px;
  flex-direction: column;
}
.gallery-charter .el.el-or img,
.gallery-brokerage .el.el-or img {
  width: 555px;
  height: 308px;
  object-fit: cover;
}
.gallery-charter .el.el-vert,
.gallery-brokerage .el.el-vert {
  max-width: 290px;
}
.gallery-charter .el.el-vert p:not(.titolo),
.gallery-brokerage .el.el-vert p:not(.titolo) {
  margin-bottom: 35px;
}
.gallery-charter .el.el-vert p.titolo,
.gallery-brokerage .el.el-vert p.titolo {
  min-height: 80px;
}
.gallery-charter .el.el-vert img,
.gallery-brokerage .el.el-vert img {
  width: 271px;
  height: 362px;
  object-fit: cover;
}
.gallery-charter .el p,
.gallery-brokerage .el p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-size: 13px;
  line-height: 143%;
  color: #000000;
}
.gallery-charter .el p.titolo,
.gallery-brokerage .el p.titolo {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 107%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px;
}
.gallery-charter .el:nth-child(1),
.gallery-brokerage .el:nth-child(1) {
  margin-left: 33.3333333333%;
  top: 0px;
}
.gallery-charter .el:nth-child(1) img,
.gallery-brokerage .el:nth-child(1) img {
  margin: 0;
}
.gallery-charter .el:nth-child(2),
.gallery-brokerage .el:nth-child(2) {
  bottom: 0px;
}
.gallery-charter .el:nth-child(3),
.gallery-brokerage .el:nth-child(3) {
  top: 70px;
}
.gallery-charter .el:nth-child(4),
.gallery-brokerage .el:nth-child(4) {
  bottom: 0px;
  margin-right: 240px;
}
.gallery-charter .el:nth-child(5),
.gallery-brokerage .el:nth-child(5) {
  top: 0px;
}
.gallery-charter .el:nth-child(6),
.gallery-brokerage .el:nth-child(6) {
  bottom: -40px;
  bottom: 0px;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  cursor: pointer;
  background-size: cover;
  background-position: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper2 {
  height: 100%;
  width: 100%;
}

.mySwiper {
  height: 100px;
  width: 500px;
  box-sizing: border-box;
  padding: 10px 5px;
  transform: translateY(-100px);
  transition: all 0.5s;
}
.mySwiper .swiper-slide {
  border: 1px solid white;
  filter: drop-shadow(0px 4px 19px rgba(255, 255, 255, 0.25));
  width: 25%;
  height: 100%;
}
.mySwiper .swiper-slide.swiper-slide-thumb-active {
  top: -2px;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.hero-container {
  position: relative;
}

.container-form-brochure,
.swiper-container {
  position: relative;
  max-height: 80vh;
  max-height: 65vh;
  margin: 0 90px;
  width: calc(100% - 180px);
}

.arrow-prev, .arrow-next {
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 2;
}
.arrow-prev.single-el, .arrow-next.single-el {
  left: 40px;
}
.arrow-prev.single-el span, .arrow-next.single-el span {
  transition: all 0.5s;
}
.arrow-prev.single-el.no-img .hover-img, .arrow-next.single-el.no-img .hover-img {
  display: none;
}
.arrow-prev.single-el.no-img a:hover span, .arrow-next.single-el.no-img a:hover span {
  font-weight: 500;
  opacity: 1;
}
.arrow-prev.single-el .hover-img, .arrow-next.single-el .hover-img {
  position: absolute;
  top: 0px;
  opacity: 0;
  left: 0px;
  width: 220px;
  font-weight: 500;
}
.arrow-prev.single-el .hover-img br, .arrow-next.single-el .hover-img br {
  display: none;
}
.arrow-prev.single-el a, .arrow-next.single-el a {
  display: flex;
  flex-direction: column;
  color: #000000;
  transition: all 0.5s;
  text-decoration: none;
}
.arrow-prev.single-el a img, .arrow-next.single-el a img {
  width: fit-content;
  transition: all 0.5s;
}
.arrow-prev.single-el a span, .arrow-next.single-el a span {
  opacity: 1;
  color: #000;
  font-size: 15px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 100;
  line-height: 115%;
}
.arrow-prev.single-el a:hover .hover-img, .arrow-next.single-el a:hover .hover-img {
  opacity: 1;
}
.arrow-prev.single-el a:hover span, .arrow-next.single-el a:hover span {
  opacity: 0;
}
.arrow-prev span, .arrow-next span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  font-size: 15px;
  line-height: 115%;
  /* or 17px */
  color: #000000;
}

.arrow-next {
  left: unset;
  right: -40px;
}
.arrow-next.single-el {
  right: 40px;
  left: unset;
}
.arrow-next.single-el a {
  align-items: flex-end;
}
.arrow-next.single-el .hover-img {
  /* transform: rotate(0deg); */
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
  /* transform: scale(0.8); */
  opacity: 0;
  text-align: right;
}
.arrow-next img {
  transform: rotate(180deg);
}
.arrow-next span {
  align-items: flex-end;
}

.swiper-container.Cetera60 .swiper-slide:nth-child(1) img {
  object-position: 70%;
}
.swiper-container.Cetera60 .swiper-slide:nth-child(5) img,
.swiper-container.Cetera60 .swiper-slide:nth-child(2) img {
  object-position: 92%;
}
.swiper-container.Seawalker43 .swiper-slide:nth-child(1) img {
  object-position: 90%;
}
.swiper-container.Seawalker39 .swiper-slide:nth-child(6) img {
  object-position: 20%;
}
.swiper-container.Seawalker35 .swiper-slide:nth-child(1) img {
  object-position: center 100%;
}
.swiper-container.Seawalker35 .swiper-slide:nth-child(2) img {
  object-position: center 90%;
}
.swiper-container.P54 .swiper-slide:nth-child(1) img,
.swiper-container.P54 .swiper-slide:nth-child(3) img {
  object-position: 81%;
}
.swiper-container.P54 .swiper-slide:nth-child(4) img {
  object-position: 30%;
}
.swiper-container.Classic52 .swiper-slide:nth-child(1) img {
  object-position: center 90%;
}
.swiper-container.Classic47 .swiper-slide:nth-child(1) img {
  object-position: 80% 90%;
}

.accordion {
  margin-top: 20px;
}
.accordion .accordion-item {
  border: 1px solid transparent;
  border-radius: 0;
}
.accordion .accordion-button::after {
  width: 14px;
  background-size: contain;
  transition: none;
  filter: grayscale(1);
}
.accordion .accordion-button {
  cursor: pointer;
  border-bottom: 1px solid black;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 197.5%;
  color: #000000;
}
.accordion .accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
}
.accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.accordion .accordion-body {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 275;
  font-size: 17px;
  line-height: 178%;
  color: #000000;
}

.crew-subtitle {
  text-align: center;
}

.crew-container {
  display: flex;
  padding: 0;
  overflow: scroll;
  width: 100%;
  justify-content: center;
}
.crew-container .card {
  position: relative;
  min-width: 360px;
  width: 25%;
  border-radius: 0;
  border: 0px;
}
.crew-container .card img {
  width: 100%;
}
.crew-container .card:hover img {
  filter: grayscale(0.5);
}
.crew-container .card .name {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.crew-container .card .role {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 132%;
  /* or 16px */
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .menu-container .menu-item {
    white-space: nowrap;
  }
  .single-itinerari .margin-left-neg {
    margin-left: 0;
  }
}
@media (max-width: 1400px) {
  footer .sib-email-area input[type=email] {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .page-template-default .position-relative .img-container img.servizi-img,
  .page-template-default .position-relative .img-container img::not(".dealership-img") {
    transform: translate(13%, -25%);
    width: 600px !important;
  }
  .page-template-default .position-relative.dealership-intro .img-container {
    transform: scale(0.8) translateY(-10%);
  }
  .offerta .content-form-request .par {
    margin-top: 0;
  }
  .offerta a.mvb-button {
    margin: 35px 0px;
    padding: 12px 14px;
  }
  .formOfferta .upload {
    width: 96%;
  }
  .content-form-request .container .title2 {
    font-size: 52px;
  }
  #partner .d-flex.justify-content-around {
    flex-direction: column;
  }
  #partner .d-flex.justify-content-around a {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .container-form-brochure {
    margin: 0 30px;
    width: unset;
    top: 5%;
  }
  .page-template-default .position-relative.dealership-intro .img-container {
    transform: translate(-30%, 0%);
    right: -10%;
  }
  .translate-15 {
    transform: unset;
  }
  .margin-top-40-mobile {
    margin-top: 40px;
  }
  .menu-item:nth-child(even) {
    order: 2;
  }
  .d-none-mobile {
    display: none !important;
  }
  .d-none-desktop {
    display: block;
  }
  /*  GENERAL  */
  .titolo1 {
    font-size: 44px;
    line-height: 114%;
    margin-bottom: 40px;
  }
  .titolo2 {
    font-size: 40px !important;
    margin-top: 20px;
  }
  .container-servizi .titolo2 {
    margin-top: -15px;
  }
  a.main,
  .sub1 {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .par {
    font-size: 14px;
  }
  /*  testo  */
  .offerta .titolo {
    margin-bottom: 60px;
    font-size: 25px;
    margin-top: 60px;
  }
  .offerta button.btn-offerta {
    right: unset;
    left: 0;
    bottom: 20%;
    max-width: unset;
  }
  .offerta button.btn-offerta img {
    margin-left: 10px;
  }
  .offerta .par p,
  .offerta .accordion-body p,
  .offerta .par {
    font-size: 14px;
    line-height: 178%;
  }
  .formOfferta form input.mvb-button {
    white-space: break-spaces;
  }
  /* pulsanti  */
  .mvb-button {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 132%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: black;
    border-radius: 40px;
    border: 1px solid black;
  }
  .mvb-button#brochure-button img {
    transform: translateX(20px);
  }
  .mvb-button a {
    padding: 12px 35px;
  }
  .mvb-button:hover {
    background: black;
    border-radius: 40px;
    color: white;
  }
  .mvb-button-light {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 132%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: black;
    border-radius: 40px;
    border: 1px solid black;
  }
  .mvb-button-light:hover {
    background: black;
    border-radius: 40px;
    color: white;
  }
  .mvb-button-no-border {
    margin-left: 95px;
    text-align: left;
    font-size: 14px;
  }
  .arrow-container {
    display: none;
    margin-top: 50px;
  }
  .mobile-1col-left {
    width: 90%;
    margin-left: 10%;
  }
  #broekerage .margin-left-mobile {
    margin-left: 0px !important;
  }
  #broekerage .margin-left-neg {
    margin-left: -120px !important;
  }
  .margin-right-mobile {
    margin-right: 70px;
  }
  button.toggle-menu {
    left: 30px;
  }
  .page-template-default .margin-top {
    margin-top: 10px;
  }
  footer > .row {
    padding-top: 140px;
  }
  footer > .row .title-box {
    margin-bottom: 0;
  }
  footer .sib-email-area input[type=email] {
    font-size: 30px;
  }
  footer .form-newsletter {
    margin-top: 20px;
  }
  footer .sib_signup_box_inside_1 .d-flex {
    flex-direction: column;
  }
  footer .sib_signup_box_inside_1 .d-flex input[type=submit] {
    margin-top: 10px;
  }
  footer .social-column,
  footer .info-column {
    margin-top: 30px;
  }
  footer .social-column::before,
  footer .info-column::before {
    content: unset;
  }
  footer .social-column .par,
  footer .info-column .par {
    margin-bottom: 0;
  }
  footer .info-column {
    margin-top: 70px;
  }
  footer .social-column {
    order: 2;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
  }
  footer .par-footer {
    text-align: left;
  }
  #hero {
    overflow: hidden;
  }
  #hero .gallery .element video::before {
    content: "";
    height: 99%;
    width: 100vw;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    position: absolute;
    top: 0;
    left: 0;
  }
  #hero.lavora-con-noi img {
    width: 100vw;
    left: 30%;
    transform: translateX(-30%);
    position: relative;
  }
  #big-img.video:before,
  #chi-siamo:before {
    height: 100%;
  }
  #chi-siamo, #big-img {
    overflow: hidden;
    height: 100vh;
  }
  #chi-siamo > p, #big-img > p {
    margin-bottom: 0;
  }
  #chi-siamo img, #big-img img {
    height: 100%;
    width: auto;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }
  .page-template-default .position-relative img {
    transform: translate(100px, -165px);
    width: 600px;
  }
  .page-template-default .position-relative img.dealership-img {
    transform: unset !important;
    width: 405px;
    right: unset;
    left: 0;
  }
  .margin-top-page-contatti {
    margin-top: 180px;
  }
  .page-template-page-servizi .margin-top-page h1.titolo2 {
    margin-top: 0px;
  }
  .dealership-margin-fix {
    margin-top: 300px !important;
    margin-bottom: 0 !important;
  }
  #dealership {
    margin-top: 60px;
  }
  .formOfferta form,
  #formBrochure form,
  #formContatto form {
    width: 80%;
    transform: translateX(0%);
    width: 100%;
  }
  .formOfferta form input, .formOfferta form textarea,
  #formBrochure form input,
  #formBrochure form textarea,
  #formContatto form input,
  #formContatto form textarea {
    width: 100%;
  }
  .formOfferta form input[type=checkbox], .formOfferta form textarea[type=checkbox],
  #formBrochure form input[type=checkbox],
  #formBrochure form textarea[type=checkbox],
  #formContatto form input[type=checkbox],
  #formContatto form textarea[type=checkbox] {
    -webkit-transform: scale(0.5) translateX(-30px);
  }
  .formOfferta form input.mvb-button,
  #formBrochure form input.mvb-button,
  #formContatto form input.mvb-button {
    margin-left: 0;
    width: auto;
  }
  .formOfferta form .select-luogo, .formOfferta form .input-data,
  #formBrochure form .select-luogo,
  #formBrochure form .input-data,
  #formContatto form .select-luogo,
  #formContatto form .input-data {
    width: 100%;
  }
  .formOfferta form br,
  #formBrochure form br,
  #formContatto form br {
    display: none;
  }
  .formOfferta form {
    transform: translateX(0%);
    width: 100%;
  }
  #formBrochure {
    margin-top: 50px;
  }
  .offerta-container .back,
  .charter-page .back,
  .brokerage-page .back,
  .dealership-page .back,
  .back {
    width: 20%;
    margin-bottom: 50px;
    margin-left: 30px;
    top: 105px;
  }
  .margin-top-page,
  .page-template-page-servizi .margin-top-page {
    margin-top: 170px;
    margin-top: 120px;
  }
  .margin-top-page-contatti,
  .page-template-page-servizi .margin-top-page-contatti {
    margin-top: 180px;
    margin-top: 100px;
  }
  .margin-top-page.archive-charter, .margin-top-page.archive-brokerage,
  .page-template-page-servizi .margin-top-page.archive-charter,
  .page-template-page-servizi .margin-top-page.archive-brokerage {
    margin-top: 150px;
  }
  .margin-top-page.archive-charter .back, .margin-top-page.archive-brokerage .back,
  .page-template-page-servizi .margin-top-page.archive-charter .back,
  .page-template-page-servizi .margin-top-page.archive-brokerage .back {
    margin-bottom: 50px;
  }
  .offerta-container .desc-brokerage,
  .offerta-container .desc-dealership,
  .charter-page .desc-brokerage,
  .charter-page .desc-dealership,
  .brokerage-page .desc-brokerage,
  .brokerage-page .desc-dealership,
  .dealership-page .desc-brokerage,
  .dealership-page .desc-dealership {
    margin-top: 0px;
  }
  .offerta-container .desc-brokerage .translate-right,
  .offerta-container .desc-dealership .translate-right,
  .charter-page .desc-brokerage .translate-right,
  .charter-page .desc-dealership .translate-right,
  .brokerage-page .desc-brokerage .translate-right,
  .brokerage-page .desc-dealership .translate-right,
  .dealership-page .desc-brokerage .translate-right,
  .dealership-page .desc-dealership .translate-right {
    transform: translateX(60px);
    width: calc(100% - 60px);
  }
  .offerta-container .desc-brokerage img,
  .offerta-container .desc-dealership img,
  .charter-page .desc-brokerage img,
  .charter-page .desc-dealership img,
  .brokerage-page .desc-brokerage img,
  .brokerage-page .desc-dealership img,
  .dealership-page .desc-brokerage img,
  .dealership-page .desc-dealership img {
    width: 100%;
    margin-top: 50px;
  }
  .offerta-container .subtitle-page,
  .charter-page .subtitle-page,
  .brokerage-page .subtitle-page,
  .dealership-page .subtitle-page {
    font-size: 30px;
    font-size: 26px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .offerta-container .title-page,
  .charter-page .title-page,
  .brokerage-page .title-page,
  .dealership-page .title-page {
    font-size: 30px;
    letter-spacing: 6px;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 0;
  }
  .offerta-container #brochure-button,
  .charter-page #brochure-button,
  .brokerage-page #brochure-button,
  .dealership-page #brochure-button {
    margin-left: 25px;
  }
  .mySwiper {
    height: 50px;
    width: 225px;
    transform: translateY(-50px);
  }
  .swiper-container {
    width: calc(100% - 50px);
    margin-right: 25px;
    margin-left: 25px;
  }
  .swiper.partnersSwiper {
    height: 400px;
    margin-top: 40px;
  }
  .swiper.partnersSwiper .swiper-slide img {
    max-width: 200px;
    margin: 10px auto;
  }
  .swiper.partnersSwiper .swiper-slide .el .desc,
  .swiper.partnersSwiper .swiper-slide .desc {
    font-size: 14px;
  }
  .arrow-prev.single-el,
  .arrow-next.single-el {
    top: 66%;
    right: unset;
    left: 10px;
  }
  .arrow-prev.single-el a img,
  .arrow-next.single-el a img {
    max-width: 60px;
  }
  .arrow-prev.single-el a img.hover-img,
  .arrow-next.single-el a img.hover-img {
    left: 0;
    top: -50px;
  }
  .arrow-next.single-el {
    right: 10px;
    left: unset;
  }
  .gallery-container {
    height: 480px;
  }
  .gallery-container img {
    margin: 29px -50px;
  }
  .gallery-container img:nth-child(1) {
    margin-left: 30px;
    top: -76px;
  }
  .gallery-container a {
    margin: 50px 20px;
  }
  .gallery-container a:nth-child(odd) {
    width: 405px;
    min-width: 355px;
    height: 238px;
  }
  .gallery-container a:nth-child(even) {
    width: 405px;
    min-width: 200px;
    height: 272px;
  }
  .card-container a:first-child {
    margin-left: 95px;
  }
  #evaluation {
    padding-left: 30px;
    padding-right: 30px;
  }
  #evaluation .tr-right,
  #evaluation .mvb-button-tran {
    transform: translateX(50px);
    width: 80%;
  }
  #evaluation .mvb-button-tran {
    margin-top: 30px;
  }
  .charter-subtitle,
  .accessory-subtitle {
    margin-top: 70px;
    margin-left: 95px;
  }
  .charter-subtitle-mt,
  .accessory-subtitle-mt {
    margin-top: 70px;
    margin-left: 0px;
  }
  .accordion {
    margin-top: 0px;
  }
  .accordion .accordion-body {
    font-size: 14px;
  }
  .crew-subtitle {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .gallery-charter .el:nth-child(1),
  .gallery-brokerage .el:nth-child(1) {
    margin-left: 100px;
    top: 0px;
  }
  .filtri-icon {
    margin-bottom: 25px;
  }
  .filtri-header {
    padding: 0px 40px;
  }
  .filtri {
    transition: all 0.5s;
    position: relative;
    width: 93vw;
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 0;
    z-index: 2;
    margin-top: 10px;
    background-color: white;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    transition: height 0.5s, overflow 1s;
    padding: 0 20px;
  }
  .filtri .cerca-mobile {
    color: black;
    margin-left: 0%;
    order: 2;
  }
  .filtri.open {
    left: 0;
    transition: all 0.5s;
    height: 244px;
    width: 100%;
  }
  .charter .filtri.open {
    height: 256px;
  }
  .brokerage .filtri.open {
    height: 300px;
  }
  .filtri .select-items div,
  .filtri .select-selected,
  .filtri .anno,
  .filtri .prezzo {
    font-size: 15px;
  }
  .filtri .anno .dropdown input {
    width: 100%;
  }
  .filtri > div {
    width: unset;
  }
  .filtri .custom-select,
  .filtri .custom-select-dropdown {
    min-width: unset;
    max-width: unset;
    margin-right: 0;
    margin-bottom: 10px;
    min-height: 34px;
    max-height: 34px;
    width: 100%;
  }
  .filtri .custom-select .select-selected,
  .filtri .custom-select-dropdown .select-selected {
    min-width: unset;
    max-width: unset;
  }
  .filtri .custom-select::before,
  .filtri .custom-select-dropdown::before {
    content: "";
  }
  .filtri .custom-select::after,
  .filtri .custom-select-dropdown::after {
    content: unset;
  }
  .content-form-request .container .title2 {
    color: #000;
    font-size: 40px;
    font-family: Playfair Display;
    line-height: 107%;
    letter-spacing: -0.8px;
  }
  .close, .close-offerta {
    top: 50px;
    left: 50px;
  }
  .crew-container {
    display: flex;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .crew-container .card {
    margin-bottom: 10px;
  }
  .itinerari-template-default .margin-top-page {
    margin-top: 210px;
  }
  .itinerari-template-default .margin-top-page-contatti {
    margin-top: 180px;
  }
  #itinerario.titolo2 {
    margin-top: 90px;
  }
  .itinerario {
    margin-bottom: 50px;
  }
  .rimessaggio-container {
    overflow: hidden;
  }
  .ass-container img {
    transform: translate(-33px, -680px) !important;
    position: relative;
    z-index: -1;
  }
  .ass-container .img-assicurazione {
    height: 1px;
  }
  #charter {
    margin-top: 490px;
  }
  #charter img {
    top: 0;
    z-index: -1;
    transform: scale(0.8) translate(0px, -80%);
  }
  #charter-group {
    margin-top: 150px;
  }
  .section1 .h-1,
  #charter .h-1 {
    height: 1px;
  }
  .general-container .margin-bottom-150 {
    margin-bottom: 100px;
  }
  .contatti-container .par {
    color: #000;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 250;
    margin-top: 70px;
  }
  .contatti-container .justify-content-end {
    justify-content: unset;
  }
  .contatti-container img {
    max-width: 100%;
    transform: unset;
  }
  .contatti-container .my-auto {
    padding-right: 20px;
  }
  .contatti-container .margin-left {
    margin-left: 0;
  }
  #container-menu .menu-row ul#menu-menu-1 .menu-item,
  #container-menu .menu-row ul#menu-main-menu .menu-item {
    font-size: 28px;
  }
  #map {
    height: 50vh;
  }
  .single-itinerari .margin-left-neg {
    margin-left: 0;
  }
  .back-fixed {
    position: absolute;
    top: 130px;
  }
}
@media (max-width: 767px) {
  #charter img {
    transform: scale(0.8) translate(-20%, -90%);
  }
  .margin-left-mobile {
    margin-left: 95px !important;
    margin-left: 45px !important;
  }
  .row-reverse {
    flex-direction: column-reverse;
  }
  .info-area {
    margin-top: 100px;
    margin-bottom: 0;
  }
  .info-area .top-area {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
  }
  .info-area .top-area .grey {
    margin-bottom: 5px;
    width: auto;
  }
  .info-area .content {
    margin-top: 60px;
  }
  .brokerage-page .info-area {
    margin-top: 0;
  }
  .offerta-container {
    max-width: 96%;
    margin: 0 auto;
  }
  .formOfferta form span br {
    display: none;
  }
  .d-none-desktop-md {
    display: block;
  }
  .d-none-mobile-md {
    display: none;
  }
  #charter-pos {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  #charter-pos .titolo2, #charter-pos .par {
    position: relative;
    z-index: 2;
  }
  #charter-pos #maps-base {
    transform: translateX(0px);
  }
  .page-template-default .position-relative img,
  .page-template-page-servizi .position-relative img {
    width: 405px;
    right: unset;
    left: 0;
  }
  #broekerage .margin-left-mobile {
    margin-left: 95px !important;
  }
  #broekerage .margin-left-neg {
    margin-left: 95px !important;
    margin-right: 50px;
  }
  .container-servizi img,
  #broekerage img,
  .servizi-section1 img {
    margin: 0;
    width: 80%;
    transform: translate(0px, 90px);
    z-index: -1;
    position: absolute;
    max-width: 330px;
  }
  .container-servizi h1,
  .container-servizi h4,
  #broekerage h1,
  #broekerage h4,
  .servizi-section1 h1,
  .servizi-section1 h4 {
    margin-bottom: 520px;
  }
  .servizi-section1 img {
    transform: translate(45px, -109%) !important;
  }
  #servizi.container .col-lg-4 .img-container {
    width: 80%;
    margin-right: 0;
    margin-top: 20px;
    margin-left: 18%;
    margin-left: 45px;
  }
  #servizi .img-box {
    order: 2;
    margin-top: 100px;
    margin-bottom: 55px;
  }
  #servizi .img-box img {
    width: 100%;
  }
  #servizi .img-box img.small {
    width: 70%;
  }
  .formOfferta .wpcf7-form-control-wrap,
  #formBrochure .wpcf7-form-control-wrap,
  #formContatto .wpcf7-form-control-wrap {
    width: 100%;
  }
  .formOfferta img,
  #formBrochure img,
  #formContatto img {
    height: 190px;
    object-fit: cover;
  }
  .formOfferta input.mvb-button,
  #formBrochure input.mvb-button,
  #formContatto input.mvb-button {
    margin-right: 72%;
  }
  .formOfferta input.mvb-button {
    margin-right: 0%;
  }
  .rimessaggio-page .section2 img {
    transform: translate(-33px, 160px) scale(0.8) !important;
  }
  #container-menu .indirizzo {
    text-align: center;
  }
  #container-menu .social-container {
    order: 2;
    margin-left: 3em;
    margin-right: 2em;
    width: 90%;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .partner-container {
    margin: 0 0 150px;
  }
  #charter {
    margin-top: 340px;
  }
  .d-none-desktop-sm {
    display: block;
  }
  .arrow-prev.single-el, .arrow-next.single-el {
    top: 46%;
  }
  .offerta-container .subtitle-page,
  .charter-page .subtitle-page,
  .brokerage-page .subtitle-page,
  .dealership-page .subtitle-page {
    font-size: 20px;
  }
  .offerta-container .title-page,
  .charter-page .title-page,
  .brokerage-page .title-page,
  .dealership-page .title-page {
    font-size: 22px;
  }
  .gallery-charter .el.el-or, .gallery-brokerage .el.el-or {
    max-width: 85vw;
    min-width: 85vw;
  }
  .gallery-charter .el.el-or img, .gallery-brokerage .el.el-or img {
    width: 100%;
  }
  #container-menu {
    margin-top: 50px;
  }
  #container-menu .menu-hr {
    display: none;
  }
  #container-menu .menu-row ul#menu-menu-1,
  #container-menu .menu-row ul#menu-main-menu {
    justify-content: center;
  }
  #container-menu .menu-row ul#menu-menu-1 .menu-item,
  #container-menu .menu-row ul#menu-main-menu .menu-item {
    font-size: 20px;
    width: 40%;
    margin-bottom: 0px;
  }
  #container-menu .menu-row ul#menu-menu-1 .menu-item:nth-child(8),
  #container-menu .menu-row ul#menu-main-menu .menu-item:nth-child(8) {
    width: 80%;
  }
  #container-menu .social-container,
  #container-menu .glauco-container {
    margin: 1em 2em 1em 4em;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid black;
    padding: 0;
  }
  #container-menu .social-container h4,
  #container-menu .glauco-container h4 {
    margin-bottom: 0;
    font-size: 22px;
    transform: unset;
  }
  #container-menu .indirizzo {
    display: none;
  }
  #container-menu .social-container {
    order: 2;
    width: calc(80% - 1.5rem);
    margin: 0 auto;
    border-top: 1px solid transparent;
  }
  .page-template-default .position-relative img {
    top: 150px;
    bottom: unset;
    transform: translate(107px, -6%);
    width: 405px;
  }
  .page-template-default .position-relative img.dealership-img {
    transform: translate(55px, -6%);
    width: 405px;
    right: unset;
    left: 0;
  }
  .main-archive {
    justify-content: space-evenly;
    margin-top: 70px;
  }
  #broekerage .margin-left-mobile {
    margin-left: 45px !important;
  }
  #broekerage .margin-left-neg {
    margin-left: 45px !important;
    margin-right: 50px;
  }
  #charter img {
    transform: translate(30px, -80%);
    max-width: 90%;
  }
  #formBrochure {
    margin-top: 0px;
  }
  #formBrochure form input:not([type=submit]),
  #formBrochure form textarea {
    padding: 12px;
  }
  #formBrochure form textarea {
    height: 150px;
  }
  #formBrochure form input:not([type=submit]),
  #formBrochure form label,
  #formBrochure form textarea {
    line-height: 23px;
  }
  #formBrochure form input.mvb-button {
    margin-top: 5px;
  }
  .formOfferta form {
    transform: translateX(0%);
  }
  .formOfferta form input.mvb-button {
    white-space: break-spaces;
  }
}
@media (max-width: 476px) {
  #container-menu .social-link {
    margin-top: 10px;
  }
  .page-template-default .position-relative.dealership-intro .img-container {
    transform: translate(-30%, 50%);
  }
  #container-menu {
    margin-top: 50px;
  }
  #container-menu .menu-hr {
    display: none;
  }
  #container-menu .menu-row ul#menu-menu-1,
  #container-menu .menu-row ul#menu-main-menu {
    flex-direction: column;
    text-align: center;
  }
  #container-menu .menu-row ul#menu-menu-1 .menu-item,
  #container-menu .menu-row ul#menu-main-menu .menu-item {
    font-size: 20px;
    width: 100%;
    margin-bottom: 0px;
  }
  #container-menu .menu-row ul#menu-menu-1 .menu-item:nth-child(8),
  #container-menu .menu-row ul#menu-main-menu .menu-item:nth-child(8) {
    width: 100%;
  }
  #container-menu .glauco-container {
    display: none;
  }
  #container-menu .indirizzo {
    display: none;
  }
  #container-menu .social-container {
    border-top: 1px solid black;
    order: 2;
    width: calc(80% - 1.5rem);
    margin: 0 auto;
  }
  .page-template-default .position-relative img.dealership-img {
    width: 315px;
  }
}
@media (max-height: 680px) and (max-width: 400px) {
  #hero .gallery .element.first-element .content {
    top: 20%;
  }
  #container-menu .indirizzo {
    margin-top: 10px;
  }
  #container-menu .social-container,
  #container-menu .glauco-container {
    display: none;
  }
  #container-menu.active {
    margin-top: 10px;
  }
  .container-fluid.active .logo-container img {
    transform: scale(0.7) translateY(-20px);
  }
}
.contatti-container {
  scroll-behavior: unset;
}
.contatti-container .titolo2 {
  margin: 0;
}
.contatti-container .par {
  margin: 30px 0;
}

.wpcf7-spinner {
  position: absolute;
  left: 200px;
  bottom: 7px;
}

/*# sourceMappingURL=style.css.map */
