@charset "utf-8";

/* CSS Document */


body {
    background: url(img/fundo.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


/* Animações removidas - agora usando JavaScript para compatibilidade com navegadores antigos */

/* Superior Esquerdo */
#superior-esquerdo {
    position: absolute;
    top: 20px;
    left: 20px;
}

#superior-esquerdo img {
    width: 320px;
}

/* Superior Direito */
#superior-direito {
    position: absolute;
    top: 20px;
    right: 20px;
}

#superior-direito img {
    width: 320px;
}

/* Inferior Esquerdo */
#inferior-esquerdo {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#inferior-esquerdo img {
    width: 500px;
}

/* Inferior Direito */
#inferior-direito {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#inferior-direito img {
    width: 350px;
}

/* CBS/IBS */
#cbs-ibs {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#cbs-ibs .cbs-ibs-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

#cbs-ibs h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    font-family: Arial, sans-serif;
}

#cbs-ibs .situacao {
    margin: 0;
    font-size: 16px;
    color: #666;
    font-family: Arial, sans-serif;
}
