#policy div {
    color: black;
}

.d-ui-widget.d-tabconfig {
    z-index: 99999 !important;
}

.loaderline {
    left: 0px;
    top: 0px;
    height: 4px;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background-color: #ddd;
    z-index: 999999;
}

.loaderline:before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 4px;
    background-color: #1381E2;
    animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    -ms-animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
    -moz-animation: loading 2s linear infinite;
}

img.imgload-dataecho {
    width: auto !important;
    height: auto !important;
    min-width: initial !important;
    min-height: initial !important;
    position: absolute !important;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.barraMulti.um li.whatsApp div:before {
    background-color: #2bd365 !important;
}

.barraMulti.um li.whatsApp:hover div:before {
    background-color: #fff !important;
    border-color: #2bd365 !important;
    color: #2bd365 !important;
}

.barraMulti.tres li.whatsApp div:before {
    background-color: #2bd365 !important;
}

.barraMulti.dois li.whatsApp:hover div:before {
    background-color: #fff !important;
    border-color: #2bd365 !important;
    color: #2bd365 !important;
}

.barraMulti li .tap-tel div.invisible-mobile {
    padding: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: transparent !important;
}

@media screen and (max-width:768px) {
    .invisible-mobile {
        display: none;
    }

    .barraMulti li div.icon-ico_telefone:before {
        display: block !important;
    }
}

.d-page .d-ui-widget .gm-style button {
    min-width: inherit;
}

/*Botão se Simule e Contrate dos produtos de Venda Online*/
.d-button-vdo,
.d-page .d-page-footer .d-button-vdo {
    margin: 15px auto !important;
    background-color: #77b32a !important;
    color: #fff !important;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
    box-shadow: inset 0 2px rgba(255, 255, 255, .2) !important;
    border: 1px solid #699e25 !important;
    font-weight: 600 !important;
    filter: none !important;
    text-decoration: none !important;
    font-family: sans-serif !important;
    font-size: 15px !important;
    display: inline-block !important;
}

.d-button-vdo span,
.d-page .d-page-footer .d-button-vdo span {
    font-size: 15px !important;
    font-family: sans-serif !important;
    line-height: normal !important;
    margin: 0px !important;
    height: auto !important;
}

.d-button-vdo:hover,
.d-page .d-page-footer .d-button-vdo:hover {
    background-color: #699e25 !important;
    box-shadow: inset 0 1px rgba(255, 255, 255, .8) !important;
}

.d-button-vdo:before,
.d-page .d-page-footer .d-button-vdo:before {
    display: none !important;
}

.formModal .errorsModal {
    display: none;
    list-style: none;
    font-size: 12px;
    color: #a50a0a;
    background-color: #ffdadd;
    padding: 3px;
    border-radius: 4px;
    margin-top: 5px;
}

.formModal .loaderModal {
    background-color: #fff;
    opacity: .7;
    position: absolute;
    width: 93%;
    height: 93%;
    z-index: 2;
    margin: 0;
    padding: 0;
    text-align: center;
    display: none;
}

.formModal .input-group {
    width: 100%;
    display: table;
}

.formModal .input-group-addon {
    display: table-cell;
    background: #0046C0;
    border: none;
    color: #fff;
    border-radius: 8px 0 0 8px;
}

.form-entrada.ui-dialog .ui-widget-header {
    background-color: #dedede;
}

.modal-body {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 25px;
}

.footer-close {
    text-align: right;
    border-top: solid 1px #c1c1c1;
    padding-top: 10px;
}

.cookie {
    display: none;
}

.cookie-dark.fade-in {
    animation-name: onetrust-fade-in;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out
}

.cookie-dark {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483646;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0
}

.group-container {
    width: 95%
}

.container-cookie {
    padding: 0;
    margin: 0
}

.row-cookie {
    flex-direction: initial;
    width: 100%
}

.flat {
    position: fixed;
    z-index: 9999999999;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto
}

#policy p {
    color: black;
}

@keyframes onetrust-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media only screen and (min-width: 426px) and (max-width: 896px) and (orientation: landscape) {
    #policy p {
        font-size: 0.75em
    }
}

.barraMulti.tres li div[class*="fa"]:before {
    background: #092443;
}