* {
    font-family: 'Roboto';
}

#divHomeCpa {
    height: 350px;
}

#btn-close {
    position: absolute;
    top: 100px;
    right: 8em;
}


#banner-cpa:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: scale(1.5) rotate(-1deg);
    -webkit-transform: scale(1.5) rotate(-1deg);
    -o-transform: scale(1.5) rotate(-1deg);
    -ms-transform: scale(1.5) rotate(-1deg);
    transform: scale(1.1) rotate(0deg);
    cursor: pointer;
}

footer {
    text-align: center;
    background-color: #353E48;
    color: #FFF;
    bottom: 0em;
    width: 100%;
    height: 30px;
    position: static;
}

footer p {
    font-size: 15px;
}


.botao-resposta-0 {
    background-color: #c50808;
    margin: 0 auto;
    color: rgb(0, 0, 0);

}

.botao-resposta-1 {
    background-color: #CD0000;
    color: rgb(0, 0, 0);
}

.botao-resposta-2 {
    background-color: #EE0000;
    margin: 0 auto;
    color: rgb(0, 0, 0);
}

.botao-resposta-3 {
    background-color: #FF0000;
    margin: 0 auto;
    color: rgb(0, 0, 0);
}

.botao-resposta-4 {
    background-color: #FF4500;
    margin: 0 auto;
    color: rgb(0, 0, 0);
}

.botao-resposta-5 {
    background-color: #FF7F00;
    margin: 0 auto;
    color: rgb(0, 0, 0);
}

.botao-resposta-6 {
    background-color: #FFA500;
    margin: 0 auto;
    color: rgb(0, 0, 0);
}

.botao-resposta-7 {
    background-color: #FFD700;
    margin: 0 auto;
    color: rgb(0, 0, 0);
}

.botao-resposta-8 {
    background-color: #FFFF00;
    margin: 0 auto;
    color: rgb(0, 0, 0);
}

.botao-resposta-9 {
    background-color: #00CD00;
    margin: 0 auto;
    color: rgb(0, 0, 0);

}

.botao-resposta-10 {
    background-color: #009300;
    margin: 0 auto;
    color: rgb(0, 0, 0);

}


.button-option:hover {
    transform: scale(1.5);
    transition: transform .4s;
}

.button-option {
    color: white;
    font-size: 25px;
}
