#frm_busqueda_home {
  background: url(/themes/latintours/uploads/slider/slider_1.jpg);
  min-height: 440px;
  padding-top: 50px !important;
  background-size: cover;
  background-position: center;
  border-bottom: 10px solid #e2231a;
  position: static;
}

.frm_busqueda_home_importante {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
  background-color: #051c48;
  border-radius: 12px;
  color: #ffffff;
  padding: 20px 26px 15px;
  margin-bottom: 16px;

  & h3 {
    margin: 0 !important;
    text-transform: uppercase;
  }

  & span {
    display: block;
    font-size: 19px;
    color: var(--color-secundario);
    margin-top: 8px;
  }

  & p {
    font-size: 14px;
  }

  & a {
    color: var(--white);
    text-decoration: none;
    font-weight: bold;
  }

  & img {
    max-width: 90px;
  }

}

/*
CHEAP SECTION
*/

.cheap-area {
  background: #ffffff;
  padding: 0 0 20px 0;
  position: relative;

  & .cheap-title {
    text-align: center;

    & h2 {
      font-size: 26px;
      font-weight: 600;
    }

    & p {
      font-weight: 400;
      font-size: 18px;
      color: #0099ff;
      margin-top: 10px;
    }
  }

  & .cheap-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
    row-gap: 25px;
    margin-top: 45px;

    & .cheap-item {
      display: grid;
      grid-template-columns: 76% auto;
      background: #DEEBF6;
      border-radius: 5px;
      padding: 10px 0 10px 20px;

      & h4 {
        font-weight: 700;
        font-size: 18px;
        color: #1e2444;
        line-height: 24px;
      }

      & p {
        font-weight: 400;
        line-height: 24px;
        margin-top: 3px;
      }

      .checpitem-right img {
        max-width: 117px;
        position: relative;
        display: block;
        margin: auto;
        width: 100%;
      }

      .checpitem-right1 img {
        top: -20px;
        right: 10px;
        max-width: 100px;
      }

      .checpitem-right2 img {
        top: -20px;
        right: 10px;
        max-width: 114px;
      }

      .checpitem-right3 img {
        top: -20px;
        right: 10px;
        max-width: 95px;
      }

      .checpitem-right4 img {
        top: -20px;
        right: 10px;
        max-width: 115px;
        margin: auto;
        display: block;
      }

      .checpitem-right5 img {
        top: -20px;
        right: 10px;
        right: -9px;
        max-width: 110px;
      }

      .checpitem-right6 img {
        top: -20px;
        right: 10px;
        max-width: 60px;
      }


    }
  }

}

#portada h2 {
  color: #1c2444;
  font-size: 26px;
  font-weight: bold;
}

.family-area {
  padding: 85px 0 135px 0;
  position: relative;
  overflow: hidden;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('/themes/latintours/images/content/asertex.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;

    @media (max-width: 767px) {
      filter: blur(8px);
      transform: scale(1.05);
    }
  }

  & * {
    text-shadow: 0 0 10px rgb(0, 0, 0, 0.5);
  }

  & .family-title {
    & p {
      font-weight: 600;
      font-size: 32px;
      color: var(--white);
      text-align: center;
      position: relative;
      z-index: 2;
    }
  }

  & .family-main {
    max-width: 505px;
    margin-left: auto;
    margin-top: 75px;
    position: relative;
    z-index: 2;
    text-align: center;

    & .family-logo {
      & img {
        max-width: 280px;
        width: 100%;
        margin-bottom: 30px;
      }
    }

    & .family-logo2 {
      position: absolute;
      top: 29%;
      left: -287px;

      & img {
        max-width: 160px;
      }
    }

    & h6 {
      font-weight: 800;
      font-size: 18px;
      color: var(--white);
      text-transform: uppercase;
    }

    & p {
      font-weight: 400;
      font-size: 18px;
      color: var(--white);
      margin-bottom: 22px;
    }

    & a.masinfo {
      font-weight: 700;
      font-size: 20px;
      color: var(--white);
      background: #1E9842;
      display: inline-block;
      padding: 10px 30px;
      border-radius: 15px;
      text-decoration: none;

      &:hover {
        opacity: 0.9;
      }
    }
  }
}


/*
POSITION FIXED BUTTONS
*/

.whatsapp-footer {
  left: unset;
  right: 20px !important;
  position: fixed;
  bottom: 20px;
  z-index: 9999;

  & a {
    display: inline-block;
    background-color: #27CE53;
    color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px 10px 80px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 30%);
    box-shadow: 0 0 5px #051c4840;
    border: 2px solid #ffffff;
    text-decoration: none;

    & img {
      position: absolute;
      left: -20px;
      top: -8px;
      height: 115px;
    }

    & strong {
      color: #ffffff;
      text-shadow: 0 0 3px rgba(0, 0, 0, 30%);
    }

    & div {
      color: #ffffff;
      text-shadow: 0 0 3px rgba(0, 0, 0, 30%);
      font-size: 16px;
    }

  }
}

.call_us {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 250px;
  z-index: 9999;

  & img {
    box-shadow: -4px 4px 21px #00000042;
    border-radius: 20px;
    border: 2px solid #ffffff;
  }
}


.subfooter{
  background:var(--color-secundario);
  padding: 8px;
  & p{
    margin: 0px;
  }
}

@media (max-width: 767px) {
  .whatsapp-footer {
    left: 30px;
    right: unset;
    bottom: 90px;
  }

  .cheap-main {
    grid-template-columns: repeat(1, 1fr) !important;
    row-gap: 15px;
  }
}