﻿ 


.cookie-footer {
    background-color: #CCC;
    bottom: 0;
    display: none;
    left: 0;
    height: 250px;
    position: fixed;
    text-align: center;
    width: 100%;
    font-size:1.4em;
}

.cookie-container {
    display: inline-block;
    max-width: 1000px;
    text-align: left;
    width: auto;
}

    .cookie-container .texto {
        font-size: 1.5em;
        margin: 5px 7px 0;
    }

        .cookie-container .texto a {
            color: #636363;
        }

    .cookie-container .col-1 {
        float: left;
        width: 75%;
    }

    .cookie-container .col-2 {
        float: left;
        width: 1%;
    }

    .cookie-container .col-3 {
        float: right;
        width: 11%;
        margin-top: 30px;
    }

        .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: #CCC;
    top: 0;
    display: none;
    height: auto;
    left: 0;
    height: 200px;
    position: fixed;
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 1.4em;
}
