/*====404====*/
.error-page {
  padding-top: 150px;

  .center-error {
    margin-top: 18%;
    text-align: center;
  }

  .error-img-icon {
    width: 50px;
  }

  p.error-title {
    font-family: "Roboto";
    color: #334155;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 5rem;
  }
  p.error-text {
    font-family: "Roboto";
    color: #64748B;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
  }
  .error-return-link {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }



  .cars-section-1 p.financing-category-title {
    font-family: "Roboto";
    color: #60A5FA;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-align: center;
  }
  .cars-section-1 {
    margin-top: 85px;
  }
  .swiper {
    margin-bottom: 100px;
  }
  .card-link {
    border: 1px solid #CBD5E1;
    border-radius: 13px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease-in-out;
    margin: 10px 0;
    background-color: #F1F5F9;
    padding: 15px;
  }
  .card-link .card-image {
    min-height: 290px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-car-image {
    border-radius: 13px;
    width: 100%;
  }
  .badge-destak-detail {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 3px 10px;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .badge-destak-new {
    color: #084377;
    border: 1px solid #d3e7ff;
    background-color: #d3e7ff;
  }
  .card-link .car-text {
    padding: 10px;
  }
  .card-link .car-value {
    padding: 10px;
  }
  .card-link .car-specs {
    padding: 10px;
  }
  .swiper-button-prev, .swiper-button-next {
    color: #2563EB;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    top: 90%;
    width: 20px;
    height: 20px;
  }
  .card-link p.car-brand-title {
    font-family: "Roboto";
    color: #1E3A8A;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
  }

  .card-link .value-box-left {
    background-color: #BFDBFE;
    border-radius: 8px;
    height: 35px;
    line-height: 35px;
    text-align: center;
  }
  .card-link p.value-price {
    font-family: "Roboto";
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    line-height: 35px;
  }
  .card-link p.value-price span {
    font-size: 16px;
    font-weight: 600;
  }
  .card-link p.car-brand {
    font-family: "Roboto";
    color: #1E40AF;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0;
    text-align: left;
  }
  .card-link p.car-version {
    font-family: "Roboto";
    color: #475569;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
  }
  .card-link .car-card-link .go-simple-button {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    border: 2px solid #2563EB;
    color: #2563EB;
    text-align: center;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 3.25rem;
    letter-spacing: 0.004rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.6s, color 0.6s;
    padding: 0 20px;
    justify-content: center;
  }
  .card-link .car-specs ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding-inline-start: 0;
  }
  .card-link .car-specs p.spec-text {
    font-family: "Roboto";
    color: #475569;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }
  .card-link .car-card-link .go-simple-button .right-arrow {
    margin-left: 10px;
  }
}


/*====SUCCESS====*/
.success-page {
  height: 100vh;
  padding-top: 150px;

  .center-success {
    margin-top: 18%;
    text-align: center;
  }

  .success-img-icon {
    width: 50px;
  }

  p.success-title {
    font-family: "Roboto";
    color: #334155;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 5rem;
  }
  p.success-text {
    font-family: "Roboto";
    color: #64748B;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
  }
  .success-return-link {
    margin-top: 35px;
    display: flex;
    justify-content: center;
  }

}

/*====SEARCH====*/
.search-page {
  min-height: 100vh;
  padding-top: 150px;

  .plus-options {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
  }

  .left-search-page {
    margin-top: 2%;
    text-align: left;
  }

  .search-section-1 {
    padding-bottom: 75px;
  }


  .left-search-page {
    .opportunities-section-1 {
      padding: 150px 0 125px 0;

      p.section-title {
        font-family: "Roboto";
        color: #334155;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 35px;
        text-align: center;
      }
      p.section-category-title {
        font-family: "Roboto";
        color: #60A5FA;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0px;
        letter-spacing: 2px;
        text-align: center;
      }

    }
  }

  .fuel-icon {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 10;


    .fuel-img-icon {
      width: 30px;
      height: auto;
    }

    .tooltip-text {
      font-family: "Roboto";
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 2px solid #2563EB;
      color: #2563EB;
      font-weight: 700;
      letter-spacing: 1px;

      background-color: #fff;
      text-align: center;
      padding: 5px 15px;
      font-size: 13px;
      border-radius: 8px;
      white-space: nowrap;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 10;
      left: -50px;
      bottom: 5px;
    }




  }
  .fuel-icon:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
  }

  .fuel-icon-brand {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 10;


    .fuel-img-icon {
      width: 30px;
      height: auto;
    }

    .tooltip-text {
      font-family: "Roboto";
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 2px solid #2563EB;
      color: #2563EB;
      font-weight: 700;
      letter-spacing: 1px;

      background-color: #fff;
      text-align: center;
      padding: 5px 15px;
      font-size: 13px;
      border-radius: 8px;
      white-space: nowrap;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 10;
      left: -50px;
      bottom: 5px;
    }




  }
  .fuel-icon-brand:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
  }

  // CAR card link
  .card-link {
    border: 1px solid #CBD5E1;
    border-radius: 13px;
    //box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
    //padding: 10px;
    transition: all 0.3s ease-in-out;
    margin: 10px 0;
    background-color: #F1F5F9;

    .card-specs {
      padding: 10px;
    }

    .card-image {
      aspect-ratio: 4 / 3;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .card-car-image {
      border-radius: 13px;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .card-car-no-image {
      border-radius: 13px;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .car-text {
      padding: 10px;
    }
    .car-value {
      padding: 10px;
    }

    .value-box-left {
      background-color: #BFDBFE;
      border-radius: 8px;
      height: 35px;
      line-height: 35px;
      text-align: center;
    }
    .value-box-right {
      background-color: #E2E8F0;
      border-radius: 8px;
      height: 35px;
      text-align: center;
    }

    .car-specs {
      padding: 10px;
      ul {
        display: flex;
        justify-content: space-between;
        list-style-type: none;
        padding-inline-start: 0;

        li {
          text-align: center;
        }

      }
      p.spec-text {
        font-family: "Roboto";
        color: #475569;
        font-size: 10px;
        font-weight: 400;
        line-height: 14px;
      }
    }

    .car-card-link {

      .go-simple-button {
        display: flex;
        align-items: center;
        height: 40px;
        width: 100%;
        border: 2px solid #2563EB;
        color: #2563EB;
        text-align: center;
        font-family: "Roboto";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 3.25rem;
        letter-spacing: .004rem;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color .6s, color .6s;
        padding: 0 20px;
        justify-content: center;

        .right-arrow {
          margin-left: 10px;
        }
      }

    }

    p.value-price {
      font-family: "Roboto";
      color: #000000;
      font-size: 10px;
      font-weight: 400;
      line-height: 35px;
      span {
        font-size: 20px;
        font-weight: 600;
      }
    }

    p.car-brand {
      font-family: "Roboto";
      color: #1E40AF;
      font-size: 16px;
      font-weight: 900;
      margin-bottom: 0;
      text-align: left;
    }

    p.car-version {
      font-family: "Roboto";
      color: #475569;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0;
      text-align: left;
    }


  }
  .card-link-button:hover {
    .card-link {
      border: 1px solid #60A5FA;
      box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
      border-radius: 13px;
      background: #F1F5F9;
      transition: all 0.3s ease-in-out;
    }

  }

  // DESTAK card link
  .card-link-opportunities {
    border: 1px solid #CBD5E1;
    border-radius: 13px;
    //box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease-in-out;
    margin: 15px 0;
    background-color: #F1F5F9;

    .card-car-image {
      border-radius: 13px;
      width: 100%;
    }

    .destak-box {
      padding: 15px;
    }


    p.destak-title {
      font-family: "Roboto";
      color: #0F172A;
      font-size: 18px;
      font-weight: 900;
      margin-bottom: 10px;
      text-align: left;
    }

    p.destak-text {
      font-family: "Roboto";
      color: #475569;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0;
      text-align: left;
    }


    .car-value {
      padding: 10px;
    }





    .destak-card-link {

      .go-simple-button-2 {
        display: flex;
        align-items: center;
        height: 40px;
        width: 100%;
        color: #1E3A8A;
        text-align: center;
        font-family: "Roboto";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 3.25rem;
        letter-spacing: .004rem;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color .6s, color .6s;
        padding: 15px 20px 30px 20px;

        .right-arrow {
          margin-left: 10px;
        }
      }

    }

    p.value-price {
      font-family: "Roboto";
      color: #000000;
      font-size: 10px;
      font-weight: 400;
      line-height: 35px;
      span {
        font-size: 16px;
        font-weight: 500;
      }
    }




  }
  a.card-link-opportunities-button:hover {
    .card-link-opportunities {
      box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
      border-radius: 13px;
      background: #F1F5F9;
      transition: all 0.3s ease-in-out;
    }

  }

  .section-accordion {
    margin: 15px 0 0 0;
    border-bottom: 1px solid #E2E8F0;

    .accordion-header {
      border-top: 1px solid #E2E8F0;
      padding: 10px 5px 10px 15px;
      cursor: pointer;
    }
    .accordion-item:hover {
      cursor: pointer; /* Exibe o cursor de mão para o item do acordeão */
      pointer-events: auto;
    }
    .accordion-content {
      padding: 0 15px;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.4s ease-out, opacity 0.3s ease, padding 0.3s ease;
    }

    .accordion-box {
      padding: 0 35px;
    }

    .accordion-row-header {
      padding: 15px 0 20px 0;
    }

    .open {
      background-color: #E2E8F0;
      transition: 0.4s;

      .png-chev-down {
        transform: rotate(180deg);
        transition: 0.3s;
      }

      .accordion-content {
        max-height: 2000px;
        opacity: 1;
        padding: 15px 35px;
        transition: max-height 0.5s ease-in, opacity 0.3s ease 0.1s;
      }
    }




  }




  .search-row {

    margin-top: 25px;
    padding-bottom: 25px;
    //border-bottom: 1px solid #D9D9D9;

    p.search-type {
      font-family: "Roboto";
      color: #60A5FA;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 1rem;
      margin: 20px 0 20px 25px;
      text-transform: uppercase;
    }
    p.search-row-title {
      font-family: "Roboto";
      color: #475569;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 26.4px;
      margin-bottom: 15px;
    }
    p.search-row-text {
      font-family: "Roboto";
      color: #1E293B;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28.8px;
    }
  }

  .search-img-icon {
    width: 35px;
    margin-top: 25px;
  }
  p.search-header-title {
    font-family: "Roboto";
    color: #334155;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 5rem;
  }
  p.search-title {
    font-family: "Roboto";
    color: #334155;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 5rem;
  }
  p.search-subtitle {
    font-family: "Roboto";
    color: #475569;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
  }
  p.search-text {
    font-family: "Roboto";
    color: #1E293B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 3.25rem;
  }
  .success-return-link {
    margin-top: 35px;
  }

}

.pagination-link {
  margin-top: 25px;

  .go-simple-button {
    display: flex;
    align-items: center;
    height: 45px;
    width: 100%;
    border: 2px solid #2563EB;
    color: #2563EB;
    text-align: center;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 3.25rem;
    letter-spacing: .004rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color .6s, color .6s;
    padding: 0 20px;
    justify-content: center;

    .right-arrow {
      margin-left: 10px;
    }
    .left-arrow {
      margin-right: 10px;
    }
  }


}

.return-simple-button {
    display: flex;
    align-items: center;
    height: 50px;
    width: 185px;
    border: 2px solid #2563EB;
    color: #2563EB!important;
    text-align: center;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
    letter-spacing: .004rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color .6s, color .6s;
    padding: 0 20px;
    justify-content: center;

    .left-arrow {
      margin-right: 10px;
    }

    .right-arrow {
      margin-left: 10px;
    }
  }

.space-btn {
  margin-right: 15px;
}

.phone-svg {
  margin-left: 15px;
  width: 24px;
}

.form-disclaimer {
  font-family: "Roboto";
  color: #0F172A;
  font-size: 11px;
  font-weight: 400;
  margin: 15px 0 5px 0;
}

//autorizo check
.authorize-checkbox-container {
  display: flex;
  align-items: center;
}

.authorize-checkbox-input {
  height: 19px;
  width: 19px;
  border-radius: 8px;
}

.authorize-checkbox-input-label {
  font-family: "Roboto";
  color: #0F172A;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 35px;
}

@media (max-width: 1000px) {

  .search-page .section-accordion .accordion-header {
    padding: 20px 20px 10px 15px;
  }
  .search-page .section-accordion .accordion-box {
    padding: 10px 15px;
  }
  .search-page .search-row p.search-type {
    margin: 10px 0 20px 10px;
    font-size: 15px;
  }
}