 body{
		font-family: 'Garnett-Regular',sans-serif;
}
	.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: 12px;
	}

	.texto-movil1{
		display: none;
	}

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

	div .leftCookie{
		max-width: 50%;
		float: left;
		
	}

	div .centro{
		margin-top: 10px;
		max-width: 60%;
		display: inline-block;
		margin-left: 0px;
	}

	div .rightCookie {
		max-width: 50%;
		float: right;
	}


	svg.img_cookie{
		text-align: center;
		margin-top: 15px;
		margin-left: 100px;
		height: 43px;
		width: 43px;
	}

	a.aceptar {
		margin-right: 100px;
		background-color: transparent;
		margin-top: 15px;
	  	display:block;
		color:#fff;
		text-decoration:none;
		height:43px;
		width:108px;
		border-radius:50px;
		border:1px solid rgba(255,255,255,.5);
		text-transform:uppercase;
		text-align:center;
		font-size:12px;
		line-height:45px;
		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{
		display: block;
	    text-decoration: none;
	    color: #fff;
	    font-size: 12px;
	}

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

	div .leftCookie{
		display: none;
	}

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

	div .rightCookie {
		max-width: 20%;
		float: right;
	}

	a.aceptar {
		margin-bottom: 10px;
		margin-left: 20px;
		margin-top: 10px;
	  	display:block;
		color:#fff;
		text-decoration:none;
		height:43px;
		width:108px;
		border-radius:50px;
		border:1px solid rgba(255,255,255,.5);
		text-transform:uppercase;
		text-align:center;
		font-size:12px;
		line-height:45px;
		cursor: pointer;
	}

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

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

	.texto-web{
	  display: none;
	}
	.text-link{
		color: #007CC2;
	}
	div .leftCookie{
		display: none;
	}
	div .centro{
		margin-left: 10px;
		margin-top: 10px;
		text-align: left;
		max-width: 100%;
		display: inline-block;
	}
	div .rightCookie {
		margin-top: -10px;
		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;
		line-height: 38px;
		margin-bottom: 10px;
		
	}
	a.aceptar:hover{
		background-color:#e91b2f;
		border:1px solid #e91b2f;
	}
}

