/**
    FONT
    **/
    *, body * {font-family: 'interface' !important;}

/**
    HOME
    **/
    .box-highlighted-new {
        width: 100%;
        position: relative;
        display: block;
    }

    .box-highlighted-new #arrowsHolder {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1150px;
        max-width: 100%;
        z-index: 2;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .box-highlighted-new #arrowsHolder .slick-prev,
    .box-highlighted-new #arrowsHolder .slick-next {
        position: absolute;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        text-indent: -9999px;
        width: 48px;
        height: 48px;
        background: transparent;
        border-radius: 50%;
        border: 2px solid #fff;
        cursor: pointer;
        display: block !important;
        top: 50%;
        transition: opacity linear .2s;
        opacity: 0.75;
    }
    .box-highlighted-new #arrowsHolder .slick-prev {left: 0; background: url(../dev/arrow-left.png) no-repeat center center;}
    .box-highlighted-new #arrowsHolder .slick-next {right: 0; background: url(../dev/arrow-right.png) no-repeat center center;}
    .box-highlighted-new #arrowsHolder .slick-next:hover,
    .box-highlighted-new #arrowsHolder .slick-prev:hover {opacity: 1;}

    .box-highlighted-new #dotsHolder {
        position: absolute;
        left: 50%;
        width: 1150px;
        max-width: 100%;
        z-index: 2;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        bottom: 20%;
    }
    .slick-slide img {max-width: 100%;}
    .slick-slide img.mobile {display: none;}
    .box-highlighted-new .slick-slide {position: relative;}

    .box-highlighted-new .slick-dots {
        bottom: 0;
        margin-bottom: 0;
        width: 1150px;
        max-width: 100%;
        padding: 0 70px;
        box-sizing: border-box;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        text-align: left;
    }
    .box-highlighted-new .slick-dots li {
        width: auto;
        height: auto;
        margin: 0 30px 0 0;
        padding: 0;
    }
    .box-highlighted-new .slick-dots li button {
        padding: 0;
        width: 20px;
        background: rgba(255,255,255,0.5);
        border: 1px solid #fff;
        border-radius: 50%;
    }
    .slick-dots li button:before {width: 20px !important; opacity: 0; color: transparent !important;}
    .slick-dots li.slick-active button:before {opacity: 1; color: #ffcc08 !important;}

    .box-highlighted-new .item .box {
        position: absolute;
        left: 50%;
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 1150px;
        padding: 0 70px;
        max-width: 100%;
        line-height: 1.2;
        box-sizing: border-box;
    }
    .box-highlighted-new .item .box a {color: #fff;}
    .box-highlighted-new .item .box h2 {font-size: 40px; font-weight: normal; display: block; max-width: 610px; text-shadow: 2px 2px 0 rgba(0,0,0,0.4); margin-bottom: 5px; font-family: gobold!important; text-transform: uppercase;}
    .box-highlighted-new .item .box p {font-size: 22px; display: block; max-width: 460px; text-shadow: 2px 2px 0 rgba(0,0,0,0.4);}
    .box-highlighted-new .item .box span {
        display: inline-block;
        background: #008cb5;
        padding: 12px 20px 10px;
        color: #ffed91;
        text-transform: uppercase;
        font-size: 16px;
        margin-top: 20px;
    }

    .box-highlighted-new .items {padding-bottom: 0;}
    .box-highlighted-new .arrow-down {
        position: absolute;
        display: block;
        width: 121px;
        height: 48px;
        background: url(../dev/click-arrow.png) no-repeat center center;
        bottom: 50px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }

    .home-dn {
        padding: 70px 0 0;
        text-align: center;
    }
    .home-dn .home-dicas {line-height: 1.4; position: relative; z-index: 2; float: left; width: 100%;}
    .home-dn .home-dicas h2 {color: #ffcc08; font-size: 50px; text-transform: uppercase; margin-bottom: 5px; line-height: 1.2; font-weight: lighter;}
    .home-dn .home-dicas h3.subt {
        color: #fff;
        font-size: 40px;
        display: block;
        line-height: 1.2;
        margin-bottom: 16px;
        font-weight: lighter;
    }
    .home-dicas .dica{
        width: 31%;
        margin:0 1%;
        float: left;
        margin-top: 50px;
    }
    .home-dicas .dica img{
        max-width: 100%;
    }
    .home-dicas .dica h3{
        font-size: 30px;
        font-weight: lighter;
        color: #ffffff;
    }
    .home-dicas .dica p{
        font-size: 18px!important;
        font-weight: lighter;
        color: #ffffff!important;
        margin-bottom: 0!important;
        max-width: 250px;
        margin:auto;
    }
    .home-dicas .dica a{
        background: #ffee91;
        padding: 15px 0;
        color: #008cb5;
        text-transform: uppercase;
        margin-top: 60px;
        display: block;
        width: 230px;
        margin: 20px auto;
        font-size: 20px;
        border: 0;
    }
    .home-dn .home-dicas p {color: #fff; font-size: 18px; margin-bottom: 40px;}

    .home-dn .boxes {text-align: center; font-size: 0; display: block; margin-bottom: 0; /*top: -100px;*/top: -15px; position: relative;}
    .home-dn .boxes .box {
        display: inline-block;
        margin: 15px;
        padding: 55px 15px 0;
        line-height: 1;
        margin-bottom: 40px;
    }
    .home-dn .boxes .simulador, .simulador_projeto{
        background: #ffee91;
        padding: 80px 0 80px 0;
        margin-bottom: 50px;
        text-align: center;
    }

    .home-dn .boxes .simulador img, .simulador_projeto img{
        max-width: 100%;
        margin:auto;
    }
    .home-dn .boxes .simulador .mobile, .simulador_projeto .mobile{
        display: none;
    }
    .home-dn .boxes .simulador a, .simulador_projeto a{
        background: #008cb5;
        padding: 15px 0;
        color: #ffee91;
        text-transform: uppercase;
        margin-top: 60px;
        display: block;
        width: 300px;
        margin: 50px auto;
        font-size: 20px;
        border: 0;
    }
    .simulador_projeto{
        margin-bottom: 0;
    }

    @media only screen and (max-width: 700px){
        .home-dn .boxes .simulador .mobile, .simulador_projeto .mobile{
            display: block;
        }
        .home-dn .boxes .simulador .desktop, .simulador_projeto .desktop{
            display: none;
        }
        .home-dn .boxes .simulador, .simulador_projeto{
            padding: 50px 30px 20px 30px;
        }
        .home-dicas .dica {
            width: 98%;
        }
    }

    .home-dn .boxes .box.light-yellow {background: #ffee91;}
    .home-dn .boxes .box.dark-yellow {background: #ffcc08;}

    .home-dn .boxes .box h3 {font-size: 40px; color: #0070bf; text-transform: uppercase; margin-bottom: 20px;}
    .home-dn .boxes .box img {display: block; margin: 0 auto; max-width: 100%;}
    .home-dn .boxes .box p {display: block; text-align: center; color: #493e14; font-size: 24px;}

    .home-dn .boxes .box span {top: 25px;}

    .home-dn .home-nhac {
        position: relative;
        z-index: 1;
        display: block;
        background: #fff;

        width: 200%;
        margin-left: -50%;
        /*border-top-left-radius: 47%;
        border-top-right-radius: 47%;*/
    }

    .home-dn .home-nhac .content {
        padding-bottom: 0;
        background: url(../dev/montanhas.png) no-repeat center bottom;
        width: 50%;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    .home-dn .home-nhac img {
        display: inline-block;
        position: relative;
        vertical-align: bottom;
    }
    .home-dn .home-nhac .right-content {
        display: inline-block;
        margin-left: 40px;
        width: 420px;
        text-align: left;
        max-width: 100%;
        vertical-align: top;
    }
    .home-dn .home-nhac .right-content h2 {
        color: #008bb5;
        font-size: 40px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .home-dn .home-nhac .right-content h2 strong {font-weight: bold;}
    .home-dn .home-nhac .right-content p {
        font-size: 18px;
        color: #6d6e71;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .home-dicas-area {padding-bottom: 200px;}
    .home-nhac-area {position: relative; margin-top: -200px;}

    .home-publicacoes {
        text-align: center;
    }
    .home-publicacoes h2 {
        font-size: 50px;
        color: #ffcc08;
        text-transform: uppercase;
    }
    .home-publicacoes p {
        color: #fff;
        font-stretch: 18px;
    }
    .home-publicacoes .box-content {
        box-sizing: border-box;
        padding: 0 8px;
        position: relative;
    }
    .home-publicacoes .box-content img {
        display: block;
        position: relative;
    }
    .home-publicacoes .box-content .overlay {
        background: url(../dev/pelicula.png) no-repeat center bottom;
        position: absolute;
        bottom: 0;
        width: 275px;
        height: 100%;
    }
    .home-publicacoes .box-content .content {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0 20px 20px;
        box-sizing: border-box;
        text-align: left;
        color: #fff;
        line-height: 1.2;
    }
    .home-publicacoes .box-content .content span strong {font-weight: bold;}
    .home-publicacoes .box-content .content span,
    .home-publicacoes .box-content .content p {
        display: block;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .home-publicacoes .box-content .content h3 {
        display: block;
        font-size: 24px;
        margin-bottom: 5px;
    }

    .home-publicacoes .youtube-box {}
    .home-publicacoes .youtube-box .video-item {
        display: inline-block;
        width: 49%;
        position: relative;
        text-align: left;
        margin-bottom: 22px;
    }

    .home-publicacoes .youtube-box .video-item img {
        display: block;
        max-width: 100%;
    }
    .home-publicacoes .youtube-box .video-item .content {
        line-height: 1.2;
        display: inline-block;
        width: 55%;
        vertical-align: middle;
        background: #ffed91;
        padding: 40px 30px;
        box-sizing: border-box;
        position: absolute;
        left: 45%;
        text-align: left;
        height: 100%;
    }
    .home-publicacoes .youtube-box .video-item .video-title {
        font-size: 24px;
        color: #008cb5;
    }
    .home-publicacoes .youtube-box .video-item p {
        font-size: 16px;
        color: #4c4c4c;
        display: none;
    }
    .home-publicacoes .youtube-box .video-item .img-holder {
        display: inline-block;
        width: 45%;
        vertical-align: middle;
        position: relative;
    }
    .home-publicacoes .youtube-box .video-item .play {
        background: url(../dev/play.png) no-repeat center bottom;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        width: 58px;
        height: 58px;
        background-size: 100%;
    }
    .home-publicacoes .youtube-box:not(.slick-slider) .video-item:nth-child(1) {float: left; /*margin-right: 2%;*/}
    .home-publicacoes .youtube-box .video-item:nth-child(1) .content {
        width: 100%;
        display: block;
        height: auto;
        position: relative;
        left: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        max-height: 155px;
    }
    .home-publicacoes .youtube-box .video-item:nth-child(1) .img-holder {width: 100%; display: block;}
    .home-publicacoes .youtube-box .video-item:nth-child(1) .play {width: 91px; height: 91px;}
    .home-publicacoes .youtube-box .video-item:nth-child(1) .video-title {margin-bottom: 10px;}
    .home-publicacoes .youtube-box .video-item:nth-child(1) p {display: block;}

    .page-videos .youtube-box .video-item {
        display: inline-block;
        width: 48%;
        position: relative;
        text-align: left;
        margin-bottom: 26px;
        float: left;
        box-sizing: border-box;
        padding-left: 2%;
    }

    .calculadora-v2 {}
    .calculadora-v2 h2 {color: #0070bf; text-transform: uppercase; font-size: 50px;}
    .calculadora-v2 p {color: #6d6e71; font-size: 14px; text-align: left;}
    .calculadora-v2 p strong {font-size: 18px; font-weight: bold; display: block; text-align: center;}

/**
    INTERNAS:
        - Projeto
        - Dúvidas
        - Contato
    **/
    #content .moviment-highlight {margin: -50px 0 25px;}
    #content .breadcrumb {color: #6d6e71; margin: 0 auto 20px;}

    .moviment-highlight.nutricao {margin: 0 0 25px !important;}
    .moviment-highlight.nutricao img {max-width: 100%; display: block;}

    h2.titulo,
    .publicacoes h2,
    .moviment h2 {
        font-size: 46px;
        color: #008bb5;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: lighter;
    }
    .publicacoes h2 span,
    .moviment h2 span {
        font-size: 26px;
        color: #89741f;
        text-transform: none;
        display: block;
    }

    .publicacoes > p,
    .moviment > p,
    .publicacoes p,
    .moviment p {
        color: #6d6e71;
        font-size: 20px;
        display: block;
        margin-bottom: 25px;
        line-height: 1.4;
    }

    .habit h2 {
        font-size: 50px;
        text-transform: uppercase;
        color: #fff;
        line-height: 1;
        font-weight: lighter;
    }
    .habit h3 {
        color: #ffed90;
        font-size: 40px;
        text-transform: uppercase;
        line-height: 1;
        font-weight: lighter;
        margin-bottom: 10px;
    }
    .habit .habits-to-change .item {font-size: 0;}
    .habit .habits-to-change .item p {
        font-size: 22px;
        font-weight: lighter;
        line-height: 1.2;
    }
    .habit .habits-to-change .item .img-holder {display: inline-block; width: 38%; margin-right: 2%; box-sizing: border-box; vertical-align: middle;}
    .habit .habits-to-change .item .img-holder img {max-width: 100%;}
    .habit .habits-to-change .item .content {display: inline-block; width: 60%; box-sizing: border-box; vertical-align: middle;}

    .lnk-moviment-midias {
        width: 296px;
        height: 27px;
        background-image: url(../new/Btn_youtube.jpg);
    }
    .lnk-moviment-midias.fanpage {background: url(../new/Btn_FB_01.jpg) no-repeat left top;}
    .lnk-moviment-midias.forum {background: url(../new/Btn_FB_02.jpg) no-repeat left top;}

    .like-line {display: block; font-size: 0; border-top: 1px solid #d1d3d4; background: none;}
    .like-line .left,
    .like-line .right {display: inline-block; width: 50%; vertical-align: middle;}
    .like-line .right {text-align: right;}
    .like-line .right h3 {display: inline-block; vertical-align: middle; color: #6d6e71; font-size: 16px;}
    .like-line .right a {display: inline-block; margin: 0 0 0 10px; vertical-align: middle;}

    .interna-holder .ui-accordion-header {border-color: #d1d3d4 !important; cursor: pointer;}
    .interna-holder .ui-accordion {padding: 0;}
    .interna-holder .ui-accordion h3 {color: #0072bc; font-size: 20px;}
    .interna-holder .ui-accordion p {font-size: 16px; color: #6d6e71;}
    .interna-holder .ui-accordion .ui-accordion-header .ui-accordion-header-icon {right: 20px; opacity: 0.6;}

    .interna-holder .nutricao-link {color: #008bb5; text-transform: uppercase; display: block; margin-bottom: 7px;}

    #content .bg-degrade .breadcrumb {color: #fff;}
    #content .bg-degrade .moviment {background: none;}

    #content .bg-degrade .moviment.contact h2 {color: #ffed91;}
    #content .bg-degrade .moviment.contact p,
    #content .bg-degrade .moviment.contact label {color: #fff;}
    #content .bg-degrade .moviment.contact label {padding-right: 80px;}

    #content .bg-degrade .moviment.contact input[type='text'],
    #content .bg-degrade .moviment.contact input[type='password'],
    #content .bg-degrade .moviment.contact textarea {
        border-radius: 0;
        -webkit-border-radius: 0;
        background: #ffed91;
        font-size: 14px;
        color: #0070bf;
    }
    #content .bg-degrade .moviment.contact input[type="radio"] + label span {
        background-color: rgba(255,255,255,0.2);
        border: 1px solid #7fcce7;
        width: 20px !important;
        height: 20px !important;
    }
    #content .bg-degrade .moviment.contact input[type="radio"]:checked + label span {position: relative;}
    #content .bg-degrade .moviment.contact input[type="radio"]:checked + label span:before {
        content: "";
        width: 12px;
        height: 12px;
        background: #ffcc08;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        border-radius: 50%;
    }

    #content .bg-degrade .moviment.contact .padding-top-10,
    #content .bg-degrade .moviment.contact .padding-bottom-10 {padding: 2px !important;}

    #content .bg-degrade .moviment.contact .btn.btn-primary {
        width: 155px;
        background: #008cb5;
        border-radius: 0;
        border: none;
        font-size: 18px;
        text-transform: uppercase;
        height: auto;
        padding: 15px 0;
    }
    #content .bg-degrade .moviment.contact .btn.btn-primary span {color: #ffed91; margin: 0;}

    .select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-dropdown,
    .select2-container--open .select2-dropdown--below {border-radius: 0;}

    .select2-container--default .select2-selection--single .select2-selection__rendered {border-color: #ffb203; color: #0070bf;}
    .select2-container--default .select2-selection--single {background-color: #ffffff;}
    .select2-dropdown {
        border: none;
        background: #ffffff;
    }
    .select2-results__option {color: #0070bf;}
    .select2-container--default .select2-results__option--highlighted {border-color: #0070bf; color: #ffb203;}

/**
    PUBLICAÇÕES
    **/
    .publicacoes-area {}
    .publicacoes-area .box-content {}
    .publicacoes-area .grid-70 .box-content {border: none !important;}
    .publicacoes-area .box-content .image,
    .publicacoes-area .box-content .image a {height: auto !important;}
    .publicacoes-area .box-content .image a img {max-width: 100%;}
    .publicacoes-area .box-content h3 {color: #0387c8; padding: 0 15px; min-height: 0;}
    .publicacoes-area .box-content h3 a {font-size: 30px; line-height: 1; font-weight: lighter;}
    .publicacoes-area .box-content h4 {color: #0387c8 !important; font-size: 16px;}
    .publicacoes-area .box-content h4 strong {font-weight: bold;}
    .publicacoes-area .box-content p {color: #0387c8; font-size: 16px; line-height: 1.3;}
    .publicacoes-area .box-content .btn.btn-primary {background: #008cb5; border: none; border-radius: 0; margin-left: 15px;}
    .publicacoes-area .box-content .btn.btn-primary span {
        margin: 0;
        padding: 10px 0;
        color: #ffed91;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: lighter;
        letter-spacing: 1px;
    }
    .publicacoes-area .box-content .btn.btn-primary span a {color: #ffed91; font-size: 14px; text-transform: uppercase; font-weight: lighter; letter-spacing: 1px;}
    
    .publicacoes-area #more-viewed {margin-top: -76px; padding: 70px 0 0;}
    .publicacoes-area #more-viewed .title-reads {
        font-size: 40px;
        text-transform: uppercase;
        color: #ffed91;
        font-weight: lighter;
        line-height: 1;
        margin: 0;
        padding: 0 0 38px;
        display: block;
        border-bottom: 1px solid #0489c9;
        text-align: center;
    }
    .publicacoes-area #more-viewed .box-content {
        border-top: 1px solid #56b6bc;
        border-bottom: 1px solid #0b94c9;
        padding: 0;
    }
    .publicacoes-area #more-viewed .box-content:last-child {border-bottom: none;}
    .publicacoes-area #more-viewed .box-content .preview {background: transparent; font-size: 0;}
    .publicacoes-area #more-viewed .box-content .number {
        border-radius: 0;
        background: #ffed91;
        padding: 50px 0;
        font-weight: lighter;
        color: #008bb5;
        display: inline-block;
        float: none;
        box-sizing: border-box;
        width: 50px;
        text-align: center;
        margin: -1px 0 0;
        position: absolute;
        left: 0;
        top: 0;
        height: calc(100% + 1px);
    }
    .publicacoes-area #more-viewed .box-content .number div {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        font-size: 40px;
        font-weight: lighter;
    }
    .publicacoes-area #more-viewed .box-content h5 {
        display: block;
        font-size: 18px;
        color: #fff;
        width: 100%;
        padding: 25px 50px 25px 75px;
        box-sizing: border-box;
        vertical-align: middle;
        background: url(../dev/5-mais-seta.png) no-repeat center right;
        line-height: 1.2;
    }
    .publicacoes-area #more-viewed .box-content h5 span {display: block; font-weight: bold;}
    .publicacoes-area #more-viewed .box-content h5 .view-more {font-weight: normal; color: #004f93; float: none;}

    .publicacoes-area .page-title,
    .page-title {color: #008bb5; font-size: 50px; font-weight: lighter;}

    .menu-float {
        border-radius: 0;
        box-shadow: -2px 2px 2px #999;
    }
    .menu-float .nav li a {padding-left: 45px;}

    .slider-publicacoes.slick-slider {padding-bottom: 0;}
    .slider-publicacoes .slick-slide {position: relative;}

    .slider-publicacoes .slick-dots {
        top: auto;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        width: 100%;
    }
    .slider-publicacoes .slick-dots li {
        margin: 0 15px;
        width: 23px;
        height: 23px;
    }
    .slider-publicacoes .slick-dots li button {
        width: 24px;
        height: 24px;
        background: rgba(255, 255, 255, 0.6);
        border: 1px solid #fff;
        border-radius: 50%;
        position: relative;
        padding: 0;
        box-sizing: border-box;
    }
    .slider-publicacoes .slick-dots li button:before {
        width: 16px !important;
        height: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        display: none;
        opacity: 1;
        margin: 0;
        content: "";
        background: #ffcc08;
        border-radius: 50%;
    }
    .slider-publicacoes .slick-dots li:hover button:before,
    .slider-publicacoes .slick-dots li.slick-active button:before {display: block;}

    .slider-publicacoes .slick-slide .slide-content {
        background: transparent;
        width: 100%;
        position: absolute;
        max-width: 1010px !important;
        padding: 0 20px;
        height: auto;
        text-align: left;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding-top: 102px;
        box-sizing: border-box;
    }
    .moviment-highlight.fullwidth .slider-publicacoes .slick-slide .slide-content {
        /*top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        padding-top: 102px;*/
    }
    .slider-publicacoes .slick-slide .slide-content h3,
    .slider-publicacoes .slick-slide .slide-content p {
        display: block;
        max-width: 430px;
        font-size: 22px;
        font-weight: normal;
        color: #3d350a;

        background: rgba(255,255,255,0.4);
        padding: 0 20px;
        border-left: 6px solid #ffed91;
    }
    .slider-publicacoes .slick-slide .slide-content h3 {padding-top: 20px; font-weight: bold;}
    .slider-publicacoes .slick-slide .slide-content p {padding-bottom: 20px;}

    .moviment-highlight #arrowsHolder {
        display: block;
        max-width: 1188px;
        z-index: 2;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .moviment-highlight #arrowsHolder button {
        z-index: 2;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        display: block !important;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        text-indent: -9999px;
        cursor: pointer;
        margin-top: 0;
    }
    .moviment-highlight #arrowsHolder .slick-prev {left: 0; background: url(../dev/arrow-left.png) no-repeat center center;}
    .moviment-highlight #arrowsHolder .slick-next {right: 0; background: url(../dev/arrow-right.png) no-repeat center center;}

    @media only screen and (min-width: 1050px){
        .slider-publicacoes .slick-slide .slide-content {
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
            padding-top: 70px;
            padding-bottom: 70px;
            margin: 0 !important;
        }
        .moviment-highlight #arrowsHolder {
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
        }
    }
    @media only screen and (max-width: 1220px){
        .moviment-highlight.fullwidth #arrowsHolder {top: auto; bottom: 10px; transform: none;}
        .moviment-highlight.fullwidth #arrowsHolder .slick-prev {left: 10px; bottom: 0; margin: 0; top: auto;}
        .moviment-highlight.fullwidth #arrowsHolder .slick-next {right: 10px; bottom: 0; margin: 0; top: auto;}
    }
    @media only screen and (max-width: 1024px){
        #content .moviment-highlight {margin: -67px 0 25px;}
    }
    @media only screen and (max-width: 767px){
        .slider-publicacoes .slick-slide .slide-content {
            padding: 0;
            padding-top: 70px;
            top: auto;
            bottom: 0;
            transform: none;
            width: 100%;
        }
        /*.slider-publicacoes .slick-slide .slide-content p {display: none;}*/
        .moviment-highlight .slider-publicacoes .slick-dots {display: none !important;}
    }

/**
    INTERNA PUBLICAÇÃOZ:\obesidadeinfantilnao_dev\site\obesidadeinfantilnao\static\dev
    **/
    .post-inner-content {}
    .post-inner-content h1 {
        font-size: 50px;
        color: #008bb5;
        text-transform: uppercase;
        line-height: 1;
        font-weight: lighter;
    }
    .post-inner-content h2 {
        font-size: 26px;
        color: #89741f;
    }

    .post-inner-content.post .post-highlight {
        margin-top: 0;
        margin-bottom: 25px;
        height: auto !important;
    }
    .post-inner-content.post .post-highlight img {max-width: 100%; display: block;}
    @media only screen and (max-width: 767px){
        .post-inner-content.post .post-highlight img{
            display:none;
        }
        .post-inner-content.post .post-highlight{
            padding-bottom: 50px;
        }
    }


/**
    DICAS
    **/
    .dicas-infografico {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        /*margin-top: -100px;*/
    }
    .dicas-infografico .content {
        /*background: #ffed90;*/
        display: block;
        position: relative;
        float: left;
        width: 200%;
        border-top-left-radius: 47%;
        border-top-right-radius: 47%;
        margin-left: -50%;
        /*padding-bottom: 50px;
        margin-bottom: -50px;*/
    }
    .dicas-infografico .content .main-image {display: block; margin: 0px auto 0;}
    .dicas-infografico .content .main-image .wrap-content {width: 50%; text-align: center;}
    .dicas-infografico .content .main-image .wrap-content img {max-width: 100%;}
    .dicas-infografico .content .main-image .wrap-content img.mobile {display: none;}

    .home-dn.dicas-dn {padding-bottom: 0px;}
    .publicacoes-area.dicas-area #more-viewed {margin-top: -30px;}
    .publicacoes-area.dicas-area #more-viewed .title-reads {padding: 0;}
    .publicacoes-area.dicas-area #more-viewed .box-content h5 {padding: 55px 50px 55px 75px;}

    .publicacoes-area.dicas-area #more-viewed .box-content.share {
        text-align: center;
        padding: 58px 0;
    }
    .publicacoes-area.dicas-area #more-viewed .box-content.share p {text-transform: uppercase; color: #fff; font-size: 18px;}
    .publicacoes-area.dicas-area #more-viewed .box-content.share a {display: inline-block; margin: 0 25px;}

    .publicacoes-area.dicas-area #publish-list {margin-bottom: 0;}

    .nutridicas-area {font-size: 0; background: #efeff1;}
    .nutridicas-area .moviment {background: #efeff1;}
    .nutridicas-area h2 {color: #10abd0; font-weight: lighter; font-size: 55px;}
    .nutridicas-area h2 strong {color: #ffcc09; font-weight: bold;}
    .nutridicas-area .nutridicas-left {float: none; display: inline-block; vertical-align: middle; padding-left: 0;}
    .nutridicas-area .nutridicas-left h3 {font-size: 26px; color: #8a751f; margin-bottom: 25px; line-height: 1.4;}
    .nutridicas-area .nutridicas-left p {font-size: 18px;}
    .nutridicas-area .nutridicas-left p strong {font-weight: bold; color: #008cb5;}
    .nutridicas-area .nutridicas-center {float: none; display: inline-block; vertical-align: middle;}
    .nutridicas-area .nutridicas-center img {max-width: 100%; display: block; margin: 0 auto;}
    .nutridicas-area .nutridicas-right {float: none; display: inline-block; vertical-align: middle; text-align: right; padding-right: 0;}
    .nutridicas-area .nutridicas-right a {
        padding: 15px 20px 15px 66px;
        background: #008cb5 url(../dev/bg-btn-download.png) no-repeat left center;
        color: #ffed91;
        text-transform: uppercase;
        font-size: 22px;
    }
    .nutridicas-area .nutridicas-right a:hover {background-color: #007ba4;}

    .mosaico-menu {text-align: center; padding: 90px 20px 40px;}
    .mosaico-menu h2 {color: #ffed91; font-size: 50px; text-transform: uppercase; font-weight: lighter;}
    .mosaico-menu p {color: #fff; font-size: 20px; text-transform: uppercase;}
    .mosaico-menu a {display: inline-block; margin: 25px 11px 0; color: #ffed91; background: #008cb5; font-size: 18px; text-transform: uppercase; padding: 10px 20px; box-shadow: 3px 3px 0 #39a6a3; min-width: 205px; box-sizing: border-box;}
    .mosaico-menu a.active {color: #008cb5; background: #ffed91; box-shadow: inset -1px -1px 0 #ffeea9;}

    .mosaico-menu .filtro {
        display: inline-block;
        margin: 25px 11px 0;
        color: #ffed91;
        background: #008cb5;
        font-size: 18px;
        text-transform: uppercase;
        padding: 10px 20px;
        box-shadow: 3px 3px 0 #39a6a3;
        min-width: 205px;
        box-sizing: border-box;

        position: absolute;
        visibility: hidden;
    }
    .mosaico-menu .select2-container {margin: -5px 0 0; display: none; width: 300px !important;}
    .mosaico-menu .select2-container--default .select2-selection--single {background: #008cb5; box-shadow: 3px 3px 0 #39a6a3; width: 300px; box-sizing: border-box; height: 47px; position: relative;}
    .mosaico-menu .select2-container--default .select2-selection--single .select2-selection__rendered {
        border: none;
        color: #ffed91;
        font-size: 18px;
        height: auto;
        padding: 6px 20px;
        box-sizing: border-box;
        text-transform: uppercase;
        text-align: left;
    }
    .mosaico-menu .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background: url(../dev/arrow-down-filtro.png) no-repeat left center;
        left: auto;
        right: 13px;
        width: 36px;
        height: 19px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .mosaico-menu .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 36px;
    }
    .mosaico-menu .select2-container--open .select2-dropdown {border: 1px solid #008cb5;}

    .mosaico-area {font-size: 0;}
    .mosaico-area.negative {margin-bottom: -24px;}
    .mosaico-area {display: table;}
    .mosaico-area > div {display: table-row;}
    .mosaico-area a {display: table-cell; /*width: 20%;*/ text-align: center; background: transparent; padding: 55px; box-sizing: border-box; vertical-align: middle; background: #ffed90;}
    .mosaico-area .inner-row {display: table-cell;}
    .mosaico-area .even a:nth-child(even) {background: #ffcd09;}
    .mosaico-area .odd a:nth-child(odd) {background: #ffcd09;}
    .mosaico-area a span {display: block; font-size: 30px; color: #000; line-height: 1.2; margin-bottom: 10px;}
    .mosaico-area a img {display: block; margin: 0 auto; max-width: 100%;}

/**
    GERAL
    **/
    .calculadora-widget {height: 293px; padding-top: 3px;}

    #content {padding-top: 100px;}

    .menu-bar {box-shadow: none; border-bottom: 1px solid #e9f3fa; font-size: 15px;}
    .menu-bar .menu li a {padding: 14px 0; font-weight: normal; color: #3e360a; margin: 0 18px;}
    .menu-bar:not(.sub) .menu li a:hover,
    .menu-bar:not(.sub) .menu li a.menu-selected {border-bottom: 4px solid #ffc601; padding-bottom: 9px;}
    .menu-bar.sub .menu li a:hover,
    .menu-bar.sub .menu li a.menu-selected {border: none !important;}

    .menu-bar.sub {
        background: #f1c323;
        height: auto;
        padding: 9px 0;
        border: none;
        box-shadow: inset 0px 4px 4px rgba(0,0,0,0.2);
        overflow: visible;
    }
    .menu-bar.sub:after {
        position: absolute;
        width: 100%;
        height: 1px;
        background: transparent;
        z-index: 3;
        content: "";
        bottom: 0;
        left: 0;
        visibility: visible;
        box-shadow: 0px 2px 7px rgba(0,0,0,0.6);
    }
    .menu-bar.sub .menu li a {
        padding: 0 8px 0 34px;
        color: #0070bf;
        margin-left: 14px;
        line-height: 1;
        margin: 0;
    }
    .menu-bar.sub .menu li a:after {
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background-image: url(../dev/sub-menu-sprite2.png);
    }

    .subtitle {
        font-size: 26px;
        color: #89741f !important;
        font-weight: normal !important;
        text-transform: none;
        display: block;
    }
    .blue-button {
        background: #008cb5;
        color: #ffed91;
        font-size: 18px;
        padding: 18px 55px;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
    }

    .bg-degrade {
        background: #0072bc; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA3MmJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDYlIiBzdG9wLWNvbG9yPSIjMjViOWQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmY2IzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(-76deg, #0072bc 0%, #25b9d0 46%, #ffcb31 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-76deg, #0072bc 0%,#25b9d0 46%,#ffcb31 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(160deg, #0072bc 0%,#25b9d0 46%,#ffcb31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072bc', endColorstr='#ffcb31',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    }

    .moviment .embed-container iframe,
    .moviment .embed-container object,
    .moviment .embed-container embed {width: 100%;}

    .no-padding {padding: 0 !important;}

    .reply-menu-float .btn-top {
        background: url(../dev/topo.png) no-repeat left center;
        width: 56px;
        height: 54px;
    }

/**
    INTERNA VIDEO
    **/
    .video-holder {
        max-width: 100%;
        overflow: hidden;
        padding-bottom: 56.25%; /* ensuring 16:9 aspect ratio; use 75% for a 4:3 ratio */
        position: relative;
        margin-top: 30px;
    }
    .video-holder iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .dicas-gerais .video-holder {margin-bottom: 30px;}

/**
    MOBILE
    **/

    /*
        HOME
        */
        @media only screen and (max-width: 1370px){
            .box-highlighted-new #dotsHolder {bottom: 12%;}
        }

        @media only screen and (max-width: 1240px){
            .box-highlighted-new .arrow-down {
                width: 60px;
                height: 24px;
                background-size: 100% 100%;
                bottom: 10px;
            }
            /*.box-highlighted-new #dotsHolder {bottom: 25%;}*/
            .box-highlighted-new .item .box {
                bottom: 25%;
                padding: 0 70px 45px 70px;
            }
            .box-highlighted-new .item .box span {
                padding: 14px;
                font-size: 14px;
                margin-top: 10px;
            }
            /*.box-highlighted-new .item .box p,
            .box-highlighted-new .item .box h2 {font-size: 26px;}*/

            .box-highlighted-new #arrowsHolder .slick-prev {left: 10px;}
            .box-highlighted-new #arrowsHolder .slick-next {right: 10px;}

            .home-publicacoes .youtube-box .video-item .video-title {font-size: 20px;}
        }
        @media only screen and (max-width: 1200px){
            .home-publicacoes .box-content {width: 50%; cursor: default;}
            .home-publicacoes .box-content .inner-block {
                display: inline-block;
                position: relative;
            }
            .home-publicacoes .box-content .content {width: 275px;}
            .box-highlighted-new .item .box h2 {   
                font-size: 30px;
            }
        }
        @media only screen and (max-width: 1140px){
            .home-dn .home-nhac img {margin: 0 0 30px; max-width: 70%;}

            .home-dn .home-nhac .inner {padding-bottom: 350px;}
            .home-dn .home-nhac .inner img {
                position: absolute;
                bottom: 0;
                margin: 0;
                left: 50%;
                transform: translate(-50%, 0);
                max-height: 300px;
            }
            .home-dn .home-nhac .right-content {
                margin: 0 !important;
                text-align: center;
                padding: 0 20px;
                box-sizing: border-box;
            }

            .box-highlighted-new #dotsHolder {bottom: 12%;}
        }
        @media only screen and (max-width: 1024px){
            /*.home-publicacoes .youtube-box .video-item {display: none;}*/
            .home-publicacoes .youtube-box .video-item .img-holder {
                width: 100% !important;
                display: inline-block !important;
            }
            .home-publicacoes .youtube-box .video-item .content {
                width: 100%;
                display: block;
                height: auto;
                position: relative;
                left: auto;
            }
            .home-publicacoes .youtube-box {
                padding: 0 0 80px;
                margin: 0;
                background: #ffed91;
            }
            .home-publicacoes .youtube-box .video-item {display: block; width: 100%; margin: 30px 0 0 0;}

            .home-publicacoes .youtube-box .slick-arrow {
                position: absolute;
                bottom: 20px;
                width: 59px;
                height: 59px;
                display: block !important;
                z-index: 4;
                border: 2px solid #028bb5;
                border-radius: 50%;
                text-indent: -9999px;
                cursor: pointer;
            }
            .home-publicacoes .youtube-box .slick-prev {background: url(../new/arrow-left-blue.png) no-repeat center center; left: 50%; margin-left: -89px;}
            .home-publicacoes .youtube-box .slick-next {background: url(../new/arrow-right-blue.png) no-repeat center center; right: 50%; margin-right: -89px;}
        }
        @media only screen and (max-width: 940px){
            .home-dn .home-dicas p br {display: none;}
            .box-highlighted-new #dotsHolder {bottom: 8%;}
        }
        @media only screen and (max-width: 767px){
            .box-highlighted-new .arrow-down,
            .box-highlighted-new #dotsHolder,
            .box-highlighted-new #arrowsHolder,
            .box-highlighted-new .item .box span,
            .box-highlighted-new #arrowsHolder .slick-prev,
            .box-highlighted-new #arrowsHolder .slick-next {display: none;}

            .box-highlighted-new .item .box {
                left: 0;
                bottom: 0;
                width: 100%;
                height: auto;
                padding: 40px;
                max-width: 100%;
                transform: none;
                top: auto;
            }

            .home-dn.home-dicas-area {padding: 0;}
            .home-dn.home-nhac-area {margin: 0; padding-top: 0;}

            .home-dn .boxes {margin: 0 -10px; top: auto; /*float: left;*/ margin-bottom: 70px;}
            .home-dn .boxes .box {width: 50%; box-sizing: border-box; float: left; margin: 0;}
            .home-dn .boxes .box h3 {display: none;}
            .home-dn .boxes .box span.blue-button {font-size: 14px; padding: 10px; top: 16px;}

            .like-line .left img {width: 69px;}
            .like-line .right h3 {
                display: block;
                margin-bottom: 10px;
            }
            .like-line .right a {width: 35px;}
            .like-line .right a img {max-width: 100%;}

            .home-publicacoes .box-content .inner-block {
                display: block;
                position: relative;
                margin: 0 auto;
                float: none;
                max-width: 275px;
                width: 100%;
            }
            .home-publicacoes .box-content {border: none;}
            .home-publicacoes .box-content {width: 100%; text-align: center;}

            .home-dn .boxes .box p {font-size: 15px;}
            .box-highlighted-new .item img {display: none;}
            .box-highlighted-new .item img.mobile {display: block; width: 190%; max-width: 190%;}
        }
        @media only screen and (max-width: 560px){
            .box-highlighted-new .item img {display: none;}
            .box-highlighted-new .item img.mobile {display: block; width: 190%; max-width: 190%;}

            .home-nhac-area {padding: 0;}
            .home-dn .home-nhac .content {top: auto;}

            .home-dn .boxes {top: auto;}

            .home-dn .home-nhac .inner img {
                position: absolute;
                bottom: 0;
                height: auto;
                width: 320px;
                max-width: 100%;
                left: 50%;
                -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                margin: 0;
            }
            .home-dn .home-nhac .inner {padding-bottom: 250px;}
            .home-dn .home-nhac .right-content a {font-size: 16px; padding: 8px 22px;}

            .box-highlighted-new .item .box h2 {font-size: 22px;}
            .box-highlighted-new .item .box p {font-size: 17px;}
        }
        @media only screen and (max-width: 430px){
            .box-highlighted-new .item .box h2 br,
            .box-highlighted-new .item .box p br {display: none;}
            .box-highlighted-new .item img.mobile {display: block; width: 250%; max-width: 250%;}
        }

    /*
        O PROJETO
        */
        @media only screen and (max-width: 950px){
            .habit {padding-top: 40px;}
            .habit .habits-to-change .item .img-holder {
                display: block;
                text-align: center;
                width: 100%;
            }
            .habit .habits-to-change .item .img-holder img {
                max-width: 100%;
                display: inline-block;
                float: none;
                margin-bottom: 40px;
                max-width: 300px;
            }
            .habit .habits-to-change .item .content {
                display: block;
                width: 100%;
                text-align: center;
            }

            .habit h2 {font-size: 30px;}
            .habit h3 {font-size: 25px; padding: 0;}
            .habit .habits-to-change .item {
                padding: 0 20px;
                box-sizing: border-box;
            }
            .habit .habits-to-change .item p {
                font-size: 18px;
                line-height: 1.6;
                padding: 10px 0 0;
            }
            .habits-to-change.slick-slider {padding-bottom: 40px;}

            h2.titulo,
            .publicacoes h2,
            .moviment h2 {font-size: 38px; margin-bottom: 20px;}

            .social-midias .grid-30 {display: block; float: none; width: 100%; text-align: center;}
            .social-midias img {max-width: 300px;}
            .lnk-moviment-midias {margin: 0 auto 20px;}
            .social-midias p {margin: 10px auto;}

            .habits-to-change .slick-dots {
                margin-left: 0 !important;
                -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
            }
        }
        @media only screen and (max-width: 767px){
            .like-line .left img {width: 69px;}
            .like-line .right h3 {
                display: block;
                margin-bottom: 10px;
                line-height: 1;
            }
            .like-line .right a {width: 35px;}
            .like-line .right a img {max-width: 100%;}
        }
        @media only screen and (max-width: 600px){
            .moviment-highlight .post-highlight.moviment {height: 200px; margin-top: 58px;}
        }

    /*
        PUBLICAÇÕES
        */
        @media only screen and (max-width: 1023px){
            #publish-list h2 {padding: 0 10px;}
            #publish-list {margin-bottom: 0 !important; padding: 0;}
            .moviment .line {padding: 0 10px;}
            .reply-menu-float {
                background: #f0c62e;
                -webkit-box-shadow: none;
                box-shadow: none;
                text-align: center;
                padding: 30px 0;
            }
            .reply-menu-float li {
                border-bottom: 1px solid #cd9a24;
                border-top: 1px solid #f1ca56;
            }
            .reply-menu-float li:nth-last-child(1) {border-bottom: none;}
            .reply-menu-float li.title {color: #4e8bb2; font-size: 28px; text-transform: uppercase; font-weight: lighter; border: none;}
            .reply-menu-float .nav li a {
                color: #fff;
                font-size: 16px;
                text-transform: uppercase;
                font-weight: lighter;
                display: inline-block;
                padding: 15px 0 12px 37px;
                line-height: 1;
                height: auto;
            }
            .reply-menu-float .nav li a:after {
                top: 50%;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
                margin-top: 6px;
            }
        }
        @media only screen and (max-width: 950px){
            #publish-list > .grid-70 {width: 100%;}
            #publish-list > .grid-30 {width: 100%;}
            .publicacoes-area #more-viewed {margin-top: 0;}

            #publish-list .box-content .image a,
            #publish-list .box-content .image {border-radius: 0;}
        }
        @media only screen and (max-width: 767px){
            .menu-float {display: none !important;}
            .mobile-no-padding {padding: 0 !important;}

            .moviment-highlight.fullwidth #arrowsHolder button {display: none !important;}

            .slider-publicacoes.slick-slider {margin-top: 70px;}
            .slider-publicacoes .slick-slide .slide-content h3 {padding-top: 20px;}
            .slider-publicacoes .slick-slide .slide-content p {padding-bottom: 20px;}
            .slider-publicacoes .slick-slide .slide-content h3,
            .slider-publicacoes .slick-slide .slide-content p {
                margin: 0 auto;
                font-size: 18px;
                line-height: 1.2;
                max-width: 100%;
                /*text-align: center;*/
            }
        }

    /*
        POST
        */
        @media only screen and (max-width: 1024px){
            .post.post-inner-content {
                margin: 0;
                display: block;
            }
            .post.post-inner-content .publicacoes-area {padding: 0; margin: 0 auto !important;}
            .post.post-inner-content .publicacoes-area .grid-70,
            .post.post-inner-content .publicacoes-area .grid-30 {
                display: block;
                width: 100%;
                padding: 0;
            }

            .post .post-content img {
                float: none !important;
                display: block;
                margin: 0 auto;
                max-width: 100%;
                height: auto;
            }

            .like-line {padding-bottom: 30px;}
            .post.post-inner-content .publicacoes-area .grid-container.content {padding: 0 10px;}

            #content .wrap-content,
            .publicacoes-area #more-viewed {margin-top: 0;}

            #content .grid-parent.home-publicacoes .wrap-content h2.text-center {margin-bottom: 20px;}
        }

    /*
        DÚVIDAS
        */
        @media only screen and (max-width: 767px){
            .nutricao-saude .ui-accordion-header {background: url(../dev/duvidas-arrow-down.png) no-repeat center bottom;}
            .nutricao-saude .ui-accordion-header-active {border: none !important; background: none;}

            .nutricao-saude .ui-accordion .ui-accordion-content {padding: 0; height: auto !important;}
            .nutricao-saude .ui-accordion .ui-accordion-content-active {border-bottom: 1px solid #d1d3d4; background: url(../dev/duvidas-arrow-up.png) no-repeat center bottom;}

            .ui-accordion .ui-accordion-header .ui-accordion-header-icon {display: none !important;}

            .interna-holder .ui-accordion h3 {padding: 20px 0 26px;}
        }

    /*
        NUTRIÇÃO
        */
        @media only screen and (max-width: 767px){
            .premio a .icon-pdf,
            .nutricao-saude a .icon-pdf {
                width: 28px;
                display: block;
                float: none;
                vertical-align: middle;
                position: absolute;
                left: 0;
                top: 0;
            }
            .interna-holder .nutricao-link {
                display: block;
                margin-bottom: 20px;
                position: relative;
                line-height: 1;
            }
            .premio a .to-center,
            .nutricao-saude a .to-center {
                margin-top: 0;
                display: inline-block;
                padding-left: 32px;
                line-height: 1.2;
            }
        }

    /*
        DICAS / DICA INTERNA
        */
        #publish-list .dicas-gerais {
            color: #6d6e71;
            font-size: 20px;
            display: block;
            margin-bottom: 25px;
            line-height: 1.4;
        }
        #publish-list .dicas-gerais li {list-style-position: inside;}
        #publish-list .dicas-gerais h2 {padding: 0 !important;}
        @media only screen and (min-width: 1024px) and (max-width: 1459px){
            .mosaico-area a span {font-size: 24px !important;}
        }
        @media only screen and (min-width: 1024px){
            .mosaico-area a {
                position: relative;
                padding: 125px 55px 55px;
            }
            .mosaico-area a span {
                display: block;
                font-size: 30px;
                color: #493e14;
                line-height: 1.2;
                margin-bottom: 10px;
                position: absolute;
                left: 0;
                padding: 0 55px;
                top: 45px;
                text-align: center;
                width: 100%;
                box-sizing: border-box;
                line-height: 1;
            }
        }
        @media only screen and (max-width: 1024px){
            #publish-list .dicas-gerais {padding: 20px;}

            .mosaico-area a {padding: 25px;}
            .mosaico-area a span {font-size: 22px;}
        }
        @media only screen and (max-width: 950px){
            .publicacoes-area.dicas-area #more-viewed {margin-top: 0px;}
            .mosaico-area .inner-row {display: table-row;}

            .mosaico-area .even a:nth-child(even) {background: #ffcd09;}
            .mosaico-area .odd a:nth-child(even) {background: #ffcd09;}
            .mosaico-area .odd a:nth-child(odd) {background: #ffed90;}

            .mosaico-area .even .inner-row a:nth-child(odd) {background: #ffcd09;}
            .mosaico-area .even .inner-row a:nth-child(even) {background: transparent;}
            .mosaico-area .odd .inner-row a:nth-child(odd) {background: #ffcd09;}
            .mosaico-area .odd .inner-row a:nth-child(even) {background: transparent;}
        }
        @media only screen and (max-width: 767px){
            .publicacoes-area #more-viewed:not(.pub) {padding-top: 0;}

            .home-dn.dicas-dn {padding-top: 70px;}

            .dicas-infografico .content .main-image .wrap-content img {display: none;}
            .dicas-infografico .content .main-image .wrap-content img.mobile {display: block; margin: 0 auto;}

            .dicas-infografico .content {width: 600%; margin-left: -252%;}
            .dicas-infografico .content .main-image .wrap-content {max-width: 400px; width: 15%;}

            #publish-list .dicas-gerais {text-align: center;}

            .mosaico-area .inner-row,
            .mosaico-area a {display: block; width: 100%;}

            .mosaico-area a span {
                display: inline-block;
                width: 50%;
                text-align: left;
                margin: 0;
                vertical-align: middle;
            }
            .mosaico-area a img {
                display: inline-block;
                max-width: 50%;
                vertical-align: middle;
            }

            /*.mosaico-area .even a:nth-child(odd) {background: transparent !important;}*/
            .mosaico-area .even a:nth-child(even) {background: #ffcd09 !important;}
            .mosaico-area .odd a:nth-child(even) {background: #ffcd09 !important;}
            /*.mosaico-area .odd a:nth-child(odd) {background: transparent !important;}*/

            .mosaico-menu {padding: 40px 20px;}
            .mosaico-menu h2 {margin-bottom: 40px;}
            .mosaico-menu p {margin: 0;}

            .mosaico-menu a {display: none;}
            .mosaico-menu .select2-container {display: block; margin: 0 auto;}
        }

    /*
        CONTATO
        */
        @media only screen and (max-width: 1225px){
            .nutricao-saude.contact .select2-container {width: 100% !important; margin-bottom: 2px;}
            #content .bg-degrade .moviment.contact .padding-top-10,
            #content .bg-degrade .moviment.contact .padding-bottom-10 {padding: 0 5px 5px 0 !important;}
        }

    /*
        GERAL
        */
        .calculadora-widget .btn-calculadora {cursor: pointer;}

        .menu-bar.sub1 .menu li:nth-child(1) a:after {background-position: center 0px;}
        .menu-bar.sub1 .menu li:nth-child(2) a:after {background-position: center -149px;}

        .footer-mobile {background: #d0d2d3; padding-bottom: 30px; margin: 0; border-top: 48px solid #69b7d0;}

        .menu-bar .search-holder {position: relative; text-align: right; float: right !important;}
        .menu-bar .search-holder .text-search {
            text-align: left;
            background: rgba(255,255,255,0.5);
            border: 1px solid #fff;
            border-radius: 0;
            color: #008cb5;
            font-size: 16px;
            display: inline-block;
            width: 220px;
            height: 36px;
            padding: 2px 44px 2px 7px;
            box-sizing: border-box;
            margin: 8px 0;
        }
        .menu-bar .search-holder .text-search::-webkit-input-placeholder {color: #008cb5;}
        .menu-bar .search-holder .text-search:-moz-placeholder {color: #008cb5;}
        .menu-bar .search-holder .text-search::-moz-placeholder {color: #008cb5;}
        .menu-bar .search-holder .text-search:-ms-input-placeholder {color: #008cb5;}

        .menu-bar .search-holder .submit-search {
            background: url(../dev/search-btn-desk.png) no-repeat center center;
            width: 42px;
            height: 34px;
            position: absolute;
            right: 2px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            padding: 0;
            border: none !important;
            margin: 0;
        }

        @media only screen and (max-width: 1120px){
            .menu-bar .menu li a {margin: 0 11px;}
        }
        @media only screen and (max-width: 1023px){
            #wrapper,
            #wrapper #header {overflow: visible; background: transparent;}
            #wrapper {padding-bottom: 3px;}

            #wrapper #header .button_mobile {position: relative; overflow: hidden;}
            #wrapper #header .button_mobile.float-right {
                text-align: right;
                width: 219px;
            }

            #wrapper #header {overflow: visible;}

            #wrapper #header .min-width-logo {padding: 0 20px 7px; background: #fff;}

            #menu-mobile {position: absolute; top: 78px; left: 0;}

            #menu-mobile ul.menu {display: none; padding: 0;}
            #menu-mobile.menu-open ul.menu {display: block; background: #fff;}
            #menu-mobile .sub-header {
                background: rgba(255,255,255,0.5);
                
            }

            .navicon,
            .navicon:before,
            .navicon:after {
                height: 3px;
                width: 24px;
                background: #3d360a;
                border-radius: 0;
                opacity: 1 !important;
                z-index: 1 !important;
            }
            .navicon:before {top: 8px !important;}
            .navicon:after {top: -8px !important;}

            .navicon-button {padding: 30px 20px; top: 3px;}

            #content {padding-top: 81px; /*!important;*/}

            .button-search {
                display: inline-block;
                width: 14px;
                height: 14px;
                cursor: pointer;
                padding: 24px 13px;
                position: relative;
                top: 6px;
                z-index: 2;
                background: url(../dev/search-icon.png) no-repeat center center;
            }
            .button-search.close {background: url(../dev/close-icon.png) no-repeat center center;}

            #wrapper #header .button_mobile .text-search {
                position: absolute;
                top: 50%;
                border: 1px solid #000;
                right: 100%;
                width: 219px;
                box-sizing: border-box;
                padding: 0 10px;
                font-size: 14px;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
                margin: 2px 0 0;
                transition: all linear .2s;
                border-radius: 0;
                background: #fff;
            }
            #wrapper #header .button_mobile.show .text-search {left: 0; right: auto;}

            #menu-mobile ul li {text-align: left; padding: 20px; border-bottom: 1px solid #bebebe;}
            #menu-mobile ul li.with-submenu {padding: 0;}
            #menu-mobile ul li.with-submenu > a {padding: 20px; display: block;}
            #menu-mobile ul li a {text-align: left; color: #3e350c; font-weight: bold; font-size: 20px;}

            #menu-mobile .with-submenu .menu {padding: 0;}
            #menu-mobile .with-submenu .menu li {height: auto; padding: 20px 40px; background: #ffcd0c; border-bottom: 1px solid #fff;}
            #menu-mobile .with-submenu .menu li a {color: #0171bb; font-weight: normal;}
        }
        @media only screen and (max-width: 767px){
            #wrapper #header .min-width-logo {padding: 0 10px 18px;}
        }
        @media only screen and (max-width: 420px){
            .footer .logo-amil {display: none;}
        }