body {
  font-family: "Roboto Condensed", sans-serif;
}

.home {
  background-color: #e8e8e8;
  padding: 0;
  margin: 0;
}

.home--header {
  /* background: url("../images/carousel-03.jpeg"); */
  background: url("../images/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #a50018;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.home--header--slogan {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: center;
  height: 100vh;
  width: 100%;
  padding: 20%;
  padding-bottom: 20px;
  /* border-top-right-radius: 100px;
  border-top-left-radius: 100px; */
  background-color: rgb(0, 0, 0, 0.5);
  /* border-bottom: 140px solid rgb(0, 0, 0, 0.5);
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  height: auto; */
  /* width: 125px; */
}

.home--header--slogan h1 {
  font-size: 2.5em;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Roboto Condensed", sans-serif;
}
.home--header--slogan p {
  font-size: 1.5em;
  color: #fbd108;
  text-align: center;
  margin-top: 12px;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}

.home--header--slogan label {
  color: #fbd108;
  text-align: center;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}

.home--body {
  background-color: #e8e8e8;
  padding: 0;
  margin: 0;
}

.home--body--activity {
  gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 120px;
  /* background-color: rgba(162, 44, 56, 0.8); */
}

.home--body--activity--item {
  /* background-color: rgb(251, 209, 8, 0.3); */
  background-color: #fff;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 20%;
  cursor: pointer;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.home--body--activity--item:hover {
  transform: scale(1.05);
}

.home--body--activity--item div {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-bottom: 1px solid #ddd; */
  width: 100%;
  padding: 10px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40%;
}

.home--body--activity--item h3 {
  margin: 15px 0;
  font-size: 1.2em;
  color: #000;
  font-weight: 500;
}

.home--body--activity--item i {
  font-size: 8em;
  color: rgb(162 44 56);
}

.home--body--activity--item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}

.home--body--activity--item p {
  padding: 10px;
  height: 40%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1.4em;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}

.home--body--activity--item a {
  background-color: rgb(162 44 56);
}

.courier-prime-regular {
  font-family: "Courier Prime", serif;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", serif;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", serif;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", serif;
  font-weight: 700;
  font-style: italic;
}

header {
  display: flex;
  background-color: #cecdcd;
  padding: 10px;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
}

.header_nav {
  text-transform: uppercase;
  margin-left: 80px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.header_nav_ul {
  text-transform: uppercase;
  margin-right: 500px;
  list-style-type: none;
  font-size: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  color: white;
  padding: 16px;
}

.header_nav_ul a {
  color: white;
  text-decoration: none;
  padding: 16px;
}

.header_nav_ul a:hover {
  color: #fd810d;
}

button:hover {
  background-color: #fccf0798;
  transform: scale(1.05);
}

.logo {
  width: 75px;
  height: auto;
  margin-left: 500px;
}

.section_title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

* {
  box-sizing: border-box;
  scrollbar-color: #fd810d; /* thumb and track color */
  scrollbar-width: 0px;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: none;
}

ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.carousel {
  max-width: 1240px;

  margin: 0 auto;
  padding: auto;
  font-family: "Lato", sans-serif;
  text-align: center;
  position: relative;
  padding-top: 50%;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  background-color: #f99;
  counter-increment: item;
  background-position: center;
  background-size: cover;
}

.carousel__slide:nth-child(1) {
  background-image: url("../images/carousel-01.jpeg");
}

.carousel__slide:nth-child(2) {
  background-image: url("../images/carousel-02.jpeg");
}

.carousel__slide:nth-child(3) {
  background-image: url("../images/carousel-03.jpeg");
}

.carousel__slide:nth-child(4) {
  background-image: url("../images/carousel-04.jpeg");
}

.carousel__slide:nth-child(even) {
  color: transparent;
  image-resolution: unset;
}

.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 70px);
  color: transparent;
  font-size: 2em;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

/* .carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  width: 4rem;
  height: 4rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: -1rem;
}

.carousel::after,
.carousel__next {
  right: -1rem;
} */

/* .carousel::before,
.carousel::after {
  content: "";
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
} */

.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

.card_button {
  display: inline-block;
  margin: 15px 0;
  padding: 10px 20px;
  background-color: #fd810d;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.card_button:hover {
  background-color: #fccf0798;
}

.section_sobre_nos {
  background-color: #f8f8f8;
  padding: 40px 20px;
  text-align: center;
}

.sobre_nos_content {
  max-width: 800px;
  margin: 0 auto;
}

.section_sobre_nos_title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.section_sobre_nos_paragrafo {
  font-size: 28px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: justify;
}

.footer {
  background-color: #f66a00;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer_content p {
  margin: 5px 0;
}

.footer_content a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
  font-size: 20px;
}

.footer_content a:hover {
  color: #fccf0798;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 10s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

/* Estilos para telas maiores */
@media (min-width: 768px) {
  .home--body--activity--item_master {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    flex-wrap: wrap;
  }

  .home--body--activity--item {
    width: 30%;
    margin: 10px;
  }
}

/* Estilos para telas menores */
@media (max-width: 767px) {
  .home--body--activity--item_master {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .home--body--activity--item {
    width: 90%;
    margin: 10px 0;
  }
}
