body{
    background-color: #000;
    color: #fff;
    font-family: 'Raleway', sans-serif;

}
.fs-40{
    font-size: 30px;
}
.btn-black{
    font-size: 25px ;
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
}
.rodape {
    position: absolute;
    bottom: 0px;
}
.bg{
    background-image: url(../img/wp.png);
background-size: contain;
}
.input-group >textarea {
    background-color: #242424;
    border: 1px solid #6a6a6a;
}
.input-group-prepend > .input-group-text {
    background-color: #242424;
    border: 1px solid #6a6a6a;
    color: #fff !important;
}

/* Responsivo */
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
   
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.btn-black{
    font-size: 17px !important;
}

.fs-40{
    font-size: 17px !important;
}
}
/* Responsivo */
@media only screen and (min-width: 200px) and (max-width: 768px) {
.btn-black{
    font-size: 17px !important;
}

.fs-40{
    font-size: 17px !important;
}

}














