/*
Theme Name:     Newsmag Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newsmag                             
Version:        3.3c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.guia-recursos h1 {
    font-size: 2rem;
    color: #333;
}

.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-title a {
    color: #0073aa;
    font-weight: bold;
}

.card-title a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.card-footer a {
    background-color: #0073aa;
    color: #fff;
}

.card-footer a:hover {
    background-color: #0056b3;
}
