/* MEGA MENU */
.mega-escolas:hover > .wpmm-strees-row-and-content-container {
    border-top: 9px solid #d18b4f;
    position: fixed !important;
    width: 100vw !important;
}
.mega-familia:hover > .wpmm-strees-row-and-content-container {
    border-top: 9px solid #4ab7ea;
    position: fixed !important;
    width: 100vw !important;
}
.mega-alunos:hover > .wpmm-strees-row-and-content-container {
    border-top: 9px solid #5d317c;
    position: fixed !important;
    width: 100vw !important;
}
.mega-publico:hover > .wpmm-strees-row-and-content-container {
    border-top: 9px solid #ae2a2d;
    position: fixed !important;
    width: 100vw !important;
}

.mega-escolas > a,
.mega-familia > a,
.mega-alunos > a,
.mega-publico > a {
    color: #fff !important;
    font-weight: bold !important;
	font-size: 1.125em !important;
}


.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu > li {
    padding: 0 !important;
    background-color: #fff !important;
}
.wpmm-col.wpmm-col-8 {
    width: 60% !important;
    padding-top: 25px !important;
    padding-left: 25% !important;
    padding-right: 150px !important;
    padding-bottom: 35px !important;    
    box-sizing: border-box !important;
    background-color: #fff !important;
}

.wpmm-col.wpmm-col-4 {
    width: 40% !important;
    padding-top: 25px !important;
    padding-left: 50px !important;
    padding-bottom: 35px !important;
    box-sizing: border-box !important;
    background-color: #f4f5f5 !important;
}

.wpmm-col.wpmm-col-8 *,
.wpmm-col.wpmm-col-4 * {
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}

.wpmm-col.wpmm-col-8 img,
.wpmm-col.wpmm-col-4 img {
    margin-bottom: 10px !important;
}

.wpmm-col.wpmm-col-8 p a.button-link,
.wpmm-col.wpmm-col-4 p a.button-link {
    text-transform: none !important;
    font-weight: bold !important;
    font-size: .95em !important;
    color: #1a66ab !important;
    line-height: 2 !important;
}

.wpmm-col.wpmm-col-8 p a,
.wpmm-col.wpmm-col-4 p a {
    color: #000 !important;
    font-size: .95em !important;
    max-width: 350px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    text-transform: none !important;
    text-decoration: none !important;
}
.wpmm-col.wpmm-col-4 p {
    max-width: 220px !important;
}

.wpmm-col.wpmm-col-8 a::first-letter,
.wpmm-col.wpmm-col-4 a::first-letter {
    text-transform: uppercase !important;
}

.wpmm-col.wpmm-col-4 a img {
    margin-right: 10px !important;
    vertical-align: middle !important;
}

.wpmm-col.wpmm-col-4 h4.item-title {
    color:#007394 !important;
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

.wpmm-col.wpmm-col-4 .wp-megamenu-sub-menu > li {
    margin-bottom: 40px !important;
}


/* FIXED POST HEADER */
.post-fixed-header {
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 8888;
    position: fixed;
    background-color: rgba(16, 24, 55, 1);    
}

#searchform input,
#searchform [type=submit] {
    border: 1px solid rgba(16, 24, 55, 1) !important;
}
#searchform [type=submit] {
    color: #fff !important;
    padding: 0 5px !important;
    font-size: 10px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background-color: rgba(16, 24, 55, 1) !important;
}

.screen-reader-text {
    display: none;
}


/* FORMS */
#form_contato {
    margin-top: 55px;
}
.form_contato_dark fieldset,
.form-contato-modal fieldset,
.form_download_wrapper fieldset {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
}
.form_contato_dark fieldset .input,
.form-contato-modal fieldset .input,
.form_download_wrapper fieldset .input {
    margin: 0 !important;
}

#form_contato select,
.form_contato_dark select,
.form-contato-modal select,
#form-fique-por-dentro select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;

    -webkit-appearance: none;
    vertical-align: middle;
    text-align: left;
    border-radius:0;
    outline: 0;
}
#form_contato select,
.form_contato_dark select,
.form-contato-modal select,
#form-fique-por-dentro select {
    background:#fff url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-position: 100% center;
    background-repeat: no-repeat;
}
#form_contato select option,
.form_contato_dark select option,
.form-contato-modal select option {
    line-height: 2.2;
    font-size: 1em;
}

#form_contato select.hs-input,
.form_contato_dark select.hs-input,
.form-contato-modal select.hs-input {
    padding: 10px 0 !important;
}
#form_contato .hs-form-field > label,
.form_contato_dark .hs-form-field > label,
.form-contato-modal .hs-form-field > label,
.form_download_wrapper .hs-form-field > label,
#form-fique-por-dentro .hs-form-field > label {
    display: none;
}
#form_contato .hs-form-field,
.form_contato_dark .hs-form-field {
    margin-bottom: 40px;
}
.form-contato-modal .hs-form-field,
#form-fique-por-dentro .hs-form-field {
    margin-bottom: 20px;
}

/* FORM FIELDSET COLUMN */
.form_contato_dark .form-columns-2 div:first-child,
.form_download_wrapper .form-columns-2 div:first-child {
    padding-right: 20px;
}


#form_contato .hs-input,
.form_contato_dark .hs-input,
.form-contato-modal .hs-input,
.form_download_wrapper .hs-input,
#form-fique-por-dentro .hs-input {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    color: #007cbd;
    border: 1px solid transparent;
    border-bottom: 1px solid #007cbd;
}
.form-contato-modal .hs-input,
.form_download_wrapper .hs-input,
.form_download_wrapper .hs-input:focus {
    width: 100%;
    color: #333;
    border: 1px solid transparent;
    background-color: transparent;
    border-bottom: 1px solid #262e6d;
}
.form_contato_dark .hs-input,
.form_contato_dark .hs-input:focus,
#form-contato-escolas .hs-input,
#form-contato-familias .hs-input,
#form-fique-por-dentro .hs-input {
    color: #fff;
    border: 1px solid transparent;
    background-color: transparent;
    border-bottom-color: #007cbd;
}
#form-fique-por-dentro .input [type=text],
#form-fique-por-dentro .input [type=email] {
    border-bottom: 1px solid #262e6d;
}

#form_contato .hs-input::-webkit-input-placeholder { color: #81c6e8; }
#form_contato .hs-input::-moz-placeholder          { color: #81c6e8; }
#form_contato .hs-input:-ms-input-placeholder      { color: #81c6e8; }
#form_contato .hs-input:-moz-placeholder           { color: #81c6e8; }

#form_contato .hs-input:focus::-webkit-input-placeholder { color: transparent; }
#form_contato .hs-input:focus::-moz-placeholder          { color: transparent; }
#form_contato .hs-input:focus:-ms-input-placeholder      { color: transparent; }
#form_contato .hs-input:focus:-moz-placeholder           { color: transparent; }

.form_download_wrapper .hs-input::-webkit-input-placeholder { color: rgba(0,0,0,.4); }
.form_download_wrapper .hs-input::-moz-placeholder          { color: rgba(0,0,0,.4); }
.form_download_wrapper .hs-input:-ms-input-placeholder      { color: rgba(0,0,0,.4); }
.form_download_wrapper .hs-input:-moz-placeholder           { color: rgba(0,0,0,.4); }

.form_download_wrapper .hs-input:focus::-webkit-input-placeholder { color: transparent; }
.form_download_wrapper .hs-input:focus::-moz-placeholder          { color: transparent; }
.form_download_wrapper .hs-input:focus:-ms-input-placeholder      { color: transparent; }
.form_download_wrapper .hs-input:focus:-moz-placeholder           { color: transparent; }

.form_contato_dark .hs-input::-webkit-input-placeholder, #form-fique-por-dentro .hs-input::-webkit-input-placeholder { color: #fff; }
.form_contato_dark .hs-input::-moz-placeholder, #form-fique-por-dentro .hs-input::-moz-placeholder                   { color: #fff; }
.form_contato_dark .hs-input:-ms-input-placeholder, #form-fique-por-dentro .hs-input:-ms-input-placeholder           { color: #fff; }
.form_contato_dark .hs-input:-moz-placeholder, #form-fique-por-dentro .hs-input:-moz-placeholder                     { color: #fff; }

.form_contato_dark .hs-input:focus::-webkit-input-placeholder, #form-fique-por-dentro .hs-input:focus::-webkit-input-placeholder { color: transparent; }
.form_contato_dark .hs-input:focus::-moz-placeholder, #form-fique-por-dentro .hs-input:focus::-moz-placeholder                   { color: transparent; }
.form_contato_dark .hs-input:focus:-ms-input-placeholder, #form-fique-por-dentro .hs-input:focus:-ms-input-placeholder           { color: transparent; }
.form_contato_dark .hs-input:focus:-moz-placeholder, #form-fique-por-dentro .hs-input:focus:-moz-placeholder                     { color: transparent; }

#form_contato .hs-submit,
.form_contato_dark .hs-submit,
.form_download_wrapper .hs-submit, 
#form-fique-por-dentro .hs-submit {
    display: block;
    text-align: right;    
}

.form_download_wrapper .hs-submit {
    padding-top: 10px;
}

#form_contato .hs-message,
.form_contato_dark fieldset .hs_mensagem,
.form-contato-modal fieldset .hs_mensagem {
    margin-bottom: 10px;
}
#form_contato textarea.hs-input,
#form-contato-escolas textarea.hs-input,
#form-contato-familias textarea.hs-input,
.form_contato_dark .form-columns-1 .input > textarea.hs-input {
    width: 100%;
    padding: 8px;
    min-height: 140px;
    border: 1px solid #007cbd;
}


/** FORM ALERTS **/
#form_contato .inputs-list,
.form_contato_dark .inputs-list,
.form-contato-modal .inputs-list,
.form_download_wrapper .inputs-list,
#form-fique-por-dentro .inputs-list {
    padding: 0;
    list-style: none;
}
#form_contato .inputs-list li > label,
.form_contato_dark .inputs-list li > label,
.form-contato-modal .inputs-list li > label,
.form_download_wrapper .inputs-list li > label,
#form-fique-por-dentro .inputs-list li > label {
    font-size: 12px;
    color: red;
}
.form_contato_dark .inputs-list li > label, 
#form-fique-por-dentro .inputs-list li > label {
    color: yellow;
}
.form_contato_dark .hbspt-form .submitted-message,  
#form-fique-por-dentro .hbspt-form .submitted-message {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .form-contato-modal .form-columns-2 .hs-form-field .hs-input {
        width: 100%;
    }
}


/** FORM ALUNOS **/
.form_alunos_wrapper {
    box-sizing: border-box;
}
.form_alunos_wrapper .hbspt-form > form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.form_alunos_wrapper .hs-form-field {
    flex: auto;
    flex-wrap: wrap;
    color: #262e6d;
    padding: 40px 0 0;
    font-weight: bold;
    display: inline-flex;
    border-bottom: 1px solid #262e6d;
}
.form_alunos_wrapper .hs-form-field .input {
    flex: 1;
}
.form_alunos_wrapper .hs-form-field .input input[type=text],
.form_alunos_wrapper .hs-form-field .input input[type=text]:focus {
    width: 100%;
    color: #262e6d;
    padding: 3px 10px 7px;
    background-color: transparent !important;
    border: 1px solid transparent !important;
}
.form_alunos_wrapper .hs-alunos_message_ {
    width: 100%;
    display: flex;
    color: #262e6d;
    flex-direction: column;
    background-color: transparent !important;
    border: 1px solid transparent !important;
}
.form_alunos_wrapper .hs-alunos_message_ textarea,
.form_alunos_wrapper .hs-alunos_message_ textarea:focus {
    width: 100%;
    padding: 7px;
    margin-top: 5px;
    color: #262e6d;
    min-height: 140px;
    border: 1px solid #262e6d !important;
    background-color: transparent !important;
    
}
.form_alunos_wrapper .hs-form-field .input input::-webkit-input-placeholder,
.form_alunos_wrapper .hs-alunos_message_ textarea::-webkit-input-placeholder {
    color: #262e6d;
}
.form_alunos_wrapper .hs-form-field .input input::-moz-placeholder,
.form_alunos_wrapper .hs-alunos_message_ textarea::-moz-placeholder {
    color: #262e6d;
}
.form_alunos_wrapper .hs-form-field .input input:-ms-input-placeholder,
.form_alunos_wrapper .hs-alunos_message_ textarea:-ms-input-placeholder {
    color: #262e6d;
}
.form_alunos_wrapper .hs-form-field .input input:-moz-placeholder,
.form_alunos_wrapper .hs-alunos_message_ textarea:-moz-placeholder {
    color: #262e6d;
}


.form_alunos_wrapper .hs-form-field .input input:focus::-webkit-input-placeholder,
.form_alunos_wrapper .hs-alunos_message_ textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
.form_alunos_wrapper .hs-form-field .input input:focus::-moz-placeholder,
.form_alunos_wrapper .hs-alunos_message_ textarea:focus::-moz-placeholder {
    color: transparent;
}
.form_alunos_wrapper .hs-form-field .input input:focus:-ms-input-placeholder,
.form_alunos_wrapper .hs-alunos_message_ textarea:focus:-ms-input-placeholder {
    color: transparent;
}
.form_alunos_wrapper .hs-form-field .input input:focus:-moz-placeholder,
.form_alunos_wrapper .hs-alunos_message_ textarea:focus:-moz-placeholder {
    color: transparent;
}

.form_alunos_wrapper .hs_submit {
    width: 100%;
    text-align: right;
    padding-top: 10px;
}

@media screen and (max-width: 640px) {
    .form_alunos_wrapper .hs-form-field {
        display: block;
    }
}


/** FORM BUTTONS **/
#form_contato input.hs-button,
.form_contato_dark input.hs-button,
.form-contato-modal input.hs-button,
.form_alunos_wrapper input.hs-button,
.form_download_wrapper input.hs-button,
#form-fique-por-dentro input.hs-button {
    border: none;
    display: inline;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.2;
    border-radius: 5px;
    padding-bottom: 2px;
    letter-spacing: 0px;
    transition: all .2s;
    color: #fff !important;
    background-color: #262e6d !important;
}
.form-contato-modal input.hs-button, {
    display: block;
}

.form_contato_dark input.hs-button,
#form-fique-por-dentro input.hs-button {
    color: #262e6d !important;
    background-color: #bae6ff!important;
}

/** BUTTON HOVER **/
#form_contato input.hs-button:hover,
.form_contato_dark input.hs-button:hover,
.form-contato-modal input.hs-button:hover,
.form_alunos_wrapper input.hs-button:hover,
.form_download_wrapper input.hs-button:hover,
#form-fique-por-dentro input.hs-button:hover {
    color: #262e6d !important;
    background-color: #bae6ff!important;
}


.fb_iframe_widget span,
span.article-card__comments {
    display: none !important;
    height: 0 !important;
}

@media screen and (max-width: 640px) {
    .rodape > .rodape-redes-sociais .sfsi_plus {
        padding-top: 40px;
    }

    .rodape > .rodape-redes-sociais .widget.widget_text {
        display: none;
    }
}
