#cookieNotice {
    width: 100%;
    position: fixed;
    bottom: 0px;
    box-shadow: 0px 0 10px 0 #7d7d7d;
    background: #3d3d3d;
    z-index: 99999;
    font-size: 14px;
    line-height: 1.3em;
    left: 0px;
    color: #FFF;
    text-align: justify;
}

#cookiebloqueopantalla{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: #00000070;
    z-index: 999;
}

.cookieNoticeContent{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #f0f0f0;
}

#cookieNotice .cookieNoticeContent .cookieNoticeContenttext{
    max-width: 1400px;
}

#cookieNotice .cookieNoticeContent .cookieNoticeContentbutton{
    background: white;
    display: block;
    color: black;
    padding: 5px 40px;
    margin: 0px 20px;
    cursor: pointer;
}

#cookieNotice a,
#cookieNotice a:active,
#cookieNotice #buttonconf{
    display: inline-block;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-decoration: underline;
}

#cookieModal{
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    z-index: 99999;
    background: #00000070;
}

.modal-dialog {
    position: relative;
    width: 600px;
    margin: 30px auto;
}


.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0 0 5px 5px;
    outline: 0;
    border-top: 7px solid #ff6000;
    border: none;

}


.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-body ul{
    margin: 5px 10px 20px 10px;
}

.modal-body label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.modal-body hr{
    margin: 18px 0px;
    color: #bdbdbd;
    border-color: white;
    border: 0;
    border-top: 1px solid #eee;}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer button{
    background: #3d3d3d;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}


@media all and (max-width:725px){
    .cookieNoticeContent {
        flex-wrap: wrap;
    } 

    #cookieNotice .cookieNoticeContent .cookieNoticeContentbutton {
        padding: 13px 80px;
        margin: 20px 20px 10px 20px;
    }
}

@media all and (max-width:610px){
    .modal-dialog {
        max-width: calc(100% - 12px);
        margin: 30px 6px;
    }
}
