/* Fontes Externas */ 
@font-face {
    font-family: 'Open Sans';
    src: url('fontes/opensans/OpenSans-Regular-webfont.eot');
    src: url('fontes/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/opensans/OpenSans-Regular-webfont.woff') format('woff'),
         url('fontes/opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fontes/opensans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Fonte Responsável pela Logo*/
@font-face {
    font-family: 'Comic Relief';
    src: url('fontes/sandalia/comicrelief.eot');
    src: url('fontes/sandalia/comicrelief.eot?#iefix') format('embedded-opentype'),
         url('fontes/sandalia/comicrelief.woff') format('woff'),
         url('fontes/sandalia/comicrelief.ttf') format('truetype'),
         url('fontes/sandalia/comicrelief.svg#comic_reliefregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'icomoon';
	src:url('fontes/icomoon/icomoon.eot?okwvn3');
	src:url('fontes/icomoon/icomoon.eot?#iefixokwvn3') format('embedded-opentype'),
		url('fontes/icomoon/icomoon.woff?okwvn3') format('woff'),
		url('fontes/icomoon/icomoon.ttf?okwvn3') format('truetype'),
		url('fontes/icomoon/icomoon.svg?okwvn3#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icone-logo-topo {
        font-size: 93px;
        position: relative;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icone-logo-topo:before {
	content: "\e600";
}
.icone-logo-topo span {
    font-family: "Comic Relief";
    font-size: 7px;
    position: absolute;
    font-weight: bolder;
    bottom: 14px;
    left: 36px;
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
}



html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}
body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: #E9EAEB;
    color: #2D2D2D;
}
a { color: #2D2D2D; }

img { border: none; }

.title {
    font-weight: lighter;
    font-size: 30px;
    padding: 20px 0px;
    margin: 0px;
}
.sobre .title { margin-bottom: 50px; }
.sobre #left-content { text-align: left }

.title-small {
    color: #004270;
    font-weight: bold;
    font-size: 15px;
    margin: 20px 10px;
}

#header .container {
    width: 1024px;
    margin: 0 auto;
}

#content {
    position: relative;
    background: #E9EAEB;
    min-height: -webkit-calc(100% - 95px);  /* para Chrome */
    min-height: -moz-calc(100% - 95px);     /* para Firefox */
    min-height: calc(100% - 95px);          /* para suporte nativo */
}
#content .container {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

#content .line-center {
    box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.1);
    margin-top: 15px;
    margin-bottom: 25px;
    background: #FFF;
}
.text-right { text-align: right; }
.clear { clear: both; }
.hide { display: none; }

#nav {
    background: #B4B4B5;
    width: 1010px;
    margin: 0 auto;
    padding: 7px 7px;
    border-radius: 7px;
}

#header .logo { float: left; }
#header .logo img {
    width: 275px;
    margin: 30px 0px;
}

#header .line-header {
    background-image: url('../imagens/line_top.png');
    height: 7px;
    background-size: 100%;
    margin-bottom: 10px;
}
#header hr {
    border: 3px solid #2B388F;
    margin: 15px 0px 5px 0px;
}

#header .info .email {
    color: #FFF;
    text-decoration: none;
}
#header .info {
    cursor: default;
    float: left;
    margin: 65px 30px 0px;
}

#header .item-nav {
    float: left;
    padding: 3px 20px;
    margin: 12px 0px;
    border-left: 1px solid #FFF;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
#nav > a:first-child { border-left: none; }

.submenu a:hover,
#nav .active,
#nav .item-nav:hover {
    text-shadow: none !important;
    color:#005D90 !important;
}

#nav .search {
    float: right;
}
#nav .search input {
    padding: 12px 30px 13px 9px;
    border-radius: 7px;
    border: 0px;
    background-image: url('../imagens/search.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 182px 9px;
}
#footer {
    background: #232323;
    width: 100%;
}
#footer .item-nav {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    display: table;
    margin: 15px 0px;
    font-size: 14px;
}
#footer .item-nav:hover { opacity: 0.75; }

#footer .container {
    position: relative;
    padding: 20px;
    width: 984px;
    margin: 0 auto;
    color: #999;
}
#footer .container .topless iframe { margin-top: -10px; }
#footer h4 {
    font-size: 16px;
    cursor: default;
    color: #FFF;
    margin: 0px 0px 10px;
}
#footer .half {
    width: 50%;
    float: left;
}
#footer .one-third,
#footer .two-third,
#footer .three-third {
    float: left;
    min-height: 150px;
}
#footer .one-third { width: calc(33% - 10px); }
#footer .two-third { width: calc(66% - 10px); }

#footer .container .left { text-align: left; }
#footer .container .center { text-align: center; }
#footer .container .right { text-align: right; }

#footer .one-third,
#footer .two-third {
    margin-right: 10px;
}

#footer .barradas {
    position: absolute;
    right: 0px;
    bottom: 5px;
}
#footer .socials {
    margin: 15px 0px;
}
#footer .socials .item { margin: 10px 0px; }
#footer .barradas a:hover,
#footer .socials .item a:hover { opacity: 0.75; }
#footer .socials .item a {
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
}

#footer .socials .item .twitter { background-image: url('../imagens/twitter.png'); }
#footer .socials .item .facebook { background-image: url('../imagens/facebook.png'); }
#footer .socials .item .blog { background-image: url('../imagens/blog.png'); }
#footer .socials .item .twitter,
#footer .socials .item .facebook,
#footer .socials .item .blog {
    padding: 3px 25px 3px 0px;
    background-repeat: no-repeat;
    background-position: right;
}

.botao-padrao {
    background-color: #336699;
    color: #fff;
    text-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    outline-color: transparent;
    margin-top: 5px;
    padding: 8px 25px;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
}

.botao-padrao:hover {
    background: #2A5682;
}

.botao-padrao:active {
}

.campo-padrao {
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #1B1B19;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.30);
}
#content .container .content-text {
    margin-bottom: 50px;
}

#servicos-bottom {
    width: 100%;
}

#servicos-bottom .item {
    text-decoration: none;
    width: calc(50% - 20px);
    float: left;
    margin: 0px 20px 50px 0px;
    padding: 5px;
}

#servicos-bottom .item img {
    width: 100%;
    height: 214px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
#servicos-bottom a:nth-child(2) { margin-right: 0px !important; }

#servicos-bottom .item .title-destaque {
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    margin: 25px 0px;
}

#servicos-bottom .item .resumo-destaque {
    font-size: 14px;
}

#servicos-bottom .item:hover img { opacity: 0.9; }

#servicos .item,
#produtos .item {
    width: 222px;
    text-decoration: none;
    float: left;
    background: #3DA3DB;
    color: #FFF;
    overflow: hidden;
    margin: 20px 10px 20px 0px;
    margin-right: 24px;
    padding: 8px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    transition-property: margin-top, margin-bottom, box-shadow;
}
#servicos a.nt-2.item {
    background: #0381BC;
}
#servicos a.nt-3.item {
    background: #005D90;
}
#servicos a.nt-4.item {
    background: #004270;
    margin-right: 0px !important;
}
#servicos .no-margin-right,
#produtos .no-margin-right {
    margin-right: 0px !important;
}
#servicos .item .img-destaque,
#produtos .item .img-destaque {
    width: 222px;
    height: 180px;
    border: none;
}
#servicos .item .resumo-destaque,
#produtos .item .resumo-destaque {
    font-size: 15px;
    margin: 10px 0px;
    overflow: hidden;
    height: 121px;
    text-overflow: ellipsis;
}
#servicos .item .title-destaque,
#produtos .item .title-destaque {
    overflow: hidden;
    font-style: italic;
    font-size: 22px;
    margin-bottom: 7px;
}

#servicos .item .title-destaque > span {
    display: block;
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
    margin-top: 5px;
}
#servicos .item .title-destaque i,
#produtos .item .title-destaque i {
    margin: 0px 5px;
    font-weight: bold;
}
#servicos .item .title-destaque a,
#produtos .item .title-destaque a {
    background: #333;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
}
#servicos .item:hover,
#produtos .item:hover {
    margin-top: 17px;
    margin-bottom: 23px;
    box-shadow: 0px 5px 9px rgba(0,0,0,0.3);
}
#servicos .item:hover .item .img-destaque,
#produtos .item:hover .item .img-destaque { border: 1px solid #FFF; }
#servicos .item:hover .resumo-destaque,
#produtos .item:hover .resumo-destaque { color: #FFF; }

.img-cliente {
    border: none;
    float: left;
    width: 110px;
    height: 85px;
    margin: 10px;
    border-radius: 1px;
    position: relative;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
}

.img-cliente:hover {
    top: -2px;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

#contact_form .form_row input:focus,
#contact_form .form_row textarea:focus { border: 1px solid  }
#contact_form .form_row input,
#contact_form .form_row textarea {
    float: right;
    height: 25px;
    padding: 4px 6px;
    color: #555;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline-color: transparent;
    width: 380px;
    background-color: #FFF;
    border: 1px solid #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
#left-content,
#contact_form {
    width: 50%;
    overflow: hidden;
    float: left;
    text-align: right;
}

#contact_form #mensagem {
    resize:none;
    height: 170px !important;
}

.form_row { margin-top: 10px; }
.form_row label {
    float: left;
    font-size: 16px;
    width: 100px;
}

.fleft { float: left; }
.fright { float: right; }

#right-content.about img { width: 490px; }
#right-content,

#contato .content {
    margin-bottom: 50px;
}
#contato .line-center {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.essencia-title {
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    padding: 40px 35px;
    margin: 0px 0px 40px;
    background: #004270;
    color: #FFF;
    cursor: default;
}
.essencia-title > div {
    margin: -10px 0px 10px;
    font-size: 22px;
    text-transform: uppercase;
}
#contato .contato-info,
#contato .logo-contato {
    float: left;
    width: calc(50% - 20px);
    margin: 50px 40px 50px 0px;
}
#contato .logo-contato { text-align: center; }
#contato .contato-info {
    margin-right: 0px !important;
    padding-left: 50px;
    width: calc(50% - 70px);
}
#contato .line-center .item {
    margin: 0px 20px 0px 0px;
}
#contato .logo-contato > span {
    display: block;
    cursor: default;
    font-size: 16px;
}
#contato .logo-contato > img {
    width: 275px;
    margin: 30px 0px;
}
.white-bg {
    background: #FFF;
    min-height: 768px;
}
#dados-contato {
    width: 485px;
    height: 400px;
    float: left;
    margin-left: 10px;
}
#dados-contato iframe {
    margin-bottom: 10px;
    border: 2px solid #555 !important;
}
#dados-contato { text-align: center; }
#dados-contato .contato-info i {
    font-size: 18px;
    margin-right: 10px;
}
#dados-contato .contato-info i.fa-envelope-o { font-size: 15px !important; }
#dados-contato .contato-info > div { margin-bottom: 5px; }
#dados-contato .contato-info {
    text-align: left;
    width: 50%;
}

#dados-contato iframe {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-top: 4px;
    width: 390px;
    height: 320px;
}

#dados-contato .socials {
    width: 390px;
    float: right;
    text-align: center;
}

#dados-contato .socials a {
    text-decoration: none;
    font-size: 42px;
    color: #e7e7e7;
    margin: 0px 15px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}

#dados-contato .socials .fa-facebook:hover { color: #45619D; }
#dados-contato .socials .fa-instagram:hover { color: #50312A; }
#dados-contato .socials .fa-google-plus:hover { color: #d73d32; }
#dados-contato .socials .fa-twitter:hover { color: #55ACEE; }
#dados-contato .socials .fa-youtube:hover { color: #CC181E; }

.contato-item {
    margin: 7px 0px;
}
.contato-item small { display: none; }




#servicos .item .img-servico,
#produtos .item .img-produto {
    width: 210px;
    height: 140px;
    border-radius: 1px;
}

#servicos .item .title-servico,
#produtos .item .title-produto {
    margin: 5px 0px;
    border-bottom: 1px solid #084826;
}

#servicos .item .title-servico a:hover,
#produtos .item .title-produto a:hover { color: #179B48; }
#servicos .item .title-servico a,
#produtos .item .title-produto a {
    color: #084826;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
}

#servico,
#produto { margin-bottom: 30px; }

#servico p,
#produto p { margin: 0px; }

#servico .desc-servico,
#produto .desc-produto {
    float: right;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-right: 20px;
}
#servico img,
#produto img {
    float: left;
    width: 50%;
    margin: 0px 10px 0px 10px;
}

#servico .title-produto,
#produto .title-produto {
    margin: 5px 0px;
    border-bottom: 1px solid #084826;
    color: #084826;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

#not-found {
    font-size: 36px;
    text-align: center;
    padding: 40px;
    cursor: default;
}
#not-found span {
    position: relative;
    background: #FFF;
    display: inline-block;
    padding: 30px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}
#not-found span:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 9px 10px;
    border-color: transparent transparent #FFF transparent;
    top: -18px;
    margin-left: 45px;
}
#not-found h3 {
    margin: 0;
    font-size: 30px;
    color: #BABABA;
}
#not-found button {
    font-size: 17px;
    color: #5E5E5E;
    border-radius: inherit;
    outline-color: transparent;
    cursor: pointer;
}
#not-found .fa-frown-o {
    display: block;
    width: 100%;
    font-size: 200px;
}

#galeria .img-galeria {
    float: left;
    margin: 0px 14px 16px;
    width: 220px;
    height: 150px;
    border-radius: 1px;
}

#galeria .img-galeria:hover { opacity: 0.8 }

#slider-container {
    position: relative;
    width: 1024px;
}
#slider img {
    width: 1024px !important;
    height: 410px !important;
}
.slider-wrapper {
    width: 1024px;
    height: 410px;
}
#prev:hover, #next:hover { opacity: 0.7; }
#prev, #next {
    position: absolute;
    top: 190px;
    z-index: 999 !important;
    cursor: pointer;
    height: 30px;
}
#next { right: 25px; }
#prev { left: 25px; }
#pager {
    width: 1024px;
    position: absolute;
    text-align: center;
    bottom: 20px;
    z-index: 999;
}
#pager a { padding: 0px 5px 10px 5px; text-decoration: none; }

.bolinha-slider:hover { color: #FFF; }
.bolinha-slider {
    color: #AAAAAA;
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bolinha-slider:before { content: "\f10c"; }
.pager-ativo .bolinha-slider:before { content: "\f111" !important; }
.cycleSlider { height: 410px !important; }

.servicos-menu { position: relative; }
.servicos-menu:hover .submenu { display: inherit; }
.servicos-menu .submenu {
    display: none;
    position: absolute;
    background: #B4B4B5;
    z-index: 999;
    left: -100px;
    top: 32px;
    padding-top: 18px;
}

.servicos-menu .submenu a {
    color: #FFF;
    padding: 10px;
    display: block;
    min-width: 150px;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

#sobre {
    padding: 0px 15px;
}

#sobre h1 {
    color: #004270;
    font-style: italic;
}

#menu-sobre {
    background: #B4B4B5;
    float: left;
    border-radius: 4px;
    padding: 10px;
    width: 20%;
    margin: 0px 30px 20px 0px;
}
#menu-sobre a {
    display: block;
    text-decoration: none;
    color: #FFF;
    margin: 10px 0px;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
#menu-sobre a.active,
#menu-sobre a:hover {
    text-shadow: none !important;
    color: #005D90 !important;
}

#galeria.galeria .img-galeria {
    width: 228px !important;
    height: 160px !important;
}