/**
 * Theme Name:     Hello Elementor Child TEC TRUCK
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child-tec-truck
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
/* Estilos para el H1 */
h1 {
    font-size: 40px !important; /* Tamaño de la fuente */
    font-weight: bold !important; /* Peso de la fuente */
    margin-bottom: 10px !important; /* Margen inferior */
    font-family: 'Roboto', sans-serif !important; /* Familia tipográfica */
}

/* Estilos para el H2 dentro del contenido */
h2 {
    color: #008000; /* Color del texto */
    font-size: 34px !important; /* Tamaño de la fuente */
    font-family: 'Roboto', sans-serif !important; /* Familia tipográfica */
}

/* Estilos para el enlace dentro del párrafo */
p a {
    color: #339966; /* Color del enlace */
    font-weight: 400 !important; /* Peso de la fuente */
    text-decoration: none !important; /* Sin subrayado del enlace */
    font-family: 'Roboto', sans-serif !important; /* Familia tipográfica */
}

p a:hover {
    text-decoration: underline !important; /* Subrayado al pasar el mouse sobre el enlace */
}

}