
/* Codigo Politica Cookies */
#warning_EU_cookiemsg {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
}

.cookies {
    padding: 32px 0;
    background: rgba(113, 110, 111, 0.5);
    color: #fff;
}

.cookies .wrapper {
    position: relative;
    text-align: center;
}
.cookies .button, .cookies .text {
    text-align: center;
}
#warning_EU_cookiemsg a:hover {
    color: #ffffff;
    text-decoration:underline;
}
wrap,
.wrap-grid,
.wrap-section,
.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.cookies .button,
.cookies .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}

.cookies .button {
    float: right;
}

.cookies .button button:focus {
    outline: 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.text a:link {
    text-decoration: none;
}

.text a {
    color: #ffffff;
    text-decoration: underline;
}

.text a:hover {
    color: #000;
}

#warning_EU_close.btn {
    padding: 0;
    transform: translateZ(0);
    margin-top: 0px;
}

.btn-txt-light {
    color: #333;
    background: transparent;
    border: none;
    box-shadow: none;
}

#btn-fechar {
    color: #000;
}

#btn-fechar:hover {
    color: #FFF;
    background: #000;
}

#politicacookies .modal-body {
    padding: 15px;
}

#politicacookies {
    color: #000;
}

.modal-dialog {
    max-width: 700px;
}

.modal-body {
    padding: 1rem 25px;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.modal-inner-content {
    max-height: 400px;
    overflow-y: auto;
    font-size: 16px;
}

#warning_EU_cookiemsg {
    position: fixed;
    width: 100%;
    z-index: 50000;
    bottom: 0;
    left: 0;
    -webkit-transition: bottom 0.5s ease-in-out;
    -moz-transition: bottom 0.5s ease-in-out;
    -ms-transition: bottom 0.5s ease-in-out;
    -o-transition: bottom 0.5s ease-in-out;
    transition: bottom 0.5s ease-in-out;
}

#warning_EU_cookiemsg .arrow-cookies {
    position: absolute;
    left: 50%;
    top: 0px;
    height: 70px;
    width: 70px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}

#warning_EU_cookiemsg .arrow-cookies::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 15px;
    left: calc(50% - 5px);
    transform: rotate(135deg);
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#warning_EU_cookiemsg.scrolled {
    bottom: -50px;
}

#warning_EU_cookiemsg.scrolled .arrow-cookies {
    top: -25px;
    opacity: 1;
}

.cookies {
    padding: 8px 0;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
}

.wrap,
.wrap-grid,
.wrap-section,
.wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.text a:link {
    text-decoration: none;
}

.text a {
    text-decoration: none;
}

.text a:hover {
    color: #000;
}

#btn-fechar {
    color: #000;
}

#btn-fechar:hover {
    color: #FFF;
    background: #000;
}

.modal [class*=" btn-txt"],
.modal [class^=btn-txt] {
    position: relative;
    margin: 4px 0;
}

.mask img {
    height: 13px;
    margin-bottom: 3px;
}

.modal .btn {
    border-radius: 30px;
    background: #ff328c;
    width: 300px;
    height: 55px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    border: none;
    padding: 0;
    transform: translateZ(0);
    margin-top: 0;
}
.modal .btn:hover {
    background: #ffffff;
    color: #0044d2;
}

.cookies .text a {
    color: #fff;
}

.modal {
    text-align: left;
}

.modal button.close {
    float: right;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    opacity: 1;
    border: none;
    background-color: transparent;
}


@media (max-width: 767px) {
    .cookies .button,
    .cookies .text {
        font-size: 11px;
    }
    .modal-title {
        font-size: 20px;
    }
    .cookies .wrapper{
        display:flex;
    }
}
