/*
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;}

/* Estilos para la función propia que envuelve los vídeos de youtube en un div y los hace responsivos */
div.flex-video {    position: relative;    padding-bottom: 56.25%;    padding-top: 30px;    height: 0;    overflow: hidden;    margin: 20px 0; /* esto es opcional */    clear: both;  }
   
div.flex-video iframe {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;}
.oculto { display: none !important;}
html { font-size:10px;}

.fusion-header { background-size: cover !important;  background-position: center center !important;}

@media only screen and (max-width: 640px){
	
}
@media only screen and (max-width: 1024px){
	
}
@media only screen and (max-width: 1400px){
	
}