@import '../font/montserrat.css';
@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fade-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes fade-in-out {
    0%, 100% {
        opacity: 0
    }
    72% {
        opacity: 1
    }
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear
}
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes spin {
    from {
        transform: scale(1) rotate(0deg)
    }
    to {
        transform: scale(1) rotate(360deg)
    }
}
.appearance-none {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
header {
    background-color: #fff;
    padding: 0
}
header .logo-principal {
    display: block;
    margin: 10px 0
}
header .logo-principal img {
    width: 189px;
    height: 58px;
    display: block;
    margin-right: auto;
    margin-left: auto
}
.header-tools {
    display: flex;
    justify-content: space-between
}
.header-tools .form-busca label {
    display: block;
    width: 50px;
    float: left;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #818285;
    line-height: 34px;
    margin-bottom: 0
}
.header-tools .form-busca .input-sm {
    display: block;
    width: 100%
}
.header-tools.header-tools-mobile {
    padding: 10px 14px 20px;
    overflow: hidden
}
.header-tools.header-tools-mobile .form-busca {
    display: flex;
    padding-top: 10px
}
.header-tools.header-tools-mobile .form-busca .form-group {
    flex-grow: 1;
    padding: 0 5px 0 0
}
.header-tools.header-tools-mobile .form-busca .btn {
    width: 30px;
    height: 30px
}
@media (min-width: 768px) {
    header .logo-principal {
        display: inline-block;
        width: 215px;
        height: 66px;
        margin: 5px 0
    }
    header .logo-principal img {
        display: inline-block
    }
    .header-tools {
        margin: 22px 0;
        float: right
    }
    .header-tools .form-busca {
        float: right
    }
    .header-tools .form-busca .form-group {
        width: 185px;
        float: left;
        margin: 0 0 0 10px
    }
    .header-tools .form-busca .input-sm {
        width: 180px;
        float: left
    }
    .header-tools .form-busca .input-sm::-webkit-input-placeholder {
        color: #818285;
        font-size: 14px
    }
    .header-tools .form-busca .input-sm:-moz-placeholder {
        color: #818285;
        font-size: 14px
    }
    .header-tools .form-busca .input-sm::-moz-placeholder {
        color: #818285;
        font-size: 14px
    }
    .header-tools .form-busca .input-sm:-ms-input-placeholder {
        color: #818285;
        font-size: 14px
    }
    .header-tools .form-busca .btn-bola {
        float: left
    }
}
.btn-bola {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #8966ac;
    display: block;
    width: 100%;
    color: #f8f8f8;
    font-size: 14px;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    padding: 0;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
@media (min-width: 768px) {
    .btn-bola {
        width: 30px !important;
        height: 30px !important
    }
}
.btn-bola:hover,
.btn-bola:active,
.btn-bola:focus {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
.btn-bola-seta {
    background: #53c2ba;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 30px !important;
    height: 30px;
    color: #f8f8f8;
    font-size: 14px;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    padding: 3px 0 0 0;
    margin: 0 !important;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
.btn-bola-seta:hover,
.btn-bola-seta:active,
.btn-bola-seta:focus {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
.btn-bola-fechar {
    float: right;
    background: #d068a8;
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 30px;
    height: 30px;
    color: #f8f8f8;
    font-size: 18px;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    padding: 0;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
.btn-bola-fechar:hover,
.btn-bola-fechar:active,
.btn-bola-fechar:focus {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
.btn {
    width: 100%;
    margin-bottom: 10px
}
@media (min-width: 768px) {
    .btn {
        width: auto;
        margin-bottom: 4px
    }
}
.btn-default {
    border-color: #d7d7d7
}
.box-branco {
    background-color: #fff;
    padding: 20px;
    border-color: #d7d7d7
}
.chapeu {
    display: inline-block;
    padding: 4px 6px 3px;
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
    margin-top: 20px 0 0
}
.chapeu:first-child {
    margin-top: 0
}
.chapeu a,
.chapeu a:hover,
.chapeu a:active,
.chapeu a:focus {
    color: #fff;
    text-decoration: none
}
.breadcrumbs {
    display: flex
}
.breadcrumb {
    background-color: transparent;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 20px 0 0
}
.breadcrumb-seta .seta {
    width: 50px;
    height: 50px;
    border: 1px solid #d7d7d7;
    text-align: center;
    padding-top: 14px;
    float: left;
    margin-right: 10px
}
.breadcrumb-seta a {
    display: block;
    float: left;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    text-decoration: underline;
    line-height: 16px
}
.share-box {
    clear: both;
    display: flex;
    margin: 10px 0;
    position: relative
}
.share-box:before,
.share-box:after {
    content: " ";
    display: table
}
.share-box:after {
    clear: both
}
.share-box .share-service.facebook-share {
    margin-top: -4px
}
.share-box .share-service:first-child {
    margin-right: 10px
}
.pagination {
    background-color: #53c2ba;
    margin: 0 0 20px 0;
    display: flex
}
.pagination .active {
    background-color: #8966ac
}
.pagination>li {
    float: left;
    margin: 2px;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    flex-grow: 1
}
.pagination>li>a,
.pagination>li>span {
    display: block;
    font-weight: 400;
    padding: 3px 6px;
    margin: 0;
    font-size: 18px;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    text-align: center;
    width: 100%
}
.owl-controls {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 10px 0
}
.owl-controls .owl-dots {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 15px
}
.owl-controls .owl-dots .owl-dot {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    opacity: .7;
    display: block !important;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2)
}
.owl-controls .owl-dots .owl-dot.active {
    opacity: 1
}
@media (min-width: 992px) {
    .pagination {
        display: inline-block;
        margin-bottom: 0
    }
    .pagination>li>a,
    .pagination>li>span {
        font-size: 12px;
        font-weight: bold;
        min-width: 30px
    }
}
.wp-tag-cloud {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-size: 12px
}
.wp-tag-cloud:before,
.wp-tag-cloud:after {
    content: " ";
    display: table
}
.wp-tag-cloud:after {
    clear: both
}
.wp-tag-cloud li {
    float: left
}
.wp-tag-cloud li a {
    background-color: #f8f8f8;
    border-radius: 3px;
    display: block;
    margin: 0 10px 10px 0;
    padding: 3px 0 3px 7px;
    text-decoration: none
}
.wp-tag-cloud li a .posts_number {
    background-color: #d7d7d7;
    border-radius: 3px;
    color: #444;
    margin-left: 4px;
    padding: 3px 5px
}
.tag {
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 7px;
    text-decoration: none
}
.tag_roxa {
    background-color: #8966ac;
    color: #fff
}
.tag_roxa:hover,
.tag_roxa:active,
.tag_roxa:focus {
    color: #fff;
    background-color: #7c57a1;
    text-decoration: none;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
.tag_offwhite {
    background-color: #ebeae8
}
.tag_offwhite:hover,
.tag_offwhite:active,
.tag_offwhite:focus {
    background-color: #dfdeda;
    text-decoration: none;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
.well h1,
.well h2,
.well h3,
.well h4,
.well h5 {
    margin-top: 0
}
.superstrong {
    color: #d81920;
    font-style: italic;
    display: block;
    margin: 20px 0
}
.social-links {
    display: flex
}
.social-links a {
    margin-right: 4px
}
.social-links img {
    display: inline-block;
    max-width: 30px;
    max-height: 30px
}
.comment-respond {
    font-family: Montserrat, 'Mplus 1p', sans-serif
}
.comment-respond .submit {
    width: auto;
    margin-bottom: 4px;
    color: #fff;
    background-color: #53c2ba;
    border: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px
}
.bg_color_d81920 {
    background: #d81920 !important
}
.bg_color_d068a8 {
    background: #d068a8 !important
}
.bg_color_53c2ba {
    background: #53c2ba !important
}
.bg_color_52b848 {
    background: #52b848 !important
}
.bg_color_51a6dc {
    background: #51a6dc !important
}
.bg_color_8966ac {
    background: #8966ac !important
}
.bg_color_f58236 {
    background: #f58236 !important
}
.bg_color_f3cd24 {
    background: #f3cd24 !important
}
.bg_color_52b84a {
    background: #52b84a !important
}
.color_d81920 {
    color: #d81920
}
.color_d068a8 {
    color: #d068a8
}
.color_53c2ba {
    color: #53c2ba
}
.color_52b848 {
    color: #52b848
}
.color_52b84a {
    color: #52b848
}
.color_51a6dc {
    color: #51a6dc
}
.color_8966ac {
    color: #8966ac
}
.color_f58236 {
    color: #f58236
}
.color_d77784 {
    color: #d77784
}
.color_e9ac8b {
    color: #e9ac8b
}
.color_d168aa {
    color: #d168aa
}
.color_8a66ac {
    color: #8a66ac
}
.color_f68237 {
    color: #f68237
}
a.color_d81920 {
    color: #d81920
}
a.color_d068a8 {
    color: #d068a8
}
a.color_53c2ba {
    color: #53c2ba
}
a.color_52b848 {
    color: #52b848
}
a.color_52b84a {
    color: #52b848
}
a.color_51a6dc {
    color: #51a6dc
}
a.color_8966ac {
    color: #8966ac
}
a.color_f58236 {
    color: #f58236
}
a.color_d77784 {
    color: #d77784
}
a.color_e9ac8b {
    color: #e9ac8b
}
a.color_d168aa {
    color: #d168aa
}
a.color_8a66ac {
    color: #8a66ac
}
a.color_f68237 {
    color: #f68237
}
.color_d81920:hover,
.color_d81920:active,
.color_d81920:focus {
    color: #b0041c
}
.color_d068a8:hover,
.color_d068a8:active,
.color_d068a8:focus {
    color: #ab4889
}
.color_53c2ba:hover,
.color_53c2ba:active,
.color_53c2ba:focus {
    color: #4aa49a
}
.color_52b848:hover,
.color_52b848:active,
.color_52b848:focus {
    color: #459c31
}
.color_52b84a:hover,
.color_52b84a:active,
.color_52b84a:focus {
    color: #459c31
}
.color_51a6dc:hover,
.color_51a6dc:active,
.color_51a6dc:focus {
    color: #4685bd
}
.color_8966ac:hover,
.color_8966ac:active,
.color_8966ac:focus {
    color: #68478b
}
.color_f58236:hover,
.color_f58236:active,
.color_f58236:focus {
    color: #d0632a
}
.color_d77784:hover,
.color_d77784:active,
.color_d77784:focus {
    color: #ac5f6a
}
.color_e9ac8b:hover,
.color_e9ac8b:active,
.color_e9ac8b:focus {
    color: #ba8a6f
}
.color_d168aa:hover,
.color_d168aa:active,
.color_d168aa:focus {
    color: #a75388
}
.color_8a66ac:hover,
.color_8a66ac:active,
.color_8a66ac:focus {
    color: #6e528a
}
.color_f68237:hover,
.color_f68237:active,
.color_f68237:focus {
    color: #c5682c
}
.alignright {
    float: right
}
body {
    background-color: #fff
}
#main-content {
    padding-bottom: 20px
}
.menu-active {
    background: url(img/menu_active.gif) no-repeat center bottom
}
.marugoto-active {
    background: url(img/menu_active_blue.png) no-repeat bottom center
}
@media screen and (max-width: 767px) {
    html,
    body {
        height: 100%
    }
    .container-content {
        background-color: #fff;
        position: relative;
        z-index: 2
    }
    .menu-principal-marugoto {
        display: none
    }
}
body.canal-marugoto #main-content {
    position: relative
}
body.canal-marugoto #main-content:before {
    content: '';
    background-image: url(img/marugoto/bg.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    z-index: -1
}
@media (min-width: 768px) {
    body.canal-marugoto #main-content:before {
        left: calc(50% + 10px);
        width: calc(100vw - 20px)
    }
}
.hentry {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-weight: 300
}
.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6 {
    color: #8966ac;
    font-weight: 300
}
.hentry b,
.hentry strong {
    font-weight: 600
}
.hentry img {
    max-width: 100% !important;
    height: auto !important
}
.hentry .wp-caption {
    font-weight: 400;
    max-width: 100% !important
}
.hentry .wp-caption .wp-caption-text {
    font-size: 14px
}
a {
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
a:hover,
a:active,
a:focus {
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
hr {
    margin: 20px 0;
    border-color: #d7d7d7
}
.well p:last-child {
    margin-bottom: 0
}
.text-color-vermelho {
    color: #d81920 !important
}
.text-color-rosa {
    color: #d068a8 !important
}
.text-color-verde-agua {
    color: #53c2ba !important
}
.text-color-verde {
    color: #52b848 !important
}
.text-color-azul {
    color: #51a6dc !important
}
.text-color-roxo {
    color: #8966ac !important
}
.text-color-roxo2 {
    color: #b396d1 !important
}
.text-color-laranja {
    color: #f58236 !important
}
.text-color-bege {
    color: #e4edaf !important
}
.bg-color-vermelho {
    background-color: #d81920 !important
}
.bg-color-rosa {
    background-color: #d068a8 !important
}
.bg-color-verde-agua {
    background-color: #53c2ba !important
}
.bg-color-verde {
    background-color: #52b848 !important
}
.bg-color-azul {
    background-color: #51a6dc !important
}
.bg-color-roxo {
    background-color: #8966ac !important
}
.bg-color-roxo2 {
    background-color: #b396d1 !important
}
.bg-color-laranja {
    background-color: #f58236 !important
}
.bg-color-bege {
    background-color: #e4edaf !important
}
.fjsp-the-content img {
    max-width: 100%
}
.fjsp-the-content p:last-child {
    margin-bottom: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    color: #8966ac
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #8966ac
}
h1 {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    margin-top: 0
}
h1 span {
    font-style: normal;
    display: block
}
h5 {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-weight: bold
}
.cleaner {
    clear: both
}
ol {
    counter-reset: fjsp-styled-list;
    list-style: none;
    padding: 0 0 0 30px
}
ol li {
    counter-increment: fjsp-styled-list;
    position: relative;
    margin: 0 0 10px
}
ol li:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #8966ac;
    color: #fff;
    line-height: 26px;
    text-align: center;
    content: counter(fjsp-styled-list);
    position: absolute;
    top: 0;
    left: -30px;
    width: 26px;
    height: 26px
}
ol li ul {
    counter-reset: fjsp-styled-list;
    padding: 0 0 0 30px
}
ol li ul li {
    margin: 0
}
ol li ul li:before {
    display: none
}
ol.dl_list_comments {
    padding: 0
}
ol.dl_list_comments li:before {
    display: none
}
form label {
    font-size: 18px;
    color: #818285;
    font-weight: normal
}
form .form-actions {
    padding-right: 10px;
    padding-left: 10px
}
body.item-name-arte-e-cultura .hentry ul {
    list-style: none;
    margin: 0;
    padding: 20px
}
body.item-name-arte-e-cultura .hentry ul li {
    margin: 0 0 10px;
    position: relative;
    text-indent: 32px
}
body.item-name-arte-e-cultura .hentry ul li:last-child {
    margin-bottom: 0
}
body.item-name-arte-e-cultura .hentry ul li::first-letter {
    font-size: 0
}
body.item-name-arte-e-cultura .hentry ul li:after {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    text-indent: 0
}
body.item-name-arte-e-cultura .hentry ul li:nth-child(1):after {
    background-color: #d81920;
    content: 'A'
}
body.item-name-arte-e-cultura .hentry ul li:nth-child(2):after {
    background-color: #f58236;
    content: 'P'
}
body.item-name-arte-e-cultura .hentry ul li:nth-child(3):after {
    background-color: #52b848;
    content: 'C'
}
#comentarios h2 {
    color: #8966ac;
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0
}
#comentarios .comment-reply-title {
    color: #8966ac;
    font-size: 26px;
    font-weight: 400;
    margin: 20px 0 0
}
#comentarios .comment {
    font-size: 14px;
    margin: 0 0 30px
}
#comentarios .comment .comment-author {
    font-size: 12px;
    line-height: normal;
    margin: 0 0 2px
}
#comentarios .comment .comment-author:before,
#comentarios .comment .comment-author:after {
    content: " ";
    display: table
}
#comentarios .comment .comment-author:after {
    clear: both
}
#comentarios .comment .comment-author .avatar {
    float: left;
    margin: 0 10px 0 0
}
#comentarios .comment .comment-body p:last-child {
    margin-bottom: 0
}
#comentarios .comment .comment-meta {
    font-size: 12px
}
#comentarios .comment .children {
    list-style: none
}
#comentarios .comment .children .comment {
    margin: 10px 0 0
}
.btn-comment {
    margin-top: 20px
}
p.form-submit {
    margin: 0
}
.menu-principal {
    background-color: #53c2ba;
    bottom: 0;
    font-size: 13px;
    font-weight: 600
}
.menu-principal a {
    color: #fff;
    display: block;
    padding: 10px 14px
}
.menu-principal a:hover,
.menu-principal a:active,
.menu-principal a:focus {
    text-decoration: none
}
.menu-principal ul {
    margin: 0;
    padding: 0
}
@media (min-width: 768px) {
    .menu-principal ul {
        display: flex;
        flex-direction: row;
        align-items: stretch
    }
    .menu-principal ul li {
        text-align: center;
        display: flex;
        align-items: center;
        min-width: 80px;
        max-width: 130px;
        flex-grow: 1
    }
    .menu-principal ul li:hover {
        background: url(img/menu_active.gif) no-repeat center bottom
    }
    .menu-principal ul li.item-institucional {
        min-width: 100px
    }
    .menu-principal ul li.item-lingua-japonesa,
    .menu-principal ul li.item-estudos-japoneses,
    .menu-principal ul li.item-curso-de-japones {
        max-width: 110px
    }
    .menu-principal ul li.item-links {
        min-width: 70px
    }
    .menu-principal ul li.item-links {
        min-width: 70px
    }
    .menu-principal ul li a {
        display: block;
        padding: 10px 5px;
        width: 100%;
        display: flex;
        flex-grow: 1;
        align-items: center;
        height: 100%
    }
    .menu-principal ul li a span {
        display: block;
        text-align: center;
        width: 100%
    }
    .menu-principal ul .current-menu-item {
        background: url(img/menu_active.gif) no-repeat center bottom
    }
    .menu-principal ul .current-menu-item.menu-item-home {
        background: none
    }
    .canal-principal .menu-principal ul .current-menu-item.menu-item-home {
        background: url(img/menu_active.gif) no-repeat center bottom
    }
    .canal-principal.type-agenda .menu-principal ul .item-agenda {
        background: url(img/menu_active.gif) no-repeat center bottom
    }
    .canal-marugoto .item-curso-de-japones {
        background: url(img/menu_active.gif) no-repeat center bottom
    }
    .canal-estudos-japoneses .item-estudos-japoneses {
        background: url(img/menu_active.gif) no-repeat center bottom
    }
    .canal-biblioteca .item-biblioteca {
        background: url(img/menu_active.gif) no-repeat center bottom
    }
}
@media (min-width: 1200px) {
    .menu-principal ul li.item-institucional {
        min-width: 120px
    }
    .menu-principal ul li a {
        padding: 10px 14px
    }
}
@media (max-width: 991px) {
    .menu-principal .sub-menu {
        background-color: #8966ac;
        font-size: 12px;
        font-weight: 400;
        margin: 0 10px
    }
    .menu-principal .sub-menu a {
        padding: 6px 10px
    }
    #mobile-menu-toggle {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: auto;
        line-height: 1
    }
    .row-offcanvas-left .sidebar-offcanvas {
        background-color: #53c2ba;
        padding: 0;
        padding-top: 48px;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 9;
        transition: all .4s ease;
        max-height: 100%;
        overflow: auto;
        width: 100%
    }
    .row-offcanvas-left .sidebar-offcanvas.active {
        left: 0
    }
}
.menu-principal-marugoto {
    background-color: #8966ac;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    padding: 0
}
.menu-principal-marugoto ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0;
    padding: 0
}
.menu-principal-marugoto ul li {
    text-align: center;
    display: flex;
    flex-grow: 1;
    align-items: center
}
.menu-principal-marugoto ul li:hover,
.menu-principal-marugoto ul li.current-menu-item {
    background: url(img/menu_active_blue.png) no-repeat bottom center
}
.menu-principal-marugoto ul li a {
    display: block;
    padding: 14px 10px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-grow: 1;
    align-items: center;
    height: 100%
}
.menu-principal-marugoto ul li a:hover,
.menu-principal-marugoto ul li a:active,
.menu-principal-marugoto ul li a:focus {
    text-decoration: none
}
body.type-turma .item-turmas {
    background: url(img/menu_active_blue.png) no-repeat bottom center
}
.nav-above {
    overflow: hidden
}
.nav-below {
    overflow: hidden
}
.submenu-agenda {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    overflow: hidden;
    font-size: 12px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}
@media (min-width: 768px) {
    .submenu-agenda {
        display: flex
    }
}
.submenu-agenda+.submenu-agenda {
    margin-top: -20px
}
.submenu-agenda li {
    flex-grow: 1
}
@media (max-width: 767px) {
    .submenu-agenda li {
        margin-left: 0 !important;
        border-bottom: 1px solid #d7d7d7
    }
}
@media (min-width: 768px) {
    .submenu-agenda li {
        border-right: 1px solid #d7d7d7
    }
    .submenu-agenda li:last-child {
        border-right: 0
    }
}
.submenu-agenda li a {
    color: #8966ac;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    display: block;
    padding: 10px 4px
}
.submenu-agenda li a:hover,
.submenu-agenda li a:focus,
.submenu-agenda li a:active {
    color: #8966ac;
    text-decoration: none
}
@media (min-width: 768px) {
    .submenu-agenda li a {
        text-align: center
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .submenu-agenda li a {
        height: 55px
    }
}
.conteudo {
    padding-top: 20px
}
.sidebar {
    list-style: none;
    margin: 0;
    padding: 0
}
.sidebar .widget-container {
    margin: 0 0 20px
}
.sidebar .widget-container:last-child {
    margin-bottom: 0
}
.sidebar .widget-container .widget-content img {
    display: inline-block;
    width: 100%;
    height: auto !important
}
.sidebar_box h2 {
    margin-top: 0
}
@media (max-width: 767px) {
    .listagem h2 {
        font-size: 18px
    }
}
.listagem h2 a {
    color: #8966ac
}
.listagem h2 a:hover,
.listagem h2 a:active,
.listagem h2 a:focus {
    text-decoration: none;
    color: #7c57a1
}
@media (max-width: 767px) {
    .listagem h2 small {
        display: block;
        margin-top: 10px
    }
}
.listagem .leia-mais {
    background-color: #f8f8f8;
    border-bottom: 1px solid #d7d7d7
}
.listagem .leia-mais a {
    text-align: left;
    width: 100%
}
.listagem .leia-mais a:hover,
.listagem .leia-mais a:focus,
.listagem .leia-mais a:active {
    text-decoration: none
}
.post-type-archive-artigo h1 {
    color: #51a6dc
}
.lista_artigos {
    margin-bottom: 20px
}
.lista_artigos h2 a {
    color: #51a6dc
}
.lista_artigos h2 a:hover,
.lista_artigos h2 a:active,
.lista_artigos h2 a:focus {
    text-decoration: none;
    color: #3c9bd8
}
.lista-agenda {
    margin-bottom: 20px
}
@media (max-width: 767px) {
    .btn-artigo {
        width: 100%;
        margin-bottom: 10px
    }
}
.widget_tagcloud_artigos .widget-title,
.widget_tagcloud_agenda .widget-title {
    margin-top: 0
}
.lista-mapa li {
    display: block;
    margin-bottom: 10px
}
.lista-mapa li.mapa-home a {
    display: inline-block;
    margin-bottom: 10px
}
.lista-mapa a {
    background-color: #8966ac;
    color: #fff;
    padding: 15px 8px
}
.lista-mapa .mapa-2nd {
    margin-left: 35px;
    margin-bottom: 10px
}
.lista-mapa .mapa-2nd li {
    display: block;
    margin-bottom: 10px
}
.lista-mapa .mapa-2nd li a {
    background-color: #d7d7d7;
    display: inline-block;
    color: #393939;
    padding: 15px 8px
}
.lista-mapa .mapa-3rd li {
    display: inline-block
}
.lista-mapa .mapa-3rd li a {
    background-color: #f8f8f8;
    display: inline-block;
    color: #393939;
    padding: 15px 8px
}
.item-name-institucional .img-legenda {
    margin-bottom: 20px
}
@media (min-width: 992px) {
    .item-name-institucional .img-legenda {
        margin-bottom: 10px
    }
}
.agenda-box {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 15px
}
.agenda-box article {
    margin-bottom: 10px
}
.agenda-box article:last-child {
    margin-bottom: 0
}
.agenda-box article h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0
}
.links-box .links-column .links-group h4 {
    margin-bottom: 5px
}
.links-box .links-column .links-group .links-list {
    margin: 0 0 30px 25px;
    padding: 0
}
.links-box .links-column .links-group .links-list li {
    margin-bottom: 10px
}
.links-box .links-column .links-group .links-list a {
    word-wrap: break-word
}
.servico {
    background-color: #f8f8f8;
    margin-bottom: 10px
}
.servico a {
    color: #8966ac;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #d7d7d7
}
.servico a:hover,
.servico a:focus,
.servico a:active {
    text-decoration: none;
    border-bottom: 1px solid #d7d7d7
}
.servico .corpo-servico {
    padding: 0 10px 10px
}
.servico .corpo-servico h3 {
    margin: 10px 0
}
.servico .corpo-servico .service_resume p:last-child {
    margin-bottom: 0
}
.servico-lista a {
    padding: 6px 12px
}
.agenda-list-item .btn {
    margin-bottom: 0
}
.post-meta .tag {
    font-size: 12px
}
.chamadas_block a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px
}
.chamadas_block a:hover,
.chamadas_block a:active,
.chamadas_block a:focus {
    text-decoration: none
}
@media (min-width: 992px) {
    .chamadas_block a {
        height: 200px;
        font-size: 18px
    }
}
.chamadas_block .block-color-vermelho {
    background-color: #d81920
}
.chamadas_block .block-color-vermelho:hover,
.chamadas_block .block-color-vermelho:active,
.chamadas_block .block-color-vermelho:focus {
    background-color: #aa1419
}
.chamadas_block .block-color-rosa {
    background-color: #d068a8
}
.chamadas_block .block-color-rosa:hover,
.chamadas_block .block-color-rosa:active,
.chamadas_block .block-color-rosa:focus {
    background-color: #c44192
}
.chamadas_block .block-color-verde-agua {
    background-color: #53c2ba
}
.chamadas_block .block-color-verde-agua:hover,
.chamadas_block .block-color-verde-agua:active,
.chamadas_block .block-color-verde-agua:focus {
    background-color: #3ba79f
}
.chamadas_block .block-color-verde {
    background-color: #52b848
}
.chamadas_block .block-color-verde:hover,
.chamadas_block .block-color-verde:active,
.chamadas_block .block-color-verde:focus {
    background-color: #419439
}
.chamadas_block .block-color-azul {
    background-color: #51a6dc
}
.chamadas_block .block-color-azul:hover,
.chamadas_block .block-color-azul:active,
.chamadas_block .block-color-azul:focus {
    background-color: #2a90d0
}
.chamadas_block .block-color-roxo {
    background-color: #8966ac
}
.chamadas_block .block-color-roxo:hover,
.chamadas_block .block-color-roxo:active,
.chamadas_block .block-color-roxo:focus {
    background-color: #704e91
}
.chamadas_block .block-color-roxo2 {
    background-color: #b396d1
}
.chamadas_block .block-color-roxo2:hover,
.chamadas_block .block-color-roxo2:active,
.chamadas_block .block-color-roxo2:focus {
    background-color: #9973c1
}
.chamadas_block .block-color-laranja {
    background-color: #f58236
}
.chamadas_block .block-color-laranja:hover,
.chamadas_block .block-color-laranja:active,
.chamadas_block .block-color-laranja:focus {
    background-color: #ec650c
}
.chamadas_block .block-color-bege {
    background-color: #e4edaf
}
.chamadas_block .block-color-bege:hover,
.chamadas_block .block-color-bege:active,
.chamadas_block .block-color-bege:focus {
    background-color: #d6e485
}
.sidebar-home .chapeu {
    margin-bottom: 5px
}
.sidebar-home img {
    display: block;
    width: 100%;
    height: auto
}
.carousel-home {
    margin-bottom: 20px
}
.carousel-home .titulo_carousel {
    height: 65px;
    overflow: hidden
}
.owl-carousel .titulo_carousel {
    display: block;
    font-size: 16px;
    color: #8966ac;
    margin: 0;
    padding: 5px 0 0;
    line-height: normal;
    font-weight: bold;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
.owl-carousel .titulo_carousel:hover,
.owl-carousel .titulo_carousel:active,
.owl-carousel .titulo_carousel:focus {
    text-decoration: none;
    color: #7c57a1;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
@media (min-width: 768px) {
    .owl-carousel .titulo_carousel {
        font-size: 22px
    }
}
body.canal-principal .owl-carousel .owl-dots {
    height: 15px;
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0
}
body.canal-principal .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    margin: 0 5px;
    opacity: .5
}
body.canal-principal .owl-carousel .owl-dots .owl-dot.active {
    opacity: 1
}
body.canal-marugoto .owl-carousel .owl-dots {
    height: 15px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    font-size: 0
}
body.canal-marugoto .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #8966ac;
    margin: 0 5px;
    opacity: .5
}
body.canal-marugoto .owl-carousel .owl-dots .owl-dot.active {
    opacity: 1
}
.carousel-estudos .titulo_carousel {
    background-color: #e4edaf;
    margin-top: 0;
    padding: 5px 10px;
    font-size: 18px
}
.carousel-estudos .owl-controls {
    bottom: 70px
}
.img-legenda {
    position: relative
}
.img-legenda .wp-caption-text {
    display: block;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-size: 12px;
    width: 100%
}
.lista-tags-item {
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px
}
.link-secao {
    margin-bottom: 30px
}
.programas h1,
.programas h2,
.programas h3 {
    color: #51a6dc
}
.programas .box-branco {
    max-width: 320px
}
.programas .box-branco p:last-child {
    margin-bottom: 0
}
@media (max-width: 767px) {
    .programas .box-branco {
        margin: auto
    }
}
.programas .box-branco .btn {
    width: 100%
}
.programas .capa-guia {
    margin: 0 auto 10px auto
}
.programas .btn-baixar {
    margin-top: 10px
}
.programas .box {
    width: 100%;
    height: 160px;
    float: left;
    margin: 0 20px 20px 0;
    color: #f8f8f8;
    font-size: 15px;
    font-style: italic;
    padding: 20px
}
.programas .box:hover,
.programas .box:focus,
.programas .box:active {
    text-decoration: none
}
@media (min-width: 768px) {
    .programas .box {
        width: 210px
    }
}
.programas .box span {
    display: block;
    margin-top: 10px
}
.programas .box-verde {
    background-color: #52b848
}
.programas .box-azul {
    background-color: #51a6dc
}
.programas .box-rosa {
    background-color: #d068a8
}
.programas .box-roxo {
    background-color: #8966ac
}
.redes-contato img {
    width: 30px;
    height: 30px
}
body.canal-biblioteca .biblioteca_idioma_link {
    border: 1px solid #b8bbbd;
    color: #53c3ba;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-style: italic;
    padding: 15px;
    text-align: center;
    text-decoration: none
}
@media (min-width: 768px) {
    body.canal-biblioteca .biblioteca_idioma_link {
        float: right;
        width: 220px
    }
}
.legenda-calendario {
    background-color: #fff;
    font-size: 14px;
    padding: 15px;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px
}
.legenda-calendario h5 {
    margin: 0
}
.carousel-calendar .calendar-month {
    border-spacing: 10px;
    border-collapse: separate;
    width: calc(100% + 19px);
    position: relative;
    left: -10px
}
.carousel-calendar .calendar-month .month .cal-nav {
    display: flex;
    justify-content: space-between
}
.carousel-calendar .calendar-month .month .cal-nav .prev,
.carousel-calendar .calendar-month .month .cal-nav .next {
    cursor: pointer;
    font-size: 16px;
    width: 60px;
    display: flex;
    align-items: center
}
.carousel-calendar .calendar-month .month .cal-nav .prev {
    justify-content: flex-start
}
.carousel-calendar .calendar-month .month .cal-nav .next {
    justify-content: flex-end
}
.carousel-calendar .calendar-month .month .cal-nav .month-name {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-size: 36px;
    color: #d7d7d7;
    text-align: center;
    font-style: italic;
    font-weight: normal;
    flex-grow: 1;
    line-height: 20px
}
.carousel-calendar .calendar-month .day {
    border: 1px solid #d7d7d7;
    height: 43px;
    line-height: 16px;
    padding: 5px;
    vertical-align: top
}
.carousel-calendar .calendar-month .day.weekend {
    background: #f8f8f8
}
.carousel-calendar .calendar-month .day.today {
    background: #d7d7d7;
    border: 1px solid #818285
}
.carousel-calendar .calendar-month .day .day-number {
    font-size: 16px;
    font-weight: bold;
    text-align: right
}
.carousel-calendar .calendar-month .day .day-events {
    display: flex;
    margin: 5px 0 0
}
.carousel-calendar .calendar-month .day .day-events .event {
    width: 10px;
    height: 10px;
    margin-right: 2px
}
body.canal-biblioteca .tabs-biblioteca {
    border: 0;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -5px
}
body.canal-biblioteca .tabs-biblioteca>li>a,
body.canal-biblioteca .tabs-biblioteca>li>a:hover,
body.canal-biblioteca .tabs-biblioteca>li>a:focus {
    border: 0;
    color: #fff
}
body.canal-biblioteca .tabs-biblioteca li {
    width: 50%
}
body.canal-biblioteca .tabs-biblioteca li a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    height: 100px;
    margin: 0 5px 10px 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}
body.canal-biblioteca .tabs-biblioteca li a span {
    display: block
}
body.canal-biblioteca .tabs-biblioteca li.active a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    margin: 0 0 0 -15px
}
body.canal-biblioteca .tabs-biblioteca .tab-verde a {
    background-color: #52b848
}
body.canal-biblioteca .tabs-biblioteca .tab-azul a {
    background-color: #51a6dc
}
body.canal-biblioteca .tabs-biblioteca .tab-rosa a {
    background-color: #d068a8
}
body.canal-biblioteca .tabs-biblioteca .tab-laranja a {
    background-color: #f58236
}
body.canal-biblioteca .tab-content {
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-bottom: 20px
}
body.canal-biblioteca .tab-content h4 {
    margin: 0 0 20px;
    height: 30px;
    line-height: 30px
}
body.canal-biblioteca .tab-content .btn-bola-seta {
    float: right
}
body.canal-biblioteca .tab-content .tab-pane>ul:last-child,
body.canal-biblioteca .tab-content .tab-pane>ol:last-child,
body.canal-biblioteca .tab-content .tab-pane>p:last-child {
    margin-bottom: 0
}
body.canal-biblioteca .box-branco .btn-bola-fechar {
    margin: -10px -10px 5px 5px;
    float: right
}
@media (min-width: 768px) {
    body.canal-biblioteca .tabs-biblioteca li {
        width: 25%
    }
}
body.canal-biblioteca .aquisicao-item {
    border-top: 1px solid #d7d7d7;
    margin: 10px 0;
    padding: 10px 0 0
}
body.canal-biblioteca .aquisicao-item p {
    margin: 0 0 3px
}
body.canal-biblioteca .aquisicao-item .aquisicao-resume h3 {
    margin: 0 0 5px;
    font-size: 17px
}
body.canal-biblioteca .aquisicao-item .aquisicao-resenha {
    position: relative;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 15px
}
body.canal-biblioteca .aquisicao-item .aquisicao-resenha .btn {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #d068a8;
    cursor: pointer;
    height: 28px;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 28px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    text-indent: 1px
}
.sidebar-biblioteca>article {
    margin: 0 0 30px
}
.sidebar-biblioteca p:last-child {
    margin-bottom: 0
}
.lista-aquisicoes {
    overflow: hidden;
    margin-top: 20px
}
.lista-aquisicoes .item-aquisicoes {
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px
}
@media (min-width: 768px) {
    .lista-aquisicoes .item-aquisicoes {
        width: 50%;
        float: left;
        padding-right: 20px;
        border-bottom: 0;
        padding-bottom: 0
    }
}
.lista-aquisicoes .item-aquisicoes .img-rep {
    display: block;
    float: left
}
.lista-aquisicoes .item-aquisicoes .img-rep img {
    margin-right: 10px;
    margin-bottom: 10px
}
.lista-aquisicoes .item-aquisicoes .btn-download {
    clear: both;
    float: none;
    display: block
}
.lista-aquisicoes .item-aquisicoes .collapse {
    clear: both;
    width: 100%
}
body.canal-marugoto h1 {
    font-size: 30px
}
.subtitulo-pagina {
    font-size: 22px;
    margin-top: 0
}
.subsubtitulo {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    text-transform: uppercase
}
.subtitulo {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 38px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase
}
.subtitulo.subtitulo-sm {
    font-size: 18px;
    line-height: 18px
}
.subtitulo.subtitulo-azul {
    color: #51a6dc
}
.subtitulo.subtitulo-azul a {
    color: #51a6dc
}
.subtitulo.subtitulo-laranja {
    color: #f58236
}
.subtitulo.subtitulo-laranja a {
    color: #f58236
}
.subtitulo.subtitulo-verde {
    color: #52b848
}
.subtitulo.subtitulo-verde a {
    color: #52b848
}
.subtitulo.subtitulo-vermelho {
    color: #d81920
}
.subtitulo.subtitulo-vermelho a {
    color: #d81920
}
.subtitulo.subtitulo-rosa {
    color: #d068a8
}
.subtitulo.subtitulo-rosa a {
    color: #d068a8
}
.subtitulo.subtitulo-roxo {
    color: #8966ac
}
.subtitulo.subtitulo-roxo a {
    color: #8966ac
}
.subtitulo.subtitulo-menor {
    font-size: 22px;
    line-height: 24px
}
.subtitulo a:hover,
.subtitulo a:focus,
.subtitulo a:active {
    text-decoration: none
}
.canal-marugoto .nav-pills {
    margin-bottom: 20px
}
.canal-marugoto .nav-pills li {
    background-color: #f8f8f8
}
.canal-marugoto .nav-pills li a {
    font-size: 15px;
    padding: 4px 6px;
    font-family: Montserrat, 'Mplus 1p', sans-serif
}
.canal-marugoto .nav-pills li.active a {
    background-color: #fff;
    color: #393939
}
.canal-marugoto .nav-pills li small {
    color: #818285;
    display: block;
    font-size: 11px
}
.canal-marugoto .nav-pills .color-vermelho a {
    color: #d81920
}
.canal-marugoto .nav-pills .color-rosa a {
    color: #d068a8
}
.canal-marugoto .nav-pills .color-verde-agua a {
    color: #53c2ba
}
.canal-marugoto .nav-pills .color-verde a {
    color: #52b848
}
.canal-marugoto .nav-pills .color-azul a {
    color: #51a6dc
}
.canal-marugoto .nav-pills .color-roxo a {
    color: #8966ac
}
.canal-marugoto .nav-pills .color-roxo2 a {
    color: #b396d1
}
.canal-marugoto .nav-pills .color-laranja a {
    color: #f58236
}
.canal-marugoto .nav-pills .color-bege a {
    color: #e4edaf
}
.btn-marugoto {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    background-color: #8966ac;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    text-transform: uppercase
}
.btn-marugoto:hover,
.btn-marugoto:active,
.btn-marugoto:focus {
    color: #fff;
    background-color: #7c57a1;
    text-decoration: none;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
.btn-marugoto.btn-verde {
    background-color: #52b848
}
.btn-marugoto.btn-verde:hover,
.btn-marugoto.btn-verde:active,
.btn-marugoto.btn-verde:focus {
    background-color: #4aa640;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
.btn-marugoto.btn-vermelho {
    background-color: #d81920
}
.btn-marugoto.btn-vermelho:hover,
.btn-marugoto.btn-vermelho:active,
.btn-marugoto.btn-vermelho:focus {
    background-color: #c1161d;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
.btn-marugoto.btn-azul {
    background-color: #51a6dc
}
.btn-marugoto.btn-azul:hover,
.btn-marugoto.btn-azul:active,
.btn-marugoto.btn-azul:focus {
    background-color: #3c9bd8;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}
.caderno-g {
    background: transparent url(img/aro.png) repeat-y scroll 0 0;
    overflow: hidden
}
.caderno-g .exp_jp {
    font-size: 21px;
    margin-bottom: 0
}
.caderno-g .exp_jp a {
    text-decoration: none;
    color: #393939
}
.caderno-g .exp_pt a {
    text-decoration: none;
    color: #393939
}
.cadernog_txt {
    background: #fff none repeat scroll 0 0;
    margin-left: 20px;
    padding: 30px 20px 20px 10px
}
.cadernog_txt p:last-child {
    margin-bottom: 0
}
.cadernop_txt {
    background: #fff none repeat scroll 0 0;
    padding: 30px 20px 20px 10px;
    margin-left: 20px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7
}
.links-list ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px
}
@media (min-width: 768px) {
    .links-list ul {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px
    }
}
.links-list ul li {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 6px 4px 4px 4px;
    text-align: center;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-size: 12px
}
.links-list ul li a {
    display: block
}
.links-list ul li img {
    display: block;
    margin: 0 auto 4px
}
.carousel-personagem {
    position: relative
}
.carousel-personagem .personagem {
    position: absolute;
    top: 0;
    right: 40px;
    background: url(img/marugoto/personagem_sensei.png) no-repeat top right;
    width: 100%;
    height: 170px;
    z-index: 100;
    pointer-events: none
}
.carousel-marugoto {
    padding: 0;
    position: relative;
    margin: 0 0 10px
}
@media (min-width: 768px) {
    .carousel-marugoto {
        background: url(img/marugoto/bg_sensei.png) no-repeat top right
    }
}
.carousel-marugoto h2 {
    font: bold 15px arial, sans-serif
}
.carousel-marugoto h2 a {
    color: inherit
}
.carousel-marugoto p {
    font: 13px arial, sans-serif;
    color: #444;
    margin: 10px 0
}
.carousel-marugoto .talk-bubble {
    margin: 40px 40px 0 0;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    background: #fff url(img/marugoto/title_avisos.png) no-repeat 15px 15px
}
@media (min-width: 768px) {
    .carousel-marugoto .talk-bubble {
        width: 70%
    }
}
.carousel-marugoto .border {
    border: 3px solid #393939
}
.carousel-marugoto .round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px
}
@media (min-width: 768px) {
    .carousel-marugoto .tri-right.border.right-in:before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: auto;
        right: -40px;
        top: 30px;
        bottom: auto;
        border: 20px solid;
        border-color: #393939 transparent transparent #393939
    }
    .carousel-marugoto .tri-right.right-in:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: auto;
        right: -32px;
        top: 33px;
        bottom: auto;
        border: 18px solid;
        border-color: #fff transparent transparent #fff
    }
    .carousel-marugoto .tri-right.border.right-top:before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: auto;
        right: -40px;
        top: -8px;
        bottom: auto;
        border: 32px solid;
        border-color: #393939 transparent transparent transparent
    }
    .carousel-marugoto .tri-right.right-top:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: auto;
        right: -20px;
        top: 0;
        bottom: auto;
        border: 20px solid;
        border-color: #fff transparent transparent transparent
    }
}
.carousel-marugoto .talktext {
    padding: 40px 15px 15px 15px
}
.carousel-marugoto .talktext p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0
}
.carousel-marugoto .owl-controls {
    position: absolute;
    top: 0;
    left: 0;
    bottom: initial;
    height: 40px;
    display: flex;
    align-items: center
}
.carousel-marugoto .owl-controls .owl-dots {
    counter-reset: carousel-marugoto-counter;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    height: auto
}
.carousel-marugoto .owl-controls .owl-dots .owl-dot {
    counter-increment: carousel-marugoto-counter;
    width: 26px;
    height: 26px;
    margin: 0 4px
}
.carousel-marugoto .owl-controls .owl-dots .owl-dot span:before {
    content: counter(carousel-marugoto-counter);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #b396d1;
    color: #fff;
    display: block;
    line-height: 26px;
    font-size: 12px;
    text-align: center
}
.carousel-marugoto .owl-controls .owl-dots .owl-dot.active span:before {
    background-color: #8966ac
}
.rep-page {
    margin: auto
}
.marugoto-accordion .panel-heading {
    padding: 0
}
.marugoto-accordion .panel-heading a {
    display: block;
    font-weight: 400;
    padding: 10px 15px;
    transition: none;
    text-decoration: none !important
}
.marugoto-accordion .panel-heading a:hover {
    background-color: rgba(210, 210, 210, 0.4)
}
.marugoto-accordion .panel-heading small {
    color: #818285
}
.marugoto-accordion .panel-body h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 5px
}
.marugoto-accordion .panel-body .download-group h2 {
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0 0 0 24px
}
.marugoto-accordion .panel-body .download-group .desc {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 5px
}
.marugoto-accordion .panel-body .btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 6px 10px;
    white-space: normal;
    text-align: left
}
.marugoto-accordion .panel-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}
.marugoto-accordion .panel-body ul li {
    margin: 0 2px 2px 0
}
.marugoto-accordion .panel-body p:last-child {
    margin-bottom: 0
}
.marugoto-accordion .panel-body .download-group {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px
}
.marugoto-accordion .panel-body .download-group:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}
.marugoto-accordion .panel-body .download-group:last-child ul {
    margin-bottom: 0
}
.marugoto-accordion .panel.color-vermelho .panel-body h2 {
    background-image: url('img/marugoto/ico-download-vermelho.svg')
}
.marugoto-accordion .panel.color-rosa .panel-body h2 {
    background-image: url('img/marugoto/ico-download-rosa.svg')
}
.marugoto-accordion .panel.color-verde-agua .panel-body h2 {
    background-image: url('img/marugoto/ico-download-verde-agua.svg')
}
.marugoto-accordion .panel.color-verde .panel-body h2 {
    background-image: url('img/marugoto/ico-download-verde.svg')
}
.marugoto-accordion .panel.color-azul .panel-body h2 {
    background-image: url('img/marugoto/ico-download-azul.svg')
}
.marugoto-accordion .panel.color-roxo .panel-body h2 {
    background-image: url('img/marugoto/ico-download-roxo.svg')
}
.marugoto-accordion .panel.color-roxo2 .panel-body h2 {
    background-image: url('img/marugoto/ico-download-roxo2.svg')
}
.marugoto-accordion .panel.color-laranja .panel-body h2 {
    background-image: url('img/marugoto/ico-download-laranja.svg')
}
.marugoto-accordion .panel.color-bege .panel-body h2 {
    background-image: url('img/marugoto/ico-download-bege.svg')
}
.marugoto-accordion .panel.color-vermelho .panel-heading a {
    color: #d81920
}
.marugoto-accordion .panel.color-vermelho .panel-body h2 {
    color: #d81920
}
.marugoto-accordion .panel.color-vermelho .panel-body .btn {
    background-color: #d81920
}
.marugoto-accordion .panel.color-rosa .panel-heading a {
    color: #d068a8
}
.marugoto-accordion .panel.color-rosa .panel-body h2 {
    color: #d068a8
}
.marugoto-accordion .panel.color-rosa .panel-body .btn {
    background-color: #d068a8
}
.marugoto-accordion .panel.color-verde-agua .panel-heading a {
    color: #53c2ba
}
.marugoto-accordion .panel.color-verde-agua .panel-body h2 {
    color: #53c2ba
}
.marugoto-accordion .panel.color-verde-agua .panel-body .btn {
    background-color: #53c2ba
}
.marugoto-accordion .panel.color-verde .panel-heading a {
    color: #52b848
}
.marugoto-accordion .panel.color-verde .panel-body h2 {
    color: #52b848
}
.marugoto-accordion .panel.color-verde .panel-body .btn {
    background-color: #52b848
}
.marugoto-accordion .panel.color-azul .panel-heading a {
    color: #51a6dc
}
.marugoto-accordion .panel.color-azul .panel-body h2 {
    color: #51a6dc
}
.marugoto-accordion .panel.color-azul .panel-body .btn {
    background-color: #51a6dc
}
.marugoto-accordion .panel.color-roxo .panel-heading a {
    color: #8966ac
}
.marugoto-accordion .panel.color-roxo .panel-body h2 {
    color: #8966ac
}
.marugoto-accordion .panel.color-roxo .panel-body .btn {
    background-color: #8966ac
}
.marugoto-accordion .panel.color-roxo2 .panel-heading a {
    color: #b396d1
}
.marugoto-accordion .panel.color-roxo2 .panel-body h2 {
    color: #b396d1
}
.marugoto-accordion .panel.color-roxo2 .panel-body .btn {
    background-color: #b396d1
}
.marugoto-accordion .panel.color-laranja .panel-heading a {
    color: #f58236
}
.marugoto-accordion .panel.color-laranja .panel-body h2 {
    color: #f58236
}
.marugoto-accordion .panel.color-laranja .panel-body .btn {
    background-color: #f58236
}
.marugoto-accordion .panel.color-bege .panel-heading a {
    color: #e4edaf
}
.marugoto-accordion .panel.color-bege .panel-body h2 {
    color: #e4edaf
}
.marugoto-accordion .panel.color-bege .panel-body .btn {
    background-color: #e4edaf
}
.ficha-turma {
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 10px;
    margin-bottom: 10px
}
.ficha-turma .capa-turma {
    float: left;
    margin: 0 10px 0 0
}
body.type-turma .subtitulo-menor {
    margin: 0 0 10px
}
body.type-turma .hentry p:last-child {
    margin-bottom: 0
}
body.type-turma .hentry .ficha-turma {
    background: #f7f7f7;
    padding: 10px
}
body.type-turma .hentry.color-vermelho .subtitulo-menor {
    color: #d81920
}
body.type-turma .hentry.color-rosa .subtitulo-menor {
    color: #d068a8
}
body.type-turma .hentry.color-verde-agua .subtitulo-menor {
    color: #53c2ba
}
body.type-turma .hentry.color-verde .subtitulo-menor {
    color: #52b848
}
body.type-turma .hentry.color-azul .subtitulo-menor {
    color: #51a6dc
}
body.type-turma .hentry.color-roxo .subtitulo-menor {
    color: #8966ac
}
body.type-turma .hentry.color-roxo2 .subtitulo-menor {
    color: #b396d1
}
body.type-turma .hentry.color-laranja .subtitulo-menor {
    color: #f58236
}
body.type-turma .hentry.color-bege .subtitulo-menor {
    color: #e4edaf
}
.depoimento-individual {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    margin-top: 20px
}
.depoimento-individual:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 20px
}
.depoimento-individual img {
    float: left;
    margin-right: 10px
}
.depoimento-individual .depoimento-corpo {
    padding: 0 0 0 110px
}
.depoimento-years-menu .active {
    background-color: #53c2ba;
    color: #fff
}
.lista-expressoes {
    margin-top: 10px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px
}
@media (min-width: 768px) {
    .lista-expressoes {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px
    }
}
.single-palavra .caderno-g {
    margin: 20px 0
}
.single-palavra h2.subtitulo-vermelho {
    display: block;
    float: left;
    margin-right: 10px
}
.single-palavra .btn-voltar {
    display: block;
    float: left;
    margin-top: 25px
}
address.escritorio {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    background-color: #d81920;
    color: #fff;
    padding: 15px;
    margin: 10px 0
}
address.marugoto {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    background-color: #51a6dc;
    color: #fff;
    padding: 15px;
    margin: 10px 0
}
.marugoro-alunos-status {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 4px solid #818285;
    padding: 20px
}
.marugoro-alunos-status h4 {
    margin: 0
}
.marugoro-alunos-status .form-group {
    margin: 10px 0
}
.marugoro-alunos-status .form-group:last-child {
    margin-bottom: 0
}
.marugoro-alunos-status label {
    display: none
}
.marugoro-alunos-status .form-control::-webkit-input-placeholder {
    color: #818285;
    font-size: 14px
}
.marugoro-alunos-status .form-control:-moz-placeholder {
    color: #818285;
    font-size: 14px
}
.marugoro-alunos-status .form-control::-moz-placeholder {
    color: #818285;
    font-size: 14px
}
.marugoro-alunos-status .form-control:-ms-input-placeholder {
    color: #818285;
    font-size: 14px
}
.marugoro-alunos-status .boros_element_submit {
    text-align: right
}
.marugoro-alunos-status p:last-child {
    margin: 10px 0 0
}
.marugoro-alunos-status .btn {
    margin: 0
}
#calendar-table-box {
    position: relative
}
#calendar-table-box .calendar-nav {
    position: absolute;
    width: 100%;
    top: 15px
}
.calendar {
    margin-bottom: 20px
}
.calendar-month-name {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-size: 36px;
    color: #d7d7d7;
    text-align: center;
    font-style: italic;
    font-weight: normal
}
.next-month {
    text-align: right
}
.prev-next-month {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    color: #393939
}
.prev-next-month:hover,
.prev-next-month:active,
.prev-next-month:focus {
    text-decoration: none
}
table.calendar {
    border: 0;
    background-color: #fff;
    border-spacing: 10px 5px;
    border-collapse: separate
}
table.calendar th {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    color: #818285;
    background-color: #fff
}
table.calendar .week-extra {
    background-color: #fff
}
table.calendar .week-extra .events-list {
    padding: 20px
}
table.calendar td.cell-events {
    border: 1px solid #d7d7d7;
    padding: 10px 35px 10px 10px;
    position: relative
}
table.calendar td.cell-events.today {
    background: #d7d7d7
}
table.calendar td.cell-events.saturday {
    background: #f8f8f8
}
table.calendar td.cell-events.sunday {
    background: #f8f8f8
}
table.calendar td.cell-events .day-number {
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    top: 5px;
    right: 10px
}
@media (min-width: 992px) {
    table.calendar td.cell-events {
        height: 90px;
        width: 14%;
        padding: 0 0 0 5px;
        vertical-align: bottom
    }
}
.show-events-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer
}
.legenda-evento {
    display: inline-block;
    height: 15px;
    width: 15px
}
.legenda-evento.laranja {
    background-color: #f58236
}
.legenda-evento.verde {
    background-color: #52b848
}
.legenda-evento.azul {
    background-color: #51a6dc
}
.legenda-evento.rosa {
    background-color: #d068a8
}
.events-list .legenda-evento {
    width: 10px;
    height: 10px
}
.event-circle {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #000;
    width: 10px;
    height: 10px
}
table.calendar {
    width: 100%
}
table.calendar .events-list {
    list-style: none;
    margin: 0;
    padding: 0
}
table.calendar .events-list img {
    width: 100%
}
@media only screen and (max-width: 991px) {
    table.calendar,
    table.calendar thead,
    table.calendar tbody,
    table.calendar th,
    table.calendar td,
    table.calendar tr {
        display: block
    }
    table.calendar .has-events {
        display: block
    }
    table.calendar td.cell-events {
        height: auto;
        margin-top: 10px
    }
    table.calendar th,
    table.calendar td,
    table.calendar td.cell-header,
    table.calendar .event-btn-ovelay {
        display: none;
        border: none
    }
    table.calendar tr {
        border: none
    }
    table.calendar td.cell-events .events-list {
        display: block !important
    }
    table.calendar tr.week-extra td {
        border: 0
    }
    .agenda-no-posts {
        background-color: #fff4d4;
        border: 2px solid #fff;
        padding: 10px;
        text-align: center
    }
    table.empty-calendar {
        display: none
    }
    table.calendar .calendar-xs-content {
        display: none
    }
}
.legenda {
    display: inline-block;
    width: 12px;
    height: 12px
}
.legenda.legenda-laranja {
    background-color: #f58236
}
.legenda.legenda-azul {
    background-color: #51a6dc
}
.legenda.legenda-verde {
    background-color: #52b848
}
.legenda.legenda-rosa {
    background-color: #d068a8
}
.calendario-biblioteca .day-number {
    font-size: 16px !important;
    top: 0 !important;
    right: 3px !important
}
.calendario-biblioteca td.cell-events {
    padding: 0 3px !important;
    height: 40px !important;
    padding: 0 0 0 5px;
    vertical-align: bottom
}
.calendario-biblioteca .legenda-evento {
    height: 10px;
    width: 10px
}
.galeria {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px
}
@media (min-width: 768px) {
    .galeria {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}
@media (min-width: 1200px) {
    .galeria {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
}
.galeria li {
    text-align: center
}
.galeria li a {
    display: inline-block
}
.galeria li a img {
    margin: 0
}
.galeria li .gallery-caption {
    margin-top: 0;
    font-size: 12px
}
@media (min-width: 768px) {
    .galeria.tres-colunas {
        grid-template-columns: 1fr 1fr 1fr
    }
}
@media (min-width: 1200px) {
    .galeria.tres-colunas {
        grid-template-columns: 1fr 1fr 1fr
    }
}
.agenda_box h2 a {
    display: inline-block;
    padding: 4px 6px 3px;
    text-decoration: none;
    color: #fff !important;
    font-size: 18px;
    margin-top: 20px 0 0;
    background-color: #51a6dc
}
.agenda_box h2 a:first-child {
    margin-top: 0
}
.agenda_box h2 a a,
.agenda_box h2 a a:hover,
.agenda_box h2 a a:active,
.agenda_box h2 a a:focus {
    color: #fff;
    text-decoration: none
}
.agenda_box h3 {
    font-size: 18px;
    font-style: normal
}
.widget-html-box .widget-content {
    font-size: 14px
}
.widget-html-box .widget-content p:last-child {
    margin-bottom: 0
}
.sidebar .widget-title {
    font-size: 22px;
    font-style: normal
}
.twitter_box h2 {
    font-size: 22px;
    font-style: normal
}
.twitter_box ul.twitter {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px
}
.twitter_box ul.twitter li {
    display: flex;
    width: 100%;
    margin-bottom: 10px
}
.twitter_box ul.twitter li:last-child {
    margin-bottom: 0
}
.twitter_box ul.twitter li .tweet-user {
    margin-right: 10px;
    width: 200px
}
.twitter_box ul.twitter li .tweet-user img {
    width: 100%
}
.twitter_box ul.twitter li .tweet-column {
    flex-grow: 1
}
.form-newsletter-pre {
    font-size: 14px;
    margin-bottom: 5px
}
.fjsp-form-newsletter .form-group {
    margin-bottom: 5px
}
.fjsp-form-newsletter .form-group label {
    display: none
}
.fjsp-form-newsletter .form-control::-webkit-input-placeholder {
    color: #818285;
    font-size: 14px
}
.fjsp-form-newsletter .form-control:-moz-placeholder {
    color: #818285;
    font-size: 14px
}
.fjsp-form-newsletter .form-control::-moz-placeholder {
    color: #818285;
    font-size: 14px
}
.fjsp-form-newsletter .form-control:-ms-input-placeholder {
    color: #818285;
    font-size: 14px
}
.fjsp-form-newsletter select {
    color: #818285;
    font-size: 14px;
    padding: 5px
}
.fjsp-form-newsletter .btn-newsletter-submit {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #8966ac;
    color: #fff
}
.fjsp-form-newsletter .alert {
    font-size: 12px
}
#formulario-contato-marugoto label {
    display: none
}
#formulario-contato-marugoto .form-control::-webkit-input-placeholder {
    color: #818285;
    font-size: 14px
}
#formulario-contato-marugoto .form-control:-moz-placeholder {
    color: #818285;
    font-size: 14px
}
#formulario-contato-marugoto .form-control::-moz-placeholder {
    color: #818285;
    font-size: 14px
}
#formulario-contato-marugoto .form-control:-ms-input-placeholder {
    color: #818285;
    font-size: 14px
}
#formulario-contato-marugoto select {
    color: #818285;
    font-size: 14px;
    padding: 5px
}
.conteudo.search h1 {
    font-size: 30px
}
.conteudo.search .search-list article {
    border-top: 1px solid #d7d7d7;
    padding: 20px 0;
    margin: 20px 0
}
.conteudo.search .search-list article:last-child {
    border-bottom: 1px solid #d7d7d7
}
.conteudo.search .search-list article h2 {
    font-size: 24px;
    margin: 0
}
.conteudo.search .search-list article h2 .type {
    font-size: 12px;
    color: #818285;
    position: relative;
    top: -5px
}
footer {
    background-color: #8966ac;
    color: #fff;
    padding: 20px 0;
    position: relative;
    z-index: 1
}
footer .menus-rodape {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #b396d1;
    margin: 0 0 10px;
    padding: 0 0 20px
}
footer .menus-rodape .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px
}
@media (min-width: 1200px) {
    footer .menus-rodape .menu {
        margin-right: 40px
    }
}
footer .menus-rodape .menu .sub-menu {
    list-style: disc;
    padding-left: 20px
}
footer a {
    color: #fff
}
footer a:hover,
footer a:focus,
footer a:active {
    color: #fff
}
footer .assinatura_siteswp {
    margin-left: 30px
}
footer .assinatura_siteswp img {
    width: 47px;
    height: 10px
}
footer .menu-rodape {
    font-size: 12px;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}
footer .menu-rodape a {
    color: #fff
}
footer .menu-rodape a:hover,
footer .menu-rodape a:focus,
footer .menu-rodape a:active {
    color: #fff
}
footer .menu-rodape>li {
    flex-grow: 1
}
footer .menu-rodape>li>a {
    display: none
}
footer .menu-rodape li {
    background: none !important
}
footer .menu-rodape li ul {
    margin: 0 10px 0 24px;
    padding: 0;
    list-style: none
}
footer .menu-rodape li ul li ul {
    list-style: disc
}
.projetocel h2 {
    font-size: 22px;
    margin: 0 0 10px
}
.projetocel .titulo-olimpiadas {
    font-size: 25px;
    font-weight: 500
}
.projetocel .subtitulo_olimpiadas {
    font-size: 16px;
    font-weight: 500
}
.projetocel .lista-videos-olimpiadas {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}
.projetocel .lista-videos-olimpiadas li {
    display: block;
    width: 100%;
    padding: 0 10px 20px
}
.projetocel .lista-videos-olimpiadas li .modalidade {
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: flex
}
.projetocel .lista-videos-olimpiadas li .modalidade img {
    margin-right: 5px;
    height: 30px !important
}
.projetocel .lista-videos-olimpiadas li>a {
    display: block;
    margin: 0 0 4px
}
.projetocel .lista-videos-olimpiadas li>a img {
    width: 100%;
    display: block
}
.projetocel .lista-videos-olimpiadas li p {
    font-size: 14px;
    line-height: 16px
}
.projetocel .lista-videos-olimpiadas li strong {
    font-weight: 500
}
.projetocel .lista-videos-olimpiadas-2 {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}
.projetocel .lista-videos-olimpiadas-2 li {
    display: block;
    width: 100%;
    padding: 0 10px 20px
}
.projetocel .lista-videos-olimpiadas-2 li p {
    margin: 0;
    font-size: 14px;
    line-height: 16px
}
.projetocel .lista-videos-olimpiadas-2 li>a {
    display: block;
    margin: 0 0 4px
}
.projetocel .lista-videos-olimpiadas-2 li>a img {
    width: 100%;
    display: block
}
.projetocel .lista-videos-olimpiadas-2 li strong {
    font-weight: 500
}
.projetocel .promo_olimpiadas {
    background-image: url(img/projetocel-olimpiadas2016/bg-olimpiadas.png);
    background-size: cover
}
.projetocel .promo_olimpiadas .promo-video {
    max-width: 560px;
    margin: auto;
    padding: 90px 0
}
.projetocel .subtitulo-video {
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    font-family: Arial, sans-serif
}
.projetocel .subtitulo-video h2 {
    font-weight: normal
}
@media (min-width: 768px) {
    .projetocel .lista-videos-olimpiadas li {
        width: 33.333333%
    }
    .projetocel .lista-videos-olimpiadas-2 li {
        width: 25%
    }
}
.alignnone,
.aligncenter,
div.aligncenter,
.alignright,
.alignleft,
.aligncenter,
figure.alignright,
img.alignright,
a img.alignright,
a img.alignnone,
img.alignleft,
figure.alignleft,
a img.alignleft,
img.aligncenter,
figure.aligncenter,
a img.aligncenter {
    display: block;
    margin: 0 auto 5px auto
}
img {
    max-width: 100%;
    height: auto !important
}
img.alignnone {
    display: inline !important
}
@media (min-width: 768px) {
    .alignnone {
        margin: 0 10px 0 0
    }
    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 0 auto 0 auto
    }
    .alignright {
        float: right;
        margin: 0 0 0 10px
    }
    .alignleft {
        float: left;
        margin: 0 10px 0 0
    }
    .aligncenter {
        display: block;
        margin: 0 auto 0 auto
    }
    figure.alignright,
    img.alignright,
    a img.alignright {
        float: right;
        margin: 0 0 0 10px
    }
    a img.alignnone {
        margin: 0 10px 0 0
    }
    img.alignleft,
    figure.alignleft,
    a img.alignleft {
        float: left;
        margin: 0 10px 0 0
    }
    img.aligncenter,
    figure.aligncenter,
    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}
/*# sourceMappingURL=fjsp.css.map */

a.block-lat-1{
    float: left;
    width: 100%;
    line-height: 18px;
    padding: 10px 42px 10px 19px;
    font-size: 14px;
    color: #443e3e;
}

a.block-lat-1 strong{
	margin-bottom: 4px;
    float: left;
    width: 100%;
}

.block-lat-1.fund-agenda{
	background-color: #fb9eb7;
}

.block-lat-1.fund-artigos{
	background-color:#ffff95;
}

.block-lat-1.fund-programas{
	background-color:#7fcdfe;
}

.block-lat-1.fund-encontros{
	background-color:#b5ffcc;
}

.block-lat-1.fund-experiencias{
	background-color:#dd9bff;
}

.block-lat-1.fund-resenha{
	background-color:#d9dade;
}

.sidebar-lingua_japonesa h3.widget-title{
	display:none;
}

.block-lat-1.fund-roxo{
	background-color:#dd9bff !important;
}

.block-lat-1.fund-amarelo{
	    background-color: #ffff95;
}

.block-lat-1.fund-azul{
	background-color: #7fcdfe;
}

#section-agenda-2{
	    float: left;
}

.agenda-box{
	background-color: #fb9eb7 !important;
}


.agenda-item a{
	line-height: 18px;
    padding: 10px 42px 10px 0px;
    font-size: 14px;
    color: #443e3e;
}

.agenda-box .bg-color-azul {
    background-color: transparent !important;
    padding-bottom: 0px;
    margin-bottom: 6px;    
}

.agenda-box .bg-color-azul a{
	color: #443e3e !important;
	    font-size: 14px;
}

.agenda-box article {
    padding-left: 6px;
}

#section-agenda-2 {
    float: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#section-agenda-3{
	float: left;
    margin-top: -1px;
}

a.block-lat-1 {
    float: left;
    width: 100%;
    line-height: 18px;
    padding: 14px 42px 14px 19px;
    font-size: 14px;
    color: #443e3e;
}

/* Tema Linguagem  japonesa */
.bt-menu .sidebar h3.widget-title{
	display:none;
}


.menu-menu-linguagem-japonesa-container {
    background-color: #8966ac;
    font-family: Montserrat, 'Mplus 1p', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#menu-menu-linguagem-japonesa-1{
	    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0;
    padding: 0;
}


.menu-menu-linguagem-japonesa-container ul li:hover, .menu-menu-linguagem-japonesa-container ul li.current-menu-item {
    background: url(img/menu_active_blue.png) no-repeat bottom center;
	 text-decoration:none;
}

.menu-menu-linguagem-japonesa-container ul li a:hover{
	 text-decoration:none;
}
.menu-menu-linguagem-japonesa-container ul li {
    text-align: center;
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.menu-menu-linguagem-japonesa-container ul li a {
    display: block;
    padding: 14px 10px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-grow: 1;
    align-items: center;
    height: 100%;
}

.menu-menu-linguagem-japonesa-container ul li a span{
	    width: 100%;
}

.siterecomendados{
	float: left;
    width: 100%;
    padding: 0px;
}

.siterecomendados li{
	float: left;
    list-style: none;
    width: 100%;
}

.siterecomendados li img{
	float: left;
    width: 179px;
    margin-right: 26px;
	    margin-bottom: 21px;
		    border: 1px #ccc solid;
}

.siterecomendados li a{
	font-size: 14px;
    font-weight: 400;
    color: #443e3e;
}

.mt-20{
	margin-top:20px;
	    float: left;
}

.template-lingua-japonesa #page-13.page h1{
	display:none;
}


.pesquisa-re{
	padding:0px;
}

.pesquisa-re li{
	float:left;
	clear:both;
	list-style:none;
	    margin-bottom:3px;
}

.pesquisa-re span{
	    color: #53c2ba;
        font-weight: 500;
}

.pesquisa-re p{
	    font-size: 13px;
    color: #444;
    font-weight: 400;
}


.ui-widget-content {
    border: none !important;
    background: none !important;
}

.template-lingua-japonesa .glyphicon.glyphicon-th-list{
	    float: left;
    clear: both;
    margin-left: 15px;
    margin-right: 4px;
    font-size: 14px;
    margin-top: 3px;
    font-weight: 100;
}

.template-lingua-japonesa a.lista{
	    float: left;
    margin-bottom: 12px;
}

.ui-widget-header {
    border: none !important;
    background: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #d3d3d3 !important;
    background: #53c2ba !important;
    color: #fff !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff !important;
}

.ui-widget-header a {
    color: #222222;
    font-size: 15px;
}

.ui-widget-header {
    border-bottom: 1px #d3d3d3 solid !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 17px 8px;
}

.pesquisa-re a {
color: #8966ac !important;
    font-weight: 500;
    font-size: 15px;
}

.form-control.bus-relatorio{
	width: 100%;
	float: left;
	    font-size: 16px;
		margin-top: 14px;
}

.bt-relatorio{
	    float: right;
	    border-radius: 0px;
    padding: 4px 0px;
    background: #8966ac;
    height: 34px !important;
    margin-top: -34px;
    width: 50px !important;

}

.pesquisa-re {
    padding: 0px 15px;
    float: left;
    width: 100%;
}

.reslt{
	    font-size: 13px;
    font-style: italic;
    margin-bottom: 3px;
}

.bus-relatorio::-webkit-input-placeholder { /* Edge */
  color: #443e3e;
}

.bus-relatorio:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #443e3e;
}

.bus-relatorio::placeholder {
  color:#443e3e;
}

.template-lingua-japonesa .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.template-lingua-japonesa .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.template-lingua-japonesa .ui-state-active,.template-lingua-japonesa .ui-widget-content .ui-state-active,.template-lingua-japonesa .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    font-weight: normal;
    color: #212121;
}



.template-lingua-japonesa #tabs ul.li-tabd li{
    border: 1px solid #d3d3d3 !important;
    background: #f6f6f6 ;
    float: left;
    list-style: none;
    padding: 6px 13px;
    border-bottom: 1px #fff solid !important;
	    margin-right: 7px;
}

.template-lingua-japonesa #tabs img{
	    width: 22px;
		    border: 1px #ccc solid;
}

.template-lingua-japonesa .li-tabd{
	float: left;
    border-bottom: 1px #ccc solid;
    width: 100%;
	    padding: 0;
}

.template-lingua-japonesa #tabs {
    float: left;
}

.template-lingua-japonesa #tabs{
	    float: left;
    width: 100%;
    padding: 1px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #444 !important;
    padding: 0px 6px;
}

.template-lingua-japonesa .ui-state-active, .template-lingua-japonesa .ui-widget-content .ui-state-active, .template-lingua-japonesa .ui-widget-header .ui-state-active {
    border: 1px solid #d3d3d3 !important;
    background: #fff !important;
    float: left;
    color: #53c2ba !important;
    list-style: none;
    padding: 6px;
    border-bottom: 1px #fff solid !important;
    margin-bottom: -4px;
    padding-bottom: 7px !important;
}

.template-lingua-japonesa .form-busca{
	    width: 95%;
    margin-left: 15px;
    margin-bottom: 12px;
    float: left;
}

.linguegam-japonesa .hentry h2,.linguegam-japonesa .hentry .h2 {
    font-size: 29px;
}

.linguegam-japonesa .subti p strong{
	    font-weight: 500;
}

.linguegam-japonesa .subti{
	float: left;
    width: 100%;
    margin-bottom: 28px;
    font-size: 15px;
}

.linguegam-japonesa .subti p {
    margin: 0 0 5px;
}

a.pdf_ah{
	    color: #39a19a !important;
    font-weight: 500;
}