footer.fix .flex{
	display: flex;
}

footer.fix .flex.izq{
	justify-content: flex-end;
}

footer.fix .flex.der{
	justify-content: flex-start;
}

footer.fix .container .row .redes{
	margin: 0 auto;
}

footer.fix .container .row .redes li a .icono_red{
	margin-top: 15px;
	width: 35px;
	height: 35px;
}

footer.fix .text-romanian{
	font-size: 0.75rem!important;
	position: relative;
	top: 5px;
}

.tabs-gal{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.tabs-gal .tab-gal{
	width: 30%;
	text-align: center;
	line-height: 25px;
	text-transform: uppercase;
	background-color: #000000;
	color: #ffffff;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tabs-gal .tab-gal a{
    font-size: 1.3rem;
    color: #ffffff;
}

.tabs-gal .tab-gal.active{
	background-color: #ff5100;
	color: #ffffff;
}


#galeria{
	padding-bottom: 20vh;
	height: 100vh;
}

.gal-contenedor_tabs{
	position: relative;
	width: 100%;
	min-height: 300px;
	height: 60vh;	
}

.gal-contenedor_tabs .el_tab{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 300px;
	height: 70vh;
	cursor: pointer;
}

.gal_videos.swiper-container,.gal_imagenes.swiper-container,.vistas-360.swiper-container{
	height: 60vh;
}

.swiper-container.mini_gal{
	height: 15vh;
	margin-top: 2.5vh;
}

.swiper-container.mini_gal{
	height: 15vh;
	margin-top: 2.5vh;
}

.swiper-container.mini_gal .black-layer{
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
}

.gal-contenedor_tabs .el_tab.active{
	display: block;
}

.gal-button{
	cursor: pointer;
}


#galeria .swiper-button-next{
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    width: 5vw;
    margin: 0;
    right: 0;
}

#galeria .swiper-button-prev{
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    width: 5vw;
    margin: 0;
    left: 0;
}

#galeria .swiper-button-next:after,#galeria .swiper-button-prev:after{
	color: #fff;
}


#galeria .swiper-slide{
	position: relative;
}

.black-layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.swiper-button-disabled{
	opacity: 0!important;
}


.poster{
	background-position: center;
	background-size: cover;
}

.p-relative{
	position: relative;
}

.p-video-full{
	position: absolute;
	z-index: 0;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	transform: translate(-50%,0);
}

@media screen and (max-width: 991px) {
	body{
		background-color: black;
	}
	section{
		padding-top: 65px;
	}

	#contacto{
		padding-top: 0;
	}

	#contacto .section{
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#contacto  .titulo_seccion{
		padding-top: 80px;
	}
}

@media screen and (max-width: 680px) {
	footer.fix .flex.izq{
		justify-content: center;
	}

	footer.fix .flex.der{
		justify-content: center;
	}
	.tabs-gal{
		flex-direction: column;
	}
	.tabs-gal .tab-gal{
	    width: 100%;
	    height: max-content;
	    padding: 1px 0;
	    margin-bottom: 3px;
	}

	#galeria .el_tab{
		min-height: initial;
		height: 50vh!important;
	}

	#galeria .swiper-button-next, #galeria .swiper-button-prev{
	    width: 10vw;
	}

}