@font-face {
  font-family: 'bradbunr';
  src: url('imagens/FivoSans-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: "bradbunr" !important;
  color: #221d21;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.hero {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.welcome {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
}

.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
}

.links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

.links a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.links a h3 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.bg-bem-vindo {
  background-color: #E26AA0;
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom right, #ff3a3a, #ff8c00);
  padding: 20px;
}

.social a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}

.social a i {
  color: #333;
  font-size: 20px;
}

.social a.facebook:hover {
  background: #3b5998;
}

.bg-light-footer {
  background-color: #221d21;
}

.background-image {
  background-image: url('imagens/topo_fundo_site_20252.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*background-color: #FF00FF; */
}

.background-image2 {
  /*background-image: url('imagens/back_prog.png');
  background-position: center;
  background-size: cover; */
  background-color: #ff41a4;
}
.background-image3 {
  background-color: #5069de;
}
.background-image4 {
  background-color: #fbba30;
}
.background-image5 {
  background-color: #29ABE2;
}

.size-28 {
  font-size: 28px;
}

.insta-embed {
  margin: 20px auto;
  display: block;
  max-width: 360px;
}

.atracao img {
  max-width: 100%;
  height: auto;
}
.image-container img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .background-image {
      background-image: url(imagens/topo_fundo_mobile_20252.png);
  }

  .header-image img {
      content: url(imagens/topo_mobile_20252.png); /* Troca a imagem do <img> */
  }

  .card-1{
    max-width: 80%;
  }

}