﻿
.cookie-footer {
    background-color: #FFFFFF;
    bottom: 0;
    display: none;
    height: auto;
    left: 0;
    min-height: 37px;
    position: fixed;
    text-align: center;
    width: 100%;
}
.cookie-container {
    display: inline-block;
    max-width: 1000px;
    text-align: left;
    width: auto;
}
.cookie-container .texto {
    font-size: 11px;
    margin: 5px 7px 0;
}
.cookie-container .texto a {
    color: #636363;
}
.cookie-container .col-1 {
    float: left;
    width: 94%;
}
.cookie-container .col-2 {
    float: left;
    width: 1%;
}
.cookie-container .col-3 {
    float: right;
    width: 5%;
}
.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: #FFF;
    bottom: 0;
    display: none;
    height: auto;
    left: 0;
    min-height: 37px;
    position: fixed;
    text-align: center;
    width: 100%;
    color:#000;
}
