
.carousel_wrapper {
	position: relative;
	overflow: hidden;
	padding: 0 30px;
}




.carousel1 li {
	float: left;
	overflow:  hidden;
	text-align: center;
	padding-bottom: 10px;
}


.car  {
	padding-top: 65px;

}

.car>div {
	border-bottom: 1px solid #d2d1d1;
}

.car h3 {
	text-align: center;
	border-top: 1px solid #d2d1d1;
	padding-bottom: 6px;

}
.car h3 span {
	display: inline-block;
	background: url(../images/cont_bg.png) 0 0 repeat;
	padding: 0 6px;
	position: relative;
	top: -13px;
}


.carousel1 li a {

}

.carousel1 li a img {
	max-width: 100%;
}

.carousel1 li a:hover {
}

.carousel1 li  p {
	margin-bottom: 12px;
}

.carousel1 {
	cursor: default !important;	
}


a.next1 {
	background: url(../images/prevnext.png) right 0 no-repeat;
	display: block;
	position: absolute;
	width:25px;
	height: 49px; 
	right: 0px;
	top: 5px;
	z-index: 999;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;

}


a.prev1 {
	background: url(../images/prevnext.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	width: 25px;
	left: 0px;
	height: 49px;
	top: 5px;
	z-index: 999;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

 
.prev1:hover {
	background-position: 0 bottom;
}
.next1:hover {
	background-position: right bottom;
}




@media only screen and (max-width: 767px) {
 	.carousel1 li {
		margin-left: 0;
	}	
	
	.carousel-div {
		margin: 0 !important;	
	}
}

 @media only screen and (max-width: 479px) { 
 	.carousel1 li {
		margin-left: 0;	
	} }

.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding-top: 80px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);

}

.aviso-cookies .tituloCookies,
.aviso-cookies .parrafoCookies {
	margin-bottom: 15px;
}

.aviso-cookies .botonCookies {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .botonCookies:hover {
 	background: #000;	
}

.aviso-cookies .enlaceCookies {
	color: #4dbfff;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlaceCookies:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.50);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}