/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* codigo para ocultar el espacio dejado por el iframe de remarketing */
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}


/**
 * Clases genericas
 */
html { font-size:10px;}

@media screen and (min-width:901px) and (max-width:1023px) {
	/*html { font-size:9px;}*/
}

@media screen and (min-width:801px) and (max-width:900px) {
	/*html { font-size:8px;}*/
}

@media screen and (min-width:521px) and (max-width:800px) {
	
}

@media screen and (min-width:480px) and (max-width:520px) {
	
}