/*
Theme Name: Avada Child
Author: QualityStudio
Author URI: https://qualitystudio.es
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#botonSEO span::before {
	content: "Yo quiero eso";
}
#botonSEO:hover span::before {
	content: "Yo quiero SEO";
}
#blurred {
	transition: 500ms all;
}
.blureado {
  filter: blur(10px);
}
.menu-text {
	margin-top: 5px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.h3mov .title-heading-left {
		font-size: 21px !important;
	}
.txtmov p {
	font-size: 18px;
	line-height: 1.5em;
	text-align: justify;
}
}

#blurred > div > * {

}
/* cambios css para modo vertical y horizontal */
@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
	.fusion-title .title-heading-center {
		font-size: 46px !important;
	}
	.h2mov .title-heading-left {
		font-size: 40px !important;
	}
	.h3mov .title-heading-left {
		font-size: 21px !important;
	}
	.txtmov p {
	font-size: 18px;
	line-height: 1.5em;
	text-align: justify;
	}
}
