/*~~~~~~ FONTS ~~~~~~*/
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkqg.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-PgFkqg.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-BQCkqg.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Ckqg.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QI6MX1D_JOuGQbT0gvTJPa787weuyJG.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QI6MX1D_JOuGQbT0gvTJPa787wsuyJG.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QI6MX1D_JOuGQbT0gvTJPa787zAvCJG.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lora/v37/0QI6MX1D_JOuGQbT0gvTJPa787z5vCJG.ttf) format('truetype');
}
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/questrial/v19/QdVUSTchPBm7nuUeVf7EuQ.ttf) format('truetype');
}
/*~~~~~~ RUTAS Y COLORES ~~~~~~*/
/*~~~~~~ BREAKPOINTS ~~~~~~*/
/*~~~~~~ CLASES LESS ~~~~~~*/
.hidden {
  visibility: hidden;
}
/*~~~~~~ RESETS ~~~~~~*/
html {
  scroll-behavior: smooth;
}
html,
body {
  min-height: 100%;
}
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  font-family: "Questrial";
  line-height: 24px;
  -webkit-text-size-adjust: none;
  z-index: 4;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
th,
td {
  text-align: left;
  font-weight: normal;
}
img,
iframe {
  border: none;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
*:focus {
  box-shadow: none!important;
}
body {
  padding-inline: 10px;
  padding-bottom: 10px;
}
.slick-slider {
  padding-inline: 0;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  display: none;
}
.slick-slider .slick-prev {
  top: auto;
  bottom: -50px;
  left: 15px;
}
.slick-slider .slick-next {
  top: auto;
  bottom: -50px;
  right: 30px;
}
.slick-slider .slick-slide {
  padding-inline: 15px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border: 2px solid #000;
  border-radius: 999px;
  font-weight: 400;
  color: #000;
  font-size: 24px;
  font-family: 'Lora';
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  /* Sólo icono */
}
.btn.btn-xs {
  padding: 10px 18px;
  font-size: 21px;
}
.btn:focus {
  outline: none;
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-primary {
  background: transparent;
  color: #000;
  border-color: #ED832B;
}
.btn.btn-primary:hover,
.btn.btn-primary.active,
.btn.btn-primary:focus-visible {
  background: #ED832B;
}
.btn.white {
  border-color: #FFF;
  color: #FFF;
}
.btn.black {
  border-color: #000;
  color: #000;
}
.btn.black:hover {
  background-color: #000;
  color: #F3DAB2;
}
.btn.btn-icon {
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  padding: 0;
}
.btn.btn-icon svg,
.btn.btn-icon img,
.btn.btn-icon i {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
header {
  padding-top: 30px;
  padding-bottom: 36px;
}
header .nav-item {
  margin-inline: 10px;
}
/* HOME */
section.hero {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
  padding-bottom: 120px;
  height: 80vh;
}
section.hero .slick-slide {
  max-height: 80vh;
  position: relative;
  padding-inline: 0;
}
section.hero .slick-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}
section.hero .slick-slide .content {
  position: absolute;
  z-index: 1;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
section.hero .slick-slide .content .container {
  text-align: center;
}
section.hero .slick-slide .content .container h1 {
  font-weight: 500;
  color: #000;
  font-size: 100px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
}
section.hero .form-search {
  position: absolute;
  bottom: 30vh;
  z-index: 9;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}
section.hero .search-form {
  display: flex;
  align-items: center;
  background: #FFF;
  border-radius: 28px;
  padding: 12px 18px;
  max-width: 820px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  gap: 24px;
}
section.hero .search-form .field {
  flex: 1;
  display: flex;
  flex-direction: column;
}
section.hero .search-form .field label {
  font-size: 15px;
  color: #333;
  margin-bottom: 4px;
  font-weight: 400;
}
section.hero .search-form .field select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  color: #111;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23222' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}
section.hero .search-form .divider {
  width: 1px;
  align-self: stretch;
  background: #999;
  opacity: 0.5;
}
section.hero .search-form button {
  border: none;
  background: #ED832B;
  color: #000;
  border-radius: 999px;
  padding: 16px 34px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.25s;
}
section.hero .search-form button:hover {
  background: #dd7d1a;
}
section.perche {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #FFF;
  padding-top: 50px;
  padding-bottom: 120px;
  margin-top: -30px;
  z-index: 10;
  position: relative;
}
section.perche h2 {
  font-weight: 500;
  color: #000;
  font-size: 64px;
  font-family: 'Lora';
  line-height: 112%;
  margin-bottom: 60px;
}
section.perche .block-why {
  padding-right: 50px;
  padding-bottom: 28px;
  border-bottom: solid 2px #000;
}
section.perche .block-why h2 {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 112%;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.perche .block-why i {
  font-size: 32px;
}
section.perche .block-why p {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 112%;
}
section.perche.chisiamo {
  background-color: #F3DAB2;
}
section.perche.chisiamo h1 {
  font-weight: 500;
  color: #000;
  font-size: 64px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
  margin-bottom: 60px;
}
section.perche.chisiamo .block-why i {
  color: #ED832B;
}
section.perche.chisiamo .text-content .blocco {
  margin-top: 90px;
}
section.perche.chisiamo .text-content .blocco h2 {
  font-weight: 500;
  color: #000;
  font-size: 48px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
}
section.perche.chisiamo .text-content .blocco p {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 32px;
}
section.nostri-servizi {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #FFF;
  padding-top: 50px;
  padding-bottom: 120px;
  margin-top: -30px;
  z-index: 10;
  position: relative;
}
section.nostri-servizi h2 {
  font-weight: 500;
  color: #000;
  font-size: 64px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
  margin-bottom: 60px;
}
section.nostri-servizi .service-block {
  background: #ED832B;
  border-radius: 25px;
  padding: 20px;
  margin-bottom: 24px;
}
section.nostri-servizi .service-block img {
  max-width: 62px;
  margin-top: 20px;
}
section.nostri-servizi .service-block h3 {
  font-weight: 500;
  color: #FFF;
  font-size: 20px;
  font-family: 'Lora';
  line-height: 112%;
  margin-top: 30px;
  margin-bottom: 10px;
}
section.nostri-servizi .service-block p {
  font-weight: 500;
  color: #FFF;
  font-size: 18px;
  font-family: "Questrial";
  line-height: 28px;
  padding-right: 20px;
}
section.nostri-servizi .service-block:hover {
  background-color: #F3DAB2;
}
section.nostri-servizi .service-block:hover h3,
section.nostri-servizi .service-block:hover p {
  color: #ED832B;
}
section.nostri-servizi .service-block:hover img {
  filter: brightness(0) saturate(100%) invert(65%) sepia(23%) saturate(7242%) hue-rotate(346deg) brightness(104%) contrast(86%);
}
section.viaggi {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #ED832B;
  padding-top: 50px;
  padding-bottom: 120px;
}
section.viaggi h2 {
  font-weight: 500;
  color: #000;
  font-size: 64px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
  margin-bottom: 60px;
}
section.viaggi .block-viaggio {
  padding: 18px 18px 12px;
  background-color: #FFF;
  border-radius: 27px;
  margin-bottom: 30px;
}
section.viaggi .block-viaggio .image {
  position: relative;
  width: 100%;
  height: 215px;
}
section.viaggi .block-viaggio .image img {
  border-radius: 27px;
  overflow: hidden;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.viaggi .block-viaggio .image .tag {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  display: block;
  background-color: #FFF;
  padding-right: 12px;
  padding-left: 8px;
  left: -7px;
  top: -7px;
  font-weight: 400;
  color: #ED832B;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 40px;
}
section.viaggi .block-viaggio .content h2 {
  font-weight: 500;
  color: #000;
  font-size: 20px;
  font-family: 'Lora';
  line-height: 112%;
  height: 56px;
  margin-bottom: 10px;
}
section.viaggi .block-viaggio .content .meta {
  display: flex;
  gap: 5px;
  margin-top: 12px;
  margin-bottom: 6px;
  align-items: center;
  color: #7f7f7f;
}
section.viaggi .block-viaggio .content .meta p {
  font-weight: 400;
  color: #7f7f7f;
  font-size: 16px;
  font-family: "Questrial";
  line-height: 112%;
}
section.viaggi .block-viaggio .content .categories {
  margin-bottom: 18px;
}
section.viaggi .block-viaggio .content .categories span {
  display: inline-block;
  font-weight: 400;
  color: #FFF;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 32px;
  background-color: #ED832B;
  padding-inline: 12px;
  border-radius: 50px;
}
section.viaggi .block-viaggio .content .info p {
  font-weight: 400;
  color: #4e4d4d;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 112%;
}
section.viaggi .block-viaggio .content p.price {
  margin-top: 12px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #ED832B;
  font-size: 24px;
  font-family: 'Lora';
  line-height: 112%;
}
section.viaggi-tutti {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #F3DAB2;
  padding-top: 50px;
  padding-bottom: 120px;
  margin-top: -30px;
}
section.viaggi-tutti h2 {
  font-weight: 500;
  color: #000;
  font-size: 64px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
}
section.viaggi-tutti .description p {
  font-weight: 500;
  color: #000;
  font-size: 32px;
  font-family: "Questrial";
  line-height: 112%;
}
section.viaggi-tutti .destinazioni .destino {
  display: block;
  transition: 0.1s all linear;
}
section.viaggi-tutti .destinazioni .destino:hover {
  transform: translateY(-40px);
}
section.viaggi-tutti .destinazioni .icon {
  font-weight: 500;
  color: #ED832B;
  font-size: 22px;
  font-family: 'Lora';
  line-height: 112%;
  text-align: center;
  display: block;
}
section.viaggi-tutti .destinazioni .icon img {
  display: block;
  margin: 15px auto 5px;
}
section.prossima-destinazione {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #4D6D48;
  padding-top: 50px;
  padding-bottom: 120px;
  margin-top: -30px;
}
section.prossima-destinazione h2 {
  font-weight: 500;
  color: #000;
  font-size: 64px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
}
section.prossima-destinazione .destinations {
  display: flex;
  gap: 6px;
  height: 420px;
}
section.prossima-destinazione .destinations .item {
  flex: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  overflow: hidden;
  transition: flex 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), background 0.3s;
}
section.prossima-destinazione .destinations .item img {
  display: block;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
section.prossima-destinazione .destinations .item span {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.25s;
  white-space: nowrap;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  font-weight: 500;
  color: #FFF;
  font-size: 48px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
}
section.prossima-destinazione .destinations .item:hover {
  flex: 3;
}
section.prossima-destinazione .destinations .item:hover span {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
section.prossima-destinazione .destinations:hover .item:not(:hover) {
  flex: 1;
}
section.i-ricordi {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #162D13;
  padding-top: 50px;
  padding-bottom: 150px;
  margin-top: -30px;
}
section.i-ricordi h2 {
  font-weight: 500;
  color: #FFF;
  font-size: 64px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
  margin-bottom: 60px;
}
section.i-ricordi .block-ricordo .content {
  padding: 12px;
  background-color: #FFF;
  border-radius: 27px;
  display: flex;
  gap: 20px;
}
section.i-ricordi .block-ricordo .content h3 {
  font-weight: 500;
  color: #000;
  font-size: 24px;
  font-family: 'Lora';
  line-height: 112%;
  padding-top: 8px;
  margin-bottom: 35px;
}
section.i-ricordi .block-ricordo .content p.desc {
  font-weight: 400;
  color: #000;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 112%;
}
section.news {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #D7CC63;
  padding-top: 50px;
  padding-bottom: 150px;
  margin-top: -30px;
}
section.news h2 {
  font-weight: 500;
  color: #000;
  font-size: 64px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
  margin-bottom: 60px;
}
section.news .slide-news .slick-slide {
  padding-inline: 15px;
}
section.news .slide-news .slick-slide .block-new .content {
  padding: 20px 12px 12px;
  background-color: #FFF;
  border-radius: 27px;
}
section.news .slide-news .slick-slide .block-new .content h3 {
  font-weight: 500;
  color: #000;
  font-size: 24px;
  font-family: 'Lora';
  line-height: 112%;
  margin-bottom: 15px;
}
section.news .slide-news .slick-slide .block-new .content p.desc {
  font-weight: 400;
  color: #000;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 112%;
  height: 160px;
  padding-bottom: 20px;
}
section.news .slide-news .slick-slide .block-new .content img {
  width: 100%;
}
/* FOOTER */
footer {
  background-color: #BCD7EA;
  border-radius: 40px;
  padding-top: 90px;
  padding-bottom: 50px;
  margin-top: -30px;
}
footer .logo-footer {
  max-width: 221px;
  margin-bottom: 5rem;
}
footer .contact-info p {
  font-weight: 400;
  color: #000;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 112%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 1.75rem;
}
footer .menu-footer h4 {
  font-weight: 500;
  color: #000;
  font-size: 24px;
  font-family: 'Lora';
  line-height: 112%;
  margin-bottom: 24px;
}
footer .menu-footer li {
  margin-bottom: 20px;
}
footer .menu-footer li a {
  font-weight: 400;
  color: #000;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 112%;
}
/* DETAIL TRAVEL */
.detail-viaggio h1 {
  font-weight: 400;
  color: #000;
  font-size: 64px;
  font-family: 'Lora';
  line-height: 104px;
  display: inline-block;
  font-style: italic;
  border-bottom: solid 2px #000;
  margin-bottom: 52px;
}
.detail-viaggio h2 {
  font-weight: 400;
  color: #000;
  font-size: 48px;
  font-family: 'Lora';
  line-height: 74px;
  display: inline-block;
  font-style: italic;
  border-bottom: solid 2px #000;
  margin-bottom: 42px;
}
.detail-viaggio p {
  font-weight: 400;
  color: #000;
  font-size: 21px;
  font-family: "Questrial";
  line-height: 36px;
}
.detail-viaggio .caracteristiche {
  margin-bottom: 72px;
}
.detail-viaggio .caracteristiche p {
  font-weight: 400;
  color: #000;
  font-size: 21px;
  font-family: "Questrial";
  line-height: 112%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.detail-viaggio .caracteristiche p img {
  max-width: 30px;
  margin-right: 10px;
}
.detail-viaggio .overview {
  margin-bottom: 72px;
}
.detail-viaggio .motivi {
  margin-bottom: 72px;
}
.detail-viaggio .motivi .block-motivo {
  padding: 25px;
  height: 100%;
  background: #F3DAB2;
  display: flex;
  gap: 16px;
  border-radius: 25px;
}
.detail-viaggio .motivi .block-motivo > span {
  font-weight: 700;
  color: #FFF;
  font-size: 48px;
  font-family: "Questrial";
  line-height: 112%;
}
.detail-viaggio .motivi .block-motivo p {
  font-weight: 400;
  color: #000;
  font-size: 28px;
  font-family: 'Lora';
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.detail-viaggio .sidebar {
  top: 20px;
}
.detail-viaggio .sidebar .apartireda {
  background-color: #ED832B;
  border-radius: 50px;
  padding: 25px;
  text-align: center;
}
.detail-viaggio .sidebar .apartireda p {
  font-weight: 400;
  color: #FFF;
  font-size: 18px;
  font-family: "Questrial";
  line-height: 112%;
}
.detail-viaggio .sidebar .apartireda p.price {
  font-weight: 400;
  color: #FFF;
  font-size: 38px;
  font-family: 'Lora';
  line-height: 65px;
  border-bottom: solid 1px #FFF;
}
.detail-viaggio .sidebar .apartireda .btn {
  margin-top: 18px;
}
.detail-viaggio .sidebar .apartireda .btn:hover {
  background-color: #FFF;
  color: #ED832B;
}
.detail-viaggio .itinerario {
  margin-bottom: 72px;
}
.detail-viaggio .itinerario .itinerary-accordion h2 {
  border-bottom: 0;
  margin-bottom: 0;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #9c9c9c;
  border-radius: 0;
  background: transparent;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-header {
  width: 100%;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-button {
  padding: 30px 0;
  background: none;
  box-shadow: none;
  align-items: center;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-button:focus {
  box-shadow: none;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-button:after {
  width: 58px;
  height: 38px;
  transition: 0.3s;
  background-size: 30px;
  background-position: center right;
  background-image: url("data:image/svg+xml,%3csvg width='37' height='22' viewBox='0 0 37 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.4224 13.4917L5.99047 1.02415C5.33249 0.368187 4.44241 -1.94184e-07 3.51463 -1.5363e-07C2.58686 -1.13075e-07 1.69678 0.368187 1.03879 1.02415C0.709634 1.35156 0.448373 1.74109 0.270082 2.17026C0.0917914 2.59944 -8.27903e-07 3.05978 -8.0758e-07 3.52471C-7.87258e-07 3.98965 0.0917915 4.44998 0.270083 4.87916C0.448374 5.30834 0.709634 5.69787 1.03879 6.02528L15.929 20.9582C16.2554 21.2883 16.6438 21.5503 17.0718 21.7291C17.4997 21.9079 17.9588 22 18.4224 22C18.886 22 19.345 21.9079 19.7729 21.7291C20.2009 21.5503 20.5893 21.2883 20.9158 20.9582L35.9815 6.02528C36.307 5.69619 36.5645 5.3059 36.7393 4.8768C36.914 4.4477 37.0026 3.98822 36.9999 3.52471C37.0026 3.0612 36.914 2.60172 36.7393 2.17262C36.5645 1.74352 36.307 1.35324 35.9815 1.02415C35.3235 0.368185 34.4334 -1.50513e-06 33.5057 -1.46458e-06C32.5779 -1.42403e-06 31.6878 0.368186 31.0298 1.02415L18.4224 13.4917Z' fill='black' fill-opacity='0.5'/%3e%3c/svg%3e");
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-button:not(.collapsed) {
  padding-bottom: 0;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-button:not(.collapsed) .accordion-thumb,
.detail-viaggio .itinerario .itinerary-accordion .accordion-button:not(.collapsed) .accordion-text p {
  display: none;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-button:not(.collapsed):after {
  transform: rotate(180deg);
  background-position: center left;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-button .accordion-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 40px;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-button .accordion-content .accordion-text {
  flex: 1;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-button .accordion-content .accordion-text h3 {
  margin: 0 0 15px;
  font-weight: 500;
  color: #000;
  font-size: 38px;
  font-family: 'Lora';
  line-height: 65px;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-button .accordion-content .accordion-text p {
  margin: 0;
  font-weight: 300;
  color: #000;
  font-size: 28px;
  font-family: 'Lora';
  line-height: 112%;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-button .accordion-thumb {
  width: 180px;
  max-height: 127px;
  flex-shrink: 0;
  border-radius: 35px;
  overflow: hidden;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-button .accordion-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-body {
  padding: 0 0 40px;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-body img {
  width: 100%;
  border-radius: 40px;
  display: block;
  margin-top: 15px;
}
.detail-viaggio .itinerario .itinerary-accordion .accordion-body p {
  font-weight: 300;
  color: #000;
  font-size: 28px;
  font-family: 'Lora';
  line-height: 112%;
  margin: 0;
}
.detail-viaggio .comprende {
  margin-bottom: 72px;
}
.detail-viaggio .comprende ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 25px;
}
.detail-viaggio .comprende ul li {
  font-weight: 400;
  color: #000;
  font-size: 28px;
  font-family: "Questrial";
  line-height: 40px;
  margin-bottom: 15px;
}
.detail-viaggio .comprende ul li::marker {
  color: #4D6D48;
}
.detail-viaggio .comprende ul + ul {
  margin-top: -10px;
}
.detail-viaggio .comprende ul.extra {
  display: none;
}
.detail-viaggio .comprende.orange ul li::marker {
  color: #ED832B;
}
.detail-viaggio .creiamo-insieme {
  padding: 25px;
  border-radius: 50px;
  background-color: #F3DAB2;
  margin-top: 100px;
  margin-bottom: 100px;
}
.detail-viaggio .creiamo-insieme .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.detail-viaggio .creiamo-insieme .col-md-6 h3 {
  font-weight: 400;
  color: #000;
  font-size: 40px;
  font-family: 'Lora';
  line-height: 112%;
}
.detail-viaggio .creiamo-insieme .col-md-6 p {
  font-weight: 400;
  color: #000;
  font-size: 32px;
  font-family: "Questrial";
  line-height: 112%;
}
.detail-viaggio section.gallery {
  margin-bottom: 32px;
}
.detail-viaggio section.gallery a {
  position: relative;
  display: block;
  overflow: hidden;
}
.detail-viaggio section.gallery a img {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
  object-position: center;
}
.detail-viaggio section.gallery a .btn {
  position: absolute;
  bottom: -150px;
  left: 25px;
  opacity: 0;
  transition: all 0.3s ease;
}
.detail-viaggio section.gallery a:hover .btn {
  bottom: 25px;
  opacity: 1;
}
.detail-viaggio section.gallery .first-image a {
  height: 642px;
}
.detail-viaggio section.gallery .list-image a {
  height: 314px;
}
/* SEARCH TRAVEL */
section.hero-search .form-search {
  z-index: 9;
  position: relative;
  top: -70px;
}
section.hero-search .form-search h1 {
  font-weight: 400;
  color: #FFF;
  font-size: 64px;
  font-family: 'Lora';
  line-height: 104px;
  margin-bottom: 40px;
}
section.hero-search .form-search .search-form {
  display: flex;
  align-items: center;
  background: #F3DAB2;
  border-radius: 28px;
  padding: 32px 28px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  gap: 24px;
}
section.hero-search .form-search .search-form .field {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}
section.hero-search .form-search .search-form .field label {
  font-size: 15px;
  color: #333;
  margin-bottom: 4px;
  font-weight: 400;
}
section.hero-search .form-search .search-form .field.custom-select {
  position: relative;
}
section.hero-search .form-search .search-form .field.custom-select .selected {
  border: none;
  outline: none;
  background: transparent;
  font-weight: 500;
  color: #000;
  font-size: 24px;
  font-family: "Questrial";
  line-height: 112%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 24px;
  padding-left: 0;
  text-align: left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23222' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}
section.hero-search .form-search .search-form .field.custom-select .options {
  position: absolute;
  left: -24px;
  top: 100%;
  display: none;
  width: calc(100% + 48px);
  background: #ED832B;
  border-radius: 35px;
  overflow: hidden;
  padding: 16px 0px;
}
section.hero-search .form-search .search-form .field.custom-select .options li {
  font-weight: 500;
  color: #000;
  font-size: 24px;
  font-family: "Questrial";
  line-height: 112%;
  padding: 6px 25px;
  cursor: pointer;
}
section.hero-search .form-search .search-form .field.custom-select .options li:hover {
  color: #FFF;
}
section.hero-search .form-search .search-form .field.custom-select.open .options {
  display: block;
}
section.hero-search .form-search .search-form .divider {
  width: 1px;
  align-self: stretch;
  background: #000;
}
section.hero-search .form-search .search-form button:not(.selected) {
  border: none;
  background: #ED832B;
  color: #000;
  border-radius: 999px;
  padding: 16px 34px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.25s;
}
section.hero-search .form-search .search-form button:not(.selected):hover {
  background: #dd7d1a;
}
.no-slide-hero {
  max-height: 80vh;
  position: relative;
  padding-inline: 0;
  border-radius: 40px;
  overflow: hidden;
}
.no-slide-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  position: relative;
  z-index: 0;
}
.no-slide-hero .content-hero {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 220px;
  margin: 0 auto;
}
.no-slide-hero .content-hero h1 {
  font-weight: 400;
  color: #FFF;
  font-size: 64px;
  font-family: 'Lora';
  line-height: 104px;
  margin-bottom: 40px;
}
.no-slide-hero .content-hero h1 + p {
  font-weight: 400;
  color: #FFF;
  font-size: 32px;
  font-family: "Questrial";
  line-height: 136%;
  margin-top: -40px;
  margin-bottom: 40px;
}
.search-viaggio .block-viaggio {
  margin-bottom: 24px;
}
.contattaci {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #FFF;
  padding-top: 50px;
  padding-bottom: 120px;
  margin-top: -60px;
  position: relative;
  z-index: 9;
}
.contattaci h2 {
  font-weight: 500;
  color: #000;
  font-size: 64px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
  margin-bottom: 60px;
}
.contattaci h2 + p {
  font-weight: 500;
  color: #000;
  font-size: 32px;
  font-family: "Questrial";
  line-height: 112%;
  margin-bottom: 60px;
}
.contattaci .sidebar {
  top: 30px;
}
.contattaci .sidebar > div {
  background: #BCD7EA;
  border-radius: 25px;
  padding: 30px 25px;
}
.contattaci .sidebar > div img {
  max-width: 135px;
  margin-bottom: 25px;
}
.contattaci .sidebar > div .separator {
  height: 2px;
  background: #000;
  margin-top: 25px;
  margin-bottom: 25px;
}
.contattaci .contact-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
  font-size: 32px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
}
.contattaci .contact-form input,
.contattaci .contact-form textarea,
.contattaci .contact-form select {
  width: 100%;
  height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: 18px;
  background: #f1eeee;
  color: #000;
  transition: 0.25s;
}
.contattaci .contact-form input:focus,
.contattaci .contact-form textarea:focus,
.contattaci .contact-form select:focus {
  outline: none;
  background: #f1eeee;
}
.contattaci .contact-form input::placeholder,
.contattaci .contact-form textarea::placeholder,
.contattaci .contact-form select::placeholder {
  color: #8b8b8b;
}
.contattaci .contact-form textarea {
  height: 120px;
  padding-top: 16px;
  resize: none;
}
.contattaci .contact-form .select-wrapper {
  position: relative;
}
.contattaci .contact-form .select-wrapper:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  transform: rotate(45deg);
  pointer-events: none;
}
.contattaci .contact-form .select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 55px;
  cursor: pointer;
}
.contattaci .contact-form .form-check {
  display: flex;
  align-items: center;
}
.contattaci .contact-form .form-check .form-check-input {
  width: 18px;
  height: 18px;
  padding: 0;
  margin-top: 3px;
  margin-right: 12px;
  border: 1px solid #555;
  border-radius: 2px;
  background: white;
}
.contattaci .contact-form .form-check .form-check-input:checked {
  background-color: #ED832B;
  border-color: #ED832B;
}
.contattaci .contact-form .form-check .form-check-label {
  margin: 0;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  font-family: "Questrial";
  line-height: 1.35;
  font-style: normal;
}
.contattaci .contact-form .required {
  margin-top: 30px;
  margin-bottom: 45px;
  font-size: 15px;
}
/* BLOG */
section.ultimi-articoli {
  padding-top: 70px;
  padding-bottom: 60px;
}
section.ultimi-articoli h2 {
  font-weight: 400;
  color: #000;
  font-size: 48px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
  margin-bottom: 12px;
}
section.ultimi-articoli h2 + p {
  font-weight: 500;
  color: #000;
  font-size: 24px;
  font-family: "Questrial";
  line-height: 112%;
  margin-bottom: 60px;
}
section.ultimi-articoli .articoli .blocco-articolo {
  margin-bottom: 40px;
}
section.ultimi-articoli .articoli .blocco-articolo .image img {
  width: 100%;
}
section.ultimi-articoli .articoli .blocco-articolo .content {
  padding-right: 25px;
}
section.ultimi-articoli .articoli .blocco-articolo .content h3 {
  font-weight: 400;
  color: #000;
  font-size: 24px;
  font-family: 'Lora';
  line-height: 112%;
  margin-top: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
section.ultimi-articoli .articoli .blocco-articolo .content p {
  font-weight: 400;
  color: #000;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 112%;
  margin-bottom: 25px;
}
section.ultimi-articoli .articoli .blocco-articolo .content p.meta {
  font-size: 16px;
  color: #7f7f7f;
  text-transform: uppercase;
}
section.ultimi-articoli .articoli.carta .blocco-articolo {
  display: flex;
  gap: 15px;
}
section.ultimi-articoli .articoli.carta .blocco-articolo .content {
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.articoli-evidenza {
  background: #162D13;
  border-radius: 50px;
  padding-top: 65px;
  padding-bottom: 120px;
}
section.articoli-evidenza h2 {
  font-weight: 400;
  color: #FFF;
  font-size: 48px;
  font-family: 'Lora';
  line-height: 112%;
  font-style: italic;
  margin-bottom: 12px;
}
section.articoli-evidenza h2 + p {
  font-weight: 500;
  color: #FFF;
  font-size: 24px;
  font-family: "Questrial";
  line-height: 112%;
  margin-bottom: 48px;
}
section.articoli-evidenza .block {
  position: relative;
  min-height: 480px;
  border-radius: 25px;
  overflow: hidden;
}
section.articoli-evidenza .block .image {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
}
section.articoli-evidenza .block .image img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
section.articoli-evidenza .block .content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px;
  height: 130px;
}
section.articoli-evidenza .block .content .categoria {
  font-weight: 400;
  color: #FFF;
  font-size: 20px;
  font-family: "Questrial";
  line-height: 112%;
}
section.articoli-evidenza .block .content h3 {
  font-weight: 400;
  color: #FFF;
  font-size: 24px;
  font-family: 'Lora';
  line-height: 112%;
  text-transform: uppercase;
  margin-top: 10px;
}
