@media only screen and (min-width: 1201px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
	.spacerMov {
		height: 20px;
		clear: both;
	}
	.col-centeredMov {
		float: none;
		margin: 0 auto;
	}
	.footerText {
		font-size: 14px;
		padding: 0;
		margin-top: 0px;
	}
	.footerSocial {
		font-size: 10px;
		padding: 0;
		margin-top: 0px;
	}
	.img {
		background-size: cover;
		background-position: center;
		min-height: 200px;
	}
	#popUp {
		overflow: hidden;
		background-color: white;
		border-radius: 10px;
		border: 2px solid white;
		position: fixed;
		z-index: 3330;
		margin: 0 auto;
		width: 250px;
		height: auto;
		margin: 5% auto;
		left: 0;
		right: 0;
		top: 0%;
		padding: 0px;
		margin-bottom: 20px;
		z-index: 999;
		top: 0;
		bottom: 0;
		position: fixed;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.butonPop {
		z-index: 9999;
		font-size: 30px;
		margin-left: auto;
	}
	.logo2 {
		padding: 24px 0;
		max-width: 100%;
		max-width: 261px;
		/* margin-left: -3px; */
	}
}

@media only screen and (max-width: 467px) {
	#form h1,#form h3 {
		font-size: 18px;
	}
	
	.logo {
    padding: 15px;
    width: 80%;
}
}

.fa-cloud-upload {
	animation: horizontal_5259 6.72s ease infinite;
	transform-origin: 50% 50%;
}

@keyframes horizontal_5259 {
	0% {
		transform: translate(0, 0)
	}
	16.66667% {
		transform: translate(5px, 0)
	}
	33.33333% {
		transform: translate(0, 0)
	}
	50% {
		transform: translate(5px, 0)
	}
	66.66667% {
		transform: translate(0, 0)
	}
	83.33333% {
		transform: translate(5px, 0)
	}
	100% {
		transform: translate(0, 0)
	}
}