
@font-face {
  font-family: font-tema;
  src: url(/assets/FONTS/good-times.otf);
}


@media screen and (max-width: 768px) {

  .sec-reserva {
    background-image: url(/assets/IMGS/reserva-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    margin: auto;
    margin: 0px;
    margin: auto;
    align-items: center;
    justify-content: center;
  }


  body {
    background-size: contain;
    overflow-x: hidden;
  width: 100vw;
  }
  
  .container {
    width: 95% !important;
  }


  #diariodebordo img {
    height: 40vh;
  }

  .sec-padrao {
    text-align: center;
  }

  .sec-padrao h2 {
    font-size: 2rem;
    margin-top: 1rem;
  }

  .sec-padrao p {
    font-size: 1rem;
    width: 90%;
    margin: auto;
  }

  .sec-padrao {
    text-align: center !important;
    margin: auto !important;
  }

  .contador-ufsc h2 {
    text-align: center;
    font-size: 3rem;
    line-height: 1rem;
    margin-top: 10px;
  }

  .contador-ufsc p {
    font-size: 1rem;
  }

  .contador-ufsc {
    margin: auto;
    text-align: center !important;
  }


  .vendas-col img {
    width: 100%;
  }
  .vendas {
    align-items: start !important;
  }

  .vendas-col h1 {
    font-size: 2rem;
  }

  .vendas-col button {
    width: 100% !important;
    font-size: 1rem !important;
  }

  .moving-image {
    width: 400px;
    height: 400px;
    right: 5%;
    bottom: -20%;
  }

  .mobile-logo {
    position: absolute;
    left: 50%;
    top: 30%; 
    transform: translate(-50%, -50%);
  }




}
