/** ==============================================================================================================================================
 * Fuentes del sitio
 * ==============================================================================================================================================
 */

/** ==============================================================================================================================================
 * I. Generales
 */
body{
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.banner-text h1{
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}
.seccion_head h2{
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}
.tecnologias_impresion_lista h4{
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}
.header_top_secundario ul,
.seccion_contenido_texto_left h1,
.seccion_contenido_texto_left h2,
.seccion_contenido_texto_right h2{
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}
/** ==============================================================================================================================================
 * III. Responsive
 */
/* Escritorio */
@media screen and (min-width: 1200px ) {

}

/* Moviles */
@media screen and (max-width: 1199px) {

}