@charset "utf-8";
/* CSS Document */
.msgcookie {
    z-index: 1000000;
    display: block;
    position: fixed;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    font-family: sans-serif;
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
}

.msgcookie .contenido_msg p {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 0;
    margin-left: 0;
    color: white;
    font-size: 15px;
}

.msgcookie .contenido_msg {
    margin: 0 auto;
    width: 90%;
}

.msgcookie .advice {
    position: absolute;
    display: inline-block;
    background-image: url(cookie.png);
    background-size: 100%;
    height: 50px;
    width: 50px;
    margin-top: 0px;
}

.msgcookie .contenido_msg p a:link, .msgcookie p a:active, .msgcookie p a:visited, .msgcookie p a:hover {
    color: #fff
}

.msgcookie .close {
    float: right;
    display: block;
    width: 79px;
    height: 50px;
    background: url(aceptar.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: -80px;
    opacity: 1;
    margin: 0 0 0 40px;
}

.close:hover {
    opacity: 1
}

.close2 {
    float: right;
    display: block;
    width: 60px;
    height: 50px;
    background: url(ok.png) no-repeat;
    overflow: hidden;
    text-indent: -80px;
    opacity: 1;
    margin: 0px 32px 0px 40px;
}

@media screen and (min-width: 800px) {

    .msgcookie .contenido_msg {
        width: 90%;
        margin-top: 40vh;
    }
    .msgcookie .advice {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .msgcookie .contenido_msg {
        width: 100%;
        margin-top: 0;
    }
}

@media screen and (max-width: 640px) {
    .msgcookie {
        z-index: 1000000;
        display: block;
        position: fixed;
        bottom: 0;
        height: 220px !important;
        width: 100%;
        background: rgba(5, 138, 180, 0.9);
        color: #fff;
        font-size: 14px;
        font-family: sans-serif;
    }

    .msgcookie .contenido_msg {
        width: 100%;
        margin-top: 0;
    }

    .modal-window {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0%;
        left: 0%;
        margin: 0;
        padding: 0;
        padding-left: 2%;
        padding-right: 2%;
        z-index: 102;
        background: #fff;
        border: solid 8px #000;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .close-window {
        position: fixed;
        width: 47px;
        height: 47px;
        top: 13%;
        right: 24%;
        background: transparent url(../images/close-button.png) no-repeat scroll right top;
        text-indent: -99999px;
        overflow: hidden;
        cursor: pointer;
    }

    .msgcookie .close {
        position: absolute;
        display: block;
        width: 66px;
        height: 42px;
        background: url(aceptar.png) no-repeat;
        background-size: 100%;
        overflow: hidden;
        text-indent: -80px;
        opacity: 1;
        margin-left: 35.25%;
        bottom: 10px;
    }

    .msgcookie .advice {
        position: absolute;
        display: inline-block;
        background-image: url(cookie.png);
        background-size: 100%;
        height: 40px;
        width: 40px;
        margin-top: -54px;
        margin-left: 44.5%;
    }

    .msgcookie .contenido_msg p {
        text-align: justify;
        width: 90%;
        margin: 41px auto;
        color: white;
        font-size: 12px;
    }

}

@media screen and (max-width: 360px) {
    .msgcookie {
        z-index: 1000000;
        display: block;
        position: fixed;
        bottom: 0;
        height: 220px;
        width: 100%;
        background: rgba(5, 138, 180, 0.9);
        color: #fff;
        font-size: 14px;
        font-family: sans-serif;
    }

    .msgcookie .contenido_msg {
        width: 100%;
    }

    .modal-window {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0%;
        left: 0%;
        margin: 0;
        padding: 0;
        padding-left: 2%;
        padding-right: 2%;
        z-index: 102;
        background: #fff;
        border: solid 8px #000;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .close-window {
        position: fixed;
        width: 47px;
        height: 47px;
        top: 13%;
        right: 24%;
        background: transparent url(../images/close-button.png) no-repeat scroll right top;
        text-indent: -99999px;
        overflow: hidden;
        cursor: pointer;
    }

    .msgcookie .close {
        position: absolute;
        display: block;
        width: 66px;
        height: 42px;
        background: url(aceptar.png) no-repeat;
        background-size: 100%;
        overflow: hidden;
        text-indent: -80px;
        opacity: 1;
        margin-left: 35.25%;
        bottom: 10px;
    }

    .msgcookie .advice {
        position: absolute;
        display: inline-block;
        background-image: url(cookie.png);
        background-size: 100%;
        height: 40px;
        width: 40px;
        margin-top: -54px;
        margin-left: 44.5%;
    }

    .msgcookie .contenido_msg p {
        text-align: justify;
        width: 90%;
        margin: 41px auto;
        color: white;
        font-size: 12px;
    }
}

@media screen and (max-device-width: 800px) {
    .msgcookie {
        z-index: 1000000;
        display: block;
        position: fixed;
        bottom: 0;
        height: 160px;
        width: 101%;
        background: rgba(5, 138, 180, 0.9);
        color: #fff;
        font-size: 14px;
        font-family: sans-serif;
    }

    .msgcookie .contenido_msg {
        width: 100%;
    }

    .modal-window {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0%;
        left: 0%;
        margin: 0;
        padding: 0;
        padding-left: 2%;
        padding-right: 2%;
        z-index: 102;
        background: #fff;
        border: solid 8px #000;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .close-window {
        position: fixed;
        width: 47px;
        height: 47px;
        top: 13%;
        right: 24%;
        background: transparent url(../images/close-button.png) no-repeat scroll right top;
        text-indent: -99999px;
        overflow: hidden;
        cursor: pointer;
    }

    .msgcookie .close {
        position: absolute;
        display: block;
        width: 66px;
        height: 42px;
        background: url(aceptar.png) no-repeat;
        background-size: 100%;
        overflow: hidden;
        text-indent: -80px;
        opacity: 1;
        margin-left: 38.25%;
        bottom: 10px;
    }

    .msgcookie .advice {
        position: absolute;
        display: inline-block;
        background-image: url(cookie.png);
        background-size: 100%;
        height: 40px;
        width: 40px;
        margin-top: -54px;
        margin-left: 44.5%;
    }

    .msgcookie .contenido_msg p {
        text-align: justify;
        width: 90%;
        margin: 41px auto;
        color: white;
        font-size: 12px;
    }
}

@media screen and (max-device-width: 360px) {
    .msgcookie {
        z-index: 1000000;
        display: block;
        position: fixed;
        bottom: 0;
        height: 220px;
        width: 101%;
        background: rgba(5, 138, 180, 0.9);
        color: #fff;
        font-size: 14px;
        font-family: sans-serif;
    }

    .msgcookie .contenido_msg {
        width: 100%;
    }

    .modal-window {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0%;
        left: 0%;
        margin: 0;
        padding: 0;
        padding-left: 2%;
        padding-right: 2%;
        z-index: 102;
        background: #fff;
        border: solid 8px #000;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .close-window {
        position: fixed;
        width: 47px;
        height: 47px;
        top: 13%;
        right: 24%;
        background: transparent url(../images/close-button.png) no-repeat scroll right top;
        text-indent: -99999px;
        overflow: hidden;
        cursor: pointer;
    }

    .msgcookie .close {
        position: absolute;
        display: block;
        width: 66px;
        height: 42px;
        background: url(aceptar.png) no-repeat;
        background-size: 100%;
        overflow: hidden;
        text-indent: -80px;
        opacity: 1;
        margin-left: 35.25%;
        bottom: 10px;
    }

    .msgcookie .advice {
        position: absolute;
        display: inline-block;
        background-image: url(cookie.png);
        background-size: 100%;
        height: 40px;
        width: 40px;
        margin-top: -54px;
        margin-left: 44.5%;
    }

    .msgcookie .contenido_msg p {
        text-align: justify;
        width: 90%;
        margin: 41px auto;
        color: white;
        font-size: 12px;
    }
}
