.img-preview {
    width: 246px;
    height: 186px;
    object-fit: cover;
    transition: all .25s ease;
}

.img-preview-2 {
    width: 145px;
    height: 36px;
    object-fit: cover;
    transition: all .25s ease;
}

.img-preview-3 {
    width: 194px;
    height: 143px;
    object-fit: cover;
    transition: all .25s ease;
}

.img-preview-4 {
    width: 94px;
    height: 94px;
    object-fit: cover;
    transition: all .25s ease;
}

.slider {
    overflow: hidden;
}

.slider--inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: all 0.3s ease-in;
}

.slider--inner-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: all 0.3s ease-in;
}

.slider--inner-3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: all 0.3s ease-in;
}

.modal-backdrop {
    z-index: -1;
}

.aviso-cookies {
	background: #e4e4e4;
	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: 60px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	text-align: center;

}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	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 .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.modal .modal-dialog .modal-content .modal-body .bg{
	background: url('../images/bg-menu2.webp');
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	background-position: center bottom;
	border-radius: 5px;
}

@media only screen and (max-width: 767px) {
	.hidden-head {
		display: none;
	 }
}