@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #555;
  text-align: center;
}

.container {
  padding: 15px;
}

img {
  max-width: 100%;
}

.btn {
  border-radius: 25px;
}

.destaque-vermelho {
  color: chocolate;
}

.destaque-azul {
  color: cornflowerblue;
}

.destaque-verde {
  color: rgb(88, 151, 88);
}

.destaque-rosa {
  color: rgb(253, 116, 139);
}

small {
  color: rgb(142, 141, 141);
}

.iframe-youtube {
  max-width: 100%;
  height: auto;
}

.img-pri {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-2 {
  background-color: #e4c205;
  color: #fff;
  border-radius: 25px;
}

.videos {
  background-color: #2c2c2c;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-glow {
  animation: glow 1.5s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
      box-shadow: 0 0 0 0 transparent;
  }

  to {
      box-shadow: 0 0 10px 5px rgb(88, 151, 88); /* Adjust color and size as needed */
  }
}

.fonte-grande {
  font-size: xx-large;
}

del {
  color: red;
}

.card {
  height: 100%;
}

.bg-danger {
  color: white;
}

.fonte-red {
  color: red;
}

.bg-warning {
  width: 135px;
}

.selo {
  width: 180px;
  height: 180px;
  text-align: center;
  padding: 10px;
}