@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700');

/*  CODEWORK V. 5.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: 5.0 beta (06/07/2016)
    - Requires: Web browsers that support the news features of HTML5 and CSS3

    - Lovatel Digital Agency | http://lovatel.com.br
    - Edited: 06/07/2016  */

/**** CSS RESET by Eric Meyer ******/
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:#fff;
	line-height: 1;
}
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:#027561;
}
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, input, button{ /* desativa o bottão padrão dos selects */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ie-appearance: none;
}
.fx{
    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:85em;
    padding-left:20px;
    padding-right:20px;
    height:auto;
}
.column_equals{
    width:49.5%;
}
.column_big{
    width:64%;
}
.column_small{
    width:32%;
}

/* forms and buttons */
form{
    width:100%;
    height:auto;
    display:table;
}
.input_field, select{
    width:100%;
    border-radius:6px;
    margin-bottom:10px;
    padding:10px 20px;
    /*padding:19px 25px;*/
    color:#777;
    border:2px solid #A6A6A6;
    font-size:15px;
}
#rastreador .input_field{
     padding:19px 25px;
}
select{
    padding-bottom:13px;
}
    .input_double{
        width:49.5%;
    }
    .input_triple{
        width:32%;
    }
    .input_four{
        margin-left:1%;
        width:24.2%;
    }
    .msg{
        resize: none;
        min-height:170px;
        height:170px;
    }


    /* BUTTONS */
    #btn_send{
        float:right;
        bottom: -20px;
        right: 30px;
        border-radius: 6px;
        border: 2px solid #048D73;
        background: #04A98B;
        padding: 19px 60px;
        display: table;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
    }
    #btn_send:hover{
        background:#048D73;
    }
    
    /* placeholders */
    ::-webkit-input-placeholder {
	   color: #7f7f7f;
    }
    :-moz-placeholder {
        color: #7f7f7f;
        opacity: 1;
    }
    ::-moz-placeholder {
        color: #7f7f7f;
        opacity: 1;
    }
    :-ms-input-placeholder {
        color: #7f7f7f;
    }

/* Tipografia */
h1,h2,h3,h4,h5,h6,a,span,p,select,button,input,textarea{
    font-family:'Cabin',sans-serif;
}

a,span,p{
    font-size:auto;
    color:inherit;
}
p{
    font-size:1em;
    line-height:20px;
    color:#5E5F64;
    margin-bottom:15px;
    text-align:justify;
}
p:last-child{
    margin-bottom:0px;
}

.title_green{
    width:100%;
    display:table;
    margin-bottom:20px;
    font-size:35px;
    font-weight:700;
    color:#04A98B;
}

/* 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 */
/* navigation menu icon */
button.btn-nav,
button.btn-nav2{
    float:right;
    border:0px;
    cursor:pointer;
    width:50px;
    display:table;
    padding:0px 30px 0px 40px;
    height:56px;
    background:#027561;
    position:relative;
    margin:0 auto;
    margin-right:-20px;
    margin-left:20px;
    display:none;

}
button.btn-nav > span,
button.btn-nav2 > span{
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    font-weight:700;
    color:#fff;
    margin-bottom:0px;
}
.nav-toggle{
    float:right;
    margin-right:-10px;
    position:relative;
    margin-top:3px;
    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),
button.btn-nav2.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),
button.btn-nav2.open .nav-toggle span:nth-child(2){
    opacity: 0;
}

button.btn-nav.open  .nav-toggle span:nth-child(3),
button.btn-nav2.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:25px;
    margin-bottom:20px;
    display:inline-table;
    height:auto;
}
.pagination{
    display:table;
    margin:0 auto;
    height:auto;
    width:auto;
    margin-bottom:0px;
}
.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:6px;
    font-weight:700;
    padding:13px 20px;
    background:#fff;
    border:2px solid #CDCDCD;
    
    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;
    background:#04A98B;
    border-color:#048D73;
}

/* message alert */
.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);
  }
}

/* BANNER DESTAQUE */
#banner{
    width:100%;
    margin-bottom:30px;
    padding-bottom:8px;
}
    #banner .item{
        border-radius:0px;
    }

    #banner .owl-controls{
        position:relative;
        z-index: 2222;
        margin-top:-60px;
        padding-right:20px;
        text-align:right;
    }
    
    #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:#04A98B;
        border:1px solid #048D73;
    }

/* 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:fixed;
    z-index: 2300;
    background:#04A98B;
     transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
        box-shadow:0px 0px 10px #777;
}
    header .main,
    #wrap_functions .main,
    #wrap_chamadas .main
    footer .main{
        display:block;
    }
    #logo{
        position:absolute;
        border:2px solid #aaa;
        border-top:0px;
        border-radius:0px 0px 10px 10px;
        background:#fff;
        padding:30px;
        display:block;
        width:310px;
        top:0px;

        transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
    }
    #logo.small_logo{
        padding:7px 18px;
        width:170px;
        border-radius:0px;
        border:0px;
        box-shadow:#aaa;
        border-top:0px;
    }
    nav#menu{
        float:left;
        margin-left:330px;
    }
    nav#menu li{
        float:left;
        padding-right:2px;
        background:url("../img/li_div.png") no-repeat center right;
    }
    nav#menu li:last-child{
        background:none;
    }
    nav#menu li:first-child{
        display:none;
    }
    nav#menu li a{
        width:100%;
        display:table;
        font-size:1em;
        color:#fff;
        padding:20px 20px;

        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:#03856F;
    }

    nav#menu ul.submenu{
        position:absolute;
        width:200px;
        background:#039279;
    }
    nav#menu ul.submenu li{
        float:left;
        display:table;
        width:100%;
        background:none !important;
        padding-right:0px;
    }
    nav#menu ul.submenu li a{
        width:100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        display:table;
        padding:16px 25px;
        color:#fff;
        font-size:14px;

         transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
    }
    nav#menu ul.submenu li a:hover{
        color:#fff;
        background:#027561;
    }



    .contact-header{
        float:right;
        display:table;
    }
    .contact-header span{
        float:left;
        color:#fff;
        padding:10px 20px 10px 0px;
        display:table;
        font-weight:700;
    }
    .contact-header span.bg-c-h{
        padding-left:20px;
        background:#027561;
    }

    p.legend_fone{
        width:100%;
        color:#fff;
        font-size:12px;
    }

    .nav-help-desk{
        position:absolute;
        top:65px;
        right:20px;
        font-weight:500;
        font-size:18px;
        color:#04A98B;
        border:2px solid #CDCDCD;
        border-radius:6px;
        padding:10px 20px 10px 54px;
        background:url("../img/i_help.png") no-repeat left 15px center white;
        z-index:222;
    }
    
footer{
    background:#04A98B;
    padding-top:70px;
}
    
    .logo_footer{
        border:2px solid #ddd;
        background:#fff;
        float:left;
        width:48%;
        padding:30px;
        border-radius:8px 8px 0px 0px;
    }
    .endereco_footer{
        float:right;
        width:48%;
        display:table;
    }
    .endereco_footer p{
        color:#fff;
    }
    .endereco_footer p a{
        font-weight:700;
        display:table;
        margin-top:10px;
    }

    .box_fone{
        display:table;
        margin-left:20px; 
    }
    .box_fone p{
        color:#fff;
    }
    .box_fone span{
        color:#fff;
        padding:15px 30px;
        border-radius:5px;
        border:2px solid #fff;
        font-size:20px;
        font-weight:700;
        display:table;
        margin-top:10px;
    }
    .box_fone:first-child span{
        background:#027561;
    }

    #development{
        width:100%;
        height:auto;
        display:table;
        background:#027561;
    }
    #development span{
        width:33.33%;
        padding:20px 0px;
        display:table;
    }
    #development span,
    #development span a{
        color:#fff;
        font-size:15px;
    }
    #development span.links{
        text-align:center;
        padding:0px;
        padding-top:9px;
    }
    #development span.right{
        text-align:right;
    }

    .facebook, .linkedin, .twitter{
        width:40px;
        border-radius:50%;
        height:40px;
        display:inline-table;
        margin:0 auto;
        margin-left:3px;
        margin-right:3px;

        transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
    }

    .facebook:hover, .linkedin:hover, .twitter:hover{
        background-color:#008D73;
    }

    .facebook{
        background:url("../img/i_facebook.png") no-repeat center center;
    }
    .linkedin{
        background:url("../img/i_linkedin.png") no-repeat center center;
    }
    .twitter{
        background:url("../img/i_twitter.png") no-repeat center center;
    }

/* PAGINA INICIAL */
    
 #wrap_home{
     width:100%;
     padding-top:70px;
     height:410px;
     background:url("../img/bg_banner.png") no-repeat center top;
 }
 #wrap_home .main{
     position:relative;
 }
    .column-news{
        margin-top:100px;
    }
    .column-banner{
        position:absolute;
        right:0px;
        max-width:709px;
    }
    .column-news h6{
        color:#008D73;
        font-size:35px;
        font-weight:700;
        display:table;
        margin-bottom:20px;
    }
    .column-news p{
        color:#5E5F64;
    }

    #form_news{
        width:90%;
        float:left;
        display:table;
        margin-top:20px;
        position:relative;
    }
    #form_news .input_news{
        border-radius:7px;
        border:2px solid #CDCDCD;
        padding:18px 20px;
        display:table;
        width:100%;
        font-weight:700;
    }
    #form_news #bt_enviar_news{
        border:2px solid #048D73;
        background:#04A98B;
        width:100%;
        margin-top:10px;
        font-size:20px;
        padding:16px 20px;
        color:#fff;
        font-weight:700;
        border-radius:6px;
        cursor: pointer;
    }
    #banner{
        margin-top:60px;
        position:relative;
        z-index:552;
    }


    /* bloco dois da index */
    #wrap_functions{
        width:100%;
        display:table;
        background:#E5E5E5 url("../img/bg_functions.jpg") no-repeat center top;
        padding:80px 0px 80px 0px;
        /*position:absolute;*/
        position:relative;
        margin-top:140px;
        height:auto;
    }

    #wrap_link_function{
        width:90%;
        display:inline-table;
        margin-top:50px;
        margin-bottom:50px;
    }


    .box_function{
        float:left;
        width:25%;
        display: table;
        padding:15px 30px 15px 65px;
        height:70px;
        border-radius:6px;
        margin-bottom:5px;

        transition-duration:02s;
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
        border:2px solid transparent;
    }

    .box_function span{
        text-align:left;
        display:table-cell;
        vertical-align: middle;
        color:#5E5F64;
    }
    .box_function:hover{
        border:2px solid #048D73;
    }
        .i1{
            background:url("../img/icons/1.png") no-repeat left center;
        }
        .i2{
            background:url("../img/icons/2.png") no-repeat left center;
        }
        .i3{
            background:url("../img/icons/3.png") no-repeat left center;
        }
        .i4{
            background:url("../img/icons/4.png") no-repeat left center;
        }
        .i5{
            background:url("../img/icons/5.png") no-repeat left center;
        }
        .i6{
            background:url("../img/icons/6.png") no-repeat left center;
        }
        .i7{
            background:url("../img/icons/7.png") no-repeat left center;
        }
        .i8{
            background:url("../img/icons/8.png") no-repeat left center;
        }
        .i9{
            background:url("../img/icons/9.png") no-repeat left center;
        }
        .i10{
            background:url("../img/icons/10.png") no-repeat left center;
        }
        .i11{
            background:url("../img/icons/11.png") no-repeat left center;
        }
        .i12{
            background:url("../img/icons/12.png") no-repeat left center;
        }
        .i13{
            background:url("../img/icons/13.png") no-repeat left center;
        }

    .title_news_function{
        float:right;
        text-align:right;
        color:#120713;
        font-weight:500;
        font-size:25px;
        margin-right:25px;
    }

    #form_news_dois{
        float:left;
        margin-left:25px;
        display:table;
        width:70%;
        position:relative;
    }
    #form_news_dois .input_news{
        border-radius: 7px;
        border: 2px solid #CDCDCD;
        padding: 18px 20px;
        display: table;
        width: 100%;
        font-weight: 700;
    }
    #form_news_dois #bt_enviar_dois{
        border: 2px solid #048D73;
        background: #04A98B;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 160px;
        padding: 18px 20px;
        color: #fff;
        font-weight: 700;
        border-radius: 6px;
        cursor: pointer;

        transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
    }


    #form_news_dois #bt_enviar_dois:hover,
    #form_news #bt_enviar_news:hover,
    #form_news_tres #bt_enviar_tres:hover,
    #form_leads #bt_enviar_leads:hover,
    .bt_button_green:hover{
        background:#048D73;
    }

    #wrap_solutions{
        width:100%;
        height:auto;
        padding:50px 0px 10px 0px;
        margin-top:-72px;
        z-index: 444;
        position:relative;
        background:url("../img/bg_solutions.jpg") no-repeat top 30px center;
        overflow: hidden;
    }

    .title_solutions{
        width:100%;
        text-align:center;
        background:url("../img/bg_title.png") no-repeat center top 20px;
        display:table;
        color:#008C72;
        font-size:30px;
        font-weight:700;
        margin-bottom:30px;
        margin-top:-9px;
    }

    #banner_solutions{
        width:100%;
        margin-top:60px;
        margin-bottom:0px;
        padding-bottom:30px;
    }
    #banner_solutions .item{
        border-radius:0px;
        width:100%;
        display:table;
    }

    #banner_solutions .owl-controls{
        position:relative;
        z-index: 2222;
        margin-top:40px;
        padding-right:20px;
        text-align:center;
    }
    
    #banner_solutions .owl-theme .owl-controls .owl-page span{
        border-radius:50%;
        height:14px;
        width:14px;
        margin:0px 4px;
        background:#fff;
        border:1px solid #04A98B
    }
    #banner_solutions .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
        background:#04A98B;
        border:1px solid #048D73;
    }

    .icon_solution{
        width:80px;
        height:80px;
        display:table;
        margin:0 auto;
        margin-bottom:15px;
        border-radius:50%;
        padding:10px;
        opacity:0.8;

        transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
    }
    #banner_solutions .item:hover .icon_solution{
        opacity:1;
    }
    #banner_solutions .item{
        display:table;
        width:100%;
    }
    #banner_solutions span{
        color:#000;
        width:100%;
        text-align:center;
        font-size:20px;
        display:table;
    }

    /*  SERVIÇOS */

    #wrap_services{
        width:100%;
        background:#5E6064;
        padding:60px 0px 50px 0px;
        
    }

    #banner_service{
        width:100%;
        margin-top:60px;
        padding-bottom:0px;
    }
    #banner_service .item{
        border-radius:0px;
        display:table;
        width:100%;
    }

    #banner_service .owl-controls{
        position:relative;
        z-index: 2222;
        margin-top:60px;
        padding-right:20px;
        text-align:center;
    }
    
    #banner_service .owl-theme .owl-controls .owl-page span{
        border-radius:50%;
        height:16px;
        width:16px;
        margin:0px 4px;
        background:none;
        border:1px solid #fff;
    }
    #banner_service .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
        background:#fff;
        border:1px solid #fff;
    }

    .title_service{
        width:100%;
        font-size:35px;
        color:#fff;
        font-weight:500;
        display:table;
        text-align:center;
    }

        .circle_service{
            border:2px solid #fff; 
            width:140px;
            height:140px;
            display:table;
            float:left;
            border-radius:50%;
            padding:30px;
        }
        #banner_service article{
            display:table;
            padding-left:20px;
            padding-right:20px;
        }
        #banner_service article h5,
        #banner_service article p{
            color:#fff;
        }
        #banner_service article h5{
            font-weight:700;
            font-size:25px;
            margin-bottom:10px;
        }
        #banner_service article p{
            font-size:15px;
        }

        #wrap_leads{
            width:100%;
            background:#F0F0F0;
            display:table;
            padding:60px 0px;
            border-bottom:2px solid #E5E5E5;
        }

        #form_news_tres{
        float:left;
        margin-left:25px;
        display:table;
        width:70%;
        position:relative;
    }
    #form_news_tres .input_news{
        border-radius: 7px;
        border: 2px solid #CDCDCD;
        padding: 18px 20px;
        display: table;
        width: 100%;
        font-weight: 700;
    }
    #form_news_tres #bt_enviar_tres{
        border: 2px solid #048D73;
        background: #04A98B;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 160px;
        padding: 18px 20px;
        color: #fff;
        font-weight: 700;
        border-radius: 6px;
        cursor: pointer;
    }

    #wrap_chamadas{
        padding:40px 0px;
        display:table;
        width:100%;
    }
    .bloco_chamadas{
        width:33.33%;
        display:table;
        float:left;
        padding:15px 40px;
        height:92px;
        color:#5E5F64;
        font-size:15px;
        background:url("../img/call_div.png") no-repeat right center;
    }
    .bloco_chamadas span{
        display:table-cell;
        vertical-align: middle;
    }
    .bloco_chamadas span img{
        margin:0 auto;
    }
    .bloco_chamadas strong{
        width:100%;
        margin-bottom:10px;
        display:table;
        font-size:20px;
        color:#048D73;
    }
    .bloco_um{
        padding-right:40px;
    }
    .bloco_chamadas:last-child{
        background:none;
    }

    /* PÁGINAS INTERNAS */
    #header_page{
        width:100%;
        padding-top:70px;
        color:red;
        height:auto;
        display:table;
        background:url("../img/bg_banner.png") no-repeat center top 50px;
    }
    #header_page h1{
        color:#008D73;
        font-size:35px;
        font-weight:700;
        width:100%;
        padding:65px 0px 55px 0px;
        text-align:center;
    }

    #content_page{
        width:100%;
        height:auto;
        display:table;
        background:#E5E5E5;
        padding:60px 0px 30px 0px;
    }
    #wrap_leads.lead_page{
        background:#fff;
    }

    .legend_form{
        float:left;
        width:55%;
        display:table;
    }

    #form_leads{
        float:right;
        display:table;
        width:35%;

        position:relative;
    }
    #form_leads .input_news{
        border-radius: 7px;
        border: 2px solid #CDCDCD;
        padding: 18px 20px;
        display: table;
        width: 100%;
        font-weight: 700;
    }
    #form_leads #bt_enviar_leads{
        border: 2px solid #048D73;
        background: #04A98B;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 160px;
        padding: 18px 20px;
        color: #fff;
        font-weight: 700;
        border-radius: 6px;
        cursor: pointer;
    }

    #wrap_content{
        width:100%;
        height:auto;
        display:inline-table;
        padding:60px 0px 30px 0px;
        border-top:2px solid #cdcdcd;
        margin-top:50px;
    }

    .back{
        float:right;
        border:2px solid #A3A3A3;
        border-radius:6px;
        color:#999999;
        padding:15px 60px;
        display:table;
    }

    /* soluções */
    .box_product{
        float:left;
        width:33.33%;
        display:table;
        padding-top:40px;
        border-top:2px solid #CDCDCD;
    }
    .box_product:nth-of-type(1),
    .box_product:nth-of-type(2),
    .box_product:nth-of-type(3){
        padding-top:0px;
        border-top:0px;
    }
    .box_product article{
        display:table;
        margin-top:10px;
        padding-left:30px;
        padding-right:15px;
        margin-bottom:70px;
    }
    
    .box_product article h5{
        font-weight:700;
        font-size:25px;
        color:#333;
        margin-bottom:10px;
    }
    .box_product article p{
        font-size:14px;
        color:#5E5F64;
    }

    .box_product .circle_service{
        width:130px;
        height:130px;
        background:#04A98B;
        border:0px;

        transition-duration:0.2s;
        -moz-transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
    }

    .box_product:hover .circle_service{
        background:#038770;
    }
    .box_product .circle_service i{
        width:50px;
        height:50px;
        display:table-cell;
        vertical-align: middle;
    }


    .box_product article.bx_service{
        height:120px;
        margin-bottom:40px;
    }
    .box_product article.bx_service h5{
        display:table-cell;
        vertical-align: middle;
    }
    /* MENU DE SOLUÇÕES */
    #menu_solucoes{
        max-width:100%;
        display:table;
        float:left;
        border-radius:6px;
        background:#fff;
        border:2px solid #cdcdcd;
        margin-bottom:30px;
    }
    #menu_solucoes li{
        float:left;
        position:relative;
    }
    #menu_solucoes li:nth-of-type(3n){
        background:none;
        padding-right:0px;
    }
    #menu_solucoes li a{
        display:table;
        color:#7F7F7F;
        font-size:16px;
        border-radius:2px;
        font-weight:700;
        text-align:center;
        padding:20px 69px;
        background:#fff url("../img/li_sol.jpg") no-repeat center right;

        transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
    }
    #menu_solucoes li:nth-of-type(3) a{
        background-image:none;
    }
    #menu_solucoes li:hover a,
    #menu_solucoes li.ativo a{
        background:#008D73 url("../img/li_sol.jpg") no-repeat center right -2px;
        color:#fff;
    }
    #menu_solucoes li:nth-of-type(3):hover a,
    #menu_solucoes li:nth-of-type(3).ativo a{
        background:#008D73;
        color:#fff;
    }
    #menu_solucoes li.ativo a:after{
        content:'';
        display:table;
        position:absolute;
        border-width:16px 16px 16px 16px;
        border-style:solid;
        border-color: #027561 transparent transparent transparent;
        height:1px;
        width:1px;
        left:50%;
        top:56px;
        margin-left:-20px;
    }
    #menu_solucoes li a:before{
         transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
    }
    #menu_solucoes li:hover a:before,
    #menu_solucoes li.ativo a:before{
        content:'';
        z-index:222;
        border-radius:6px;
        position:absolute;
        top:-2px;
        left:-2px;
        right:0px;
        bottom:0px;
        border:2px solid #027561;
        display:block;
        width:100%;
        height:100%;
    }
    #tab_1, #tab_2, #tab_3,#tab_4{
        position:absolute;
        width:100%;
        display:none;
        opacity:0;
        
        transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
    }
    .tab_visible{
        position:relative !important;
        width:100% !important;
        display:table !important;
        opacity:1 !important;
    }

    #tab_1 table, #tab_2 table, #tab_3 table{
        width:100% !important;
    }

    #tab_1 p, #tab_2 p, #tab_3 p{
        line-height:25px;
        text-align:justify;
    }

    #tab_1 table tr td,
    #tab_2 table tr td,
    #tab_3 table tr td{
        width:50%;
    }
     #tab_1 table tr td:first-child{
         padding-right:40px;
         
     }
    #tab_1 table img{
         padding:8px;
         border-radius:6px;
         background:#fff;
     }
     #tab_1 table video{
        padding:8px;
        border-radius:6px;
        background:#fff;
     }

    /*
    #tab_1 table iframe, #tab_2 table iframe, #tab_3 table iframe{
        width:500px !important;
        margin-bottom:25px;
        position:relative;
        margin-top:0px;
        vertical-align: top;
    }
    */

    #tab_1 p strong, #tab_2 p strong, #tab_3 p strong{
        color: #008C72;
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 20px;
        width:100%;
        display:table;
    }

    

    /* TABELA DOS REQUISITOS */
    #tab_4 table{
        width:100% !important;
        margin-top:30px;
        font-family:'Open Sans',sans-serif;
    }
    #tab_4 table tr:nth-of-type(1) td{
        padding:20px;
        font-size:15px;
        font-weight:bold;
        color:#027561;
        background:#ddd;
    }
    #tab_4 table tr td{
        background:#f9f9f9;
        padding:15px 20px;
        text-align:left;
        line-height:22px;
        font-size:13px;
        border:1px solid #ddd;
    }
    #tab_4 table tr:nth-of-type(2n) td{
        background:#fff;
    }


    .bloco_foto{
        float:right;
        border:2px solid #A6A6A6;
        border-radius:10px;
        display:table;
        padding:5px;
        border-radius:10px;
        margin-bottom:15px;
        margin-left:30px;
        margin-right:0px;
        width:100%;
        max-width:46%;
        background:#fff;
    }
    .bloco_foto:nth-of-type(2n){
        float:left;
        margin-right:30px;
        margin-left:0px;
    }
    .bloco_foto img{
        width:100%;
    }
    .divide{
        height:1px;
        width:100%;
        display:table;
        background:none;
        border:0px;
        margin-bottom:30px;
        margin-top:30px;
    }


    #wrap_content div h6{
        color:#008C72;
        font-weight:700;
        font-size:24px;
        margin-bottom:20px;
    }

    /* BIBLIOTECA */
    .title_gray{
        width:100%;
        font-size:35px;
        font-weight:700;
        color:#7F7F7F;
        display:table;
        text-align:center;
        margin-bottom:30px;
    }

    .box_ebook{
        border-radius:10px;
        border:2px solid #A6A6A6;
        background:#fff;
        display:table;
        width:48%;
        padding:25px 40px;
        margin-bottom:30px;
        position:relative;
    }
    .box_ebook figure{
        float:left;
        width:30%;
        margin-right:25px;
    }
    .box_ebook article{
        float:right;
        display:table;
        width:60%;
    }
    .box_ebook article h6{
        color:#120613;
        margin-top:25px;
        font-size:25px;
        font-weight:700;
        margin-bottom:10px;
    }

    .bt_down{
        position:absolute;
        bottom:-20px;
        right:30px;
        border-radius:6px;
        border:2px solid #048D73;
        background:#04A98B;
        padding:20px 30px;
        display:table;
        color:#fff;
        font-size:15px;
        font-weight:700; 

        transition-duration:0.2s;
        -webkit-transition-duration:0.2s;
        -moz-transition-duration:0.2s;
    }
    .box_ebook:hover .bt_down{
        background:#03856F;
    }
    
    .margin_top{
        display:inline-table;
        margin-top:50px;
    }

    .box_video{
        width:32%;
        display:table;
        margin-bottom:25px;
        float:left;
        margin-right:2%;
    }
    .box_video:nth-of-type(3n){
        margin-right:0px;
    }

    .box_video figure{
        border:2px solid #aaa;
        border-radius:10px;
        width:100%;
        height:auto;
        display:table;
        margin-bottom:15px;
        position:relative;
        overflow: hidden;
    }
    .box_video figure img{
        width:100%;
    }

    .box_video figure span.mask_play{
        position:absolute;
        width:100%;
        height:100%;
        display:block;
        background:url("../img/i_play.png") no-repeat center center;
    }

    .box_video span.n_video{
        width:100%;
        font-size:15px;
        color:#5E5F64;
        text-align:center;
        display:table;
        height:60px;
    }

    .subtitle{
        
        font-size:24px;
        color:#008C72;
        font-weight:700;
        display:table;
        margin-bottom:20px;
    }
    .center_sub{
        text-align:center;
    }

    .diretriz{
        margin-top:25px;
        border:2px solid #A6A6A6;
        border-radius:10px;
        height:341px;
        background:#fff;
        padding:40px 40px 20px 40px;
    }
    .diretriz p{
        font-size:15px;
    }
    .small_bloc{
        width:25.5%;
        margin-right:2%;
        float:left;
    }
    .big_bloc{
        float:right;
        width:49%;
    }

    .four_bloc{
        float:left;
        margin-right:1.3333%;
        width:24%;
        height:340px;
    }
    .four_margin{
        display:table;
        margin-right:0px;
    }
    .four_margin span{
        width:100%;
        display:table-cell;
        vertical-align: middle;
    }
    .four_margin span img{
        margin:0 auto;
        display:table;
    }

    /* FORMULÁRIOS DO SITE */
    #form_documentos{
        margin-top:20px;
    }
    .titulo_fields{
        float: left;
        width: 100%;
        display: table;
        font-size: 15px;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 15px;
        font-family: 'Cabin',sans-serif;
        color: #555;
    }

    .three_address{
        float:left;
        width:32%;
        display:inline-table;
        margin-bottom:40px;
        margin-right:2%;
    }
    .three_address:nth-of-type(3n){
        margin-right:0px;
    }

    .bloco_atendimento,
    .bloco_dados{
        background:#fff url("../img/i_fone.png") no-repeat center top 25px;
        border:2px solid #aaa;
        border-radius:10px;
        display:table;
        padding:115px 30px 30px 30px;
        height:320px;
        width:100%;
    }

    .bloco_atendimento p strong,
    .bloco_dados p strong{
        width:100%;
        display:table;
        color:#111;
        margin-bottom:5px;
    }

    .bloco_dados{
        width:100%;
        padding:30px;
        background:#fff;
    }
    .bloco_dados span{
        display:table-cell;
        vertical-align: middle;
        width:100%;
    }

    .bloco_endereco{
        width:100%;
        display:table;
        background:#fff url("../img/i_address.png") no-repeat left 25px center;
        border:2px solid #aaa;
        padding:30px 30px 30px 115px;
        border-radius:10px;
        height:auto;
    }
    .bloco_desk{
        width:100%;
        display:table;
        background:#04A98B url("../img/i_desk.png") no-repeat left 25px center;
        border:2px solid #039279;
        padding:33px 30px 33px 115px;
        border-radius:10px;
        height:auto;
        margin-top:30px;
    }
    .bloco_desk h1{
        font-size:24px;
        color:#fff;
        width:100%;
        font-weight:700;
        margin-bottom:10px;
    }
    .bloco_desk p{
        color:#fff;
    }

    /* BLOG */
    .box_noticia{
        width:32%;
        display:table;
        margin-bottom:40px;
        float:left;
        margin-right:2%;
    }
    .box_noticia:nth-of-type(3n){
        margin-right:0px;
    }
    .box_noticia figure{
        border:2px solid #aaa;
        border-radius:10px;
        width:100%;
        height:auto;
        display:table;
        margin-bottom:10px;
        position:relative;
        overflow: hidden;
    }
    .box_noticia figure img{
        width:100%;
    }
    .box_noticia figure img{
        width:100%;
    }

    .box_noticia div.nome_noti{
        width:100%;
        font-size:15px;
        color:#5E5F64;
        display:table;
        height:auto;
    }

    .data_noti{
        float:left;
        width:70px;
        margin-right:10px;
        border-radius:8px;
        border:2px solid #cdcdcd;
        display:table;
        padding:10px;
        background:#fff;
        text-align:center;
    }
    .data_noti p{
        line-height:16px;
        font-weight:700;
        text-align:center;
    }
    .data_noti strong{
        width:100%;
        display:table;
        font-weight:700;
        font-size:18px;
        text-align:center;
        color:#027561;
    }
    .box_noticia div.nome_noti span{
        display:table-cell;
        vertical-align: middle;
    }

    .bloco_video{
        border:2px solid #A6A6A6;
        background:#fff;
        width:100%;
        height:auto;
        padding:25px;
        
        margin-bottom:30px;
        border-radius:10px;
    }
    .foto_post{
        width:100%;
        height:auto;
        display:block;
        border-radius:10px;
        overflow: hidden;
        position:relative;
        margin-bottom:20px;
    }
    .foto_post img{
        width:100%;
    }

    .title_post{
        width:100%;
        margin-bottom:35px;
        display:table;
    }
    .title_post span{
        font-weight:700;
        color:#008C72;
        font-size:24px;
        display: table-cell;
        vertical-align: middle;
    }



.social {
    display:table;
    width:100%;
    border:2px solid #CDCDCD;
    border-radius:8px;
	background:#ffffff;
	padding:10px 0px;
	text-align:center;
	margin-top:8px;
	margin-bottom:25px;
}

#bloco_social .plugins{
    padding:10px;
    width:100%;
    height:auto;
    display:table;
    background:#fff;
    margin-top:10px;
}

#bloco_comentario{
    margin-top:20px;
    padding:20px;
    width:100%;
    height:auto;
    display:table;
    background:#fff;
    width:100%;
    border:2px solid #CDCDCD;
    border-radius:8px;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
  display:inline-table;
}

ul.share-buttons li{
  float:left;
  display:table;
  padding:0 7px;  
}

.title_share{
    color:#008C72;
    width:100%;
    float:left;
    display:table;
    margin-bottom:10px;
    font-size:24px;
    font-weight:700;
}

.wrap_social{
    width:100%;
    display:table;
    height:auto;
    margin-top:30px;
}

.box_content_white{
    width:100%;
    height:auto;
    padding:30px;
    display:block;
    overflow: hidden;
    position:relative;
    background:#fff;
    border:2px solid #CDCDCD;
    border-radius:8px;
    margin-bottom:30px;
    text-align:center;
}
.box_content_white:nth-of-type(1){
    margin-top:85px;
}

#form_blog_news .input_field{
    border-radius: 7px;
    border: 2px solid #CDCDCD;
    padding: 18px 20px;
    display: table;
    width: 100%;
    font-weight:normal;
}

.bt_button_green{
    float:left;
    border: 2px solid #048D73;
    background: #04A98B;
    width: 160px;
    padding: 18px 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
}

.box_content_white h5{
    float:left;
    margin-bottom:25px;
    text-align: left;
    color: #120713;
    font-weight: 500;
    font-size: 24px;
}
.box_content_white figure{
    width:100%;
    margin-bottom:15px;
}
.box_content_white figure img{
    margin:0 auto;
    display:table;
}

.wrap_others{
    width:100%;
    display:inline-table;
    height:auto;
    margin-top:60px;
}

#development{
    margin-bottom:-16px;
}

.coluna_texto h2{
    color:#03856F;
    display:table;
    width:100%;
    margin-top:30px;
    margin-bottom:20px;
}
.coluna_texto p{
    text-align:justify;
}
.coluna_texto .data_noti p{
    text-align:center;
}
.coluna_texto iframe{
    width:100% !important;
}
.coluna_texto img{
    height:auto !important;
    width:100% !important;
}


#wrap_other_solutions{
    width:100%;
    height:auto;
    padding:60px 0px 20px 0px;
    background:#5E6064;
}
#wrap_other_solutions h6{
    width: 100%;
    text-align: center;
    display: table;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

#wrap_other_solutions #banner_solutions span{
    color:#fff;
}
#wrap_other_solutions #banner_solutions i{
    border:2px solid #fff;
}
#wrap_other_solutions  #banner_solutions .owl-theme .owl-controls .owl-page span{
    border:1px solid #fff;
    background:none;
}

#wrap_other_solutions #banner_solutions .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    border-color:#fff;
    background:#fff;
}

#wrap_other_services{
    width:100%;
    height:auto;
    padding:60px 0px 40px 0px;
    background:#F0F0F0;
}
#wrap_other_services #banner_service .circle_service{
    border-color:#04A98B;
}
#wrap_other_services h6.title_service{
    color:#008D73;
    background:url("../img/title_conheca.png") no-repeat center center;
}
#wrap_other_services #banner_service h5{
    color:#120613;
}
#wrap_other_services #banner_service p{
    color:#5E5F64;
}

#wrap_other_services #banner_service .owl-theme .owl-controls .owl-page span, .owl-theme .owl-controls.clickable .owl-page span{
    border:1px solid #008D73;
    
}

#wrap_other_services #banner_service .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    border:1px solid #008D73;
    background:#008C72;
}
#wrap_solutions.no_wrap{
    padding-top:50px;
    margin-top:0px !important;
    background:#f5f5f5;
}


/* 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);
}

.wrap_content_box div{
    height:80px;
    width:100%;
    display:table;
    padding:50px 30px;
}
.wrap_content_box div a{
    width:48%;
    border-radius:6px;
    color:#fff;
    text-align:center;
    display:table;
    padding:20px 10px;
    background:#008C72;
}

.wrap_content_box div h6{
    width:100%;
    text-align:center;
    font-size:22px;
    text-transform: uppercase;
}

.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 */
.fx{
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}
.alert {
  padding: 20px 30px;
  background: #048D73;
  color: #fff;
}	

.foto_page{
    float:right;
    width:48%;
    margin-left:25px;
    margin-bottom:10px;
    border-radius:8px;
    overflow: hidden;
}
.foto_page img{
    width:100%;
}



.link_ftp{
    border-radius:4px;
    background:#008D73;
    padding:5px 20px;
    font-size:12px;
    margin-left:10px;
    color:#fff;
}

.foto_sat{
    float:left;
    width:32%;
    display:table;
    height:auto;
    margin-bottom:30px;
    margin-right:2%;
}
.foto_sat figure{
    padding:10px;
    border-radius:6px;
    border:1px solid #ddd;
    margin-bottom:15px;
    overflow: hidden;
    width:100%;
    display:block;
    background:#fff;
}
.foto_sat:nth-of-type(3n){
    margin-right:0px;
}
.foto_sat h6{
    width:100%;
    text-align:center;
    font-weight:800;
    font-size:22px;
    color:#027561;
}