/*  CODEWORK V. 6.0 beta - HTML & CSS Framework
    - Code Manager and Streamlined, reusable and Web Strucuture.
    - Copyright (c) 2015 - 2016 Reinaldo "Ramon" José Nunes
    - All rights reserved | Contact: reinaldo.nunes2@gmail.com

    - Version: 6.0 beta (12/01/2017)
    - Requires: Web browsers that support the news features of HTML5 and CSS3

    - Lovatel Digital Agency | http://lovatel.com.br
    - Edited: 08/02/2017  */

/**** CSS RESET by Eric Meyer ******/

/*
@font-face {
  font-family: 'Eurostile';
  src: url('fonts/Eurostile.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Eurostile';
  src:  url(data:application/x-font-woff;charset=utf-8;base64,) format('woff'), url('fonts/Eurostile.ttf')  format('truetype'), url('Eurostile.svg#Eurostile') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

@import url('https://fonts.googleapis.com/css?family=Jura');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:1em;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    background:url("../img/bg_site.jpg") no-repeat center top;
	background-size:cover;
}
#index{
    background:url("../img/bg_site.jpg") no-repeat center top 500px;
	background-size:cover;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
html{
    background:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Predefinitions */
figure{
    line-height:0px;
}
img{
    width:auto;
    max-width:100%;
    height:auto;
    display:block;
}
select, button, input, textarea{ /* desativa o bottão padrão dos selects */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ie-appearance: none;
}
.fx,a,button{
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
a{
    text-decoration:none;
}
:focus, :visited{
    outline: 0;
}
textarea{
    resize:none;
}

/* CLEAR FLOATS */

.clear{
    clear:both;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* ALIGNS */
.left{
    float:left;
}
.right{
    float:right;
}

/* CONTENTS and GRIDs LAYOUT */
.main{
    margin:0 auto;
    display:inherit;
    width:100%;
    max-width:83.125em;
    padding-left:30px;
    padding-right:30px;
    height:auto;
}
.column_equals{
    width:48%;
    margin-top:60px;
}
.column_big{
    width:70%;
}
.column_small{
    width:28%;
}

/* forms and buttons */
form{
    width:100%;
    height:auto;
    display:table;
}
.input_field, select{
    width:100%;
    border-radius:0px;
    margin-bottom:10px;
    padding:15px 20px;
    color:#777;
    border:1px solid #eee;
    font-size:1em;
}
select{
    padding-bottom:13px;
}
    .input_double{
        width:49%;
    }
    .input_triple{
        width:32%;
    }
    .msg{
        resize: none;
        min-height:120px;
        height:120px;
    }


    /* BUTTONS */
    #btn_send, #btn_send_login{
        border-radius:100px;
        padding:5px 30px;
        background:#A8CF45;
        border:0px;
        font-size:20px;
        color:#fff;
        font-weight:normal;
        cursor: pointer;

        transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
    }
    #btn_send:hover, #btn_send_login:hover{
        background:#444;
    }

    #btn_send_login{
        font-size:16px;
        padding:10px 20px;
    }
    
    /* placeholders */
    .input_field::-webkit-input-placeholder {
	   color: #7f7f7f;
    }
    .input_field:-moz-placeholder {
        color: #7f7f7f;
        opacity: 1;
    }
    .input_field::-moz-placeholder {
        color: #7f7f7f;
        opacity: 1;
    }
    .input_field:-ms-input-placeholder {
        color: #7f7f7f;
    }

/* Tipografia */
h1,h2,h3,h4,h5,h6,a,span,p,select,button,input,textarea{
    font-family:'Jura', sans-serif;
    color:#fff;
}

a,span,p{
    font-size:auto;
    color:inherit;
}
p{
    margin-bottom:15px;
    line-height:20px;
    color:#fff;
}
p:last-child{
    margin-bottom:0px;
}

/* mapas e iframes */
.box_iframe{
    position: relative;
    padding-bottom: 55%; 
    height: 0;
    width:100%;
}
.box_iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}

/* navigation menu icon */
button.btn-nav{
    border:0px;
    cursor:pointer;
    width:100%;
    display:table;
    padding:0px 20px;
    height:50px;
    background:#000;
    position:relative;
    margin:0 auto;
    display:none;
}
button.btn-nav > span{
    font-size:13px;
    font-weight:700;
    color:#fff;
    margin-bottom:0px;
}
    .nav-toggle{
        float:right;
        position:relative;
        margin-top:-0px;
        cursor: pointer;
        display:block;
        height:18px;
        position: relative;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        width:30px;
        -webkit-tap-highlight-color: transparent;
    }
    .nav-toggle span{
        background: #fff;
        height:2px;
        position: absolute;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
    }
    .nav-toggle span { left: 0; }
    
    .nav-toggle span:nth-child(1) { top: 0px; }
    
    .nav-toggle span:nth-child(2) { top: 7px; }
    
    .nav-toggle span:nth-child(3) { top: 14px; }
    
    button.btn-nav.open .nav-toggle span:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(5px,5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    button.btn-nav.open  .nav-toggle span:nth-child(2) { opacity: 0}
    
    button.btn-nav.open  .nav-toggle span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(5px, -5px);
        -ms-transform: rotate(-45deg) translate(5px, -5px);
        transform: rotate(-45deg) translate(5px, -5px);
    }

/* pagination */
.wrap_page{
    width:100%;
    margin-top:15px;
    display:inline-table;
    height:auto;
}
.pagination{
    display:table;
    margin:0 auto;
    height:auto;
    width:auto;
    margin-bottom:15px;
}
.pagination li{
    float:left;
    font-size:14px;
    display:table;
    margin:0px 2px;
}
.pagination li a{
    color:#777;
    float:left;
    height:auto;
    width:auto;
    text-align:center;
    display:block;
    text-decoration: none;
    border-radius:2px;
    font-weight:bold;
    padding:10px 15px;
    background:#fff;
    border:1px solid #e5e5e5;
    
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
.pagination li a:hover, .pagination li.current a{
    background:#aaa;
    color:#fff;
}

/* message alert forms */
.box_result{
    width:100%;
    height:auto;
    display:table;
    padding:50px 20px;
    color:#D7640F;
    text-align:center;
}
.box_result a{
    color:#F3AD3A;
    text-decoration: none;
}
.full_message{
    position:fixed;
    overflow: hidden;
    width:100%;
    height:100%;
    top:0%;
    bottom:0%;
    left:0%;
    right:0%;
    z-index:-1;
    opacity:0;
    background:rgba(0,0,0,0.8);
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
.full_message.show{
    z-index: 99999;
    opacity:1;
}
.box_message{
    margin:0 auto;
    width:90%;
    position:relative;
    top:50%;
    margin-top:-90px;
    max-width:500px;
    height:180px;
    background:#fff;
    padding:30px 25px;
    border-radius:6px;
    opacity:0;
    z-index: -55555;
    transform: scale(0.5) rotate(0deg);
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
.full_message.show .box_message{
    opacity:1;
    z-index:55555;
    transform: scale(1) rotate(0deg);
}
.box_message img{
    margin:0 auto;
    width:61px;
    height:61px;
    display:table;
    margin-bottom:15px;
}
.box_message p{
    width:100%;
    display:table;
    text-align:center;
    color: #333;
}
.box_message .bt_close {
    width: 40px;
    height: 40px;
    display: table;
    background: #1b1b1b url("../img/icon_close.png") no-repeat center center;
    background-size: 40%;
    position: absolute;
    top: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    right: 0px;
    border: 0px;
    cursor: pointer;
}
.box_result{
    width:100%;
    padding:30px;
    height:auto;
    display:table;
    color:#111111;
    font-size:15px;
    text-align:center;
    background:#F3AD3A;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top:25px;
}
/* loading message */
.spinner{
    display:none;
}
.spinner {
  margin: 40px auto 15px;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 14px;
  height: 14px;
  background-color: #D2880D;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/* NOVO MODELO DE POPUP */
.full_content_box{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    display:table;
    background:rgba(0,0,0,0.8);
    opacity:0;
    z-index: -55;
    
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;

    /* centraliza na vertical */
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    /* centraliza na horizontal */
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.full_content_box.open{
    opacity:1;
    z-index:99999999999;
}
.wrap_content_box{
    position:relative;
    padding:5px;
    border-radius:10px;
    background:#EFEFEF;
    width:90%;
    max-width:650px;
    height:auto;
    transform: scale(0.5) rotate(0deg);
}

.full_content_box.open .wrap_content_box{
    transform: scale(1) rotate(0deg);
}

button.bt_close_box{
    position: absolute;
    top:-8px;
    border-radius:5px;
    right:-5px;
    border: 0px;
    cursor: pointer;
    width:auto;
    height:auto;
    padding:30px;
    background:url("../img/i_close_box.png") no-repeat center center;
}
/* FIM MODELO DE POPUP */

/* BANNER DESTAQUE */
#banner{
    width:100%;
    margin-bottom:30px;
    padding-bottom:8px;
}
    #banner .item{
        border-radius:0px;
    }
    
    #banner .owl-theme .owl-controls .owl-page span{
        border-radius:50%;
        height:14px;
        width:14px;
        margin:0px 4px;
        background:#fff;
    }
    #banner .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
        background:#A8CF45;
    }

/* GALERIA GERAL */
#gallery{
        width:100%;
        margin-bottom:0px;
        margin-left:0px;
    }
    #gallery .item{
        float:left;
        position:relative;
        border-radius:6px;
        overflow: hidden;
        margin:0px 5px !important;
    }
    #gallery .item img{
        width:100%;
    }
    #gallery .owl-theme .owl-controls .owl-page span{
        background:none;
        border:1px solid #6C323E;
    }
    #gallery .owl-theme .owl-controls .owl-page.active span, 
    #gallery .owl-theme .owl-controls.clickable .owl-page:hover span{
        background:#6C323E;
    }

/* HEADER, FOOTER AND PAGE STYLES */
header,footer{
    width:100%;
    height:auto;
    display:table;
}

header{
    position:relative;
    /*padding:15px 0px 40px 0px; */
    padding:15px 0px 20px 0px;
    background:rgba(0,0,0,0.4);
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;   
}
#index header{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    background:none;
    z-index:555;
}

#logo{
    float:left;
    margin-top:15px;
}

#cp_cliente{
    float:right;
    display:none;
    position:relative;
}
#cp_cliente a{
    color:#fff;
    padding:15px 25px;
    display:table;
    border-radius:5px;
    font-size:14px;
    background:rgba(0,0,0,0.4);
}

#cp_cliente a.open{
    border-radius:5px 5px 0px 0px;
}

#panel_login{
    position:absolute;
    right:0px;
    top:45px;
    display:none;
    padding:30px;
    width:260px;
    background:rgba(0,0,0,0.5);
    border-radius:10px 0px 10px 10px;
}
#panel_login .input_field{
    padding:15px 20px;
    font-size:12px;
}
#panel_login #btn_send_login{
    width:100%;
}

nav#menu{
    float:right;
    margin-top:55px;
    display:table;
    clear:right;
}
nav#menu li{
    float:left;
    margin-left:20px;
}
nav#menu li a{
    color:#fff;
    width:100%;
    display:table;
    padding:5px 25px;
    border-radius:100px;
    font-size:17px;

    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}

nav#menu li:hover a,
nav#menu li.ativo a{
    background:#A8CF45;
}
    

    
footer{
    width:100%;
    height:auto;
    padding-top:190px;
    padding-bottom:30px;
    background:url("../img/bg_footer.png") no-repeat center top;
}
    footer p{
        font-size:19px;
        text-align:center;
    }

    #development{
        background:#000;
    }

    #development table{
        margin:0 auto;
        display:table;
    }
    #development a{
        color:#fff;
    }
    .mail{
        margin-right:20px;
    }
    .social{
        width:56px;
        height:58px;
        display:table;
    }
    .f{
        background:url("../img/f.png") no-repeat center center;
    }
    .i{
        background:url("../img/i.png") no-repeat center center;
    }
    .w{
        background:url("../img/w.png") no-repeat center center;
        margin-right:20px;
    }
    

    .contato_footer{
        display:none;
    }
    
/* CÓDIGOS DAS DEMAIS PÁGINAS */
#banner{
    margin-bottom:40px;
}
#banner .item{
    width:100%;
    height:920px;
    display:table;
}
.banner1{
    background:url("../img/banner/banner1.jpg") no-repeat center top;
}
.banner2{
    background:url("../img/banner/banner2.jpg") no-repeat center top;
}
.banner3{
    background:url("../img/banner/banner3.jpg") no-repeat center top;
}
.banner4{
    background:url("../img/banner/banner4.jpg") no-repeat center top;
}

#banner .item{
    background-size:cover;
}

#banner .owl-controls {
    margin-top: -60px;
    position: relative;
    z-index: 3;
}

.capter_banner {
    width: 100%;
    font-weight: 100;
    text-align: center;
    padding-top:400px;
    font-size:80px;
}

.capter_banner p {
    padding:30px 40px;
    background:rgba(0,0,0,0.5);
    display:table;
    margin:0 auto;
    color: #fff;
    line-height:70px;
}


.content_box{
    border-radius:10px;
    margin-top:40px;
    margin-bottom:10px;
    width:100%;
    display:table;
    height:auto;
    padding:60px 50px 100px 50px;
    background:rgba(0,0,0,0.8);
}
.content_box h1{
    font-size:40px;
    font-weight:bold;
    margin-bottom:25px;
    display:table;
    width:100%;
}

.content_box p{
    font-size:17px;
    line-height:30px;
}

hr.div_line{
    height:1px;
    width:100%;
    border:0px;
    margin-top:40px;
    margin-bottom:40px;
    background:none;
    display:table;
}

.texto_destaque_home{
    width:50%;
    display:table;
    font-size:40px;
}

.icons_home{
    width:45%;
}
.icons_home img{
    width:auto;
}

.bt_mais{
    background:#A8CF45;
    color:#fff;
    margin-bottom:50px;
    border-radius:100px;
    font-size:14px;
    padding:5px 15px;
}

/* página da empresa */
.diretriz{
    width:31%;
    margin-right:3.33%;
    display:table;
    height:auto;
    margin-top:25px;
    padding-left:100px;
}
.diretriz:nth-of-type(3n){
    margin-right:0px;
}

.diretriz h1{
    font-weight:normal;
    font-size:20px;
}
.diretriz p{
    line-height:24px;
    font-size:16px;
}

.missao{
    background:url("../img/dir_missao.png") no-repeat left top 15px;
}
.visao{
    background:url("../img/dir_visao.png") no-repeat left top 15px;
}
.valores{
    background:url("../img/dir_valores.png") no-repeat left top 15px;
}

h5{
    font-size:25px;
    width:100%;
    margin-bottom:20px;
}

.list_equipe{
    width:100%;
    height:auto;
    display:tab;
}
.list_equipe li{
    float:left;
    width:50%;
    padding-right:40px;
    margin-bottom:30px;
}

.list_equipe li figure{
    float:left;
    text-align:right;
    width:45%;
    margin-right:35px;
}
.list_equipe li figure img{
    width:100%;
}
.list_equipe li p{
    margin-top:20px;
    font-size:15px;
    line-height:18px;
}
.list_equipe li p strong{
    color:#A8CF45;
    font-weight:bold;
}

.wrap_areas h1{
    text-align:center;
}

.bloco_area{
    float:left;
    width:25%;
    display:table;
    padding:0px 25px;
    padding-top:100px;
    margin-top:100px;
}
.bloco_area:nth-of-type(1){
    background:url("../img/atua_um.png") no-repeat top center;
}
.bloco_area:nth-of-type(2){
    background:url("../img/atua_dois.png") no-repeat top center;
}
.bloco_area:nth-of-type(3){
    background:url("../img/atua_tres.png") no-repeat top center;
}
.bloco_area:nth-of-type(4){
    background:url("../img/atua_quatro.png") no-repeat top center;
}
.bloco_area p strong{
    color:#A8CF45;
    font-weight:bold;
}

/* GRID PORTFOLIO */
.grid{
    width:100%;
    list-style: none;
    padding: 0;
}
.grid li{
    display: block;
    float: left;
    width: 50%;
    opacity: 0;
}


.grid li a{
    opacity:0.5;
}
.grid li:hover a{
    opacity:1;
}
.grid li img{
    width:100%;
}

.grid li.shown, .no-js .grid li, .no-cssanimations .grid li{
    opacity: 1;
}
.grid li a, .grid li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
}
.grid.effect-1 li.animate {
    -webkit-animation: fadeIn 0.65s ease forwards;
    -moz-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    to{
        opacity: 1;
    }
}
@keyframes fadeIn {
    to{
        opacity: 1;
    }
}

#grid li a{
    position:relative;
}
#grid li a span.legend_port{
    position:absolute;
    width:100%;
    bottom:0px;
    padding:20px 10px;
    background:rgba(0,0,0,0.8);
    left:0px;
    right:0px;
    text-align:center;
    color:#fff;
    font-size:25px;
    opacity:0;

    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
#grid li:hover a span.legend_port{
    opacity:1;
}

.port_area a{
    margin:0 auto;
    display:table;
    width:80%;
    margin-top:25px;
    margin-bottom:30px;
}
.port_area a img{
    width:100%;
}

.port_area p{
    width:80%;
    display:table;
    margin:0 auto;
}
.alert {
  padding: 20px 30px;
  background: #A8CF45;
  color: #fff;
}
