/* Enter Your Custom CSS Here */
.course-students {
    display: none !important;
}

/* IMAGEM CABEÇALHO */

#hero-header, .featured-img-header{
		background-position: top center !important;
		background-size: 100% !important;
		background-repeat: no-repeat !important;
}

/* FORMULÁRIO */

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #e180ab;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #e180ab;
}

/* BTN FAVORITOS LOJA */

html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--secondary .form-control__button {
    background-color: #F99AC5 !important;
}

/* EM PROMOÇÃO LOJA */

html#ecwid_html body#ecwid_body .ec-size .ec-store .label--notice {
    background-color: #F99AC5 !important;
}