
/*====BLOG====*/
.page-blog {
  background-color: #F8FAFC;

  // banner //
    .blog-banner-section {
      position: relative;
      height: 40vh;
      overflow: hidden;
    }
    .banner-svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }
    .banner-blog {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      clip: rect(0, auto, auto, 0);
    }
    .banner-content {
      position: fixed;
      top: 18%;
      left: 0;
      width: 100%;
    }
    .banner-text {
      padding-left: 20px;

      p.banner-info-title {
        font-family: "Roboto";
        color: #F8FAFC;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 15px;
      }
      p.banner-title {
        font-family: "Roboto";
        color: #F8FAFC;
        font-size: 45px;
        font-weight: 800;
        letter-spacing: 2px;
        margin-bottom: 15px;
      }
      .banner-title {
        font-family: "Roboto";
        color: #F8FAFC;
        font-size: 45px;
        font-weight: 800;
        letter-spacing: 2px;
        margin-bottom: 15px;
      }
    }


  .filter-blog {


    .filter-blog-select {
      display: flex;
      align-items: center;
      height: 50px;
      min-width: auto;
      width: 100%;
      background-color: #ffffff;
      border: 1px solid #CBD5E1;
      color: #94A3B8;
      text-align: left;
      font-family: "Roboto";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      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;
      margin-bottom: 10px;
      background-image: url(/../assets/images/chev-down.png);
      background-repeat: no-repeat;
      background-position: right 15px center;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }



    p.filter-blog-title {
      font-family: "Roboto";
      color: #475569;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 2px;
      margin-bottom: 40px;
    }
    .filter-blog-buttons ul {
      display: flex;
      margin-bottom: 20px;
      li {
        margin-right: 10px;
      }
    }
    .filter-blog-btn {
      font-family: "Roboto";
      color: #292524;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 2px;
      margin-bottom: 15px;
      border-radius: 4px;
      padding: 5px 8px;
      border: 1px solid #E2E8F0;
    }
  }


  .load-btn {
    margin: 25px 0 15px 0;
    .load-more-button {
      display: flex;
      align-items: center;
      height: 50px;
      width: 15%;
      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.5px;
      text-decoration: none;
      border-radius: 8px;
      transition: background-color .6s, color .6s;
      padding: 0 20px;
      justify-content: center;

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


  .banner-opportunities {
    padding-top: 150px;
    height: 150vh;
  }

  .blog-section-1 {
    padding: 75px 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;
    }

    // BLOG card link
    .card-link-blog {
      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: 15px 0;

      .card-car-image {
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        width: 100%;
      }
      .destak-box {
        padding: 15px;
        min-height: 150px;
      }
      p.destak-title {
        font-family: "Roboto";
        color: #0F172A;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 26.4px;
        text-align: left;
      }
      p.destak-text {
        font-family: "Roboto";
        color: #94A3B8;
        font-size: 12px;
        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;
        }
      }
    }


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

    }

  }


}

/*====BLOG DETAIL====*/
  .page-blog-detail {
    background-color: #F8FAFC;
    padding-bottom: 125px;


    .category-blog {

      .category-blog-buttons ul {
        display: flex;
        margin-bottom: 30px;

        li {
          margin-right: 15px;
        }
      }

      .category-blog-btn {
        font-family: "Roboto";
        color: #166534;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 2px;
        margin-bottom: 15px;
        border-radius: 4px;
        padding: 10px 8px;
        border: 1px solid #DCFCE7;
        background-color: #DCFCE7;
      }

    }

    .blog-detail-body {
      margin-top: 50px;
    }

    .banner-blog-detail {
      display: block;
      //height: 50vh;
      //background:url("/../assets/images/blog-detail-temp.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      margin-top: 30px;
      img {
        //width: 45%;
        width: 100%;
        margin: 0 auto;
        display: block;
      }
    }

    .blog-detail-section-1 {
      padding-top: 150px;
    }

    .blog-detail-section-2 {
      padding-top: 15px;
    }

    .image-blog {
      margin: 25px 0;
      .middle-blog-image {
        width: 100%;
      }

    }

    .blog-detail-title {
      font-family: "Roboto";
      color: #334155;
      font-size: 40px;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 44px;
      letter-spacing: -0.01em;
      margin-bottom: 15px;
      text-align: left;
    }
    .blog-detail-subtitle {
      font-family: "Roboto";
      color: #475569;
      font-size: 24px;
      font-weight: 500;
      line-height: 30.8px;
      margin-bottom: 35px;
      text-align: left;
    }
    .blog-detail-text {
      font-family: "Roboto";
      color: #1E293B;
      font-size: 18px;
      font-weight: 400;
      line-height: 28.8px;
      margin-bottom: 30px;
      text-align: justify;

      ul {
        margin: 15px 0;
        list-style-type: disc;
        padding-inline-start: 40px;
      }

      b {
        font-weight: 700;
      }

      //span {
      //  font-size: 14px;
      //
      //}
    }

    .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;
        }
      }
    }

    .simple-button {
      display: contents;
      align-items: center;
      height: 45px;
      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;
      }
    }

  }
@media (max-width: 1000px) {

  .page-blog .blog-banner-section {
    height: 35vh;
    //background-image: url("/../assets/images/banner-mobile-blog.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page-blog .banner-blog {
    margin-top: 0;
  }
  .page-blog .blog-banner-section .banner-text p.banner-info-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page-blog .blog-banner-section .banner-text p.banner-title {
    font-size: 25px;
  }

  .page-blog .banner-text {
    padding: 0 15px;
    margin-top: 30%;
  }
  .page-blog .banner-contacts {
    padding-top: 215px;
  }
  .page-blog .blog-section-1 {
    padding: 40px 0 125px 0;
  }
  .page-blog-detail .blog-detail-section-1 {
    padding-top: 100px;
  }
  .page-breadcrumbs .breadcrumb-2 {
    font-family: "Roboto";
    color: #2563EB;
    font-size: 13px;
    font-weight: 400;
    //line-height: 1.2;
  }
  .page-blog-detail .banner-blog-detail img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .page-blog-detail .blog-detail-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .page-blog-detail .blog-detail-subtitle {
    font-size: 18px;
    line-height: 28.8px;
  }
  .page-blog-detail .blog-detail-text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .page-breadcrumbs .breadcrumb-space {
    margin: 5px 10px 0 10px;
    width: 5px;
   }
  .footer-box-row .footer-box p.footer-box-text {
    min-height: 75px;
  }
  .page-privacy .tab-container {
    margin-top: 20px;
  }
  .page-privacy .tab-buttons .filter-blog-btn {
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
  }
  #whatsapp-button {
    font-size: 13px;
  }
  .footer-box-row .footer-box p.footer-box-title {
    font-size: 15px;
    margin-top: 10px;
    min-height: 50px;
  }
  .banner-text .banner-title {
    font-size: 30px!important;
  }
  .map-section .section-map-filter ul.map-filter {
    display: block;
  }
  .map-section .section-map-filter li {
    margin: 8px 10px;
  }
  .map-section .section-map-filter {
    height: auto;
  }
  .map-section .section-map-filter .map-search-select {
    width: 100%;
    min-width: 100%;
  }
  .map-section .section-map-filter .map-search-button {
    width: auto;
  }
  .workshop .workshop-section-1 .top-filter ul li {
    padding: 10px !important;
  }

}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .homepage .home-section-7 .section-buttons .go-simple-button {
    font-size: 11px;
  }
  .homepage .home-section-7 .section-buttons .go-button {
    font-size: 11px;
  }
  .hometop .nav-main .menu-options a {
    font-size: 12px;
  }
  .nav-main .search-input {
    width: 150px;
  }
  .footer-box-row .footer-box p.footer-box-text {
    min-height: 75px;
  }
}
