/*
   ▄████████    ▄████████  ▄█   ▄█        ▄█     ▄████████                 
  ███    ███   ███    ███ ███  ███       ███    ███    ███                 
  ███    ███   ███    █▀  ███▌ ███       ███▌   ███    ███                 
  ███    ███  ▄███▄▄▄     ███▌ ███       ███▌   ███    ███                 
▀███████████ ▀▀███▀▀▀     ███▌ ███       ███▌ ▀███████████                 
  ███    ███   ███        ███  ███       ███    ███    ███                 
  ███    ███   ███        ███  ███▌    ▄ ███    ███    ███                 
  ███    █▀    ███        █▀   █████▄▄██ █▀     ███    █▀                  
                               ▀                                           
 ▄█     ▄██████▄     ▄████████   ▄▄▄▄███▄▄▄▄    ▄█  ███▄▄▄▄      ▄██████▄  
███    ███    ███   ███    ███ ▄██▀▀▀███▀▀▀██▄ ███  ███▀▀▀██▄   ███    ███ 
███▌   ███    █▀    ███    ███ ███   ███   ███ ███▌ ███   ███   ███    █▀  
███▌  ▄███          ███    ███ ███   ███   ███ ███▌ ███   ███  ▄███        
███▌ ▀▀███ ████▄  ▀███████████ ███   ███   ███ ███▌ ███   ███ ▀▀███ ████▄  
███    ███    ███   ███    ███ ███   ███   ███ ███  ███   ███   ███    ███ 
███    ███    ███   ███    ███ ███   ███   ███ ███  ███   ███   ███    ███ 
█▀     ████████▀    ███    █▀   ▀█   ███   █▀  █▀    ▀█   █▀    ████████▀  
                                                                           
 */
body {
    margin: 0;
    padding: 0;
}

body #timer {
    border: none !important; 
    padding: 0 !important; 
}

.header {
    background-image: url(../images/background.png);
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roletinhas {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  position: relative;
}

.roletinhas img:nth-child(1),
.roletinhas img:nth-child(3) {
  width: 80px;
}

.roletinhas img:nth-child(2) {
  width: 130px;
}

.roletinhas button {
    position: absolute;
    width: 82px;
    height: 82px;
    background-image: url(../images/rodinha.png);
    background-size: contain;
    bottom: 37px;
    background-color: transparent;
    border: none;
}

.header img {
    width: 550px;
}

.roletinha {
    width: 100%;
    background-image: url('../images/fundo.png'); 
    background-size: cover; 
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.roletinha .roletinha-img {
    width: 550px;
    position: relative;
    bottom: -5px;
}

.roletinha span {
    padding: 10px 25px;
    margin: 15px;
    border: 2px solid #000;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.rodinha {
    position: absolute;
    width: 112px;
    top: 95px;
    left: 45.7%;
    cursor: pointer;
}

@keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); } 
            100% { transform: scale(1); }
        }

.roletinha {
    position: relative;
}

#mensagem {
    display: none; 
}

#faixa {
    display: none; 
    width: 100%;
    height: 20px;
    background-color: #031241; 
    font-weight: bold; 
    text-align: center; 
    font-size: 14px; 
    color: #fff; 
    font-family: Arial, sans-serif; 
    padding-top: 3px; 
    animation: pulse 1s infinite; 
}

.faixa-visible {
    display: block !important;
}

#faixa-personalizada {
    background-color: #031241; 
    color: #fff; 
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 7px 0; 
    transition: opacity 1s ease-in-out; 
    opacity: 1; 
}

.hide {
    opacity: 0; 
}

  #texto-acima {
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 0px;
    border: none; 
    text-align: center; 
}

#timer {
    border: none; 
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.roletinha img {
    display: block;
    margin: 0 auto;
    width: 350px; 
    height: auto; 
}

#novo-div {
    display: none;
    background-color: #031241; 
    border: none !important;
    margin-top: 0px;
    padding: 0; 
    outline: none; 
}

#novo-div * {
    border: none !important;
}

#texto-novo-div {
    display: flex; 
    color: #fff;
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding-top: 2px;
}

#horarios-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #1CC3FE;
}

#horarios-container div {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    padding: 10px 15px;
    border: 2px solid #031241;
    flex: 1;
}

.teste {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

iframe {
    width: calc(100% - 4px);
    max-width: 100%;
    height: calc(100vh - 100px);
    background-color: #031241;
  }

.flutuante {
    animation: flutuar 2s ease-in-out infinite;
  }

  .rotate {
    animation: rotate 5s linear infinite;
  }
  
  @keyframes flutuar {
  
    0%,
    100% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(-10px);
    }
  }

  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  @media (max-width: 800px) {
    .header {
        height: 40vh;
    }

    .header img {
        width: 300px;
    }

    .roletinha .roletinha-img {
        width: 350px;
    }

    .rodinha {
        top: 89px;
        left: 41.3%;
    }
  }