body {
  background-color: #fff;
}
main .presentation > h1 {
  font-size: 40px;
  font-weight: 600;
}
main .presentation > p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.search_area {
  transform: translateY(0px);
  margin-top: 2rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.search_area button p {
  margin-top: 0px;
}

.categories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
  margin-top: 4rem !important;
}
.categories > * {
  background-color: #99acf60f;
  padding: 2rem;
}
.categories h1 {
  font-size: 22px !important;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.categories p {
  font-size: 16px;
  font-weight: 400;
}

.categories_container .buttons_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.categories_container .buttons_wrapper button {
  background-color: transparent;
  border: none;
  border: 1px solid #d21d1e;
  color: #d21d1e;
  width: 270px;
  height: 50px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
}
.categories_container .buttons_wrapper button img {
  margin-left: 20px;
}
.Encontrewrapper {
  background-color: #fafafa;
  padding-top: 5rem;
}
.Encontre_container .buttons_wrapper button {
  border-radius: 0px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #342a2a;
  border-radius: 10px;
  transition: 0.3s ease all;
}
.Encontre_container .buttons_wrapper button.active {
  background-color: #d21d1e;
  color: #fff;
}
.Encontre_container .buttons_wrapper button:hover {
  background-color: #d21d1e;
  color: #fff;
}
.big_boxes {
  margin-top: 5rem;
}
.big_box {
  border: 1px solid transparent;
  transition: 0.3s ease all;
}
.big_box:hover {
  border: 1px solid #d21d1e;
}
.Encontre_container.Quem_area {
  margin-bottom: 0px !important;
}

.partener_logo {
  padding-bottom: 10rem;
}
.contact_banner_home {
  text-align: left !important;
  background: linear-gradient(to right, #fbfbfb, #fbfbfb, #dfdddd);
}
.contact_banner_home h1,
.contact_banner_home p {
  text-align: left !important;
}
.contact_banner_home .presentation {
  align-items: flex-start;
}
.contact_banner_home .presentation button {
  margin-left: 0;
}
.contact_banner_home > img {
  left: unset;
  right: 0;
}
@media screen and (max-width: 1350px) {
  .search_area {
    width: 100%;
  }
  main .presentation > h1,
  main .presentation > p {
    text-align: center;
  }
}

@media screen and (max-width: 1140px) {
  main .presentation {
    padding-top: 0rem;
  }
  main .main_bg {
    height: 100%;
  }

  main {
    height: 700px;
  }
  .categories {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 850px) {
  .big_box .presentation_area .presentation {
    display: block;
  }
  .counting_about .content_area h1 {
    font-size: 30px;
  }
  .counting_about .content_area p {
    font-size: 20px;
  }
  .parners_area .logo_abv {
    grid-template-columns: 1fr 1fr;
  }
  main .presentation {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 670px) {
  .big_box .presentation_area {
    flex-direction: column;
  }
  .big_box .presentation_area > * + * {
    margin-top: 2rem;
  }
  main .presentation > h1 {
    font-size: 30px;
  }
  main .presentation > p {
    font-size: 16px;
  }
  .search_area .input_wrapper {
    padding: 1rem 1.5rem;
  }
  .search_area {
    grid-gap: 1rem;
  }
  .counting_about .content_area {
    grid-template-columns: 1fr;
  }
  .counting_about {
    height: 400px;
  }
  .counting_about > img {
    height: 100%;
  }
  .Encontrewrapper .buttons_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .Encontrewrapper .buttons_wrapper button {
    width: 100%;
  }
  .categories h1 {
    font-size: 16px !important;
  }
  .categories p {
    font-size: 14px;
  }
  main .main_bg {
    object-fit: cover;
  }
}
@media screen and (max-width: 450px) {
  main .presentation > h1 {
    font-size: 23px;
  }
  main .presentation > p {
    font-size: 12px;
  }
  .search_area button p {
    display: none;
  }
  .parners_area .top_area h1 {
    font-size: 22px;
  }
  .partener_logo {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .search_area .input_wrapper input {
    width: 100%;
  }
  .categories {
    grid-template-columns: 1fr;
  }
  footer .content_area a {
    word-break: break-all;
  }
}
@media screen and (max-width: 380px) {
  main .presentation {
    padding-top: 2rem;
  }
  .big_box .presentation_area .presentation p {
    font-size: 12px !important;
  }
  .Encontrewrapper .buttons_wrapper {
    grid-template-columns: 1fr;
  }
  .splide .card .bottom .presentation h1 {
    font-size: 14px;
    text-align: left;
  }
  .splide .card .bottom .presentation p {
    font-size: 12px;
  }
}
