@charset "UTF-8";

html, body
{
    background-color: black !important;
    color: white !important;

}

.card-style
{
    border: 1px solid red;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@keyframes moveUpDown {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
a
{
    text-decoration: none;
    color: white;

}
.metabox {
width: 20em; /* Ajuste o tamanho conforme necessário */
height: 20em; /* Ajuste o tamanho conforme necessário */
animation: moveUpDown 4s ease-in-out infinite; /* Ajuste a duração da animação conforme necessário */
}
.btn-download
{
    background-color:rgb(59,130,246)!important;

    padding: 20px;
    border-radius: 15px;
    text-decoration: none;
    color: white;
    /* box-shadow: 1px 2px 20px gray; */
    font-weight: 800;
    font-style: normal;
    min-width: 250px;
    text-align: center;

}
.btn-download:hover
{
    color: white;
    box-shadow: 1px 2px 50px gray;
}
.box-shadow-card
{
    box-shadow: 1px 2px 50px #262626;
}
.links-menu
{

}
.links-menu:hover
{
    color: lightgray;


}

.download-btn {
  display: inline-block;
  padding: 15px 25px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  border: none;
  transition: background-color 0.3s ease;
}

.download-btn i {
  margin-right: 10px;
}

.download-btn:hover {
  background-color: #333;
}
.btn:hover
{
    color: gray;
    font-weight: 700;
    scale: 1.1;
    transition: all 0.2s;

}
.card-indicador
{
    border: solid 1px white;

}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

body.modal-open .container {
    opacity: 0.3;
} */
