	.cook {
		text-align: center;
		position: fixed;
		background-color: #0B2343;
		bottom: 0;
		color: #fff;
		z-index: 9999!important;
	}

	.texto-web{
		text-align: left;
		text-decoration: none;
		color: #fff;
		font-size: 11.5px;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.texto-movil1{
		font-size: 0;
	}

	.text-link{
		color: #007CC2;
	}

	div .leftCookie{
		margin-top: 10px;
		max-width: 50%;
		float: left;
	}

	div .centro{
		margin-top: 8px;
		max-width: 55%;
		float: center;
		display: inline-block;
		margin-left: 0px;
	}

	div .rightCookie {
		margin-top: 10px;
		max-width: 50%;
		float: right;
	}

	svg.img_cookie{
		text-align: center;
		margin-top: 8px;
		padding-bottom: 8px;
		margin-left: 105px;
		height: 43px;
		width: 43px;
	}

	a.aceptar {
		margin-right: 105px;
		background-color: transparent;
		margin-top: 15px;
	  	display:block;
		color:#fff;
		text-decoration:none;
		height:40px;
		width:105px;
		border-radius:50px;
		border:1px solid rgba(255,255,255,.5);
		text-transform:uppercase;
		text-align:center;
		font-size:11px;
		line-height:40px;
		margin-bottom: 8px;
		margin-top: 8px;
		cursor: pointer;
	}

	a.aceptar:hover{
		background-color:#e91b2f;
		border:1px solid #e91b2f;
	}

@media only screen and (max-width: 959px) {
	.cook {
	  position: fixed;
	  background-color: #0B2343;
	  bottom: 0;
	  color: #fff;
	}

	.texto-web{
	  display: none;
	}

	.texto-movil1{
	  text-decoration: none;
	  color: #fff;
	  font-size: 11px;
	  margin-top: 10px
	  padding-bottom: 10px;
		
	}

	.text-link{
		color: #007CC2;
	}

	div .leftCookie{
		display: none;
	}

	div .centro{
		text-align: left;
		margin-left: 20px;
		max-width: 75%;
		display: inline-block;
		padding-bottom: 10px;
	}

	div .rightCookie {
		margin-top:8px;
		max-width: 20%;
		float: right;
	}
}

@media only screen and (max-width: 679px) {
	.cook {
	  position: fixed;
	  background-color: #0B2343;
	  color: #fff;
	}
	.texto-movil1 {
	  text-decoration: none;
	  color: #fff;
	  font-size: 11px;
	  margin-bottom: 8px;
	  margin-top: 8px;
	}

	.texto-web{
	  display: none;
	}
	.text-link{
		color: #007CC2;
	}
	div .leftCookie{
		display: none;
	}
	div .centro{
		margin: auto 12px 0 12px;
		text-align: left;
		max-width: 100%;
		display: inline-block;
	}
	div .rightCookie {
		margin-top: -15px;
		margin-left: 10px;
		text-align: center;
		max-width: 50%;
		float: left;
	}
	a.aceptar {
		color:#fff;
		text-decoration:none;
		height:40px;
		width:98px;
		border-radius:50px;
		border:1px solid rgba(255,255,255,.5);
		text-transform:uppercase;
		text-align:center;
		font-size:11px;
		cursor: pointer;
		margin-bottom: 8px;		
	}
	a.aceptar:hover{
		background-color:#e91b2f;
		border:1px solid #e91b2f;
	}
}