.lista-offerte__select h3,
.lista-offerte__select .select--departure {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: auto;
}
.lista-offerte__select .current-departure {
  position: relative;
  text-transform: uppercase;
  font-size: 1.625rem;
  font-weight: 700;
  color: #0171CF;
}
.lista-offerte__select .current-departure.on-focus {
  border-bottom: 2px solid #0171CF;
}
.lista-offerte__select .current-departure .icon {
  background: url('../../../content/dam/alitalia/assets/clientlibs-1/images/icon_dropdown.svg') no-repeat center center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
.lista-offerte__select .current-departure .select--departure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.lista-offerte__slider .label,
.lista-offerte__accordion .label,
.lista-offerte__slider .travel-type,
.lista-offerte__accordion .travel-type {
  font-size: 1.1250rem;
  color: #676767;
}
.lista-offerte__slider .destination,
.lista-offerte__accordion .destination,
.lista-offerte__slider .price,
.lista-offerte__accordion .price {
  overflow: hidden;
  font-weight: 700;
  color: #333333;
}
.lista-offerte__terms p {
  color: #333333;
  font-size: 0.8750rem;
  margin: 0;
}
.lista-offerte__slider .destination,
.lista-offerte__accordion .destination {
  font-size: 1.5625rem;
  line-height: 1.2em;
}
.lista-offerte__slider .price,
.lista-offerte__accordion .price {
  font-size: 1.75rem;
}
.lista-offerte__slider .pay-off,
.lista-offerte__accordion .pay-off {
  position: relative;
  font-size: 1.5000rem;
  color: white;
  z-index: 1;
  line-height: 1.15em;
}
.lista-offerte__slider .custom-card .bg-image {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 300px;
  /* background-image: url('http://www.placehold.it/400x300'); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lista-offerte__slider .custom-card .bg-image.bg-image--overlay {
  text-align: center;
  padding: 30px;
  background-color: #0171CF;
}
.lista-offerte__slider .custom-card .bg-image.bg-image--overlay::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.6)));
  background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.6)', endColorstr='rgba(0, 0, 0, 0)',GradientType=0);
}
.lista-offerte__slider .custom-card .bg-image .pay-off {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 210px;
  margin: 0 auto;
}
.lista-offerte__slider .custom-card .custom-card__section {
  padding: 20px;
  position: relative;
}
.lista-offerte__slider .custom-card .custom-card__section.custom-card__section--text {
  padding-bottom: 90px;
}
.lista-offerte__slider .custom-card .bottom-bar {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.lista-offerte__slider .custom-card .destination,
.lista-offerte__slider .custom-card .travel-type {
  display: block;
}
.lista-offerte__slider .custom-card .destination {
  color: #a42615;
  margin-bottom: 5px;
  text-transform: initial;
  font-size: 1.75rem;
}
.lista-offerte__slider .custom-card .travel-type {
  margin-bottom: 15px;
}
.lista-offerte__slider .custom-card .label {
  margin-right: 5px;
}
.lista-offerte__slider .custom-card .cta-wrap {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: auto;
}
.lista-offerte__accordion {
  margin: 0 -15px;
}
.lista-offerte__accordion .accordion-item *,
.lista-offerte__accordion .accordion-item:first-child > :first-child,
.lista-offerte__accordion :last-child:not(.is-active) > .accordion-title,
.lista-offerte__accordion :last-child > .accordion-content:last-child {
  border-radius: 0;
  border: 0;
}
.lista-offerte__accordion .accordion-content {
  padding: 0;
}
.lista-offerte__accordion .accordion-title:hover,
.lista-offerte__accordion .accordion-title:focus {
  background-color: transparent;
}
.lista-offerte__accordion .accordion .accordion-item .accordion-title,
.lista-offerte__accordion .lista-destinazioni__item {
  border-bottom: 1px solid #c1c1c1;
}
.lista-offerte__accordion .accordion .accordion-item.is-active .accordion-title::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.lista-offerte__accordion .accordion .accordion-item .accordion-title {
  padding: 25.5px 20px 20px;
}
.lista-offerte__accordion .accordion .accordion-item .lista-destinazioni__item {
  padding: 20px;
}
.lista-offerte__accordion .accordion .accordion-item .accordion-title::before {
  /*background-image: url('../../../content/dam/alitalia/assets/clientlibs-1/images/icon_dropdown.svg');*/
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  width: 14px;
  height: 100%;
  top: 0;
  right: 20px;
  margin-top: 0;
}
.lista-offerte__accordion .accordion .accordion-item .lista-destinazioni {
  overflow: hidden;
}
.lista-offerte__accordion .accordion .accordion-item .lista-destinazioni .lista-destinazioni__item {
  overflow: hidden;
  display: block;
  position: relative;
}
.lista-offerte__accordion .accordion .accordion-item .lista-destinazioni .lista-destinazioni__item span {
  display: block;
}
.lista-offerte__accordion .accordion .accordion-item .lista-destinazioni .lista-destinazioni__item .left-col {
  width: 50%;
  padding-bottom: 35px;
}
.lista-offerte__accordion .accordion .accordion-item .lista-destinazioni .lista-destinazioni__item .right-col {
  /*width: 50%;*/
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.lista-offerte__accordion .accordion .accordion-item .lista-destinazioni .lista-destinazioni__item .travel-type {
  position: absolute;
  bottom: 15px;
}
.lista-offerte__accordion .accordion .accordion-item .lista-destinazioni .lista-destinazioni__item .price {
  margin-top: 20px;
  line-height: 1.875rem;
}
.lista-offerte__accordion .accordion .accordion-item .cta-wrap {
  text-align: center;
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .lista-offerte__slider .travel-type,
  .lista-offerte__accordion .travel-type {
    font-size: 1.0000rem;
  }
  .lista-offerte__slider .destination,
  .lista-offerte__accordion .destination {
    font-size: 1.2500rem;
    margin-bottom: 10px;
  }
  .lista-offerte__slider .price,
  .lista-offerte__accordion .price {
    margin-top: 5px;
  }
  .lista-offerte__slider .label,
  .lista-offerte__accordion .label {
    font-size: 0.8750rem;
  }
  .lista-offerte__slider .pay-off,
  .lista-offerte__accordion .pay-off {
    font-size: 1.3750rem;
  }
  .lista-offerte__select .current-departure {
    font-size: 1.875rem;
  }
  .lista-offerte__slider .swiper-slide {
    width: 50%;
  }
  .lista-offerte__slider .custom-card .custom-card__section.custom-card__section--text {
    padding-bottom: 80px;
  }
  .lista-offerte__slider .custom-card .destination {
    font-size: 1.625rem;
  }
  .lista-offerte__accordion {
    margin: 0;
  }
  .lista-offerte__accordion .accordion .accordion-item .accordion-title {
    padding: 25.5px 0 20px;
  }
  .lista-offerte__accordion .accordion .accordion-item .lista-destinazioni .lista-destinazioni__item {
    padding: 15px 0;
  }
  .lista-offerte__accordion .accordion .accordion-item .lista-destinazioni .lista-destinazioni__item .price {
    margin-top: 30px;
  }
  .lista-offerte__accordion .accordion .accordion-item .cta-wrap {
    text-align: left;
    padding: 35px 0 20px;
  }
}
@media (min-width: 1024px) {
  .lista-offerte__slider.lista-offerte__slider--33 .swiper-slide {
    width: 33.3333%;
  }
  .br-on-mobile {
    display: none;
  }
  .lista-offerte__slider .swiper-slide {
    width: 25%;
  }
  .lista-offerte__slider .custom-card .bg-image {
    height: 270px;
  }
  .lista-offerte__slider .swiper-container--carousel {
    padding-bottom: 10px;
  }
  .lista-offerte__slider .swiper-pagination {
    display: none;
  }
  .lista-offerte__accordion {
    margin: 0 -15px;
  }
  .lista-offerte__accordion.lista-offerte__accordion--33 .accordion-item,
  .lista-offerte__accordion.lista-offerte__accordion--50 .accordion-item {
    float: left;
  }
  .lista-offerte__accordion.lista-offerte__accordion--33 .accordion-item {
    width: 33.33%;
  }
  .lista-offerte__accordion.lista-offerte__accordion--50 .accordion-item {
    width: 50%;
  }
  .lista-offerte__accordion .accordion .accordion-item {
    padding: 0 10px;
  }
  .lista-offerte__accordion .accordion .accordion-item .accordion-title {
    cursor: default;
    padding: 25px 0 5px;
  }
  .lista-offerte__accordion .accordion .accordion-item .accordion-title:focus {
    outline: none;
  }
  .lista-offerte__accordion .accordion .accordion-item .accordion-title::before {
    display: none;
  }
  .lista-offerte__accordion .accordion .accordion-item .cta-wrap {
    padding-bottom: 0;
  }
  .lista-offerte__accordion .accordion .accordion-item .lista-destinazioni .lista-destinazioni__item .price {
    margin-top: 20px;
  }
}

li.lista-destinazioni__item span.price{
  padding-bottom:1px
}

/*  nuove grafiche best offers*/
.mod-best-offers {
  /*padding-top: 80px;*//* bug 2753*/
}
@media (max-width: 991.98px) {
  .mod-best-offers .row {
    padding: 0;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .mod-best-offers .row:first-child {
    padding: 0;
    overflow: visible;
  }
}
.mod-best-offers span {
  line-height: 1.5000rem;
  font-family: Lato;
  font-size: 1.0000rem;
  line-height: 1.1875rem;
  text-align: right;
  letter-spacing: 0.025em;
  font-feature-settings: "kern" off;
  color: #707070;
  position: relative;
  padding-left: 20px;
}
.mod-best-offers ul {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .mod-best-offers ul {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .mod-best-offers ul li {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .mod-best-offers ul li .dropdown-menu {
    left: -11px !important;
  }
}
.mod-best-offers ul li a span {
  font-family: Lato;
  font-weight: 700 !important;
  font-size: 1.5000rem !important;
  line-height: 1.5000rem;
  text-align: right;
  letter-spacing: 0.05rem;
  font-feature-settings: "kern" off;
  position: relative;
  padding: 0;
  padding-left: 15px;
  height: auto;
}
.mod-best-offers ul li a:after {
  content: "";
  background: url('../../../content/dam/itaspa/imgheader/images/down-green-arrow.svg') no-repeat center right !important;
  border: none;
  display: inline-block;
  width: 19px;
  height: 12px; 
  margin-left: 9px;
}
.mod-best-offers ul li a.dropdown-item span {
  padding-left: 0;
}
.mod-best-offers ul li a.dropdown-item:after {
  display: none;
}
.mod-best-offers ul li a.dropdown-item:active {
  background: transparent;
}
.mod-best-offers select {
  width: auto;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  font-family: Lato;
  font-weight: 700;
  font-size: 1.5000rem;
  line-height: 1.5000rem;
  text-align: right;
  letter-spacing: 0.05em;
  font-feature-settings: "kern" off;
  color: #047156;
  position: relative;
  padding: 0;
  padding-left: 15px;
  height: auto;
  background: transparent;
}
.mod-best-offers select option {
  font-size: inherit;
}
.mod-best-offers .mod-best-offerse-select-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 991.98px) {
  .mod-best-offers .best-offers-slider {
    padding: 0;
    padding-left: 35px;
  }
}
@media (max-width: 768.98px) {
  .mod-best-offers .best-offers-slider {
    padding: 0;
    padding-left: 26px;
  }
}
.mod-best-offers .best-offers-slider .best-offers-slide a {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mod-best-offers .best-offers-slider .best-offers-slide .best-offers-text {
  padding-top: 60px;
  padding-left: 35px;
  padding-bottom: 16px;
}
@media (max-width: 991.98px) {
  .mod-best-offers .best-offers-slider .best-offers-slide .best-offers-text {
    padding-top: 16px;
  }
}
.mod-best-offers .best-offers-slider .best-offers-slide .best-offers-text h3 {
  font-family: Lato;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.mod-best-offers .best-offers-slider .best-offers-slide .best-offers-text p {
  margin-bottom: 3px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0000rem;
  line-height: 1.5000rem;
  letter-spacing: 0.025em;
  color: #000;
  max-width: 240px;
}
@media (max-width: 991.98px) {
  .mod-best-offers .best-offers-slider .best-offers-slide .best-offers-text p {
    font-size: 0.8750rem;
    line-height: 1.2500rem;
  }
}
.mod-best-offers .best-offers-slider .best-offers-slide .best-offers-text span {
  padding: 0;
  font-size: 1.0000rem;
  line-height: 1.1875rem;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
}
.mod-best-offers .best-offers-slider .best-offers-slide .best-offers-text span.offer-price {
  font-size: 1.5000rem;
  line-height: 1.1875rem;
  color: #000;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .mod-best-offers .best-offers-slider .best-offers-slide .best-offers-text span.offer-price {
    font-size: 1.0000rem;
    line-height: 1.1875rem;
  }
}
.mod-best-offers .best-offers-slider .best-offers-slide .best-offers-img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .mod-best-offers .best-offers-slider .best-offers-slide .best-offers-img {
    padding-right: 35px;
  }
}
.mod-best-offers .best-offers-slider .best-offers-slide .best-offers-img img {
  width: 100%;
}
.mod-best-offers .best-offers-slider .best-offers-slide.best-offers-slide-evidence {
  position: relative;
  background-size: cover !important;
}
@media (max-width: 991.98px) {
  .mod-best-offers .best-offers-slider .best-offers-slide.best-offers-slide-evidence {
    background: none !important;
  }
}
.mod-best-offers .best-offers-slider .best-offers-slide.best-offers-slide-evidence .best-offers-text {
  background: #000;
  padding-top: 19px;
  padding-right: 80px;
  position: absolute;
  top: 41px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .mod-best-offers .best-offers-slider .best-offers-slide.best-offers-slide-evidence .best-offers-text {
    position: static;
    padding-top: 16px;
    padding-left: 35px;
    padding-bottom: 16px;
  }
}
.mod-best-offers .best-offers-slider .best-offers-slide.best-offers-slide-evidence .best-offers-text h3, .mod-best-offers .best-offers-slider .best-offers-slide.best-offers-slide-evidence .best-offers-text p, .mod-best-offers .best-offers-slider .best-offers-slide.best-offers-slide-evidence .best-offers-text span {
  color: #fff;
}
.mod-best-offers .best-offers-slider .best-offers-slide.best-offers-slide-evidence .best-offers-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 89px;
  height: 100%;
  background: #fff;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .mod-best-offers .best-offers-slider .best-offers-slide.best-offers-slide-evidence .best-offers-img {
    margin-left: 0;
    background: none !important;
    padding-top: 0;
    position: static;
    width: 100%;
  }
}
.mod-best-offers .best-offers-slider .best-offers-slide.best-offers-slide-evidence .best-offers-img img {
  margin-left: 39px;
  width: 200%;
  display: none;
}
@media (max-width: 991.98px) {
  .mod-best-offers .best-offers-slider .best-offers-slide.best-offers-slide-evidence .best-offers-img img {
    display: block;
    margin-left: 0;
  }
}
.mod-best-offers .best-offers-slider .best-offers-slide:first-child {
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .mod-best-offers .best-offers-slider .best-offers-slide:first-child {
    padding-right: 0;
  }
}
.mod-best-offers .best-offers-slider .best-offers-slide:nth-child(2) {
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .mod-best-offers .best-offers-slider .best-offers-slide:nth-child(2) {
    padding-left: 0;
  }
}
.mod-best-offers .slick-dots {
  left: 0;
  bottom: -35px;
}
.mod-best-offers .slick-dots li button:before {
  opacity: 1;
  color: #E5E5E5;
  font-size: 1.625rem;
}
.mod-best-offers .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #047156;
}
.mod-best-offers .slick-arrow {
  display: none !important;
}
.mod-best-offers .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}
.mod-best-offers .slick-slide {
  height: inherit !important;
}
.mod-best-offers .dropdown-menu--offers {
  max-height: 450px;
  overflow-y: auto;
}
/*# sourceMappingURL=style.css.map */

/*  fine nuove grafiche best offers */

.mod-best-offers {
  /*padding-top: 80px;*//* bug 2753*/
}
@media (max-width: 991.98px) {
  .mod-best-offers .row {
    padding: 0;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .mod-best-offers .row:first-child {
    padding: 0;
    overflow: visible;
  }
}
.mod-best-offers span {
  line-height: 1.500rem;
  font-family: 'Lato', sans-serif;
  font-size: 35px;
  line-height: 1.25rem;
  text-align: right;
  letter-spacing: 0.025em;
  font-feature-settings: "kern" off;
  color: #2E2E38;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .mod-best-offers span {
    padding-left: 0;
    font-size: 1.0000rem;
    line-height: 1.0000rem;
  }
}
.mod-best-offers ul {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .mod-best-offers ul {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .mod-best-offers ul li {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .mod-best-offers ul li .dropdown-menu {
    left: -11px !important;
  }
}
.mod-best-offers ul li a span {
  font-family: 'Lato', sans-serif;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 1.5000rem;
  text-align: right;
  letter-spacing: 0.05em;
  font-feature-settings: "kern" off;
  color: #0171CF !important;
  position: relative;
  padding: 0;
  padding-left: 15px;
  height: auto;
}
@media (max-width: 991.98px) {
  .mod-best-offers ul li a span {
    font-size: 1.2500rem !important;
    line-height: 1.25rem;
  }
}

.mod-best-offers ul li a.dropdown-item span {
  padding-left: 0;
  color: #2E2E38 !important;
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 0.4px;
    line-height: 20px;
}
.mod-best-offers ul li a.dropdown-item:after {
  display: none;
}
.mod-best-offers ul li a.dropdown-item:active {
  background: transparent;
}
.mod-best-offers select {
  width: auto;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.500rem;
  line-height: 1.500rem;
  text-align: right;
  letter-spacing: 0.05em;
  font-feature-settings: "kern" off;
  color: #0171CF;
  position: relative;
  padding: 0;
  padding-left: 15px;
  height: auto;
  background: transparent;
}
@media (max-width: 991.98px) {
  .mod-best-offers select {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.mod-best-offers select option {
  font-size: inherit;
}
.mod-best-offers .mod-best-offers-select-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.mod-best-offers .dropdown-menu--offers {
  max-height: 450px;
  overflow-y: auto;
  border-radius: 7px;
}

.mod-area-offers {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  .mod-area-offers {
    margin-top: 10px;
  }
}
.mod-area-offers .area-offer-box {
  padding: 0;
}
@media (max-width: 991.98px) {
  .mod-area-offers .area-offer-box {
    padding-left: 0;
    padding-right: 0;
    margin: 0 -15px;
    border-bottom: 1px solid #000;
  }
}
.mod-area-offers .area-offer-box-toggle {
    height: 28px;
    opacity: 0.64;
    color: #2E2E38;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    padding-bottom: 30px;
}


@media (min-width: 992px) {
  .mod-area-offers .area-offer-box-toggle {
    pointer-events: none;
  }
}
@media (max-width: 991.98px) {
  .mod-area-offers .area-offer-box-toggle {
    padding-left: 10px;
    margin-top: 22px;
    margin-bottom: 16px;
    margin-bottom: 1px solid #000;
    font-size: 1.25rem;
    cursor: pointer;
  }
}
@media (max-width: 991.98px) {
  .mod-area-offers .area-offer-box-toggle:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 15px;
    /*background: url('../../../content/dam/itaspa/imgheader/images/togglearrow.svg') center center no-repeat;*/
  }
}
.mod-area-offers .area-offer-box-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .mod-area-offers .area-offer-box-content.collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
.mod-area-offers .area-offer {
  border-radius: 8px;
  background-color: rgba(255,255,255,0);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.04);
  padding: 16px 30px 5px 30px;
}
@media (max-width: 991.98px) {
  .mod-area-offers .area-offer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.mod-area-offers .offer-destination {
  margin-bottom: 0;
  font-weight: 700;
  color: #0C2340;
  font-family: 'Lato', sans-serif;
  font-weight: 30px;
  letter-spacing: 0;
  font-size: 1.3750rem;
}
@media (min-width: 1920px) {
  .mod-area-offers .offer-destination {
    font-size: 1.875rem;
  }
}
.mod-area-offers .offer-text {
  margin-bottom: 0;
  text-align: right;
  width: 100%;
  text-align: left;
  font-size: 1.00000rem;
  font-family: 'Lato', sans-serif;
  position: relative;
  line-height: 2.5rem;
}
.mod-area-offers .offer-text span {
  font-weight: 700;
  float: right;
}
.mod-area-offers .area-all-link {
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .mod-area-offers .area-all-link {
    margin-bottom: 40px;
  }
}
.mod-area-offers .area-all-link p {
  text-align: right;
}
.mod-area-offers .area-all-link p a {
  color: #0171CF;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 20px;
  box-sizing: border-box;
  height: 48px;
  padding:12px;
  width: 216px;
  border: 2px solid #0171CF;
  border-radius: 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/*
.mod-area-offers .area-all-link p a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('../../../content/dam/itaspa/imgheader/images/arrow-right.svg') no-repeat center right !important;
  right: 3px;
  position: absolute;
  bottom: 0;
  transition: right 0.3s ease-in-out;
  z-index: 0;
}
*/
.mod-area-offers .area-all-link p a:hover {
  color: #0171CF;
}
.mod-area-offers .area-all-link p a:hover::after {
  right: -3px;
}
.mod-area-offers .area-offer {
  position: relative;
}
.mod-area-offers .area-offer a .offer-text {
  color: #0C2340;
  font-size: 1.0000rem;
  font-weight: 400;
  font-family: 'Lato';
}
.mod-area-offers .area-offer a .offer-text span {
    height: 32px;
    color: #2E2E38;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 32px;
    text-align: right;
    padding-right: 24px;
    float: right;
}
.mod-area-offers .best-offers-slide {
  margin-bottom: 10px;
  position: relative;
}
.mod-area-offers .best-offers-slide a {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mod-area-offers .best-offers-slide .best-offers-text {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 16px;
  height: 112px;
  border-radius: 0px 0px 8px 8px;
  background-color: rgba(255,255,255,0);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.04);
}
@media (max-width: 991.98px) {
  .mod-area-offers .best-offers-slide .best-offers-text {
    padding-top: 16px;
  }
  .area-offer-box-content.collapse{
    display:block;
  }
}
.mod-area-offers .best-offers-slide .best-offers-text h3 {
  font-family: 'Lato', sans-serif;
  color: #2E2E38;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}
.mod-area-offers .best-offers-slide .best-offers-text p {
  margin-bottom: 3px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.0000rem;
  line-height: 1.500rem;
  letter-spacing: 0.025em;
  color: #0C2340;
  margin-bottom: 12px;
  margin-top: 10px;
}
.mod-area-offers .best-offers-slide .best-offers-text span {
  padding: 0;
  font-size: 1.0000rem;
  line-height: 1.188rem;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0C2340;
}
.mod-area-offers .best-offers-slide .best-offers-text span.offer-price {
  height: 32px;
  color: #2E2E38;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: right;
  padding-right: 24px;
  float: right;
}
.mod-area-offers .best-offers-slide .best-offers-img {
  width: 100%;
  height: 220px;
  overflow-y: hidden;
  border-radius: 8px 8px 0 0;
}
.mod-area-offers .best-offers-slide .best-offers-img img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/*# sourceMappingURL=style.css.map */
.area-offer-box-toggle h3{
	  height: 28px;
	  color: #2E2E38;
	  font-family: 'Lato', sans-serif;
	  font-size: 18px;
	  letter-spacing: 0;
	  line-height: 28px;
	  text-align:center;
	  padding-bottom: 30px;
    text-transform: uppercase;
}

@media only screen and (max-width: 540px) and (min-width: 300px) {
  .mod-area-offers .best-offers-slide .best-offers-text {
      padding-left: 15px;
      padding-right: 15px;
  }
}

@media only screen and (max-width: 300px) and (min-width: 200px) {
  .mod-area-offers .best-offers-slide .best-offers-text {
      padding-left: 15px;
      padding-right: 15px;
  }
}
/*ipad air portarit*/
@media only screen and (width: 820px){
  .mod-area-offers .best-offers-slide .best-offers-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*ipad portarit*/
@media only screen and (width: 768px){
  .mod-area-offers .best-offers-slide .best-offers-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* bug 2753*/
.ita-best-offers{
  margin-top: 3em;
}
