@import url('util.css');
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/myriadpro-regular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-regular/MyriadPro-Regular.otf') format('opentype'), url('../fonts/myriadpro-regular/MyriadPro-Regular.woff') format('woff'), url('../fonts/myriadpro-regular/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/myriadpro-regular/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../fonts/myriadpro/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro/MyriadPro-Bold.otf') format('opentype'), url('../fonts/myriadpro/MyriadPro-Bold.woff') format('woff'), url('MyriadPro-Bold.ttf') format('truetype'), url('../fonts/myriadpro/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    position: relative;
    height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

.transition {
    transition: all 0.5s ease 0s;
}

.modal.fade.in {
    z-index: 99999;
}

.botao-voltar-topo {
    bottom: 10px;
    position: fixed;
    right: 10px;
}

.bk-white {
    background-color: #fff !important;
}

p {
    margin-bottom: 0px !important;
}

.detail {
    display: block;
    background: #f9e2c3;
    width: 170px;
    margin: 0px auto;
    height: 2px;
}


/*Header HOME */

.header {
    background: #2675c0;
    position: relative;
    height: auto;
    padding: 60px 0px;
}

.header .box-principal-menu .navbar-nav .nav-item {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px;
}

.header .img-logo {
    margin-right: 100px;
}


/*Fim Header*/


/**/

.w-100 {
    width: 100%;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-100 {
    margin-bottom: 100px;
}

.text-und {
    text-decoration: underline;
}

h1 {
    text-transform: uppercase;
    color: #333333;
    font-size: 34px;
}

h2 {
    color: #333333;
    font-size: 25px;
}

h3 {
    color: #333333;
    font-size: 25px;
}

p,
li {
    font-family: 'Open Sans';
    color: #6e6a62;
    font-size: 17px;
}

.text-center {
    text-align: center;
}

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

.text-right {
    text-align: right;
}

.text-upper {
    text-transform: uppercase;
}

.title-tag {
    background: #4d5654;
    display: inline-block;
    padding: 10px 18px;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
}

.divisor-menor {
    background: #4d5654;
    width: 100px;
    height: 5px;
    display: block;
}

.title-big {
    font-size: 50px;
    color: #8a8a8a;
    font-family: "MyriadPro-Bold";
}

.title-medium {
    font-size: 20px;
    color: #8a8a8a;
    font-family: "MyriadPro-Regular";
}


/*Inicio Breadcrumb*/

.box-breadcrumb,
.box-breadcrumb a {
    margin: 30px 0px;
    color: #a89993;
    font-size: 16px;
    font-family: 'Open Sans';
    text-transform: uppercase;
}


/*Fim Breadcrumb*/


/*Inicio Footer*/

footer .section-form {
    background: #c4b0a7;
    padding: 100px 0px;
    margin: 0px 0px 0px 0px;
    color: #a89993;
    font-size: 16px;
    font-family: 'Open Sans';
    text-transform: uppercase;
}

footer .box-form h2 {
    color: #48423b;
    font-family: 'Oswald', sans-serif;
    font-size: 56px;
    width: 100%;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 50px;
}

footer .box-form span.title-smaller {
    position: relative;
    display: block;
    color: #48423b;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

footer .box-form p {
    color: #48423b;
    width: 100%;
    text-align: center;
    text-transform: none;
    margin-bottom: 50px !important;
}

footer .box-form form input[type=text],
footer .box-form form textarea {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

footer .box-form form .form-control::placeholder {
    color: #fff;
}

footer .box-form form .form-control::-webkit-input-placeholder {
    color: #fff;
}

footer .box-form form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

footer .box-form form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

footer .box-form form .form-control:-ms-input-placeholder {
    color: #fff;
}

footer .box-form form .form-control:focus {
    background: transparent;
    border: none;
}

footer .box-form form textarea {
    margin-bottom: 30px;
}

.transition03 {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.botao-voltar-topo {
    bottom: 10px;
    position: fixed;
    right: 90px;
    z-index: 999;
    color: #2675c0;
}

.btn-enviar {
    position: relative;
    float: right;
    background: transparent;
    border: 1px solid #48423b;
    color: #48423b;
    padding: 20px 25px;
}

.btn-enviar:hover {
    border: 1px solid #fff;
    color: #fff;
}

footer .box-midias {
    padding: 20px 0px;
    text-align: center;
    font-size: 20px;
    color: #d5d5d5;
}

footer .box-midias a {
    margin: 0px 10px;
    font-size: 20px;
    color: #d5d5d5;
}

footer .box-midias a i {
    font-size: 30px;
}


/*Fim Footer*/


/*Inicio Página Contato*/

.section-page-contato .box-title h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.section-page-contato .box-title p {
    font-family: 'Open Sans';
    color: #6e6a62;
    font-size: 17px;
    text-align: justify;
}

address,
address a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #1a1a1a;
    /* margin-bottom: 30px; */
}

address i {
    margin-right: 20px;
    color: #2675c0;
    font-size: 25px;
}

.list-contato {
    text-align: center;
    margin-bottom: 30px;
}


/*Fim Página Contato*/


/*Area central*/

.area-central-relacionamento {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 18px;
    top: 200px;
    z-index: 4;
}

.area-central-relacionamento .link {
    background: #2675c0;
    display: block;
    text-decoration: none;
    width: 60px;
    height: 50px;
    line-height: 63px;
    text-align: center;
    border: none;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px;
    border-bottom-left-radius: 20px;
}

.area-central-relacionamento .link.box-whatsapp {
    margin-bottom: 10px;
}

.area-central-relacionamento .link .fa-whatsapp {
    font-size: 30px;
    color: #fff;
}

.area-central-relacionamento .link .fa-facebook-f {
    font-size: 30px;
    color: #fff;
}

.area-central-relacionamento.home .link {
    background: #ffda00;
}

.area-central-relacionamento.home .link .fa-whatsapp {
    color: #48423b;
}

.area-central-relacionamento.home .link .fa-facebook-f {
    color: #48423b;
}


/*Fim Area Central Relacionamento*/


/*Início Página Vídeos*/

.section-page-videos .box-title h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.section-page-videos .box-title p {
    font-family: 'Open Sans';
    color: #6e6a62;
    font-size: 17px;
    text-align: justify;
}

.box-video-thumbs h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.box-video-thumbs a:hover {
    text-decoration: none;
}

.box-video-thumbs p {
    font-family: 'Open Sans';
    color: #6e6a62;
    font-size: 17px;
    text-align: justify;
}

.box-video-thumbs img {
    width: 100%;
}

.box-main-video .detail-rectangle {
    position: absolute;
    right: -60px;
    bottom: -60px;
    width: 193px;
    height: 180px;
    border: 7px solid #2675c0;
    z-index: 9;
}

.box-main-video .owl-theme .owl-nav [class*=owl-] {
    background: #2675c0;
}

.box-main-video .owl-theme .owl-nav [class*=owl-]:hover {
    background: #2675c0;
    opacity: 0.8;
}


/*Fim Página Vídeos*/


/*Início Página Sobre*/

.section-page-sobre .box-title h1,
.section-page-sobre .text-sobre h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.section-page-sobre .box-title p {
    font-family: 'Open Sans';
    color: #6e6a62;
    font-size: 17px;
    text-align: justify;
}

.section-page-sobre .text-sobre {
    position: relative;
}

.section-page-sobre .img-sobre {
    position: relative;
    float: right;
    margin-bottom: 30px;
}


/*Fim Página Sobre*/


/*Início Página Institucional*/

.section-page-institucional h1,
.section-page-institucional h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.section-page-institucional p {
    font-family: 'Open Sans';
    color: #6e6a62;
    font-size: 17px;
    text-align: justify;
}


/*Fim Página Institucional*/


/*Inicio Página Solução*/

.box-item-solucoes {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
}

.box-item-solucoes img {
    margin-bottom: 20px;
}

.box-item-solucoes h3 {
    font-size: 16px;
    color: #2675c0;
    font-family: 'Open Sans';
}

.text-solucao .text-und {
    display: block;
    margin-bottom: 30px;
}

.text-solucao ul {
    padding-left: 20px;
}

.accordion-solucoes {
    display: none;
}

.accordion-solucoes.active {
    display: block;
}


/*Início Página Blog*/

.section-page-blog h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.section-page-blog h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px;
}

.section-page-blog .box-posts {
    position: relative;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #efefef;
}

.section-page-blog .box-posts img {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.section-page-blog .box-posts span {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #48423b;
}

.section-page-blog a:hover {
    text-decoration: none;
}

.section-page-blog .category-links li {
    list-style: none;
}

.section-page-blog .category-links li a {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #48423b;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    display: block;
    padding: 10px 10px;
}

.box-blog-category ul li a:hover {
    background: #F4F4F4;
    text-decoration: none;
}

.box-blog-category h2 {
    font-size: 25px;
}

.page-detalhe-blog h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0px;
}

.section-page-related .list-post h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px;
}

.section-page-related .list-post span {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #48423b;
}

.section-page-related .list-post img {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.section-page-related .list-post a:hover {
    text-decoration: none;
}


/*Fim Página Blog*/


/*Inicio Página Home*/

.section-home-relacionamento h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.section-home-relacionamento p {
    font-size: 17px;
    color: #6e6a62;
    text-align: justify;
}

.box-canais .img-icon {
    position: relative;
    float: left;
    margin-right: 3%;
    width: 13%;
}

.box-canais .text-canal {
    position: relative;
    float: left;
    width: 80%;
}

.box-canais .text-canal h3 {
    margin-bottom: 30px;
}

.section-home-impactar {
    background: #efd8c7;
    padding: 80px 0px;
}

.section-home-impactar h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    color: #48423b;
    font-size: 56px;
    text-align: center;
    margin-bottom: 0px;
}

.section-home-impactar .detail-small {
    background: #c4b0a7;
    height: 2px;
    width: 90px;
    display: inline-block;
    margin: 0px 10px 5px 0px;
}

.section-home-impactar .title-small {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #48423b;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.box-number h3 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    color: #48423b;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.box-number .small {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #48423b;
}

.section-home-resultado {
    background: #fff;
    padding: 80px 0px;
}

.section-home-resultado h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 45px;
    color: #48423b;
    margin-bottom: 20px;
}

.section-home-resultado h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #999999;
    margin-bottom: 20px;
}

.section-home-resultado p {
    font-size: 17px;
    color: #4d4d4d;
}

.section-home-cases {
    background: #c4b0a7;
    padding-top: 80px;
}

.section-home-cases .box-white {
    background: #fff;
}

.section-home-cases .box-title {
    padding: 80px;
}

.section-home-cases .box-title h2 {
    font-size: 30px;
    color: #c4b0a7;
    text-align: center;
    margin-bottom: 20px;
}

.section-home-cases .box-title p {
    font-size: 30px;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    width: 60%;
    text-align: center;
    margin: 0 auto 0px auto;
}

.list-cases .box-cases {
    background: #f8f8f8;
    padding: 40px;
}

.list-cases {
    margin-top: -60px;
    margin-bottom: 60px;
}

.list-cases .btn-saiba-mais {
    margin: 20px auto;
}

.box-cases h3 {
    color: #48423b;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.box-cases h4 {
    color: #707070;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.box-cases p {
    font-size: 15px;
    color: #707070;
    font-family: 'Open Sans', sans-serif;
    min-height: 155px;
}

.box-star {
    position: relative;
    width: 100%;
}

.box-star i {
    color: #ffd200;
}

.btn-saiba-mais {
    position: relative;
    float: left;
    background: transparent;
    border: 1px solid #48423b;
    color: #48423b;
    padding: 20px 25px;
    margin-bottom: 30px;
}

.btn-saiba-mais:hover {
    background: #48423b;
    color: #fff;
    text-decoration: none;
}

.input__email--honeypot {
    position: absolute;
    top: -9999px;
}


/*Fim Página Home*/

@media (min-width: 767px) {
    .header.home {
        background: transparent;
        position: absolute;
        top: 0px;
        z-index: 9;
        width: 100%;
    }
    .item-parallax,
    .item-parallax2,
    .item-parallax3 {
        visibility: visible;
        -webkit-transform: translateY(-20px) scale(0.9);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    /*Botao Flutuante*/
    .area-central-relacionamento {
        display: none;
    }
    /*Video*/
    .box-main-video .detail-rectangle {
        display: none;
    }
    /*Página Home*/
    .section-home-cases .box-title {
        padding: 80px 10px;
    }
    .section-home-cases .box-title p {
        font-size: 18px;
        width: 100%;
    }
    .list-cases .box-cases {
        margin-bottom: 30px;
    }
    /*Footer*/
    footer .section-form {
        padding: 60px 0px;
    }
    .section-home-impactar h2 {
        font-size: 30px;
    }
    .list-contato {
        text-align: left;
        margin-bottom: 30px;
    }
    .box-item-solucoes {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 444px) {}