/********************************/
/*  		CAST			    */ 
/*  Serinza Solutions EFG 2019  */
/********************************/
.barraaceptacion {
    background: #333333;
    position: fixed;
    bottom: 0;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0 auto;
    z-index: 100;
    left: 0;
    right: 0;
    text-align: center;
}

.centerbtncookies {
	margin-left: auto;
  	margin-right: auto;
}

.btncookies{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 1em;
    color: #000000;
    background-color: #21739e;
    border-radius: 6px;
    border: 1px solid #08335d;
  }
.btncookies:hover{
	color: #1883ba;
	background-color: #ffffff;
}

.textcookies{
	 font-size: 1em;
	 line-height: 1.5;
}


/* Dispositivos movil */
@media(max-width:767px) {
	.barraaceptacion {
		background: #333333;
		position: fixed;
		bottom: 0;
		padding: 10px;
		text-align: center;
		color: #FFFFFF;
		opacity: 0.8;
		z-index: 100;
		font-size: 10px;
		left: 0;
		right: 0;
		text-align: center;		
	}
	
	.ok > .btn,
	.info > .btn{
		width: 50%;
		margin: auto;
		text-align: center;
		font-size: 1.2em;
		padding: 5px;
		margin-bottom: 5px;
	}
}