/*
 Theme Name:   Hestia EducaMaker
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Hestia Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     hestia
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

#funcionalidades {
    background-color: #e9e9e9;
}

#diretores-professores {
    background: linear-gradient(#ffcf25, #feeb61);
}

#equipe {
    background: linear-gradient(to right top, #871ef7, #6f09ff);
}

#produtos {
    background-color: #e9e9e9;
}

#depoimentos {
    background: linear-gradient(to right top, #871ef7, #6f09ff);
}

#patrocinadores {
    background-color: #e9e9e9;
}

#artigos-blog {
    background-color: #e9e9e9;
}

#contact {
    background: linear-gradient(#ffcf25, #feeb61);
}

.center-text {
    text-align: center;
}
