/* GLOBALS */

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

@import url('plugins/slick.css');
@import url('plugins/slick-theme.css');

body, html {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

html {
    overflow-y: scroll;
}

a, a:hover {text-decoration: none}

p {
    margin:0;
}

select::-ms-expand {
    display: none;
}

select {
    cursor: pointer;
}

button {
    border: 0px none;
    background-color: transparent;
    padding: 0px;
    outline: none;
}

input::-webkit-input-placeholder {
    color: #2b3e52;
}
input:-moz-placeholder {
    color: #2b3e52;
    opacity:  1;
}
input::-moz-placeholder {
    color: #2b3e52;
    opacity:  1;
}
input:-ms-input-placeholder {
    color: #2b3e52;
}


textarea::-webkit-input-placeholder {
    color: #2b3e52;
}
textarea:-moz-placeholder {
    color: #2b3e52;
    opacity:  1;
}
textarea::-moz-placeholder {
    color: #2b3e52;
    opacity:  1;
}
textarea:-ms-input-placeholder {
    color: #2b3e52;
}


h3 {
    text-transform: uppercase;
}


/* PLUGINS */

.modal {
    overflow-y: auto;
}

.modal-content {
    position: relative;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 80px;
}

.modal-backdrop.in {
    opacity: 0.9 !important;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../images/rolling.svg);
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
}

.banner_home_box {
    position: relative;
}

.banner-home-slider {
    position: relative;
    width: 1473px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 14px;
}

.slick-arrow {
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    font-size: 40px;
    color: #FFF; }

.slick-slider .fa-angle-left {
    left: 165px !important; }

.slick-slider .fa-angle-right {
    right: 165px !important; }

.slick-next {
    right: 0px; }

.slick-prev {
    left: 0px; }

.slick-list {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slide {
    position: relative;
}

.or_caption {
    width: 100%;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 120px;
}

.or_caption h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}

.or_caption h1 span {
    font-weight: normal;
}

.or_caption p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.or_caption a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 15px 35px;
    background: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.or_caption a:hover {
    color: #2b3e52;
    background: #fff;
}

.searcharea {
    position: absolute;
    padding: 20px;
    width: 1142px;
    height: 80px;
    bottom: 22px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(224,34,0,0.7);
}

.searcharea h3 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    margin-right: 50px;
    position: relative;
    top: -8px;
    margin-left: 10px;
}

.searcharea h3 i {
    font-size: 17px;
    margin-right: 10px;
}

.searcharea h3 span {
    font-weight: 400;
}

.searcharea_mob {
     position: relative;
     padding: 20px;
     width: 100%;
     min-height: 80px;
     z-index: 100;
     background: rgba(224,34,0,1);
     padding-bottom: 20px;
 }

.searcharea_mob h3 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
    margin-right: 50px;
    position: relative;
    top: -8px;
    width: 100%;
    text-align: left;
}

.searcharea_mob h3 i {
    font-size: 17px;
    margin-right: 10px;
}

.searcharea_mob h3 span {
    font-weight: 400;
}

.searcharea_pages_mob {
    position: relative;
    padding: 20px;
    width: 100%;
    min-height: 80px;
    z-index: 100;
    background: #fff;
    padding-bottom: 20px;
}

.searcharea_pages_mob h3 {
    font-size: 18px;
    color: #e02200;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
    margin-right: 50px;
    position: relative;
    top: -8px;
    width: 100%;
    text-align: left;
}

.searcharea_pages_mob h3 i {
    font-size: 17px;
    margin-right: 10px;
}

.searcharea_pages_mob h3 span {
    font-weight: 400;
}

.searcher_caret {
    position: absolute;
    right: 20px;
    top: 29px;
    color: #fff;
    font-size: 20px;
}

.searcher_caret_pages {
    position: absolute;
    right: 9px;
    top: 29px;
    color: #e02200;
    font-size: 20px;
}

.searchjantes select {
    float: left;
    display: block;
    width: 200px;
    height: 35px;
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px;
    color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right;
    background-color: rgba(224,34,0,0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-position-x: 180px;
    padding-left: 10px;
    padding-right: 29px;
    border: solid 1px #ffffff;
    text-transform: uppercase;
    opacity: 0.5;
    outline: 0;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.searchjantes select.first_select {
    float: left;
    display: block;
    width: 200px;
    height: 35px;
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px;
    color: #fff;
    background-image: url(../images/dropdown-01.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ff2802;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-position-x: 180px;
    padding-left: 10px;
    padding-right: 29px;
    border: solid 1px transparent;
    border-bottom: solid 1px #fff;
    text-transform: uppercase;
    opacity: 1;
    outline: 0;
}

.searchjantes select:focus, .searchjantes select:active, .searchjantes select:hover {
    background-image: url(../images/dropdown-01.svg);
    background-color: #ff2802;
    border: solid 1px transparent;
    border-bottom: solid 1px #fff;
    opacity: 1;
    outline: 0;
}

.select_button {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 6px 26px;
    margin-top: 5px;
    background: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.select_button:hover {
    color: #2b3e52;
    background: #fff;
}

.mapa_box {
    margin-top: 40px;
    margin-bottom: 60px;
}

.mapa .mapa-container {
    width: auto;
    display: inline-block;
}

.mapa .mapa-container a {
    color: #204a59;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.mapa .mapa-container a.active path {
    fill: #2b3e52;
}

.mapa .mapa-container a path {
    fill: #ffffff;
    transition: 0.1s fill;
    fill-opacity: 1;
    stroke: #787878;
}

.mapa .mapa-container a path:hover {
    fill: #2b3e52;
}

.mapa .mapa-container a text {
    fill: #ffffff;
    fill-opacity: 1;
    pointer-events: none;
}

.select_region_box {
    display: inline-block;
    margin-right: 20px;
}

.select_region {
    width: 262px;
    height: 40px;
    background-image: url(../images/dropdown_c-01.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-position-x: 239px;
    padding-left: 10px;
    padding-right: 29px;
    border: solid 2px #cccccc;
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    outline: 0;
}

.select_region option {
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 50px;
}

.search_region_box  {
    display: inline-block;
}

.search_region_box input  {
    width: 262px;
    height: 40px;
    background: transparent;
    border: solid 2px #cccccc;
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 10px;
    outline: 0;
}

.search_region_box i  {
    position: absolute;
    top: 13px;
    right: 32px;
}

.search_region_box_post  {
    display: inline-block;
}

.search_region_box_post input  {
    width: 262px;
    height: 40px;
    background: transparent;
    border: solid 2px #cccccc;
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 10px;
    outline: 0;
}

.search_region_box_post i  {
    margin-left: -28px;
}

.map_right {
    margin-top: 40px;
}

.tab-pane h3 {
    color: #2b3e52;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 30px;
}

.no_clients h3 {
    color: #2b3e52;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 30px;
}

.tab-pane h4 {
    color: #787878;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.tab-pane p {
    color: #787878;
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px;
    line-height: 23px;
}

.tab-pane p span {
    margin-right: 8px;
}

.tabs_sep {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagination2 {
    text-align: center;
    margin: 20px auto 40px;
}

.pagination2 ul {
    list-style: none;
    font-size: 12px;
    display: inline-block;
}

.pagination2 ul li {
    display: inline-block;
    background-color: transparent;
    padding: 0 !important;
}

.pagination2 ul li a {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    color: #787878 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400 !important;
    background-color: transparent;
    border: solid 2px #cccccc !important;
    display: block;
    text-align: center;
    text-decoration: none !important;
    padding-top: 13px !important;
}

.pagination2 > ul > li > a.selected {
    color: #ffffff !important;
    background-color: #f0c40f !important;
    border: solid 2px #f0c40f !important;
    font-weight: 700 !important;
}

.pagination2 ul li a.back, .pagination2 ul li a.next {
    width: 40px;
    height: 40px;
    margin: 0 5px -14px 5px;
    color: #787878 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400 !important;
    background-color: transparent;
    border: solid 2px #cccccc !important;
    display: block;
    text-align: center;
    text-decoration: none !important;
    padding-top: 12px !important;
}

a.back {
    position: relative;
}

a.back:before {
    font-family: 'FontAwesome';
    content: "\f104";
    font-size: 18px !important;
    color: #787878;
}

a.next {
    position: relative;
}

a.next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 18px !important;
    color: #787878;
}


/* ELEMENTS */

.registerarea {
    display: block;
    height: 50px;
    background-color: #fff;
}

.login_area_top {
    float: right;
    text-align: right;
}

.login_area_box {
    position: relative;
    width: 131px;
    height: 50px;
    background-color: #f0c40f;
    padding-top:0;
}

.login_area_box p {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 15px;
    padding-right: 20px;
}


.login_area_box p:hover {
    color: #fff;
}

.login_area_box span {
    margin-right: 7px;
}

.search_top_box {
    position: relative;
    width: 200px;
    height: 50px;
    float: right;
    border-left: 1px solid #cccccc;
    background-color: #eaecee;
}

.search_top_box i {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #2b3e52;
    padding: 18px 17px 0 17px;
}

.search_top_box form {
    height: 100%;
}

.search_top_box input {
    height: 73%;
    width: 131px;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: #2b3e52;
    margin: 5px 0 5px 15px;
}

.menu_top_box {
    float: right;
    height: 50px;
}

.menu_top_box ul {
    list-style: none;
    margin-top: 15px;
}

.menu_top_box li {
    display: inline;
    margin-right: 20px;
}

.menu_top_box li a {
    font-size: 14px;
    font-weight: 400;
    color: #2b3e52;
    border-bottom: 2px solid #fff;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.menu_top_box li a:hover {
    color: #f0c40f;
    border-bottom: 2px solid #f0c40f;
}

.menu_top_box > ul > li.active > a, .menu_top_box > ul > li.active > a:hover, .menu_top_box > ul > li.active > a:focus {
    color: #f0c40f;
    border-bottom: 2px solid #f0c40f;
}

.logoarea {
    float: left;
    width: 199px;
    height: 107px;
    position: relative;
    z-index: 200;
}

.headerarea {
    height: 51px;
    background-color: #2b3e52;
}

.menu_bottom_box {
    float: right;
    height: 51px;
}

.menu_bottom_box ul {
    list-style: none;
    margin-top: 15px;
}

.menu_bottom_box li {
    display: inline;
}

.menu_bottom_box li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #2b3e52;
    text-transform: uppercase;
    padding: 5px 14px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.menu_bottom_box li a:hover {
    color: #f0c40f;
    border: 2px solid #f0c40f;
}

.menu_bottom_box > ul > li.active > a, .menu_bottom_box > ul > li.active > a:hover, .menu_bottom_box > ul > li.active > a:focus {
    color: #f0c40f;
    border: 2px solid #f0c40f;
}

.home_prod_row {
    margin-top: 40px;
}

.home_prod_box {
    position: relative;
}

.home_prod_box img {
    position: relative;
    width: 276px;
    height: 235px;
}

.home_prod_text {
    position: absolute;
    top: 0;
    left: 100px;
    text-align: left;
    width: 162px;
}

.home_prod_text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2b3e52;
    width: 106%;
    height: 48px;
    overflow: hidden;
}

.home_prod_text div {
    font-size: 13px;
    font-weight: 400;
    color: #787878;
    margin-top: 15px;
    margin-bottom: 44px;
    height: 56px;
    overflow: hidden;
}

.home_prod_box_p {
    margin-top: 10px !important;
}

.home_prod_text a {
    color: #2b3e52;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #2b3e52;
    padding: 6px 16px;
    margin-top: 20px;
    background: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.home_prod_text a:hover {
    background: #2b3e52;
    color: #fff;
}

.home_prod_text a:last-child {
    color: #cccccc;
    font-size: 75px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 6px 16px;
    margin-top: 20px;
    background: transparent;
    position: absolute;
    top: -25px;
    width: 100%;
    text-align: right;
}

.related_container {
    background: #fff;
    margin-top: 35px;
    text-align: center;
}

.related_container h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b3e52;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.novos_cat {
    position: relative;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.novos_cat h4 {
    font-size: 18px;
    font-weight: 400;
    color: #787878;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
    border-bottom: 2px solid transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.novos_cat h4:hover {
    font-weight: 700;
    color: #bd2004;
    border-bottom: 2px solid #bd2004;
}

.novos_cat_selected {
    font-weight: 700 !important;
    color: #bd2004 !important;
    border-bottom: 2px solid #bd2004 !important;
}

.cat_sep {
    width: 2px;
    height: 18px;
    background: #787878;
    display: inline-block;
    margin-right: 10px;
}

.home_prod_car {
    width: 1145px !important;
    height: 356px !important;
}

.produtosrelarea {
    margin: 40px 0 40px;
}

a#anterior {
    display: block;
    font-size: 44px;
    color: #787878;
    position: absolute;
    top: 53%;
    left: -40px;
}

a#proximo {
    display: block;
    font-size: 44px;
    color: #787878;
    position: absolute;
    top: 53%;
    right: -35px;
}

#produtosrel .cycle-carousel-wrap li a.itemprod,
#consumablesrel .cycle-carousel-wrap li a.itemprod,
#equipmentsrel .cycle-carousel-wrap li a.itemprod,
#usedrel .cycle-carousel-wrap li a.itemprod,
#othersrel .cycle-carousel-wrap li a.itemprod
{
    display: block;
    width: 263px;
    height: 356px;
    background-color: #ffffff;
    border: solid 2px #cccccc;
    padding: 10px;
    margin-right: 40px;
    float: left;
    position: relative;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#produtosrel .cycle-carousel-wrap li,
#consumablesrel .cycle-carousel-wrap li,
#equipmentsrel .cycle-carousel-wrap li,
#usedrel .cycle-carousel-wrap li,
#othersrel .cycle-carousel-wrap li
{
    margin-right: 17px;
}

#produtosrel .cycle-carousel-wrap li a.itemprod:hover, #consumablesrel .cycle-carousel-wrap li a.itemprod:hover, #equipmentsrel .cycle-carousel-wrap li a.itemprod:hover, #othersrel .cycle-carousel-wrap li a.itemprod:hover {
    border: solid 2px #f0c40f;
}

.hovermais {
    opacity: 0;
    background: rgba(0,0,0,0.9);
    width: 95.5%;
    height: 96.5%;
    position: absolute;
    top: 6px;
    left: 6px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.hovermais_btn {
    position: absolute;
    width: 135px;
    color: #f0c40f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #f0c40f;
    padding: 10px 20px;
    left: 50%;
    top: 42%;
    transform: translate(-50%,-50%);
}

#produtosrel .cycle-carousel-wrap li a.itemprod:hover .hovermais, #consumablesrel .cycle-carousel-wrap li a.itemprod:hover .hovermais, #equipmentsrel .cycle-carousel-wrap li a.itemprod:hover .hovermais, #othersrel .cycle-carousel-wrap li a.itemprod:hover .hovermais {
    opacity: 1;
}

#produtosrel .cycle-carousel-wrap li a.itemprod img {
    width: 238px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

#produtosrel .cycle-carousel-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#produtosrel .cycle-carousel-wrap li a.itemprod .dados {
    position: absolute;
    width: 100%;
    bottom: 24px;
    left: 24px;
}

#produtosrel .cycle-carousel-wrap li a.itemprod .dados p {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #787878 !important;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#produtosrel .cycle-carousel-wrap li a.itemprod:hover p {
    color: #fff !important;
}

#produtosrel .cycle-carousel-wrap li a.itemprod .dados p span {
    font-weight: 700;
}

.consumablesrelarea {
    margin: 40px 0 40px;
}

a#anterior_cons {
    display: block;
    font-size: 44px;
    color: #787878;
    position: absolute;
    top: 53%;
    left: -40px;
}

a#proximo_cons {
    display: block;
    font-size: 44px;
    color: #787878;
    position: absolute;
    top: 53%;
    right: -35px;
}

#consumablesrel .cycle-carousel-wrap li a.itemprod img {
    width: 238px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

#consumablesrel .cycle-carousel-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#consumablesrel .cycle-carousel-wrap li a.itemprod .dados {
    position: absolute;
    width: 100%;
    bottom: 24px;
    left: 24px;
}

#consumablesrel .cycle-carousel-wrap li a.itemprod .dados p {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #787878 !important;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#consumablesrel .cycle-carousel-wrap li a.itemprod:hover p {
    color: #fff !important;
}

#consumablesrel .cycle-carousel-wrap li a.itemprod .dados p span {
    font-weight: 700;
}


.equipmentsrelarea {
    margin: 40px 0 40px;
}

a#anterior_equip {
    display: block;
    font-size: 44px;
    color: #787878;
    position: absolute;
    top: 53%;
    left: -40px;
}

a#proximo_equip {
    display: block;
    font-size: 44px;
    color: #787878;
    position: absolute;
    top: 53%;
    right: -35px;
}

#equipmentsrel .cycle-carousel-wrap li a.itemprod img {
    width: 238px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

#equipmentsrel .cycle-carousel-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#equipmentsrel .cycle-carousel-wrap li a.itemprod .dados {
    position: absolute;
    width: 83%;
    bottom: 24px;
    left: 24px;
    overflow: hidden;
}

#equipmentsrel .cycle-carousel-wrap li a.itemprod .dados p {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #787878 !important;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#equipmentsrel .cycle-carousel-wrap li a.itemprod:hover p {
    color: #fff !important;
}

#equipmentsrel .cycle-carousel-wrap li a.itemprod .dados p span {
    font-weight: 700;
}

.othersrelarea {
    margin: 40px 0 40px;
}

a#anterior_others {
    display: block;
    font-size: 44px;
    color: #787878;
    position: absolute;
    top: 53%;
    left: -40px;
}

a#proximo_others {
    display: block;
    font-size: 44px;
    color: #787878;
    position: absolute;
    top: 53%;
    right: -35px;
}

#othersrel .cycle-carousel-wrap li a.itemprod img {
    width: 238px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

#othersrel .cycle-carousel-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#othersrel .cycle-carousel-wrap li a.itemprod .dados {
    position: absolute;
    width: 83%;
    bottom: 24px;
    left: 24px;
    overflow: hidden;
}

#othersrel .cycle-carousel-wrap li a.itemprod .dados p {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #787878 !important;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#othersrel .cycle-carousel-wrap li a.itemprod:hover p {
    color: #fff !important;
}

#othersrel .cycle-carousel-wrap li a.itemprod .dados p span {
    font-weight: 700;
}


.home_about_box {
    background: #fff;
    padding-top: 40px;
    padding-left: 0;
    position: relative;
    height: 520px;
}

.home_about1 {
    width: 1095px;
    height: 462px;
}

.svgMask {
    position: absolute;
    top: 17px;
    left: 78%;
    transform: translateX(-50%);
}

.home_about_text {
    position: relative;
    top: -420px;
}

.home_about_text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.home_about_text p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    width: 450px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.home_about_button {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 6px 26px;
    margin-top: 5px;
    background: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.home_about_button:hover {
    color: #2b3e52;
    background: #fff;
}

.whitearea {
    background-color: #ffffff;
    padding-top: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.home_news_box {
    position: relative;
}

.whitearea h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b3e52;
    margin-left: auto;
    margin-right: auto;
}

.noticiaarea {
    border: 2px solid #fff;
    display: block;
    width: 360px;
    margin-top: 10px;
    margin-right: 16px;
    height: 367px;
    float: left;
    position: relative !important;
}

.noticiaarea:hover {
    border: 2px solid #f0c40f;
}

.noticiaarea h2 {
    font-size: 18px;
    font-weight: 700;
    color: #787878;
    line-height: 26px;
    white-space: normal;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    position: relative;
    z-index: 50;
    pointer-events: none;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a#back_news {
    display: block;
    font-size: 44px;
    color: #787878;
    position: absolute;
    top: 53%;
    left: -40px;
}

a#next_news {
    display: block;
    font-size: 44px;
    color: #787878;
    position: absolute;
    top: 53%;
    right: -35px;
}

.news_cat {
    position: relative;
    margin-top: 7px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

.news_cat h4 {
    font-size: 18px;
    font-weight: 400;
    color: #787878;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -5px;
    border-bottom: 2px solid transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.home_news_img {
    width: 346px;
    height: 210px;
    margin-top: 6px;
    position: relative;
}

.news_cat_title {
    font-size: 11px;
    font-weight: 400;
    color: #787878;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
    z-index: 50;
    pointer-events: none;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.hovermais_news {
    opacity: 0;
    background: rgba(0,0,0,0.9);
    width: 97.5%;
    height: 97%;
    position: absolute;
    top: 6px;
    left: 5px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.hovermais_news_btn {
    position: absolute;
    width: 135px;
    color: #f0c40f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #f0c40f;
    padding: 10px 20px;
    left: 50%;
    top: 34%;
    transform: translate(-50%,-50%);
}

.noticiaarea:hover .hovermais_news {
    opacity: 1;
}

.home_news_bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    pointer-events: none;
}

.home_news_bottom p {
    font-size: 13px;
    font-weight: 400;
    color: #787878;
    float: left;
    margin-right: 10px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.home_news_bottom2 {
    width: 80%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    pointer-events: none;
}

.home_news_bottom2 p {
    font-size: 13px;
    font-weight: 400;
    color: #787878;
    text-align: center;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.news_bottom_sep {
    width: 2px;
    height: 12px;
    background: #787878;
    float: left;
    margin-right: 10px;
    margin-top: 3px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.home_news_bottom span {
    margin-right: 5px;
}

.noticiaarea:hover .news_cat_title, .noticiaarea:hover .home_news_bottom p, .noticiaarea:hover h2 {
    color: #fff;
}

.noticiaarea:hover .news_bottom_sep {
    background: #fff;
}

.marcaarea {
    margin-bottom: 30px;
    border-top: 1px solid #cccccc;
}

.parceirosarea {
    margin: 20px 0 0px;
}

#parceiros #anterior2 {
    display: block;
    font-size: 44px;
    color: #787878;
    position: absolute;
    top: 33%;
    left: -40px;
}

#parceiros #proximo2 {
    display: block;
    font-size: 44px;
    color: #787878;
    position: absolute;
    top: 33%;
    right: -35px;
}

#parceiros ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#parceiros ul li a.itemlogo {
    display: block;
    width: 138px;
    height: 98px;
    background-color: #ffffff;
    padding: 0px;
    float: left;
    margin-right: 20px;
}

#parceiros ul li a.itemlogo .imgplace {
    width: 138px;
    height: 98px;
    text-align: center;
    display: block;
    line-height: 98px;
}

#parceiros ul li a.itemlogo img {
    width: auto;
    height: auto;
    max-width: 138px;
    max-height: 98px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
}

#parceiros ul li a:hover.itemlogo img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);

}

#parceiros ul li a.itemlogo p {
    font-size: 12px;
    padding: 0;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    color: #2c3e50;
}

.newsl_bottom {
    background: #2d2d2d;
    padding-top: 40px;
    padding-bottom: 40px;
}

.newsl_info1 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.newsl_info2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.newsl_info3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.footerarea {
    background-color: #454444;
    min-height: 55px;
    padding: 20px 0;
}

.copy_text_box {
    padding-left: 0;
}

.copy_text_left {
    font-size: 13px;
    font-weight: 300;
    color: #e5e5e5;
    float: left;
}

.copy_text_right {
    font-size: 13px;
    font-weight: 300;
    color: #e5e5e5;
    float: right;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.copy_text_right:hover {
    color: #f0c40f;
}

.newsl_form_box {
    padding-left: 0;
}

.newsl_form1 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.newsl_form2 {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.newsl_form_input {
    margin-top: 10px;
}

.newsl_form_input input {
    width: 205px;
    height: 35px;
    background-color: transparent;
    border: solid 1px #ffffff;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}

.newsl_form_input input:focus, .newsl_form_input input:active {
    outline:0;
}


.newsl_form_input input::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}
.newsl_form_input input:-moz-placeholder {
    color: #fff;
    opacity:  1;
    text-transform: uppercase;
}
.newsl_form_input input::-moz-placeholder {
    color: #fff;
    opacity:  1;
    text-transform: uppercase;
}
.newsl_form_input input:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}

.newsl_form_button {
    width: 135px !important;
    height: 35px !important;
    color: #fff;
    font-size: 13px;
    font-weight: 700 !important;;
    text-transform: uppercase;
    border: 2px solid #fff !important;;
    padding: 6px 26px;
    margin-top: 5px;
    background: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.newsl_form_button:hover {
    color: #2b3e52;
    background: #fff;
}

.searcher_pages_box {
    border-bottom: 1px solid #e02200;
    position: relative;
}

.searcharea_pages {
    position: relative;
    padding: 13px 0 13px 13px;
    width: 1150px;
    height: 70px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
}

.searcharea_pages h3 {
    font-size: 18px;
    color: #e02200;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    margin-right: 50px;
    position: relative;
    top: -8px;
    margin-left: 10px;
}

.searcharea_pages h3 i {
    font-size: 17px;
    margin-right: 10px;
}

.searcharea_pages h3 span {
    font-weight: 400;
}

.searchjantes_pages select {
    float: left;
    display: block;
    width: 200px;
    height: 35px;
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px;
    color: #ff2802;
    background-image: url('../images/dropdown-01.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-position-x: 180px;
    padding-left: 10px;
    padding-right: 29px;
    border: solid 1px #ff2802;
    text-transform: uppercase;
    opacity: 0.5;
    outline: 0;
    cursor: pointer;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.searchjantes_pages select option {
    cursor: pointer;
}

.searchjantes_pages select.first_select {
    float: left;
    display: block;
    width: 200px;
    height: 35px;
    font-weight: 400;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px;
    color: #fff;
    background-image: url('../images/dropdown-01.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ff2802;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-position-x: 180px;
    padding-left: 10px;
    padding-right: 29px;
    border: solid 1px transparent;
    border-bottom: solid 1px #2b3e52;
    text-transform: uppercase;
    opacity: 1;
    outline: 0;
    cursor: pointer;
}

.searchjantes_pages select:focus, .searchjantes_pages select:active, .searchjantes_pages select:hover {
    background-color: #ff2802;
    border: solid 1px transparent;
    border-bottom: solid 1px #2b3e52;
    opacity: 1;
    outline: 0;
    color: #fff;
}

.select_button_pages {
    color: #e02200;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #e02200;
    padding: 6px 26px;
    margin-top: 5px;
    background: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.select_button_pages:hover {
    color: #fff;
    background: #e02200;
}

.clean_select {
    font-size: 22px;
    color: #2b3e52;
    margin-left: 11px;
    position: relative;
    top: 3px;
}

.empresa_head {
    position: relative;
    margin-top: 20px;
}

.empresa_head_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.empresa_head_text h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin:0;
}

.empresa_head_text p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 5px;
}

.empresa_head img {
    width: 1473px;
    height: 390px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.empresa_about {
    text-align: center;
    margin-top: 20px;
}

.empresa_about h2 {
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    width: 70%;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
}

.empresa_about p {
    color: #787878;
    font-size: 13px;
    font-weight: 400;
    width: 70%;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.empresa_middle {
    padding: 0;
    margin-top: 40px;
    height: 295px;
    position: relative;
}

.empresa_left {
    width: 50%;
    height: 295px;
    float: left;
    text-align: center;
}

.empresa_right {
    width: 50%;
    height: 295px;
    float: left;
    text-align: center;
}

.empresa_middle_text {
    position: absolute;
    top: 20px;
}

.empresa_margin {
    margin-left: 620px;
}

.empresa_middle_text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
}

.empresa_middle_p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    width: 510px;
}

.empresa_parcerias {
    padding-top: 30px;
    padding-bottom: 40px;
}

.empresa_parcerias_text h3 {
    color: #2b3e52;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
}

.empresa_parcerias_text p {
    color: #787878;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 20px;
    width: 510px;
}

.empresa_parcerias_img {
    margin-top: 51px;
}

.empresa_parcerias_img img {
    width: 136px;
    height: 70px;
    display: inline-block;
    margin-left: 32px;
    margin-right: 14px;
}

.empresa_quote1 {
    background: #606e7d;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.empresa_quote1 p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.empresa_quote2 {
    background: #2b3e52;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.empresa_quote2 p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}

.clientes_box {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.clientes_text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b3e52;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}

.clientes_text h4 {
    font-size: 18px;
    font-weight: 400;
    color: #787878;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}

.generalPurposeItem {
    display: block;
    background-color: #ffffff;
    border: solid 2px #cccccc;
    padding: 10px;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    height: 354px;
}

.generalPurposeItem:hover {
    display: block;
    background-color: #ffffff;
    border: solid 2px #f0c40f;
    padding: 10px;
    margin-bottom: 30px;
}

.generalPurposeItem2 {
    display: block;
    background-color: #ffffff;
    border: solid 2px #fff;
    padding: 10px;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    height: 390px;
    z-index: 200;
}

.generalPurposeItem2:hover {
    display: block;
    background-color: #ffffff;
    border: solid 2px #f0c40f;
    padding: 10px;
    margin-bottom: 30px;
}

.prod_list_box {
    margin-top: 25px;
}

.prod_list_hovermais {
    opacity: 0;
    background: rgba(0,0,0,0.9);
    width: 95.5%;
    height: 96.5%;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 190;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.prod_list_hovermais_btn {
    position: absolute;
    width: 155px;
    color: #f0c40f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #f0c40f;
    padding: 10px 20px;
    left: 50%;
    top: 42%;
    transform: translate(-50%,-50%);
}

.blog_list_hovermais_btn {
    position: absolute;
    width: 113px;
    color: #f0c40f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #f0c40f;
    padding: 10px 20px;
    left: 50%;
    top: 24%;
    transform: translate(-50%,-50%);
}

.blog_list_hovermais_btn2 {
    position: absolute;
    width: 158px;
    color: #f0c40f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #f0c40f;
    padding: 10px 20px;
    left: 50%;
    top: 24%;
    transform: translate(-50%,-50%);
}

.generalPurposeItem:hover .prod_list_hovermais {
    opacity: 1;
}

.generalPurposeItem2:hover .prod_list_hovermais {
    opacity: 1;
}

.or_datos {
    font-size: 13px;
    font-weight: 700;
    color: #2b3e52;
    text-transform: uppercase;
    text-align: center;
    margin-top: 28px;
    position: relative;
    z-index: 200;
    padding: 0 15px;
    line-height: 18px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.prod_list_img {
    max-height: 250px;
}

.generalPurposeItem:hover .or_datos {
    color: #fff;
}

.generalPurposeItem .dados {
    position: absolute;
    width: 100%;
    bottom: 24px;
    left: 24px;
    z-index: 200;
}

.generalPurposeItem .dados p {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #787878 !important;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.generalPurposeItem .dados p span {
    font-weight: 700;
}

.generalPurposeItem:hover .dados p {
    color: #fff !important;
}


.prod_saida_box {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.prod_saida_text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b3e52;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.prod_saida_text h4 {
    font-size: 18px;
    font-weight: 400;
    color: #787878;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.prod_saida_text h5 {
    font-size: 18px;
    font-weight: 400;
    color: #787878;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.prod_saida_sep {
    width: 2px;
    height: 18px;
    background: #787878;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.prodjantes {
    display: block;
    text-align: center;
    vertical-align: top;
    margin-left: 20px;
}

.prodjantes img {
    border: 0;
    width: 400px;
    height: 420px;
}

.prodjantestext {
    font-size: 13px;
    line-height: 18px;
    color: #787878;
    margin-bottom: 5px;
    display: block;
    float: left;
}

.prod_voltar {
    position: absolute;
    right: 18px;
    top: 20px;
    font-size: 13px;
    color: #2b3e52;
    text-transform: uppercase;
    font-weight: 700;
}

.prod_voltar i {
    margin-right: 3px;
}

.prod_caract {
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

.prod_caract p {
    font-size: 13px;
    color: #2b3e52;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 10px;
    padding-left: 15px;
}

.prodequipareabtn {
    float: left;
    display: block;
    /*width:100%;*/
    margin-top: 30px;
}

.prodequipareabtn a.maisinfo, .prodequipareabtn a.enviaramigo {
    float: right;
    /*margin-left: 20px;*/
    margin-right: 20px;
}

a.maisinfo {
    display: block;
    float: left;
    margin-right: 20px;
    padding: 6px 13px;
    text-align: left;
    color: #2b3e52;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border: solid 3px #2b3e52;
    background-color: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a:hover.maisinfo {
    background-color: #2b3e52;
    color: #fff;
}

a.enviaramigo {
    display: block;
    float: left;
    margin-right: 20px;
    padding: 6px 13px;
    text-align: left;
    color: #2b3e52;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border: solid 3px #2b3e52;
    background-color: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a:hover.enviaramigo {
    background-color: #2b3e52;
    color: #fff;
}

#map {
    margin-top: 20px;
}

.overlay {
    background: transparent;
    position: relative;
    width: 1473px;
    height: 390px;
    top: 390px;
    margin-top: -390px;
    z-index: 1000;
}

.contactos_text {
    text-align: center;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    padding-top: 30px;
}

.contactos_text h4 {
    font-size: 22px;
    color: #2b3e52;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 25px;
}

.contactos_text p {
    font-size: 16px;
    line-height: 24px;
    color: #787878;
    font-weight: 500;
    display: block;
}

.contactos_text2 {
    text-align: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    padding-top: 30px;
}

.contactos_text2 h4 {
    font-size: 22px;
    color: #2b3e52;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 25px;
}

.contactos_text2 p {
    font-size: 16px;
    line-height: 24px;
    color: #787878;
    font-weight: 500;
    display: block;
}

.contactos_text2 a {
    font-size: 16px;
    line-height: 24px;
    color: #787878;
    font-weight: 500;
    display: block;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.contactos_text2 a:hover {
    color: #2b3e52;
}

.contactos_form {
    text-align: center;
    margin-top: 40px;
    width: 744px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.contactos_form h4 {
    font-size: 22px;
    color: #2b3e52;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 25px;
}

.contactos_form input.small_left {
    width: 48%;
    height: 40px;
    float: left;
    font-size: 16px;
    color: #2b3e52;
    font-weight: 500;
    padding-left: 10px;
    border: solid 2px #cccccc;
}

.contactos_form input.small_right {
    width: 48%;
    height: 40px;
    float: right;
    font-size: 16px;
    color: #2b3e52;
    font-weight: 500;
    padding-left: 10px;
    border: solid 2px #cccccc;
}

.contactos_form input {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #2b3e52;
    font-weight: 500;
    padding-left: 10px;
    margin-top: 20px;
    border: solid 2px #cccccc;
}

.contactos_form textarea {
    width: 100%;
    height: 100px;
    font-size: 16px;
    color: #2b3e52;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 20px;
    border: solid 2px #cccccc;
}

input.contactos_form_btn {
    width: auto;
    height: auto;
    font-size: 13px;
    color: #2b3e52;
    font-weight: 700;
    padding: 5px 35px;
    margin-top: 20px;
    background: transparent;
    border: solid 3px #2b3e52;
    margin-bottom: 50px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

input.contactos_form_btn:hover {
    color: #fff;
    background: #2b3e52;
}

.blog_list_box {
    padding-left: 0;
    padding-right: 0;
    border: 0;
}

.blog_list_img {
    width: 243px;
    height: 152px;
}

.blog_list_img_for {
    width: 269px;
    height: 152px;
}

.blog_datos {
    text-align: center;
}

.blog_datos h3 {
    font-size: 18px;
    line-height: 25px;
    color: #787878;
    font-weight: 700;
    text-transform: none;
    margin-top: 5px;
    height: 51px;
    overflow: hidden;
    position: relative;
    z-index: 250;
    padding-left: 10px;
    padding-right: 10px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.blog_datos .blog_cat {
    font-size: 11px;
    color: #787878;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
    z-index: 250;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.blog_datos .blog_desc {
    font-size: 13px;
    line-height: 18px;
    color: #787878;
    font-weight: 500;
    height: 55px;
    overflow: hidden;
    position: relative;
    z-index: 250;
    padding-left: 10px;
    padding-right: 10px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.generalPurposeItem2:hover .blog_datos h3, .generalPurposeItem2:hover .blog_datos .blog_cat, .generalPurposeItem2:hover .blog_datos .blog_desc {
    color: #fff;
}

.blog_right {
    position: relative;
    margin-top: 38px;
}

.blog_right_box  {
    display: inline-block;
}

.blog_right input  {
    width: 262px;
    height: 40px;
    background: transparent;
    border: solid 2px #cccccc;
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 32px;
    outline: 0;
    position: relative;
}

.blog_right .fa-search  {
    position: absolute;
    right: 26px;
    top: 13px;
}

.blog_right h4  {
    color: #2b3e52;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}

.blog_cat_list  {
    list-style-type: none;
    padding:0;
    margin:0 0 40px 0;
}

.blog_cat_list li  {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
}

.blog_cat_list li:last-child  {
    border-bottom: none;
}

.blog_cat_list li a  {
    color: #787878;
    font-size: 13px;
    font-weight: 500;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.blog_cat_list li a:hover  {
    font-weight: 700;
    color: #2b3e52;
}

.blog_mais_list  {
    list-style-type: none;
    padding: 0;
    margin: 22px 0 40px 0;
}

.blog_mais_list li  {
    width: 100%;
    height: 65px;
    margin-bottom: 20px;
}

.blog_mais_list img  {
    width: 96px;
    height: 65px;
    float: left;
}

.blog_mais_text {
    float: left;
    margin-left: 10px;
}

.blog_mais_cat {
    color: #787878;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-top:0;
    margin-bottom: 3px;
}

.blog_mais_text h3 {
    color: #787878;
    font-size: 11px;
    font-weight: 700;
    text-transform: none;
    width: 156px;
    margin: 0;
    line-height: 16px;
    height: 31px;
    overflow: hidden;
}

.blog_mais_bottom p {
    font-size: 10px;
    font-weight: 400;
    color: #787878;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.blog_mais_sep {
    width: 2px;
    height: 8px;
    background: #ccc;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}

.blog_mais_bottom span {
    margin-right: 5px;
    float: left;
}

.blog_first {
    width: 833px;
    height: 292px;
    position: relative;
}

.blog_destaque {
    margin-top: 40px;
    padding: 0;
}

.blog_destaque_text {
    width: 833px;
    height: 92px;
    background: #f5f5f5;
    padding: 20px 20px;
}

.blog_destaque_text p {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #787878;
    padding-right: 20px;
    height: 53px;
    overflow: hidden
}


.blog_destaque_bottom {
    height: 100%;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
}

.blog_destaque_bottom p {
    font-size: 13px;
    font-weight: 400;
    color: #787878;
    margin-right: 5px;
}

.blog_destaque_bottom p.bottom_icon {
    font-size: 13px;
    font-weight: 400;
    color: #787878;
    margin-top: -17px;
}

.blog_destaque_bottom span {
    margin-right: 5px;
}

.blog_first_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}

.blog_first_text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    display: block;
    margin-top: 5px;
}

.blog_first_text p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.side_banner {
    width: 100%;
    height: 385px;
    border: solid 2px #2b3e52;
    text-align: center;
    margin-bottom: 50px;
}

.side_banner h4 {
    font-size: 22px;
    font-weight: 700;
    color: #2b3e52;
    text-transform: uppercase;
    margin-top: 25px;
}

.side_banner img {
    width: 258px;
    height: 179px;
    margin-top: 6px;
}

.side_banner p {
    font-size: 13px;
    font-weight: 500;
    color: #787878;
    margin-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.side_banner a {
    font-size: 13px;
    font-weight: 700;
    color: #2b3e52;
    padding: 7px 14px;
    text-transform: uppercase;
    border: solid 2px #2b3e52;
    background: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.side_banner a:hover {
    color: #fff;
    background: #2b3e52;
}

.side_banner_item {
    width: 100%;
    height: 385px;
    border: solid 2px #2b3e52;
    text-align: center;
}

.side_banner_item h4 {
    font-size: 22px;
    font-weight: 700;
    color: #2b3e52;
    text-transform: uppercase;
    margin-top: 25px;
}

.side_banner_item img {
    width: 258px;
    height: 179px;
    margin-top: 6px;
}

.side_banner_item p {
    font-size: 13px;
    font-weight: 500;
    color: #787878;
    margin-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.side_banner_item a {
    font-size: 13px;
    font-weight: 700;
    color: #2b3e52;
    padding: 7px 14px;
    text-transform: uppercase;
    border: solid 2px #2b3e52;
    background: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.side_banner_item a:hover {
    color: #fff;
    background: #2b3e52;
}

.side_jantes {
    width: 264px;
    height: 385px;
    border: solid 2px #2b3e52;
    text-align: center;
}

.side_jantes h4 {
    font-size: 22px;
    font-weight: 700;
    color: #2b3e52;
    text-transform: uppercase;
    margin-top: 25px;
}

.side_jantes img {
    width: 259px;
    height: 179px;
    margin-top: 6px;
}

.side_jantes p {
    font-size: 13px;
    font-weight: 500;
    color: #787878;
    margin-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.side_jantes a {
    font-size: 13px;
    font-weight: 700;
    color: #2b3e52;
    padding: 7px 14px;
    text-transform: uppercase;
    border: solid 2px #2b3e52;
    background: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.side_jantes a:hover {
    color: #fff;
    background: #2b3e52;
}

.blog_post_box {
    margin-bottom: 50px;
}

.blog_post_img {
    width: 1140px;
    height: 390px;
    position: relative;
    margin-top: 20px;
}

.blog_post_img_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}

.blog_post_img_text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    display: block;
    margin-top: 5px;
}

.blog_post_img_text p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.blog_right_post {
    position: relative;
    margin-top: 28px;
}

.blog_right_post input  {
    width: 262px;
    height: 40px;
    background: transparent;
    border: solid 2px #cccccc;
    color: #222222;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 32px;
    outline: 0;
    position: relative;
}

.blog_right_post .fa-search  {
    position: absolute;
    right: 26px;
    top: 13px;
}

.blog_right_post h4  {
    color: #2b3e52;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}

.blog_text_box {
    margin-top: 35px;
}

.blog_text_box p {
    color: #787878;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    padding-right: 20px;
}

.blog_left {
    margin-top: 40px;
    position: relative;
    z-index: 300;
}

.left_square_blue {
    width: 66px;
    height: 66px;
    border: solid 2px #2b3e52;
    background: #2b3e52;
    text-align: center;
    margin-top: -2px;
}

.left_square_blue p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.left_square {
    width: 66px;
    height: 66px;
    border: solid 2px #cccccc;
    text-align: center;
    margin-top: -2px;
    background: #fff;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.left_square:hover {
    border: solid 2px #2b3e52;
    background: #2b3e52;
}

.left_square p {
    color: #cccccc;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.left_square:hover .left_square p {
    color: #fff;
}

.blog_footer {
    margin-top: 40px;
    position: relative;
}

.blog_footer img {
    width: 129px;
    height: 129px;
    float: left;
    margin-right: 30px;
}

.blog_footer .blog_footer_author {
    color: #2b3e52;
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}

.blog_footer .blog_footer_name {
    color: #2b3e52;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.blog_footer .blog_footer_back {
    color: #2b3e52;
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 66px;
}

.blog_footer .blog_footer_next {
    color: #2b3e52;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 20px;
}

.blog_footer_voltar {
    color: #2b3e52;
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 40px;
}

.blog_footer_voltar:hover {
    color: #2b3e52;
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 40px;
}

.formacao_footer_datain {
    color: #2b3e52;
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: -19px;
    right: 15px;
    float: right;
}

.formacao_top {
    margin-top: 40px;
    background: #f5f5f5;
    padding-left: 0;
    padding-right: 0;
    border-left: 15px solid #fff;
}

.formacao_top img {
    width: 563px;
    height: 292px;
    float: left;
    margin-right: 20px;
}

.formacao_top .formacao_top_text {
    color: #787878;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    padding: 10px 10px 20px 10px;
    margin-top: 7px;
}

.formacao_lista {
    margin-top: 30px;
}

.jantes_box {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.jantes_text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b3e52;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}

.jantes_options {
    margin-top: -5px;
    padding: 0;
    list-style-type: none;
}

.jantes_options li {
    display: inline-block;
}

.jantes_options li.active a h4  {
    font-size: 18px;
    font-weight: 700;
    color: #e02200;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid #bd2004;
}

.jantes_text h4 {
     font-size: 18px;
     font-weight: 400;
     color: #787878;
     text-transform: uppercase;
     border-bottom: 2px solid transparent;

     transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
 }

.jantes_text h4:hover {
    font-weight: 700;
    color: #e02200;
    border-bottom: 2px solid #bd2004;
}

.jantes_options i {
    font-size: 18px;
    color: #787878;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.jantes_carousel_inner {
    background: #fff;
}

.jantes_lista_row  {
    margin-top: 20px;
}

.jantes_lista_dark  {
    padding: 0;
}

.jantes_lista_dark p  {
    color: #2b3e52;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: left;
    margin-bottom: 2px;
}

.jantes_lista_dark ul  {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.jantes_lista_dark li  {
    width: 263px;
    height: auto;
    background-color: #2d2926;
    border: solid 2px #cccccc;
    display: inline-block;
    vertical-align:top;
    margin-right: 26px;
    margin-bottom: 15px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.jantes_lista_dark li a  {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 15px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.jantes_lista_dark li:hover  {
    background-color: #e02200;
    border: solid 2px #e02200;
}

.jantes_lista_light  {
    padding: 0;
}

.jantes_lista_light p  {
    color: #2b3e52;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: left;
    margin-bottom: 2px;
}

.jantes_lista_light ul  {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.jantes_lista_light li  {
    width: 263px;
    height: auto;
    background-color: #7b7b7b;
    border: solid 2px #cccccc;
    display: inline-block;
    vertical-align:top;
    margin-right: 26px;
    margin-bottom: 15px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.jantes_lista_light li a  {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 15px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.jantes_lista_light li:hover  {
    background-color: #e02200;
    border: solid 2px #e02200;
}

.jantes_text_results h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2b3e52;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}

.jantes_options_results {
    margin-top: -5px;
    padding: 0;
    list-style-type: none;
}

.jantes_options_results li {
    display: inline-block;
}

.jantes_text_results h4 {
    font-size: 18px;
    font-weight: 700;
    color: #787878;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.jantes_text_results h4:hover {
    font-weight: 700;
    color: #e02200;
    border-bottom: 2px solid #bd2004;
}

.jantes_options_results i {
    font-size: 18px;
    color: #787878;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.col-listjantes {
    padding-left: 0;
}

.cons_col_left {
    padding-left: 0;
}

.cons_col_right {
    padding-left: 0;
    padding-right: 0;
}

.col-listjantes_right {
    padding-left: 0;
    padding-right: 0;
}

.filtrarpesquisa {
    background-color: #f5f5f5;
    width: 263px;
    padding: 20px;
    margin-bottom: 30px;
    height: 100%;
}

.col-listjantes h3 {
    font-size: 16px !important;
    color: #2b3e52;
    font-weight: 700;
    margin-top: 0;
}

.filtrarpesquisa label {
    font-size: 16px;
    color: #787878;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.filtrarpesquisa ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    border-bottom: 5px solid #fff;
}

.filtrarpesquisa ul li {
    list-style: none;
    display: block;
    margin-bottom: 10px;
}

.filtrarpesquisa ul li label {
    font-size: 16px;
    color: #787878;
    font-weight: 500;
    text-transform: uppercase;
}

.filtrarpesquisa a.filter_reset {
    display: block;
    width: 135px;
    padding: 5px 15px;
    border: solid 3px #2b3e52;
    color: #2b3e52;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.filtrarpesquisa a:hover.filter_reset {
    color: #fff;
    background: #2b3e52;
}

.radio, .checkbox {
    min-height: 18px !important;
    padding-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

input[type=checkbox] {
    display: none;
}

.checkbox label:before {
    border-radius: 4px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    bottom: 1px;
    background-color: #ffffff;
    float: left;
    border: 1px solid #cccccc;
}

.checkbox label p {
    padding-left: 25px;
}

input[type=checkbox]:checked + label:before {
    content: "";
    background: url(../images/tick.png) no-repeat top center #f1c40f;
}

a.btnfiltrar {
    display: block;
    width: 100px;
    height: 25px;
    color: #ffffff;
    text-decoration: none;
    background-color: #34495E;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    padding-top: 4px;
}

a:hover.btnfiltrar {
    color: #34495E;
    text-decoration: none;
    background-color: #f1c40f;
}

.dados_ladodir p {
    font-size: 16px !important;
    color: #2b3e52;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}

.tabela {
    /*display: block;*/
    float: left;
    table-layout:fixed;
    width: 584px;
}

.listjantes .tabela tbody {
    width: 100% !important;
}

.tabela th {
    background-color: #f5f5f5;
    height: 40px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    color: #2c3e50;
    padding: 2px 0 0 0;
    font-weight: 400;
    width: 50px;
}

.tabela th:first-child {
    background-color: #f5f5f5;
    height: 40px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    color: #2c3e50;
    padding: 2px 0 0 20px;
    font-weight: 700;
    width: 120px;
}

.tabela th:last-child {
    background-color: #f5f5f5;
    height: 40px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    color: #2c3e50;
    padding: 2px 0 0 12px;
    font-weight: 500;
    width: 50px;
}

.tabela td {
    height: 40px;
    padding: 2px 0 0 20px;
    text-align: left;
    font-size: 13px;
    color: #2c3e50;
    font-weight: 500;
    width: 50px;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.tabela td i {
    margin-left: 37px;
    font-size: 13px;
    color: #2c3e50;
}

.tabela tr {
    border-bottom: 1px solid #cccccc;
    padding-right: 20px;
    background-color: transparent;
    cursor: pointer;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.tabela tr:hover {
    background-color: #2b3e52;
}

.tabela tr:first-child, .tabela tr:last-child  {
    border-bottom: none;
}

.itemjantes_sep {
    display: block;
    height: 40px;
}

.tabela tr:hover td {
    color: #ffffff !important;
}

.tabela tr:hover i {
    color: #f0c40f !important;
}

.heading_bold {
    font-weight: 700 !important;
}

.prodjantestitle {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    color: #2b3e52;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 12px 19px;
    float: left;
}

.jantes_info_left {
    float: left;
    width: 300px;
}

.jantes_info_right {
    float: right;
    width: 300px;
}

.jantes_info_group {
    width: 300px;
    display: block;
    border-bottom: 1px solid #cccccc;
    float: left;
}

.jantes_info_group p {
    color: #2b3e52;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 10px 20px;
    float: left;
}

.jantes_info_group p.jantes_info_group2 {
    color: #787878;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0 10px 20px;
    float: right;
    margin-right: 18px;
}

.jantes_padding_right {
    padding-right: 0;
}

.jantes_price_box {
    background: #f0c40f;
    width: 100%;
    height: 70px;
    float: left;
    margin-top: 100px;
}

.jantes_price_box_b2b {
    background: #2b3e52;
    width: 100%;
    height: 70px;
    float: left;
    margin-top: 100px;
}

.jantes_price_left {
    float: left;
}

.jantes_price_left p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 17px;
    margin-left: 20px;
}

.jantes_price_left p.jantes_price_desc {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    margin-left: 20px;
}


.jantes_price_left_b2b {
    float: left;
}

.jantes_price_left_b2b p {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 16px;
    margin-left: 20px;
    float: left;
    text-align: left;
}

.jantes_price_left_b2b p.jantes_price_desc_b2b {
    color: #00ff00;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 28px;
    margin-left: 40px;
}

.jantes_price_right {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 17px;
    padding: 6px 13px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border: solid 3px #fff;
    background-color: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.jantes_price_right:hover {
    background-color: #2b3e52;
    border: solid 3px #2b3e52;
    color: #fff;
}

.jantes_price_right_b2b {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 17px;
    padding: 6px 13px;
    color: #ffd700;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border: solid 3px #ffd700;
    background-color: transparent;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.jantes_price_right_b2b:hover {
    background-color: #ffd700;
    border: solid 3px #ffd700;
    color: #2b3e52;
}

.banner_map iframe {
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.toggle-button {
    display: none;
}

.collapse_show {
    display: block;
}

.toggle-button {
    width: 100%;
    height: 40px;
    border: solid 2px #cccccc;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222222;
    padding: 8px 10px 0 10px;
    margin-top: 10px;
    position: relative;
}

.toggle-button:hover {
    color: #222222;
}

.toggle-button span {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 19px;
}

.collapse_jantes {
    display: block;
}

.jantes_collapse_btn {
    display: none;
}

.menu_mob_btn {
    position: relative;
    right: 18px;
    top: 14px;
    float: right;
}

.menu_mob_btn i {
    color: #adafb2;
    font-size: 27px;
}

.modal-content ul {
    list-style-type: none;
    text-align: center;
    padding: 0 10px;
}

.modal-content ul li {
    margin-top: 10px;
}

.modal-content ul li a {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.menu_modal_sep {
    width: 57%;
    height: 2px;
    background: #f0c40f;
    margin-top: 30px;
    margin-bottom: 30px;
    opacity: .3;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.menu_modal_close {
    position: absolute;
    top: -50px;
    right: 10px;
}

.menu_modal_close i {
    font-size: 22px;
    color: #fff;
    opacity: .3;
}

.free_search_results {
    font-size: 16px;
    color: #787878;
    font-weight: 500;
    position: absolute;
    top: 22px;
    left: 15px;
}

.free_search_results span {
    font-weight: 700;
}

.no_results {
    position: relative;
    left: 67%;
    transform: translateX(-49%);
    color: #e02200;

}

.modal_back {
    background: #fff;
}

.contactForms {
    text-align: left;
    padding: 0;
}

.alert {
    margin-bottom: 0;
}

.newsl_msg_error {
    color: #f0c40f;
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 21px;
    padding-right: 21px;
}

.newsl_msg_success {
    color: greenyellow;
    font-size: 13px;
    font-weight: 400;
    margin-top: 22px;
    line-height: 21px;
    padding-right: 21px;
}

.headerarea_b2b {
    background-color: transparent;
    height: auto;
}

.b2b_in_box {
    background-color: #f0c40f;
}

.b2b_in_top {
    background-color: #f0c40f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login_area_box_b2b {
    float: left;
}

.login_area_box_b2b p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}


.login_area_box_b2b p:hover {
    color: #fff;
}

.login_area_box_b2b span {
    margin-right: 7px;
}

.b2b_logout {
    float: left;
}

.b2b_logout a {
    float: left;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.b2b_logout a:hover {
    color: #2b3e52;
}

.b2b_logout a i {
    margin-right: 6px;
}

.cart-mini-button {
    display: block;
    float: right;
    width: auto;
    height: auto;
    color: #7d5604;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.cart-mini-button:hover {
    color: #2b3e52;
}

.cart-mini-button i {
    margin-right: 6px;
}

.logout_sep {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-left: 6px;
    margin-right: 6px;
}

.b2b_in_user a {
    float: left;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.b2b_in_user a:hover {
    color: #2b3e52;
    text-decoration: none;
}

.b2b_in_user a i {
    margin-right: 6px;
}

.table_dash {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.logoarea img {
    float: left;
}

.logoarea p {
    color: #2b3e52;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    margin-top: 17px;
}

.cart-float-right {
    position: relative;
    width: 860px;
}

.cart-mini-button {
    cursor: pointer;
}

.img_pad_left {
    padding-left: 0;
}

@keyframes load_front {
    from {opacity: 0;}
    to {opacity: 1;}
}

.load_main {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white;
    overflow: hidden !important;
}

.load_main .svg-wrapper {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    opacity: 0;

    animation-name: load_front;
    -webkit-animation: load_front 0.7s infinite; /* Safari 4.0 - 8.0 */
    animation: load_front 0.7s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.load_main .svg-wrapper svg {
    width: 65px;
    height: 85px;
}

.modal_indo_header {
    background: #2b3e52;
}

.modal_indo_header h4 {
    color: #fff;
    font-size: 15px;
}

.modal_indo_header .close {
    color: #fff;
}

.modal_indo_btn {
    width: auto;
    height: auto;
    font-size: 13px;
    color: #2b3e52;
    font-weight: 700;
    padding: 5px 35px;
    background: transparent;
    border: solid 3px #2b3e52;
    cursor: pointer;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.modal_indo_btn:hover {
    color: #fff;
    background: #2b3e52;
}

.table_anchor_cons .table tr td a {
    color: #2b3e52 !important;
}

.cons_filtrar_fix label {
    margin-bottom: 20px;
}

.cons_filtrar_fix .checkbox p {
    font-size: 14px;
}

.listjantes_b2b_pad {
    padding-right: 0;
}

.jantes_b2b_left {
    width: 228px;
}

.jantes_b2b_table {
    float: right;
    width: 95%;
}

.jantes_b2b_left_pad {
    padding-left: 0;
}

.arrow_disabled {
    opacity: .3;
    pointer-events: none;
}

.jantes_price_desc_b2b span.red {
    color: #ff0000 !important;
}

.float-right {
    float: right !important;
}

.share-to-friend .fa-share-alt {
    color: #2b3e52 !important;
    cursor: pointer;
    font-size: 18px;
    margin-top: 10px;
}

#produtosrel .cycle-carousel-wrap li a.itemprod img, #listjantes ul li.itemjante img {
    max-width: 230px !important;
    max-height: 230px;
    width: auto !important;
    height: auto !important;
}

.imgplace img {
    height: auto !important;
    max-height: 230px;
}

.prodjantes img {
    height: auto !important;
}
