@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    color: #1D2327;
    font-family: 'Roboto', sans-serif;
}

a {color: #1D2327 !important;}

.font-20 {font-size: 20px;}
.font-18 {font-size: 18px;}
.font-14 {font-size: 14px;}

.btn {font-size: 15px;}
.btn-primary {
    background-color: #1D2327;
    border: 1px solid #1D2327;
    color: #fff !important;
}
.btn-primary:hover {
    background-color: #1D2327;
    border: 1px solid #1D2327;
}
.btn-outline-primary {border: 1px solid #1D2327;}
.btn-outline-primary:hover {
    border: 1px solid rgba(29, 35, 39, 0.5);
    background-color: #fff;
}

.modal-header .btn-close {
    background-color: #eeeeee !important;
}

.form-label {font-size: 14px;}
.form-control {
    font-size: 15px;
    padding: 12px;
}

a.sugestoes {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #1D2327;
    position: fixed;
    left: 30px;
    bottom: 60px;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

a.novidades {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #1D2327;
    position: fixed;
    left: 110px;
    bottom: 60px;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

a.roadmaps {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #1D2327;
    position: fixed;
    left: 190px;
    bottom: 60px;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sugestoes i, .novidades i, .roadmaps i {
    color: #fff;
    font-size: 30px;
}


.session {padding: 50px 0;}

.footer {
    background-color: #fff;
    padding: 10px 0;
    font-size: 13px;
}

.btn-outline-secondary:hover {
    color: #fff !important;
}

g[data-id="0"] text {
	fill: black !important;
}










