.content {
    width: 90%;
    margin: 0 5%;
}

.backtop {
    display: none;
    height: 40px;
    position: fixed;
    cursor: pointer;
    bottom: 10px;
    left: 10px;
    font-variant: small-caps;
    color: #fff;
    font-size: 1em;
    padding: 7px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 150;
    box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 7px #000;
}

.backtop:hover {
    background: rgba(42, 85, 163, 0.7);
    font-weight: 500;
    padding: 6px;
}

.fontzero {
    font-size: 0em !important;
}

.section_title {
    font-size: 2.2em;
    line-height: 56px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
}

body {
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}

.revealOnScroll {
    opacity: 0;
}

/*LOADER*/
.preloader {
position: fixed;
top: 0;
left: 0;
background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
z-index: 9999;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
transform-origin: top left;
}

.preloader.finishload {
transform-origin: right center;
transform: translateX(100%)scaleX(0);
}

/*HEADER*/
.main_header {
    padding: 10px 0 15px 0;
    box-shadow: 0 0px 20px #1A242E;
    position: relative;
    z-index: 999;
    background-image: linear-gradient(to right, #434343 0%, black 100%);
}

/*.main_header_logo {background-color: #fff;}*/
.main_header_logo img {
    width: 220px;
}

/*SOBRE*/
.main_sobre {
    padding: 70px 0;
    color: #3A3A3A;
}

.main_sobre .section_title {
    color: #1594a2;
}

.sobre_item:first-of-type {
    margin-bottom: 70px;
}

.sobre_item svg {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto 30px auto;
}

.sobre_item .sobre_desc p {
    margin-bottom: 25px;
}

/*MILMANEIRAS*/
.milmaneiras {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    position: relative;
    height: 500px;
    color: #fff;
    overflow: hidden;

}

.logomil {
    padding: 0 10%;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 2px 2px 3px #666;
    font-weight: 600;
    text-align: center;
}

.ouvido {
    width: 200px;
    height: 300px;
    position: absolute;
    background: url("images/ouvido.svg") no-repeat left bottom;
    top: -20px;
    left: 10%;
    filter: blur(1px);
}

.prancheta {
    width: 220px;
    height: 240px;
    position: absolute;
    background: url("images/prancheta.svg") no-repeat left bottom;
    bottom: -80px;
    right: -30px;

}

.papel {
    width: 220px;
    height: 240px;
    position: absolute;
    background: url("images/papel.svg") no-repeat left bottom;
    bottom: -80px;
    right: -60px;
}

/*SERVIÇOS*/
.main_servicos {
    color: #1594a2;
    padding: 100px 0;
    background-image: linear-gradient(to right, #434343 0%, black 100%);
}


.servicos_itens {
    margin-top: 80px;
}

.servicos_item {
    display: block;
    margin-bottom: 100px;
}

.servicos_itens svg {
    width: 80%;
    margin: 0 10%;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/*.servicos_itens .servicos_desc {
    text-align: center;
}
*/

.servicos_itens .servicos_desc {
    text-align: left;
}
.servicos_desc .left{}

.servicos_itens .servicos_desc h1 {
    font-size: 1.9em;
    font-weight: 300;
    margin-bottom: 30px;
}

.servicos_itens .servicos_desc p {
    font-size: 1.1em;
    font-weight: 300;
    color: #ffffde;
    margin-bottom: 10px;
    text-align: left !important;
    float: left;
}

.servicos_item #tercerizado {
    stroke-dasharray: 860;
    stroke-dashoffset: 860;
}

.servicos_item #educacao {
    stroke-dasharray: 1700;
    stroke-dashoffset: 1700;
}

.servicos_item #protocolo {
    stroke-dasharray: 1530;
    stroke-dashoffset: 1530;
}

.servicos_item #gestao {
    stroke-dasharray: 1160;
    stroke-dashoffset: 1160;
}

.desenho {
    animation: draw 2s linear forwards !important;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

/*BLOG*/
.main_blog_index{
    padding: 100px 0;
}

.main_blog_index .section_title {
    color: #1594a2;
}

.blog_cat_item {
    border-radius: 5px;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    max-width: 320px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}

.blog_cat_item img{
    width: 100%;
}

.blog_cat_item a{
    text-decoration: none;
    color: #3A3A3A;
}

.blog_cat_item a:hover{
    text-decoration: underline;
    color: #0A537D;
}

.blog_cat_item h1{
 padding: 20px 10px;
}

/*CONTATO*/
.main_contato {
    padding: 100px 0;
    color: #fff;
    position: relative;
    z-index: 90 !important;
    text-align: center;
    background-image: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
}

.main_contato .bg_contato {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/contato.jpg) 50% 0 no-repeat;
    background-attachment: fixed;
}

.main_contato .content {
    margin-top: 250px;
    opacity: 1;
    position: relative;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    left: 0 !important;
    top: 0 !important;
}

.main_contato_form label {
    margin-bottom: 30px;
    display: block;
}

.main_contato_form input, .main_contato_form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.main_contato_form input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 1.2em;
}

.main_contato_form input::-moz-placeholder {
    color: #ccc;
    font-size: 1.2em;
}

.main_contato_form input:-ms-input-placeholder {
    color: #ccc;
    font-size: 1.2em;
}

.main_contato_form textarea::-webkit-input-placeholder {
    color: #ccc;
    font-size: 1.2em;
}

.main_contato_form textarea::-moz-placeholder {
    color: #ccc;
    font-size: 1.2em;
}

.main_contato_form textarea:-ms-input-placeholder {
    color: #ccc;
    font-size: 1.2em;
}

.main_contato_form .btn_form {
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    padding: 14px 40px;
    font-size: 1.1em;
    line-height: 22px;
    color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 5px;
    border-radius: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    text-decoration: none;
    font-variant: small-caps;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
    background-color: transparent;

}

.main_contato_form .btn_form:hover {
    color: #1594a2;
    border-color: #1594a2;
}

/*FOOTER*/
.main_footer {
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 0.7em;
    padding: 20px 0;
    background-image: linear-gradient(to right, #434343 0%, black 100%);
}

.main_footer p {
    margin-bottom: 10px;
}

/*ARTIGOS*/
.main_blog_content {
    padding: 70px 0;
    background-color: #f1f1f1;
    display: flex;
    flex-wrap: wrap;
}

.main_blog_content a {color: inherit; text-decoration: none;}

.main_blog .main_blog_post {
    background-color: #fff;
    margin-bottom: 56px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 9px 12px 0 #e5e5e5;
}

.main_blog img {
   width: 100%;
}

.main_blog header {
    padding: 20px 15px;
}

.main_blog h1 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 20px;
    color: #4c4c4c;
}

.main_blog .tagline {
    font-size: 0.9em;
    margin-bottom: 20px;
    color: #5e5e5e;
}

.main_blog_post_footer {display: flex; flex-wrap: wrap; justify-content: space-between;}

.main_blog .blog_post_date {
    font-size: 0.9em;
    margin-bottom: 10px;
    color: #b2b2b2;
}

.main_blog .blog_post_link {
    font-size: 1em;
    color: #09f;
}

.main_blog .blog_post_link:hover {
    text-decoration: underline;
}

.search_form_post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 52px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: 0 9px 12px 0 #e5e5e5;
}

.search_form_post input {
    height: 100%;
    width: calc(100% - 46px);
    padding: 4px 16px;
    font-size: 13px;
    outline-offset: -2px;
    -webkit-appearance: none;
    border: 0;
    outline: none!important;
    border-radius: 0;
    box-shadow: none!important;
}

.search_form_post .search_button {
    height: 100%;
    width: 46px;
    border: 0;
    background-color: #fff;
    cursor: pointer;
}

.search_form_post .search_button i {
    color: #b2b2b2;
    line-height: 42px;
    font-size: 30px;
}

.main_sidebar_widget_most {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #fff;
    margin-bottom: 32px;
    padding: 8px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 9px 12px 0 #e5e5e5;
}

.main_sidebar_widget_most .sidebar_most_post_title{
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 14px;
    margin: 0 0 18px 0;
    padding: 15px 8px;
    color: #5e5e5e;
    width: 100%;
}

.main_sidebar_widget_post {
    width: 100%;
    display: flex;
    margin-bottom: 20px;

}
.main_sidebar_widget_post a {
    padding-right: 8px;
    width: 30%;
    color: #0bb8ff;
    text-decoration: none;
}

.main_sidebar_widget_post header {
    width: 70%;
}

.main_sidebar_widget_post header h1 {
    font-size: 14px;
    margin-bottom: 6px;
    color: #0bb8ff;
    font-weight: 600;
}

.main_sidebar_widget_post header .blog_post_date {
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 0;
}

.main_sidebar_widget_categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #fff;
    margin-bottom: 32px;
    padding: 8px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 9px 12px 0 #e5e5e5;
}

.main_sidebar_widget_categories .sidebar_most_post_title{
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 18px;
    margin: 0 0 18px 0;
    padding: 15px 8px;
    color: #5e5e5e;
    width: 100%;
}

.main_sidebar_widget_categories li a{
    font-size: 0.875em;
    color: #0bb8ff;
    margin-bottom: 15px;
}

.main_sidebar_widget_categories li a:hover{
    text-decoration: underline;
}

/*ARTIGO SINGLE*/
.post_single {
    padding: 50px 0;
    background-color: #f1f1f1;
    display: flex;
    flex-wrap: wrap;
}

.post_title_bg {position: relative;}
.post_title_desc {
    align-items: flex-start;
    text-align: left;
    padding: 0 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    background: linear-gradient(rgba(63, 59, 57, .06), rgba(79, 67, 63, .38) 26%, #1f130e);
}

.post_title_desc h1{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 22px;
    line-height: 1.2;
}

.post_title_desc p{
    font-size: 14px;
    color: #ccc;
    margin-bottom: 16px;
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.post_content .tagline {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
    color: #4c4c4c;
    font-weight: 700;
}
.post_content .htmlchars {
    background-color: #fff;
    padding: 0 10px;
    margin-bottom: 50px;
}

.post_content .htmlchars p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #4c4c4c;
}

/*480px*/
@media (min-width: 30em) {
    .servicos_item svg {
        display: block;
        width: 270px;
        margin: 0 auto 40px auto;
    }
}

/*592px*/
@media (min-width: 37em) {
    .section_title {
        font-size: 2.5em;
    }

    .logomil {
        font-size: 2.7em;
        margin-top: -50px;
    }
}

/*768px*/
@media (min-width: 48em) {
    .sobre_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 90px;
    }

    .sobre_item:last-of-type {
        margin-bottom: 20px;
    }

    .sobre_item svg {
        width: 45%;
        order: 1;
    }

    .sobre_item svg#brain {
        width: 45%;
        order: 3;
    }

    .sobre_item .sobre_desc {
        width: 40%;
        order: 2;
        text-align: justify;
    }

    .servicos_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 70px;
    }

    .servicos_item:last-of-type {
        margin-bottom: 20px;
    }

    .servicos_item svg {
        width: 38%;
        max-width: 350px;
        order: 1;
        margin: 0;
    }

    .servicos_item svg#gestao {
        width: 38%;
        max-width: 330px;
        order: 3;
        margin: 0;
    }

    .servicos_item:nth-of-type(2n) svg {
        width: 50%;
        order: 3;
    }

    .servicos_item .servicos_desc {
        width: 40%;
        order: 2;
    }

    .blog_cat_itens {
        display: flex;
        justify-content: space-between;
    }

    .blog_cat_item {
        margin: 0;
        width: 32%;
    }

    .main_contato .bg_contato {
        position: absolute;
        top: 0;
        left: 0;
        width: 45%;
        height: 100%;
        background: url(images/contato.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-attachment: fixed;
    }

    .main_contato .content {
        padding-left: 45%;
        opacity: 1;
        position: relative;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        left: 0 !important;
        top: 0 !important;
        margin-top: 0px;
    }

    /*ARTIGOS*/
    .main_blog_content .content {display: flex; justify-content: space-between}
    .main_blog_content .main_blog {width: 68%;}
    .main_blog_content .main_sidebar {width: 30%;}

    .post_single .content {display: flex; justify-content: space-between}
    .post_single .left_content {width: 68%;}
    .post_single .main_sidebar {width: 30%;}
    .post_single .htmlchars {margin-bottom: 0;}
}

/*960px*/
@media (min-width: 60em) {
    .logomil {
        font-size: 2.7em;
        margin-top: -25px;
    }

    .ouvido {
        width: 300px;
        height: 420px;
        position: absolute;
        background: url("images/ouvido.svg") no-repeat left bottom;
        top: 50px;
        left: 3%;
        filter: blur(1px);
    }

    .prancheta {
        width: 220px;
        height: 240px;
        position: absolute;
        background: url("images/prancheta.svg") no-repeat left bottom;
        bottom: -80px;
        right: -30px;

    }

    .papel {
        width: 220px;
        height: 240px;
        position: absolute;
        background: url("images/papel.svg") no-repeat left bottom;
        bottom: -80px;
        right: -60px;
    }

    .caixas {
        width: 250px;
        height: 200px;
        position: absolute;
        background: url("images/caixas.svg") no-repeat left bottom;
        bottom: 5px;
        right: 40%;
        filter: blur(1px);
    }

    .vacinaa {
        width: 180px;
        height: 150px;
        position: absolute;
        background: url("images/vacinaa.svg") no-repeat left bottom;
        top: -50px;
        right: 10%;
        filter: blur(1px);
    }

    .vacinav {
        width: 180px;
        height: 150px;
        position: absolute;
        background: url("images/vacinav.svg") no-repeat left bottom;
        top: -5px;
        right: 5%;
    }

    .comprimidos {
        width: 220px;
        height: 240px;
        position: absolute;
        background: url("images/comprimidos.svg") no-repeat left bottom;
        top: -80px;
        right: 60%;
        margin-right: -110px;
    }
}

/*1080px*/
@media (min-width: 67.5em) {
    .content {
        /*width: 80%;*/
        /*margin: 0 10%;*/
    }

    .main_header .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .global-menu {
        width: 480px;
    }

    .global-menu .global-menu__wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main_header_nav_item {
        margin: 0;
        color: #fff;
    }

    .main_header_nav_item > a {
        position: relative;
        padding: 0 5px;
        text-decoration: none;
        color: #fff;
        font-size: 1.3em;
        font-weight: 500;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

    .main_header_nav_item > a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        border-bottom: 1px solid #1594a2;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

    .main_header_nav_item:hover a, .main_header_nav_item > a:hover {
        color: #1594a2 !important;
        font-weight: 600;
    }

    .main_header_nav_item:hover a, .main_header_nav_item > a:hover:before {
        width: 100%;
    }
}

/*1280px*/
@media (min-width: 80em) {
    /*.content {*/
        /*width: 75%;*/
        /*margin: 0 12.5%;*/
    /*}*/
}

/*1500px*/
@media (min-width: 93.75em) {
    .content {
        display: block;
        width: 1200px;
        margin: 0 auto;
    }
}