/*	===========================================================
 *	
 *	Css para las fuentes especiales del sitio
 *	v1.0
 *	=========================================================== 
 */

/*
* Fuente Principal
*/
    body{
        font-family: "Questrial", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

/*
* Título Princical de los Banners
*/ 
    .banner_header h5{
        font-family: "Exo 2", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: bold;
    }

/*
* Título del Home Principal
*/
    .home_principal h1{
        font-family: 'Audiowide';
        font-weight: bolder;
    }
    .link_content h2{
        font-family: 'Audiowide';
        font-weight: lighter;
    }

/*
* Título de la seccióm "Por Qué Elegir 3D Market" en 3D Market Empresas
*/
    .ir-tienda-button span,    
    .final_contenedor_wsp h4,
    .body_empresas h2,
    .categorias-contenido-texto h3,
    .empresas_elegir h2{
        font-family: "Exo 2", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: bold;
    }
    
/*
* "Contáctanos" del footer
*/
.footer_top h2{
    font-family: 'Audiowide';
    font-weight: bolder;
}

/*
 * Media (font-size) para ESCRITORIO
 */
@media screen and (min-width: 1024px){
    /*
    * Título Princical de los Banners
    */ 
    .banner_header h5{
        font-size: 3em;
    }

    /*
    * Título del Home Principal
    */
    .home_principal h1{
        font-size: 3em;
    }
    .link_content h2{
        font-size: 2.3em;
    }

    /*
    * Título de la seccióm "Por Qué Elegir 3D Market" en 3D Market Empresas
    */
    .empresas_elegir h1{
        font-size: 500%;
    }

    /*
    * Título de las secciones Principales del Home Principal
    */
    .entry-content h2{
        font-size: 300%;
    }

    /*
    * "Contáctanos" (palabra) del footer
    */
    .footer_top h2{
        font-size: 400%;
    }
}

/*
 * Media para MÓVILES 
 */
@media screen and (max-width: 1023px){

}
