:root {
  --black: #000000;
  --white: #FFFFFF;
  --red: #E73739;
  --red2: #d51d1d;
  --yellow: #FFED00;

  --color1: #0B0B0B;
  --grey: #1E1D1D;
  --color1-linear: #1a1a1a;
  --color2-linear: rgb(61, 60, 60);
  --color3-linear: #1a1a1a;
}

@font-face {
  font-family: Play;
  font-display: swap;
  src: url("../fonts/Play/Play-Regular.ttf") format("opentype");
}

@font-face {
  font-family: PlayBold;
  font-display: swap;
  src: url("../fonts/Play/Play-Bold.ttf") format("opentype");
}

@font-face {
  font-family: "Hebrew";
  font-display: swap;
  font-weight: 300; /* Light */
  src: url("../fonts/open-sans-hebrew/OpenSansHebrew-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Hebrew";
  font-display: swap;
  font-weight: 400; /* Regular */
  src: url("../fonts/open-sans-hebrew/OpenSansHebrew-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Hebrew";
  font-display: swap;
  font-weight: 700; /* Bold */
  src: url("../fonts/open-sans-hebrew/OpenSansHebrew-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Hebrew";
  font-display: swap;
  font-weight: 800; /* ExtraBold */
  src: url("../fonts/open-sans-hebrew/OpenSansHebrew-ExtraBold.ttf") format("truetype");
}

body {
  font-family: Hebrew;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

h1 {
  font-family: Play;
  color: var(--black);
}

h2,
h3 {
  font-family: Play;
  font-family: Play;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  text-decoration: underline;
  text-decoration-color: var(--yellow);
  text-underline-offset: 13px;
  margin-bottom: 20px;
}

h4,
h5,
.fakeH3,
.fakeH5 {
  font-family: Play;
  color: var(--black);
}

h1 {
  font-weight: 800;
  font-size: 46px;
  line-height: 48px;
  letter-spacing: 1px;
}

h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3,
.fakeH3 {
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  /*letter-spacing: 1px;*/
  text-transform: uppercase;
}

h4 {
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  /*letter-spacing: 1px;*/
}

h5,
.fakeH5 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
}

h6 {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: BiennaleR;
}

p {
  font-family: Hebrew;
  font-size: 1rem;
  font-style: normal;
  line-height: 218.682%;
}

p.large {
  font-size: 22px;
  line-height: 36px;
}

p.small {
  font-size: 14px;
  line-height: 20px;
}

hr {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 2px solid #DBDBDB;
}

.button_standard {
  border: unset;
  padding: 10px 20px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 800;
}

.default-link-color {
  color: #C51918;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.btn {
  padding: 8px 33px 8px;
  min-width: 50px;
  text-transform: uppercase;
  font-family: Play;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}

.btn-small {
  padding: 2px 5px 2px 5px;
  text-transform: uppercase;
  font-family: Play;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}

.btnneutro {
  background-color: #999;
  border: 3px solid #AAA;
  color: #fff;
}

.btnneutro:hover {
  background-color: #f3f3f3;
  border: 3px solid #AAA;
  color: #000;
}

.btnprimary {
  background-color: var(--red);
  color: #fff;
}

.btnprimary:hover {
  background-color: #ac1515;
  text-decoration: none;
  color: white;
}

.btnsecondary {
  background-color: transparent;
  color: var(--white);
  border-radius: 2px;
  border: 2px solid var(--red);
}

.btnsecondary:hover {
  background-color: var(--red);
  color: var(--white);
  text-decoration: none;
}

.button_large {
  border-radius: 31px;
  padding: 18px 30px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 800;
}

.button_small {
  padding: 5px 10px;
}

.btnwaiting {
  background-color: rgba(255, 158, 48, 0.998);
  color: rgb(18, 18, 18);
  border-radius: 3px;
}

.btnwaiting:hover {
  background-color: #f8c98c;
  color: #ffffff;
}


.btndisabled {
  background-color: #8A93A7;
  border: 3px solid #8A93A7;
  color: #fff;
}


.btnsuccess {
  background-color: #00cc66;
  border: 3px solid #00cc66;
  color: #fff;
}

.btnsuccess:hover {
  background-color: #fff;
  border: 3px solid #00cc66;
  color: #00cc66;
}

.bgprimary {
  background-color: #003366;
}

.bgblack {
  background-color: var(--black);
}

.shadow1 {
  box-shadow: 0px 2px 10px rgba(196, 201, 211, 0.3);
}

.shadow2 {
  box-shadow: 0px 2px 10px rgba(196, 201, 211, 0.5);
}

.shadow3 {
  box-shadow: 0px 5px 20px rgba(196, 201, 211, 0.7);
}

span {
  font-size: 15px;
  font-style: normal;
  line-height: normal;
}

.nome-circuito {
  font-family: Play;
  font-weight: 700;
  color: #ffed00;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-transform: uppercase;
}

.nome-circuito-prodotto {
  font-family: Play;
  font-weight: 700;
  color: #ffed00;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
  text-transform: uppercase;
}

.alert-success {
  color: #fff;
  background-color: #00cc66;
  border-color: #00cc66;
  border-radius: 0;
}

.alert-danger {
  color: #fff;
  background-color: #ff3300;
  border-color: #ff3300;
  border-radius: 0;
}

.form-wrapper {
  border: 1px solid #656565;
  border-radius: 5px;
  padding: 13px 20px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.form-wrapper input[type=text],
.form-wrapper input[type=number],
.form-wrapper input[type=email],
.form-wrapper input[type=password],
.form-wrapper select,
.form-wrapper .bootstrap-select .dropdown-toggle {
  background: #FFFFFF;
  width: auto;
  border: 0;
  font-family: "Manrope", sans-serif;
}

.form-wrapper :not(.show-arrows) input::-webkit-outer-spin-button,
.form-wrapper :not(.show-arrows) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-wrapper input[type=number] {
  -moz-appearance: textfield;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-11 {
  z-index: 11;
}

.z-index-12 {
  z-index: 12;
}

.z-index-13 {
  z-index: 13;
}

.z-index-14 {
  z-index: 14;
}

.z-index-15 {
  z-index: 15;
}

.z-index-16 {
  z-index: 16;
}

.z-index-17 {
  z-index: 17;
}

.z-index-18 {
  z-index: 18;
}

.z-index-19 {
  z-index: 19;
}

.z-index-20 {
  z-index: 20;
}

.z-index-21 {
  z-index: 21;
}

.z-index-22 {
  z-index: 22;
}

.z-index-23 {
  z-index: 23;
}

.z-index-24 {
  z-index: 24;
}

.z-index-25 {
  z-index: 25;
}

.z-index-26 {
  z-index: 26;
}

.z-index-27 {
  z-index: 27;
}

.z-index-28 {
  z-index: 28;
}

.z-index-29 {
  z-index: 29;
}

.z-index-30 {
  z-index: 30;
}

.z-index-31 {
  z-index: 31;
}

.z-index-32 {
  z-index: 32;
}

.z-index-33 {
  z-index: 33;
}

.z-index-34 {
  z-index: 34;
}

.z-index-35 {
  z-index: 35;
}

.z-index-36 {
  z-index: 36;
}

.z-index-37 {
  z-index: 37;
}

.z-index-38 {
  z-index: 38;
}

.z-index-39 {
  z-index: 39;
}

.z-index-40 {
  z-index: 40;
}

.z-index-41 {
  z-index: 41;
}

.z-index-42 {
  z-index: 42;
}

.z-index-43 {
  z-index: 43;
}

.z-index-44 {
  z-index: 44;
}

.z-index-45 {
  z-index: 45;
}

.z-index-46 {
  z-index: 46;
}

.z-index-47 {
  z-index: 47;
}

.z-index-48 {
  z-index: 48;
}

.z-index-49 {
  z-index: 49;
}

.z-index-50 {
  z-index: 50;
}

.z-index-51 {
  z-index: 51;
}

.z-index-52 {
  z-index: 52;
}

.z-index-53 {
  z-index: 53;
}

.z-index-54 {
  z-index: 54;
}

.z-index-55 {
  z-index: 55;
}

.z-index-56 {
  z-index: 56;
}

.z-index-57 {
  z-index: 57;
}

.z-index-58 {
  z-index: 58;
}

.z-index-59 {
  z-index: 59;
}

.z-index-60 {
  z-index: 60;
}

.z-index-61 {
  z-index: 61;
}

.z-index-62 {
  z-index: 62;
}

.z-index-63 {
  z-index: 63;
}

.z-index-64 {
  z-index: 64;
}

.z-index-65 {
  z-index: 65;
}

.z-index-66 {
  z-index: 66;
}

.z-index-67 {
  z-index: 67;
}

.z-index-68 {
  z-index: 68;
}

.z-index-69 {
  z-index: 69;
}

.z-index-70 {
  z-index: 70;
}

.z-index-71 {
  z-index: 71;
}

.z-index-72 {
  z-index: 72;
}

.z-index-73 {
  z-index: 73;
}

.z-index-74 {
  z-index: 74;
}

.z-index-75 {
  z-index: 75;
}

.z-index-76 {
  z-index: 76;
}

.z-index-77 {
  z-index: 77;
}

.z-index-78 {
  z-index: 78;
}

.z-index-79 {
  z-index: 79;
}

.z-index-80 {
  z-index: 80;
}

.z-index-81 {
  z-index: 81;
}

.z-index-82 {
  z-index: 82;
}

.z-index-83 {
  z-index: 83;
}

.z-index-84 {
  z-index: 84;
}

.z-index-85 {
  z-index: 85;
}

.z-index-86 {
  z-index: 86;
}

.z-index-87 {
  z-index: 87;
}

.z-index-88 {
  z-index: 88;
}

.z-index-89 {
  z-index: 89;
}

.z-index-90 {
  z-index: 90;
}

.z-index-91 {
  z-index: 91;
}

.z-index-92 {
  z-index: 92;
}

.z-index-93 {
  z-index: 93;
}

.z-index-94 {
  z-index: 94;
}

.z-index-95 {
  z-index: 95;
}

.z-index-96 {
  z-index: 96;
}

.z-index-97 {
  z-index: 97;
}

.z-index-98 {
  z-index: 98;
}

.z-index-99 {
  z-index: 99;
}

.small-form-input .form-wrapper {
  padding: 5px 15px;
}

.fieldset .bootstrap-select .btn,
.fieldset input[type=text],
.fieldset input[type=number],
.fieldset input[type=email],
.fieldset input[type=password],
.fieldset select {
  background-color: #fff !important;
  width: 100%;
}

.fieldset .bootstrap-select .btn .filter-option,
.fieldset input[type=text] .filter-option,
.fieldset input[type=number] .filter-option,
.fieldset input[type=email] .filter-option,
.fieldset input[type=password] .filter-option,
.fieldset select .filter-option {
  display: flex;
  align-items: center;
}

input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  color: #8C93A5;
}

input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder {
  color: #8C93A5;
}

.modal-backdrop {
  position: unset !important;
}

.bg-grey {
  background-color: #f3f4f6;
}

.is-invalid {
  border: 2px solid #FF3300 !important;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}

#mini-nav>div {
  margin: 2px 63px;
}

header>div>div>* {
  margin: 0 2.5px;
}

.header nav {
  padding-top: 2px;
  padding-bottom: 2px;
  background: rgba(22, 22, 22, 0.88);
  color: #FFFFFF;
  align-items: center;
}

.header nav .navbar-brand {
  margin: 0;
  border: 0;
}

.header nav .nav-item {
  margin-right: 20px;
}

.header nav .nav-item:last-child {
  margin-right: 30px;
}

.header nav .nav-link {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  padding: 0 !important;
}

.dropdown-menu {
  background-color: #FFFFFF;
}

.header .dropdown-menu {
  background: var(--color1-linear);
}

.header nav .custom-dropdown {
  border-radius: 0;
  top: 30px;
  border: 0;
  padding: 0;
}

.header nav .custom-dropdown a {
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
}

.header nav .custom-dropdown a:hover {
  background: rgb(19, 27, 49);
  background: linear-gradient(90deg, var(--color1-linear) 10%, var(--color2-linear) 48%);
  text-decoration: underline;
}

.custom-scrollbar {
  overflow-y: scroll;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #fff;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: var(--yellow);
}

.header nav .top-mini-header {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 100px;
  width: 652px;
  text-align: revert;
  justify-content: flex-end;
}

.header nav .top-mini-header ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.header nav .top-mini-header ul li {
  padding: 0 10px;
}

.header nav .top-mini-header .tour-operator-area {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header nav .top-mini-header .tour-operator-area a {
  padding-left: 8px;
  border-left: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
}

.header nav .box-login {
  padding-left: 30px;
  border-left: 1px solid #FFFFFF;
  height: 30px;
  margin-bottom: 7px;
}

.header nav .box-login .dropdown-toggle {
  padding: 0;
}

.header nav .box-login .dropdown-menu {
  background: var(--color1-linear);
  border-radius: 0;
}

.header nav .box-login .dropdown-menu a {
  padding: 10px;
  text-transform: uppercase;
}

.header nav .box-login .dropdown-menu a:hover {
  background: var(--color2-linear);
  text-decoration: underline;
}

.header nav .box-login a {
  color: #FFFFFF;
}

.header nav .box-login a:hover {
  text-decoration: none;
}

.header nav .box-login a i {
  margin-right: 10px;
  font-size: 24px;
}

section.slider-home {
  position: relative;
}


section.slider-home #slider_home .item .bgc-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1250px;
}

section.slider-home #slider_home .owl-prev,
section.slider-home #slider_home .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}

section.slider-home #slider_home .owl-prev {
  left: 30px;
}

section.slider-home #slider_home .owl-next {
  right: 30px;
}

section.slider-home .slider-action-box {
  z-index: 2;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 147px;
  /*bottom: 0;*/
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.slider-home .slider-action-box .titolo-slider {
  margin-top: -30px;
}

section.slider-home .slider-action-box .titolo-slider h2 {
  text-shadow: 0px 0px 30px #323e48;
  letter-spacing: 1px;
  text-align: center;
  line-height: 80px;
  font-size: 58px;
  font-weight: 800;
  font-family: "BiennaleBlack", sans-serif;
  margin-bottom: 16px;
  color: #fff;
}

section.slider-home .slider-action-box .search-form-wrapper {
  width: 1220px;
  height: 100px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 50px;
  padding: 19px 20px;
}

section.slider-home .slider-action-box .search-form-wrapper .suggest-box {
  background: #fff;
  width: 100%;
  position: absolute;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.4s ease-in;
  border: 1px solid #eee;
  border-radius: 10px;
  top: 80px;
}

section.slider-home .slider-action-box .search-form-wrapper .suggest-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.slider-home .slider-action-box .search-form-wrapper .suggest-box ul li {
  color: #323e48;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
}

section.slider-home .slider-action-box .search-form-wrapper .suggest-box ul li i {
  color: #3366ff;
  margin-right: 15px;
}

section.slider-home .slider-action-box .search-form-wrapper .button_standard {
  padding: 16px 20px;
}

section.slider-home .slider-action-box .search-form-wrapper .comune_find.active {
  background: rgba(0, 102, 121, 0.3);
  color: #006679;
  border: 0 !important;
}

section.slider-home .slider-action-box .search-form-wrapper .select-custom .dropdown-toggle {
  width: 100%;
}

section.slider-home .slider-action-box .search-form-wrapper .select-custom .dropdown-toggle .filter-option {
  height: auto;
}

section.slider-home .slider-action-box .search-form-wrapper .form-wrapper {
  background: #FFFFFF;
  border-radius: 40px;
  height: 60px;
  width: auto;
  border: 0;
  position: relative;
  width: 100%;
  display: flex;
  padding: 19px 20px;
  align-items: center;
}

section.slider-home .slider-action-box .search-form-wrapper .form-wrapper input {
  width: 100%;
  outline: none !important;
}

section.slider-home .slider-action-box .search-form-wrapper .form-wrapper .input-group input {
  width: auto;
}

section.slider-home .slider-action-box .search-form-wrapper .form-wrapper .input-group .input-group-text {
  background-color: transparent;
  border: 0;
}

section.slider-home .slider-action-box .search-form-wrapper .form-wrapper i {
  font-size: 24px;
  position: absolute;
  right: 26px;
  color: #3366ff;
}

.frase-form {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #C4C9D3;
  box-sizing: border-box;
  border-radius: 51px;
  margin-top: 10px;
  padding: 8px 15px;
  width: 1220px;
  opacity: 0;
}

.frase-form .icona-frase {
  width: 30px;
  height: 30px;
  color: #3366ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #3366ff;
}

.frase-form .frase {
  width: calc(100% - 50px);
}

.frase-form .frase p {
  font-size: 16px;
  line-height: unset;
}

.text-home-page .blocco-testo {
  padding-top: 57px;
}

.text-home-page .blocco-testo h1 {
  font-size: 36px;
  margin-bottom: 8px;
  line-height: 49.86px;
  color: #3366ff;
}

.text-home-page .blocco-testo h2 {
  font-weight: 800;
  font-size: 46px;
  line-height: 48px;
  color: #003366;
}

.text-home-page .blocco-testo p {
  width: 768px;
  margin: 40px auto 0;
}

.text-home-page .icone {
  margin-top: 77px;
  text-align: center;
}

.text-home-page .icone .icona img {
  margin-bottom: 40px;
  height: 75px;
}

.prossimo-viaggio {
  margin-top: 84px;
  padding: 60px 0;
}

.prossimo-viaggio h2 {
  margin-bottom: 40px;
}

.prossimo-viaggio .owl-prev,
.prossimo-viaggio .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent !important;
  font-size: 40px !important;
  color: #8a93a7 !important;
}

.prossimo-viaggio .owl-next {
  right: -40px;
}

.prossimo-viaggio .owl-prev {
  left: -40px;
}

.prossimo-viaggio .item a {
  text-decoration: none !important;
}

.box-viaggi {
  height: 330px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 10px;
}

.box-viaggi .piu-amati {
  background-color: #3366ff;
  color: #fff;
  border: 2px solid #fff;
  padding: 6px 20px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 55px;
  left: -20px;
}

.box-viaggi p {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
}

.find-place {
  margin: 50px 0;
}

.find-place .testo h3 {
  color: #8a93a7;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
}

.find-place .box-destinazioni {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.find-place .box-destinazioni .box a {
  text-decoration: none !important;
}

.find-place .box-destinazioni .box .img-box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  width: 210px;
  height: 210px;
  border-radius: 13.7387px;
}

.find-place .box-destinazioni .box .img-box.last {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 24.59px;
  letter-spacing: 0.5px;
  text-align: center;
}

.find-place .box-destinazioni .box p {
  margin-top: 20px;
  color: #C51918;
  font-size: 24px;
  line-height: 32.78px;
  letter-spacing: 1px;
  font-weight: 800;
  text-align: center;
}

.offerte {
  margin: 50px 0;
}

.offerte .bgc-offerte {
  height: 570px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offerte .bgc-offerte::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.offerte .bgc-offerte .blocco-testo {
  position: relative;
  z-index: 1;
}

.offerte .bgc-offerte .blocco-testo p {
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.5px;
}

.lasciati-ispirare {
  margin: 50px 0;
}

.lasciati-ispirare .testo h3 {
  color: #8a93a7;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
}

#inspire-travel {
  margin-top: 40px;
}

#inspire-travel .item {
  padding: 5px;
}

#inspire-travel .owl-prev,
#inspire-travel .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent !important;
  font-size: 40px !important;
  color: #8a93a7 !important;
}

#inspire-travel .owl-next {
  right: -40px;
}

#inspire-travel .owl-prev {
  left: -40px;
}

.box-viaggio-detail {
  box-shadow: 0px 2px 10px rgba(196, 201, 211, 0.3);
  border-radius: 5px;
}

.box-viaggio-detail .box-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.box-viaggio-detail .box-image .ultimi-posti {
  position: absolute;
  top: 20px;
  left: -5px;
  background-color: transparent;
  color: #000;
  padding: 6px;
  border-radius: 5px;
  font-size: 9px;
  /* line-height: 20px; */
  letter-spacing: 2px;
  font-weight: bold;
}

.box-viaggio-detail .box-image .offerte-tag {
  background: #00cc66;
  bottom: 48px;
  top: inherit;
}

.box-viaggio-detail .dettaglio-annuncio {
  position: relative;
  padding: 10px 15px;
}

.box-viaggio-detail .dettaglio-annuncio .giorni-box {
  position: absolute;
  top: 8px;
  right: 10px;
}

.box-viaggio-detail .dettaglio-annuncio .giorni-box p {
  letter-spacing: 1px;
  font-size: 10px;
  color: #8a93a7;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 800;
}

.box-viaggio-detail .dettaglio-annuncio .price {
  left: 0;
  width: 160px;
  position: absolute;
  background: #eee;
  box-shadow: 0px 2px 10px rgba(196, 201, 211, 0.3);
  border-radius: 0px 31px 31px 0px;
  border: 2px solid #FFFFFF;
  height: 64px;
  padding: 10px;
  top: -33px;
}

.box-viaggio-detail .dettaglio-annuncio .price small {
  color: #8a93a7;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
}

.box-viaggio-detail .dettaglio-annuncio .price h3 {
  color: #3366ff;
  font-size: 20px;
}

.box-viaggio-detail .dettaglio-annuncio .price span.price-h3 {
  color: #3366ff;
  font-size: 20px;
  font-family: "BiennaleB", sans-serif;
  letter-spacing: 1px;
  font-weight: 800;
}

.box-viaggio-detail .dettaglio-annuncio .title-box .tag {
  font-weight: 700;
  min-height: 20px;
  font-size: 14px;
  line-height: 19.12px;
  color: #8a93a7;
  letter-spacing: 1px;
}

.box-viaggio-detail .dettaglio-annuncio .title-box h3 {
  margin-top: 10px;
  /*height: 80px;*/
  overflow: hidden;
  font-size: 20px;
  width: 100%;
  display: block;
}

.box-viaggio-detail .dettaglio-annuncio .title-box p.fakeH3 {
  margin-top: 10px;
  height: 64px;
  overflow: hidden;
  font-size: 24px;
  width: 100%;
  display: block;
}

.box-viaggio-detail .dettaglio-annuncio .extra-info {
  font-size: 14px;
  color: #8a93a7;
  margin-bottom: 15px;
}

.box-stars {
  top: 0;
  right: 0;
}

.box-stars ul {
  padding: 0;
  margin: 0;
}

.box-stars ul li {
  display: inline-block;
}

.box-stars ul li i {
  color: #febb02;
}

.testimonianze {
  margin-top: 84px;
  padding: 60px 0;
}

.testimonianze #testimonianze {
  margin-top: 40px;
}

.testimonianze #testimonianze .owl-prev,
.testimonianze #testimonianze .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent !important;
  font-size: 40px !important;
  color: #8a93a7 !important;
}

.testimonianze #testimonianze .owl-next {
  right: -40px;
}

.testimonianze #testimonianze .owl-prev {
  left: -40px;
}

.testimonianze .singola-testimonianza {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(196, 201, 211, 0.3);
  border-radius: 5px;
  padding: 36px 30px;
}

.testimonianze .singola-testimonianza .titolo-testimonianza img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #66CCCC;
  border: 0px solid #66CCCC;
  padding: 3px;
}

.testimonianze .singola-testimonianza .titolo-testimonianza .titolo-box {
  position: relative;
  padding: 0 20px;
  margin-bottom: 15px;
}

.testimonianze .singola-testimonianza .titolo-testimonianza .titolo-box h4 {
  margin-bottom: 0;
}

.testimonianze .singola-testimonianza .titolo-testimonianza .titolo-box .data {
  color: #8a93a7;
  font-size: 14px;
  line-height: 20px;
}

.testimonianze.scheda-viaggio .singola-testimonianza {
  box-shadow: 0px 2px 10px rgba(196, 201, 211, 0.3);
}

.testimonianze.scheda-viaggio .container {
  position: relative;
}

.testimonianze.scheda-viaggio .container .lascia-testimonianza {
  position: absolute;
  top: 0;
  right: 0;
}

.partner {
  margin: 50px 0;
}

.partner .loghi-agenzia-home img {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-height: 70px;
  margin: auto;
  width: auto !important;
  max-width: 100% !important;
}

.newsletter-box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.newsletter-box::before {
  background: linear-gradient(270deg, rgba(22, 22, 22, 0.10) 0%, rgba(22, 22, 22, 0.53) 61.46%, #161616 100%);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;

}

.newsletter-box .container {
  z-index: 2;
  position: relative;
}

.newsletter-box .testo p {
  font-size: 22px;
  line-height: 36px;
  text-align: left;
  letter-spacing: 0.5px;
}

.newsletter-box .form-wrapper {
  background: #FFFFFF;
  height: 60px;
  width: auto;
  border: 0;
  position: relative;
  width: 100%;
  display: flex;
  padding: 10px 16px;
  align-items: center;
}

.newsletter-box .form-wrapper .bootstrap-select .btn {
  background-color: #fff !important;
  width: 100%;
}

.newsletter-box .form-wrapper .bootstrap-select .btn .filter-option {
  display: flex;
  align-items: center;
}

.newsletter-box label {
  font-weight: bold;
}

.background-orange {
  background-color: #ff9933;
}

footer {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*border-top: 2px solid #fff;*/
  padding: 47px 0;
}

footer .container {
  position: relative;
  z-index: 2;
}

footer .widget h4,
footer .widget p.title-footer {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 20px;
}

footer .widget ul {
  padding: 0;
  list-style: none;
}

footer .widget ul li {
  margin-bottom: 15px;
}

footer .widget ul li a {
  display: flex;
}

footer .widget ul li a:hover {
  text-decoration: none;
}

footer .widget ul li a span {
  max-width: calc(100% - 50px);
}

footer .widget .icona {
  background: rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  margin-right: 15px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .widget .icona i {
  color: #fff;
}

footer .widget .social li {
  display: inline-block;
}

footer .widget .social li span i {
  color: var(--yellow);
}

footer .widget .social li span a {
  color: #C51918;
}

footer .widget .column-2 {
  -moz-column-count: 2;
  column-count: 2;
}

footer .widget .text {
  margin-top: 20px;
}

footer .widget .text p {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}

footer .widget a {
  color: var(--yellow);
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 1px;
}

.sub-footer {
  background: rgb(19, 27, 49);
  background: linear-gradient(90deg, var(--color1-linear) 10%, var(--color2-linear) 48%, var(--color1-linear) 90%);
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.sub-footer p {
  margin-bottom: 0;
  color: #fff;
}

.sub-footer p a {
  color: var(--yellow);
}

footer::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #0B0B0B;
  /* -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);*/
}

/* Pagina di ricerca */
.title-image-wrapper {
  height: 500px;
  background-image: url("/common/assets/img/race_moto.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.title-image-wrapper.small-height {
  height: 111px;
}

.title-image-wrapper:before {
  content: "";
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.title-image-wrapper.no-overlay:before {
  content: none !important;
}

.title-image-wrapper h1 {
  position: relative;
}

.title-image-wrapper h2 {
  position: relative;
}

.title-image-wrapper h3 {
  position: relative;
}

.sidebar-ricerca {
  width: 400px;
  background: #F3F4F6;
  box-shadow: 1px 0px 10px rgba(138, 147, 167, 0.4);
}

.sidebar-ricerca .title-sidebar {
  background: #003366;
  padding: 20px 40px;
}

.sidebar-ricerca .filtri-wrapper {
  padding: 20px 40px;
}

.sidebar-ricerca .filtri-wrapper .viaggiatori-search div .number {
  display: flex;
  align-items: center;
}

.sidebar-ricerca .filtri-wrapper .viaggiatori-search div .number input {
  border: 0px solid #8A93A7;
  background-color: transparent;
  width: 22px;
  height: 40px;
  border-radius: 40px;
  margin: 0 10px;
  text-align: center;
}

.sidebar-ricerca .filtri-wrapper .viaggiatori-search div .number .minus,
.sidebar-ricerca .filtri-wrapper .viaggiatori-search div .number .plus {
  width: 18px;
  height: 18px;
  color: #3366ff;
  border: 1px solid;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.sidebar-ricerca .filtri-wrapper .viaggiatori-search div p {
  padding: 0;
  color: #323e48;
  font-size: 22px;
  line-height: 30px;
  font-family: "Manrope";
}

.sidebar-ricerca .filtri-wrapper .viaggiatori-search div p:hover {
  text-decoration: none;
}

.sidebar-ricerca .filtri-wrapper .viaggiatori-search .desc-search-viaggiatori {
  color: #8a93a7;
  font-size: 15px;
  line-height: 15px;
}

.sidebar-ricerca .filtri-wrapper .search-form-wrapper {
  position: relative;
}

.sidebar-ricerca .filtri-wrapper .search-form-wrapper .suggest-box {
  background: #fff;
  width: 100%;
  position: absolute;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.4s ease-in;
  border: 1px solid #eee;
  border-radius: 10px;
  top: 80px;
}

.sidebar-ricerca .filtri-wrapper .search-form-wrapper .suggest-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-ricerca .filtri-wrapper .search-form-wrapper .suggest-box ul li {
  color: #323e48;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sidebar-ricerca .filtri-wrapper .search-form-wrapper .suggest-box ul li i {
  color: #3366ff;
  margin-right: 15px;
}

.sidebar-ricerca .filtri-wrapper .search-form-wrapper .comune_find.active {
  background: rgba(0, 102, 121, 0.3);
  color: #006679;
  border: 0 !important;
}

.sidebar-ricerca .filtri-wrapper .search-form-wrapper .select-custom .dropdown-toggle {
  width: 100%;
}

.sidebar-ricerca .filtri-wrapper .search-form-wrapper .select-custom .dropdown-toggle .filter-option {
  height: auto;
}

.sidebar-ricerca .filtri-wrapper .form-wrapper .bootstrap-select .btn {
  width: 100%;
  background: transparent;
}

.sidebar-ricerca .filtri-wrapper .form-wrapper i {
  font-size: 24px;
  position: absolute;
  right: 26px;
  color: #3366ff;
}

.sidebar-ricerca .filtri-wrapper .card {
  border: 0;
  background-color: transparent;
  padding-top: 30px;
  border-bottom: 1px solid #C4C9D3;
  border-radius: 0;
}

.sidebar-ricerca .filtri-wrapper .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.sidebar-ricerca .filtri-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.sidebar-ricerca .filtri-wrapper .card .card-header .btn {
  padding: 0;
  color: #323e48;
  font-size: 22px;
  line-height: 30px;
  font-family: "Manrope";
}

.sidebar-ricerca .filtri-wrapper .card .card-header .btn:hover {
  text-decoration: none;
}

.sidebar-ricerca .filtri-wrapper .slider-range .slider.slider-horizontal {
  width: 100% !important;
}

.sidebar-ricerca .filtri-wrapper .slider-range .slider-handle {
  background: #FFFFFF !important;
  border: 4px solid #3366FF !important;
}

.sidebar-ricerca .filtri-wrapper .slider-range .details-slider {
  color: #8a93a7;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.sidebar-ricerca .filtri-wrapper .icone-list li {
  width: 32%;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  height: 80px;
  overflow: hidden;
  margin-bottom: 30px;
  vertical-align: top;
}

.sidebar-ricerca .filtri-wrapper .icone-list li .icona-filter {
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border: 2px solid #8a93a7;
  border-radius: 50%;
  margin: auto;
  line-height: 43px;
  text-align: center;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-ricerca .filtri-wrapper .icone-list li .icona-filter i {
  color: #8a93a7;
}

.sidebar-ricerca .filtri-wrapper .icone-list li .icona-filter:hover {
  background-color: #3366ff;
}

.sidebar-ricerca .filtri-wrapper .icone-list li .icona-filter:hover i {
  color: #fff;
}

.sidebar-ricerca .filtri-wrapper .icone-list li .icona-filter.active {
  background-color: #3366ff;
}

.sidebar-ricerca .filtri-wrapper .icone-list li .icona-filter.active i {
  color: #fff;
}

.sidebar-ricerca .filtri-wrapper .icone-list li .icona-filter.active img {
  filter: brightness(0) invert(1);
}

.sidebar-ricerca .filtri-wrapper .icone-list li label {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  color: #8a93a7;
}

.riassunto-ricerca {
  padding: 30px 0;
  border-bottom: 1px solid #C4C9D3;
}

.riassunto-ricerca .la-tua-ricerca {
  font-size: 16px;
  line-height: 26px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #323e48;
  letter-spacing: 1px;
}

.riassunto-ricerca ul .filtro-list {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 20px;
  background-color: #3366ff;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
}

.riassunto-ricerca ul .filtro-list a {
  color: #fff;
}

.contenuto-ricerca {
  width: calc(100% - 400px);
  padding: 20px 30px;
}

.contenuto-ricerca .img-info-viaggio {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .contenuto-ricerca .flex-desktop {
    flex: 1;
  }
}

@media screen and (max-width: 1200px) {
  .contenuto-ricerca .img-info-viaggio {
    height: 300px;
  }
}

.contenuto-ricerca .viaggi-wrapper .box-viaggio-detail {
  margin-bottom: 30px;
}

.contenuto-ricerca .text-ricerca-info-utili {
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: inside;
}

.contenuto-ricerca .pagination li.active a {
  background-color: var(--red);
  color: #fff;
}

.contenuto-ricerca .pagination li a {
  color: #8a93a7;
  border: 0;
}

.contenuto-ricerca .pagination li a:hover {
  background-color: var(--red2);
  color: #fff;
}

.no-list-style {
  list-style: none;
}

.iCheck-helper {
  border: 1px solid #C4C9D3 !important;
}

/* Pagina viaggio */
.main-photo-wrapper {
  height: 341px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}

.main-photo-wrapper .box-title-info {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 0;
  width: 100%;
}


.main-photo-wrapper .box-title-info .container {
  position: relative;
}

.main-photo-wrapper .box-title-info .title-box small {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
}

.main-photo-wrapper .box-title-info .title-box .title-details span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.main-photo-wrapper .box-title-info .title-box h1 {
  margin-bottom: 30px;
  color: var(--yellow);
}

.main-photo-wrapper .box-title-info .title-box .box-stars {
  top: 0;
  right: 0;
  float: right;
  position: absolute;
}

.main-photo-wrapper .box-title-info .title-box .box-stars i {
  font-size: 24px;
}

.main-photo-wrapper .box-title-info .title-box .ultimiposti {
  position: relative;
  top: 20px;
  left: -5px;
  background-color: #ff3300;
  color: #fff;
  padding: 6px;
  border-radius: 5px;
  font-size: 9px;
  /* line-height: 20px; */
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 30px;
}

.main-photo-wrapper .box-title-info .main-tags {
  position: absolute;
  top: 0;
  right: 0;
}

.main-photo-wrapper .box-title-info .main-tags span {
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  vertical-align: top;
  min-width: 44px;
  min-height: 44px;
  background: #3366ff;
  color: #fff;
  border: 2px solid #8a93a7;
  border-radius: 31px;
  margin: auto;
  line-height: 28px;
  text-align: center;
  transition: all 0.3s ease-in;
}

.main-photo-wrapper .box-title-info .main-tags span.circle {
  width: 44px;
  height: 44px;
}

.main-photo-wrapper .box-title-info .main-tags span.circle i {
  font-size: 15px;
}

.viaggio-dati {
  padding: 10px 0;
}

.viaggio-dati .box-immagini {
  position: relative;
}

.viaggio-dati .box-immagini .img-singola {
  margin-bottom: 30px;
}

.viaggio-dati .box-immagini .img-singola .img-small {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.viaggio-dati .box-immagini .img-singola .img-big {
  height: 430px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.viaggio-dati .box-immagini .img-singola img {
  width: 100%;
}

.viaggio-dati .box-immagini .sfoglia-gallery {
  position: absolute;
  bottom: 40px;
  right: 20px;
}

.viaggio-dati .box-immagini .sfoglia-gallery a {
  display: block;
}

.viaggio-dati .include-list li {
  text-align: center;
  overflow: hidden;
  vertical-align: top;
}

.viaggio-dati .include-list li .icona-filter {
  border-radius: 50%;
  margin: auto;
  line-height: 43px;
  text-align: center;
  transition: all 0.3s ease-in;
}

.viaggio-dati .include-list li .icona-filter i {
  color: #0945DE !important;
  font-size: 20px;
  ;
}

.viaggio-dati .include-list li .icona-filter.active {
  background-color: var(--color2-linear);
}

.viaggio-dati .include-list li .icona-filter.active i {
  color: #fff;
}

.viaggio-dati .include-list li .icona-filter.active img {
  filter: brightness(0) invert(1);
}

.viaggio-dati .include-list li label {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}

.viaggio-dati .include-list li>* {
  display: inline-block;
}

.viaggio-dati .include-list li .icona-filter {
  margin: 0;
  margin-right: 10px;
}

.tag-include-e-tipologia {
  padding: 20px;
  background: #FEFEFE;
  box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.05);
}

.viaggio-dati .include-list li .icona-filter i {
  color: #fff;
}

.viaggio-dati .include-list li .icona-filter img {
  filter: brightness(0) invert(1);
}

.viaggio-dati .include-list li label {
  width: calc(100% - 50px);
  text-align: left;
}

.viaggio-dati .details-travel {
  color: #8a93a7;
}

.viaggio-dati .details-travel ul li {
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.viaggio-dati .details-travel ul li i {
  margin-right: 10px;
}

.viaggio-dati .details-travel a {
  color: #C51918;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  letter-spacing: 0.2px;
}

.viaggio-dati .descrizione-viaggio p {
  font-size: 18px;
  line-height: 28px;
}

.tipologia-list {
  /* margin-top: 30px;
  padding: 0;
  -moz-column-count: 2;
  column-count: 2;*/
  list-style: none;
  padding-left: 0px;
}

.viaggio-dati .descrizione-viaggio .tipologia-list li {
  margin-bottom: 10px;
}

.tipologia-list li i {
  font-size: 20px;
  line-height: 28px;
  margin-right: 15px;
  color: #5EAA22;
}

.viaggio-dati .descrizione-viaggio .tipologia-list li span {
  font-size: 18px;
  line-height: 28px;
}

.viaggio-dati .incluso-nel-prezzo ul {
  margin-top: 30px;
}

.viaggio-dati .incluso-nel-prezzo ul li {
  margin-bottom: 10px;
}

.viaggio-dati .incluso-nel-prezzo ul li i {
  font-size: 18px;
  line-height: 28px;
  margin-right: 15px;
  color: #00CC66;
}

.viaggio-dati .incluso-nel-prezzo ul li span {
  font-size: 18px;
  line-height: 28px;
}

.viaggio-dati .incluso-nel-prezzo.non-inclusi li i {
  color: #ff3300;
}

.viaggio-dati .servizi-aggiuntivi-wrapper {
  position: relative;
}

.viaggio-dati .servizi-aggiuntivi-wrapper .servizio-conferma {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  box-shadow: 0px 2px 10px rgba(196, 201, 211, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
  transition: all 0.3s ease-in;
  z-index: -1;
}

.viaggio-dati .servizi-aggiuntivi-wrapper .servizio-conferma.active {
  width: 80%;
  height: 250px;
  opacity: 1;
  visibility: visible;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  top: 0;
}

.viaggio-dati .servizi-aggiuntivi-wrapper .servizio-conferma i {
  color: #00cc66;
}

.viaggio-dati #tappe ul li {
  padding: 10px 0;
  border-bottom: 1px solid #F3F4F6;
  font-size: 14px;
}

.viaggio-dati #tappe ul li .descrizione-tappa {
  font-size: 14px;
  margin-top: 25px;
  color: #323e48;
}

.viaggio-dati #tappe ul li a {
  color: #323e48;
  text-decoration: none;
}

.viaggio-dati .single-servizio {
  padding-bottom: 27px;
  border-bottom: 1px dashed #C4C9D3;
}

.viaggio-dati .single-servizio .servizio-title {
  color: #003366;
  font-weight: 700;
}

.viaggio-dati .single-servizio .servizio-descrizione {
  font-size: 14px;
}

.viaggio-dati .single-servizio .price-wrapper .price {
  color: #3366ff;
  font-size: 28px;
  line-height: 32px;
  /* identical to box height, or 114% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  font-weight: 800;
  font-family: "BiennaleB", sans-serif;
}

.viaggio-dati .single-servizio .price-wrapper label {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8a93a7;
  margin-bottom: 0;
}

.viaggio-dati .single-servizio .numero-partecipanti label {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8a93a7;
  margin-bottom: 0;
}

.viaggio-dati .single-servizio .numero-partecipanti .form-wrapper {
  border: 0;
}

.viaggio-dati .single-servizio .numero-partecipanti .number {
  display: flex;
  align-items: center;
}

.viaggio-dati .single-servizio .numero-partecipanti .number .minus,
.viaggio-dati .single-servizio .numero-partecipanti .number .plus {
  width: 18px;
  height: 18px;
  color: #C51918;
  border: 1px solid;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.section-maggiori-informazioni {
  padding: 40px 0;
}

.section-maggiori-informazioni p {
  margin-top: 30px;
  color: #8a93a7;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.5px;
}

.section-maggiori-informazioni .bluchiaro {
  color: #3366ff;
  font-weight: bold;
  font-size: 22px;
  line-height: 36px;
  margin-top: 10px;
}

.section-maggiori-informazioni #faq .owl-prev,
.section-maggiori-informazioni #faq .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent !important;
  font-size: 40px !important;
  color: #8a93a7 !important;
}

.section-maggiori-informazioni #faq .owl-next {
  right: -40px;
}

.section-maggiori-informazioni #faq .owl-prev {
  left: -40px;
}

.section-maggiori-informazioni #faq .singola-faq {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(196, 201, 211, 0.3);
  border-radius: 5px;
  position: relative;
}

.section-maggiori-informazioni #faq .singola-faq .icona {
  position: absolute;
  left: 30px;
  top: 30px;
}

.section-maggiori-informazioni #faq .singola-faq .icona i {
  font-size: 26px;
  color: #3366ff;
}

.section-maggiori-informazioni #faq .singola-faq .domanda {
  padding: 30px 30px 20px 76px;
  border-bottom: 1px solid #C4C9D3;
  position: relative;
}

.section-maggiori-informazioni #faq .singola-faq .risposta {
  padding: 30px 30px 20px 76px;
  position: relative;
}

.section-maggiori-informazioni #faq .singola-faq .risposta p {
  font-weight: 400;
}

.section-maggiori-informazioni #faq .singola-faq p {
  color: #323e48;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.partenze-list .card {
  margin-bottom: 20px;
  background: #FFFFFF !important;
  border: 0;
  box-shadow: 0px 2px 10px rgba(196, 201, 211, 0.3) !important;
  border-radius: 6px !important;
}

.partenze-list .card .card-header {
  background: #F3F4F6;
  border-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

.partenze-list .card .card-header .fromto label {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #8a93a7;
  margin-bottom: 0;
}

.partenze-list .card .card-header .fromto span {
  font-weight: 800;
  margin-left: 10px;
  color: var(--black);
  letter-spacing: 0.5px;
  font-size: 16px;
}

.partenze-list .card .card-body {
  position: relative;
  padding: 10px;
}

.partenze-list .card .card-body .ultimiposti {
  position: absolute;
  top: 20px;
  left: -5px;
  background-color: #ff3300;
  color: #fff;
  padding: 6px;
  border-radius: 5px;
  font-size: 9px;
  /* line-height: 20px; */
  letter-spacing: 2px;
  font-weight: bold;
}

.partenze-list .card .maggiori-informazioni {
  margin-top: 0px;
  margin-bottom: 20px;
}

.partenze-list .card .maggiori-informazioni .card {
  ackground: #fff;
  border: 0;
  box-shadow: none !important;
  padding: 0;
  border-radius: 0 !important;
}

.partenze-list .card .maggiori-informazioni .card .card-header {
  background: #fff;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.partenze-list .card .maggiori-informazioni .card .card-header button {
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  color: #C51918;
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.partenze-list .card .maggiori-informazioni .card .card-body {
  padding: 0;
}

.partenze-list .card .maggiori-informazioni .card .card-body ul {
  padding: 0;
  list-style: none;
}

.partenze-list .card .maggiori-informazioni .card .card-body ul li {
  padding: 2px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #F3F4F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #8a93a7;
}

.partenze-list .card .maggiori-informazioni .card .card-body .price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  text-align: right;
}

.partenze-list .card .maggiori-informazioni .card .card-body .price span {
  display: block;
  color: #3366ff;
  margin-bottom: 0;
  font-size: 28px;
  line-height: normal;
  font-family: "BiennaleB", sans-serif;
}

.partenze-list .card .maggiori-informazioni .card .card-body .price label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 0;
  letter-spacing: 0.2px;
  color: #8a93a7;
}

.partenze-list .card .posti-disponibili {
  color: #003366;
  font-weight: bold;
  font-size: 14px;
}

.partenze-list .card .form-wrapper {
  padding: 5px 15px;
}

.date-disponibili .btnsecondary {
  font-size: 12px;
}

.date-disponibili #partenzeModal {
  width: 100%;
}

.date-disponibili #partenzeModal .modal-dialog {
  width: 80%;
  max-width: inherit;
}

.date-disponibili #partenzeModal .modal-dialog .modal-header {
  border-bottom: 0;
}

.date-disponibili #partenzeModal .modal-dialog .modal-header .close {
  color: #C51918;
  font-size: 40px;
  opacity: 1;
}

.collapse-default .card {
  border: 0 !important;
  padding: 0;
}

.collapse-default .card .card-header {
  background-color: #fff;
  border: 0;
  padding: 0;
}

.collapse-default .card .card-header .btn {
  padding: 0;
  color: var(--black);
  font-size: 20px;
}

.collapse-default .card .card-body {
  border: 0;
  padding: 0;
}

.tappe-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}

.viaggiatori-box .card-header {
  z-index: 1;
  position: relative;
}

.viaggiatori-box .card-header .add-viaggiatore {
  position: absolute;
  right: 15px;
  top: 9px;
  z-index: 1050;
}

.viaggiatori-box .card-header .add-viaggiatore a {
  font-size: 12px;
  text-transform: uppercase;
}

.viaggiatori-box .card-header .add-viaggiatore button {
  border: 0;
  background: var(--red);
  color: #fff;
  border-radius: 31px;
  font-size: 14px;
}

.viaggiatori-box .card-header .add-viaggiatore button:after {
  content: none;
}

.sidebar-carrello {
  top: 90px;
  z-index: 0;
}

.sidebar-carrello li {
  font-size: 14px;
}

.sidebar-carrello .servizi-list-sidebar {
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #3366ff;
}

.box-annulla a {
  color: #C51918;
}

#section-faq #form-contatti a {
  color: #C51918;
}

#form-contatti .form-wrapper i {
  font-size: 24px;
  position: absolute;
  right: 26px;
  color: #3366ff;
}

#save-indirizzo-form .bootstrap-select {
  width: 100%;
}

.login-new .w-35 {
  width: 35%;
  position: relative;
}

.login-new .w-65 {
  width: 65%;
  position: relative;
}

.login-new .title-image-wrapper {
  height: 800px;
  padding-left: 40px;
  padding-right: 40px;
}

.login-new .login-registrati-wrapper {
  padding-left: 240px;
  padding-right: 240px;
  height: 100%;
}

.login-new .login-registrati-wrapper .account-login {
  width: 550px;
  margin: auto;
}

.login-new .login-registrati-wrapper .account-login .titolo-login {
  margin-bottom: 70px;
}

.login-new .login-registrati-wrapper .account-login .required {
  margin-top: 30px;
  color: #323e48;
}

.login-new .login-registrati-wrapper .arancio {
  color: #C51918;
}

.login-new .login-registrati-wrapper .not-registrated {
  position: absolute;
  top: 30px;
  right: 40px;
}

.login-new .login-registrati-wrapper .not-registrated a {
  color: #C51918;
}

.camere-list .camere-box {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  width: 33%;
}

.camere-list .camere-box select {
  font-size: 12px;
}

.thankyoupage {
  height: auto !important;
  padding: 80px 20px;
}

.thankyoupage p {
  font-size: 24px !important;
  font-family: "BiennaleB", sans-serif;
  line-height: unset;
  color: #fff !important;
  position: relative;
}

/*Dashboard utente*/
.dashboard-utente.sidebar .block-content ul li {
  padding: 10px 0;
  border-bottom: 1px solid #8a93a7;
}

.dashboard-utente.sidebar .block-content ul li a {
  color: #003366;
  font-size: 16px;
  font-weight: bold;
}

.dashboard-utente.sidebar .block-content ul li a:hover {
  text-decoration: none;
}

.page-wrapper ul li {
  font-size: 16px;
  line-height: 26px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #323e48;
  letter-spacing: 1px;
}

.blog-page .item {
  padding: 5px;
}

.blog-page .blog-card {
  border-radius: 3px;
  background: #161616;
  padding-bottom: 20px;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.25);
}

.blog-page .blog-card .blog-body {
  padding: 15px;
}

.blog-page .blog-card .blog-body .tag {
  color: var(--white);
  font-family: Hebrew;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 157.182%;

}

.blog-page .blog-card .blog-body h3 {
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
  display: block;
  font-family: Play;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.blog-page .blog-card .blog-body p {
  height: 140px;
  overflow: hidden;
}

.blog-page .blog-card .img-blog {
  background-size: cover;
  background-repeat: no-repeat;
  height: 216.548px;
  background-position: center;
}

.interested {
  position: relative;
}

.interested .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.interested .owl-prev,
.interested .owl-next {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  background: rgb(1, 50, 102) !important;
  width: 30px;
  height: 30px;
  margin: auto;
  color: #fff;
  margin: 0 5px;
}

.interested .owl-prev i,
.interested .owl-next i {
  color: #fff;
}

.interested .item {
  padding: 5px;
}

.interested .blog-card {
  display: flex;
  /* box-shadow: 0px 2px 10px rgb(196 201 211 / 30%); */
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
}

.interested .blog-card .img-box {
  flex: 0 0 40%;
  max-width: 40%;
}

.interested .blog-card .blog-body {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 15px;
}

.interested .blog-card .blog-body .tag {
  font-weight: 700;
  min-height: 20px;
  font-size: 14px;
  line-height: 19.12px;
  color: #8a93a7;
  letter-spacing: 1px;
}

.interested .blog-card .blog-body h3 {
  margin-top: 10px;
  overflow: hidden;
  font-size: 24px;
  width: 100%;
  display: block;
}

.interested .blog-card .blog-body p {
  height: 140px;
  overflow: hidden;
}

.interested .blog-card .img-blog {
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  background-position: center;
}

.interested .pagination li a {
  color: #8a93a7;
  border: 0;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: none !important;
}

.barrato {
  color: #8a93a7;
  font-size: 11px;
  text-decoration: line-through;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.price-box .risparmia {
  color: #00cc66 !important;
  font-weight: bold !important;
}

.text-green {
  color: #00cc66 !important;
}

#searchModal {
  min-width: 100%;
  margin: 0;
  padding: 0 !important;
}

#searchModal .close {
  position: absolute;
  right: 5%;
  top: 5%;
  color: #fff;
  opacity: 1;
  font-size: 4em;
}

#searchModal .modal-content {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  border: 0;
  border-radius: 0;
}

#searchModal .modal-content .modal-body {
  width: 30%;
  margin: auto;
}

#searchModal .modal-content .modal-body form {
  width: 100%;
}

#searchModal .modal-content .modal-body form .custom-ricerca-form {
  border-bottom: 2px solid #fff;
  width: 100%;
}

#searchModal .modal-content .modal-body form .custom-ricerca-form input[type=text] {
  background-color: transparent;
  border: 0;
  outline: none !important;
  color: #fff;
  font-size: 25px;
}

#searchModal .modal-content .modal-body form .custom-ricerca-form input[type=text]::-webkit-input-placeholder {
  color: #fff;
}

#searchModal .modal-content .modal-body form .custom-ricerca-form input[type=text]::-moz-placeholder {
  color: #fff;
}

#searchModal .modal-content .modal-body form .custom-ricerca-form input[type=text]:-ms-input-placeholder {
  color: #fff;
}

#searchModal .modal-content .modal-body form .custom-ricerca-form input[type=text]:-moz-placeholder {
  color: #fff;
}

#searchModal .modal-content .modal-body form .custom-ricerca-form button {
  background-color: transparent;
  color: #fff;
  border: 0;
  font-size: 25px;
}

#searchModal .modal-dialog {
  min-width: 100%;
  margin: 0;
}

/*checkout*/
.box-pagamento {
  padding: 30px 40px;
}

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


.container_semaforo {
  background-color: #1c2734;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 7px 0;
  height: 100px;
  width: 35px;
}

.cerchio_semaforo {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  position: relative;
  height: 20px;
  width: 20px;
}

.cerchio_semaforo::after {
  border-right: 3px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 17px;
  height: 20px;
}

.cerchio_semaforo.danger {
  background-color: #DF2E38;
  box-shadow: 0 0 10px 5px #DF2E38;
}

.cerchio_semaforo.warning {
  background-color: #FFEA20;
  box-shadow: 0 0 10px 5px #FFEA20;
}

.cerchio_semaforo.success {
  background-color: #54B435;
  box-shadow: 0 0 10px 5px #54B435;
}

#div_prove_home {
  background-color: rgba(26, 26, 26, 0.9);
  border-width: 0 0 1px;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
}

#div_prove_home .card {
  border: unset;
  background-color: unset;
}

#div_prove_home .card .list-group-item {
  background-color: unset;
  border: 1px solid rgb(119, 118, 118);
  border-width: 0 0 1px;
}

#div_prove_home .card .list-group-item:last-child {
  border: unset;
}

#div_prove_home h2 {
  color: var(--yellow);
}

#div_prove_home .list-group-item:not(:first-child):hover {
  background-color: rgba(61, 60, 60, 0.9);
}


.social .fa-facebook {
  color: #007cf7;
}

.social .fa-youtube {
  color: red;
}


.owl-carousel .item-video {
  height: 300px;
}

.piste_slider_home {
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
}

fieldset {
  margin-top: 12px;
  border-top: 1px solid #39c;
  padding: 12px;
  -moz-border-radius: 8px;
  /* border-radius: 8px;*/
}

fieldset legend {
  color: #39c;
  text-align: center;
  font-style: italic;
  font-size: 15px;
  padding-left: 12px;
  padding-right: 12px;
  width: unset;
}

a.white {
  text-decoration-color: white;
  color: white;
}

/*
Semafori
*/

.semaforo-1 {
  position: relative;
  top: 5px;
  left: 3px;
  width: 17px;
  height: 17px;
  background-color: #312b2b;
  border-radius: 8.5px;
}

.semaforo-2 {
  left: 24px;
  top: -12px;
  width: 17px;
  position: relative;
  background-color: #312b2b;
  height: 17px;
  border-radius: 8.5px;
}

.semaforo-3 {
  position: relative;
  top: -29px;
  left: 44px;
  width: 17px;
  height: 17px;
  background-color: #312b2b;
  border-radius: 8.5px;
}

.verde {
  background-color: #94C11F !important;
}

.rosso {
  background-color: #E73739 !important;
}

.giallo {
  background-color: #ffed00 !important;
}

.rectangle-36 {
  margin-top: 4px;
  /*
  background-color: #ffffff;*/
}

.dal-al {
  margin: 0px;
  /* padding: 3px 13px;*/
  font-family: PlayBold;
  font-weight: 700;
  color: #171616;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  vertical-align: middle;
  background-color: #ffffff;
  /*line-height: normal;*/
}

.numero_persone {
  background: transparent;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  border: 1px solid #000000;
  border-radius: 0.25rem;
  width: 83px;
  height: 40px;
  margin: 0 10px;
  text-align: center;
}

.rectangle-45 {
  width: 65px;
  height: 29px;
  background-color: #000000;
  border-radius: 5px;
}

.scroll_arrow {
  position: relative;
  z-index: 3;
  overflow: hidden;
  white-space: nowrap;
}

.scroll_arrow img {
  position: relative;
  z-index: 1;
  left: -26px;
  top: 0px;
  bottom: 0px;
  animation: from_left_to_right 2s infinite;
  -webkit-animation: from_left_to_right 2s infinite;
}

@keyframes from_left_to_right {
  0% {
    /* left: -26px;*/
    left: 0px;
  }

  100% {
    left: 100%;
  }
}

.div_test_icona {
  background-color: #292525;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: auto;
  line-height: 43px;
  text-align: center;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div_test_icona i {
  color: white;
  font-size: 24px;
}

.span-prezzo,
#servizi-sidebar-totale {
  font-size: 17px;
}

#prezzo_totale {
  font-size: 20px;
}

.text-underline {
  text-decoration: underline;
}

.select2-container .select2-selection--single,
.select2-container {
  height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container {
  width: 100% !important;
}

.placeholder {
  position: relative;
  display: inline-block;
  flex-grow: 1;
}

.placeholder input {
  border-radius: unset;
  min-width: 100px;
}

.placeholder::after {
  position: absolute;
  right: 1px;
  bottom: 1px;
  content: attr(data-placeholder);
  pointer-events: none;
  opacity: 0.6;
}

.line-h-22 {
  line-height: 22px;
}

.nome_circuito_calendario {
  font-size: 15px;
  color: var(--red);
  font-weight: bold;
}

.riga_calendario:hover {
  background-color: yellow !important;
}

/* For confirmation window sweet alert on the page prenotation */
.title-swa-confirm {
  text-decoration: underline;
  text-decoration-color: #d51d1d !important;
}