@font-face {
  font-family: "RBNo31RMedium";
  src: url("fonts/RBNo3.1-Medium.otf") format("truetype");
}
@font-face {
  font-family: "RBNo31RBold";
  src: url("fonts/RBNo3.1-Bold.otf") format("truetype");
}
* {
  margin: 0;
}

.button {
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #003333;
  align-items: center;
  padding: 1rem 0rem;
  font-family: "RBNo31RMedium", sans-serif;
}

#superior-text {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  color: white;
  font-size: 30px;
}
#superior-text span {
  color: #ffcc33;
}
@media (max-width: 500px) {
  #superior-text {
    font-size: 20px;
  }
}

#klop {
  background-color: #ffcc33;
  border-radius: 1rem 0rem 1rem 0rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 3rem;
  height: -moz-fit-content;
  height: fit-content;
}
#klop p {
  text-align: center;
  font-size: 40px;
  color: #003333;
  font-family: "RBNo31RBold", sans-serif;
}
@media (max-width: 500px) {
  #klop {
    margin-top: 10px;
    padding: 1rem;
  }
  #klop p {
    font-size: 20px;
  }
}

#klop-2 {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.4rem;
}
#klop-2 p {
  text-align: center;
  color: white;
  font-size: 30px;
}

#nossa-cotacao {
  margin-top: 3rem;
  background-color: #009966;
  border-top: 5px solid #ffcc33;
  border-bottom: 5px solid #ffcc33;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0rem;
  flex-direction: column;
  gap: 1rem;
}
#nossa-cotacao #header-odd {
  color: white;
  font-size: 20px;
  text-align: center;
}
#nossa-cotacao #header-odd span {
  color: #ffcc33;
}
#nossa-cotacao #mini-table {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.6rem;
}
#nossa-cotacao #mini-table .row {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 0.6rem;
}
@media (max-width: 500px) {
  #nossa-cotacao #mini-table .row {
    flex-direction: column;
  }
}
#nossa-cotacao #mini-table .row div {
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1);
  flex: 1;
  background-color: #ffcc33;
  text-align: center;
  padding: 1rem;
  min-width: 13rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003333;
  font-weight: bold;
  font-size: 20px;
}
#nossa-cotacao #mini-table-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.6rem;
}
#nossa-cotacao #mini-table-2 .row-2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  gap: 0.6rem;
}
@media (max-width: 500px) {
  #nossa-cotacao #mini-table-2 .row-2 {
    flex-direction: column;
  }
}
#nossa-cotacao #mini-table-2 .row-2 div {
  border: 2px solid #ffcc33;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  border-radius: 0.4rem;
  min-width: 13rem;
  padding: 0.4rem 0rem;
}
#nossa-cotacao #mini-table-2 .row-2 div span {
  font-size: 25px;
}
@media (max-width: 500px) {
  #nossa-cotacao img {
    width: 200px;
  }
}

@media (max-width: 500px) {
  #logo-img {
    width: 200px;
  }
}

@media (max-width: 500px) {
  #animais-img {
    width: 250px;
  }
}

#oop9 {
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 500px) {
  #oop9 {
    width: 60%;
  }
}
#oop9 #oop9-header {
  margin-bottom: 2rem;
  font-size: 40px;
  color: white;
  font-weight: bold;
}
#oop9 #oop9-header span {
  color: #ffcc33;
}
#oop9 p {
  color: white;
  text-align: center;
  font-size: 20px;
}
#oop9 p span {
  font-weight: bold;
}

#eer5 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding: 0rem 5rem;
  margin-top: 4rem;
}
#eer5 #eer5-header {
  color: #ffcc33;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 500px) {
  #eer5 #eer5-header {
    font-size: 26px;
  }
}
#eer5 #eer5-header span {
  color: white;
}
#eer5 p {
  color: white;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 500px) {
  #pix-img {
    max-width: 200px;
  }
}

#tabela-bichos {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
}
#tabela-bichos span {
  text-align: center;
  color: white;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 500px) {
  #tabela-bichos span {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  #tabela-bichos img {
    max-width: 220px;
  }
}

#videos-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  gap: 2rem;
}
#videos-container p {
  text-align: center;
  color: white;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 500px) {
  #videos-container p {
    font-size: 25px;
  }
}
#videos-container p span {
  color: #ffcc33;
}

@media (max-width: 500px) {
  video {
    width: 200px;
  }
}/*# sourceMappingURL=style.css.map */