
@media (min-width:769px)
{
    .bannerCookie,
    .botonera-bannerCookie button{
        font-size: 1.2em!important;
    }
}


.float-right{
	float:right;
}
.float-left{
    float:left;
}
.row-reverse{
    flex-direction: row-reverse;
}

.bannerCookie{
    position:fixed;
    bottom:0px;
    left:0px;
	display:flex;
	align-items: center;
    justify-content: space-around;
	padding:10px;
    max-height: 30vh;
    min-height: 10vh;
    width: 100vw;  
    background-color: #005893;
    color: #FFF; 
    font-size: 14px;
    z-index: 20000;
}
.texto-bannerCookie{
   text-align: justify;
}

.botonera-bannerCookie{
    text-align: center;
}

.botonera-bannerCookie button{
    margin:10px;
	border-radius:0;
}

@media (max-width:520px){
	.bannerCookie{
		flex-direction: column;
		justify-content: center;
	}
}
