@import "reset.css";
@import "utils.css";
@import "fonts.css";
@import "jquery.superfish.css";
@import "jquery.superfish-vertical.css";

* {
    margin: 0 auto;
    padding: 0;
}

body {
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    height: 100%;
}

/*H's'*/
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    display: block;
}

/*.cf usado para adicionar um espaço vazio antes e depois dos elementos
  evitando que os floats se aglomerem.
*/
.cl:before, .cl:after {content: "";display: table;}
.cl:after {clear: both;}
.cl {*zoom: 1; clear: both;}
/*fim do cf*/

.overflow {overflow: hidden;}

/*Largura para redimensão*/
img, picture, video, embed {
    max-width: 100%; /*define a largura máxima em até 100%*/
}

/*Ajuste IOS (Safari...)*/
input { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }

/*Parallax*/
.parallax {
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*HEADER*/
header { 
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 3px rgba(1, 1, 1, 0.3);
    position: absolute;
    z-index: 99;
}
.topo { 
    background: RGBA(7, 48, 80, 0.9);
    width: 100%; 
    height: auto;
    display: inline-block; 
    text-align: center;}

/*main*/
main {
    height: auto;
    width: 100%;
    min-height: 300px;
}
.back {
    /*background: url('../img/fundo.jpg');*/
}

/*ARTICLE*/
article { height: auto;}

/*SECTION*/
section {  height: auto; position: relative;}

/*FOOTER*/
footer { width: 100%; height: auto; margin: 0 auto; display: block; background: RGB(7, 48, 80);}

/*CONTAINER*/
#container { padding: 30px 0px;}
#container:nth-child(3) { background: url('../img/fundo2.jpg') center;}

#container h1 {
    font-size: 1.8em;
    text-align: left;
    color: #073050;
    text-transform: uppercase;
    border-bottom: 2px solid #F9BA24;
    display: table;
    margin: 0px 0px 25px 15px;
    padding-bottom: 7px;
    line-height: 1.1em;
    position: relative;
}
#container h1:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #073050;
    float: left;
    margin-right: 10px;
    position: absolute;
    top: 12px;
    left: -15px;
}

.container {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    border-bottom: 0px;
}

#container > h1 {
    font-weight: 500;
    font-size: 1.6em;
    color: #124458;
    line-height: 30px;
    padding: 20px 0px 10px;
    text-align: center;
    text-transform: uppercase;
}
.container > h1 {
    z-index: 1;
    background: #fff;
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin: 50px 0px;
}

/*Alinhamento*/
.center {width: 85%; max-width: 980px; margin: 0 auto; position: relative; text-align: center;}

/*LOGO*/
.logo {
    width: 40%;
    margin: 0 auto;
    margin: 40px auto 40px;
    min-width: 7em;
    z-index: 99;
}
.logo img {
    min-width: 10em;
}
/*INFO*/
.info {
    float: right;
    margin-top: 40px;
    margin-left: 80px;
}

/*MENU*/
#menu {
    width: 100%;
    background: rgba(249, 186, 36, 0.9);
    display: inline-block;
    border-top: 2px solid #fff;
}
.menu{
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    display: table;
}
.menu ul {margin-left: 0px;}
.menu ul li{
    display: inline-block;
    margin: 0px 20px;
    list-style: none;
    position: relative;
}
.menu ul li a{
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 14px;
    line-height: 1em;
    color: #073050;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 10px 15px;
    border-bottom: 2px solid #f9ba24;
    display: block;
}
.menu ul li a:hover, .menu ul li a.active{
    border-bottom: 2px solid #073050;
    transition: .2s all linear;
}

.menu ul ul { display: none; }
.menu ul li:hover ul {
    position: absolute;
    display: block;
    background: RGBA(7, 48, 80, 0.9);
}
.menu ul ul li a{ border: none; color: #fff;}
.menu ul ul li a:hover{ 
    border: none; 
    color: rgba(249, 186, 36, 0.9);
}


/*Buscar*/
.buscar {
    width: 180px;
    float: right;
    margin: 35px 0px 0px 0px;
    border: 1px solid #e3e3e3;
}
.buscar input[type="text"] {
    width: 100px;
    padding: 6px 20px;
    float: left;
    font-size: 11px;
    color: #000;
    background: transparent;
}
.buscar input[type="submit"] {
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url("../img/lupa.png") no-repeat;
    margin: 8px 8px 0 0;
    float: right;
}


/*Carrossel Home (bxslider)*/
.slider2 span {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding-right: 10px;
}
.slider2 span img{
    max-width: 80px;
    margin: 0 auto;
    transition: .2s all linear;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.slider2 span:hover img {
    transition: .2s all linear;

    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray; /* IE 6-9 */
}
.slider2 h2 {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-weight: 300;
    vertical-align: middle;
    display: table-cell;
    width: 70px;
}

/*BOX HOME*/
box{
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 40px;
    position: relative;
}
#container box:nth-last-child(1) { width: 60%; text-align: left; padding-right: 0px;}

/*Box para o container 3*/
#container:nth-child(4) box:nth-child(1) { width: 70%;}
#container:nth-child(4) box:nth-last-child(1) { width: 30%; text-align: left; padding-right: 0px; vertical-align: top;}
#container:nth-child(4) box:nth-last-child(1) a { margin: 0px 10px 10px; display: inline-block; transition: .2s all linear;}
#container:nth-child(4) box:nth-last-child(1) a:hover { transition: .2s all linear; box-shadow: 1px 2px 5px 1px rgba(1, 1, 1, 0.8);}

/*//*/
box h3{
    color: #C3877D;
    font-size: 1.4em;
    line-height: 1.4em;
}
box p{
    color: #6d6e71;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.6em;
    display: inline-block;
    text-align: justify;

    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2;    /* Firefox */
    column-count: 2;         /* padrão */

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
#container box p:nth-child(3) {padding-left: 20px;}
#container:nth-last-child(2) box p {color: #fff; display: inline-block; margin: 5px;}

box a.leia{
    border: 1px solid #073050 !important;
    padding: 8px 20px;
    font-weight: 600;
    color: #073050;
    margin-top: 30px;
    float: right;
    text-transform: uppercase;
    transition: .2s all linear;
    font-size: 1.2em;
    font-style: italic;
    position: relative;
}
box a.leia:before {content: ''; width: 7px; height: 7px; background: #F9BA24; position: absolute; top: 16px; left: -4px;}
box a.leia:after {content: ''; width: 7px; height: 7px; background: #F9BA24; position: absolute; top: 16px; right: -4px;}
box a.leia img {
    position: relative;
    top: 3px;
    margin-left: 5px;
}
box a.leia:hover{background: #39a8f5; transition: .2s all linear;}

/*ul*/
box ul {text-align: center;}
box ul li {list-style: none; display: inline-block; margin: 10px 20px; text-align: center;}
box ul li a {background: none; color: #fff; font-family: 'Titillium Web';}
box ul li a img {display: block; max-width: 60px; margin: 0 auto 20px; transition: 0.2s all linear;}

box ul li a:hover {background: none;}
box ul li a:hover img{ transform: scale(1.1); transition: 0.2s all linear;}

/*Produtos Home*/
#produtos {
    display: inline-block;
    width: 47%;
    padding-right: 20px;
}
#produtos:nth-last-child{ padding-right: 0px; }

#produtos .produto {
    float: right;
    width: 220px;
    height: 125px;
    background: #073050;
    margin-bottom: 20px;
    vertical-align: top;
}
#produtos .produto:nth-child(1) {float: left; height: 270px; margin-right: 5px;}

#produtos .produto img {
    opacity: .4;
    transition: .2s all linear;
}
#produtos .produto:hover img {
    opacity: 1;
    transition: .2s all linear;
}


/*Blog*/
ul.blog {
    position: relative;
    margin-left: 0px;
}
ul.blog li {
    display: inline-block;
    position: relative;
    border: 2px double #ccc;
    margin: 9px;
    vertical-align: top;
    width: 220px;
    height: 220px;
    overflow: hidden;
}
ul.blog li content {
    position: absolute;
    padding: 10px;
    height: 100px;
    background: RGBA(7, 48, 80, 0.9);
    left: 0px;
    width: 200px;
    bottom: -125px;
    opacity: 0;
    transition: .2s all linear;
}
ul.blog li h2 {
    color: #f7ae48;
    font-weight: 400;
    text-align: left;
}
ul.blog li:hover content {bottom: 0px; transition: .2s all linear; opacity: 1;}

/*Faixa Banner*/
/*.faixaBanner{
    background: #d7c6b0;
    width: 50%;
    height: auto;
    float: left;
    opacity: 0.9;
    position: relative;
    top: -130px;
}
.faixaBanner h2{
    font-family: 'Titillium Web';
    font-size: 37px;
    text-transform: uppercase;
    line-height: 35px;
    color: #FFF;
    font-weight: 500;
    width: 70%;
    padding: 30px 0px 30px 10%;
}*/

/*HOME Na Midia*/
.midia{
    width: 90%; max-width: 980px; margin: 0 auto; padding: 0px 0px; display: table;
}

.midia aside {float: left; width: 40%; min-width: 16em;}
.midia aside h1{
    color: #fff;
    font-size: 2.1em;
    line-height: 45px;
    font-weight: 500;
    padding-top: 40px;
}
.midia aside p{
    font-size: 1em;
    line-height: 28px;
    color: #333333;
    display: block;
    margin-top: 10px;
    font-weight: 500;
    max-max-width: 350px;
}
.midia aside a{
    padding: 12px 25px;
    background: #000;
    color: #fff;
    font-size: .9em;
    display: inline-block;
    margin: 20px 0px;
    text-transform: uppercase;
    transition: .2s all linear;
}
.midia aside a:hover {
    transition: .2s all linear;
    background: #B61C26 ;
}

.midia .video {
    width: 59%;
    display: inline-block;
    vertical-align: middle;
    padding: 100px 0px 20px;
}
.midia .video > a {
    float: right;
    padding: 12px 25px;
    background: #000;
    color: #fff;
    font-size: .9em;
    display: inline-block;
    margin: 11% 0px;
    text-transform: uppercase;
    transition: .2s all linear;
}
.midia .video > a:hover {
    transition: .2s all linear;
    background: #fff;
    color: #000;
}
.midia .video .frame {    
    width: 100% !important;
    min-width: 200px;
    max-width: 220px;
    float: left;
    margin-left: 15%;
}

/*Lightbox*/
#sb-player {}
#sb-body, #sb-loading {
    background-color: rgba(6, 6, 6, 0.6) !important;
}
#up_content input{
    padding: 10px;
    display: block;
    width: 75%;
    color: #000;
    margin: 0 auto 10px;
    text-align: center;
    background-color: #FFFFFF;
}
#up_content label {
    text-align: center;
    font-size: 1.9em;
    color: #F7B3B0;;

    margin: 50px auto 40px;
    width: 100%;
    display: inline-block;
}
#up_content input[type="submit"] {
    text-align: center;
    font-size: .8em;
    color: #fff;
    background: #58595b;
    margin: 0 auto;
    display: table;
    cursor: pointer;
    width: 150px;
}


.listGallery li, .listGallery li a, .listGallery li span {
    width: 179px;
    height: 120px;
    overflow: hidden;
    text-align: center;
}
.listGallery li {
    padding: 5px;
    margin: 0 5px 5px 0;
    float: left;
    background: #ede1be;
    border: 1px solid #c2a141;
}
.listGallery li:hover { background: #f4da8d }
.listGallery li a {
    display: block;
    background: #FFF;
}
.listGallery li span {
    vertical-align: middle;
    display: table-cell;
}
.listGallery li img { max-width: 180px; }

.listGallery .play {
    width: 86px;
    height: 122px;
    margin: 7px 0 0 45px;
    position: absolute;
    display: block;
    background: url("../img/boxMiddle_play_bg.png") no-repeat 0 0;
}
.listGallery li:hover .play { background-position: 0 -122px; }

/*Button*/
.buttonDown {
    width: 135px;
    height: 30px;
    padding: 5px;
    text-align: right;
    margin: 5px;
    display: block;
    float: left;
    font-size: 11px;
    color: #383838;
    background: url("../img/buttonDown_bg.gif") no-repeat;
}
.buttonDown:hover { background-position: 0 -40px; }

.quote{
    padding: 30px!important;
    margin: 0px 30px;
    box-shadow: 0px 0px 10px #9B9B9B;
    border-radius: 15px;
    background: rgb(247, 251, 255);
}
.mosaico{
    width: 1050px;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* FONTS STYLES and Titles*/
.title {
    width: 90%;
    max-width: 980px;
    padding: 40px 5% 20px;
}

.title h1 {
    color: #0E0E0E;
    font-family: 'Titillium Web';
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
}
/*.title h1:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #58595B;
    display: block;
    margin: 13px 0px;
    display: table;
}*/
.title a {
    font-size: .8em;
    letter-spacing: 0px;
    margin-left: 6px;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 15px;
}
.title a img {position: relative; top: 10px; margin-right: 5px;}
.title h2{
    font-size: .9em;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px;
    color: #58595B;
    margin-top: 10px;
}

/*TEXTS*/
.text {
    width: 90%;
    max-width: 980px;
    color: #6d6e71;
    line-height: 170%;
    font-size: 1em;
    height: auto;
}

.text h2 {
    color: #535353;
    font-size: 1em;
    line-height: 22px;
    font-weight: 600;
}
.text h2 strong {
    font-weight: bold;
}
.text h1 {
    font-size: 1.8em;
    text-align: left;
    color: #073050;
    text-transform: uppercase;
    border-bottom: 2px solid #F9BA24;
    display: table;
    margin: 0px 0px 25px 15px;
    padding-bottom: 7px;
    line-height: 1.1em;
    position: relative;
}
.text h1:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #073050;
    float: left;
    margin-right: 10px;
    position: absolute;
    top: 12px;
    left: -15px;
}

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

.text > span img { margin: 0px 0px 5px 5px;}


.parallax-window {
    min-height: 550px;
    background: transparent;
}
.destaque { min-height: 300px;}
.imagem-tabs {min-height: 400px;}

/*Quem somos*/
#boxes {
    position: relative;
    margin-top: -150px;
    margin-bottom: 50px;
    text-align: center;
}
.boxes {
    background: RGBA(7, 48, 80, 0.9);
    display: inline-block;
    vertical-align: top;
    max-width: 260px;
    height: 250px;
    padding: 30px 10px 10px;
    border: 3px solid #fff;
    color: #fff;
    margin: 2%;
    text-align: left;
}
.boxes h2 {
    color: #fdb813;
    font-weight: 700;
    font-size: 1.8em;
}

/*Table*/
.text table {
    width: 100%;
}
.text table tr td {
    width: 50%;
    padding: 1%;
}

/*textmini*/
.textmini {
    font-size: 11px;
    color: #7b7979;
}

.seeMore {
    text-align: center;
    font-size: 11px;
    color: #17934e;
}
.seeMore:hover { text-decoration: underline; }

.leiaMais {
    border: 1px solid #073050 !important;
    padding: 8px 20px;
    font-weight: 600;
    color: #073050;
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
    transition: .2s all linear;
    font-size: 1.2em;
    font-style: italic;
    position: relative;
    margin: 1%;
}
a.leiaMais:before {content: ''; width: 7px; height: 7px; background: #F9BA24; position: absolute; top: 16px; left: -4px;}
a.leiaMais:after {content: ''; width: 7px; height: 7px; background: #F9BA24; position: absolute; top: 16px; right: -4px;}
a.leiaMais img {
    position: relative;
    top: 3px;
    margin-left: 5px;
}
a.leiaMais:hover{background: #000; transition: .2s all linear;}

.readMore, .readMore a {
    font-size: 11px;
    color: #cc0000;
    margin-top: 10px;
    text-align: right;
}
a.readMore:hover, .readMore a:hover {
    text-decoration: underline;
}

/*Tabs*/
.tabs {}
/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

/* Float the list items side by side */
ul.tab li {display: inline-block; margin: 0px 0px 2px;}

/* Style the links inside the list items */
ul.tab li a {
    background: #F7AE48;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
    cursor: pointer;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    width: 220px;
}

/* Change background color of links on hover */
ul.tab li a:hover, ul.tab li a:focus, ul.tab li a.active {background-color: RGB(7, 48, 80); text-decoration: none;}


/* Style the tab content */
.tabcontent {
    display: none;
    min-height: 400px;
}
.gestao1 {background: url(../img/mapeamento.jpg) center;}
.gestao2 {background: url(../img/avaliacao.jpg) center;}
.gestao3 {background: url(../img/pdi.jpg) center;}
.gestao4 {background: url(../img/coaching.jpg) center;}

.consultoria1 {background: url(../img/consultoria-em-gestao.jpg) center;}
.consultoria2 {background: url(../img/consultoria-em-controladoria.jpg) center;}
.consultoria3 {background: url(../img/consultoria-em-estrategia.jpg) center;}

.desenvolvimento {background: url(../img/desenvolvimento.jpg) center;}
.mao-na-massa {width: 100%;}


.tabcontent content {
    color: #fff;
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    display: block;
    height: auto;
    padding: 20px 0px;
    position: relative;
    opacity: .8;
}
.tabcontent content table {max-width: 100%;}
.tabcontent content table tr td {
    width: 50%;
    padding: 1%;
}
.tabcontent content h2 {
    color: #fdb813;
    font-weight: 700;
    font-size: 1.8em;
}
.tabcontent content h3 {
    color: #fff;
    font-weight: 700;
    font-size: 1.8em;
}

/*Diferencial*/
.diferenciais {
    margin: 40px 0px 60px;
    background: RGB(7, 48, 80);
    color: #fff !important;
    padding: 30px 0px;
}
.diferenciais > .text {color: #fff;}
.diferenciais h1 {color: #fff;}

/*Imagem Principal*/
.boxImg {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.boxImg img{
    max-width: 100%;
}

/*Gallery content*/
.galleryList{
    position: relative;
    margin: 20px 0px 40px;
    text-align: center;
}
.galleryList li{ 
    display: inline-table;
    vertical-align: middle;
    width: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px;
    text-align: center;
}
.galleryList li img { max-width: 200px; max-height: 100px; }

/*Video*/
.video-wrapper{
    max-width: 250px;
    max-height: 300px;
    display: table-cell;
    vertical-align: middle;
    margin: 2%;
}
.video-wrapper img{
    width: 100%;
}
.video-wrapper2{
    max-width: 250px;
    max-height: 300px;
    float: left;
    margin: 2%;
}
.video-wrapper2 img{
    width: 100%;
}

/*Box Images*/
.box_imo {
    display: inline-table;
    width: 160px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.box_imo div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100px;
    width: 160px;
}
.box_imo div img {
    max-height: 100px;
    max-width: 150px;
}

/*Na home*/
.slide div {vertical-align: middle; display: table-cell; height: 200px; text-align: center;}
.slide div img {max-height: 200px;}

/* end FONTS STYLES */

/* Inscreva-se */
#widebarNewsletter {
    width: 100%;
    display: inline-block;
    background: #F7AE48;
    overflow: hidden;
    text-align: center;
}
#widebarNewsletter h2{ 
    color: #fff;
    text-align: left;
    font-family: 'Titillium Web';
    font-size: 1em;
    letter-spacing: .5px;
    float: left;
    font-weight: 300;
    padding: 10px 20px;
    max-width: 320px;
    background: #39a8f5;
    position: relative;
}
#widebarNewsletter h2:before {
    content: '';
    width: 20px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: -6px;
    top: -22px;

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
#widebarNewsletter h2:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 0;

    border-top: 0px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 50px solid #39A8F5;
}

#widebarNewsletter h2 img {position: relative; top: 6px; margin-right: 15px;} 
#widebarNewsletter form {
    float: right;
    padding: 14px 20px 13px 13px;
    position: relative;
}
#widebarNewsletter form:after {
    content: '';
    width: 20px;
    height: 50px;
    background: #fff;
    position: absolute;
    right: -6px;
    bottom: -22px;

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}



#widebarNewsletter form input[type=text] {
    float: left;
    width: 120px;
    padding: 7px 20px;
    height: auto;
    background: #FFF;
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 12px;
    color: #898989;
    margin-right: 3px;
}
#widebarNewsletter form input[type=submit] {
    float: right;
    background: #073050;
    margin-left: 0px;
    cursor: pointer;
    padding: 8px 10px;
    color: #FFF;
    text-transform: uppercase;
    font-size: .9em;
    transition: .2s all linear;
}
#widebarNewsletter form input[type=submit]:hover { 
    box-shadow: 1px 2px 5px 1px rgba(1, 1, 1, 0.8);
    transition: .2s all linear;
}


.inscrevase {
    text-align: center;
    display: inline-block;
}
.inscrevase p {
    font-size: 1.4em;
}
.inscrevase a{
    padding: 5px 25px;
    background: #F7B3B0;;
    color: #FFF;
    border-radius: 5px;
    margin: 10px 0px 55px;
    display: inline-block;
    transition: .2s all linear;
}
.inscrevase a:hover {background: #000 !important; transition: .2s all linear;}


/* CONTACT */

.footer input, .footer textarea  {
    width: 45%;
    text-align: left;
    margin: 0px;
    padding: 8px;
    font-size: .8em;
    border-radius: 2px;
    margin-bottom: 6px;
    margin-left: 6px;
    color: #000;
    border: 1px solid #ccc;
    float: left;
}
.footer  textarea {    font-size: 1.1em !important; width: 94% !important;}
.footer  input[type="submit"] {
    background: #000; 
    color: #fff; 
    width: 200px;
    transition: .2s all linear;
    cursor: pointer;
    text-align: center;  
    padding: 20px 20px;

}
.footer  input[type="submit"]:hover, .footer  input[type="submit"]:active { background: #4EA025; transition: .2s all linear;}

::-webkit-input-placeholder { color: #717171;}
:-moz-placeholder { color: #717171;}
::-moz-placeholder { color: #717171;}
:-ms-input-placeholder { color: #717171;}


.box-contato { 
    float: left;
    max-width: 480px;
    width: auto;
    margin-bottom: 40px;
}
.box-contato a {display: block; margin: 7px 0px;}
.box-contato label {
    margin: 15px 0px 5px;
    display: inline-block;
    font-weight: 700;
}

.box-contato input, .box-contato textarea  {
    width: 75%;
    text-align: left;
    margin: 0px;
    display: block;
    padding: 8px;
    font-size: 1em;
    margin-bottom: 6px;
    color: #000;
    border: 1px solid #ccc;
}
.box-contato input[type="radio"] {
    width: auto;
    display: inline-block;
}

.box-contato textarea {font-size: 1.3em;}
.box-contato input[type="submit"] {
    background: #000; 
    color: #fff; 
    width: 200px;
    transition: .2s all linear;
    cursor: pointer;
    text-align: center;
}
.box-contato input[type="submit"]:hover, .box-contato input[type="submit"]:active { background: #4EA025; transition: .2s all linear;}

/*FOOTER*/
#footer {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    display: block;
    padding: 40px 0px;
}
#footer .footer {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}
#footer .footer:nth-last-child(1) {margin-right: 0px;}
#footer .footer > img {float: left;}
#footer .footer article {
    border-left: 2px solid #F7AE48;
    float: right;
    text-align: left;
    padding-left: 15px;
    margin-left: 15px;
}
#footer .footer article p {
    color: #fff;
}
#footer .footer article a {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
#footer .footer article a img { transition: .2s all linear;}
#footer .footer article a:hover img {
    transform: scale(1.05);
    transition: .2s all linear;
} 

/*#footer .footer ul*/
#footer .footer ul {
    position: relative;
    text-align: center;
    margin-left: 0px;
}
#footer .footer ul li {
    display: inline-block;
    list-style: none;
    margin: 0px 10px 10px;
    position: relative;
    text-align: left;
    vertical-align: top;
}
#footer .footer > ul > li > a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    transition: .2s all linear;
}
#footer .footer ul li a:hover, #footer .footer ul li a.active{
    text-shadow: 1px 1px 8px rgb(255, 255, 255);
    transition: .2s all linear;
}

#footer .footer ul li:hover ul{opacity: 1;}
#footer .footer ul li ul {
    margin-left: 0px;
    opacity: 0;
    position: absolute;
    width: 200px;
}
#footer .footer ul li ul li {
    display: block;
    text-align: left;
    margin: 0px;
}
#footer .footer ul li ul li a {
    font-weight: 300;
    color: #fff;
    text-transform: none;
}

/*copytight*/
.copyright {
    padding: 10px 0px;
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #F7AE48;
}
.copyright h2{
    font-weight: 600;
    font-size: .9em;
    color: #073050;
    letter-spacing: .5px;
    display: inline-block;
    margin-right: 10px;
}
.copyright a {
    display: inline-block;
    position: relative;
    top: 4px;
}

/* PAGINATOR */
.paginas {
    text-align: right;
    padding-top: 15px;
    clear: both;
}
.paginas .texto_pag a {
    padding: 3px;
    margin: 1px;
    background-color: #fff;
    box-shadow: 0px 1px 2px #A5A5A5;
    font-size: 11px;
}
.paginas .texto_pag a:hover { background-color: #535353; color: #fff; }
.paginas .pag_selec {
    padding: 2px;
    margin: 1px;
    background-color: #535353;
    color: #FFF;
    font-size: 11px;
}
/* end PAGINATOR */

/*Mapa*/
.mapa {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 40px auto -45px;
}

/*MSG sistema*/
.msgSucesso {
    margin: 5px 3%;
    padding: 2px 2%;
    font-size: 12px;
    color: green;
    background:  #99ff99;
    border: 1px solid green;
    line-height: 18px;
    float: left;
    font-family:'Trebuchet MS';
    width: 50%;
}
.msgErro {
    margin: 5px 3%;
    padding: 2px 2%;
    font-size: 12px;
    color: red;
    background: #ff9999;
    border: 1px solid red;
    line-height: 18px;
    float: left;
    font-family:'Trebuchet MS';
    width: 50%;
}
#dl-menu{display: none;}

/*MEDIA's SCREEN*/
@media screen and (max-width: 1270px) {

}
@media screen and (max-width: 1070px) {

    /*Menu*/
    .menu ul li{margin: 0px 10px;}

    /*Info*/
    #info p {margin-left: 25px;}
    .nivo-directionNav {top: -60px!important;}

    /*produtos home*/
    #produtos {
        width: 100%;
        max-width: 460px;
        display: block;
        clear: both;
        text-align: center;
    }
    #produtos .produto { display: inline-block !important;}

    /*Footer*/
    #footer .footer {
        margin-right: 0px;
        margin-bottom: 40px;
    }

}
@media screen and (max-width: 1080px) { 
    /*#widebarNewsletter*/
    #widebarNewsletter h2 {
        width: auto;
        float: none;
        max-width: 900px;
        padding-right: 0px;
        text-align: center;
    }
    #widebarNewsletter h2:after { display: none;}
    #widebarNewsletter form { float: none;}
    #widebarNewsletter form input{
        display: inline-block;
        float: none !important;
    }
}

@media screen and (max-width:900px) { 

    /*Topo*/
    .topBar ul:nth-child(1){ display: none;}
    .topBar ul:nth-child(2){ float: none; text-align: center; margin: 0 auto; display: block;}
    .logo { float: none; display: block; margin: 20px auto; }
    .info { float: none;  margin: 20px auto 0px; }
    .buscar { display: none; }

    /*h1*/
    #container h1 {
        margin: 0px auto 25px !important;
    }

    /*Menu*/
    .menu ul li{margin: 0px 10px; text-align: center;}

    /*Box*/
    box { 
        display: inline-block; 
        width: 100% !important; 
        text-align: center !important; 
        margin: 0px 0px 20px !important;
        padding: 0px;
    }

    /*Contact*/
    .box-contato {margin-right: 20px;}
    #contact input, #contact textarea  {width: 320px !important;;}

    /*#widebarNewsletter*/
    #widebarNewsletter {text-align: center; }
    #widebarNewsletter h2 {float: none; display: block; margin-bottom: 10px;}
    #widebarNewsletter form {float: none; position: relative; text-align: center;}
    #widebarNewsletter form input[type="text"] { margin: 3px auto;}
    #widebarNewsletter form input[type="text"] {margin: 3px auto;}
    #widebarNewsletter form input[type="submit"] {float: none !important; display: block; margin: 3px auto;}

}
@media screen and (max-width:799px) { 

    /*header*/
    header { position: relative;}

    /*Nav*/
    .menu{display: none;}
    #dl-menu{display: block;}

    /*info*/
    #info {
        padding: 1em 0px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    #info p {margin: 0px 10px;}


    /*BOX HOME*/
    box{margin: 15px 5px; text-align: center; width: 100%;}
    box:nth-child(1){margin: 15px 5px; width: 100%;}
    box:nth-last-child(1){margin: 15px 5px; float: none; width: 100%;}

    /*News*/
    .news {float: none !important; margin-left: 0px !important; margin: 0 auto !important;}

    .footer {display: block;}
}
@media screen and (max-width:765px) { 

    /*newslatter*/
    .newslatter h1{font-size: .7em;}
    .newslatter a{font-size: .5em; line-height: 12px; padding: 10px 15px; width: 55px;}
}
@media screen and (max-width:735px) {

    /*Box img*/
    .boxImg{width: 100%; float: none; text-align: center; padding: 0px 0px; height: auto;}
    .boxImg img{max-width: 90%; }
    .parallax-window { min-height: 200px; height: auto;}

    /*Busca*/
    .busca {margin-top: 0px; margin-bottom: 45px;}

    /*Container*/
    .midia aside, .depoimento aside{width: 100%;}
    .midia aside2 {width: 100%;}

    /*Contact*/
    #contact input, #contact textarea  {width: 250px !important;}

    /*Footer*/
    #footer .footer {width: 100%; max-width: 400px; clear: both;}
    #footer .footer ul li {display: block; text-align: center;}
    #footer .footer ul li ul li {display: block; text-align: center;}
}
@media screen and (max-width:600px) {

    /*TEXT*/
    .text h2 {
        clear: both
    }
}

@media screen and (max-width: 515px) {
    box p {
        -webkit-column-count: 1;
        -moz-column-count:1;
        column-count: 1;
    }

    #produtos .produto {
        float: none !important; display: inline-block !important;
    }
}
@media screen and (max-width:480px) {

}
@media screen and (max-width:440px) {

    /*INFO*/
    .info {padding: 10px 5px;}
    .info p {
        font-size: .8em;
    } 

    /*Contact*/
    #contact input {width: 90%;}
    #contact textarea {width: 90% !important;;}

    /*Nivo-Slider*/
    .nivo-directionNav {
        display: none;
    }

    /*Footer*/
    #footer .footer img {float: none !important; margin: 0px auto 20px; display: block;}
    #footer .footer article {border: 0px; text-align: center; float: none; margin: 0 auto;}

    /*Rodapé*/
    .copyright a {margin: 5px auto; float: none; display: inline-block;}
}
@media screen and (max-width:360px) {

    /*Contact*/
    #contact input, #contact textarea  { width: 230px !important;}

    /*text*/
    .text h6 {  
        font-size: 1.5em;
        width: 260px;
        line-height: 35px;
    }
}

/* CHATO FIX */

.chat-fix {
    position: fixed;
    text-align: center;
    bottom: 30px;
    right: 10px;
}