/* styles.css */
.box-quemsomos {
    background-color: #F0F0F0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.box-quemsomos span{
    font-size: 20px;

}
.box-quemsomos h1{
    font-size: 25px;
    color: #74A228;
}
.navbar-nav {
    justify-content: space-between;
    width: 100%;
}
.logo {
    display: flex;
}
.logo img{
    width: 100px;
    height: auto;
}
.box-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-green {
    background: #489834;
    display: flex;
    justify-content: space-around;
}
.box-page {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    align-items: center;
}
.box-page span{
    color: #FFFFFF;
    font-size: 12px;
}
.circle-image {
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.circle-image img {
    width: 50%;
    height: auto;
}
.box-marrom {
    background: #9B5B43; color: #fff;
    font-size: 13px;
}

@media (max-width: 767px) {
    .whatsapp-mobile {
        /* Adicione seus estilos específicos para dispositivos móveis aqui */
        display: flex;
    }
    .whatsapp-desktop {
        display: none;
    }

    .wptwa-account-mobile {
        display: flex;
    }
    .wptwa-account {
        display: none;
    }
}
@media (min-width: 768px) {
    wptwa-account {
        display: flex;
    }
    .wptwa-account-mobile {
        display: none;
    }
    .whatsapp-mobile {
        /* Adicione seus estilos específicos para dispositivos móveis aqui */
        display: none;
    }
    .whatsapp-desktop {
        display: flex;
    }
}
