/* Reset */
body {
    margin: 0;
    padding: 0;
    background: #fafafa;
    font-family: 'Montserrat';
    color: #000;
    
}

p {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Layout */
.container {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;

}

.btnContainer {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

/* Header */
.repeatBox {
    box-shadow: 0 3px 0 #578701;
    background-image: -moz-linear-gradient(90deg, #568601 0, #71ac08 100%);
    background-image: -webkit-linear-gradient(90deg, #568601 0, #71ac08 100%);
    background-image: -ms-linear-gradient(90deg, #568601 0, #71ac08 100%);
    width: 100%;
    height: 100px;
    z-index: 19;
}

.logo {
    display: block;
    padding-top: 15px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.android {
    top: 15px;
    position: relative;
}

/* Typography */
.title {
    font-family: 'Montserrat';
    color: #46af00;
    font-size: 20px;
    font-weight: 800;
    margin-top: 15px;
    line-height: 30px;
    text-align: center;
}

.title span {
    font-size: 28px;
}

.text {
    font-family: 'Montserrat';
    margin-top: 15px;
    line-height: 24px;
}

.red {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}

.passo {
    margin-top: 8px;
}

/* Buttons */
.btn {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 26px;
    border-radius: 4px;
    background-color: #46af00;
    margin-bottom: 5px;
    margin-top: -30px;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 0 1px 3px #086452;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    position: relative;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn-subtext {
    color: #666;
    font-size: 14px;
    margin-top: -35px;
    margin-bottom: 40px;
    text-align: center;
}

/* Add new footer styles */
.footer-links {
    text-align: center;
    margin-top: 400px;
    padding-bottom: 20px;
}

.footer-links a {
    color: #464646;
    margin: 0 15px;
    text-align:center;
    font-size: 12px;
}
.footer-links a:hover {
    text-decoration: underline;
}
/* Media Queries */
@media (max-width: 430px) {
    .repeatBox .android {
        width: 140px;
    }
    
    .como {
        margin-top: 50px;
        color: #292929;
        font-size: 22px;
        text-align: center;
        
        
    }
    
    .passo {
        margin-top: 8px;
        font-size: 14px;
    }
    
    .passo span {
        color: #000;
    }
    
    .text {
        font-size: 14px;
    }
    
    .redbold {
        color: red;
    }
}

body {
    background: #acd8ff;
    padding: 0 10px;
}

.container {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin: 0 auto;
    max-width: 800px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo-container {
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .container {
        width: 50%;
    }
}

@media (min-width: 767px) {
    .como {
        text-align: center;
        font-size: 24px;
        margin-top: 50px;
        color: #292929;
    }
}

.status-container {
    text-align: center;
    margin: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 50px;
}

.agents-status {
    color: #2d2d2d;
    font-size: 15px;
    margin: 8px 0;
}

#agentCount {
    color: #3f9505;
}

.timer-status {
    color: #2d2d2d;
    font-size: 15px;
    margin: 8px 0;
}

#countdown {
    color: #d73628;
}

.large-title {
    font-family: 'Montserrat';
    color: #46af00;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

.small-title {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-top: 20px;
    line-height: 25px;
}

.medium-title {
    font-family: 'Montserrat';
    color: #000000;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    margin-top: 15px;
    line-height: 25px;
}

.call-title {
    font-family: 'Montserrat';
    color: #000000;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-top: 15px;
}


.news-alert {
    color: rgb(255, 0, 0);
    text-align: center;
    padding: 12px;
    font-weight: bold;
    margin-bottom: 25px;
    
}

.alert-text {
    font-family: 'Montserrat';
    font-size: 18px;
}

.image-container {
    display: flex;
    justify-content: center;
    margin: 0px 0;
    margin-top: -15px;
    margin-bottom: -22px;

}

.responsive-image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}