/* body {
  font-family: "Oxygen", sans-serif;
  color: #050505;
} */

*,
*::before,
*::after {
  box-sizing: border-box;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

.card_image {
  position: relative;
  max-height: 370px;
}

.card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_price {
  position: absolute;
  bottom: 0px;
  /* right: 8px; */
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height: 45px;
  border-radius: 0.25rem;
  /* background-color: rgba(0, 90, 160, 0.5); */
    background-color: rgba( 245, 137, 31, 0.9);
 
  font-size: 28px;
  font-weight:bold;
  color: #fff;
}

.card_price span {
  font-size: 28px;
  margin-top: -2px;
}

.note {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 0.25rem;
  background-color: #c89b3f;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  /* border-radius: 0.25rem; */
    border-radius: 0rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  position: relative;
  padding: 16px 12px 32px 24px;
  margin: 16px 8px 8px 0;
  max-height: 430px;
  overflow-y: scroll;
  overflow: hidden;
}

.card_content::-webkit-scrollbar {
  width: 8px;
}

.card_content::-webkit-scrollbar-track {
  box-shadow: 0;
  border-radius: 0;
}

.card_content::-webkit-scrollbar-thumb {
  background: #c89b3f;
  border-radius: 15px;
}

.card_title {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #0059a0;
}
.card_title2 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  color: #0059a0;
}

.card_title::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c89b3f;
  content: "";
}

.card_title2::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c89b3f;
  content: "";
}

hr {
  margin: 24px auto;
  width: 50px;
  border-top: 2px solid #c89b3f;
}

.card_text p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.5;
}

.card_text p:last-child {
  margin: 0;
}

@media (max-width: 768px) {
.card_title2 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #0059a0;
}

.card_title {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #0059a0;
}
}

@media (max-width: 375px) {
  .card_title2 {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #0059a0;
  }
  
  .card_title {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #0059a0;
  }
  }

  @media (max-width: 375px) {
    .card_title2 {
      position: relative;
      margin: 0 0 24px;
      padding-bottom: 10px;
      text-align: left;
      font-size: 12px;
      font-weight: 700;
      color: #0059a0;
    }
    
    .card_title {
      position: relative;
      margin: 0 0 24px;
      padding-bottom: 10px;
      text-align: center;
      font-size: 12px;
      font-weight: 700;
      color: #0059a0;
    }
    }

    @media (max-width: 600px) {
      .cards_item {
        width: 100%;
        margin: 0 auto; /* Centra horizontalmente */
      }
      .main2 {
 
        width: 100%;
        margin: 0 auto;
        padding: 0 5px;
        /* margin-bottom: 4em; */
      }
   
    }
    @media (min-width: 40rem) {
      .cards_item {
        width: 70%;
        margin: 0 auto; /* Centra horizontalmente */
      }
    }
    
    @media (min-width: 56rem) {
      .cards_item {
        width: 25%;
      }
    }
  
    @media (max-width: 600px) {
      .cards_item2 {
        width: 100%;
        margin: 0 auto; /* Centra horizontalmente */
      }
      .main2 {
 
        width: 100%;
        margin: 0 auto;
        padding: 0 5px;
        /* margin-bottom: 4em; */
      }
   
    }

    @media (min-width: 40rem) {
      .cards_item2 {
        width: 70%;
        margin: 0 auto; /* Centra horizontalmente */
      }
      .main2 {
 
        width: 100%;
        margin: 0 auto;
        padding: 0 5px;
        /* margin-bottom: 4em; */
      }
   
    }
    @media (min-width: 56rem) {
      .cards_item2 {
          width: 25%;
      }
  }

  .cards_item2 {
    display: flex;
    padding: 1rem;
  }

  
  @media (max-width: 600px) {
    .cards_item3 {
      width: 100%;
      margin: 0 auto; /* Centra horizontalmente */
    }
    .main2 {

      width: 100%;
      margin: 0 auto;
      padding: 0 5px;
      /* margin-bottom: 4em; */
    }
 
  }


  @media (min-width: 40rem) {
    .cards_item3 {
      width: 70%;
      margin: 0 auto; /* Centra horizontalmente */
    }
  }
  @media (min-width: 56rem) {
    .cards_item3 {
      width: 33.3333%;
    }
  
}

.cards_item3 {
  display: flex;
  padding: 1rem;
}



.card_title22 {
  position: relative;
  margin: 0 0 0px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #f5891f;
}

.card_title23 {
  position: relative;
  margin: 0 0 0px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #0059a0;
}

@media (max-width: 320px) {
  .card_text p {
    margin: 0 0 24px;
    font-size: 13px;
    line-height: 1.5;
  }
}
@media (min-width: 800px) and (max-width: 1239px) {
.cards_item {
  width: 50%;
  margin: 0 auto; /* Centra horizontalmente */
}}

@media (min-width: 1240px) and (max-width: 1290px) {
  .cards_item {
    width: 30%;
    margin: 0 auto; /* Centra horizontalmente */
  }}