/*BOX DE ACEITE DOS COOKIES*/
@media only screen and (max-width: 999px) {
    .template-part-component-termos {
        flex-direction: column;
        width: calc(100% - 40px);
        bottom: 20px;
    }
}

.template-part-component-termos {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1195px;
    padding: 20px 25px;
    bottom: 50px;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, 0);
    background: #f5f5f5;
    box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
    border-radius: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.template-part-component-button {
    display: flex;
}

.template-part-component-termos .text {
    font-style: normal;
    font-weight: normal;
    /*font-size: 0.875rem;*/
    line-height: 140%;
    margin-right: 70px;
    color: #64686d;
    flex: 1;
}

.template-part-component-termos .options {
    display: flex;
    flex-shrink: 0;
}

    .template-part-component-termos .options .template-part-component-button:first-child {
        margin-right: 10px;
    }



.template-part-component-button a {
    color: #45aed6 !important;
}

.template-part-component-button button, .template-part-component-button a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0px 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: box-shadow .3s;
}

.template-part-component-button button {
    margin: 0;
    border: 0;
    color: inherit;
    text-decoration: none;
    background: #1dc98A;
    outline: none;
    list-style: none;
    box-sizing: border-box;
    box-shadow: none;
    color: #FFF;
    font-size: 100%;
}

.hide {
    display: none !important;
}