<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.menu-colour-left-color {
  background-color: #32b8aa; }

.menu-colour-right-color {
  background-color: #32b8aa; }

.footer-bar-left-color {
  background-color: #1c8f88; }

.footer-bar-right-color {
  background-color: #80b452; }

.banner-eco-color {
  background-color: #93c24a; }

.sustainable-world-color {
  background-color: #e4edec; }

.green-color-logo {
  color: #c0ce33; }

.blue-color-logo {
  color: #548e87; }

.ocher-color-logo {
  color: #EFC51C; }

.bg-white {
  background-colour: white !important; }

.bg-black {
  background-color: black !important; }

.bg-blue-logo {
  background-color: #548e87 !important; }

.bg-ocher-logo {
  background-color: #EFC51C !important; }

.bg-green-logo {
  background-color: #c0ce33 !important; }

.bg-color1 {
  background-color: #007c60; }

.bg-color2 {
  background-color: #bbbbbb; }

.bg-color3 {
  background-color: #93c24a; }

.bg-color4 {
  background-color: #D9D9D9; }

.bg-color5 {
  background-color: #5fb22c; }

.bg-color6 {
  background-color: #f4f4f4; }

.bg-color7 {
  background-color: #F41F0EF; }

.bg-color8 {
  background-color: #00B203; }

.white-link {
  color: white; }
  .white-link:hover {
    color: white; }

/*Without this in EDGE content is blocked by :before content.*/
.fusion-ie-mode:before {
  z-index: -1; }

.display-none {
  display: none; }

.full-width-bg {
  position: relative; }
  .full-width-bg:before {
    content: " ";
    position: absolute;
    width: 1000%;
    height: 100%;
    background: #f4f4f4; }

.infinite-image {
  width: 100%; }
  .infinite-image img {
    width: 100%; }

@media (max-width: 1140px) {
  .leaf-background {
    background-position-x: 38% !important; } }
@media (max-width: 768px) {
  .leaf-background {
    background-position-x: 40% !important; } }

#flights-engine, #hotels-engine {
  width: 990px !important;
  margin: auto;
  padding: 0 !important; }
  @media (max-width: 1140px) {
    #flights-engine, #hotels-engine {
      width: 100% !important; } }

@media (max-width: 1500px) {
  .home-slider-text {
    position: relative;
    top: -150px; } }
@media (max-width: 1140px) {
  .home-slider-text {
    margin-right: 12%; } }
@media (max-width: 768px) {
  .home-slider-text {
    margin-left: 50px !important; } }

.search-engines-container {
  margin-top: -200px !important;
  padding: 10px !important; }
  @media (max-width: 1500px) {
    .search-engines-container {
      margin-top: -350px !important; } }

.turisferr-video-ad {
  position: fixed;
  height: 350px;
  z-index: 999999;
  right: -500px;
  bottom: 20px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center; }
  .turisferr-video-ad.slideIn {
    transition: 2s;
    right: 50px; }
  .turisferr-video-ad.slideOut {
    transition: 2s;
    right: -500px; }
  .turisferr-video-ad .btn-close-video {
    color: white;
    position: absolute;
    top: 10px;
    right: 10px; }
  .turisferr-video-ad iframe {
    max-width: 100%; }

.content-no-margin p {
  margin-bottom: 0px; }

ul {
  margin: 0;
  padding: 0; }

.width-50 {
  width: 50%; }
  @media (max-width: 1140px) {
    .width-50 {
      width: 100%;
      text-align: center; } }

.width-75 {
  width: 75%; }
  @media (max-width: 1140px) {
    .width-75 {
      width: 100%;
      text-align: center; } }

.border-150 {
  border-radius: 150px; }

.shadow-bottom-1 {
  -webkit-box-shadow: 0px 12px 10px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 12px 10px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 12px 10px -2px rgba(0, 0, 0, 0.5); }

.trsf-post-image + p.wp-caption-text {
  text-align: center; }

.margin-auto {
  margin: 0 auto; }

.margin-0 {
  margin: 0; }

.margin100 {
  margin: 100px; }

.margin-tb-100 {
  margin: 100px 0; }

.margin-tb-20 {
  margin: 20px 0; }

.margin-lr-100 {
  margin: 0 100px; }

.margin-lr-20 {
  margin: 0 20px; }

.margin-top-100 {
  margin-top: 100px; }
  @media (max-width: 1140px) {
    .margin-top-100 {
      margin-top: 10px; } }

.margin-bottom-100 {
  margin-bottom: 100px; }
  @media (max-width: 1140px) {
    .margin-bottom-100 {
      margin-bottom: 10px; } }

.margin-bottom-50 {
  margin-bottom: 50px; }
  @media (max-width: 1140px) {
    .margin-bottom-50 {
      margin-bottom: 10px; } }

.margin-left-100 {
  margin-left: 100px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-right-100 {
  margin-right: 100px; }

.margin-right-20 {
  margin-right: 20px; }

.read-more-text {
  position: relative;
  max-height: 250px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: max-height 1s ease-in; }
  .read-more-text.full-visible {
    height: auto;
    max-height: 1000px;
    transition: max-height 1s ease-in; }
    .read-more-text.full-visible:after {
      display: none; }
  .read-more-text:after {
    content: " ";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white, white); }

@media (max-width: 500px) {
  .home-title {
    font-size: 45px !important; } }
@media (max-width: 400px) {
  .home-title {
    font-size: 35px !important; } }

@media (max-width: 1400px) {
  .tit-want-to-travel-page {
    margin-top: -180px !important; } }

.read-more-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  color: black;
  cursor: pointer; }
  .read-more-button:hover {
    color: black; }
  .read-more-button:before {
    content: attr(data-text-rm); }
  .read-more-button:after {
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    position: relative;
    top: -3px;
    font-weight: 900; }
  .read-more-button[data-collapsed="true"]:after {
    content: "\f078";
    color: #EFC51C; }
  .read-more-button[data-collapsed="false"]:before {
    content: attr(data-text-rl); }
  .read-more-button[data-collapsed="false"]:after {
    content: "\f077";
    color: #EFC51C;
    font-weight: 900; }

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

.trsf-table1 {
  margin-bottom: 20px; }
  .trsf-table1 * {
    margin: 0 !important;
    padding: 0;
    border: none !important; }
  .trsf-table1 thead tr th {
    min-height: 50px;
    background: #c0ce33;
    color: white;
    padding: 10px; }
    .trsf-table1 thead tr th:first-child {
      border-top-left-radius: 20px;
      padding-left: 60px; }
    .trsf-table1 thead tr th:last-child {
      border-top-right-radius: 20px; }
  .trsf-table1 tbody tr:nth-child(odd) td {
    background: #fafafa; }
  .trsf-table1 tbody tr:nth-child(even) td {
    background: #ededed; }
  .trsf-table1 tbody tr td {
    min-height: 50px;
    padding: 10px; }
    .trsf-table1 tbody tr td:first-child {
      padding-left: 60px; }

@media (max-width: 768px) {
  .trsf-table-delegations thead,
  .trsf-table-delegations tbody,
  .trsf-table-delegations th,
  .trsf-table-delegations td,
  .trsf-table-delegations tr {
    display: block;
    min-height: 0; }
  .trsf-table-delegations th, .trsf-table-delegations td {
    min-height: 0 !important;
    padding: 0 !important;
    padding-left: 50px !important;
    padding: 5px 0px !important;
    padding-left: 50px !important; }
  .trsf-table-delegations th:first-child {
    border-top-right-radius: 20px !important; }
  .trsf-table-delegations th:last-child {
    border-top-right-radius: 0 !important; } }
.trsf-table-delegations span {
  display: flex;
  align-items: center; }
  .trsf-table-delegations span:before {
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 15px; }
  .trsf-table-delegations span.dt-centro:before {
    background: #548e87; }
  .trsf-table-delegations span.dt-noroeste:before {
    background: #EFC51C; }
  .trsf-table-delegations span.dt-sur:before {
    background: #bde1eb; }
  .trsf-table-delegations span.dt-este:before {
    background: #ea9110; }
  .trsf-table-delegations span.dt-noreste:before {
    background: #c0ce33; }
  .trsf-table-delegations span.dt-norte:before {
    background: #a34f5d; }

.trsf-ul1, .trsf-ul2 {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px; }
  .trsf-ul1 li, .trsf-ul2 li {
    margin-bottom: 40px;
    text-align: justify; }
    .trsf-ul1 li &gt; *, .trsf-ul2 li &gt; * {
      margin: 0 5px; }
    .trsf-ul1 li:before, .trsf-ul2 li:before {
      content: " ";
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 3px;
      margin-right: 20px;
      vertical-align: top; }

.trsf-ul1 li:before {
  background: #c0ce33; }

.trsf-ul2 li:before {
  background: #EFC51C; }

.trsf-ul3 {
  margin: 0;
  padding: 0;
  text-align: justify;
  padding-left: 20px; }

.trsf-ul-icons {
  display: flex;
  flex-direction: column;
  margin-top: 75px;
  padding: 0;
  gap: 75px; }
  .trsf-ul-icons li {
    display: flex;
    position: relative; }
    @media (max-width: 768px) {
      .trsf-ul-icons li {
        align-items: center;
        justify-content: center; } }
    @media (max-width: 480px) {
      .trsf-ul-icons li {
        flex-direction: column;
        gap: 20px; } }
    .trsf-ul-icons li:not(:last-child):before {
      position: absolute;
      bottom: -65px;
      left: 70px;
      content: "+";
      display: flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      font-size: 60px;
      background: #EFC51C;
      color: white; }
      @media (max-width: 768px) {
        .trsf-ul-icons li:not(:last-child):before {
          left: inherit; } }
    .trsf-ul-icons li.vertical {
      flex-direction: column;
      align-items: center;
      text-align: center; }
      .trsf-ul-icons li.vertical .icon {
        margin-right: 0;
        margin-bottom: 30px; }
      .trsf-ul-icons li.vertical .info {
        text-align: center; }
    .trsf-ul-icons li:hover .icon {
      border-color: #EFC51C;
      color: #EFC51C; }
      .trsf-ul-icons li:hover .icon:after {
        content: "";
        position: absolute;
        top: -3px;
        left: -3px;
        width: 100%;
        height: 100%;
        border: 3px solid #EFC51C;
        border-radius: 25px;
        filter: blur(2px); }
    .trsf-ul-icons li:hover .info p.title {
      color: #EFC51C; }
    .trsf-ul-icons li .icon {
      position: relative;
      width: 195px;
      height: 195px;
      min-width: 195px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-right: 30px;
      border: 3px solid #548e87;
      border-radius: 25px;
      font-size: 100px;
      color: #548e87; }
    .trsf-ul-icons li .info {
      font-size: 20px;
      text-align: justify; }
      .trsf-ul-icons li .info p.title {
        font-size: 28px;
        font-weight: bold;
        color: #548e87;
        text-align: left; }
      .trsf-ul-icons li .info p.big-text {
        font-size: 20px; }
      .trsf-ul-icons li .info p.small-text {
        font-size: 16px; }
  .trsf-ul-icons.horizontal {
    justify-content: center;
    flex-direction: row;
    gap: 40px; }
    .trsf-ul-icons.horizontal li:before {
      /*display: none !important;*/
      top: 70px;
      bottom: 0px;
      right: -47px;
      left: inherit;
      z-index: 1; }
  .trsf-ul-icons .value-container {
    display: flex; }
    .trsf-ul-icons .value-container:hover .icons-container .value-icon {
      color: #EFC51C; }
      .trsf-ul-icons .value-container:hover .icons-container .value-icon:before {
        border-color: #EFC51C;
        filter: blur(1px); }
    .trsf-ul-icons .value-container:hover .description .title {
      color: #EFC51C; }
    .trsf-ul-icons .value-container:last-child {
      margin-bottom: 0; }
    .trsf-ul-icons .value-container .icons-container {
      flex: 0 0 195px;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-right: 30px; }
      .trsf-ul-icons .value-container .icons-container .value-icon {
        width: 195px;
        height: 195px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #548e87;
        font-size: 65px; }
        .trsf-ul-icons .value-container .icons-container .value-icon:before {
          content: " ";
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          position: absolute;
          top: 0;
          left: 0;
          border: 3px solid #548e87;
          border-radius: 25px; }
      .trsf-ul-icons .value-container .icons-container .plus-icon {
        bottom: -81px;
        width: 56px;
        height: 56px;
        margin: 25px 0;
        background: #EFC51C;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 45px; }
    .trsf-ul-icons .value-container .description {
      text-align: justify;
      font-size: 25px; }
      .trsf-ul-icons .value-container .description .title {
        font-size: 28px;
        font-weight: bold;
        color: #548e87; }

.contact-info-icons {
  margin: auto; }
  @media (max-width: 768px) {
    .contact-info-icons li {
      flex-direction: column;
      gap: 20px;
      align-items: center; } }
  .contact-info-icons p {
    margin: 0;
    font-size: 18px; }
  .contact-info-icons .title-v2 {
    font-size: 28px;
    font-family: Montserrat-Medium;
    margin-bottom: 10px;
    text-align: left; }
  @media (max-width: 600px) {
    .contact-info-icons .icon:before {
      display: none !important; } }
  .contact-info-icons .info {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 600px) {
      .contact-info-icons .info {
        align-items: center;
        text-align: center; } }
    .contact-info-icons .info .schedules p {
      font-size: 14px; }
    .contact-info-icons .info .schedules p:first-child {
      margin-bottom: 20px; }

.contact-query-form-container {
  width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  margin: auto;
  position: relative; }
  .contact-query-form-container span:nth-child(1) {
    font-size: 25px;
    font-weight: bold; }
  .contact-query-form-container span:nth-child(2) {
    font-size: 18px;
    margin-bottom: 30px; }
  .contact-query-form-container form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid #EFC51C;
    border-radius: 15px;
    padding: 40px;
    padding-bottom: 0;
    gap: 20px; }
    .contact-query-form-container form select {
      width: 40%;
      padding-left: 15px; }
    .contact-query-form-container form input {
      width: 70%; }
    .contact-query-form-container form textarea {
      resize: none;
      padding: 15px; }
      .contact-query-form-container form textarea::placeholder {
        color: #9ea0a4; }
    .contact-query-form-container form a {
      position: relative;
      top: 25px; }
    .contact-query-form-container form label.form-error {
      color: red; }

.square-over-mark {
  position: relative; }
  .square-over-mark.bottom:before {
    top: initial;
    left: initial;
    bottom: 20px;
    right: 20px;
    z-index: 1; }
  .square-over-mark:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: white;
    position: absolute;
    top: -10px;
    left: calc(5% + 35px); }

.image-dot {
  position: relative;
  overflow: visible;
  z-index: 100; }
  .image-dot:before {
    content: "·";
    position: absolute;
    width: 58px;
    height: 58px;
    background: white;
    font-size: 250px;
    text-indent: -2px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%; }
  @media (max-width: 1140px) {
    .image-dot.display-none-medium:before {
      display: none; } }
  .image-dot.display-none-small:before {
    display: none; }
  .image-dot.top-side:before {
    top: -29px;
    left: calc(50% - 29px); }
  .image-dot.bottom-side:before {
    bottom: -29px;
    left: calc(50% - 29px); }
  .image-dot.left-side:before {
    top: calc(50% - 29px);
    left: -29px; }
  .image-dot.right-side:before {
    top: calc(50% - 29px);
    right: -29px; }
  .image-dot.corner-top-left:before {
    top: -29px;
    left: -29px; }
  .image-dot.corner-top-right:before {
    top: -29px;
    right: -29px; }
  .image-dot.corner-bottom-left:before {
    bottom: -29px;
    left: -29px; }
  .image-dot.corner-bottom-right:before {
    bottom: -29px;
    right: -29px; }

ul.trsf-dots {
  list-style: none;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px; }
  ul.trsf-dots li.slick-active button {
    background: #999999; }
  ul.trsf-dots li button {
    width: 20px;
    height: 20px;
    background: #e3e3e3;
    border-radius: 50%;
    font-size: 0;
    border: none;
    outline: none; }

.trsf-nav-left, .trsf-nav-right {
  display: flex;
  align-items: center;
  position: absolute;
  width: 25px;
  height: 100%;
  top: 0;
  z-index: 1;
  font-size: 30px;
  color: #B5B5B5;
  cursor: pointer; }

.trsf-nav-left {
  left: -25px; }

.trsf-nav-right {
  right: -25px; }

.apartments-buttons-container {
  display: flex;
  flex-direction: column; }
  .apartments-buttons-container .title {
    font-size: 42px;
    text-align: center; }
    @media (max-width: 480px) {
      .apartments-buttons-container .title {
        font-size: 30px; } }
  .apartments-buttons-container .apartments-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 26px; }
    .apartments-buttons-container .apartments-buttons a {
      width: calc(50% - 13px);
      min-width: 450px;
      height: 287px;
      margin: auto;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      font-size: 30px;
      font-family: Montserrat-SemiBold;
      position: relative;
      padding: 10px;
      border-radius: 15px; }
      @media (max-width: 768px) {
        .apartments-buttons-container .apartments-buttons a {
          width: 100%;
          min-width: inherit; } }
      .apartments-buttons-container .apartments-buttons a:after {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.6) 99.99%, #D9D9D9 100%);
        border-radius: 15px; }
      .apartments-buttons-container .apartments-buttons a[data-order="0"] {
        order: 0; }
      .apartments-buttons-container .apartments-buttons a[data-order="1"] {
        order: 1; }
      .apartments-buttons-container .apartments-buttons a[data-order="2"] {
        order: 2; }
      .apartments-buttons-container .apartments-buttons a span {
        margin-bottom: 50px;
        margin-left: 50px;
        z-index: 2; }
    .apartments-buttons-container .apartments-buttons .btn-aptos-francia {
      background-image: url("../../assets/img/apartments/btn_aptos_francia.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
    .apartments-buttons-container .apartments-buttons .btn-aptos-campello {
      background-image: url("../../assets/img/apartments/btn_aptos_campello.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
    .apartments-buttons-container .apartments-buttons .btn-aptos-tavernes {
      background-image: url("../../assets/img/apartments/btn_aptos_tavernes.jpg");
      background-repeat: no-repeat;
      background-size: cover; }

.swal2-container {
  z-index: 99993; }

/*Spectific classes for some elements of some pages*/
.family-plans-text {
  width: 75%;
  margin: 0 auto; }
  .family-plans-text p {
    margin: 0; }

.great-trips-text {
  padding-right: 20px;
  border-right: 1px solid #548e87; }

ul.user-area-options {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none; }
  ul.user-area-options li {
    display: flex;
    flex-direction: column;
    align-items: center; }
    ul.user-area-options li:first-child {
      gap: 5px;
      font-size: 14px;
      font-weight: bold;
      color: #7C7C7C; }
    ul.user-area-options li a {
      width: 245px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      background: #D9D9D9;
      color: #7C7C7C;
      font-family: Montserrat-SemiBold;
      text-transforM: uppercase; }

.ul-links-files {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px; }

.title-values-action {
  display: flex;
  gap: 50px;
  margin-bottom: 50px; }
  @media (max-width: 700px) {
    .title-values-action {
      align-items: center;
      flex-direction: column;
      gap: 20px; } }
  .title-values-action img {
    object-fit: contain;
    max-width: 175px; }
    @media (max-width: 700px) {
      .title-values-action img {
        order: 1; } }
  .title-values-action p {
    margin: 0;
    text-align: center;
    font-size: 48px; }

@media (max-width: 1140px) {
  .register-advantages {
    flex-direction: column !important;
    gap: 75px !important; }
    .register-advantages li:before {
      top: inherit !important;
      bottom: -65px !important;
      right: inherit !important;
      left: inherit !important; } }

.register-download-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  font-size: 20px; }
  .register-download-form .link-download {
    text-decoration: underline;
    margin-bottom: 20px; }
  .register-download-form span {
    font-size: 14px; }
    .register-download-form span a {
      font-weight: bold; }

.breadcrumb-back-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin: 20px 0;
  min-height: 72px; }
  @media (max-width: 1140px) {
    .breadcrumb-back-button {
      justify-content: space-between; } }
  @media (max-width: 480px) {
    .breadcrumb-back-button {
      flex-direction: column; } }
  .breadcrumb-back-button .breadcrumb {
    list-style: none;
    display: flex; }
    @media (max-width: 468px) {
      .breadcrumb-back-button .breadcrumb {
        width: 100%;
        flex-direction: column;
        align-items: center; } }
    .breadcrumb-back-button .breadcrumb li {
      display: flex; }
      .breadcrumb-back-button .breadcrumb li:not(:last-child):after {
        content: "&gt;";
        margin: 0 5px; }
      .breadcrumb-back-button .breadcrumb li:last-child a {
        font-family: Montserrat-SemiBold; }
      .breadcrumb-back-button .breadcrumb li a {
        color: black; }
  .breadcrumb-back-button .back-button {
    display: flex;
    align-items: center;
    color: #EFC51C;
    border: 2px solid #EFC51C;
    padding: 5px 10px;
    border-radius: 50px;
    position: relative; }
    @media (max-width: 1440px) {
      .breadcrumb-back-button .back-button {
        margin-left: 92px; } }
    .breadcrumb-back-button .back-button:before {
      position: absolute;
      left: -92px;
      display: flex;
      align-items: center;
      justify-content: center;
      content: "\f060";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: #EFC51C;
      color: white;
      font-size: 40px; }

.all-border-20 img {
  border-radius: 20px; }

.btl20 img, .btl20 iframe {
  border-top-left-radius: 20px; }

.btr20 img, .btr20 iframe {
  border-top-right-radius: 20px; }

.bbl20 img, .bbl20 iframe {
  border-bottom-left-radius: 20px; }

.bbr20 img, .bbr20 iframe {
  border-bottom-right-radius: 20px; }

.k-animation-container {
  background: white; }
  .k-animation-container .k-list-container.k-popup {
    min-height: 200px; }
  .k-animation-container .k-list-item.k-selected.k-focus {
    box-shadow: none; }
  .k-animation-container ul {
    background: white; }
    .k-animation-container ul li {
      margin: 0 10px;
      height: 45px;
      background: white;
      border-bottom: 2px solid #EFC51C; }
      .k-animation-container ul li.k-list-item {
        color: #D9D9D9;
        font-weight: bold; }
        .k-animation-container ul li.k-list-item.k-selected {
          background: transparent;
          color: #9E9E9E; }
      .k-animation-container ul li:last-child {
        border-bottom: 0; }

.why-choose {
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 75px;
  margin: auto; }
  .why-choose p {
    margin: 0; }
  .why-choose .reasons {
    display: flex;
    justify-content: space-between;
    gap: 25px 10%; }
    @media (max-width: 768px) {
      .why-choose .reasons {
        flex-direction: column; } }
    .why-choose .reasons .reason {
      width: calc(33%);
      display: flex;
      flex-direction: column;
      row-gap: 25px;
      align-items: center; }
      @media (max-width: 768px) {
        .why-choose .reasons .reason {
          width: 100%; } }
      .why-choose .reasons .reason i {
        color: #c0ce33;
        font-size: 45px; }
      .why-choose .reasons .reason p:nth-child(2) {
        text-align: center;
        font-size: 13px;
        font-family: Montserrat-Bold; }
      .why-choose .reasons .reason p:nth-child(3) {
        text-align: justify; }

.need-know-more {
  display: flex;
  align-items: center; }
  .need-know-more hr {
    border: 0;
    height: 2px;
    background: #EFC51C; }
  .need-know-more .line1 {
    width: calc(70% - 225px);
    /*225 half button width + margin */ }
    @media (max-width: 500px) {
      .need-know-more .line1 {
        display: none; } }
  .need-know-more .line2 {
    width: calc(30% - 225px); }
    @media (max-width: 500px) {
      .need-know-more .line2 {
        display: none; } }
  .need-know-more .info {
    width: 300px;
    margin: 0 75px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 500px) {
      .need-know-more .info {
        margin: auto; } }
    .need-know-more .info .phone-schecule {
      font-size: 12px;
      margin-top: 5px; }
      .need-know-more .info .phone-schecule a {
        color: #c0ce33;
        font-weight: bold; }

.tailor-made-trip {
  display: flex;
  flex-direction: column;
  row-gap: 50px; }
  .tailor-made-trip p {
    margin: 0; }
  .tailor-made-trip .made-options {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 25px; }
    .tailor-made-trip .made-options .option {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 0 0 400px;
      row-gap: 20px; }
      .tailor-made-trip .made-options .option img {
        object-fit: cover;
        width: 100%;
        height: 263px; }
      .tailor-made-trip .made-options .option p:nth-child(2) {
        font-weight: bold; }
      .tailor-made-trip .made-options .option p:nth-child(3) {
        padding: 0 50px;
        text-align: justify; }

.talk-with-expert {
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
  text-align: justify; }
  .talk-with-expert p {
    margin: 0; }
  .talk-with-expert .operator {
    max-width: 215px;
    height: 40px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-start;
    border: 2px solid #548e87;
    border-radius: 40px;
    text-align: center;
    font-size: 13px;
    position: relative;
    left: -150px; }
    @media (max-width: 1140px) {
      .talk-with-expert .operator {
        left: 0; } }
  .talk-with-expert .title {
    font-size: 28px; }
  .talk-with-expert .experts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: auto; }
    .talk-with-expert .experts .expert {
      width: 158px;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 12px; }
      .talk-with-expert .experts .expert img {
        width: 100%;
        height: 158px;
        margin-bottom: 10px;
        object-fit: cover;
        border-radius: 50%; }
      .talk-with-expert .experts .expert .name {
        font-weight: bold;
        text-align: center; }
  .talk-with-expert .links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px; }
    .talk-with-expert .links a {
      width: 300px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0;
      color: #c0ce33;
      border: 1px solid #c0ce33;
      font-family: Montserrat-SemiBold;
      border-radius: 5px; }
      @media (max-width: 600px) {
        .talk-with-expert .links a {
          width: 100%;
          max-width: 300px; } }

.trsf-autocomplete {
  background: #fafafa;
  width: 400px;
  z-index: 10;
  list-style: none;
  cursor: pointer;
  border: 1px solid #e2e2e2; }
  .trsf-autocomplete li {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 45px;
    border-bottom: 2px solid #EFC51C; }
    .trsf-autocomplete li.ui-autocomplete-category {
      cursor: default;
      background: #525252;
      color: white; }
      .trsf-autocomplete li.ui-autocomplete-category i {
        margin-right: 10px; }
    .trsf-autocomplete li.k-list-item {
      color: #D9D9D9;
      font-weight: bold; }
      .trsf-autocomplete li.k-list-item.k-selected {
        background: transparent;
        color: #9E9E9E; }
    .trsf-autocomplete li:last-child {
      border-bottom: 0; }

.grecaptcha-badge {
  z-index: 999999; }

.swal-subscribe-conditions .swal2-confirm {
  background: #6e7881; }

.subscribe-conditions a {
  font-weight: bold; }

.fusion-theme-sharing-box {
  margin: 60px 0 30px 0; }

.fusion-icon-twitter:before {
  content: " ";
  width: 18px;
  height: 17px;
  align-items: self-end;
  display: inline-block;
  background-image: url(/wp-content/themes/Avada-Child-Theme/assets/img/icons/ico-twitter.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 3px; }

.custom-related-posts {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .custom-related-posts .posts-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between; }
    @media (max-width: 1140px) {
      .custom-related-posts .posts-lists {
        justify-content: center; } }
    .custom-related-posts .posts-lists .blog-post-item {
      margin: 0; }
      .custom-related-posts .posts-lists .blog-post-item * {
        color: #424242; }

.check-aptos-winners {
  border: 1px solid #EFC51C;
  border-radius: 13px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
  margin-top: 30px; }
  .check-aptos-winners .check-controls {
    display: flex;
    align-items: center;
    gap: 20px; }
    .check-aptos-winners .check-controls .button5 {
      margin: auto; }

.turisferr-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 50px;
  border-radius: 15px;
  border: 2px solid #548e87;
  row-gap: 0;
  column-gap: 50px; }
  .turisferr-form.ocher-style {
    border-color: #EFC51C; }
    .turisferr-form.ocher-style input[type="submit"] {
      margin: auto;
      background: #EFC51C; }
  .turisferr-form .title {
    font-size: 25px; }
  .turisferr-form .form-header {
    width: 100%;
    font-weight: bold;
    color: #c0ce33;
    border-bottom: 2px solid #EFC51C; }
  .turisferr-form .form-group {
    width: calc(50% - 25px);
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px; }
    @media (max-width: 768px) {
      .turisferr-form .form-group {
        width: 100%; } }
  .turisferr-form .form-element {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    /*hack for contact-form*/ }
    .turisferr-form .form-element &gt; p:first-child {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .turisferr-form .form-element &gt; p:first-child br {
        display: none; }
    @media (max-width: 768px) {
      .turisferr-form .form-element {
        width: 100%; } }
    .turisferr-form .form-element.full-width {
      width: 100%; }
    .turisferr-form .form-element.horizontal p {
      flex-direction: row; }
    .turisferr-form .form-element span {
      display: block;
      text-align: justify; }
  .turisferr-form input[type="submit"] {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 5px;
    color: white;
    background: #548e87;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: Montserrat-SemiBold; }
  .turisferr-form .wpcf7-spinner {
    margin: auto; }

.button-full-arrow {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 24px;
  font-family: Montserrat-SemiBold;
  color: white !important; }
  .button-full-arrow:after {
    content: "\f061";
    color: white;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.button1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 60px;
  padding: 0 40px;
  border-radius: 40px;
  color: white;
  font-family: Montserrat-Bold;
  font-size: 16px; }
  .button1:hover {
    color: white; }

.button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  padding: 0 30px 0 17px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-family: Montserrat-Bold;
  color: white;
  background: #EFC51C;
  position: relative; }
  .button2.green {
    background: #c0ce33; }
    .button2.green:before {
      border-bottom-color: #c0ce33;
      border-right-color: #c0ce33; }
  @media (max-width: 768px) {
    .button2 {
      height: 26px;
      padding: 0 25px 0 9px; } }
  .button2:hover {
    color: white;
    background-color: #548e87; }
    .button2:hover:before {
      border-bottom-color: #548e87;
      border-right-color: #548e87; }
  .button2:before {
    content: " ";
    position: absolute;
    left: -74px;
    border-width: 37px;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: #EFC51C;
    border-left-color: transparent;
    border-right-color: #EFC51C; }
    @media (max-width: 768px) {
      .button2:before {
        left: -26px;
        border-width: 13px; } }

.button3 {
  width: 280px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 40px;
  border-radius: 40px;
  background: white;
  font-family: Montserrat-SemiBold;
  color: #5fb22c !important;
  border: 2px solid #c0ce33;
  font-size: 20px; }

.button4 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-radius: 10px;
  font-family: Montserrat-SemiBold;
  color: white;
  background-color: #c0ce33; }
  .button4:hover {
    color: white; }
  .button4:after {
    content: "\f061";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white; }

.button5 {
  width: 315px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 5px;
  font-family: Montserrat-SemiBold;
  color: white;
  background-color: #c0ce33 !important;
  align-self: flex-start; }
  .button5:hover {
    color: white; }

.button6, .button7 {
  height: 54px;
  padding: 0 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  border: 1px solid white;
  border-radius: 100px;
  color: white;
  margin-top: 40px; }
  .button6:hover, .button7:hover {
    color: white; }

.button7 {
  font-size: 28px;
  align-self: center;
  border-radius: 5px; }

.button8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  min-height: 54px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #78C43C;
  background: rgba(192, 206, 51, 0);
  color: #00B203;
  font-size: 20px;
  font-weight: bold; }
  .button8.ocher-color-logo {
    border-color: #EFC51C; }
  .button8.white-color {
    color: white;
    border-color: white; }
    .button8.white-color.arrow-down:after {
      color: white; }
    .button8.white-color.arrow-up:after {
      color: white; }
  .button8.arrow-down:after {
    content: "\f0ab";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 10px;
    color: #00B203; }
  .button8.arrow-up:after {
    content: "\f0aa";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 10px;
    color: #00B203; }

/*botó apartamentos francia Reservar Ahora*/
.button9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  height: 54px;
  border-radius: 25px;
  background: #EFC51C;
  color: white;
  font-size: 20px; }
  .button9:hover {
    color: white; }

/*botó ver más secció hoteles*/
.button10 {
  font-size: 20px;
  font-weight: bold;
  color: #c0ce33; }

.button-download1 {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 5px;
  font-family: Montserrat-SemiBold;
  color: white;
  background-color: #c0ce33 !important; }
  .button-download1:hover {
    color: white; }
  .button-download1:after {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    color: white;
    border-radius: 50%;
    margin-left: 20px; }

.button-download2 {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-radius: 5px;
  padding: 0 15px 0 30px;
  font-family: Montserrat-SemiBold;
  border-radius: 23px;
  background-color: #F4F0EF;
  color: black;
  /*
  &amp;:after {
    content: "\f019";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    width: 44px;
    height: 44px;
    margin-left: auto;
    background: #E1DDDC;
    color: $black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
   */ }
  .button-download2:hover {
    color: black; }
  .button-download2 i {
    width: 44px;
    height: 44px;
    background: #E1DDDC;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }

.button-download3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: black;
  text-decoration: underline; }
  .button-download3:hover {
    color: black; }
  .button-download3 i {
    color: #ED203F;
    margin-right: 20px; }

.btn-view-detail {
  height: 50px;
  display: flex;
  align-items: center;
  background: #c0ce33;
  color: white;
  border-radius: 25px;
  padding: 0 27px;
  font-size: 15px;
  font-family: Montserrat-SemiBold; }
  .btn-view-detail:hover {
    color: white; }
  .btn-view-detail.arrow-down:after {
    content: "\f063";
    font-weight: 900; }
  .btn-view-detail:after {
    content: "\f061";
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    margin-left: auto;
    color: white;
    font-weight: 900; }

.btn-call {
  display: inline-flex;
  align-items: center;
  height: 54px;
  font-weight: bold;
  padding: 0 100px;
  color: white;
  background: #c0ce33; }
  .btn-call:hover {
    color: white; }

.lnk-triangle {
  position: relative;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .lnk-triangle:after {
    content: "\f078";
    font-size: 25px;
    color: #EFC51C;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.btn-search-form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  max-width: 260px;
  height: 54px;
  padding: 0 65px;
  border-radius: 100px;
  color: white;
  background: #EFC51C;
  font-size: 20px;
  font-family: Montserrat;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
  .btn-search-form:hover {
    color: white;
    background-color: #548e87; }

.btn-files {
  font-size: 14px;
  padding: 10px 20px;
  height: auto; }

.btn-sostenible-container {
  position: absolute !important;
  top: 15%;
  left: 0;
  right: 0; }
  @media (max-width: 1140px) {
    .btn-sostenible-container {
      top: 10%; } }

.btn-atf-sostenible {
  font-size: 14px;
  padding: 10px 20px;
  height: auto;
  color: #548e87;
  border-color: #548e87; }
  .btn-atf-sostenible:before {
    content: "\f06c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 10px;
    color: #548e87; }

.btn-search-car {
  margin: auto; }
  .btn-search-car i {
    margin-left: 10px; }

.btn-booking-apartment {
  margin: 0 20px;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  text-align: center;
  align-self: center; }

.btn-call {
  display: inline-flex;
  align-items: center;
  height: 54px;
  font-weight: bold;
  padding: 0 100px;
  color: white;
  background: #c0ce33; }

.btn-turisferr-discounts {
  display: flex;
  align-items: center;
  margin: auto;
  color: #548e87;
  font-weight: bold;
  border: 2px solid #548e87;
  padding: 10px;
  gap: 10px; }
  .btn-turisferr-discounts i {
    font-size: 25px; }
  .btn-turisferr-discounts:hover {
    color: #548e87; }

.banner-blog {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1116px;
  width: 100%;
  height: 317px;
  background-size: auto, cover;
  background-image: url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/shape2.png"), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/blog_asociacion.jpg");
  background-position: top left, center;
  background-repeat: no-repeat, no-repeat;
  border-radius: 10px; }
  @media (max-width: 768px) {
    .banner-blog {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(239, 197, 28, 0.8) 100%), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/blog_asociacion.jpg"); } }
  .banner-blog span {
    display: flex;
    position: absolute;
    top: 40px;
    left: 40px;
    color: white;
    font-family: Montserrat-SemiBold;
    font-size: 35px;
    line-height: 35px; }
    @media (max-width: 768px) {
      .banner-blog span {
        position: initial;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 50px !important; } }

.banner-info-bookings {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  height: 363px;
  background-image: url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/shape3.png"), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/info_bookings.jpg");
  background-size: auto, cover;
  background-position: top right, center;
  background-repeat: no-repeat, no-repeat;
  border-radius: 10px; }
  @media (max-width: 768px) {
    .banner-info-bookings {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(239, 197, 28, 0.8) 100%), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/info_bookings.jpg"); } }
  .banner-info-bookings &gt; div {
    width: 40%;
    color: white;
    align-self: flex-end;
    font-size: 16px; }
    @media (max-width: 768px) {
      .banner-info-bookings &gt; div {
        width: 100%;
        text-align: center;
        margin-bottom: 50px !important; } }
    .banner-info-bookings &gt; div &gt; p:first-child {
      font-family: Montserrat-SemiBold;
      font-size: 30px; }

.banner-legalitas {
  display: flex;
  flex-direction: column;
  max-width: 1096px;
  width: 100%;
  height: 283px;
  background-image: url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/shape4.png"), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/legalitas.jpg");
  background-size: auto, cover;
  background-position: top left, center;
  background-repeat: no-repeat, no-repeat;
  border-radius: 10px; }
  @media (max-width: 768px) {
    .banner-legalitas {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(192, 206, 51, 0.8) 100%), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/legalitas.jpg"); } }
  .banner-legalitas &gt; div {
    margin-left: 55px;
    margin-top: 25px;
    font-size: 20px;
    font-family: Montserrat-SemiBold;
    color: white; }
    @media (max-width: 768px) {
      .banner-legalitas &gt; div {
        width: 100%;
        text-align: center;
        margin-top: auto;
        margin-bottom: 50px !important; } }
    .banner-legalitas &gt; div p {
      margin: 0; }
    .banner-legalitas &gt; div .service {
      font-size: 20px;
      margin-top: 10px; }
    .banner-legalitas &gt; div .button-links {
      display: inline-flex;
      align-items: center;
      flex-direction: column;
      gap: 10px;
      color: white; }
      @media (max-width: 768px) {
        .banner-legalitas &gt; div .button-links {
          margin-top: 20px !important; } }
      .banner-legalitas &gt; div .button-links a.button6 {
        padding: 0 40px; }
      .banner-legalitas &gt; div .button-links .more-info {
        color: white;
        font-size: 20px; }

.banner-register-user {
  display: flex;
  flex-direction: column;
  max-width: 1095px;
  width: 100%;
  height: 281px;
  background-image: url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/shape7.png"), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/register_user.jpg");
  background-size: auto, cover;
  background-position: top left, center;
  background-repeat: no-repeat, no-repeat;
  border-radius: 10px; }
  @media (max-width: 768px) {
    .banner-register-user {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(192, 206, 51, 0.8) 100%), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/register_user.jpg"); } }
  .banner-register-user &gt; div {
    margin-left: 85px;
    margin-top: 45px;
    font-size: 30px;
    font-family: Montserrat-SemiBold;
    color: white; }
    @media (max-width: 768px) {
      .banner-register-user &gt; div {
        width: 100%;
        text-align: center;
        margin-top: auto;
        margin-bottom: 50px !important; } }
    .banner-register-user &gt; div p {
      margin: 0; }
    .banner-register-user &gt; div p:nth-child(1) {
      font-family: Montserrat;
      font-size: 16px; }
    .banner-register-user &gt; div p:nth-child(3) {
      font-family: Montserrat; }

.banner-subscribe {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  width: 100%;
  height: 363px;
  padding: 10px;
  background-image: url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/shape1.png"), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/newsletter.jpg");
  background-size: auto, cover;
  background-position: top left, center;
  background-repeat: no-repeat, no-repeat;
  border-radius: 10px; }
  @media (max-width: 768px) {
    .banner-subscribe {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(239, 197, 28, 0.8) 100%), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/newsletter.jpg"); } }
  .banner-subscribe p {
    margin: 0;
    color: white;
    font-weight: bold;
    line-height: initial;
    font-family: Montserrat-Bold; }
  .banner-subscribe p:nth-child(1) {
    margin-left: 130px;
    margin-top: 65px;
    font-size: 25px;
    text-align: left; }
    @media (max-width: 768px) {
      .banner-subscribe p:nth-child(1) {
        text-align: center; } }
  .banner-subscribe p:nth-child(2) {
    margin-left: 130px;
    margin-bottom: 40px;
    font-size: 55px; }
    @media (max-width: 768px) {
      .banner-subscribe p:nth-child(2) {
        margin-bottom: 20px !important;
        font-size: 40px; } }
  .banner-subscribe .form-subscribe {
    display: flex;
    justify-content: space-between;
    margin-left: 70px;
    width: 650px;
    height: 90px;
    padding: 8px;
    padding-left: 60px;
    background: white;
    border-radius: 50px;
    font-size: 20px; }
    @media (max-width: 768px) {
      .banner-subscribe .form-subscribe {
        flex-direction: column;
        width: 80%;
        height: auto;
        border-radius: 5px;
        margin-bottom: 50px !important;
        padding: 8px;
        gap: 20px; } }
    .banner-subscribe .form-subscribe .input-container {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .banner-subscribe .form-subscribe .input-container input {
        width: calc(100% - 50px);
        height: 100%;
        border: none; }
        @media (max-width: 768px) {
          .banner-subscribe .form-subscribe .input-container input {
            width: 100%;
            padding: 0;
            margin-bottom: 10px !important; } }
      .banner-subscribe .form-subscribe .input-container label.form-error {
        color: red;
        font-family: Montserrat-SemiBold;
        font-size: 14px; }
    @media (max-width: 768px) {
      .banner-subscribe .form-subscribe a.button2 {
        height: 34px;
        padding-right: 0;
        padding-left: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .banner-subscribe .form-subscribe a.button2:before {
          display: none;
          left: -34px;
          border-width: 17px; } }
    .banner-subscribe .form-subscribe a.button2:after {
      content: "\f061";
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      color: white;
      margin-left: 20px; }

.banner-saving {
  display: flex;
  flex-direction: column;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  width: 100%;
  height: 317px;
  background-size: auto, cover;
  background-image: url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/shape5.png"), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/saving.jpg");
  background-position: top left, center;
  background-repeat: no-repeat, no-repeat;
  border-radius: 10px; }
  @media (max-width: 768px) {
    .banner-saving {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(192, 206, 51, 0.8) 100%), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/saving.jpg"); } }
  .banner-saving span {
    position: absolute;
    top: 40px;
    left: 40px;
    color: white;
    font-family: Montserrat-SemiBold;
    font-size: 35px;
    line-height: 35px; }
    @media (max-width: 768px) {
      .banner-saving span {
        position: initial;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 50px !important; } }

.banner-trust {
  display: flex;
  flex-direction: column;
  margin: auto;
  position: relative;
  max-width: 1140px;
  width: 100%;
  height: 317px;
  background-size: auto, cover;
  background-image: url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/shape6.png"), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/trust.jpg");
  background-position: bottom right, center;
  background-repeat: no-repeat, no-repeat;
  border-radius: 10px; }
  @media (max-width: 768px) {
    .banner-trust {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(239, 197, 28, 0.8) 100%), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/trust.jpg"); } }
  .banner-trust span {
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: white;
    font-family: Montserrat-SemiBold;
    font-size: 35px;
    line-height: 35px; }
    @media (max-width: 768px) {
      .banner-trust span {
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: center;
        margin-bottom: 50px !important; } }

.banner-advantages {
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  width: 100%;
  height: 317px;
  background-size: auto, cover;
  background-image: url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/shape5.png"), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/advantages.jpg");
  background-position: top left, center;
  background-repeat: no-repeat, no-repeat;
  border-radius: 10px; }
  @media (max-width: 768px) {
    .banner-advantages {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(192, 206, 51, 0.8) 100%), url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/advantages.jpg"); } }
  .banner-advantages span {
    position: absolute;
    top: 40px;
    left: 40px;
    color: white;
    font-family: Montserrat-SemiBold;
    font-size: 35px;
    line-height: 35px; }
    @media (max-width: 768px) {
      .banner-advantages span {
        position: initial;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 50px !important; } }
  .banner-advantages:after {
    content: url("/wp-content/themes/Avada-Child-Theme/assets/img/banners/logo_legalitas.png");
    background: white;
    position: absolute;
    top: 0px;
    right: 50px;
    border-left: 25px solid white;
    border-bottom: 10px solid white;
    border-right: 25px solid white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }

.discover-more-offers {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 410px;
  background-image: linear-gradient(90deg, rgba(27, 126, 69, 0.8) 19.44%, rgba(27, 126, 69, 0) 77.25%), url("/wp-content/themes/Avada-Child-Theme/assets/img/offers/offers_1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: white; }
  .discover-more-offers:hover {
    color: white; }
    .discover-more-offers:hover span {
      color: white; }
  .discover-more-offers span {
    width: 25%;
    margin-top: 35px;
    margin-left: 35px;
    font-size: 20px; }

/*responsive adjusts*/
@media (max-width: 768px) {
  .banner-advantages,
  .banner-blog,
  .banner-info-bookings,
  .banner-legalitas,
  .banner-saving,
  .banner-subscribe,
  .banner-register-user,
  .banner-trust {
    height: 500px;
    align-items: center;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .banner-advantages:before,
    .banner-blog:before,
    .banner-info-bookings:before,
    .banner-legalitas:before,
    .banner-saving:before,
    .banner-subscribe:before,
    .banner-register-user:before,
    .banner-trust:before {
      content: " ";
      width: 105%;
      height: 110px;
      background: white;
      position: absolute;
      top: -8px;
      left: -1px;
      border-bottom-left-radius: 100%;
      border-bottom-right-radius: 500%;
      transform: rotate(-1deg); }
    .banner-advantages *,
    .banner-blog *,
    .banner-info-bookings *,
    .banner-legalitas *,
    .banner-saving *,
    .banner-subscribe *,
    .banner-register-user *,
    .banner-trust * {
      margin: initial !important; } }

.offer-detail {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -125px; }
  .offer-detail * {
    box-sizing: border-box; }
  .offer-detail[data-is-pdf=true] {
    top: 0; }
    .offer-detail[data-is-pdf=true] *:not(i) {
      font-family: Montserrat !important; }
    .offer-detail[data-is-pdf=true] .main-image {
      margin-bottom: 50px; }
  .offer-detail .main-image {
    height: 500px;
    background-color: rgba(255, 255, 255, 0);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white; }
    .offer-detail .main-image .offer-title {
      font-size: 30px;
      margin-bottom: 20px;
      font-family: Montserrat-SemiBold;
      text-align: center; }
    .offer-detail .main-image .offer-subtitle {
      font-size: 16px;
      text-align: center; }
  .offer-detail .offer-info {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1140px) {
      .offer-detail .offer-info {
        padding: 0 10px; } }
    .offer-detail .offer-info .breadcrumb-download {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 1140px) {
        .offer-detail .offer-info .breadcrumb-download {
          flex-direction: column; } }
    .offer-detail .offer-info .lnk-download {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 34px;
      height: 31px;
      border: 3px solid #ED203F;
      border-radius: 5px;
      color: black;
      background: white;
      margin-top: 30px; }
      @media (max-width: 1140px) {
        .offer-detail .offer-info .lnk-download {
          align-self: flex-end; } }
      .offer-detail .offer-info .lnk-download i {
        position: absolute;
        top: -19px;
        font-size: 37px;
        color: #ED203F;
        background: white; }
      .offer-detail .offer-info .lnk-download span {
        position: absolute;
        bottom: -30px;
        font-weight: bold;
        font-size: 18px; }
    .offer-detail .offer-info .pdf-content {
      display: flex;
      flex-direction: column;
      margin-bottom: 50px; }
      .offer-detail .offer-info .pdf-content embed, .offer-detail .offer-info .pdf-content object, .offer-detail .offer-info .pdf-content iframe {
        width: 100%;
        min-height: 1300px; }
    .offer-detail .offer-info .viewer-container {
      width: 100%;
      min-height: 150px;
      margin-bottom: 50px;
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .offer-detail .offer-info .viewer-container .pdf-pager {
        display: none;
        gap: 20px;
        align-items: center;
        justify-content: center; }
        .offer-detail .offer-info .viewer-container .pdf-pager .current-page-info {
          color: #EFC51C; }
        .offer-detail .offer-info .viewer-container .pdf-pager .previous-page, .offer-detail .offer-info .viewer-container .pdf-pager .next-page {
          display: flex;
          align-items: center;
          justify-content: center;
          background: #c0ce33 !important;
          border-radius: 50%;
          width: 35px;
          height: 35px;
          min-width: 0;
          min-height: 0;
          align-self: center;
          color: white; }
          .offer-detail .offer-info .viewer-container .pdf-pager .previous-page[disabled], .offer-detail .offer-info .viewer-container .pdf-pager .next-page[disabled] {
            pointer-events: none;
            cursor: default;
            opacity: 0.6; }
      .offer-detail .offer-info .viewer-container canvas {
        display: block;
        width: 100%;
        /*width: 1140px;
        height: 100%;*/ }
    .offer-detail .offer-info .main-info {
      display: flex;
      justify-content: space-between;
      margin-bottom: 25px;
      position: relative; }
      @media (max-width: 1140px) {
        .offer-detail .offer-info .main-info {
          flex-direction: column; } }
      .offer-detail .offer-info .main-info .description-itinerary {
        width: 65%;
        display: flex;
        flex-direction: column; }
        @media (max-width: 1140px) {
          .offer-detail .offer-info .main-info .description-itinerary {
            width: 100%; } }
        .offer-detail .offer-info .main-info .description-itinerary .description {
          margin: 50px 0;
          text-align: justify; }
        .offer-detail .offer-info .main-info .description-itinerary .itinerary .offer-itinerary {
          list-style: none;
          margin: 0;
          padding: 0;
          text-align: justify; }
          .offer-detail .offer-info .main-info .description-itinerary .itinerary .offer-itinerary li {
            display: flex;
            flex-direction: column;
            padding-left: 40px;
            padding-bottom: 25px;
            position: relative;
            border-left: 6px solid #EFC51C; }
            .offer-detail .offer-info .main-info .description-itinerary .itinerary .offer-itinerary li:before {
              content: " ";
              width: 16px;
              height: 16px;
              border-radius: 50%;
              background: #EFC51C;
              position: absolute;
              left: -11px; }
            .offer-detail .offer-info .main-info .description-itinerary .itinerary .offer-itinerary li:first-child &gt; span {
              font-size: 20px; }
            .offer-detail .offer-info .main-info .description-itinerary .itinerary .offer-itinerary li:first-child:before {
              width: 24px;
              height: 24px;
              background: #c0ce33;
              left: -15px; }
            .offer-detail .offer-info .main-info .description-itinerary .itinerary .offer-itinerary li:last-child {
              border: none; }
              .offer-detail .offer-info .main-info .description-itinerary .itinerary .offer-itinerary li:last-child:before {
                left: -5px; }
            .offer-detail .offer-info .main-info .description-itinerary .itinerary .offer-itinerary li &gt; span {
              font-size: 14px;
              font-weight: bold; }
            .offer-detail .offer-info .main-info .description-itinerary .itinerary .offer-itinerary li &gt; div {
              padding-left: 20px; }
            .offer-detail .offer-info .main-info .description-itinerary .itinerary .offer-itinerary li .image-itinerary {
              height: 275px;
              margin-top: 20px; }
              .offer-detail .offer-info .main-info .description-itinerary .itinerary .offer-itinerary li .image-itinerary img {
                object-fit: cover;
                width: 100%;
                height: 275px;
                border-radius: 16px; }
      .offer-detail .offer-info .main-info .days-price-info {
        width: 30%;
        display: flex;
        flex-direction: column; }
        @media (max-width: 1140px) {
          .offer-detail .offer-info .main-info .days-price-info {
            width: 100%; } }
        .offer-detail .offer-info .main-info .days-price-info .days, .offer-detail .offer-info .main-info .days-price-info .price {
          min-height: 54px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          background-color: #00B203;
          color: white;
          font-size: 28px;
          font-family: Montserrat-SemiBold;
          border-radius: 100px;
          margin-right: 60px; }
          @media (max-width: 1140px) {
            .offer-detail .offer-info .main-info .days-price-info .days, .offer-detail .offer-info .main-info .days-price-info .price {
              margin-right: 0; } }
        .offer-detail .offer-info .main-info .days-price-info .days {
          margin-bottom: 15px; }
        .offer-detail .offer-info .main-info .days-price-info .price {
          margin-bottom: 10px;
          background-color: #34B8A8; }
        .offer-detail .offer-info .main-info .days-price-info .other-info {
          display: flex;
          flex-direction: column;
          row-gap: 25px;
          padding: 40px 40px 40px 0;
          margin-bottom: 40px;
          border-right: 6px solid #c0ce33; }
          @media (max-width: 1140px) {
            .offer-detail .offer-info .main-info .days-price-info .other-info {
              padding-right: 0px;
              border-right: 0; } }
          .offer-detail .offer-info .main-info .days-price-info .other-info .field-info {
            font-size: 13px;
            text-align: justify; }
          .offer-detail .offer-info .main-info .days-price-info .other-info .departure-dates {
            display: flex;
            flex-direction: column;
            row-gap: 25px; }
            .offer-detail .offer-info .main-info .days-price-info .other-info .departure-dates .year-dates .title {
              margin-bottom: 20px; }
            .offer-detail .offer-info .main-info .days-price-info .other-info .departure-dates .year-dates .detail .month-detail .month {
              font-weight: bold;
              text-transform: capitalize; }
        .offer-detail .offer-info .main-info .days-price-info .gallery {
          width: 460px;
          height: 255px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 1140px) {
            .offer-detail .offer-info .main-info .days-price-info .gallery {
              width: 100%;
              max-width: 460px; } }
          .offer-detail .offer-info .main-info .days-price-info .gallery.gallery-arrow:after {
            display: flex;
            align-items: center;
            justify-content: center;
            content: "\f061";
            border-radius: 50%;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 23px;
            width: 47px;
            height: 47px;
            color: white;
            background: #c0ce33;
            flex-grow: 0;
            flex-shrink: 0;
            position: absolute;
            right: 35px;
            pointer-events: none; }
          .offer-detail .offer-info .main-info .days-price-info .gallery.image-dot:before {
            left: 50px !important; }
          .offer-detail .offer-info .main-info .days-price-info .gallery a {
            width: 100%;
            height: 100%; }
            .offer-detail .offer-info .main-info .days-price-info .gallery a:not(:first-child) {
              display: none; }
            .offer-detail .offer-info .main-info .days-price-info .gallery a img {
              object-fit: cover;
              width: 100%;
              height: 255px;
              border-top-left-radius: 16px;
              border-bottom-left-radius: 16px; }
        .offer-detail .offer-info .main-info .days-price-info .departure-notes, .offer-detail .offer-info .main-info .days-price-info .our-services, .offer-detail .offer-info .main-info .days-price-info .hotels {
          overflow-wrap: anywhere; }
          .offer-detail .offer-info .main-info .days-price-info .departure-notes .title, .offer-detail .offer-info .main-info .days-price-info .our-services .title, .offer-detail .offer-info .main-info .days-price-info .hotels .title {
            color: #c0ce33; }
    .offer-detail .offer-info .important-info {
      border: 1px solid #EFC51C;
      border-radius: 15px;
      padding: 40px;
      margin-bottom: 50px;
      overflow-wrap: anywhere;
      text-align: justify; }
    .offer-detail .offer-info .title {
      font-size: 25px;
      font-family: Montserrat-SemiBold;
      color: #EFC51C; }

.offer-form-container {
  position: relative; }
  .offer-form-container label.offer-form-error {
    color: red; }
  .offer-form-container input.offer-form-error, .offer-form-container textarea.offer-form-error {
    border: 1px solid red; }
  .offer-form-container .title {
    margin-left: 40px;
    color: #548e87 !important; }
  .offer-form-container .offer-form {
    padding: 50px;
    border-radius: 15px;
    border: 2px solid #548e87;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 50px; }
    .offer-form-container .offer-form .form-element {
      width: calc(50% - 25px);
      display: flex;
      flex-direction: column; }
      @media (max-width: 768px) {
        .offer-form-container .offer-form .form-element {
          width: 100%; } }
      .offer-form-container .offer-form .form-element .form-header {
        font-size: 18px;
        font-family: Montserrat-SemiBold;
        color: #548e87;
        border-bottom: 2px solid #548e87; }
      .offer-form-container .offer-form .form-element.full-width {
        width: 100%; }
      .offer-form-container .offer-form .form-element.fourth-part-width {
        width: calc(20%);
        min-width: 180px; }
        @media (max-width: 768px) {
          .offer-form-container .offer-form .form-element.fourth-part-width {
            width: 50%; } }
        @media (max-width: 480px) {
          .offer-form-container .offer-form .form-element.fourth-part-width {
            width: 100%; } }
      @media (max-width: 768px) {
        .offer-form-container .offer-form .form-element .k-numerictextbox.k-input, .offer-form-container .offer-form .form-element .k-datepicker.k-input {
          width: initial; } }
    .offer-form-container .offer-form input[data-type="checkbox"] {
      width: 30px;
      height: 30px;
      flex: 0 0 30px;
      align-self: flex-start; }
    .offer-form-container .offer-form textarea {
      resize: none; }
    .offer-form-container .offer-form .controls {
      width: 100%; }
      .offer-form-container .offer-form .controls &gt; div {
        display: flex;
        align-items: center;
        margin-bottom: 10px; }
        .offer-form-container .offer-form .controls &gt; div input[type="checkbox"] {
          margin-right: 10px; }
        .offer-form-container .offer-form .controls &gt; div:nth-child(2) {
          margin-bottom: 50px; }
      .offer-form-container .offer-form .controls .button5 {
        width: 100%;
        background-color: #548e87 !important; }

.offers {
  width: 100%;
  max-width: 1670px;
  min-width: 1140px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: auto; }
  @media (max-width: 1140px) {
    .offers {
      width: 100%;
      min-width: inherit; } }
  .offers[data-no-results="true"] .offers-no-results {
    display: block; }
  .offers .list-offers-title {
    width: 75%;
    max-width: 1140px;
    margin: auto;
    margin-bottom: 50px;
    color: #00B203;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center; }
    .offers .list-offers-title:after {
      content: " ";
      display: flex;
      margin-left: 50px;
      flex-grow: 1;
      height: 2px;
      background-color: #00B203; }
  .offers .offers-list-view {
    border: none;
    margin-bottom: 50px; }
    .offers .offers-list-view .k-listview-content {
      display: flex;
      flex-wrap: wrap;
      gap: 50px; }
  .offers .offers-no-results {
    display: none;
    margin: auto;
    margin-bottom: 50px;
    font-size: 25px; }
  .offers .offers-pager {
    margin-bottom: 50px; }
  .offers #btn-view-more {
    margin: auto;
    margin-bottom: 20px; }
    .offers #btn-view-more:before {
      content: attr(data-text-view-more); }
  .offers #list-labels {
    margin-bottom: 50px; }

.ul-filter-labels {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px; }
  .ul-filter-labels.ocher li span[data-active=true] {
    color: #EFC51C;
    border: 1px solid #EFC51C; }
  .ul-filter-labels li span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    min-height: 36px;
    color: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 18px;
    cursor: pointer;
    text-align: center; }
    .ul-filter-labels li span[data-active=true] {
      color: #00B203;
      border: 1px solid #00B203;
      border-radius: 18px; }

.best-offers .list-view-best-offers {
  border: none;
  margin-bottom: 50px; }
  .best-offers .list-view-best-offers .k-listview-content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px; }

.offer-item {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-top: 25px;
  flex: 1 0 100%; }
  @media (max-width: 1090px) {
    .offer-item {
      max-width: 100%; } }
  @media (max-width: 500px) {
    .offer-item {
      flex-direction: column; } }
  .offer-item .image {
    position: relative;
    flex: 0 0 270px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .offer-item .image img {
      object-fit: cover;
      width: 100%;
      height: 240px;
      border-radius: 13px; }
    .offer-item .image .price {
      width: 60%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: absolute;
      right: -100px;
      top: -25px;
      padding: 8px 18px;
      font-family: Montserrat-SemiBold;
      color: white;
      background: #EFC51C;
      border: 2px solid white;
      border-radius: 10px; }
      .offer-item .image .price span:nth-child(1) {
        font-size: 12px; }
      @media (max-width: 500px) {
        .offer-item .image .price {
          min-width: 100px;
          margin-left: auto;
          right: 20px;
          text-align: center; } }
      .offer-item .image .price:after {
        content: " ";
        width: 16px;
        height: 16px;
        background: #EFC51C;
        position: absolute;
        bottom: -10px;
        left: calc(50% - 8px);
        transform: rotate(45deg);
        border: 2px solid white;
        border-top-color: transparent;
        border-left-color: transparent; }
  .offer-item .info {
    flex: 1 1 auto;
    padding: 50px 0 0 20px;
    display: flex;
    flex-direction: column;
    font-family: Montserrat-SemiBold; }
    @media (max-width: 500px) {
      .offer-item .info {
        padding: 0; } }
    .offer-item .info span {
      margin-bottom: 15px; }
    .offer-item .info .title {
      font-size: 25px;
      line-height: initial;
      color: black; }
    .offer-item .info .short-descri {
      font-family: Montserrat;
      font-size: 13px; }
    .offer-item .info .dates {
      font-size: 13px;
      font-weight: bold;
      color: black; }
    .offer-item .info .labels {
      display: flex;
      flex-wrap: wrap; }
      .offer-item .info .labels .label {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-family: Montserrat-Regular;
        height: 25px;
        padding: 0 10px;
        color: black;
        border: 1px solid #bbbbbb;
        border-radius: 20px;
        margin-right: 5px; }

.turisferr-pager {
  border: none !important;
  background: transparent !important;
  margin: auto; }
  .turisferr-pager button.k-pager-first,
  .turisferr-pager button.k-pager-last {
    display: none; }
  .turisferr-pager .k-pager-numbers-wrap &gt; button:nth-child(2),
  .turisferr-pager .k-pager-numbers-wrap &gt; button:nth-child(5) {
    background: #c0ce33 !important;
    border-radius: 50%;
    margin-right: 12px;
    width: 35px;
    height: 35px;
    min-width: 0;
    min-height: 0;
    align-self: center;
    color: white; }
  .turisferr-pager .k-pager-numbers {
    flex-wrap: wrap;
    gap: 10px;
    margin-right: 10px; }
    .turisferr-pager .k-pager-numbers button {
      border-radius: 50%;
      background-color: #D9D9D9 !important;
      color: white;
      font-size: 20px; }
      .turisferr-pager .k-pager-numbers button.k-selected {
        background-color: #EFC51C !important; }

/*
responsive layout avada
screen  &gt; 1140px
tablet     1140px
mobile    768px
*/
@media (max-width: 1140px) {
  .turisferr-layout {
    padding: 0 10px !important; } }

.wrapper-full-width {
  width: 100%; }
  @media (max-width: 1140px) {
    .wrapper-full-width {
      width: 100%;
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.center-wrapper {
  max-width: 1440px;
  width: 1440px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important; }
  @media (max-width: 1440px) {
    .center-wrapper {
      width: 100%;
      max-width: 1440px;
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.center-wrapper-padding {
  width: 1440px !important;
  padding-left: 150px !important;
  padding-right: 150px !important;
  margin-left: auto !important;
  margin-right: auto !important; }
  @media (max-width: 1440px) {
    .center-wrapper-padding {
      width: 100% !important;
      max-width: 1140px;
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  @media (max-width: 1140px) {
    .center-wrapper-padding {
      width: 100% !important;
      max-width: 1140px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: auto;
      margin-right: auto; } }

.center-wrapper-padding-right {
  max-width: 1440px;
  width: 1440px !important;
  padding-right: 150px !important;
  margin-left: auto !important;
  margin-right: auto !important; }
  @media (max-width: 1440px) {
    .center-wrapper-padding-right {
      width: 100% !important;
      max-width: 1290px !important;
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.center-wrapper-padding-left {
  max-width: 1440px;
  width: 1440px !important;
  padding-left: 150px !important;
  margin-left: auto !important;
  margin-right: auto !important; }
  @media (max-width: 1440px) {
    .center-wrapper-padding-left {
      width: 100% !important;
      max-width: 1290px !important;
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.center-wrapper-margin {
  max-width: 1140px;
  width: 1140px !important;
  margin-left: auto !important;
  margin-right: auto !important; }
  @media (max-width: 1440px) {
    .center-wrapper-margin {
      width: 100% !important;
      max-width: 1140px !important;
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.col-1-8 {
  flex: 0 0 12.5%; }

.col-2-8 {
  flex: 0 0 25%; }

.col-3-8 {
  flex: 0 0 37.5%; }

.col-4-8 {
  flex: 0 0 50%; }

.col-5-8 {
  flex: 0 0 62.5%; }

.col-6-8 {
  flex: 0 0 75%; }

.col-7-8 {
  flex: 0 0 87.5%; }

.col-8-8 {
  flex: 0 0 100%; }

.col-1-3 {
  flex: 0 0 33.33%; }

.col-2-3 {
  flex: 0 0 66.67%; }

.col-3-3 {
  flex: 0 0 100%; }

.col-3-10 {
  flex: 0 0 30%; }

.col-7-10 {
  flex: 0 0 70%; }

.policy-content {
  width: 100%;
  text-align: justify; }
  .policy-content h2 {
    text-align: left;
    word-break: break-word; }
  .policy-content a {
    word-break: break-word; }
  .policy-content .space-under {
    margin-bottom: 50px; }
  .policy-content table {
    margin-bottom: 20px;
    font-size: 14px; }
  .policy-content .underline {
    text-decoration: underline; }
  .policy-content ul, .policy-content ol {
    margin: 0;
    padding: 0;
    padding-left: 50px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .policy-content ul, .policy-content ol {
        padding-left: 30px; } }
    .policy-content ul.no-padding, .policy-content ol.no-padding {
      padding-left: 0;
      margin-left: 20px; }
    .policy-content ul.text-left li, .policy-content ol.text-left li {
      text-align: left; }
    .policy-content ul.check-style, .policy-content ol.check-style {
      list-style: "✓ "; }
    .policy-content ul li, .policy-content ol li {
      margin-bottom: 10px; }
  .policy-content ol {
    list-style: lower-latin; }
    .policy-content ol.number-style {
      list-style: auto; }
    .policy-content ol.no-style {
      /*padding-left: 0;*/
      list-style: none; }
    .policy-content ol li span {
      display: block;
      font-weight: bold;
      margin-bottom: 20px; }
    .policy-content ol li::marker {
      font-weight: bold; }
  .policy-content .table-container {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px; }
    .policy-content .table-container .policy-table {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid black;
      margin: auto; }
      .policy-content .table-container .policy-table tr:nth-child(odd) td {
        background: #eeeeee; }
      .policy-content .table-container .policy-table tr:nth-child(even) td {
        background: white; }
      @media (max-width: 768px) {
        .policy-content .table-container .policy-table td, .policy-content .table-container .policy-table th {
          display: block;
          border-right: 0 !important; } }
      .policy-content .table-container .policy-table th {
        padding: 15px;
        height: 50px;
        color: white;
        text-align: center;
        background: #c0ce33;
        border-bottom: 1px solid black;
        border-right: 1px solid black; }
      .policy-content .table-container .policy-table td {
        padding: 15px;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        text-align: left; }

.informative-note {
  width: 100%;
  max-width: 1400px !important;
  text-align: justify !important; }
  .informative-note .logo {
    display: block;
    margin-left: auto;
    margin-bottom: 50px; }
  .informative-note .center-text {
    text-align: center; }
  .informative-note .especial-text {
    font-size: 20px;
    color: #548e87;
    text-align: center; }
  .informative-note ol, .informative-note ul {
    padding-left: 50px;
    margin-bottom: 20px; }
    .informative-note ol li, .informative-note ul li {
      margin-bottom: 10px; }

/*
Declaro aquesta biblioteca per tal que sigui més fàcil fer una actualtizació global dels estils de les lletres donat que al disseny
hi ha molta varietat de combinacions de textos.
*/
.text-60 {
  font-size: 60px;
  line-height: 60px;
  font-family: Montserrat-SemiBold; }
  @media (max-width: 480px) {
    .text-60 {
      font-size: 48px;
      line-height: 48px; } }
  @media (max-width: 400px) {
    .text-60 {
      font-size: 40px;
      line-height: 40px; } }

.text-48 {
  font-size: 48px;
  line-height: 48px; }
  @media (max-width: 480px) {
    .text-48 {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 400px) {
    .text-48 {
      font-size: 30px;
      line-height: 30px; } }

.text-45 {
  font-size: 45px;
  line-height: 45px; }

.text-42 {
  font-size: 42px;
  line-height: 42px; }

.text-30 {
  font-size: 30px; }

.text-28 {
  font-size: 28px; }

.text-25 {
  font-size: 25px; }

.text-22 {
  font-size: 22px; }

.text-20 {
  font-size: 20px; }

.text-16 {
  font-size: 16px; }

.text-14 {
  font-size: 14px; }

.text-12 {
  font-size: 12px; }

.text-11 {
  font-size: 11px; }

.turisferr-post .blog-menu {
  margin-bottom: 50px; }
.turisferr-post .banner {
  margin-top: 50px; }

.blog-main-image {
  width: 100%;
  height: 422px;
  position: relative;
  margin-top: -125px !important;
  color: white;
  z-index: 0; }
  .blog-main-image img {
    object-fit: cover;
    width: 100%;
    height: 422px; }
  .blog-main-image .blog-title {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 30%;
    left: 20%;
    color: white;
    margin: 0; }
    .blog-main-image .blog-title span:nth-child(1) {
      font-size: 42px;
      font-family: Montserrat-Bold; }
    .blog-main-image .blog-title span:nth-child(2) {
      font-size: 25px;
      margin-bottom: 10px; }
    .blog-main-image .blog-title span:nth-child(3) {
      font-size: 18px; }

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
  background: transparent;
  border: none; }

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
  padding: 0; }

.tooltipster-sidetip.tooltipster-light.tooltipster-light-white .tooltipster-box {
  background: white; }

/*logued-user-area*/
.tooltipster-sidetip.tooltipster-light.tooltipster-logued-user-area .tooltipster-box {
  background: white;
  border-color: #EFC51C;
  border-radius: 20px; }

.tooltipster-sidetip.tooltipster-light.tooltipster-logued-user-area .tooltipster-content {
  padding: 15px; }

.tooltipster-sidetip.tooltipster-light.tooltipster-logued-user-area .tooltipster-arrow-background {
  border-bottom-color: white !important; }

.tooltipster-sidetip.tooltipster-light.tooltipster-logued-user-area .tooltipster-arrow-border {
  border-bottom-color: #EFC51C !important; }

/*responsive-menu*/
.tooltipster-sidetip.tooltipster-light.tooltipster-responsive-menu .tooltipster-box {
  border: 0;
  margin-top: -6px !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }

.tooltipster-sidetip.tooltipster-light.tooltipster-responsive-menu .tooltipster-content {
  padding: 0; }

.tooltipster-sidetip.tooltipster-light.tooltipster-responsive-menu .tooltipster-arrow-background {
  border-bottom-color: white !important; }

.tooltipster-sidetip.tooltipster-light.tooltipster-responsive-menu .tooltipster-arrow-border {
  border-bottom-color: #EFC51C !important; }

.tooltipster-sidetip.tooltipster-select-engine .tooltipster-box {
  background: transparent;
  border: none !important;
  border-radius: 20px !important; }

.tooltipster-sidetip.tooltipster-select-engine .tooltipster-content {
  color: white !important;
  font-weight: bold;
  padding: 10px 20px;
  background: #EFC51C;
  border-radius: 20px; }

.tooltipster-sidetip.tooltipster-select-engine .tooltipster-content i {
  color: red;
  margin-right: 5px; }

.tooltipster-sidetip.tooltipster-select-engine .tooltipster-arrow {
  height: 12px;
  margin-left: -12px;
  width: 24px;
  bottom: -2px; }

.tooltipster-sidetip.tooltipster-select-engine.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-select-engine.tooltipster-right .tooltipster-arrow {
  height: 24px;
  margin-left: 0;
  margin-top: -12px;
  width: 12px; }

.tooltipster-sidetip.tooltipster-select-engine.tooltipster-bottom .tooltipster-arrow {
  top: 0; }

.tooltipster-sidetip.tooltipster-select-engine .tooltipster-arrow-background {
  border: 12px solid transparent; }

.tooltipster-sidetip.tooltipster-select-engine.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #EFC51C !important;
  top: 3px; }

.tooltipster-sidetip.tooltipster-select-engine.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #EFC51C !important;
  left: -1px; }

.tooltipster-sidetip.tooltipster-select-engine.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #EFC51C !important;
  left: 1px; }

.tooltipster-sidetip.tooltipster-select-engine.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #EFC51C !important;
  top: -3px; }

.tooltipster-sidetip.tooltipster-select-engine .tooltipster-arrow-border {
  border: 12px solid transparent; }

.tooltipster-sidetip.tooltipster-select-engine.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #EFC51C !important; }

.tooltipster-sidetip.tooltipster-select-engine.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #EFC51C !important; }

.tooltipster-sidetip.tooltipster-select-engine.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #EFC51C !important; }

.tooltipster-sidetip.tooltipster-select-engine.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #EFC51C !important; }

.tooltipster-sidetip.tooltipster-select-engine.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -12px; }

.tooltipster-sidetip.tooltipster-select-engine.tooltipster-right .tooltipster-arrow-uncropped {
  left: -12px; }

.section-slider {
  height: 408px;
  margin-top: -125px !important;
  z-index: 0; }

.section-image {
  position: relative;
  margin-top: -125px !important;
  color: white;
  z-index: 0; }
  .section-image:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%); }
  .section-image.no-gradient:before {
    background: none; }
  .section-image.white-gradient:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 92.6%); }
  .section-image.home {
    height: 910px; }
    @media (max-width: 1140px) {
      .section-image.home {
        background-position: left bottom; } }
    @media (max-width: 600px) {
      .section-image.home {
        background-position-x: 10% !important; } }
    @media (max-width: 450px) {
      .section-image.home {
        background-position-x: 15% !important; } }
    @media (max-width: 400px) {
      .section-image.home {
        background-position-x: 20% !important; } }
  .section-image.about-us, .section-image.lanzas1, .section-image.lanzas2 {
    height: 406px; }
  .section-image.sustainable1, .section-image.sustainable2 {
    height: 542px; }
  .section-image.activities, .section-image.cars, .section-image.circuits, .section-image.contact, .section-image.cruisers, .section-image.discover-offers, .section-image.family-plans, .section-image.flights, .section-image.great-trips, .section-image.group-travel, .section-image.hotels-apartments, .section-image.senior-tourism, .section-image.sustainable-tourism, .section-image.tourist-routes, .section-image.travel-train, .section-image.want-to-travel {
    height: 489px; }
  .section-image.apartments-france, .section-image.club-turistar, .section-image.legalitas {
    height: 408px; }
  .section-image.my-atf {
    height: 406px; }
  .section-image.blog {
    height: 422px; }

.turisferr-header {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 11; }
  .turisferr-header * {
    box-sizing: border-box; }
  .turisferr-header .header-menu ul.menu-nav {
    display: flex;
    gap: 30px;
    list-style: none;
    font-family: Montserrat-SemiBold;
    font-size: 14px; }
    .turisferr-header .header-menu ul.menu-nav.colored li a {
      color: #548e87; }
      .turisferr-header .header-menu ul.menu-nav.colored li a.highlight {
        border: 2px solid #548e87; }
    .turisferr-header .header-menu ul.menu-nav.colored span {
      color: #548e87;
      border: 1px solid #548e87; }
    .turisferr-header .header-menu ul.menu-nav li {
      display: flex;
      align-items: center;
      text-align: center; }
      .turisferr-header .header-menu ul.menu-nav li a {
        color: white;
        text-decoration: none; }
        .turisferr-header .header-menu ul.menu-nav li a.active {
          color: #EFC51C; }
        .turisferr-header .header-menu ul.menu-nav li a.highlight {
          padding: 5px 10px;
          border: 2px solid white;
          border-radius: 20px; }
          .turisferr-header .header-menu ul.menu-nav li a.highlight.active {
            border: 2px solid #EFC51C; }
          .turisferr-header .header-menu ul.menu-nav li a.highlight:hover {
            border-color: #EFC51C; }
        .turisferr-header .header-menu ul.menu-nav li a:hover {
          color: #EFC51C; }
      .turisferr-header .header-menu ul.menu-nav li span {
        padding: 10px;
        color: white;
        border: 1px solid white;
        text-align: right; }
  .turisferr-header .header-top {
    display: flex;
    align-items: stretch;
    min-height: 50px;
    background-image: linear-gradient(to right, #32b8aa, #b5ce1f);
    font-family: 'Montserrat-SemiBold'; }
    .turisferr-header .header-top .content {
      display: flex; }
      .turisferr-header .header-top .content .rr-ss-icons {
        display: flex;
        padding: 10px 0;
        margin: auto 40px auto 0; }
        @media (max-width: 600px) {
          .turisferr-header .header-top .content .rr-ss-icons {
            display: none; } }
        .turisferr-header .header-top .content .rr-ss-icons i {
          color: white;
          margin-right: 15px; }
      .turisferr-header .header-top .content .contact-info {
        display: flex;
        align-items: center;
        gap: 20px;
        color: white;
        font-family: Montserrat-Medium;
        font-size: 14px;
        margin: auto; }
        .turisferr-header .header-top .content .contact-info .email-phone {
          display: flex;
          gap: 3px 20px; }
          @media (max-width: 600px) {
            .turisferr-header .header-top .content .contact-info .email-phone {
              flex-direction: column;
              align-items: center; } }
          .turisferr-header .header-top .content .contact-info .email-phone a {
            color: white; }
        .turisferr-header .header-top .content .contact-info .schedule {
          text-align: center; }
          @media (max-width: 768px) {
            .turisferr-header .header-top .content .contact-info .schedule {
              display: none; } }
        @media (max-width: 1140px) {
          .turisferr-header .header-top .content .contact-info {
            flex-direction: column;
            row-gap: 0px; } }
      .turisferr-header .header-top .content .user-menu {
        display: flex;
        align-items: stretch;
        gap: 10px;
        height: 100%;
        margin-left: auto;
        /*@media(max-width: 768px) {
          flex-direction: column;
          justify-content: center;
        }*/ }
        .turisferr-header .header-top .content .user-menu a {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0 10px;
          color: white;
          gap: 10px; }
          .turisferr-header .header-top .content .user-menu a i {
            font-size: 20px; }
          .turisferr-header .header-top .content .user-menu a:hover {
            background: white;
            color: #EFC51C; }
      @media (max-width: 1140px) {
        .turisferr-header .header-top .content .user-menu-desktop {
          display: none; } }
      .turisferr-header .header-top .content .user-menu-responsive {
        position: relative;
        display: none; }
        @media (max-width: 1140px) {
          .turisferr-header .header-top .content .user-menu-responsive {
            display: flex; } }
        .turisferr-header .header-top .content .user-menu-responsive #btn-user-logued:before, .turisferr-header .header-top .content .user-menu-responsive #btn-responsive-menu:before {
          font-family: "Font Awesome 5 Free";
          font-size: 20px;
          color: white; }
        .turisferr-header .header-top .content .user-menu-responsive #btn-user-logued:hover:before, .turisferr-header .header-top .content .user-menu-responsive #btn-responsive-menu:hover:before {
          color: #EFC51C; }
        .turisferr-header .header-top .content .user-menu-responsive #btn-user-logued:before {
          content: "\f007";
          font-weight: 400; }
        .turisferr-header .header-top .content .user-menu-responsive #btn-responsive-menu:before {
          content: "\f0c9";
          font-weight: 900; }
  .turisferr-header .header-bottom {
    width: 100%;
    display: flex;
    height: 125px;
    /*fixed value (top negative margin of main image*/
    padding-top: 35px; }
    .turisferr-header .header-bottom .content {
      display: flex;
      align-items: flex-start; }
      .turisferr-header .header-bottom .content .logo {
        margin-left: 25px; }
      .turisferr-header .header-bottom .content .header-bottom-menus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px; }
        @media (max-width: 1140px) {
          .turisferr-header .header-bottom .content .header-bottom-menus {
            display: none; } }
        @media (max-width: 800px) {
          .turisferr-header .header-bottom .content .header-bottom-menus .logued-user-options .menu {
            flex-direction: column;
            align-items: flex-end;
            gap: 10px; } }

.responsive-menu-container {
  display: flex;
  min-width: 280px;
  flex-direction: column;
  background: white;
  /*
  &amp;[data-menu="responsive-menu"] {
    position: absolute;
    top: 50px;
    right: 0;
  }

  &amp;[data-menu="responsive-logued-menu"] {
    position: absolute;
    top: 50px;
    right: 47.5px;
  }*/ }
  .responsive-menu-container .user-info {
    display: flex;
    flex-direction: column;
    background: #c0ce33;
    color: white;
    padding: 20px 40px; }
    .responsive-menu-container .user-info span:nth-child(1) {
      font-size: 13px; }
    .responsive-menu-container .user-info span:nth-child(2) {
      font-size: 14px; }
  .responsive-menu-container ul {
    list-style: none; }
    .responsive-menu-container ul li {
      display: flex;
      align-items: stretch;
      justify-content: center;
      height: 75px; }
      .responsive-menu-container ul li a {
        display: flex;
        align-items: center;
        font-family: Montserrat-SemiBold;
        padding: 0 20px;
        border-bottom: 1px solid #EFC51C;
        color: #c0ce33 !important; }
        .responsive-menu-container ul li a:hover {
          color: #548e87 !important; }
        .responsive-menu-container ul li a.blue {
          color: #548e87 !important; }
          .responsive-menu-container ul li a.blue:hover {
            color: #c0ce33 !important; }
      .responsive-menu-container ul li:last-child a {
        border-bottom: 0; }

.turisferr-footer {
  position: relative;
  margin-top: 85px; }
  .turisferr-footer:before {
    content: " ";
    width: 50%;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1c8f88; }
    @media (max-width: 800px) {
      .turisferr-footer:before {
        display: none; } }
  .turisferr-footer:after {
    content: " ";
    width: 50%;
    height: 110px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #80b452; }
    @media (max-width: 800px) {
      .turisferr-footer:after {
        display: none; } }
  .turisferr-footer .content {
    display: grid;
    grid-template-columns: 33% 17% 17% 33%;
    grid-template-rows: 125px auto minmax(120px, auto) 110px;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 12px; }
    .turisferr-footer .content * {
      box-sizing: border-box; }
    @media (max-width: 800px) {
      .turisferr-footer .content {
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        grid-row-gap: 40px; } }
    .turisferr-footer .content:before {
      content: " ";
      width: 100%;
      height: 110px;
      background: linear-gradient(to right, #1c8f88, #80b452);
      position: absolute;
      bottom: 0px; }
      @media (max-width: 800px) {
        .turisferr-footer .content:before {
          display: none; } }
    .turisferr-footer .content .logo {
      grid-row: 1;
      grid-column-start: 1; }
      @media (max-width: 800px) {
        .turisferr-footer .content .logo {
          grid-row: 1;
          grid-column: 1/3;
          text-align: center; } }
    .turisferr-footer .content .credit-cards {
      grid-row: 1;
      grid-column-start: 4;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-left: auto;
      color: #548e87;
      row-gap: 15px;
      font-family: Montserrat-SemiBold; }
      @media (max-width: 800px) {
        .turisferr-footer .content .credit-cards {
          grid-row: 8;
          grid-column: 1/3;
          margin: auto; } }
      .turisferr-footer .content .credit-cards span {
        font-size: 16px; }
      .turisferr-footer .content .credit-cards img {
        max-height: 30px; }
        @media (max-width: 800px) {
          .turisferr-footer .content .credit-cards img {
            max-height: 40px;
            height: 40px; } }
    .turisferr-footer .content .company-info {
      grid-row: 2;
      grid-column-start: 1; }
      @media (max-width: 800px) {
        .turisferr-footer .content .company-info {
          grid-row: 2;
          grid-column: 1/3;
          display: flex;
          flex-direction: column;
          text-align: center; } }
      .turisferr-footer .content .company-info p span {
        font-family: Montserrat-SemiBold; }
    .turisferr-footer .content .apartments-menu {
      grid-row: 2;
      grid-column-start: 2;
      z-index: 1; }
      @media (max-width: 800px) {
        .turisferr-footer .content .apartments-menu {
          grid-row: 4;
          grid-column: 1/2;
          align-self: start;
          padding: 40px;
          padding-bottom: 0; } }
    .turisferr-footer .content .members-menu {
      grid-row: 2;
      grid-column-start: 3;
      z-index: 1; }
      @media (max-width: 800px) {
        .turisferr-footer .content .members-menu {
          grid-row: 5;
          grid-column: 1/2;
          align-self: start;
          padding: 0 40px; } }
    .turisferr-footer .content .booking-menu {
      grid-row: 2;
      grid-column-start: 4;
      z-index: 1; }
      @media (max-width: 800px) {
        .turisferr-footer .content .booking-menu {
          grid-row: 4/6;
          grid-column: 2/3;
          padding: 40px; } }
    .turisferr-footer .content .social-media {
      grid-row: 3;
      grid-column-start: 1;
      font-size: 16px; }
      @media (max-width: 800px) {
        .turisferr-footer .content .social-media {
          grid-row: 7;
          grid-column: 1/3;
          text-align: center;
          font-size: 20px; } }
      .turisferr-footer .content .social-media i {
        color: #548e87;
        margin-right: 15px; }
    .turisferr-footer .content .members {
      grid-row: 3;
      grid-column: 2 / 5;
      display: flex;
      align-items: center;
      gap: 80px;
      font-size: 16px; }
      @media (max-width: 800px) {
        .turisferr-footer .content .members {
          grid-row: 3;
          grid-column: 1/3;
          display: flex;
          flex-direction: column;
          gap: 20px; } }
      .turisferr-footer .content .members .logos {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px; }
        .turisferr-footer .content .members .logos img {
          margin-right: 40px;
          width: 100px !important; }
    .turisferr-footer .content .compromise-icons {
      grid-row: 4;
      grid-column-start: 1;
      display: flex;
      align-items: center;
      column-gap: 25px;
      z-index: 1; }
      @media (max-width: 800px) {
        .turisferr-footer .content .compromise-icons {
          grid-row: 6;
          grid-column: 1/3;
          justify-content: space-around;
          padding-bottom: 40px; } }
      .turisferr-footer .content .compromise-icons img:first-child {
        width: 150px;
        margin-right: 25px; }
        @media (max-width: 800px) {
          .turisferr-footer .content .compromise-icons img:first-child {
            width: 175px; } }
      .turisferr-footer .content .compromise-icons img:last-child {
        width: 150px; }
        @media (max-width: 800px) {
          .turisferr-footer .content .compromise-icons img:last-child {
            width: 150px; } }
    .turisferr-footer .content .policy-menu {
      grid-row: 4;
      grid-column: 2 / 5;
      z-index: 1; }
      @media (max-width: 800px) {
        .turisferr-footer .content .policy-menu {
          grid-row: 9;
          grid-column: 1/3;
          margin: auto;
          margin-bottom: 40px; } }
    @media (max-width: 800px) {
      .turisferr-footer .content .gradient-background {
        grid-row: 4/7;
        grid-column: 1/3;
        margin: auto;
        background: linear-gradient(to right, #1c8f88, #80b452);
        width: 100%;
        height: 100%;
        z-index: 0; } }
    .turisferr-footer .content .title {
      font-family: Montserrat-SemiBold;
      font-size: 14px;
      margin-bottom: 25px;
      color: #548e87;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .turisferr-footer .content .title {
          color: white; } }
    .turisferr-footer .content ul.menu {
      height: 170px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      row-gap: 10px;
      list-style: none;
      font-family: Montserrat-Medium;
      font-size: 12px;
      padding: 0;
      margin: 0; }
      @media (max-width: 800px) {
        .turisferr-footer .content ul.menu {
          height: auto; } }
      .turisferr-footer .content ul.menu li {
        margin-right: 35px; }
        @media (max-width: 380px) {
          .turisferr-footer .content ul.menu li {
            margin-right: 0; } }
        .turisferr-footer .content ul.menu li a {
          color: black;
          text-decoration: none; }
          @media (max-width: 800px) {
            .turisferr-footer .content ul.menu li a {
              color: white; } }
    .turisferr-footer .content ul.menu2 {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      justify-content: center;
      row-gap: 10px;
      padding: 0;
      margin: 0; }
      .turisferr-footer .content ul.menu2 li a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: white; }
        @media (max-width: 800px) {
          .turisferr-footer .content ul.menu2 li a {
            color: #548e87;
            font-size: 14px; } }
      .turisferr-footer .content ul.menu2 li:not(:last-child) a:after {
        content: "";
        display: flex;
        width: 2px;
        height: 15px;
        background: white;
        margin: 0 10px; }
        @media (max-width: 800px) {
          .turisferr-footer .content ul.menu2 li:not(:last-child) a:after {
            background: #548e87; } }

.turisferr-footer2 {
  display: flex;
  flex-direction: column;
  margin-top: 85px; }
  .turisferr-footer2 * {
    box-sizing: border-box; }
  .turisferr-footer2 .footer-top .content {
    display: flex;
    flex-direction: column;
    align-self: center; }
    .turisferr-footer2 .footer-top .content * {
      padding: 0; }
  .turisferr-footer2 .footer-top .logo-credit-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px; }
    .turisferr-footer2 .footer-top .logo-credit-cards .credit-cards {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #548e87;
      row-gap: 15px;
      font-family: Montserrat-SemiBold; }
  .turisferr-footer2 .footer-top .sections {
    display: flex;
    margin-bottom: 60px; }
    @media (max-width: 1140px) {
      .turisferr-footer2 .footer-top .sections {
        flex-direction: column; } }
    .turisferr-footer2 .footer-top .sections .contact-info {
      font-size: 12px; }
      @media (max-width: 1140px) {
        .turisferr-footer2 .footer-top .sections .contact-info {
          text-align: center; } }
      .turisferr-footer2 .footer-top .sections .contact-info p {
        font-family: Montserrat-Medium; }
        .turisferr-footer2 .footer-top .sections .contact-info p:not(:last-child) {
          margin-bottom: 20px; }
        .turisferr-footer2 .footer-top .sections .contact-info p span {
          font-family: Montserrat-SemiBold; }
        .turisferr-footer2 .footer-top .sections .contact-info p:last-child {
          line-height: 16px; }
    .turisferr-footer2 .footer-top .sections .section2 {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 760px) {
        .turisferr-footer2 .footer-top .sections .section2 {
          flex-direction: column; } }
      .turisferr-footer2 .footer-top .sections .section2 .title {
        font-family: Montserrat-SemiBold;
        font-size: 14px;
        margin-bottom: 25px;
        color: #548e87;
        text-transform: uppercase; }
      .turisferr-footer2 .footer-top .sections .section2 .aptos-members-zone {
        display: flex;
        flex: 0 0 50%; }
        @media (max-width: 380px) {
          .turisferr-footer2 .footer-top .sections .section2 .aptos-members-zone {
            flex-direction: column; } }
        .turisferr-footer2 .footer-top .sections .section2 .aptos-members-zone .aptos {
          width: 50%; }
          @media (max-width: 380px) {
            .turisferr-footer2 .footer-top .sections .section2 .aptos-members-zone .aptos {
              width: 100%;
              text-align: center; } }
        .turisferr-footer2 .footer-top .sections .section2 .aptos-members-zone .members-zone {
          width: 50%; }
          @media (max-width: 380px) {
            .turisferr-footer2 .footer-top .sections .section2 .aptos-members-zone .members-zone {
              width: 100%;
              text-align: center; } }
      .turisferr-footer2 .footer-top .sections .section2 .booking {
        display: flex;
        flex-direction: column;
        flex: 0 0 50%; }
        @media (max-width: 380px) {
          .turisferr-footer2 .footer-top .sections .section2 .booking {
            width: 100%;
            text-align: center; } }
  .turisferr-footer2 .footer-top .rr-ss-members {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .turisferr-footer2 .footer-top .rr-ss-members .rr-ss-icons i {
      color: #548e87;
      margin-right: 15px; }
    .turisferr-footer2 .footer-top .rr-ss-members .members {
      display: flex;
      align-items: center; }
      .turisferr-footer2 .footer-top .rr-ss-members .members .logos {
        display: flex;
        align-items: center;
        margin-left: 80px; }
        .turisferr-footer2 .footer-top .rr-ss-members .members .logos img {
          width: 100px !important;
          margin-right: 40px; }
  .turisferr-footer2 .footer-bottom {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 110px;
    background-image: linear-gradient(to right, #1c8f88, #80b452); }
    .turisferr-footer2 .footer-bottom .content {
      display: flex;
      align-self: inherit;
      flex-direction: row;
      justify-content: space-between;
      font-family: Montserrat-Medium; }
      .turisferr-footer2 .footer-bottom .content .icons {
        display: flex;
        align-self: flex-start;
        align-items: baseline;
        margin-top: 15px; }
        .turisferr-footer2 .footer-bottom .content .icons img:first-child {
          width: 120px;
          margin-right: 25px; }
        .turisferr-footer2 .footer-bottom .content .icons img:last-child {
          width: 100px; }
      .turisferr-footer2 .footer-bottom .content .menu {
        display: flex;
        align-self: flex-start;
        justify-content: flex-end;
        margin-top: 30px;
        font-size: 11px; }
        .turisferr-footer2 .footer-bottom .content .menu a {
          display: flex;
          align-items: center;
          text-decoration: none;
          color: white; }
          .turisferr-footer2 .footer-bottom .content .menu a:not(:last-child):after {
            content: "";
            display: flex;
            width: 2px;
            height: 15px;
            background: white;
            margin: 0 10px; }
  .turisferr-footer2 .footer-menu ul {
    height: 170px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 10px;
    list-style: none;
    font-family: Montserrat-Medium;
    font-size: 12px; }
    @media (max-width: 380px) {
      .turisferr-footer2 .footer-menu ul {
        height: auto; } }
    .turisferr-footer2 .footer-menu ul li {
      margin-right: 35px; }
      @media (max-width: 380px) {
        .turisferr-footer2 .footer-menu ul li {
          margin-right: 0; } }
      .turisferr-footer2 .footer-menu ul li a {
        color: black;
        text-decoration: none; }

.menu-colour-left-color {
  background-color: #32b8aa; }

.menu-colour-right-color {
  background-color: #32b8aa; }

.footer-bar-left-color {
  background-color: #1c8f88; }

.footer-bar-right-color {
  background-color: #80b452; }

.banner-eco-color {
  background-color: #93c24a; }

.sustainable-world-color {
  background-color: #e4edec; }

.green-color-logo {
  color: #c0ce33; }

.blue-color-logo {
  color: #548e87; }

.ocher-color-logo {
  color: #EFC51C; }

.bg-white {
  background-colour: white !important; }

.bg-black {
  background-color: black !important; }

.bg-blue-logo {
  background-color: #548e87 !important; }

.bg-ocher-logo {
  background-color: #EFC51C !important; }

.bg-green-logo {
  background-color: #c0ce33 !important; }

.bg-color1 {
  background-color: #007c60; }

.bg-color2 {
  background-color: #bbbbbb; }

.bg-color3 {
  background-color: #93c24a; }

.bg-color4 {
  background-color: #D9D9D9; }

.bg-color5 {
  background-color: #5fb22c; }

.bg-color6 {
  background-color: #f4f4f4; }

.bg-color7 {
  background-color: #F41F0EF; }

.bg-color8 {
  background-color: #00B203; }

.white-link {
  color: white; }
  .white-link:hover {
    color: white; }

.history-graph {
  position: relative;
  width: 100%;
  height: 1350px;
  max-width: 1440px;
  max-height: 1350px;
  /*background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/Avada-Child-Theme/assets/img/history-graph/history-graph.png");
   */ }
  @media (max-width: 1140px) {
    .history-graph {
      height: inherit;
      max-height: inherit; } }
  .history-graph .sections,
  .history-graph .dots,
  .history-graph .years {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 1140px) {
      .history-graph .sections,
      .history-graph .dots,
      .history-graph .years {
        position: static; } }
  @media (max-width: 1140px) {
    .history-graph .sections {
      display: none; } }
  .history-graph .sections .section {
    position: absolute;
    display: none; }
    .history-graph .sections .section[data-section="1"] {
      top: 7.85%;
      left: 0; }
    .history-graph .sections .section[data-section="2"] {
      top: 46.22%;
      left: 33.33%; }
    .history-graph .sections .section[data-section="3"] {
      top: 9.56%;
      right: 0; }
  .history-graph .years {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; }
    .history-graph .years .year {
      display: flex;
      flex-direction: column;
      position: absolute;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity 0.5s linear; }
      @media (max-width: 1140px) {
        .history-graph .years .year {
          width: calc(50% - 20px) !important;
          position: static !important; } }
      @media (max-width: 768px) {
        .history-graph .years .year {
          width: 100% !important; } }
      .history-graph .years .year.visible {
        visibility: visible;
        opacity: 1; }
      .history-graph .years .year .number-title {
        display: flex;
        align-items: baseline; }
        .history-graph .years .year .number-title .number {
          font-size: 48px;
          line-height: initial;
          color: #c0ce33; }
        .history-graph .years .year .number-title .title {
          color: black;
          font-size: 16px;
          font-weight: bold;
          margin-left: 10px; }
      .history-graph .years .year .info {
        font-size: 11px;
        line-height: initial;
        text-align: justify; }
      .history-graph .years .year[data-year="1963"] {
        width: 430px;
        top: 1.11%;
        left: 11.80%; }
      .history-graph .years .year[data-year="1965"] {
        width: 430px;
        top: 13.33%;
        left: 11.80%; }
      .history-graph .years .year[data-year="1967"] {
        width: 430px;
        top: 24.44%;
        left: 11.80%; }
      .history-graph .years .year[data-year="1970"] {
        width: 375px;
        top: 47.03%;
        left: 5.56%; }
      .history-graph .years .year[data-year="1982"] {
        width: 360px;
        top: 34.81%;
        left: 39.93%; }
      .history-graph .years .year[data-year="1988"] {
        width: 375px;
        top: 63.33%;
        left: 5.56%; }
      .history-graph .years .year[data-year="1992"] {
        width: 360px;
        top: 88.15%;
        left: 39.93%; }
        .history-graph .years .year[data-year="1992"] .number {
          color: #EFC51C; }
      .history-graph .years .year[data-year="1993"] {
        width: 360px;
        top: 51.85%;
        left: 39.93%; }
        .history-graph .years .year[data-year="1993"] .number {
          color: #EFC51C; }
      .history-graph .years .year[data-year="1999"] {
        width: 340px;
        top: 74.81%;
        left: 49.65%; }
        .history-graph .years .year[data-year="1999"] .number {
          color: #EFC51C; }
      .history-graph .years .year[data-year="2015"] {
        width: 265px;
        top: 71.85%;
        left: 75.69%; }
        .history-graph .years .year[data-year="2015"] .number {
          color: #EFC51C; }
      .history-graph .years .year[data-year="2016"] {
        width: 265px;
        bottom: 61.85%;
        right: 12.5%; }
        .history-graph .years .year[data-year="2016"] .number {
          color: #548e87; }
      .history-graph .years .year[data-year="2018"] {
        width: 290px;
        bottom: 75.93%;
        right: 7.99%; }
        .history-graph .years .year[data-year="2018"] .number {
          color: #548e87; }
      .history-graph .years .year[data-year="2023"] {
        width: 450px;
        bottom: 87.41%;
        right: 4.51%; }
        .history-graph .years .year[data-year="2023"] .number {
          color: #548e87; }

.year-tip {
  width: 215px;
  height: 215px; }
  .year-tip img {
    object-fit: cover;
    width: 100%;
    height: 215px;
    border-radius: 50%;
    border: 4px solid #ccc; }

.atf-team {
  box-sizing: border-box;
  border: none !important; }
  .atf-team * {
    box-sizing: border-box; }
  .atf-team .department {
    width: 100%;
    margin-bottom: 42px;
    display: flex;
    position: relative; }
    @media (max-width: 768px) {
      .atf-team .department {
        flex-direction: column;
        gap: 20px; } }
    .atf-team .department:after {
      content: "";
      width: 100%;
      height: 17px;
      position: absolute;
      left: 0;
      bottom: 0px; }
    .atf-team .department:nth-child(odd):after {
      background-color: #c0ce33; }
    .atf-team .department:nth-child(odd) .department-name span {
      border-bottom-color: #c0ce33; }
    .atf-team .department:nth-child(odd) .members .member:hover:before {
      background-color: #c0ce33; }
    .atf-team .department:nth-child(even):after {
      background-color: #EFC51C; }
    .atf-team .department:nth-child(even) .department-name span {
      border-bottom-color: #EFC51C; }
    .atf-team .department:nth-child(even) .members .member:hover:before {
      background-color: #EFC51C; }
    .atf-team .department .department-name {
      flex: 1 1 430px;
      padding-top: 100px;
      color: black;
      padding-right: 40px; }
      @media (max-width: 768px) {
        .atf-team .department .department-name {
          flex: 0;
          padding-top: 0; } }
      .atf-team .department .department-name span {
        display: inline-block;
        font-family: Montserrat-SemiBold;
        padding: 0px 90px 60px 90px;
        font-size: 25px;
        border-bottom-style: solid;
        border-bottom-width: 2px; }
        @media (max-width: 768px) {
          .atf-team .department .department-name span {
            padding: 20px; } }
    .atf-team .department .members {
      max-width: 1010px;
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      flex: 1 1 auto;
      gap: 37px 19px;
      font-size: 18px; }
      @media (max-width: 768px) {
        .atf-team .department .members {
          justify-content: center; } }
      .atf-team .department .members .member {
        padding: 20px;
        text-align: center;
        position: relative;
        width: 324px;
        height: 306px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none; }
        .atf-team .department .members .member.no-image-profile {
          background-image: url("/wp-content/themes/Avada-Child-Theme/assets/img/others/no-profile2.jpg"); }
        .atf-team .department .members .member:hover:before {
          position: absolute;
          content: " ";
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          border-radius: 20px;
          opacity: 0.7; }
        .atf-team .department .members .member:hover .name, .atf-team .department .members .member:hover .position {
          display: block; }
        .atf-team .department .members .member .name {
          font-family: Montserrat-SemiBold;
          display: none;
          z-index: 1; }
        .atf-team .department .members .member .position {
          font-family: Montserrat-Medium;
          display: none;
          z-index: 1;
          text-transform: uppercase; }

.member-profile {
  box-sizing: border-box;
  background: transparent; }
  .member-profile[data-color="color1"] .info:after {
    color: #c0ce33; }
  .member-profile[data-color="color2"] .info:after {
    color: #EFC51C; }
  .member-profile .info {
    position: relative;
    width: 600px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 52px 46px 39px 98px;
    border-radius: 20px;
    background: #f0f0f0;
    color: black;
    font-size: 16px;
    line-height: initial;
    text-align: justify; }
    @media (max-width: 768px) {
      .member-profile .info {
        width: 400px; } }
    .member-profile .info:after {
      position: absolute;
      content: "\f577";
      font-family: "Font Awesome 5 Free";
      bottom: 25px;
      left: 35px;
      font-weight: 900;
      font-size: 40px; }
    .member-profile .info .description {
      margin-bottom: 20px; }

.about-us-proposed {
  width: 100%;
  padding: 0 10px;
  font-size: 20px; }
  .about-us-proposed * {
    box-sizing: border-box; }
  .about-us-proposed .proposed-nav {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 75px; }
    @media (max-width: 768px) {
      .about-us-proposed .proposed-nav {
        flex-direction: column;
        align-items: center; } }
    .about-us-proposed .proposed-nav a {
      font-family: Montserrat-SemiBold;
      font-size: 50px;
      line-height: initial;
      display: flex;
      color: #D9D9D9;
      cursor: pointer; }
      @media (max-width: 990px) {
        .about-us-proposed .proposed-nav a {
          font-size: 35px; } }
      .about-us-proposed .proposed-nav a:nth-child(odd).active, .about-us-proposed .proposed-nav a:nth-child(odd):hover {
        color: #c0ce33; }
      .about-us-proposed .proposed-nav a:nth-child(even).active, .about-us-proposed .proposed-nav a:nth-child(even):hover {
        color: #EFC51C; }
      .about-us-proposed .proposed-nav a:after {
        content: " ";
        width: 5px;
        background: #EFC51C;
        display: block;
        margin: 10px 15px; }
        @media (max-width: 768px) {
          .about-us-proposed .proposed-nav a:after {
            display: none; } }
      .about-us-proposed .proposed-nav a:last-child:after {
        display: none; }
  .about-us-proposed .proposed-sections .prop-section {
    margin-bottom: 75px;
    display: none; }
    .about-us-proposed .proposed-sections .prop-section[data-section=proposed] &gt; p {
      margin-bottom: 75px;
      text-align: justify;
      font-size: 25px; }
      .about-us-proposed .proposed-sections .prop-section[data-section=proposed] &gt; p:first-child {
        font-size: 30px;
        font-style: italic; }
    .about-us-proposed .proposed-sections .prop-section.active {
      display: block; }
    .about-us-proposed .proposed-sections .prop-section:nth-child(odd) .content .main-description {
      color: #c0ce33; }
    .about-us-proposed .proposed-sections .prop-section:nth-child(even) .content .main-description {
      color: #EFC51C; }
    @media (max-width: 600px) {
      .about-us-proposed .proposed-sections .prop-section .trsf-ul-icons li {
        flex-direction: column;
        gap: 20px; }
        .about-us-proposed .proposed-sections .prop-section .trsf-ul-icons li .icon {
          margin: auto; }
          .about-us-proposed .proposed-sections .prop-section .trsf-ul-icons li .icon:before {
            display: none; }
        .about-us-proposed .proposed-sections .prop-section .trsf-ul-icons li .info .title {
          text-align: center; } }
    .about-us-proposed .proposed-sections .prop-section .content {
      display: flex; }
      @media (max-width: 1140px) {
        .about-us-proposed .proposed-sections .prop-section .content {
          flex-direction: column;
          align-items: center; } }
      .about-us-proposed .proposed-sections .prop-section .content .image-container {
        margin-right: 60px;
        border-radius: 20px; }
        .about-us-proposed .proposed-sections .prop-section .content .image-container img {
          border-radius: 20px; }
        @media (max-width: 1140px) {
          .about-us-proposed .proposed-sections .prop-section .content .image-container {
            margin-bottom: 20px;
            margin-right: 0px; } }
      .about-us-proposed .proposed-sections .prop-section .content .main-description {
        width: 50%;
        text-align: justify;
        font-weight: bold;
        font-style: italic;
        font-size: 22px; }
        @media (max-width: 768px) {
          .about-us-proposed .proposed-sections .prop-section .content .main-description {
            width: 100%; } }

.about-us-compromise {
  width: 100%;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .about-us-compromise * {
    box-sizing: border-box; }
  .about-us-compromise .compromise-block {
    display: flex;
    align-items: center;
    column-gap: 100px;
    border-width: 3px;
    border-color: #004391;
    border-style: solid;
    border-radius: 150px;
    overflow: hidden;
    padding: 70px 140px;
    min-height: 0px; }
    .about-us-compromise .compromise-block:hover {
      color: black; }
    @media (max-width: 1140px) {
      .about-us-compromise .compromise-block {
        padding: 35px 70px; } }
    @media (max-width: 768px) {
      .about-us-compromise .compromise-block {
        flex-direction: column;
        row-gap: 20px;
        padding: 20px;
        border: 0;
        border-radius: 0; }
        .about-us-compromise .compromise-block span {
          text-align: center; } }

.about-us-documents .ul-documents {
  display: flex;
  flex-direction: column;
  gap: 50px;
  list-style: none; }
  .about-us-documents .ul-documents li &gt; span {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 50px; }
    .about-us-documents .ul-documents li &gt; span:before {
      content: " ";
      display: flex;
      flex: 0 0 auto;
      width: 20px;
      height: 20px;
      border-radius: 3px;
      margin-right: 30px; }
  .about-us-documents .ul-documents li:nth-child(odd) &gt; span:before {
    background: #c0ce33; }
  .about-us-documents .ul-documents li:nth-child(odd) .file-lists-table .files-header {
    background: #c0ce33; }
  .about-us-documents .ul-documents li:nth-child(even) &gt; span:before {
    background: #EFC51C; }
  .about-us-documents .ul-documents li:nth-child(even) .file-lists-table .files-header {
    background: #EFC51C; }
  .about-us-documents .ul-documents li .file-lists-table .files-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 75px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
    @media (max-width: 768px) {
      .about-us-documents .ul-documents li .file-lists-table .files-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    .about-us-documents .ul-documents li .file-lists-table .files-header .col {
      color: white; }
  .about-us-documents .ul-documents li .file-lists-table .files-content {
    display: flex;
    flex-direction: column; }
    .about-us-documents .ul-documents li .file-lists-table .files-content .file-info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 50px;
      padding-right: 75px; }
      @media (max-width: 768px) {
        .about-us-documents .ul-documents li .file-lists-table .files-content .file-info {
          flex-direction: column;
          align-items: flex-start;
          gap: 10px;
          padding-top: 10px;
          padding-bottom: 10px; } }
      .about-us-documents .ul-documents li .file-lists-table .files-content .file-info:nth-child(odd) {
        background: #fafafa; }
      .about-us-documents .ul-documents li .file-lists-table .files-content .file-info:nth-child(even) {
        background: #eeeeee; }
      .about-us-documents .ul-documents li .file-lists-table .files-content .file-info:last-child {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px; }
  .about-us-documents .ul-documents li .file-lists-table .col {
    display: flex;
    align-items: center;
    height: 50px;
    color: black; }
    @media (max-width: 768px) {
      .about-us-documents .ul-documents li .file-lists-table .col {
        height: auto; } }
  @media (max-width: 768px) {
    .about-us-documents .ul-documents li .file-lists-table .col1 {
      width: 100%; } }
  .about-us-documents .ul-documents li .file-lists-table .col2 {
    width: 150px; }
    @media (max-width: 768px) {
      .about-us-documents .ul-documents li .file-lists-table .col2 {
        width: 100%; } }
  .about-us-documents .ul-documents li[data-collapsed=true] .btn-expand-files:before {
    content: attr(data-text-vm); }
  .about-us-documents .ul-documents li[data-collapsed=true] .btn-expand-files:after {
    content: "\f078"; }
  .about-us-documents .ul-documents li[data-collapsed=true] .files-content .file-info:nth-child(n+7) {
    display: none; }
  .about-us-documents .ul-documents li[data-collapsed=false] .btn-expand-files:before {
    content: attr(data-text-vl); }
  .about-us-documents .ul-documents li[data-collapsed=false] .btn-expand-files:after {
    content: "\f077"; }
  .about-us-documents .ul-documents li[data-collapsed=false] .files-content .file-info:nth-child(n+7) {
    display: flex; }
  .about-us-documents .ul-documents li .btn-expand-files {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-top: 30px; }
    .about-us-documents .ul-documents li .btn-expand-files:before {
      content: attr(data-text-vm); }
    .about-us-documents .ul-documents li .btn-expand-files:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #EFC51C;
      font-size: 25px;
      position: relative;
      top: -3px; }

.government-council-members .members-lists-table .members-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 75px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #c0ce33; }
  @media (max-width: 768px) {
    .government-council-members .members-lists-table .members-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .government-council-members .members-lists-table .members-header .col {
    color: white;
    font-weight: bold; }
.government-council-members .members-lists-table .members-content {
  display: flex;
  flex-direction: column; }
  .government-council-members .members-lists-table .members-content .member-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 75px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    @media (max-width: 768px) {
      .government-council-members .members-lists-table .members-content .member-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    .government-council-members .members-lists-table .members-content .member-info:nth-child(odd) {
      background: #fafafa; }
    .government-council-members .members-lists-table .members-content .member-info:nth-child(even) {
      background: #eeeeee; }
    .government-council-members .members-lists-table .members-content .member-info:last-child {
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
.government-council-members .members-lists-table .col {
  display: flex;
  align-items: center;
  height: 50px;
  color: black; }
  @media (max-width: 768px) {
    .government-council-members .members-lists-table .col {
      height: auto; } }
.government-council-members .members-lists-table .col1 {
  width: 50%; }
  @media (max-width: 768px) {
    .government-council-members .members-lists-table .col1 {
      width: 100%; } }
.government-council-members .members-lists-table .col2 {
  width: 50%; }
  @media (max-width: 768px) {
    .government-council-members .members-lists-table .col2 {
      width: 100%; } }

.tooltip-council-member {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 20px;
  background: #f0f0f0;
  border: 1px solid #cccccc;
  border-radius: 20px;
  text-align: justify; }
  @media (max-width: 768px) {
    .tooltip-council-member {
      width: 100%; } }
  .tooltip-council-member.only-image {
    width: auto;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #cccccc;
    padding: 0; }
  .tooltip-council-member .image-container {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    flex: 0 0 100px; }
    .tooltip-council-member .image-container img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100px;
      border-radius: 50%; }

.aptos-types {
  display: flex;
  flex-direction: column;
  gap: 25px; }
  .aptos-types * {
    box-sizing: border-box; }
  .aptos-types p {
    margin: 0; }
  .aptos-types .types-slider-container {
    width: calc(100% - 100px);
    margin: 0 auto; }
  .aptos-types .type-detail {
    display: flex;
    flex-direction: column;
    gap: 25px; }
    .aptos-types .type-detail .plan {
      padding: 50px 50px 100px 50px;
      background: #eee;
      border-radius: 29px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      border-radius: 29px;
      gap: 25px; }
      .aptos-types .type-detail .plan .title {
        font-size: 23px;
        font-family: Montserrat-SemiBold; }
    .aptos-types .type-detail .gallery-container {
      width: calc(100% - 100px);
      margin: 0 auto; }
      .aptos-types .type-detail .gallery-container .gallery {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-top: -75px; }
        .aptos-types .type-detail .gallery-container .gallery .gallery-item {
          width: 330px !important;
          height: 214px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: auto; }
          .aptos-types .type-detail .gallery-container .gallery .gallery-item img {
            object-fit: cover;
            width: 100%;
            height: 214px;
            border-radius: 13px; }
    .aptos-types .type-detail .gallery-message {
      width: 75%;
      text-align: center;
      margin: auto; }
    .aptos-types .type-detail .title-characteristics {
      font-size: 25px;
      font-weight: bold;
      margin: auto;
      margin-top: 50px;
      margin-bottom: 25px; }
    .aptos-types .type-detail ul.characteristics {
      padding: 0;
      margin: 0;
      margin-bottom: 25px;
      display: flex;
      flex-direction: column;
      list-style: none; }
      .aptos-types .type-detail ul.characteristics li {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 55px;
        border-top: 1px solid #D9D9D9; }
        .aptos-types .type-detail ul.characteristics li a {
          text-decoration: none;
          color: black;
          font-size: 15px; }
          .aptos-types .type-detail ul.characteristics li a.has-file {
            color: #c0ce33;
            font-weight: bold; }
  .aptos-types .btn-booking {
    align-self: center; }
  .aptos-types .apto-type {
    width: 330px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: auto;
    opacity: 0.5; }
    .aptos-types .apto-type.active {
      opacity: 1; }
    .aptos-types .apto-type .image {
      height: 185px; }
      .aptos-types .apto-type .image img {
        object-fit: cover;
        width: 100%;
        height: 185px;
        border-radius: 13px; }
    .aptos-types .apto-type .type-description {
      min-height: 105px;
      font-size: 24px;
      display: flex;
      flex-direction: column;
      padding: 0 10px; }
      .aptos-types .apto-type .type-description .type {
        font-weight: bold; }
      .aptos-types .apto-type .type-description .description {
        font-size: 16px; }

.aptos-france {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin: auto;
  margin-top: 10px; }
  .aptos-france .slider-aptos {
    width: 100%;
    display: block; }
  .aptos-france .apto-detail {
    width: 100%;
    max-width: 1140px;
    align-self: center;
    padding: 0 20px; }
  .aptos-france .apto-gallery {
    width: 100%;
    max-width: 1089px;
    margin-bottom: 20px;
    padding: 0 25px; }
    .aptos-france .apto-gallery .image-gallery-apto {
      width: 333px;
      height: 214px;
      margin: auto; }
      .aptos-france .apto-gallery .image-gallery-apto img {
        border-radius: 13px;
        object-fit: cover;
        width: 100%;
        height: 214px; }
  .aptos-france .slider-footer {
    width: 75%;
    align-self: center;
    text-align: center;
    font-family: Montserrat-SemiBold; }
    .aptos-france .slider-footer a {
      margin-top: 20px; }

.apto-slider {
  width: 275px;
  height: 335px;
  margin: auto;
  position: relative;
  cursor: pointer; }
  .apto-slider * {
    cursor: pointer; }
  .apto-slider.active .image-container, .apto-slider.active .btn-view-detail {
    opacity: 1; }
  .apto-slider.active .btn-view-detail:after {
    content: "\f063"; }
  .apto-slider.active:after {
    content: " ";
    position: absolute;
    bottom: -7px;
    left: calc(50% - 11px);
    border-top: 15px solid transparent;
    border-bottom: 15px solid #eee;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent; }
  .apto-slider .image-container {
    height: 185px;
    opacity: 0.5; }
    .apto-slider .image-container img {
      border-radius: 13px; }
  .apto-slider .price {
    width: 95px;
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background: #EFC51C;
    color: white;
    font-size: 14px;
    text-align: center;
    border: 2px solid white;
    position: absolute;
    top: 130px;
    left: 10px;
    border-radius: 11px; }
    .apto-slider .price span {
      font-family: Montserrat-SemiBold;
      font-size: 20px; }
    .apto-slider .price:after {
      content: " ";
      border-top: 10px solid #EFC51C;
      border-bottom: 10px solid transparent;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      position: absolute;
      bottom: -20px; }
  .apto-slider .title {
    height: 40px;
    margin: 10px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px; }
  .apto-slider .btn-view-detail {
    opacity: 0.5; }

.detail-apto {
  display: flex;
  flex-direction: column; }
  .detail-apto .title {
    font-size: 20px;
    font-family: Montserrat-SemiBold; }
  .detail-apto .info {
    padding: 75px;
    margin-bottom: 50px;
    border-radius: 20px;
    background: #eee;
    text-align: center;
    font-size: 16px; }
    @media (max-width: 480px) {
      .detail-apto .info {
        padding: 25px; } }
  .detail-apto .apartments, .detail-apto .facilities {
    display: flex;
    width: 75%;
    margin: auto;
    margin-bottom: 50px;
    gap: 50px; }
    @media (max-width: 480px) {
      .detail-apto .apartments, .detail-apto .facilities {
        width: 100%;
        flex-direction: column;
        row-gap: 20px; } }
    .detail-apto .apartments .ico, .detail-apto .facilities .ico {
      height: 125px;
      min-width: 125px;
      flex: 0 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 50px;
      color: #EFC51C;
      font-size: 60px;
      border: 5px solid #EFC51C;
      border-radius: 20px; }
      @media (max-width: 480px) {
        .detail-apto .apartments .ico, .detail-apto .facilities .ico {
          align-self: center; } }
    .detail-apto .apartments .content, .detail-apto .facilities .content {
      text-align: justify; }
  .detail-apto .facilities .ico {
    color: #548e87;
    border: 5px solid #548e87; }

.aptos-france-form {
  padding: 50px;
  border-radius: 15px;
  border: 2px solid #548e87;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 50px; }
  .aptos-france-form .form-group {
    width: calc(50% - 25px);
    display: flex;
    flex-wrap: wrap;
    gap: 25px 50px; }
    @media (max-width: 768px) {
      .aptos-france-form .form-group {
        width: 100%; } }
  .aptos-france-form .form-element {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column; }
    @media (max-width: 768px) {
      .aptos-france-form .form-element {
        width: 100%; } }
    .aptos-france-form .form-element.full-width {
      width: 100%; }
    .aptos-france-form .form-element &gt; span {
      margin-bottom: 5px; }
  .aptos-france-form .adhesion {
    font-size: 10px;
    text-align: justify; }
  .aptos-france-form .controls &gt; div {
    display: flex;
    align-items: start;
    margin-bottom: 10px; }
    .aptos-france-form .controls &gt; div input[type="checkbox"] {
      margin-right: 10px; }
    .aptos-france-form .controls &gt; div:nth-child(2) {
      margin-bottom: 50px; }
  .aptos-france-form .controls .button5 {
    width: 100%;
    background-color: #548e87 !important; }

.blog-page {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-height: 250px; }
  .blog-page[data-active-category="news"] .posts-content[data-category=news] {
    display: flex; }
  .blog-page[data-active-category="travel"] .posts-content[data-category=travel] {
    display: flex; }
  .blog-page[data-active-category="travel"] .custom-links ul {
    border-bottom: 3px solid #00B203; }
    .blog-page[data-active-category="travel"] .custom-links ul li[data-active="true"]:after {
      color: #00B203;
      border-right: 3px solid #00B203;
      border-bottom: 3px solid #00B203; }
  .blog-page[data-active-category="publications"] .posts-content[data-category=publications] {
    display: flex; }
  .blog-page[data-active-category="publications"] .custom-links ul {
    border-bottom: 3px solid #00B203; }
    .blog-page[data-active-category="publications"] .custom-links ul li[data-active="true"]:after {
      color: #00B203;
      border-right: 3px solid #00B203;
      border-bottom: 3px solid #00B203; }
  .blog-page[data-active-category="gallery"] .posts-content[data-category=gallery] {
    display: flex; }
  .blog-page .posts-container {
    display: flex;
    flex-direction: column;
    margin: auto; }
    .blog-page .posts-container .posts-content {
      display: none;
      flex-direction: column;
      margin-top: 50px; }
      .blog-page .posts-container .posts-content #posts-travel[data-collapsed=true] a[data-type="view-more"]:after {
        content: attr(data-text-more); }
      .blog-page .posts-container .posts-content #posts-travel[data-collapsed=true] .blog-travel-rest {
        display: none; }
      .blog-page .posts-container .posts-content #posts-travel[data-collapsed=false] a[data-type="view-more"]:after {
        content: attr(data-text-less); }
      .blog-page .posts-container .posts-content #posts-travel[data-collapsed=false] .blog-travel-rest {
        display: grid; }
      .blog-page .posts-container .posts-content[data-category="news"] .title {
        font-size: 25px;
        color: #EFC51C;
        font-family: Montserrat-Bold; }
      .blog-page .posts-container .posts-content[data-category="news"] p {
        font-size: 20px; }
  .blog-page #posts-listview {
    border: none; }
    .blog-page #posts-listview .k-listview-content {
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
      justify-content: space-between; }
  .blog-page .blog-news-item {
    width: 530px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .blog-page .blog-news-item .image-container {
      height: 330px; }
      .blog-page .blog-news-item .image-container img {
        object-fit: cover;
        width: 100%;
        height: 330px;
        border-radius: 15px; }
  .blog-page .blog-travel-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "travel1 travel1 travel2" "travel3  travel4 travel4" "travel5 travel6 view-more"; }
    .blog-page .blog-travel-top &gt; a {
      height: 295px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      color: white;
      font-size: 24px; }
    .blog-page .blog-travel-top a[data-type="view-more"] {
      grid-area: view-more;
      background: #EFC51C; }
      .blog-page .blog-travel-top a[data-type="view-more"]:after {
        color: white;
        background-color: #EFC51C; }
    .blog-page .blog-travel-top a[data-type="travel1"] {
      grid-area: travel1; }
    .blog-page .blog-travel-top a[data-type="travel2"] {
      grid-area: travel2; }
    .blog-page .blog-travel-top a[data-type="travel3"] {
      grid-area: travel3; }
    .blog-page .blog-travel-top a[data-type="travel4"] {
      grid-area: travel4; }
    .blog-page .blog-travel-top a[data-type="travel5"] {
      grid-area: travel5; }
    .blog-page .blog-travel-top a[data-type="travel6"] {
      grid-area: travel6; }
  .blog-page .blog-travel-rest {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "travel1 travel1 travel2" "travel3  travel4 travel4" "travel5 travel6 travel7"; }
    .blog-page .blog-travel-rest &gt; a, .blog-page .blog-travel-rest &gt; div {
      height: 295px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      color: white;
      font-size: 24px; }
    .blog-page .blog-travel-rest a[data-type="travel1"] {
      grid-area: travel1; }
    .blog-page .blog-travel-rest a[data-type="travel2"] {
      grid-area: travel2; }
    .blog-page .blog-travel-rest a[data-type="travel3"] {
      grid-area: travel3; }
    .blog-page .blog-travel-rest a[data-type="travel4"] {
      grid-area: travel4; }
    .blog-page .blog-travel-rest a[data-type="travel5"] {
      grid-area: travel5; }
    .blog-page .blog-travel-rest a[data-type="travel6"] {
      grid-area: travel6; }
    .blog-page .blog-travel-rest a[data-type="travel7"] {
      grid-area: travel7; }

.blog-section.blog-travel .filters .title {
  color: #00B203; }
.blog-section .generic-list-view {
  border: none; }
  .blog-section .generic-list-view .k-listview-content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between; }
.blog-section .blog-post-item {
  width: 530px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto;
  cursor: pointer; }
  @media (max-width: 600px) {
    .blog-section .blog-post-item {
      width: 100%; } }
  .blog-section .blog-post-item .image-container {
    height: 330px; }
    .blog-section .blog-post-item .image-container img {
      object-fit: cover;
      width: 100%;
      height: 330px;
      border-radius: 15px; }
  .blog-section .blog-post-item .title {
    font-size: 18px; }
.blog-section .filters {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .blog-section .filters .title {
    font-size: 25px;
    color: #EFC51C;
    font-family: Montserrat-Bold; }
  .blog-section .filters p {
    font-size: 20px; }

.blog-news {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px; }

.blog-travel[data-view-mode=menu] #posts-travel {
  display: flex; }
.blog-travel[data-view-mode=detail] #travel-detail {
  display: flex; }
.blog-travel #posts-travel {
  display: none;
  flex-direction: column; }
  .blog-travel #posts-travel[data-collapsed=true] a[data-type="view-more"]:after {
    content: attr(data-text-more); }
  .blog-travel #posts-travel[data-collapsed=true] .blog-travel-rest {
    display: none; }
  .blog-travel #posts-travel[data-collapsed=false] a[data-type="view-more"]:after {
    content: attr(data-text-less); }
  .blog-travel #posts-travel[data-collapsed=false] .blog-travel-rest {
    display: grid; }
  .blog-travel #posts-travel .blog-travel-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "travel1 travel1 travel2" "travel3  travel4 travel4" "travel5 travel6 view-more"; }
    @media (max-width: 1024px) {
      .blog-travel #posts-travel .blog-travel-top {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "travel1 travel2" "travel3  travel4" "travel5  travel6" "view-more view-more"; } }
    @media (max-width: 768px) {
      .blog-travel #posts-travel .blog-travel-top {
        grid-template-columns: 1fr;
        grid-template-areas: "travel1" "travel2" "travel3" "travel4" "travel5" "travel6" "view-more"; } }
    .blog-travel #posts-travel .blog-travel-top &gt; a {
      height: 295px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      color: white;
      font-size: 24px;
      background: #D9D9D9;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .blog-travel #posts-travel .blog-travel-top a[data-type="view-more"] {
      grid-area: view-more;
      background: #EFC51C; }
      .blog-travel #posts-travel .blog-travel-top a[data-type="view-more"]:after {
        color: white;
        background-color: #EFC51C; }
    .blog-travel #posts-travel .blog-travel-top a[data-type="travel1"] {
      grid-area: travel1; }
    .blog-travel #posts-travel .blog-travel-top a[data-type="travel2"] {
      grid-area: travel2; }
    .blog-travel #posts-travel .blog-travel-top a[data-type="travel3"] {
      grid-area: travel3; }
    .blog-travel #posts-travel .blog-travel-top a[data-type="travel4"] {
      grid-area: travel4; }
    .blog-travel #posts-travel .blog-travel-top a[data-type="travel5"] {
      grid-area: travel5; }
    .blog-travel #posts-travel .blog-travel-top a[data-type="travel6"] {
      grid-area: travel6; }
  .blog-travel #posts-travel .blog-travel-rest {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "travel1 travel1 travel2" "travel3  travel4 travel4" "travel5 travel6 travel7"; }
    @media (max-width: 1024px) {
      .blog-travel #posts-travel .blog-travel-rest {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "travel1 travel2" "travel3  travel4" "travel5  travel6" "travel7  travel7"; } }
    @media (max-width: 768px) {
      .blog-travel #posts-travel .blog-travel-rest {
        grid-template-columns: 1fr;
        grid-template-areas: "travel1" "travel2" "travel3" "travel4" "travel5" "travel6" "travel7"; } }
    .blog-travel #posts-travel .blog-travel-rest &gt; a {
      height: 295px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      color: white;
      font-size: 24px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .blog-travel #posts-travel .blog-travel-rest a[data-type="travel1"] {
      grid-area: travel1; }
    .blog-travel #posts-travel .blog-travel-rest a[data-type="travel2"] {
      grid-area: travel2; }
    .blog-travel #posts-travel .blog-travel-rest a[data-type="travel3"] {
      grid-area: travel3; }
    .blog-travel #posts-travel .blog-travel-rest a[data-type="travel4"] {
      grid-area: travel4; }
    .blog-travel #posts-travel .blog-travel-rest a[data-type="travel5"] {
      grid-area: travel5; }
    .blog-travel #posts-travel .blog-travel-rest a[data-type="travel6"] {
      grid-area: travel6; }
    .blog-travel #posts-travel .blog-travel-rest a[data-type="travel7"] {
      grid-area: travel7; }
.blog-travel #travel-detail {
  display: none;
  flex-direction: column; }
  .blog-travel #travel-detail .travel-detail-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px; }
    .blog-travel #travel-detail .travel-detail-info .category-container {
      width: 100%;
      display: flex;
      align-self: start;
      flex-direction: column; }
      .blog-travel #travel-detail .travel-detail-info .category-container #btn-back-menu {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        gap: 20px; }
        .blog-travel #travel-detail .travel-detail-info .category-container #btn-back-menu:hover span {
          color: #EFC51C; }
        .blog-travel #travel-detail .travel-detail-info .category-container #btn-back-menu i {
          width: 32px;
          height: 32px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          background: #EFC51C;
          color: white;
          font-size: 20px;
          align-self: flex-start; }
      .blog-travel #travel-detail .travel-detail-info .category-container .category-info {
        width: 100%;
        height: 447px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        margin-bottom: 50px; }
        .blog-travel #travel-detail .travel-detail-info .category-container .category-info:before {
          content: attr(data-category-name);
          position: absolute;
          left: 50px;
          bottom: 50px;
          font-size: 40px;
          color: white;
          text-transform: capitalize; }

.blog-publications {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .blog-publications .info {
    margin-bottom: 100px;
    text-align: justify; }
  .blog-publications .posts-slider {
    /*padding-bottom: 50px;*/
    /*border-bottom: 2px solid $greenColorLogo;*/
    margin-bottom: 50px; }
    .blog-publications .posts-slider:after {
      content: " ";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #c0ce33;
      bottom: 0;
      z-index: -1; }
  .blog-publications .publication-slider-item {
    width: 255px;
    height: 390px;
    margin: auto;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer; }
    .blog-publications .publication-slider-item.active:after {
      content: " ";
      width: 35px;
      height: 35px;
      transform: rotate(45deg);
      border: 2px solid #c0ce33;
      border-right: 0;
      border-bottom: 0;
      position: absolute;
      bottom: -25px;
      background: white; }
    .blog-publications .publication-slider-item img {
      object-fit: cover;
      width: 100%;
      height: 350px;
      border-radius: 20px;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }

.blog-gallery {
  display: flex;
  flex-direction: column;
  gap: 50px; }
  .blog-gallery #list-view-gallery {
    border: 0; }
    .blog-gallery #list-view-gallery .k-listview-content {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 50px; }
  .blog-gallery .years-container ul, .blog-gallery .months-container ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-evenly;
    font-size: 20px;
    gap: 20px; }
    .blog-gallery .years-container ul a:hover, .blog-gallery .months-container ul a:hover {
      color: #EFC51C; }
    .blog-gallery .years-container ul a[data-active=true], .blog-gallery .months-container ul a[data-active=true] {
      font-weight: bold;
      color: #EFC51C; }
  .blog-gallery .months-container ul {
    font-size: 15px; }
    .blog-gallery .months-container ul a {
      text-transform: capitalize; }
  .blog-gallery .blog-image-container {
    width: 530px;
    height: 330px;
    margin: auto; }
    @media (max-width: 600px) {
      .blog-gallery .blog-image-container {
        width: 100%; } }
    .blog-gallery .blog-image-container img {
      object-fit: cover;
      width: 100%;
      height: 330px;
      border-radius: 20px;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }

.home-top-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 26px; }
  .home-top-buttons a {
    width: calc(50% - 13px);
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    color: white;
    border-radius: 15px;
    position: relative; }
    @media (max-width: 768px) {
      .home-top-buttons a {
        width: 100%; } }
    .home-top-buttons a:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.6) 99.99%, #D9D9D9 100%);
      border-radius: 15px; }
    .home-top-buttons a p.title {
      margin: 0;
      margin-bottom: 15px;
      font-size: 30px;
      font-family: Montserrat-SemiBold;
      z-index: 1; }
      @media (max-width: 380px) {
        .home-top-buttons a p.title {
          margin-bottom: 5px !important; } }
    .home-top-buttons a .image-container {
      height: 71px;
      z-index: 1; }
      .home-top-buttons a .image-container img {
        max-width: fit-content; }
    .home-top-buttons a span {
      width: 65%;
      font-family: Montserrat;
      font-size: 18px;
      z-index: 1; }
      @media (max-width: 1140px) {
        .home-top-buttons a span {
          width: 100%; } }
    .home-top-buttons a:nth-child(1) {
      height: 201px;
      background-image: url("../../assets/img/home/shape1.png"), url("../../assets/img/home/home_travel.jpg");
      background-repeat: no-repeat, no-repeat;
      background-position: top left, center;
      background-size: auto, cover; }
    .home-top-buttons a:nth-child(2) {
      height: 201px;
      background-image: url("../../assets/img/home/shape2.png"), url("../../assets/img/home/home_apartments.jpg");
      background-repeat: no-repeat, no-repeat;
      background-position: top left, center;
      background-size: auto, cover; }
    .home-top-buttons a:nth-child(3) {
      display: flex;
      height: 148px;
      background-image: url("../../assets/img/home/home_legalitas.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
    .home-top-buttons a:nth-child(4) {
      height: 148px;
      background-image: url("../../assets/img/home/shape4.png"), url("../../assets/img/home/home_turistar.jpg");
      background-position: bottom right, center;
      background-repeat: no-repeat, no-repeat;
      background-size: auto, cover; }

.top-offers .content {
  display: flex;
  flex-direction: column; }
  .top-offers .content h1 {
    margin: auto;
    margin-bottom: 50px; }
    .top-offers .content h1 span {
      font-family: Montserrat-Bold; }
  .top-offers .content #top-offers-container {
    border: none; }
    .top-offers .content #top-offers-container &gt; div {
      border: none;
      display: flex;
      flex-wrap: wrap;
      gap: 70px;
      margin-bottom: 60px; }
    @media (max-width: 1090px) {
      .top-offers .content #top-offers-container {
        gap: 20px; } }
  .top-offers .content .button3 {
    margin: 0 auto; }

.sustainable-world {
  position: relative;
  display: flex;
  align-items: center;
  height: 280px;
  background: #e4edec; }
  @media (max-width: 1024px) {
    .sustainable-world {
      height: initial;
      padding: 10px 0; } }
  .sustainable-world .content {
    display: flex;
    align-items: center; }
    @media (max-width: 1024px) {
      .sustainable-world .content {
        flex-direction: column; } }
    .sustainable-world .content .sustainable-info {
      text-align: center;
      padding: 20px 100px; }
      .sustainable-world .content .sustainable-info .title {
        color: #007c60;
        font-size: 30px;
        font-family: Montserrat-Bold; }
      .sustainable-world .content .sustainable-info p {
        color: black;
        font-family: Montserrat-Regular; }

.home-keys {
  position: relative;
  padding: 45px;
  border-radius: 5px;
  color: white;
  font-family: Montserrat-Bold;
  margin-right: 10%;
  background: #93c24a;
  opacity: 0.7; }
  @media (max-width: 1140px) {
    .home-keys {
      margin-right: 0; } }
  .home-keys:before {
    position: absolute;
    top: 67px;
    left: -13px;
    content: " ";
    width: 50px;
    height: 50px;
    background: #93c24a;
    transform: rotate(45deg);
    border-radius: 5px; }

.slider-container {
  /*max-width: 1440px;*/
  width: calc(100% - 100px);
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .slider-container * {
    box-sizing: border-box; }
  .slider-container .collaborators-logos .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 285px;
    height: 80px;
    text-align: center;
    margin: auto; }
    .slider-container .collaborators-logos .logo-container img {
      width: 100%;
      height: 80px;
      object-fit: contain;
      margin: auto; }

.collaborators-slider .flex-control-paging {
  display: none !important; }

.custom-links {
  margin-top: 20px; }
  .custom-links ul {
    display: flex;
    gap: 20px 90px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    color: black;
    font-family: Montserrat;
    border-bottom: 3px solid #EFC51C; }
    .custom-links ul.sostenible-links {
      gap: 20px 50px; }
    @media (max-width: 1140px) {
      .custom-links ul {
        flex-direction: column;
        border-bottom: 0 !important; } }
    .custom-links ul li {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      padding-bottom: 20px; }
      @media (max-width: 1140px) {
        .custom-links ul li {
          padding-bottom: 0; } }
      .custom-links ul li a {
        font-size: 20px;
        color: black; }
        @media (max-width: 1140px) {
          .custom-links ul li a {
            border-bottom: 3px solid #EFC51C; } }
      .custom-links ul li[data-active="true"] a {
        font-weight: bold; }
      .custom-links ul li[data-active="true"]:after {
        content: "";
        color: #EFC51C;
        background: white;
        background: linear-gradient(135deg, transparent 30%, white 50%);
        width: 20px;
        height: 20px;
        transform: rotate(45deg);
        position: absolute;
        bottom: -14px;
        border-right: 3px solid #EFC51C;
        border-bottom: 3px solid #EFC51C; }
        @media (max-width: 1140px) {
          .custom-links ul li[data-active="true"]:after {
            bottom: -11px; } }
    .custom-links ul.blue-border {
      border-bottom: 3px solid #548e87; }
      .custom-links ul.blue-border li[data-active="true"]:after {
        border-right: 3px solid #548e87;
        border-bottom: 3px solid #548e87; }
      @media (max-width: 1140px) {
        .custom-links ul.blue-border a {
          border-bottom: 3px solid #548e87; } }
    .custom-links ul.green-border {
      border-bottom: 3px solid #00B203; }
      .custom-links ul.green-border li[data-active="true"]:after {
        border-right: 3px solid #00B203;
        border-bottom: 3px solid #00B203; }
      @media (max-width: 1140px) {
        .custom-links ul.green-border a {
          border-bottom: 3px solid #00B203; } }

.custom-tabs-container {
  display: flex;
  justify-content: center; }
  .custom-tabs-container .custom-tabs {
    display: flex;
    padding: 33px 55px;
    background: white;
    border-radius: 20px;
    margin: auto; }
    .custom-tabs-container .custom-tabs ul {
      display: inline-flex;
      justify-content: space-between;
      list-style: none;
      gap: 33px;
      margin: 0;
      padding: 0; }
      @media (max-width: 1140px) {
        .custom-tabs-container .custom-tabs ul {
          flex-direction: column; } }
      .custom-tabs-container .custom-tabs ul li {
        max-width: 315px;
        width: 315px;
        height: 54px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        font-weight: bold; }
        .custom-tabs-container .custom-tabs ul li:hover {
          cursor: pointer; }
        .custom-tabs-container .custom-tabs ul li:nth-child(odd) {
          border: 1px solid #EFC51C;
          color: #EFC51C; }
          .custom-tabs-container .custom-tabs ul li:nth-child(odd):hover, .custom-tabs-container .custom-tabs ul li:nth-child(odd).active {
            background: #EFC51C;
            color: white; }
        .custom-tabs-container .custom-tabs ul li:nth-child(even) {
          border: 1px solid #c0ce33;
          color: #c0ce33; }
          .custom-tabs-container .custom-tabs ul li:nth-child(even):hover, .custom-tabs-container .custom-tabs ul li:nth-child(even).active {
            background: #c0ce33;
            color: white; }

.custom-tabs-links {
  display: flex;
  justify-content: center;
  padding: 33px 55px;
  background: white;
  border-radius: 20px; }
  .custom-tabs-links.empty-background ul li:nth-child(odd) a {
    color: #EFC51C !important;
    border: 1px solid #EFC51C; }
    .custom-tabs-links.empty-background ul li:nth-child(odd) a.active, .custom-tabs-links.empty-background ul li:nth-child(odd) a:hover {
      background: #EFC51C !important;
      color: white !important; }
  .custom-tabs-links.empty-background ul li:nth-child(even) a {
    color: #c0ce33 !important;
    border: 1px solid #c0ce33; }
    .custom-tabs-links.empty-background ul li:nth-child(even) a.active, .custom-tabs-links.empty-background ul li:nth-child(even) a:hover {
      background: #c0ce33 !important;
      color: white !important; }
  .custom-tabs-links.empty-background ul li a {
    background: white !important; }
  .custom-tabs-links ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 33px;
    margin: 0;
    padding: 0; }
    @media (max-width: 768px) {
      .custom-tabs-links ul {
        flex-direction: column; } }
    @media (max-width: 480px) {
      .custom-tabs-links ul li {
        width: 100%; } }
    .custom-tabs-links ul li:nth-child(odd) a {
      background: #EFC51C; }
    .custom-tabs-links ul li:nth-child(even) a {
      background: #c0ce33; }
    .custom-tabs-links ul li a {
      width: 315px;
      height: 54px;
      padding: 0 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      text-align: center;
      color: white;
      font-weight: bold; }
      @media (max-width: 480px) {
        .custom-tabs-links ul li a {
          width: 100%; } }
      .custom-tabs-links ul li a i {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        border: 3px solid white; }
  .custom-tabs-links ul2 {
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 33px;
    margin: 0;
    padding: 0; }
    @media (max-width: 768px) {
      .custom-tabs-links ul2 {
        flex-direction: column; } }
    .custom-tabs-links ul2 li a {
      height: 54px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-grow: 1;
      font-weight: bold; }
      .custom-tabs-links ul2 li a:hover {
        cursor: pointer; }
      .custom-tabs-links ul2 li a:nth-child(odd) {
        border: 1px solid #EFC51C;
        color: #EFC51C; }
        .custom-tabs-links ul2 li a:nth-child(odd):hover, .custom-tabs-links ul2 li a:nth-child(odd).active {
          background: #EFC51C;
          color: white; }
      .custom-tabs-links ul2 li a:nth-child(even) {
        border: 1px solid #c0ce33;
        color: #c0ce33; }
        .custom-tabs-links ul2 li a:nth-child(even):hover, .custom-tabs-links ul2 li a:nth-child(even).active {
          background: #c0ce33;
          color: white; }

.search-engines-selector-form {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: auto; }
  .search-engines-selector-form[data-active-engine="flights"] .flights-engine {
    display: block; }
  .search-engines-selector-form[data-active-engine="flights"] .btn-select-engine[data-engine=flights] {
    background: #548e87; }
  .search-engines-selector-form[data-active-engine="hotels"] .hotels-engine {
    display: block; }
  .search-engines-selector-form[data-active-engine="hotels"] .btn-select-engine[data-engine=hotels] {
    background: #548e87; }
  .search-engines-selector-form[data-active-engine="apartments"] .aptos-engine {
    display: block; }
  .search-engines-selector-form[data-active-engine="apartments"] .btn-select-engine[data-engine=apartments] {
    background: #548e87; }
  .search-engines-selector-form .flights-engine {
    display: none; }
    .search-engines-selector-form .flights-engine .search-flights-form {
      margin-top: 0; }
  .search-engines-selector-form .hotels-engine {
    display: none; }
    .search-engines-selector-form .hotels-engine .search-hotels-form {
      margin-top: 0; }
  .search-engines-selector-form .aptos-engine {
    display: none; }
    .search-engines-selector-form .aptos-engine .form-aptos-container {
      margin-top: 0; }

.engines-types {
  display: flex;
  gap: 10px;
  margin: auto;
  background: white; }
  .engines-types .btn-select-engine {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFC51C;
    color: white;
    border-radius: 50%;
    font-size: 20px; }
    .engines-types .btn-select-engine:hover {
      background: #548e87; }

.aptos-avada-slider {
  height: 408px;
  /*margin-top: -80px;*/
  position: relative;
  /*
  &amp;:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%);
    z-index: 3;
  }
   */ }
  .aptos-avada-slider img {
    width: 100%;
    height: 408px;
    object-fit: cover; }
  .aptos-avada-slider .flex-control-paging {
    bottom: 65px;
    z-index: 4; }
    .aptos-avada-slider .flex-control-paging a {
      background: rgba(200, 200, 200, 0.8); }
    .aptos-avada-slider .flex-control-paging .flex-active {
      background: white; }

.form-aptos-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  margin-top: -280px; }
  .form-aptos-container .title {
    color: white;
    font-size: 28px;
    font-family: Montserrat-Bold;
    margin-bottom: 40px; }
  .form-aptos-container .search-aptos-form {
    min-height: 90px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    gap: 10px;
    background: white;
    color: #D9D9D9;
    border-radius: 100px;
    font-family: Montserrat-SemiBold;
    position: relative;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
    @media (max-width: 1400px) {
      .form-aptos-container .search-aptos-form {
        border-radius: 15px;
        padding: 20px; } }
    .form-aptos-container .search-aptos-form .human-mode-options {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      margin: auto; }
      @media (max-width: 1400px) {
        .form-aptos-container .search-aptos-form .human-mode-options {
          flex-direction: column; } }
    .form-aptos-container .search-aptos-form .god-mode-options {
      display: none;
      align-items: center;
      align-self: flex-start;
      gap: 30px; }
      .form-aptos-container .search-aptos-form .god-mode-options .control input[data-role=datepicker] {
        width: 150px; }
    .form-aptos-container .search-aptos-form[data-god-mode="true"] .god-mode-options {
      display: flex; }
    .form-aptos-container .search-aptos-form[data-family=campello][data-mode=date] .search-mode a[data-mode=date] {
      color: white;
      background: #c0ce33; }
    .form-aptos-container .search-aptos-form[data-family=campello][data-mode=apartment] .search-mode a[data-mode=apartment] {
      color: white;
      background: #c0ce33; }
    .form-aptos-container .search-aptos-form[data-family=tavernes][data-mode=date] .search-mode a[data-mode=date] {
      color: white;
      background: #EFC51C; }
    .form-aptos-container .search-aptos-form[data-family=tavernes][data-mode=apartment] .search-mode a[data-mode=apartment] {
      color: white;
      background: #EFC51C; }
    .form-aptos-container .search-aptos-form[data-mode=date] .date-controls {
      display: flex; }
    .form-aptos-container .search-aptos-form[data-mode=date] .apartment-controls {
      display: none; }
    .form-aptos-container .search-aptos-form[data-mode=apartment] .date-controls {
      display: none; }
    .form-aptos-container .search-aptos-form[data-mode=apartment] .apartment-controls {
      display: flex; }
    .form-aptos-container .search-aptos-form .search-mode {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 5px;
      border: 2px solid #D9D9D9;
      border-radius: 100px; }
      .form-aptos-container .search-aptos-form .search-mode a {
        color: #D9D9D9;
        padding: 10px 20px;
        font-family: 'Montserrat-SemiBold';
        border-radius: 100px; }
        @media (max-width: 400px) {
          .form-aptos-container .search-aptos-form .search-mode a {
            padding: 10px 10px; } }
    .form-aptos-container .search-aptos-form .date-controls {
      flex-wrap: wrap;
      justify-content: center; }
      .form-aptos-container .search-aptos-form .date-controls .control input[data-role=datepicker] {
        width: 150px; }
    .form-aptos-container .search-aptos-form .apartment-controls {
      flex-direction: row; }
      @media (max-width: 400px) {
        .form-aptos-container .search-aptos-form .apartment-controls {
          flex-direction: column; } }
    .form-aptos-container .search-aptos-form .controls {
      min-width: 720px;
      display: flex;
      align-items: center;
      gap: 20px;
      margin-right: 40px; }
      @media (max-width: 1400px) {
        .form-aptos-container .search-aptos-form .controls {
          min-width: inherit;
          margin: auto; } }
      .form-aptos-container .search-aptos-form .controls i {
        font-size: 20px;
        color: black; }
      .form-aptos-container .search-aptos-form .controls .control {
        display: flex;
        align-items: center;
        gap: 20px; }
        .form-aptos-container .search-aptos-form .controls .control:last-child:after {
          display: none; }
        .form-aptos-container .search-aptos-form .controls .control:after {
          content: " ";
          width: 2px;
          height: 100%;
          background: #9E9E9E; }
    .form-aptos-container .search-aptos-form .ddlNumberPeople {
      width: 100%; }
    .form-aptos-container .search-aptos-form .button2 {
      font-size: 30px; }
      @media (max-width: 1400px) {
        .form-aptos-container .search-aptos-form .button2 {
          width: calc(100% - 74px);
          height: 74px !important;
          border-radius: 0;
          padding: 0;
          margin: auto;
          margin-bottom: 10px; }
          .form-aptos-container .search-aptos-form .button2:before {
            display: none !important; } }
      .form-aptos-container .search-aptos-form .button2[data-family=campello] {
        background: #c0ce33; }
      .form-aptos-container .search-aptos-form .button2[data-family=tavernes] {
        background: #EFC51C; }

#activities-engine {
  display: none; }

.form-activities-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  padding: 0 10px;
  margin: auto;
  margin-top: -180px;
  border-radius: 50px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
  .form-activities-container .search-activities-form {
    display: flex;
    position: relative;
    padding: 19px;
    color: #D9D9D9; }
    .form-activities-container .search-activities-form .form-controls {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      .form-activities-container .search-activities-form .form-controls .block1 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px 60px; }
        @media (max-width: 1140px) {
          .form-activities-container .search-activities-form .form-controls .block1 {
            flex-direction: column; } }
        .form-activities-container .search-activities-form .form-controls .block1 .destinations {
          display: flex;
          gap: 20px 60px; }
          @media (max-width: 768px) {
            .form-activities-container .search-activities-form .form-controls .block1 .destinations {
              flex-direction: column; } }
          .form-activities-container .search-activities-form .form-controls .block1 .destinations #btn-choose-region {
            color: #D9D9D9; }
          .form-activities-container .search-activities-form .form-controls .block1 .destinations &gt; div {
            display: flex;
            align-items: center;
            gap: 10px; }
        .form-activities-container .search-activities-form .form-controls .block1 .datepickers {
          display: flex;
          gap: 20px 60px; }
          @media (max-width: 768px) {
            .form-activities-container .search-activities-form .form-controls .block1 .datepickers {
              flex-direction: column; } }
          .form-activities-container .search-activities-form .form-controls .block1 .datepickers .container-datepicker input[data-role=datepicker] {
            width: 150px; }
      .form-activities-container .search-activities-form .form-controls .block2 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; }
        @media (max-width: 768px) {
          .form-activities-container .search-activities-form .form-controls .block2 {
            flex-direction: column;
            align-items: center; } }
        .form-activities-container .search-activities-form .form-controls .block2 .passengers-types {
          display: flex;
          align-items: center;
          gap: 20px 60px; }
          @media (max-width: 768px) {
            .form-activities-container .search-activities-form .form-controls .block2 .passengers-types {
              flex-direction: column; } }
          .form-activities-container .search-activities-form .form-controls .block2 .passengers-types .control {
            display: flex;
            align-items: center;
            gap: 10px; }
            .form-activities-container .search-activities-form .form-controls .block2 .passengers-types .control select, .form-activities-container .search-activities-form .form-controls .block2 .passengers-types .control input {
              width: 150px; }
        .form-activities-container .search-activities-form .form-controls .block2 .form-errors {
          max-width: 300px;
          font-size: 14px;
          color: red; }
        .form-activities-container .search-activities-form .form-controls .block2 .buttons {
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          margin-left: auto; }
          @media (max-width: 1140px) {
            .form-activities-container .search-activities-form .form-controls .block2 .buttons {
              margin: auto; } }
          @media (max-width: 1140px) {
            .form-activities-container .search-activities-form .form-controls .block2 .buttons #btnSearchActivities {
              width: 100%; } }
          .form-activities-container .search-activities-form .form-controls .block2 .buttons #btnSearchActivities:before {
            content: "\f002";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 25px;
            color: white;
            position: absolute;
            left: 30px; }

.activities-regions {
  width: 380px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 13px;
  padding: 25px;
  color: #9E9E9E;
  background: white; }
  .activities-regions .title {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid grey;
    font-weight: bold; }
    .activities-regions .title i {
      width: 21px;
      height: 21px;
      display: flex;
      align-items: center;
      color: black; }
  .activities-regions .ul-regions {
    list-style: none; }
    .activities-regions .ul-regions li a {
      display: flex;
      align-items: center;
      border-radius: 30px;
      height: 50px;
      padding-left: 31px;
      cursor: pointer;
      outline: none; }
      .activities-regions .ul-regions li a[data-active="true"], .activities-regions .ul-regions li a:hover {
        color: white;
        background: #c0ce33; }

.children-selection {
  display: flex;
  flex-direction: column;
  width: 420px;
  gap: 20px; }
  .children-selection select {
    width: 90px; }
  .children-selection .controls {
    display: flex;
    gap: 20px; }
    .children-selection .controls .total {
      display: flex;
      flex-direction: column; }
      .children-selection .controls .total span {
        font-weight: bold;
        font-size: 12px; }
    .children-selection .controls .children-ages {
      max-width: 310px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      gap: 20px; }
      .children-selection .controls .children-ages .no-childs {
        margin-bottom: 15px; }
      .children-selection .controls .children-ages .children-age {
        display: flex;
        flex-direction: column; }
        .children-selection .controls .children-ages .children-age span {
          font-size: 12px; }
  .children-selection .btn-accept-children {
    align-self: flex-end; }

#flights-engine {
  display: none; }

.form-flights-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px; }
  .form-flights-container .search-flights-form {
    min-height: 90px;
    padding: 19px;
    display: flex;
    align-items: flex-start;
    margin: auto;
    gap: 30px;
    background: white;
    color: #D9D9D9;
    border-radius: 50px;
    font-family: Montserrat-SemiBold;
    margin-top: -200px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
    @media (max-width: 1440px) {
      .form-flights-container .search-flights-form {
        flex-direction: column;
        align-items: center;
        border-radius: 15px; } }
    .form-flights-container .search-flights-form[data-mode=oneway] .container-datepicker[data-control=dtpCheckOut] * {
      display: none; }
    .form-flights-container .search-flights-form[data-mode=roundtrip] .search-mode .btn-mode[data-mode=roundtrip] {
      color: white;
      background: #EFC51C; }
    .form-flights-container .search-flights-form[data-mode=oneway] .search-mode .btn-mode[data-mode=oneway] {
      color: white;
      background: #EFC51C; }
    .form-flights-container .search-flights-form[data-mode=roundtrip] .search-mode .btn-mode[data-mode=roundtrip] {
      color: white;
      background: #EFC51C; }
    .form-flights-container .search-flights-form[data-mode=oneway] .search-mode .btn-mode[data-mode=oneway] {
      color: white;
      background: #EFC51C; }
    .form-flights-container .search-flights-form .error-field-validation {
      border: 1px dotted red; }
    .form-flights-container .search-flights-form .form-controls {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      .form-flights-container .search-flights-form .form-controls .block1 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px 60px; }
        @media (max-width: 1140px) {
          .form-flights-container .search-flights-form .form-controls .block1 {
            flex-direction: column; } }
        .form-flights-container .search-flights-form .form-controls .block1 .destinations {
          display: flex;
          flex-wrap: wrap;
          gap: 20px 60px; }
          @media (max-width: 768px) {
            .form-flights-container .search-flights-form .form-controls .block1 .destinations {
              flex-direction: column; } }
          .form-flights-container .search-flights-form .form-controls .block1 .destinations .container-autocomplete {
            display: flex;
            align-items: center;
            gap: 10px;
            position: relative; }
            .form-flights-container .search-flights-form .form-controls .block1 .destinations .container-autocomplete i.fa-spinner {
              position: absolute;
              z-index: 0;
              right: 10px;
              color: #548e87; }
        .form-flights-container .search-flights-form .form-controls .block1 .datepickers {
          display: flex;
          gap: 20px 60px; }
          @media (max-width: 768px) {
            .form-flights-container .search-flights-form .form-controls .block1 .datepickers {
              flex-direction: column; } }
          .form-flights-container .search-flights-form .form-controls .block1 .datepickers .container-datepicker input[data-role=datepicker] {
            width: 150px; }
        .form-flights-container .search-flights-form .form-controls .block1 .search-mode {
          display: flex;
          align-items: center;
          gap: 5px;
          padding: 5px;
          border: 2px solid #D9D9D9;
          border-radius: 100px; }
          .form-flights-container .search-flights-form .form-controls .block1 .search-mode a {
            color: #D9D9D9;
            padding: 10px 20px;
            font-family: 'Montserrat-SemiBold';
            border-radius: 100px; }
      .form-flights-container .search-flights-form .form-controls .block2 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; }
        @media (max-width: 400px) {
          .form-flights-container .search-flights-form .form-controls .block2 {
            column-gap: 0; } }
        .form-flights-container .search-flights-form .form-controls .block2 .passengers {
          display: flex;
          gap: 10px;
          /*margin-left: 112px;*/ }
          @media (max-width: 1140px) {
            .form-flights-container .search-flights-form .form-controls .block2 .passengers {
              margin: auto;
              flex-direction: column; } }
          .form-flights-container .search-flights-form .form-controls .block2 .passengers .passengers-type {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px; }
            @media (max-width: 768px) {
              .form-flights-container .search-flights-form .form-controls .block2 .passengers .passengers-type {
                flex-direction: column; } }
            .form-flights-container .search-flights-form .form-controls .block2 .passengers .passengers-type .control {
              display: flex;
              align-items: center;
              justify-content: center;
              flex-wrap: wrap;
              margin: auto;
              gap: 10px; }
          .form-flights-container .search-flights-form .form-controls .block2 .passengers .residents-category {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            font-size: 12px; }
          .form-flights-container .search-flights-form .form-controls .block2 .passengers select {
            width: 150px; }
        .form-flights-container .search-flights-form .form-controls .block2 .form-errors {
          color: red;
          font-size: 14px;
          font-family: Montserrat; }
        .form-flights-container .search-flights-form .form-controls .block2 .buttons {
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          margin-left: auto; }
          @media (max-width: 1140px) {
            .form-flights-container .search-flights-form .form-controls .block2 .buttons {
              margin: auto; } }
          @media (max-width: 1140px) {
            .form-flights-container .search-flights-form .form-controls .block2 .buttons #btnSearchFlights {
              width: 100%; } }
          .form-flights-container .search-flights-form .form-controls .block2 .buttons #btnSearchFlights:before {
            content: "\f002";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 25px;
            color: white;
            position: absolute;
            left: 30px; }

#hotels-engine {
  display: none; }

.form-hotels-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px; }
  .form-hotels-container .search-hotels-form {
    min-height: 90px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    margin: auto;
    background: white;
    color: #D9D9D9;
    border-radius: 100px;
    font-family: Montserrat-SemiBold;
    margin-top: -180px;
    position: relative;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
    @media (max-width: 1500px) {
      .form-hotels-container .search-hotels-form {
        border-radius: 15px;
        padding: 20px; } }
    .form-hotels-container .search-hotels-form .container-destination {
      display: flex;
      align-items: center;
      gap: 10px;
      position: relative;
      /*margin-left: 30px;*/ }
      @media (max-width: 1140px) {
        .form-hotels-container .search-hotels-form .container-destination {
          margin-left: 0; } }
      .form-hotels-container .search-hotels-form .container-destination #ddlDestination {
        padding-right: 30px; }
      .form-hotels-container .search-hotels-form .container-destination i.fa-spinner {
        position: absolute;
        z-index: 0;
        right: 10px;
        color: #548e87; }
    .form-hotels-container .search-hotels-form .datepickers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px; }
      .form-hotels-container .search-hotels-form .datepickers .container-datepicker input[data-role=datepicker] {
        width: 150px; }
    .form-hotels-container .search-hotels-form .container-passengers {
      display: flex;
      align-items: center;
      gap: 10px; }
      @media (max-width: 1500px) {
        .form-hotels-container .search-hotels-form .container-passengers {
          width: 100%; } }
      .form-hotels-container .search-hotels-form .container-passengers #txtPassengers {
        width: 300px; }
        @media (max-width: 1500px) {
          .form-hotels-container .search-hotels-form .container-passengers #txtPassengers {
            width: 100%;
            max-width: inherit; } }
    .form-hotels-container .search-hotels-form .ddlDestination {
      width: 300px; }
    .form-hotels-container .search-hotels-form .button2 {
      margin: auto;
      margin-left: 80px;
      font-size: 30px; }
      @media (max-width: 1500px) {
        .form-hotels-container .search-hotels-form .button2 {
          width: calc(100% - 74px);
          height: 74px !important;
          border-radius: 0;
          padding: 0;
          margin: auto;
          margin-bottom: 10px; }
          .form-hotels-container .search-hotels-form .button2:before {
            display: none !important; } }
    .form-hotels-container .search-hotels-form .block1 {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px; }
      @media (max-width: 1500px) {
        .form-hotels-container .search-hotels-form .block1 {
          flex-direction: column; } }
    .form-hotels-container .search-hotels-form .block2 {
      color: red;
      padding-left: 30px; }

.hotels-form-passengers {
  width: 850px;
  display: flex;
  flex-direction: column;
  border-radius: 13px;
  padding: 25px 20px;
  font-size: 12px;
  position: relative;
  background: white;
  gap: 30px; }
  .hotels-form-passengers .title {
    font-size: 27px; }
  .hotels-form-passengers .rooms {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .hotels-form-passengers .rooms .title {
      font-size: 15px;
      font-family: Montserrat-Bold; }
  .hotels-form-passengers .list-rooms {
    display: flex;
    gap: 20px;
    flex-direction: column; }
    .hotels-form-passengers .list-rooms .room-detail {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .hotels-form-passengers .list-rooms .room-detail .room-number {
        font-size: 15px;
        font-family: Montserrat-Bold; }
      .hotels-form-passengers .list-rooms .room-detail .passengers-info {
        display: flex;
        gap: 50px; }
        .hotels-form-passengers .list-rooms .room-detail .passengers-info .passengers-number {
          flex: 0 0 90px;
          display: flex;
          flex-direction: column; }
        .hotels-form-passengers .list-rooms .room-detail .passengers-info .passengers-ages {
          display: flex;
          flex-direction: column; }
          .hotels-form-passengers .list-rooms .room-detail .passengers-info .passengers-ages .ages {
            display: flex;
            gap: 20px; }
            .hotels-form-passengers .list-rooms .room-detail .passengers-info .passengers-ages .ages select {
              width: 90px; }
  .hotels-form-passengers .btn-accept-passengers {
    margin-left: auto; }

.search-offers-form {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: auto;
  margin-top: -150px; }
  @media (max-width: 1400px) {
    .search-offers-form {
      flex-direction: column;
      margin-top: -275px; } }
  @media (max-width: 400px) {
    .search-offers-form {
      width: 100%;
      padding: 0 10px; } }
  .search-offers-form[data-offers-loaded=false] .btn-search-offers {
    pointer-events: none; }
    .search-offers-form[data-offers-loaded=false] .btn-search-offers i {
      display: block; }
  .search-offers-form .custom-control {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0 15px;
    background: white;
    /*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
    /*padding: 10px;*/
    border-radius: 20px;
    /*

    input {
      height: 30px;
      border: none;
    }

    select {
      height: 30px;
      border: none;
    }

    i {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 23px;
      height: 23px;
      font-size: 12px;
      border-radius: 50%;
      background: $ocherColorLogo;
      color: white;
    }*/ }
    @media (max-width: 400px) {
      .search-offers-form .custom-control {
        width: 100%; } }
    .search-offers-form .custom-control .input-title {
      min-width: 70px;
      font-weight: bold;
      font-size: 14px;
      padding-right: 10px;
      border-right: 1px solid black;
      color: black;
      background: white;
      text-align: right; }
    @media (max-width: 400px) {
      .search-offers-form .custom-control .trsf-select {
        width: 100%; } }
    .search-offers-form .custom-control .trsf-select * {
      outline: none; }
    .search-offers-form .custom-control .trsf-select .ddl-search-offer {
      width: 250px;
      height: 45px; }
      @media (max-width: 400px) {
        .search-offers-form .custom-control .trsf-select .ddl-search-offer {
          width: 100%; } }
    .search-offers-form .custom-control .trsf-select .k-dropdownlist {
      background: white;
      border: 0; }
      .search-offers-form .custom-control .trsf-select .k-dropdownlist:focus {
        box-shadow: none; }
      .search-offers-form .custom-control .trsf-select .k-dropdownlist .k-input-inner {
        border: 0;
        color: #9E9E9E;
        font-weight: bold; }
      .search-offers-form .custom-control .trsf-select .k-dropdownlist .k-input-button {
        background: #EFC51C;
        border: 0;
        position: relative;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        align-self: center; }
        .search-offers-form .custom-control .trsf-select .k-dropdownlist .k-input-button .k-svg-icon {
          display: flex;
          flex: 0 0 auto;
          width: 23px;
          height: 23px;
          color: white; }
          .search-offers-form .custom-control .trsf-select .k-dropdownlist .k-input-button .k-svg-icon:before {
            content: "\f063";
            font-family: "Font Awesome 5 Free";
            font-weight: bold; }
          .search-offers-form .custom-control .trsf-select .k-dropdownlist .k-input-button .k-svg-icon svg {
            display: none; }
    .search-offers-form .custom-control .trsf-select2 {
      display: grid;
      grid-template-areas: "select";
      position: relative;
      align-items: center;
      padding: 0 10px 0 0px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px; }
      .search-offers-form .custom-control .trsf-select2 *,
      .search-offers-form .custom-control .trsf-select2 *::before,
      .search-offers-form .custom-control .trsf-select2 *::after {
        box-sizing: border-box; }
      .search-offers-form .custom-control .trsf-select2 select {
        appearance: none;
        background-color: transparent;
        border: none;
        grid-area: select;
        padding: 0 35px 0 20px;
        margin: 0;
        width: 100%;
        height: 45px;
        min-width: 150px;
        font-family: inherit;
        font-size: inherit;
        cursor: inherit;
        line-height: inherit; }
        .search-offers-form .custom-control .trsf-select2 select .prova {
          height: 150px; }
      .search-offers-form .custom-control .trsf-select2:after {
        content: "\f063";
        grid-area: select;
        justify-self: end;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background: #EFC51C;
        color: white; }
  .search-offers-form .btn-search-offers i {
    display: none;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: white;
    margin-right: 10px; }

.top-square {
  position: relative; }
  .top-square:before {
    content: " ";
    position: absolute;
    left: 30px;
    top: 30px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: white; }

.extra-top-height {
  position: relative; }
  .extra-top-height:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 30px;
    top: -29px;
    /*1px menys efecte zoom*/
    left: 0; }

.extra-bottom-height {
  position: relative; }
  .extra-bottom-height:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 30px;
    bottom: -29px;
    /*1px menys efecte zoom*/
    left: 0; }

.about-us-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "aum-letter aum-why aum-why " "aum-mision aum-plane aum-history" "aum-government aum-delegations aum-team" "aum-blog aum-values-action aum-view-more" "aum-transparency aum-publications aum-alliance"; }
  @media (max-width: 1024px) {
    .about-us-menu {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "aum-why aum-why" "aum-letter aum-mision" "aum-plane aum-plane" "aum-history aum-government" "aum-delegations aum-delegations" "aum-team aum-blog" "aum-values-action aum-values-action" "aum-view-more aum-view-more" "aum-transparency aum-publications" "aum-alliance aum-alliance"; } }
  @media (max-width: 768px) {
    .about-us-menu {
      grid-template-columns: 1fr;
      grid-template-areas: "aum-why" "aum-letter" "aum-mision" "aum-plane" "aum-history" "aum-government" "aum-delegations" "aum-team" "aum-values-action" "aum-blog" "aum-view-more" "aum-transparency" "aum-publications" "aum-alliance"; } }
  .about-us-menu[data-collapsed=true] a[data-type="aum-view-more"]:after {
    content: attr(data-text-more); }
  .about-us-menu[data-collapsed=true] a[data-type="aum-alliance"],
  .about-us-menu[data-collapsed=true] a[data-type="aum-transparency"],
  .about-us-menu[data-collapsed=true] a[data-type="aum-publications"] {
    display: none; }
  .about-us-menu[data-collapsed=false] a[data-type="aum-view-more"]:after {
    content: attr(data-text-less); }
  .about-us-menu[data-collapsed=false] a[data-type="aum-alliance"],
  .about-us-menu[data-collapsed=false] a[data-type="aum-transparency"],
  .about-us-menu[data-collapsed=false] a[data-type="aum-publications"] {
    display: flex; }
  .about-us-menu[data-collapsed=false] a[data-type="aum-blog"] {
    border-bottom-left-radius: 0px; }
  .about-us-menu &gt; a {
    height: 295px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    font-size: 35px;
    font-family: Montserrat;
    line-height: 35px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .about-us-menu &gt; a.solid-button:hover {
      transform: scale(1.05);
      z-index: 3; }
    .about-us-menu &gt; a.image-button:hover:before {
      content: " ";
      width: 100%;
      height: 100%;
      background: #EFC51C;
      opacity: 0.3;
      position: absolute;
      top: 0;
      left: 0; }
  .about-us-menu a[data-type="aum-why"] {
    grid-area: aum-why;
    background: #c0ce33;
    /*border-top-right-radius: 20px;*/ }
    .about-us-menu a[data-type="aum-why"]:after {
      background-color: #c0ce33; }
    @media (max-width: 1024px) {
      .about-us-menu a[data-type="aum-why"].extra-top-height:after {
        display: none; } }
  .about-us-menu a[data-type="aum-letter"] {
    grid-area: aum-letter;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/about-us/letter.jpg);
    border-top-left-radius: 20px; }
    @media (max-width: 1024px) {
      .about-us-menu a[data-type="aum-letter"] {
        border-top-left-radius: 0; } }
  .about-us-menu a[data-type="aum-history"] {
    grid-area: aum-history;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/about-us/history.jpg); }
  .about-us-menu a[data-type="aum-delegations"] {
    grid-area: aum-delegations;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/about-us/delegations.jpg); }
  .about-us-menu a[data-type="aum-government"] {
    grid-area: aum-government;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/about-us/government.jpg); }
  .about-us-menu a[data-type="aum-mision"] {
    grid-area: aum-mision;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/about-us/mision.jpg); }
  .about-us-menu a[data-type="aum-plane"] {
    grid-area: aum-plane;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/about-us/plane.jpg); }
  .about-us-menu a[data-type="aum-team"] {
    grid-area: aum-team;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/about-us/team.jpg); }
    @media (max-width: 768px) {
      .about-us-menu a[data-type="aum-team"] {
        background-position: top center; } }
  .about-us-menu a[data-type="aum-blog"] {
    grid-area: aum-blog;
    background: #EFC51C;
    border-bottom-left-radius: 10px;
    gap: 10px; }
    @media (max-width: 1024px) {
      .about-us-menu a[data-type="aum-blog"] {
        border-bottom-left-radius: 0px; } }
    .about-us-menu a[data-type="aum-blog"] span:nth-child(1) {
      font-size: 60px;
      font-family: Montserrat-Bold; }
    .about-us-menu a[data-type="aum-blog"] span:nth-child(2) {
      font-size: 25px; }
  .about-us-menu a[data-type="aum-values-action"] {
    grid-area: aum-values-action;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/about-us/values.jpg); }
  .about-us-menu a[data-type="aum-view-more"] {
    grid-area: aum-view-more;
    background: #c0ce33; }
    .about-us-menu a[data-type="aum-view-more"]:after {
      color: white; }
  .about-us-menu a[data-type="aum-purpose"] {
    grid-area: aum-purpose;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/about-us/purpose.jpg); }
  .about-us-menu a[data-type="aum-alliance"] {
    grid-area: aum-alliance;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/about-us/alliance.jpg); }
  .about-us-menu a[data-type="aum-transparency"] {
    grid-area: aum-transparency;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/about-us/transparency.jpg); }
  .about-us-menu a[data-type="aum-publications"] {
    grid-area: aum-publications;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/about-us/publications.jpg); }

.home-news {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "blog new1 new1" "new2  new2 new3" "new4 new5 view-all"; }
  @media (max-width: 1024px) {
    .home-news {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "blog new1" "new2  new2" "new3 new4" "new5 view-all"; } }
  @media (max-width: 768px) {
    .home-news {
      grid-template-columns: 1fr;
      grid-template-areas: "blog" "new1" "new2" "new3" "new4" "new5" "view-all"; } }
  .home-news &gt; a {
    height: 295px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    font-size: 24px;
    position: relative; }
  .home-news .solid-button:hover {
    transform: scale(1.05);
    z-index: 3; }
  .home-news a.image-button:hover:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: #EFC51C;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0; }
  .home-news .home-new {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .home-news .home-new .title {
      font-size: 35px;
      line-height: 35px;
      font-family: Montserrat-SemiBold;
      margin-bottom: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      z-index: 1; }
    .home-news .home-new .short-descri {
      font-size: 18px;
      font-weight: normal;
      font-family: Montserrat-Regular;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      z-index: 1; }
      .home-news .home-new .short-descri p {
        margin: 0;
        line-height: initial; }

a[data-type="blog"] {
  grid-area: blog;
  background: #EFC51C; }
  a[data-type="blog"] span:first-child {
    font-size: 60px;
    font-family: Montserrat-Bold;
    line-height: initial; }
  a[data-type="blog"] span:last-child {
    font-family: Montserrat-SemiBold; }
  a[data-type="blog"]:before {
    top: 0px; }
  a[data-type="blog"]:after {
    background-color: #EFC51C; }

a[data-type="view-all"] {
  grid-area: view-all;
  background: #EFC51C; }
  a[data-type="view-all"]:after {
    background-color: #EFC51C; }

a[data-type="new1"] {
  width: 100%;
  grid-area: new1;
  border-top-right-radius: 10px; }
  a[data-type="new1"] .title {
    font-size: 40px !important;
    line-height: 40px !important; }

a[data-type="new2"] {
  grid-area: new2; }

a[data-type="new3"] {
  grid-area: new3; }

a[data-type="new4"] {
  grid-area: new4;
  border-bottom-left-radius: 10px; }

a[data-type="new5"] {
  grid-area: new5; }

.want-travel-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "wtm-hotels-apartments wtm-tourist-routes wtm-tourist-routes" "wtm-cruisers wtm-cruisers wtm-circuits" "wtm-sustainable-tourism wtm-senior-tourism wtm-senior-tourism" "wtm-train-rides wtm-group-travel wtm-view-more" "wtm-family-plans wtm-great-trips wtm-activities" "wtm-flights wtm-cars wtm-discover-offers"; }
  @media (max-width: 1024px) {
    .want-travel-menu {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "wtm-hotels-apartments wtm-tourist-routes" "wtm-cruisers wtm-cruisers" "wtm-circuits wtm-sustainable-tourism" "wtm-senior-tourism wtm-senior-tourism" "wtm-train-rides wtm-train-rides" "wtm-group-travel wtm-view-more" "wtm-family-plans wtm-family-plans" "wtm-great-trips wtm-activities" "wtm-flights wtm-cars" "wtm-discover-offers wtm-discover-offers"; } }
  @media (max-width: 768px) {
    .want-travel-menu {
      grid-template-columns: 1fr;
      grid-template-areas: "wtm-hotels-apartments" "wtm-tourist-routes" "wtm-cruisers" "wtm-circuits" "wtm-sustainable-tourism" "wtm-senior-tourism" "wtm-train-rides" "wtm-group-travel" "wtm-view-more" "wtm-family-plans" "wtm-great-trips" "wtm-activities" "wtm-flights" "wtm-cars" "wtm-discover-offers"; } }
  .want-travel-menu[data-collapsed=true] a[data-type="wtm-view-more"]:after {
    content: attr(data-text-more); }
  .want-travel-menu[data-collapsed=true] a[data-type="wtm-family-plans"],
  .want-travel-menu[data-collapsed=true] a[data-type="wtm-great-trips"],
  .want-travel-menu[data-collapsed=true] a[data-type="wtm-activities"],
  .want-travel-menu[data-collapsed=true] a[data-type="wtm-flights"],
  .want-travel-menu[data-collapsed=true] a[data-type="wtm-cars"],
  .want-travel-menu[data-collapsed=true] a[data-type="wtm-discover-offers"] {
    display: none; }
  .want-travel-menu[data-collapsed=false] a[data-type="wtm-view-more"]:after {
    content: attr(data-text-less); }
  .want-travel-menu[data-collapsed=false] a[data-type="wtm-family-plans"],
  .want-travel-menu[data-collapsed=false] a[data-type="wtm-great-trips"],
  .want-travel-menu[data-collapsed=false] a[data-type="wtm-flights"],
  .want-travel-menu[data-collapsed=false] a[data-type="wtm-cars"],
  .want-travel-menu[data-collapsed=false] a[data-type="wtm-discover-offers"] {
    display: flex; }
  .want-travel-menu &gt; a {
    height: 295px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    font-size: 30px;
    font-family: Montserrat;
    line-height: 35px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .want-travel-menu &gt; a.solid-button:hover {
      transform: scale(1.05);
      z-index: 3; }
    .want-travel-menu &gt; a.image-button:hover:before {
      content: " ";
      width: 100%;
      height: 100%;
      background: #EFC51C;
      opacity: 0.3;
      position: absolute;
      top: 0;
      left: 0; }
  .want-travel-menu a[data-type="wtm-hotels-apartments"] {
    position: relative;
    grid-area: wtm-hotels-apartments;
    background: #c0ce33; }
    .want-travel-menu a[data-type="wtm-hotels-apartments"]:after {
      background-color: #c0ce33; }
  .want-travel-menu a[data-type="wtm-tourist-routes"] {
    grid-area: wtm-tourist-routes;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/tourist-routes.jpg);
    border-top-right-radius: 20px; }
    @media (max-width: 768px) {
      .want-travel-menu a[data-type="wtm-tourist-routes"] {
        border-top-right-radius: 0; } }
  .want-travel-menu a[data-type="wtm-cruisers"] {
    grid-area: wtm-cruisers;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/cruisers.jpg); }
  .want-travel-menu a[data-type="wtm-circuits"] {
    grid-area: wtm-circuits;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/circuits.jpg); }
  .want-travel-menu a[data-type="wtm-sustainable-tourism"] {
    grid-area: wtm-sustainable-tourism;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/sustainable-tourism.jpg); }
  .want-travel-menu a[data-type="wtm-senior-tourism"] {
    grid-area: wtm-senior-tourism;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/senior-tourism.jpg); }
  .want-travel-menu a[data-type="wtm-train-rides"] {
    grid-area: wtm-train-rides;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/train-rides.jpg); }
  .want-travel-menu a[data-type="wtm-group-travel"] {
    grid-area: wtm-group-travel;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/group-travel.jpg); }
  .want-travel-menu a[data-type="wtm-view-more"] {
    position: relative;
    grid-area: wtm-view-more;
    background: #EFC51C; }
    .want-travel-menu a[data-type="wtm-view-more"]:after {
      color: white; }
  .want-travel-menu a[data-type="wtm-family-plans"] {
    grid-area: wtm-family-plans;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/family-plans.jpg); }
  .want-travel-menu a[data-type="wtm-great-trips"] {
    grid-area: wtm-great-trips;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/great-trips.jpg); }
  .want-travel-menu a[data-type="wtm-activities"] {
    grid-area: wtm-activities;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/activities.jpg); }
  .want-travel-menu a[data-type="wtm-flights"] {
    grid-area: wtm-flights;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/flights.jpg);
    border-bottom-left-radius: 20px; }
  .want-travel-menu a[data-type="wtm-cars"] {
    grid-area: wtm-cars;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/cars.jpg); }
  .want-travel-menu a[data-type="wtm-discover-offers"] {
    grid-area: wtm-discover-offers;
    background-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.76) 99.99%, #D9D9D9 100%), url(../../assets/img/images-menus/want-travel/discover-offers.jpg); }
</pre></body></html>