.btn-resound {
    background: #44D7E9;
    font-style: normal;
    font-size: 17px;
    color: #ffffff;
    border: 1px solid #44D7E9;
    border-radius: 0;
    padding: 10px 10%;
}

.btn-resound.transparente {
    background: transparent;
    font-weight: 400;
    font-size: 17px;
    color: #080D2C;
    border: 1px solid #080D2C;
}

.btn-resound.transparente.branco {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn-resound.preto {
    background: #080D2C;
    color: #fff;
    border: 1px solid #44D080D2C7E9;
}

.btn-resound:hover,
.btn-resound:focus {
    background: #319aa8;
    border: 1px solid #319aa8;
    border-radius: 0;
    color: #FFFFFF;
}

.btn-resound.cheio {
    background: #44D7E9;
    border: 1px solid #44D7E9;
    color: #FFFFFF;
}

.btn-resound.cheio:hover,
.btn-resound.cheio:focus {
    background: transparent;
    border-radius: 0;
    color: #319aa8;
}

header .btn-resound {
    font-size: 15px;
}

.botao-carousel {
    background: #44D7E9;
    border-radius: 100px;
    color: #ffffff;
    font-size: 25px;
    padding: 10px 15px;
}

.botao-carousel:hover,
.botao-carousel:focus {
    background: #319aa8;
    color: #ffffff;
}