.banner {
    position: absolute;
    z-index: 9999;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    box-sizing: border-box;
    cursor: auto;
}

.banner h1{
    font-size:1.7em;
    color: #404040;
}

.banner.active {
    display: block;
}

.banner-bottom {
    left: 0;
    right: 0;
    bottom: 10px;
}

.banner-top {
    left: 0;
    right: 0;
    top: 10px;
}

.banner-right {
    right: 10px;
    bottom: 10%;
    min-height: 10vh;
}

.banner-left {
    left: 10px;
    bottom: 10%;
    min-height: 10vh;
}

.alert-primary {
    color: #004085;
    background-color: #f2f2f2;
    /*border-color: #b8daff;*/
    color: #404040;
}

/*.banner-close {
    position: absolute;
    right: 1.5%;
}*/
.buttons{
    width: 100%;
    height: auto;
    margin-top: 50px;
    text-align: center;
    margin: 30px 0 20px 0;
    margin: 30px 0 20px 0;
    display: flex;
    justify-content: center;
}
.banner-close ,.banner-close:after,.configCookies,.betwn{
    position:relative;
    display: inline-block;
    top: 50%;
    color: #69f;
}

.betwn .line{
    border-right: 1px solid #404040;
    height: 100%;
    width: 50%;
}
.botonCookies{
    font-size: 1.2em;
}

.betwn{
    color: transparent;
    width: 50px;
    height: 20px;
    height: auto;
}

.configCookies{
    width: auto;
}

.permission{
    position: absolute;
    right: 20%;
}
.politica{
    display: none;
    font-size: 0.9em;
    text-align: center;
}

.politica hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #404040;
    margin: 1em 0;
    padding: 0; 
    margin: 40px 0 40px;
}
.politica h2{
    margin: 0px 0 40px;
    text-align: center;

}
.nota{
    text-align: left;
    margin-top: 50px;
    font-size: 1em;
}
.politica .content{
    text-align: left;
}
.banner .content,.politica .content{
    width: 90%;
    display: inline-block;
    font-size: 1em;
}

.politica a:link{
   color: #69f;
}
.politica a:visited{
   color: #69f;
}
.politica a:hover{
   color: #ccc;
}.politica a:active{
   color: #69f;
}


.banner a:link{
   color: #69f;
}
.banner a:visited{
   color: #69f;
}
.banner a:hover{
   color: #ccc;
}
.banner a:active{
   color: #69f;
}


#privacy{
    height:11px;
    font-family:Verdana, Geneva, sans-serif;
    color:#FFF;
    font-size:10px;/*8px*/
    margin-left:10px;
    float:left;
    font-size: 0.6rem;
}

#privacy a {
    color: #B32D16;
    color:#FC3;
    text-decoration:none;
    font-family:Verdana, Geneva, sans-serif;
    font-family:Arial, Helvetica, sans-serif;
    letter-spacing:2px;
}


#privacy a:link {

}
#privacy a:link {
    
    color:#FFF;
    color:transparent;
    text-decoration:none;

}
#privacy a:link {
    color:#FC3;
   
}
#privacy a:link{
    color:#FC3;
  
}

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

}

@media only screen and (max-device-width: 1000px) and (orientation: portrait) {

}
/* styles for smartphones and tablets in portrait mode */ 
@media only screen and (max-device-width: 1000px) and (orientation: landscape) {

} 
/* styles for smartphones and tablets in landscape mode */

/*@media (min-height:780px) {*/


@media only screen and (max-device-width: 1000px){
    .nota{
       /* font-size: 1.4em;*/
        line-height: normal;
    }
    .botonCookies{
        line-height: normal;
    }

    
    .politica .content p{
        font-size: 2em;
        line-height: 2em;
    }
    .politica .content h2{
        font-size: 2.4em;
        line-height: normal;
    }
    #contenedorTablaFixed , #fondoNegrFoot{
        display: block;
        display: table;
        width: 100%;
        text-align: center;
        height: 50px;
        position: absolute;
        bottom:0px;
    }
    #contenedorTablaFixed{
        z-index: 2;
    }
    #fondoNegrFoot{
        background-color: rgba(0,0,0,0.75);
        z-index: 1;

    }
    #privacy{
        /*display: inline-block;*/
        font-size: 1.5em;
        float: none;
        display: table-cell; vertical-align: middle; 
        z-index: 3;
    }

}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { /* STYLES GO HERE */ 

   #privacy{
        /*display: inline-block;*/
        font-size: 0.6em;
        float: none;
        display: table-cell; vertical-align: middle; 
        z-index: 3;
        padding-left: 20px;
    }
}

/*@media only screen and (min-device-width: 1000px){
    .nota{
        font-size: 2.4em;
        line-height: normal;
    }
}*/