@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.roboto-100 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

.montserrat-100 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

body {
  margin: 0;
  padding: 0; }

.dot {
  background: #fd8b51;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: 4px;
  width: 4px; }

footer {
  background-color: white;
  color: black;
  padding-top: 10px;
  height: 70px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-evenly; }
  footer .icone {
    height: 25px; }
  footer a {
    color: white; }
  footer .logo {
    width: max-content;
    height: 60px;
    padding: 0; }
    footer .logo img {
      height: 100%; }

nav {
  background-color: white;
  padding-top: 10px;
  height: 70px; }
  nav .logo {
    margin: auto;
    width: max-content;
    height: 60px;
    padding: 0; }
    nav .logo img {
      height: 100%; }

.marquee-wrapper {
  background: white;
  border-bottom: #257180 solid 1.5px;
  border-top: #257180 solid 1.5px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%; }

.marquee-content {
  align-items: center;
  animation: scroll 8s ease-in-out infinite alternate;
  display: flex;
  gap: 2rem;
  width: fit-content; }

.marquee-item {
  align-items: center;
  display: flex;
  gap: 2rem; }

.marquee-item span {
  color: #257180;
  font-size: 2rem; }

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: white; }
  .menu a {
    background-color: #257180;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    text-decoration: none; }

.imagem-tira {
  background-image: url(./image/fundo_01.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 25vw;
  display: flex;
  align-items: center;
  justify-content: center; }
  .imagem-tira.fundo-2 {
    background-image: url(./image/fundo_02.webp); }
  .imagem-tira .titulo {
    font-size: 3rem;
    text-align: center;
    color: #FFFFFF;
    background: rgba(51, 51, 51, 0.73);
    text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00, 2px 2px 14px rgba(56, 22, 47, 0.24);
    width: 100%; }
  .imagem-tira .titulo-2 {
    font-size: 3rem;
    text-align: center;
    height: 4rem;
    width: 100%;
    color: #FFFFFF;
    text-shadow: 4px 3px 0px #7A7A7A; }

.secao {
  display: flex;
  align-items: center;
  min-height: 20vh;
  width: 100%; }
  .secao .base-texto {
    max-width: 60%;
    margin: auto;
    font-size: 1.5rem; }
    .secao .base-texto .branco {
      color: white; }
    .secao .base-texto .preto {
      color: black; }
    .secao .base-texto .titulo {
      font-size: 1.5rem; }
  .secao .imagem-grande img {
    height: auto;
    width: 100%; }
  .secao .imagem-media {
    padding: 20px; }
    .secao .imagem-media img {
      height: auto;
      width: 50vw;
      -webkit-box-shadow: 5px 5px 15px -5px #000000;
      box-shadow: 5px 5px 15px -5px #000000; }
  .secao.fundo-1 {
    background-color: #fd8b51; }
  .secao.fundo-2 {
    background-color: #040c3c;
    color: white; }
  .secao.fundo-3 {
    background-color: #257180;
    color: white; }

.termos {
  padding: 40px;
  text-align: justify; }

.texto-centralizado {
  text-align: center; }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-100% + 50vw)); } }
@media (max-width: 576px) {
  footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    padding-bottom: 40px;
    padding-top: 40px; }

  .imagem-tira {
    height: 40vh; }
    .imagem-tira .titulo, .imagem-tira .titulo-2 {
      font-size: 2rem; }

  .secao .base-texto {
    font-size: 1rem;
    max-width: 80%; } }

/*# sourceMappingURL=style.css.map */
