*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  background: linear-gradient(rgb(0, 0, 0), rgb(192,232,11));
  background-repeat: no-repeat;
  min-height: 100%;
}

body{
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

footer{
  color: #000000;
  font-family: "Roboto", sans-serif;
   background-color: rgba(0, 0, 0, 0.5);; /* Cor de fundo */
    color: white; /* Cor do texto */
    text-align: center; /* Centraliza o texto */
    padding: 7px 0; /* Adiciona espaçamento vertical */
    position: fixed; /* Fixa o rodapé na parte inferior */
    width: 100%; /* Faz com que ocupe toda a largura da tela */
    bottom: 0; /* Alinha na parte inferior da tela */
    left: 0; /* Alinha à esquerda */
    font-size: 13px; /* Tamanho da fonte */
}

.wrapper {
  width: 100%;
  padding: 0 .9375rem;
  min-height: 0;
}
  
@media (min-width: 36rem) {
  .wrapper {
    max-width: 33.75rem;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 47.99rem) {
  .wrapper {
    max-width: 45rem;
  }
}

@media (min-width: 62rem) {
  .wrapper {
    max-width: 60rem;
  }
}

@media (min-width: 75rem) {
  .wrapper {
    max-width: 71.25rem;
    padding: 0;
  }
}

@media (min-width: 87.5rem) {
  .wrapper {
    max-width: 82.5rem;
  }
}

@media (min-width: 47.99rem) {
  .flexRowContent--institutional_content {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin: 30px auto 0;
    gap: 30px;
  }
}

.main{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 15px 15px 20px;
}


.menu{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
}

.link-menu{
  outline: 0;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 5px;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

.link-menu:hover svg{
  transform: scale(1.1);
}

.icon-social{
  transition: all 0.3s ease-in-out;
  fill: #ffffff;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.sr-only{
  color: #ffffff;
  font-size: .75rem;
  line-height: .75rem;
}

.banners-content{
  display: grid;
  gap: 15px;
}

@media (min-width: 992px){
  .banners-content{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.banner-container{
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}

.banner{
  display: block;
  width: 100%;
  max-width: 660px;
  height: 260px;
  object-fit: cover;
  object-position: center center;
  margin: 0 auto 15px;
  border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .banner{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    margin: 0 auto 0;
  }
}

@media (max-width: 768px){
  .banner{
    width: 100%;
    height: 140px;
    border-radius: 5px;
    object-fit: cover;
  }
}

.image{
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

@media (max-width: 1400px){
  .image{
    width: 100px;
    height: 100px;
  }
}

.text{
  max-width: 310px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
}

@media (min-width: 1400px) {
  .text{
    max-width: 600px;
    font-size: 2rem;
    line-height: 2rem;
  }
}

.bt-container{
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}


.button{
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  animation: wiggle 2s linear infinite;
  border-radius: 10px;
}

.button2{
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  animation: wiggle 2s linear infinite;
  border-radius: 10px;
}




@media (min-width: 992px) and (max-width: 1400px) {
  .button,
  .button2{
    height: 60px;
    border-radius: 5px;
  }
}

.button::after{
  content: "";
  background-image: url(images/logobranco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 30px;
}

.button2::after{
  content: "";
  background-image: url(images/logo.SVG);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 30px;
}



.button-resgate{
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #ffffff;
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}



@media (max-width: 768px) {
  .button,
  .button-resgate{
    width: 100%;
    border-radius: 5px;
  }
}

.button:hover{
  background-color: #b8e310;
  color: #000;
}

.button2:hover{
  background-color: #b8e310;
  color: #000;
}



.button:hover::after{
  content: "";
  background-image: url(images/logoamarelo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 30px;
}

.button2:hover::after{
  content: "";
  background-image: url(images/logo.SVG);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 30px;
}



.button-resgate:hover{
  background-color: #fff;
  color: #000;
}

.video{
  width: 800px;
  height: auto;
}

@media (max-width: 768px){
  .video{
    width: 95%;
    height: auto;
  }
  .bt-container{
    flex-direction: column;
  }
}

@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}