/**********************************************************************************************************************/
/******************************************** CSS PERSONALIZADO ***********************************************/
/**********************************************************************************************************************/


        /* FLOAR */
        .floar-right{float: right;}

        /* BACKGROUIND */
        .background-gray{background:#F8F7F7;}
        .background-white{background: #fff;}
        .background-green{background:#57B952;}
        /* MARGIN */
        .margin-top-100{margin-top:100px }
        /* PADDING */
        .padding-20 {padding:20px}
        .padding-30 {padding:30px}
        /* FONT-SIZE */
        .font-zero {font-size: 0px}
        .font-size-ppp{font-size: 0.85em}
        .font-size-pp{font-size: 1em}
        .font-size-p{font-size: 1.2em}
        .font-size-m{font-size: 1.4em}
        .font-size-g{font-size: 2em}

        /* TEXT-TRANSFORM*/
        .text-transform-capitalize{text-transform:capitalize;}


        /* FONT-COLOR: ; */
        .font-white{color: #fff}
        .font-black{color: #000}

        /* FONT WEIGHT  */
        .font-weight_bold{font-weight:bold;}
        .font-weight_600{font-weight:600;}


        /* TEXT ALIGN */
        .text-align-center{text-align: center;}
        .text-align-justify{text-align: justify;}
        /* LINE HEIGHT */
        .line-height-p{line-height:1.3;}
        .line-height-m{line-height:1.6;}
        /* H */
        .h1_box_newsletter{font-size: 1.1em}

        .h1-box-conteudo{font-size: 1.5em; font-weight: 600;text-align: center;}
        .h3-box-conteudo{font-size: 1.3em; font-weight: 600;color:#fff;}

        .h2-texto-conteudo{font-size: 1.5em; font-weight: 600;text-align: center;}
        .h3-texto-conteudo{font-size: 1.3em; font-weight: 600}

        .h2-cards{font-size: 1.5em; font-weight: 600;text-align: center;}
        .h3-cards{font-size: 1em; font-weight: 600; font-family: helvetica;line-height:1.3;}

        .h1-miolo{font-size: 2em; font-weight: 600;text-align: left;}
        .h2-miolo{font-size: 1.8em; font-weight: 600;color:#000;text-align: left;}
        .h3-miolo{font-size: 1.6em; font-weight: 600;color:#000;text-align: left;}


        /* BARRA LATERAL */
        .barra_lateral_miolo{background:#F8F7F7;text-align:left}
        .barra_lateral_box{border:#EEEEEE solid 1px; padding:10px}

        /* BORDA */
        .border_gray{border: 1px solid #ccc;}

        /* INPUT */
        .input_white_gray{border: 1px solid #ccc; background: #fff;}
        .input_white_gray:hover {border: 1.5px solid #57B952; background: #fff;}
        input[type=text]:focus {border: 1.5px solid #57B952; background: #fff;}

        .btn{width:60px; background: #57B952; padding: 10px; color: #fff; border:none;}
        .btn:hover{background: #0B5201; color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;}


.btn_newsletter{background: #57B952; color: #fff; border:none;padding: 7px;}

.btn_newsletter:hover{background: #0B5201; color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;}

        /* OUTROS */
        /*distancia dos textos do menu*/
        #header-navigation{margin-top: 50px}
        .service-content{min-height: 230px;}
        .box_carro_chefe{min-height: 240px}
        .box_card{min-height: 150px;}
        .member-info{min-height: 400px;}
        .member-role{background:#57B952; color:white; font-weight: bold; font-size: 1.3em;text-align: center; padding:20px;min-height: 150px;}

        /*slider*/
        .rev-slider-wrapper{margin-top:-150px}
        .box_h1_slider{background: #FFA500;font-size:0.6em; color:#fff;  padding:20px}
        .box_texto_slider{font-size:0.6em; color:#000; background:rgba(255,255,255,0.6);padding:15px; text-align: right;margin-top: -15px}

        /*Conteudo*/
        .box_conteudo{line-height:1.8;}



.stylish-text-input{background: #fff}



/**********************************************************************************************************************/
/******************************************** Header Navigation Style 1 ***********************************************/
/**********************************************************************************************************************/
#first-nav-pill {
    background-color: #57B952;
}

#first-nav-pill > ul > li:first-child {
    border-top: 2px solid #57B952;
    width: 100px;
}

#first-nav-pill > ul > li a:hover,
#first-nav-pill > ul > li a:focus,
#first-nav-pill > ul > li a:active,
.dropdown-submenu:hover > a {
    background-color: #57B952;
    background-image: none;
}

#first-nav-pill .dropdown-submenu > a:after {
    border-left-color: #57B952;
}

#second-nav-pill {
    background-color: #FFCC00;
}

#second-nav-pill > ul > li:first-child {
    border-top: 2px solid #ffcc00;
    width: 100px;
}

#second-nav-pill > ul > li a:hover, #second-nav-pill > ul > li a:focus {
    background-color: #FFCC00;
    background-image: none;
}

#third-nav-pill {
    background-color: #AADD00;
}

#third-nav-pill > ul > li:first-child {
    border-top: 2px solid #AADD00;
    width: 100px;
}

#third-nav-pill > ul > li > a:hover, #third-nav-pill > ul > li > a:focus {
    background-color: #AADD00;
    background-image: none;
}

#fourth-nav-pill {
    background-color: #00CCCC;
}

#fourth-nav-pill > ul > li:first-child {
    border-top: 2px solid #00CCCC;
    width: 100px;
}

#fourth-nav-pill > ul > li > a:hover, #fourth-nav-pill > ul > li > a:focus {
    background-color: #00CCCC;
    background-image: none;
}

#fifth-nav-pill {
    background-color: #666699;
}

#fifth-nav-pill > ul > li:first-child {
    border-top: 2px solid #666699;
    width: 100px;
}

#fifth-nav-pill > ul > li > a:hover, #fifth-nav-pill > ul > li > a:focus {
    background-color: #666699;
    background-image: none;
}

#sixth-nav-pill {
    background-color: #FF3333;
}

/**********************************************************************************************************************/
/******************************************** Header Navigation Style 2 ***********************************************/
/**********************************************************************************************************************/
.corporate-header #header-navigation ul li a:hover .nav-text {
    color: #57B952;

}

.corporate-header #header-navigation ul.dropdown-menu > li:first-child {
    border-top: 2px solid #57B952;
}

.corporate-header #header-navigation ul > li > ul > li a:hover {
    background-color: #57B952;
}

.nav-search .search-icon i {
    background-color: #57B952;
    color: #fff;
}


/**********************************************************************************************************************/
/**************************************************** Top Image *******************************************************/
/**********************************************************************************************************************/
#top-image {
    height: 263px;
}

.top-image1 {
    background: transparent url(../images/header-image.png) top left no-repeat;
}

.top-image2 {
    background: transparent url(../images/header-image2.png) top left no-repeat;
}

.top-image3 {
    background: transparent url(../images/header-image3.png) top left no-repeat;
}

.top-image4 {
    background: transparent url(../images/header-image4.png) top left no-repeat;
}

/**********************************************************************************************************************/
/*************************************************** Breadcrumbs ******************************************************/
/**********************************************************************************************************************/
#breadcrumbs a {
    color: #7DBB18;
}

.isotope-filter > ul > li {
    background-color: #7DBB18;
}

.isotope-filter > ul > li:hover {
    color: #fff;
    background-color: #7DBB18;
}

input.search-box {
    background: #7DBB18;
}


/**********************************************************************************************************************/
/*********************************************** Revolution Slider ****************************************************/
/**********************************************************************************************************************/

.rev-slider-wrapper{
    position:relative;
    visibility: hidden;
    height:730px !important;
    padding:0;
    overflow:hidden;
    width: auto !important;

}

.rev-slider{
    max-height:630px !important;
    width: 100% !important;
    position:relative;
    overflow:hidden;
}

.rev-slider .caption {
    font-family: "open sans";
    font-weight: lighter;
    background-color: transparent;
    background-image: none;
    color: #000;
}

.rev-slider .video-caption iframe {
    position: absolute;
    top: 24px;
    left: 110px;
    border: 0;
}

.rev-slider .black-medium {
    font-size: 48px;
    color: #000;
}

.rev-slider .orange-big {
    font-size: 100px;
    color: #57B952;
}

.rev-slider .black-small {
    font-size: 30px;
    color: #000;
}

.rev-slider .green-big {
    font-size: 75px;
    color: #91C240;
}

.rev-slider .violet-big {
    font-size: 100px;
    color: #7676A3;
}

.rev-slider .blue-big {
    font-size: 100px;
    color: #1AD0D1;
}

/**********************************************************************************************************************/
/***************************************************** Buttons ********************************************************/
/**********************************************************************************************************************/
.stylish-button, .stylish-button {
    background-color: #7DBB18;
}

.stylish-button-2 {
    background-color: #57B952;
}

.buttons-404 a.stylish-button {
    margin: 0 0 10px 0;
}

/**********************************************************************************************************************/
/***************************************************** Services *******************************************************/
/**********************************************************************************************************************/
.service-box-1 {
    background-color: #EE612C;
}

.service-box-2 {
    background-color: #EF832B;
}

.service-box-3 {
    background-color: #EEA32C;
}

.service-box-4 {
    background-color: #EEBE2C;
}

/**********************************************************************************************************************/
/****************************************** Standard Element Container ************************************************/
/**********************************************************************************************************************/
.standard-element-container-1 {
    background: url(../images/element-bg-image1.png) top center no-repeat;
}

.standard-element-container-2 {
    background: #F5F5F6 url(../images/element-bg-image2.png) top center no-repeat;
}

.standard-element-image {
    margin-bottom: -75px;
    margin-left: -70px
}

.element-image-center {
    margin: 0 auto -75px !important;
    max-width: 995px;

}


/**********************************************************************************************************************/
/************************************************* Pricing Tables *****************************************************/
/**********************************************************************************************************************/
.pricing-table .stylish-button {
    background-color: #777777;
}

.highlighted-table .stylish-button {
    background-color: #7DBB18;
}

#header-navigation ul li {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

#header-navigation > ul > li:hover {
    padding-top: 8px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}


/**********************************************************************************************************************/
/****************************************************** Blog **********************************************************/
/**********************************************************************************************************************/
.post-title-icon {
    color: #fff;
    background-color: #7DBB18;
}

.post-info a {
    color: #7DBB18;
}

.post-list i {
    color: #fff;
    background-color: #7DBB18;
}

.stylish-button input {
    background-color: #7DBB18;
}