/*************************************************
****** AVISO RODAPÉ
*************************************************/
.warning-footer {
    background-color: #f0f0f0;
    padding: 10px 0 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: center;
    position: fixed;
    height: auto;
    bottom: 0px;
    z-index: 99999;
}
.warning-footer-txt p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #000;
}
.warning-footer-txt a {
    font-weight: bold;
}
.warning-footer-content {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}
.warning-footer-btn a {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #a500cc;
    background-color: #a500cc;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    -webkit-appearance: none;
}


@media only screen and (min-width: 400px) { 
    .warning-footer-txt p {
        margin-bottom: 6px;
    }
}
@media only screen and (min-width: 480px) { 
    .warning-footer-txt {
        width: 95%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 600px) { 
    .warning-footer-btn a {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) { 
    .warning-footer-txt {
        width: 84%;
        float: left;
        text-align: left;
        padding-left: 2%;
    }
    .warning-footer-btn {
        width: 14%;
        float: right;
        margin-top: 14px;
    }
    .warning-footer-txt p {
        font-size: 13px;
        margin-bottom: 7px;
    }
    .warning-footer-btn a {
        padding: 6px 12px;
    }
    
}
@media only screen and (min-width: 900px) {
    .warning-footer-txt {
        padding-left: 1%;
    }
    .warning-footer-btn {
        width: 15%;
    }
}

@media only screen and (min-width: 1000px) {
    .warning-footer-txt {
        width: 83%;
        padding-left: 2%;
    }
    .warning-footer-btn {
        width: 15%;
        margin-top: 6px;
    }
    .warning-footer-txt p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1150px) {
    .warning-footer {
        bottom: 10px;
    }
    .warning-footer-btn a {
        font-size: 14px;
        padding: 7px 13px;
    }
}