
#allow-video {
	position: fixed;
	bottom: 20px;
	left: 20px;
	padding: 10px;
	background-color:#de0048;
	color:white;
	font-family: 'barlow_condensedregular';
}

.home .infus-title-style-1:nth-of-type(1) {
	margin-bottom: 15px;
}

.home .infus-title-style-1:nth-of-type(2) {
	margin-bottom: 15px;
}


#back-video {
	position: fixed;
	bottom: 0;
	right: 0;
	min-width: 100%; 
  	min-height: 100%;
  	height: auto;
  	width: auto;
}


.mobile #main-wrapper {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/fondo_contacto_mobile_vertical.jpg);
}

@media (max-height: 475px) and (max-width: 767px){

	.mobile #main-wrapper {
		background-image: url(../img/fondo_contacto_mobile_apaisado.jpg);
		
	}
}

@media screen and (min-width: 480px) {

	.mobile #main-wrapper {
		background-image: url(../img/fondo_contacto_tablet_apaisado.jpg);
		padding-right: 0px;
	}
}

@media screen and (min-width: 768px) {

	.mobile #main-wrapper {
		background-image: url(../img/fondo_contacto_tablet_apaisado.jpg);
	}

	.home .infus-title-style-1:nth-of-type(1) {
		margin-bottom: 0px;
	}
}

@media screen and (min-width: 1024px) {

	.mobile #main-wrapper {
		background-image: url(../img/fondo_contacto_desktop.jpg);
		
	}
    
}





