/*Calculadora - Inicio*/

.pagina-produto .calc-details {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.calc-details summary {
    font-size: 15px;
}
#calc-form {
    margin: 20px 0 0 0;
}
.calc-content {
    display: flex;
    align-items: center;
}
.calc-content > div > input {
    width: 125px;
    height: 30px;
}
.calc-content > div > input:focus:invalid:focus {
    color: #555;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
}
.calc-content > span {
    font-size: 2em;
    width: 40px;
    text-align: center;
    padding-top: 30px;
}
.calc-total {
    margin-top: 10px;
    font-size: 16px;
}
#resultado {
    font-weight: 700;
}
.calc-content .active {
    display: none;
}
/*Calculadora - Fim*/


#botao-depoimento a{
    background: #94740f!important;
    padding: 15px 20px!important;
    border-radius: 3px!important;
    font-size: 18px!important;
    font-weight: 600!important;
    color: white!important;
    text-transform: uppercase!important;
    text-decoration: none!important;
}    

#botao-depoimento { 
    width: 100%!important;
    text-align: center!important;
    margin: 40px 0!important;
}

/* Ajustes Sub-menu */
@media (min-width: 768px) {
    #cabecalho .menu.superior .nivel-um li:hover .nivel-dois {
        display: flex;
        width: 500px;
        max-height: 430px ! Important;
    }
    #cabecalho .menu.superior .nivel-um>li.open a, #cabecalho .menu.superior .nivel-um>li:hover a {
        background: #a85dad !important;
    }
    #cabecalho .menu.superior .nivel-um:hover .nivel-dois {
        background: #a85dad;
    }
}
