/* Estilos globais */
body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: #c7c2c2;
}
.container {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
h1 {
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 3px;

}
.input-section {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button {
    padding: 10px 12px;
    border: none;
    border-radius: 4px;
    background-color: #4CAF50;
    color: #fff;
    cursor: pointer;
}
button:hover {
    background-color: #45a049;
}
.month-section {
    margin-bottom: 20px;
    position: relative;
}
.week {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #fafafa;
}
#monthly-summary > div {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f0f0f0;
}

/* Estilos para a faixa */
.banner {
    width: 100%;
    height: 45px;
    background-color: #0073e6;
    color: white;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.marquee {
    display: flex;
    position: absolute;
    height: 100%;
    align-items: center;
}
.marquee-container {
    display: flex;
    animation: marquee 80s linear infinite;
}
.marquee-text {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0 8px; /* Espaço entre os textos */
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.marquee a {
    color: #ffdd00;
    font-weight: bold;
    text-decoration: none;
}
.marquee a:hover {
    text-decoration: underline;
}



/* Faturamento Anual */
#annual-summary {
    margin-top: 20px;
    text-align: center;
    padding: 15px;
    background-color: #e8f5e9;
    border: 1px solid #81c784;
    border-radius: 4px;
}
#annual-total {
    font-size: 2em;
    font-weight: bold;
    color: #388e3c;
}
#reset-button {
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #e57373;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#reset-button:hover {
    background-color: #f44336;
}
.hidden {
    display: none;
}


/* CODIGO ABAIXO E DOS OUTROS SITES*/
.catalogo {
    display: flex;
    gap: 2px;
}
.sug{
    margin-right: 3px;
}
section {
    background-color:rgb(42, 99, 45); /* Azul forte */
    padding: 3px;
    display: flex;
    border: 2px solid #333; /* Borda para destaque */
    color: #fff; /* Cor do texto para contraste */
    border-radius: 7px;
}
section a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
.icon {
    width: 48px;
    height: 45px;
}
#fatu{
    width: 50px;
    height: 46px;


}
.fotos{
    width: 70px;
    height: 50px;
    margin-top: -5px;
}
.foto{
    width: 50px;
    height: 50px;
    padding: 0px 16px 3px 16px;
}
#pac-man{
margin: 0px;
margin-top: -3px;

}
#macs{
    width: 63px;
    height: 53px;
margin-top: -8px;
margin-left: 2px;
margin-right: 2px;
}
a{
    cursor: pointer;
    padding: 8px;
}


.voltar{
    margin-left: 16px;
    text-decoration: none;
    background-color: rgb(255, 174, 0);
    color: black;
    padding: 8px;
    border-radius: 5px;
}
#week-1, #week-2, #week-3, #week-4, #week-5{
    margin-bottom: 13px;
}
#week-5{
    margin-bottom: 20px;
}

label{
    margin-top: 7px;
}

/* CODIGO ACIMA E DOS AQUADRADOS DE OUTROS APPS*/

@media (max-width: 600px) {

.catalogo {
    display: flex;
    gap: 3px;
}
.sug{
margin-left: -8px;
margin-right: 0px;
}
section {
    background-color:rgb(42, 99, 45); /* Azul forte */
    padding: 1px;
    display: flex;
    border: 1px solid #333; /* Borda para destaque */
    color: #fff; /* Cor do texto para contraste */
    border-radius: 5px;
}
section a {
    text-decoration: none;
    color: #ffffff;
    font-size: 8px;
}
h1 {
font-size: 1.6rem;

}
label{
    font-size: .8rem;
    margin-top: 4px;
}
.icon {
    width: 25px;
    height: 25px;

}
#fatu{
    width: 23px;
    height: 23px;
    margin-bottom: 3px;
    margin-top: -0px;
}
.fotos{
    width: 40px;
    height: 25px;
    padding-top: 3px;
}
.foto{
    width: 26px;
    height: 26px;
    padding: 0px 11px 3px 11px;
}
#pac-man{
margin: 0px;
margin-top: -3px;

}
#macs{
    width: 33px;
    height: 30px;
margin-left: 2px;
margin-right: 2px;
margin-top: -5px;
}
a{
    cursor: pointer;
    padding: 6px;
}
button {
    padding: 7px 10px;
    font-size: .6rem;
    border: none;
    border-radius: 4px;
    background-color: #4CAF50;
    color: #fff;
    cursor: pointer;
}
.voltar{
    margin-left: 14px;
    text-decoration: none;
    background-color: rgb(255, 174, 0);
    color: black;
    padding: 7px;
    border-radius: 5px;
}



}