﻿
.cookie-footer {
    background-color: #FFF !important;
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    min-height: 37px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index:999;
}
.cookie-container {
    display: inline-block;
    max-width: 1000px;
    text-align: left;
    width: auto;
}
.cookie-container .texto {
    font-size: 18px !important;
    margin: 5px 7px 0 !important;
}
    .cookie-container .texto a {
        color: #b73185 !important;
        text-decoration: underline !important;
    }
.cookie-container .col-1 {
    float: left;
    width: 94%;
}
.cookie-container .col-2 {
    float: left;
    width: 1%;
}
.cookie-container .col-3 {
    float: right;
    width: 5%;
}
.texto {
    color:#000000;
}
.cookie-container .col-3 img {
    display: block;
    height: auto;
    margin: 7px 7px 0 0;
    vertical-align: top;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.cookie-footer {
    min-height: 50px;
}
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (orientation: portrait) {
.cookie-footer {
    min-height: 60px;
}
}

.cookie-footer {
    background-color: #5a7ed6;
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    min-height: 37px;
    position: fixed;
    text-align: center;
    width: 100%;
    color: #FFF !important;
}
