/*
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%;
  }


/**
 * Clases genericas
 */
.oculto { display: none !important;}
#wrapper,
.fusion-is-sticky .fusion-header-v1 .fusion-header,
.fusion-is-sticky .fusion-header-v3 .fusion-header,
.tfs-slider {
  margin: 0 auto !important;
  max-width: 1900px !important;
}
#wrapper > div > div > .tfs-slider {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* Estilos estructurales */

html {
  box-sizing: border-box;
  font-size:10px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

header,
		hgroup
	  nav,
section,
	  article,
			  figure,
			  time,
main,
footer {
		display: block;	
}
h1,
h2,
h3,
h4,
h5,
h6 {
		margin: 0;
		padding: 0;
}
.altOcultar {
		clip: rect(0 , 0 , 0 , 0);
		position: absolute;
}
.upper {
		text-transform: uppercase;
}
.flotarIzq {
  	float: left;
} 
.flotarDch {
		float: right;
}

.fusion-mobile-menu-icons a {
  font-size: 3.2rem !important
}

/* Fin de los estilos estructurales */

@media only screen and (min-width: 240px) and (max-width: 1024px) {

    .fusion-footer footer > .fusion-row > .fusion-columns {
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        flex-flow: row wrap;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
        .fusion-footer footer > .fusion-row > .fusion-columns > .fusion-column {
            -moz-flex: 1 0 48%;
            -ms-flex: 1 0 48%;
            -o-flex: 1 0 48%;
            flex: 1 0 48%;
            margin: 0 !important;
            padding: 0 !important;
            width: auto !important;
        }
            .fusion-footer footer > .fusion-row > .fusion-columns > .fusion-column section {
                margin: 24px 0 !important;
            }

}

@media only screen and (min-width: 240px) and (max-width: 640px) {

    .fusion-mobile-logo {
        max-width: 200px !important;
    }

    .fusion-footer footer > .fusion-row > .fusion-columns > .fusion-column {
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        -o-flex: 1 0 100%;
        flex: 1 0 100%;
    }
        .fusion-footer footer > .fusion-row > .fusion-columns > .fusion-column section {
            margin: 24px 0 !important;
        }

}

@media only screen and (min-width: 240px) and (max-width: 450px) {

    #menu-top-navegacion a {
        padding: 0 8px !important;
    }
        #menu-top-navegacion a > span {
            padding: 9px 12px !important;
        }

}