﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, .navMenu ul, .navMenu li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, .navMenu, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, .navMenu, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */
.txt-lt {
    text-align: left;
}

/* text align left */
.txt-center {
    text-align: center;
}

/* text align center */
.float-rt {
    float: right;
}

/* float right */
.float-lt {
    float: left;
}

/* float left */
.clear {
    clear: both;
}

/* clear float */
.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */
.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
}

/* Add 5px bottom padding and a underline */
.navMenu.vertical ul li {
    display: block;
}

/* vertical menu */
.navMenu.horizontal ul li {
    display: inline-block;
}

.hidden {
    display: none;
}
/* horizontal menu */
img {
    max-width: 100%;
}

/*end reset*/
body {
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    font-size: 100%;
}

.wrap {
    width: 80%;
    margin: auto;
}

.wrap.myWrap {
    width: 50%;
}

.wrapService {
    width: 100%;
}

/* start header */
.header_bg {
    background: #F1F1F1;
    /*opacity: .45;*/
}

.header_bg.menuUsadosbg {
    background: #FFFFFF;
}

.header {
    /*padding: 2% 4%;*/
}

.logo {
    float: left;
    width: 15%;
   margin: 15px 0 15px 15px;
}

.logo h1 a {
    display: block;
}

.h_right {
    position: relative;
    float: right;
    margin-top: 3%;
   /* margin-right: 6%;*/
}

.menu {
    float: left;
    margin-right: 40px;
}

.menu li {
    float: left;
    margin-right: 10px;
}

.menu li.active a, .menu li a:hover {
    color: #8EBB1F;
}

.menu li a:active, .menu li a:hover {
    color: #8EBB1F;
}

.menu li a {
    font-size: 0.85em;
    color: #244228;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 10px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.nav-path-selected  li a, .nav li.nav-path-selected  a {
  color: #8EBB1F;
}

/*start search*/
.sb-search {
    display: none;
    position: absolute;
    top: -12px;
    right: 0px;
    width: 0%;
    min-width: 45px;
    font-family: 'Montserrat', sans-serif;
    height: 42px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    left: 0px;
    border: none;
    outline: none;
    background: #313338;
    width: 100%;
    height: 46px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    z-index: 10;
    padding: 5px 20px;
    font-size: 13px;
    color: #ffffff;
}

.sb-search-input::-webkit-input-placeholder {
    color: #ffffff;
}

.sb-search-input:-moz-placeholder {
    color: #ffffff;
}

.sb-search-input::-moz-placeholder {
    color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
    color: #ffffff;
}

.sb-icon-search, .sb-search-submit {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    -webkit-appearance: none;
}

.sb-icon-search {
    color: #fff;
    background: #313338 url('../images/search.png') no-repeat 13px 13px;
    z-index: 90;
}

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    background: #313338 url('../images/search.png') no-repeat 13px 13px;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/*-- start-smartphone_.navMenu --*/
.navMenu {
    display: none;
}

.navMenu-item {
    float: left;
    *display: inline;
    zoom: 1;
}

.navMenu-item a {
    display: block;
}

.navMenu-item a:hover {
    background: #8EBB1F;
    color: #FFFFFF;
}

.navMenu-mobile {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 5px;
    background: url(../images/navMenu_icon.png) 60% 60% no-repeat #313338;
    height: 32px;
    width: 32px;
}

.navMenu-mobile {
    display: block;
}

.navMenu {
    margin-top: 44px;
    width: 100%;
}

.navMenu-list {
    display: none;
}

.navMenu-item {
    width: 100%;
    float: none;
}

.navMenu-item a {
    font-weight: 400;
    background: #313338;
    padding: 10px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -o-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear;
    font-size: 0.8725em;
}

.navMenu-inner {
    display: none;
}

.navMenu-active, .navMenu-active-inner .navMenu-inner {
    display: block;
}

/*------- SLIDER ----------*/
.rslides img {
    display: block;
    height: auto;
     float: none;
    text-align: center;
    margin: auto;
    width: auto;
    border: 0;
}

.destaqueImg img {
  border: 20px solid #fff;
}

 .destaqueImg .rslides_tabs li a {
  background: #fff;
}

.rslides_tabs {
    padding-top: 7px;
    padding-bottom: 7px;
  }


/*----- DROPDOWN ----*/
.dropdown, .dropdownProdutos {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 3;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
  /*  margin-top: 41%;*/
    background-color: #f1f1f1;
    opacity: 0.90;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content li {
    width: 100%;
    border-bottom: 1px solid #8EBB1F;

}


/* Links inside the dropdown */
.dropdown-content li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/*.dropdown-content li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    !*--adjust as necessary--*!
    color: #8EBB1F;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}*/

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content-produtos {
    display: none;
    position: absolute;
  /*  margin-top: 41%;*/
    background-color: #f1f1f1;
    opacity: 0.90;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-produtos li {
    width: 100%;
    border-bottom: 1px solid #8EBB1F;

}


/* Links inside the dropdown */
.dropdown-content-produtos li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/*.dropdown-content li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    !*--adjust as necessary--*!
    color: #8EBB1F;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}*/

.dropdownProdutos:hover .dropdown-content-produtos {
    display: block;
    min-width: 250px; 
}


/***************start-service************/
#services {
    background: #CCCCCC;
    padding: 5% 0;
    opacity: 0.45;
    margin-top: 7px;
}

.service-grids {
    background: #CCCCCC;
    width: 80%;
    margin: auto;
    opacity: 1;
}

.service-grids h3 {
    text-align: left;
    margin: 0 0 4%;
    font-size: 1.4em;
    /* color: gray;*/
    text-transform: uppercase;
    font-weight: 400;
    line-height: 30px;
}

.middle-grids {
    margin: 2em 0;
}

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.images_1_of_4 {
    display: block;
    float: left;
    margin-left: 3%;
    text-align: center;
}

.images_1_of_4:first-child {
    margin-left: 0;
}

.images_1_of_4 {
    width: 21.6%;
}

.images_1_of_4 img {
    max-width: 100%;
    margin-bottom: 23px;
    border-radius: 30em;
    -webkit-border-radius: 30em;
    -o-border-radius: 30em;
    -moz-border-radius: 30em;
    padding: 45px;
    background: #313338;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.images_1_of_4 img:hover {
    background: #30554E;
}

.images_1_of_4 h3 a {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 400;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.images_1_of_4 h3 a:hover {
    color: #25BEA0;
}

.images_1_of_4 h3 {
    padding: 0em 0em 0em 0em;
}

.images_1_of_4 p {
    padding: 0em 0em 1.5em 0em;
}

.images_1_of_4 p {
    font-size: 0.875em;
    color: #C0BEBE;
    line-height: 1.8em;
}

.images_1_of_4 .button a {
    padding: 7px 10px;
    font-size: 0.9em;
    background: #49CBCD;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.images_1_of_4 .button a:hover {
    background: #296E6F;
    text-decoration: none;
}

/***************end-servivice************/
.message {
    background-size: 100%;
    padding: 4% 0;
    text-align: left;
    background-color: #ffffff;
}

.message h3 {
    color: #000000;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ffffff;
}

.mySlogan h3 {
    color: #8EBB1F;
    font-size: 3.4em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}

.leaf {
    width: 20%;
    float: right;
}

.mySlogan1 {
    text-align: center;
}

.bannerQuemSomos {
    position: relative;
}

.mySlogan1 h3 {
    color: #244228;
    font-size: 3.4em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    position: absolute;
    top: 23%;
    left: 18%;
    width: 100%;
}


/*---------- CONTROLLERS SLIDER HOMEPAGE ---------*/
.rslides_tabs /*.rslides1_tabs*/ {
    text-align: center;
    padding-bottom: 0px;
}

.rslides_tabs li.rslides_here a {
    background: #8EBB1F;
}

/* ----- */

/*-------- USADOS ----------*/

.wrapUsados {
    width: 50%;
}

.messageUsados {
    text-align: left;
    width: 70%;
    margin: auto;
}

.usadosDesc {
    float: left;
    display: block;
    padding: 6% 0%;
}

.usadosHeader h3 {
    color: #244228;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}

.oportunidade {
    color: #8EBB1F;
}

.btn1, .btn2, .btn3 {
    cursor: pointer;
    width: 12%;
    float: right;
    padding: 5% 0%;
    margin: 0% 1.5%;
}

.btnProdutos2 {
    display: none;
}

.produtosUsados {
    background: linear-gradient(to right, #cccccc 5%, #f1f1f1 100%);
    display: inline-block;
    padding: 2% 2% 2% 0%;
    margin-bottom: 2%;
    width: 80%;
}

.usadosDescProduto {
    width: 45%;
    text-align: left;
}

.usadosDescProduto p {
    float: left;
    color: #244228;
    font-weight: 500;
    font-size: .9em;
    margin-top: 5%;
    margin-left: 5%;

}

.imgUsados {
    width: 50%;
    float: right;

}

.marcaProdutoUsado {
    float: left;
    display: inline-block;
    width: 45%;
}

.marcaProduto {
    border: none;
    margin-top: 3px;
    width: 100%;
    padding: 5%;
    cursor: pointer;
    background: linear-gradient(to right, #244228 25%, #008E84 100%);
    text-transform: uppercase;
    color: #8EBB1F;
    font-size: 20px;
    text-align: left;
}

.marcaProduto2 {
    background: linear-gradient(to right, #39A435 25%, #8EBB1F 100%);
linear-graditent(to right, #39A435 25 %, #8EBB1F 100 %);
    color: #244228;
}

.sobreMarcaUsado {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.positionImgInfo {
    position: absolute;
    top: 34%;
    right: 12%;
    width: 13%;
}

.maisInfo {
    cursor: pointer;
}

/*--------------- PÁGINA PRODUTOS ------------*/

.messageProdutos {
    padding: 3% 0% 5% 0%;
}

#detalheProduto{
  display: grid;
}

.introProdutos {
    background: linear-gradient(to right, #39A435 15%, #8EBB1F 100%);
linear-graditent(to right, #39A435 25 %, #8EBB1F 100 %);
    padding: 0 0 3% 0;
}

.introProdutosDetalhe {
  background: linear-gradient(to right, #39A435 15%, #8EBB1F 100%);
  linear-graditent(to right, #39A435 25 %, #8EBB1F 100 %);
  padding: 0 0 2% 0;
}

.destaqueImg {
    margin: auto;
    text-align: center;
    position: relative;
}

.btnAvancar {
    text-align: center;
    background-color: #ffffff;
    padding: 5% 0 0 0;
    cursor: pointer;
}

.scrollAvancar {
    width: 8%;
    position: relative;
    right: -20%;
}

.fotoDestaque {
    border: 20px solid #ffffff;
}

.legendaProduto p {
    text-align: center;
    font-size: .9em;
    color: #ffffff;
    margin-top: 1%;
}

.btnProd1, .btnProd2, .btnProd3 {
    float: left;
    cursor: pointer;
    width: 12%;
    padding: 5% 0 0 0%;
    margin: 0% 1.5%;
    position: relative;
    z-index: 2;
}

.formSearch {
    position: relative;
    top: 28px;
}

.btnSearch {
    width: 6%;
    cursor: pointer;
    position: relative;
    top: 25px;
    left: 0px;
}

.searchProdutos {
    background-color: #FFFFFF;
}

.searchProdutos p {
    margin-top: 5%;
}

.searchProdutos input[type="search"] {
    border: none;
    background: linear-gradient(to right, #CACACA 50%, #f1f1f1 100%);
    text-transform: uppercase;
    color: #ffffff;
    width: 40%;
    font-size: 23px;
    font-weight: 200;
    padding: 1.8% 0 1.8% 1%;
}


div.ccm-block-type-form div.form-group label.control-label {
    display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFFFFF;
}

/*::-moz-placeholder { !* Firefox 19+ *!
    color: #000000;
}*/

:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.bgMarcas {
    background: linear-gradient(to right, #CACACA 50%, #f1f1f1 100%);
    clear: both;
    /*padding: 1% 0%;*/
}

.listaMarcas {
    text-align: center;
}

.listaFiltroMarcas {
    display: inline;
    list-style: none;
    max-width: 10%;
    cursor: pointer;
}

.filtrarIMGMarca {
    width: 10%;
    padding: 12px;
}

.myWrapResult {
    width: 54%;
    margin: auto;
    margin-top: 2%;
}

.wrapResultados{
    width: 90%;
    margin: auto;
}

.resultadosTodosProdutos{
    width: 100%;
}

.resultadosPesquisa p {
    color: #979696;
    font-size: .7em;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
}

.descricaoMarcaFiltrada {
    margin-top: 5%;
    text-align: center;
}

.descricaoMarcaFiltrada p {
    font-weight: 500;

}

.positionImgInfoProdutos {
    position: absolute;
    top: 34%;
    right: 12%;
    width: 13%;

}

.imgUsados {
    position: relative;
}

/*--EQUIPAMENTO--*/

.bgEquipamento {
    background: linear-gradient(to right, #CACACA 50%, #f1f1f1 100%);
    clear: both;
    padding: 1% 0%;
}

.listaFiltroMarcas p {
    display: inline-block;
    text-transform: uppercase;
    text-align: left;
    color: #345f3a;
    font-size: .9em;
    word-break: break-word;
}

.checkboxEquipamento {
    float: left;
}

input[type="checkbox"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
}

.hrEquipamento {
    border: 1.5px solid #FFFFFF;
}

/*.listaFiltroEquipamento {
    display: block;
    list-style: none;
    max-width: 37%;
    margin: 10%;
}*/

.listaFiltroEquipamento p {
    color: #FFFFFF;
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
    word-break: break-word;
}

.listaProcura {
    display: inline-block;
}

.opcoesEquipamento {
    display: block;
    list-style: none;
    /* max-width: 37%;*/
    margin: 7%;
}

.segundaLista p {
    max-width: 70%;
    word-break: break-word;
}

.opcoesEquipamento p {
    color: #345f3a;
    text-align: left;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 400;
}

.terceiraLista p {
    /* min-width: 250px;*/
    max-width: 80%;
}

.quintaLista {
    min-width: 200px;
}

#painel {
    float: left;
}

#thumbs img {
    border: 5px solid #8EBB1F;
    width: 150px;
    height: 140px;
    float: right;
    margin: 0px 0 15px 0;
}

#thumbs::after {
    border-color: rgba(142, 187, 31, 0);
    border-left-color: #8EBB1F;
    border-width: 36px;
    border-color: rgba(183, 172, 187, 0);
    border-left-color: #8EBB1F;
    border-width: 31px;
    margin-left: -29px;
}

/* GRID CONTACTOS */
#gridContactos, #gridContactos1,
#gridContactos2, #gridContactos3 {
    display: grid;
    margin: 1% auto;
    grid-template-columns: repeat(4, 1fr);
}

#itemContacto1, #itemContacto3,
#itemContacto5, #itemContacto7 {
    grid-column: 1 / 2;
}

#itemContacto2, #itemContacto4,
#itemContacto6, #itemContacto8 {
    grid-column: 2 / 5;
}

/* GRID PESQUISA PRODUTOS POR MARCA*/
#grid, #grid2, #grid3, #grid4,
#grid5, #grid6, #grid7 {
    display: grid;
    width: 80%;
    margin: 1% auto;
    grid-template-columns: repeat(7, 1fr);
    /* grid-template-rows: 100px;*/
}

#item1 {
    grid-column: 1;
}

#item2 {
    grid-column: 2;
}

#item3 {
    grid-column: 3;
}

#item4 {
    grid-column: 4;
}

#item5 {
    grid-column: 5;
}

#item6 {
    grid-column: 6;
}

#item7 {
    grid-column: 7;
}

#item8 {
    grid-column: 1;
}

#item9 {
    grid-column: 2;
}

#item10 {
    grid-column: 3;
}

#item11 {
    grid-column: 4;
}

#item12 {
    grid-column: 5;
}

#item13 {
    grid-column: 1;
}

#item14 {
    grid-column: 2;
}

#item15 {
    grid-column: 3;
}

#item16 {
    grid-column: 4;
}

#item17 {
    grid-column: 1;
}

#item18 {
    grid-column: 2 / 4;
}

#item19 {
    grid-column: 4;
}

#item20 {
    grid-column: 1;
}

#item21 {
    grid-column: 2;
}

#item22 {
    grid-column: 3;
}

#item23 {
    grid-column: 4;
}

#item24 {
    grid-column: 1;
}

#item25 {
    grid-column: 2;
}

#item26 {
    grid-column: 3;
}

#item27 {
    grid-column: 4;
}

#item28 {
    grid-column: 5;
}

#item29 {
    grid-column: 6;
}

#item30 {
    grid-column: 7;
}

#item31 {
    grid-column: 1;
}

#item32 {
    grid-column: 2;
}

#item33 {
    grid-column: 3;
}

.filtroMarcas p {
    text-transform: uppercase;
    text-align: left;
    color: #345f3a;
    font-size: .9em;
    word-break: break-word;
}

/*------------ BLOG -----------*/

.blogIntro {
    background: linear-gradient(to right, #244228 25%, #008E84 100%);
linear-gradient(to right, #244228 25 %, #008E84 100 %);
    padding: 8% 0%;
}

.wrapBlog {
    width: 75%;
    margin: auto;
}

.listaGeralBlog {
    text-align: center;
}

.listaBlog {
    display: inline-block;
    width: auto;
    margin: 1%;
    vertical-align: top;
}

.tituloBlogBtn {
    border: none;
    margin-top: 3px;
    width: 100%;
    padding: 5%;
    cursor: pointer;
    background: linear-gradient(to right, #244228 25%, #008E84 100%);
    text-transform: uppercase;
    color: #8EBB1F;
    font-size: 23px;
    text-align: left;
}

.imgBlog {
    /* width: 80%;*/
    height: 250px;
}

.maisInfoBlog {
    width: 17%;
    cursor: pointer;
    float: right;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

 
 

.descNoticiaBlog {
    background: linear-gradient(to right, #cccccc 75%, #f1f1f1 100%);
    width: 400px;
    padding: 5%;
    height: 130px;
    position: relative;
}

.descNoticiaBlog p {
    font-size: .9em;
    text-align: left;
    width: 80%;
}


.downloadnewsletter {
    width: 12%;
    cursor: pointer;
}


/*----- MODAL BLOG --------*/

.wrapModalBlog {
    width: 60%;
}

.modalBlog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 142, 132, 0.85);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalBlog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalBlog > div {
    position: relative;
    margin: 5% auto;
    padding: 1.5%;
    background: #fff;
    /* background: -moz-linear-gradient(#fff, #999);
     background: -webkit-linear-gradient(#fff, #999);
     background: -o-linear-gradient(#fff, #999);*/
}

.fecharBlog {
    width: 7%;
    float: right;
    cursor: pointer;
}

.spanBlog {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

.btnTituloBlog {
    float: left;
    display: inline-block;
    width: 93%;
}

.btnBlog {
    border: none;
    width: 100%;
    padding: 2.3%;
    cursor: pointer;
    background: linear-gradient(to right, #CACACA 50%, #f1f1f1 100%);
    text-transform: uppercase;
    color: #8EBB1F;
    font-size: 23px;
    text-align: left;
}

.imgBlogDesc {
    margin-top: 10%
}

h3.w3l-title {
    font-size: 25px;
    color: #111;
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px;
    position: relative;
}


h3.w3l-title:after  {
    content: '';
    background: #cecaca;
    height: 2px;
    width: 28%;
    position: absolute;
    top: 54%;
    left: 0px;
}


  h3.w3l-title:before {
    content: '';
    background: #cecaca;
    height: 2px;
    width: 28%;
    position: absolute;
    top: 54%;
    right: 0px;
}


h3.w3l-title.no-line:after, h3.w3l-title.no-line:before {
    content: '';
    background: transparent;
    height: 2px;
    width: 28%;
    position: absolute;
    top: 54%;
}

h3.w3l-titleTitulo{
    font-size: 3em;
    color: #111;
    text-align: center;
    font-weight: 300;
    letter-spacing: 2px;
    position: relative;
}
.corpoNoticia {
    margin-top: 1%;
    margin-bottom: 3%;
    width: 100%;
    display: inline-block;
}

.corpoNoticia p {
    font-size: 1em;
    color: #000;

}

.redesSociais {
    float: right;
    width: 30%;
    margin-top: 5%;
}

.redesSociais p {
    color: #979696;
    font-size: .7em;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 3%;
}

.formAluguer {
    display: block;
    margin-top: 11%;
    text-align: center;
}

 .formAluguer .ccmCaptchaAlign  {
     text-align:right;
 }
 
 .formAluguer ::placeholder  {
    color:#000;
 }

/*------- MODAL PRODUTOS -----*/

.downloadMobile {
    display: none;
}

/* .wrapModalProduto {
    width: 60%;
    overflow: hidden;
}

.modalProduto {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 142, 132, 0.85);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    overflow: auto;
}

.modalProduto:target {
    opacity: 1;
    pointer-events: auto;
}

.modalProduto > div {
    position: relative;
    margin: 1% auto;
    padding: 1.5% 1.5% 3% 1.5%;
    background: #fff;
    /* background: -moz-linear-gradient(#fff, #999);
     background: -webkit-linear-gradient(#fff, #999);
     background: -o-linear-gradient(#fff, #999);*/
} */



.corpoNoticiaProduto1 {
    display: inline-block;
    text-align: left;
    width: 45%;
    float: left;
    margin-top: 2%;
}

.corpoNoticiaProduto1 p {
    font-size: 1em;
    text-align: justify;
    font-weight: 400;
}

.corpoNoticiaProduto1 {
  float: left;
  width: 45%;
  margin-top: 3%;
  display: inline-block;
}

.corpoNoticiaProduto2 {
    display: inline-block;
    /* float: right; */
    width: 45%;
    margin-top: 3%;
    margin-left: 10%;
}

.corpoNoticiaProduto2 p, .corpoNoticiaProduto2 li {
    font-size: 1em;
    /* color: #969696; */
    text-align: justify;
    font-weight: 400;
}


 .corpoNoticiaProduto2 table{
  border-collapse: separate;
  border-spacing: 1px 10px;
  width: 100% !important;
  }

 .corpoNoticiaProduto2 table tr {height:24.95pt}
 
 .corpoNoticiaProduto2 table tr:nth-child(even) {background: #CCC}
 .corpoNoticiaProduto2 table tr:nth-child(odd) {background:  #F2F2F2}

 .corpoNoticiaProduto2 table tr:first-child {color: #8EBB1F;background:  #fff}

 .corpoNoticiaProduto2 table p {padding-left: 5px;}



.video {
  width: 70%;
  margin-top: 5%;
}

.btnContacadoProduto {
    border: none;
    width: 54%;
    padding: 2%;
    cursor: pointer;
    /* background: linen; */
    background: linear-gradient(to right, #244228 25%, #008E84 100%);
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 10%;
    font-weight: lighter;
}

.spanProdutodetalhe {
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
}

.tituloProdutodetalhe {
    margin-bottom: 2%;
    border-bottom: 1px solid #ccc;
}

.tituloProdutodetalhe p{
  font-size: 2em;
  color: #8EBB1F;
  font-weight: 400;
  text-transform: uppercase;
}

.resultadosPesquis p,
.resultadosPesquis span{
  color: #969696;
}

.btnTituloProduto {
    float: left;
    display: inline-block;
    width: 93%;
}

.btnProdutoDetalhe {
    border: none;
    width: 100%;
    padding: 2.4%;
    cursor: pointer;
    background: linear-gradient(to right, #244228 25%, #008E84 100%);
    text-transform: uppercase;
    color: #8EBB1F;
    font-size: 23px;
    text-align: left;
}

.btnsModal {
    background-color: transparent !important;
    /*margin-top: 10% !important;*/
    width: 60%;
}

.btnProdutosSemelhantes {
    border: none;
    text-align: center;
    width: 45%;
    padding: 5%;
    cursor: pointer;
    /* background: linen; */
    background: linear-gradient(to right, #244228 25%, #008E84 100%);
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: lighter;
    margin-bottom: 3%;
    float: right;
}

.btnProdutosMarca {
    border: none;
    text-align: center;
    width: 45%;
    padding: 5%;
    cursor: pointer;
    /* background: linen; */
    background: linear-gradient(to right, #244228 25%, #008E84 100%);
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: lighter;
    margin-bottom: 3%;
    float: left;
}

.indiceDetalheProduto {
   /* float: left;*/
    margin-top: 3%;
    margin-bottom: 3%;
}

.resultadosPesquisa{
    float: left;
}

.imgProdutoDesc {
    margin-top: 12%;
    text-align: left;
}

.download {
    display: none;
    width: 10%;
    cursor: pointer;
    margin-top: 5%;
    margin-left: 23%;
}

.especificacoes {
    /* width: 10%;
    cursor: pointer;
    margin-top: 3%;
    margin-left: 15%; */

    width: 18%;
    cursor: pointer;
    margin-top: 5%;
    margin-left: 10%;

}

/*------ MODAL ALUGUER -----*/

.wrapModalAluguer {
    width: 60%;
}

.modalAluguer {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 142, 132, 0.85);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalAluguer:target {
    opacity: 1;
    pointer-events: auto;
}

.modalAluguer > div {
    position: relative;
    margin: 10% auto;
    padding: 1.5%;
    background: #fff;
}

.btnTituloAluguer {
    float: left;
    display: inline-block;
    width: 93%;
}

.btnAluguerModal {
    border: none;
    width: 100%;
    padding: 2.3%;
    cursor: pointer;
    background: linear-gradient(to right, #CACACA 50%, #f1f1f1 100%);
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 23px;
    text-align: left;
}

.spanModalAluguer {
    color: #000;
    font-weight: 600;
}

.descricaoContactoAluguer {
    display: inline-block;
    text-align: left;
    width: 45%;
    float: left;
    margin-top: 5%;
    height: 320px;
}


.descricaoContactoAluguer p {
    font-size: .9em;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10%;
}

.contactoColaboradores {
    font-size: 2em;
    color: #000;
    font-weight: 400;
}

.modalAluguer input[type="text"],
.modalAluguer input[type="number"],
.modalAluguer input[type="email"],
.modalAluguer textarea {
    padding: 5px;
    width: 45%;
    margin: 1% 2% 0 8%;
    background: transparent;
    outline: none;
    color: #000;
    font-size: 0.92355em;
    /* border-radius: 3px; */
    -moz-border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    -o-border-radius: 3px;
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #000;
    -webkit-appearance: none;
}

/*.modalAluguer input[type="text"]:nth-child(2) {
    margin-right: 0em;
}*/

.modalAluguer form textarea {
    padding: 5px;
    width: 45%;
    margin: 1% 2% 0 8%;
    background: transparent;
    outline: none;
    color: #000;
    font-size: 0.92355em;
    /* border-radius: 3px; */
    -moz-border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    -o-border-radius: 3px;
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #000;
    -webkit-appearance: none;
}

.modalAluguer form textarea {
    resize: none;
    height: 100px;
}

.contactoBtnDMCAR {
    background: #3C3C3B;
    color: #FFFFFF;
    border: none;
    margin: 1% 2% 0 53%;
    width: 45%;
    padding: .5%;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: lighter;
}

/*--- ALUGUER -----*/

.messageAluguer {
    background-size: 100%;
    padding: 7% 3% 0 3%;
    text-align: left;
    background-color: #ffffff;
}

.aluguerHeader {
    float: left;
    display: block;
}

.imgAluguer {
    background: url("../images/IMG_INTRO/ALUGUER.png") no-repeat;
    background-size: 100%;
    padding: 10% 0;
    text-align: center;
    margin-top: 7%;
}

.saberMais.btnAluguerContacto {
    border: none;
    margin-top: 3px;
    width: 45%;
    padding: 1.5%;
    cursor: pointer;
    /* background: linen; */
    background: linear-gradient(to right, #244228 25%, #008E84 100%);
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: lighter;
}

.wrapAluguer {
    width: 60%;
}

.aluguer h3 {
    color: #244228;
    font-size: 2.4em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}

.aluguerDesc p {
    color: #000000;
    font-size: 1em;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-right: 0;
    margin-left: 48%;
}

.wrapOndeEstamos {
    width: 50%;
    margin: auto;
}

.ondeEstamos {
    background: linear-gradient(to right, #39A435 25%, #8EBB1F 100%);
linear-graditent(to right, #39A435 25 %, #8EBB1F 100 %);
    padding: 8% 0 0 0%;
}

.ondeEstamos h3 {
    color: #FFFFFF;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: -7%;
}

/*--- buttons ---*/
/* body > div.message > div > div {
    margin-top: 4%;
} */

.span1 {
    margin: 1% 2% 0 0;
    float: left;
}

.span1 i {
    position: relative;
    border-left: solid 1px #B0D553;
    font-size: 1.1em;
    color: #fff;
    background: #B0CD3B;
    padding: 15px 76px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5 p;
    -webkit-box-shadow: inset 0px 1px 0px #B0CD3B, 0px 5px 0px 0px #95B643, 2px 10px 5px #757575;
    -moz-box-shadow: inset 0px 1px 0px #B0CD3B, 0px 5px 0px 0px #95B643, 2px 10px 5px #757575;
    -o-box-shadow: inset 0px 1px 0px #B0CD3B, 0px 5px 0px 0px #95B643, 2px 10px 5px #757575;
    box-shadow: inset 0px 1px 0px #B0CD3B, 0px 5px 0px 0px #95B643, 2px 10px 5px #757575;
}

.span1 i:active {
    top: 3px;
    background: #B0CD3B;
    -webkit-box-shadow: inset 0px 1px 0px #B0CD3B, 0px 2px 0px 0px #95B643, 2px 10px 5px #757575;
    -moz-box-shadow: inset 0px 1px 0px #B0CD3B, 0px 2px 0px 0px #95B643, 2px 10px 5px #757575;
    -o-box-shadow: inset 0px 1px 0px #B0CD3B, 0px 2px 0px 0px #95B643, 2px 10px 5px #757575;
    box-shadow: inset 0px 1px 0px #B0CD3B, 0px 2px 0px 0px #95B643, 2px 10px 5px #757575;
}

.span2 {
    float: left;
    margin-top: 1%;
}

.span2 i {
    position: relative;
    border-left: solid 1px #25BEA0;
    font-size: 1.1em;
    color: #fff;
    background: #1BBC9D;
    padding: 15px 76px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 0px #1BBC9D, 0px 5px 0px 0px #18A291, 2px 10px 5px #6D6D70;
    -moz-box-shadow: inset 0px 1px 0px #1BBC9D, 0px 5px 0px 0px #18A291, 2px 10px 5px #6D6D70;
    -o-box-shadow: inset 0px 1px 0px #1BBC9D, 0px 5px 0px 0px #18A291, 2px 10px 5px #6D6D70;
    box-shadow: inset 0px 1px 0px #1BBC9D, 0px 5px 0px 0px #18A291, 2px 10px 5px #6D6D70;
}

.span2 i:active {
    top: 3px;
    -webkit-box-shadow: inset 0px 1px 0px #1BBC9D, 0px 2px 0px 0px #18A291, 2px 10px 5px #6D6D70;
    -moz-box-shadow: inset 0px 1px 0px #1BBC9D, 0px 2px 0px 0px #18A291, 2px 10px 5px #6D6D70;
    -o-box-shadow: inset 0px 1px 0px #1BBC9D, 0px 2px 0px 0px #18A291, 2px 10px 5px #6D6D70;
    box-shadow: inset 0px 1px 0px #1BBC9D, 0px 2px 0px 0px #18A291, 2px 10px 5px #6D6D70;
}

/*--- portfolio ---*/
/***************start portfolio**********/
.container {
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#filters {
    margin: 3% 1%;
    padding: 0;
    list-style: none;
}

#filters li {
    float: left;
}

#filters li span {
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    color: #B9B9B9;
    cursor: pointer;
    font-size: 0.85em;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

#filters li span:hover {
    background: #EA5A4B;
    color: #fff;
}

#filters li span.active {
    background: #EA5A4B;
    color: #fff;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 23%;
    margin: 1%;
    margin-bottom: 4%;
    display: none;
    float: left;
    overflow: hidden;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}

.portfolio img {
    width: 100%;
    position: relative;
    transition: all 300ms !important;
    -webkit-transition: all 300ms !important;
    -moz-transition: all 300ms !important;
}

.portofolio-item h1 {

    padding: 20px 25px;
    color: #E8603C;
    font-size: 1.5em;
    margin: 1% 0%;
}

.portfolio-wrapper a {
    display: block;
}

.portfolio-wrapper a span {
    position: absolute;
    width: 100%;
    height: 72%;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 7em;
    color: #FFF;
    font-family: 'fontleroybrownregular';
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
    font-size: 2em;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    background: rgba(0, 0, 0, 0.61);
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-appearance: none;
    text-transform: capitalize;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.portfolio-wrapper a:hover span {
    opacity: 1;
}

.portfolio-wrapper a span img {
    width: 40px;
    height: 40px;
}

.gallerylist-wrapper a {
    display: block;
}

.gallerylist-wrapper a span {
    position: absolute;
    width: 100%;
    height: 71%;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 6.5em;
    color: #FFF;
    font-family: 'fontleroybrownregular';
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
    font-size: 2em;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    background: rgba(0, 0, 0, 0.61);
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    -webkit-appearance: none;
    text-transform: capitalize;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

.gallerylist-wrapper a:hover span {
    opacity: 1;
}

.gallerylist-wrapper a span img {
    width: 40px;
    height: 40px;
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

    #portfoliolist .portfolio {
        width: 48%;
        margin: 1%;
    }

    #ads {
        display: none;
    }

}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    #ads {
        display: none;
    }

}

/* #Clearing */
.white-btn {
    border-color: #fff;
    color: #fff;
    border: 2px solid #FFF;
    text-decoration: none;
}

.white-btn:hover {
    background-color: #fff;
    color: #2cbdb5;
}

/* =========================================================
**************************Portfolio*************************
============================================================ */
.typo1 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5% 0;
}

.portfolio-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

#portfolio .section-title .small-caption,
#portfolio .section-title .big-caption {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
    list-style: none;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#container {
    margin: 0 auto 40px;
}

.element {
    width: 280px;
    height: 252px;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 7.5px;
}

/**** Example Options ****/

#options {
    text-align: center;
    margin: 20px 0;
}

#options ul {
    margin: 0;
    list-style: none;
    display: inline-block;
}

#options li {
    float: inline-block;
}

#options li a {
    display: block;
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    cursor: pointer;
    text-align: center;
    padding: 10px 15px;
    margin-right: 5px;
    background: #313338;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

#nivo-lightbox-demo a {
    padding: 5px 10px;
    border: 2px solid #ffffff;
    border-radius: 2em;
    color: #fff;
}

#options li a:hover {
    background: #1BBC9D;
}

#options li.active {
    background: #1BBC9D;
}

.grid figure {
    margin: 0;
    position: relative;
    text-align: center;
}

.grid figure img {
    width: 100%;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    background: #37bdb5;
    color: #fff;
}

.grid figcaption h3 {
    margin: 20px 0 5px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}

.grid figcaption h3 a {
    color: #fff;
}

.grid figcaption .meta-box {
    color: #fff;
}

.grid figcaption span a {
    font-size: 14px;
    color: #fff;
}

.grid figcaption span a:hover {
    color: #fff;
}

.grid figcaption footer {
    position: absolute;
    bottom: 46px;
    text-align: center;
    width: 100%;
}

.grid figcaption a.link-gallery,
.grid figcaption a.link-p-detail {
    padding: 6px 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    min-width: 60px;
    border: 2px solid #FFF;
    color: #FFF;
    margin-right: 13px;
}

.cs-style-5 figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}

.cs-style-5 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.no-touch .cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

#portfolio .load-more {
    font-size: 20px;
    padding: 15px 25px 18px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.heading {
    color: #ffffff;
    font-size: 2.5em;
    font-weight: 400;
    text-align: center;
}

#cbp-so-scroller {
    background: #282A2E;
}

.span_1_of_4 {
    display: block;
    float: left;
    margin-left: 2%;
    text-align: center;
}

.span_1_of_4:first-child {
    margin-left: 0;
}

.span_1_of_4 {
    width: 23.5%;
}

.span_1_of_4 img {
    width: 100%;
    cursor: pointer;
}

.destrocador {
    background-color: #cccccc;
    opacity: .7;
    width: 30%;
    height: auto;
    padding: 3% 2%;
}

.destrocaRight {
    margin-right: 0;
    margin-left: auto;
}

.destrocaRightBtn {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}

.saberMais {
    border: none;
    margin-top: 3px;
    width: 30%;
    padding: 1%;
    cursor: pointer;
    /* background: linen; */
    background: linear-gradient(to right, #244228 25%, #008E84 100%);
linear-gradient(to right, #244228 25 %, #008E84 100 %);
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: lighter;
}

.span4.divBtnForm {
    float: none;
    margin-top: 0;
}

.saberMais.contactoBtn {
    width: 64%;
    padding: 3px;
    background: #ffffff;
    color: #244228;

}

.message.quemSomos {
    background-color: #FFFFFF;
    padding: 5% 0%;
}

.descQuemSomos p {
    text-align: center;
    font-size: 1em;
    margin-top: 10px;
    font-weight: 500;
}

/*---- MARCAS ---*/

.message.marcas {
    background-color: #FFFFFF;
    padding: 2% 0%;
}

.container div {
    display: inline-block;
    width: 100%;
}

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

.marcas1 {
    display: inline-block;
    padding: 30px 50px;
}

.introMarcas h3 {
    color: #244228;
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 800;
}

.introMarcas p {
    text-align: center;
    font-size: .9em;
    margin-top: 10px;
    font-weight: 600;
}

img.imgMarcas {
    width: 85%;
    margin-bottom: 3%;
    /* margin-top: 3%;*/
}

.produtos {
    display: none;
}

.produtos {
    background-color: #CCCCCC;
    color: #244228;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    border: none;
    /* width: 13%;*/
    padding: 3%;
    cursor: pointer;
    margin-right: 5px;
}

.centerPagination {
    text-align: center;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus{
    color: #999;
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #8EBB1F;
    background-color: transparent;
    border-color: transparent;
}


 .pagination > li > a,
 .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #8EBB1F;
    background-color: transparent;
    border: none;
    margin-left: -1px;
    font-size: 20px;
}

 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #8EBB1F;
    background-color: transparent;
    border: none;
    font-weight: 600;

}

.visitarSite {
    background: linear-gradient(to right, #244228 -11%, #008E84 100%);
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    border: none;
    /* width: 27%;*/
    padding: 3%;
    cursor: pointer;
    margin-left: 5px;
}

.visitarSite1 {
    background: linear-gradient(to right, #39A435 -11%, #8EBB1F 100%);

}

.message.divcontactDmcar {
    background: linear-gradient(to right, #39A435 -11%, #8EBB1F 100%);
    padding: 4% 0%;
}

.pubDmcar {
    text-align: center;
}

.pubDmcar p {
    text-align: center;
    color: #244228;
    font-size: 1.5em;
}

.dmcarContacta {
    background: linear-gradient(to right, #244228 -11%, #008E84 100%);
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    border: none;
    width: 45%;
    font-size: 1em;
    padding: 2% 2%;
    cursor: pointer;
    margin-top: 2%;

}

/*--- EQUIPA ---*/

.message.equipa {
    background-color: #FFFFFF;
    padding: 4% 0%;
}

.introEquipa h1 {
    font-family: 'Montserrat', sans-serif;
    color: #244228;
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 7%;
}

.equipaFotos {
    margin: auto;
    text-align: center;
    margin-top: 2%;
}

.label_1_of_4.about_1_of_4 p a {
    color: #244228;
    font-weight: 600;
}

.molduraEquipa {
    border: 3px solid #8EBB1F;
    background: linear-gradient(to right, #cccccc -11%, #f1f1f1 100%);
    position: relative;
}

.molduraEquipa:after, .molduraEquipa:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.molduraEquipa:after {
    border-color: rgba(183, 172, 187, 0);
    border-top-color: #FFFFFF;
    border-width: 31px;
    margin-left: -29px;
}

.molduraEquipa:before {
    border-color: rgba(142, 187, 31, 0);
    border-top-color: #8EBB1F;
    border-width: 36px;
    margin-left: -34px;
}

/*--- //EQUIPA ---*/

/*--- message1 ---*/
.message1 {
    background: url("../images/IMG_INTRO/DESTROCADORES.png") no-repeat;
    background-size: 100%;
    padding: 8% 0;
    text-align: left;
}

.message1 h3 {
    color: #244228;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10%;
}

.message1 p {
    color: #000000;
    font-size: 1em;
    font-weight: 400;
}

/*--- message2 ---*/
.message2 {
    background: url("../images/IMG_INTRO/ESTILHAFACAS.png") no-repeat;
    background-size: 100%;
    padding: 7% 0;
    text-align: left;
}

.message2 h3 {
    color: #244228;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10%;
}

.message2 p {
    color: #000000;
    font-size: 1em;
    font-weight: 400;
}

/*--- message3 ---*/
.message3 {
    background: url("../images/IMG_INTRO/REVOLVEDORES.png") no-repeat;
    background-size: 100%;
    padding: 8% 0;
    text-align: left;
}

.message3 h3 {
    color: #244228;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10%;
}

.message3 p {
    color: #000000;
    font-size: 1em;
    font-weight: 400;
}

/*--- message4 ---*/
.message4 {
    background: url("../images/IMG_INTRO/TRITURADORES.png") no-repeat;
    background-size: 100%;
    padding: 6% 0;
    text-align: left;
}

.message4 h3 {
    color: #244228;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10%;
}

.message4 p {
    color: #000000;
    font-size: 1em;
    font-weight: 400;
}

/*--- message5 ---*/
.message5 {
    background: url("../images/IMG_INTRO/CRIVOS.png") no-repeat;
    background-size: 100%;
    padding: 8% 0;
    text-align: left;
}

.message5 h3 {
    color: #244228;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10%;
}

.message5 p {
    color: #000000;
    font-size: 1em;
    font-weight: 400;
}

/*--- message6 ---*/
.message6 {
    background: url("../images/IMG_INTRO/SEPNEUMA.png") no-repeat;
    background-size: 100%;
    padding: 6% 0;
    text-align: left;
}

.message6 h3 {
    color: #244228;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10%;
}

.message6 p {
    color: #000000;
    font-size: 1em;
    font-weight: 400;
}

/*--- message7 ---*/
.message7 {
    background: url("../images/IMG_INTRO/PROCELENHA.png") no-repeat;
    background-size: 100%;
    padding: 6% 0;
    text-align: left;
}

.message7 h3 {
    color: #244228;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10%;
}

.message7 p {
    color: #000000;
    font-size: 1em;
    font-weight: 400;
}

/*--- message8 ---*/
.message8 {
    background: url("../images/IMG_INTRO/USADOSOK.png") no-repeat;
    background-size: 100%;
    padding: 11% 0;
    text-align: left;
}

.message8 h3 {
    color: #244228;
    font-size: 2em;
    font-weight: 500;
    padding: 2% 1%;
    text-align: center;
    text-transform: uppercase;
}

.usados {
    background-color: #cccccc;
    opacity: .8;
    text-align: center;
    width: 50%;
    margin: auto;
}

.wrap.usados {
    width: 45%;
}

.btnUsados {
    text-align: center;
    margin-top: 3px;
}

.btnUsados .saberMais {
    width: 50%;
    margin: auto;
}

/*--- pricing ---*/
#pricing > div > h3 {
    color: #fff;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 3%;
}

.span3 {
    margin: 1% 2% 0 0;
    float: left;
}

.span3 i {
    position: relative;
    border-left: solid 1px #B0D553;
    font-size: 1.1em;
    color: #fff;
    background: #B0CD3B;
    padding: 10px 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5 p;
    -webkit-box-shadow: inset 0px 1px 0px #B0CD3B, 0px 5px 0px 0px #95B643, 2px 10px 5px #3A3838;
    -moz-box-shadow: inset 0px 1px 0px #B0CD3B, 0px 5px 0px 0px #95B643, 2px 10px 5px #3A3838;
    -o-box-shadow: inset 0px 1px 0px #B0CD3B, 0px 5px 0px 0px #95B643, 2px 10px 5px #3A3838;
    box-shadow: inset 0px 1px 0px #B0CD3B, 0px 5px 0px 0px #95B643, 2px 10px 5px #3A3838;
}

.span3 i:active {
    top: 3px;
    background: #B0CD3B;
    -webkit-box-shadow: inset 0px 1px 0px #B0CD3B, 0px 2px 0px 0px #95B643, 2px 10px 5px #3A3838;
    -moz-box-shadow: inset 0px 1px 0px #B0CD3B, 0px 2px 0px 0px #95B643, 2px 10px 5px #3A3838;
    -o-box-shadow: inset 0px 1px 0px #B0CD3B, 0px 2px 0px 0px #95B643, 2px 10px 5px #3A3838;
    box-shadow: inset 0px 1px 0px #B0CD3B, 0px 2px 0px 0px #95B643, 2px 10px 5px #3A3838;
}

.span3 j {
    position: relative;
    border-left: solid 1px #FDFDFD;
    font-size: 1.1em;
    color: #5A5A5A;
    background: #E4E4E4;
    padding: 10px 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5 p;
    -webkit-box-shadow: inset 0px 1px 0px #D6D6D6, 0px 5px 0px 0px #C5C5C5, 2px 10px 5px #929292;
    -moz-box-shadow: inset 0px 1px 0px #D6D6D6, 0px 5px 0px 0px #C5C5C5, 2px 10px 5px #929292;
    -o-box-shadow: inset 0px 1px 0px #D6D6D6, 0px 5px 0px 0px #C5C5C5, 2px 10px 5px #929292;
    box-shadow: inset 0px 1px 0px #D6D6D6, 0px 5px 0px 0px #C5C5C5, 2px 10px 5px #929292;
}

.span3 j:active {
    top: 3px;
    background: #E4E4E4;
    -webkit-box-shadow: inset 0px 1px 0px #D6D6D6, 0px 2px 0px 0px #C5C5C5, 2px 10px 5px #929292;
    -moz-box-shadow: inset 0px 1px 0px #D6D6D6, 0px 2px 0px 0px #C5C5C5, 2px 10px 5px #929292;
    -o-box-shadow: inset 0px 1px 0px #D6D6D6, 0px 2px 0px 0px #C5C5C5, 2px 10px 5px #929292;
    box-shadow: inset 0px 1px 0px #D6D6D6, 0px 2px 0px 0px #C5C5C5, 2px 10px 5px #929292;
}

.span3 k {
    position: relative;
    border-left: solid 1px #74B0A4;
    font-size: 1.1em;
    color: #fff;
    background: #74B0A4;
    padding: 10px 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5 p;
    -webkit-box-shadow: inset 0px 1px 0px #A3C3B3, 0px 5px 0px 0px #A0C3BC, 2px 10px 5px #929292;
    -moz-box-shadow: inset 0px 1px 0px #A3C3B3, 0px 5px 0px 0px #A0C3BC, 2px 10px 5px #929292;
    -o-box-shadow: inset 0px 1px 0px #A3C3B3, 0px 5px 0px 0px #A0C3BC, 2px 10px 5px #929292;
    box-shadow: inset 0px 1px 0px #A3C3B3, 0px 5px 0px 0px #A0C3BC, 2px 10px 5px #929292;
}

.span3 k:active {
    top: 3px;
    background: #74B0A4;
    -webkit-box-shadow: inset 0px 1px 0px #A3C3B3, 0px 2px 0px 0px #A0C3BC, 2px 10px 5px #929292;
    -moz-box-shadow: inset 0px 1px 0px #A3C3B3, 0px 2px 0px 0px #A0C3BC, 2px 10px 5px #929292;
    -o-box-shadow: inset 0px 1px 0px #A3C3B3, 0px 2px 0px 0px #A0C3BC, 2px 10px 5px #929292;
    box-shadow: inset 0px 1px 0px #A3C3B3, 0px 2px 0px 0px #A0C3BC, 2px 10px 5px #929292;
}

.span3 l {
    position: relative;
    border-left: solid 1px #B6C380;
    font-size: 1.1em;
    color: #fff;
    background: #B6C380;
    padding: 10px 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5 p;
    -webkit-box-shadow: inset 0px 1px 0px #C0D178, 0px 5px 0px 0px #A2AF69, 2px 10px 5px #929292;
    -moz-box-shadow: inset 0px 1px 0px #C0D178, 0px 5px 0px 0px #A2AF69, 2px 10px 5px #929292;
    -o-box-shadow: inset 0px 1px 0px #C0D178, 0px 5px 0px 0px #A2AF69, 2px 10px 5px #929292;
    box-shadow: inset 0px 1px 0px #C0D178, 0px 5px 0px 0px #A2AF69, 2px 10px 5px #929292;
}

.span3 l:active {
    top: 3px;
    background: #B6C380;
    -webkit-box-shadow: inset 0px 1px 0px #C0D178, 0px 2px 0px 0px #A2AF69, 2px 10px 5px #929292;
    -moz-box-shadow: inset 0px 1px 0px #C0D178, 0px 2px 0px 0px #A2AF69, 2px 10px 5px #929292;
    -o-box-shadow: inset 0px 1px 0px #C0D178, 0px 2px 0px 0px #A2AF69, 2px 10px 5px #929292;
    box-shadow: inset 0px 1px 0px #C0D178, 0px 2px 0px 0px #A2AF69, 2px 10px 5px #929292;
}

.span3 m {
    position: relative;
    border-left: solid 1px #424242;
    font-size: 1.1em;
    color: #fff;
    background: #424242;
    padding: 10px 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5 p;
    -webkit-box-shadow: inset 0px 1px 0px #8A8181, 0px 5px 0px 0px #5D5555, 2px 10px 5px #929292;
    -moz-box-shadow: inset 0px 1px 0px #8A8181, 0px 5px 0px 0px #5D5555, 2px 10px 5px #929292;
    -o-box-shadow: inset 0px 1px 0px #8A8181, 0px 5px 0px 0px #5D5555, 2px 10px 5px #929292;
    box-shadow: inset 0px 1px 0px #8A8181, 0px 5px 0px 0px #5D5555, 2px 10px 5px #929292;
}

.span3 m:active {
    top: 3px;
    background: #424242;
    -webkit-box-shadow: inset 0px 1px 0px #8A8181, 0px 2px 0px 0px #5D5555, 2px 10px 5px #929292;
    -moz-box-shadow: inset 0px 1px 0px #8A8181, 0px 2px 0px 0px #5D5555, 2px 10px 5px #929292;
    -o-box-shadow: inset 0px 1px 0px #8A8181, 0px 2px 0px 0px #5D5555, 2px 10px 5px #929292;
    box-shadow: inset 0px 1px 0px #8A8181, 0px 2px 0px 0px #5D5555, 2px 10px 5px #929292;
}

.client {
    margin-top: 6%;
    width: 100%;
    text-align: center;
}

.client h3 i {
    color: #ffffff;
    font-size: 1.4em;
    width: 100%;
    font-weight: 400;
    text-align: center;
    margin: 0% 14% 0 17%
}

.client h3 img {
    vertical-align: middle;
}

.img {
    float: left;
    margin: 4% 11% 0 13%;
}

.img1 {
    float: right;
    margin: 4% 14% 0 0;
}

.data {
    float: left;
    width: 40%;
    margin-top: 4%;
}

.data p {
    font-size: 0.92355em;
    color: #C0BEBE;
    line-height: 1.9em;
    margin-bottom: 3%;
}

.data p a {
    color: #95AC38;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.data p a:hover {
    color: #999;
}

/*--- about ---*/
.about {
    background: linear-gradient(to right, #244228 -11%, #008E84 100%);
    padding: 3%;
    text-align: center;
}

.about h4 {
    color: #ffffff;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1%;
}

/*  GRID OF Four   ============================================================================= */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.label_1_of_4 {
    display: block;
    float: left;
}

.label_1_of_4:first-child {
    margin-left: 0;
}



.about_1_of_4 {
    width: 25%;
    padding: 1%;
}

.about_1_of_4 img {
    width: 100%;
    display: block;
   /* cursor: pointer;*/
    border: 10px solid #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about_1_of_4 img:hover {
    opacity: 0.6;
}

.about_1_of_4 h3 {
    color: #244228;
    margin: 2.5em 0 0.2em;
    font-size: .9em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.about_1_of_4 span {
    font-size: .8em;
    color: #244228;
    font-weight: 500;
    text-align: center;
}

.about_1_of_4 p {
    font-size: 0.8em;
    color: #244228;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

/************start-clock*********/
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    background: #FFFFFF;
    color: #000;
    font-size: 16px;
}

.pie-wrapper {
    display: inline-block;
    height: 200px;
    margin: 5% 1% 1%;
    position: relative;
    width: 200px;
}

.pie-wrapper .pie {
    clip: rect(0, 200px, 200px, 100px);
    height: 200px;
    position: absolute;
    width: 200px;
}

.pie-wrapper .pie .half-circle {
    border: 20px solid #3498db;
    border-radius: 50%;
    clip: rect(0, 100px, 200px, 0);
    height: 200px;
    position: absolute;
    width: 200px;
}

.pie-wrapper .label {
    background: #34495e;
    border-radius: 50%;
    color: #ecf0f1;
    cursor: default;
    display: block;
    font-size: 3em;
    height: 160px;
    left: 10%;
    line-height: 3em;
    position: absolute;
    text-align: center;
    top: 10%;
    width: 160px;
}

.pie-wrapper .label .smaller {
    color: #bdc3c7;
    font-size: .45em;
    padding-bottom: 20px;
    vertical-align: super;
}

.pie-wrapper.style-2 .shadow {
    border: 20px solid #bdc3c7;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.pie-wrapper.style-2 .label {
    background: none;
    color: #7f8c8d;
}

.pie-wrapper.style-2 .label .smaller {
    color: #bdc3c7;
}

.pie-wrapper.progress-30 .pie .right-side {
    display: none;
}

.pie-wrapper.progress-30 .pie .half-circle {
    border-color: #3498db;
}

.pie-wrapper.progress-30 .pie .left-side {
    -webkit-transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg);
}

.pie-wrapper.progress-60 .pie {
    clip: rect(auto, auto, auto, auto);
}

.pie-wrapper.progress-60 .pie .right-side {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pie-wrapper.progress-60 .pie .half-circle {
    border-color: #9b59b6;
}

.pie-wrapper.progress-60 .pie .left-side {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
}

.pie-wrapper.progress-90 .pie {
    clip: rect(auto, auto, auto, auto);
}

.pie-wrapper.progress-90 .pie .right-side {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pie-wrapper.progress-90 .pie .half-circle {
    border-color: #e67e22;
}

.pie-wrapper.progress-90 .pie .left-side {
    -webkit-transform: rotate(324deg);
    -moz-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    transform: rotate(324deg);
}

.pie-wrapper.progress-45 .pie .right-side {
    display: none;
}

.pie-wrapper.progress-45 .pie .half-circle {
    border-color: #1abc9c;
}

.pie-wrapper.progress-45 .pie .left-side {
    -webkit-transform: rotate(162deg);
    -moz-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    -o-transform: rotate(162deg);
    transform: rotate(162deg);
}

.pie-wrapper.progress-75 .pie {
    clip: rect(auto, auto, auto, auto);
}

.pie-wrapper.progress-75 .pie .right-side {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pie-wrapper.progress-75 .pie .half-circle {
    border-color: #8e44ad;
}

.pie-wrapper.progress-75 .pie .left-side {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.pie-wrapper.progress-95 .pie {
    clip: rect(auto, auto, auto, auto);
}

.pie-wrapper.progress-95 .pie .right-side {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pie-wrapper.progress-95 .pie .half-circle {
    border-color: #e74c3c;
}

.pie-wrapper.progress-95 .pie .left-side {
    -webkit-transform: rotate(342deg);
    -moz-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    -o-transform: rotate(342deg);
    transform: rotate(342deg);
}

#about > div > div.client > div:nth-child(3) > h3 {
    color: #fff;
    padding-top: 11%;
}

#about > div > div.client > div:nth-child(4) > h3 {
    color: #fff;
    padding-top: 11%;
}

#about > div > div.client > div:nth-child(5) > h3 {
    color: #fff;
    padding-top: 11%;
}

#about > div > div.client > div:nth-child(6) > h3 {
    color: #fff;
    padding-top: 11%;
}

#about > div > div.client > div:nth-child(7) > h3 {
    color: #fff;
    padding-top: 11%;
}

/************start-contact*********/
.contact {
    background: linear-gradient(to right, #244228 -11%, #008E84 100%);
    padding-bottom: 4%;
}

.form {
    /* float: left;
     width: 71%;
     margin: 2% 4% 0 0;
     display: block;*/
    float: right;
    width: 43%;
    margin: 8% 4% 0 0;
    display: block;
}

.form h3 {
    color: #FFFFFF;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    /* border-bottom: 5px solid #393A3B;*/
    /*margin-bottom: 1%;
    padding-bottom: 2%;*/

}

.para-contact {
    float: left;
    /*display: block;*/
    margin: 9% 0 0 22%;
    width: 25%;
}

.para-contact h4 {
    color: #C5C5C5;
    font-size: 1.4em;
    border-bottom: 5px solid #393A3B;
    margin-bottom: 6%;
    padding-bottom: 6%;
}

.para-contact p {
    font-size: 0.990em;
    color: #999999;
    line-height: 2em;
    margin-top: 0.4em;
    width: 89%;
}

.contact-form {
    padding: 2em 0 1em;
}

.contact h2 {
    color: #F2F2F2;
    font-size: 2.5em;
    padding: 2em 0em 0.7em 0em;
    text-align: center;
}

.get-intouch-left-address {
    margin-top: 7%;
}

.get-intouch-left-address p, .get-intouch-left-address p a {
    color: #FFFFFF;
    font-size: 0.95em;
    line-height: 2.3em;
    font-weight: 300;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.image img {
    border-radius: 2px;
}

.get-intouch-left-address p a:hover {
    color: #8EBB1F;
}

.formAluguer input[type="text"],
.formAluguer input[type="tel"],
.formAluguer input[type="email"],
.formAluguer textarea {
    padding: 5px;
    width: 45%;
    margin: 1% 2% 0 8%;
    background: transparent;
    outline: none;
    color: #000;
    font-size: 0.92355em;
    -moz-border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    -o-border-radius: 3px;
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #000;
    -webkit-appearance: none;
}


#Question10::-webkit-input-placeholder,
#Question11::-webkit-input-placeholder,
#Question12::-webkit-input-placeholder,
#Question13::-webkit-input-placeholder,
#Question18::-webkit-input-placeholder,
#Question19::-webkit-input-placeholder,
#Question20::-webkit-input-placeholder,
#Question21::-webkit-input-placeholder,
#Question22::-webkit-input-placeholder,
#Question23::-webkit-input-placeholder,
#Question24::-webkit-input-placeholder,
#Question25::-webkit-input-placeholder,
#Question26::-webkit-input-placeholder,
#Question31::-webkit-input-placeholder,
#Question32::-webkit-input-placeholder,
#Question33::-webkit-input-placeholder
{
    color: #000;

}


.formAluguer input[type="submit"] {
    background: #3C3C3B;
    color: #FFFFFF;
    border: none;
     margin: 1% 2% 2% 53%;
    width: 45%;
    padding: .5%;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: lighter;
}

.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"],
.contact textarea {
    padding: 7px;
    width: 64%;
    margin: 1% 2% 0 0;
    background: transparent;
    outline: none;
    color: #ffffff;
    font-size: 0.92355em;
    /* border-radius: 3px; */
    -moz-border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    -o-border-radius: 3px;
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #ffffff;
    -webkit-appearance: none;
}

.contact input[type="submit"] {
    background: #FFFFFF;
    color: #3C3C3B;
    border: none;
   /* margin: 1% 2% 0 53%;*/
    width: 64%;
    padding: .5%;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: lighter;
}


.contact input[type="text"]:nth-child(2) {
  /*  margin-right: 0em;*/
}

.contact form textarea {
    padding: 7px;
    width: 64%;
    margin: 1% 2% 0 0;
    background: transparent;
    outline: none;
    color: #ffffff;
    font-size: 0.92355em;
    /* border-radius: 3px; */
    -moz-border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    -o-border-radius: 3px;
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #ffffff;
    -webkit-appearance: none;
}

.contact form textarea {
    resize: none;
    height: 100px;
}

#contact > div > div > div.con > form > div.con-button a:hover {
    text-decoration: none;
    background: #45BDBE;
}

#contact > div > div.contact-form > div > div.social-icons > p {
    font-size: 0.980em;
    color: #6B598C;
    font-family: 'Montserrat', sans-serif;
    line-height: 2px;
    margin-top: 3em;
}

.contactos {
    font-size: 1.3em;
    font-weight: 300;
}

.contactosSmall {
    font-size: .8em;
}

.span4 {
    float: left;
    margin-top: 2%;
}

.span4 i input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    border: solid 1px #25BEA0;
    font-size: 1.1em;
    outline: none;
    color: #fff;
    cursor: pointer;
    background: #1BBC9D;
    padding: 15px 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 0px #1BBC9D, 0px 5px 0px 0px #18A291, 2px 10px 5px #252525;
    -moz-box-shadow: inset 0px 1px 0px #1BBC9D, 0px 5px 0px 0px #18A291, 2px 10px 5px #252525;
    -o-box-shadow: inset 0px 1px 0px #1BBC9D, 0px 5px 0px 0px #18A291, 2px 10px 5px #252525;
    box-shadow: inset 0px 1px 0px #1BBC9D, 0px 5px 0px 0px #18A291, 2px 10px 5px #252525;
}

.span4 i input[type="submit"]:active {
    top: 3px;
    -webkit-box-shadow: inset 0px 1px 0px #1BBC9D, 0px 5px 0px 0px #18A291, 2px 10px 5px #252525;
    -moz-box-shadow: inset 0px 1px 0px #1BBC9D, 0px 5px 0px 0px #18A291, 2px 10px 5px #252525;
    -o-box-shadow: inset 0px 1px 0px #1BBC9D, 0px 5px 0px 0px #18A291, 2px 10px 5px #252525;
    box-shadow: inset 0px 1px 0px #1BBC9D, 0px 5px 0px 0px #18A291, 2px 10px 5px #252525;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    border: none;
    text-indent: 100%;
    /* background: url(../images/top_move.png) no-repeat right top;*/
}

/***********end-contact*************/

.scrolDown, .scrolDownFull {
    text-align: center;
}

.scrolDown img {
    width: 7%;
    position: relative;
    cursor: pointer;
    margin-top: 2%;
}

.scrolDownFull img{
  width: 7%;
  position: relative;
  cursor: pointer;
  margin-top: 37%;
}

img.svgScrollProdutos {
    margin-top: 3%;
}

/*--- social ---*/
.social {
    background: url("../images/banner5.jpg") no-repeat;
    background-size: 100%;
    padding: 10% 0;
    text-align: left;
}

.social h3 {
    color: #ffffff;
    font-size: 4em;
    font-weight: 400;
}

.social p {
    color: #ffffff;
    font-size: 2.5em;
    font-weight: 400;
}

/*---startr-social-icons-set----?*/
.social-icons-set {
    float: left;
    width: 34%;
    margin: 1.5em 0em 0 0;
}

.social-icons-set ul li {
    display: inline-block;
    padding: 3px;
}

.social-icons-set ul li:nth-child(3), .social-icons-set ul li:nth-child(6) {
    margin-right: 0px;
}

.social-icons-set ul li a {
    height: 50px;
    width: 50px;
    display: block;
    background: url(../images/social-icons.png) no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons-set ul li a.facebook {
    background: url(../images/image-sprit.png) no-repeat -246px 9px #333;
    border-radius: 3em;
    border: 5px solid #333;
}

.social-icons-set ul li a.facebook:hover {
    background: url(../images/image-sprit.png) no-repeat -246px 9px #B0CD3B;
}

.social-icons-set ul li a:hover {
    zoom: 1;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.social-icons-set ul li a.twitter {
    background: url(../images/image-sprit.png) no-repeat 10px 9px #333;
    border-radius: 3em;
    border: 5px solid #333;
}

.social-icons-set ul li a.twitter:hover {
    background: url(../images/image-sprit.png) no-repeat 10px 9px #B0CD3B;
}

.social-icons-set ul li a.vimeo {
    background: url(../images/image-sprit.png) no-repeat -33px 8px #333;
    border-radius: 3em;
    border: 5px solid #333;
}

.social-icons-set ul li a.vimeo:hover {
    background: url(../images/image-sprit.png) no-repeat -33px 8px #B0CD3B;
}

.social-icons-set ul li a.rss {
    background: url(../images/image-sprit.png) no-repeat -77px 10px #333;
    border-radius: 3em;
    border: 5px solid #333;
    margin-left: 4px;
}

.social-icons-set ul li a.rss:hover {
    background: url(../images/image-sprit.png) no-repeat -77px 10px #B0CD3B;
}

.social-icons-set ul li a.gplus {
    background: url(../images/image-sprit.png) no-repeat -118px 8px #333;
    border-radius: 3em;
    border: 5px solid #333;
}

.social-icons-set ul li a.gplus:hover {
    background: url(../images/image-sprit.png) no-repeat -118px 8px #B0CD3B;
}

.social-icons-set ul li a.pin {
    background: url(../images/image-sprit.png) no-repeat -161px 8px #333;
    border-radius: 3em;
    border: 5px solid #333;
}

.social-icons-set ul li a.pin:hover {
    background: url(../images/image-sprit.png) no-repeat -161px 8px #B0CD3B;
}

/*---start-tooltips----*/
/*  GRID OF THREE   ============================================================================= */
.footer-top {
    background: #282A2E;
    padding: 5% 0;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.col_1_of_3 {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col_1_of_3:first-child {
    margin-left: 0;
}

.span_1_of_3 {
    width: 32%;
    padding: 1.5%;
}

.span_1_of_3 h5 {
    color: #ffffff;
    font-size: 1.5em;
    border-bottom: 1px solid #525252;
    padding-bottom: 3%;
    margin-bottom: 6%;
}

.span_1_of_3 h6 span {
    color: #999999;
    font-size: 1em;
    padding: 0 4% 2%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.span_1_of_3 h6 span:hover {
    color: #ffffff;
}

.span_1_of_3 h6.a {
    color: #999999;
    font-size: 1em;
    padding: 0 0% 2%;
}

.span_1_of_3 h6 img {
    vertical-align: middle;
    cursor: pointer;
}

.span_1_of_3 h3 {
    color: #ffffff;
    margin: 1.4em 0 0.2em;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
}

.span_1_of_3 p {
    font-size: 0.92355em;
    padding: 0.7em 0;
    color: #ffffff;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
}

.span_1_of_3 li {
    display: inline-block;
    width: 23%;
    margin: 1% 1% 1% 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.span_1_of_3 li:hover {
    opacity: 0.6;
}

/*--- footer-bottom ---*/
.footer-bottom {
    background: #222327;
    padding: 2% 0;
}

.image {
    float: left;
}

.copy-right {
    float: right;
    margin-right: 15px;
}

.copy-right p {
    font-size: 0.92355em;
    color: #999999;
}

.copy-right p a {
    color: #25BEA0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.copy-right p a:hover {
    color: #585858;
}

/*---start-media-queries---*/
@media only screen and (max-width: 1710px) {

    #thumbs img {
        float: none;
    }

    .corpoNoticiaProduto1 {
        margin-top: 2%;
    }
}

@media only screen and (max-width: 1680px) {

    .wrap.myWrap {
        width: 55%;
    }

    .message1 h3, .message2 h3, .message3 h3,
    .message4 h3, .message5 h3, .message6 h3, .message7 h3 {
        padding-bottom: 8%;
    }

    .message8 h3 {
        font-size: 1.8em;
    }

    .btnProdutoDetalhe {
        padding: 2.2%;
    }
}


@media only screen and (max-width: 1600px) {
    .btnSearch {
        width: 7%;
    }

    .formSearch {
        position: relative;
        top: 19px;
    }

    .btnContacadoProduto {
      width: 62%;
    }
}


@media only screen and (max-width: 1530px) {

    .wrap.myWrap {
        width: 60%;
    }

    .message8 h3 {
        font-size: 1.8em;
    }

    .wrapOndeEstamos {
        width: 65%;
        margin: auto;
    }

    .formSearch {
        position: relative;
        top: 24px;
    }

    .btnSearch {
        width: 7%;
    }

    .myWrapResult {
        width: 64%;
    }

    .btnSearch {
        width: 6.5%;
    }

    .scrollAvancar {
        width: 9%;
        position: relative;
        right: -25%;
    }

    .btnProdutoDetalhe {
        padding: 2%;
    }

    .download {
        width: 18%;
    }

    .btnProd1, .btnProd2, .btnProd3 {
        width: 13%;
    }

    .marcaProduto {
        font-size: 20px;
    }

    .usadosDescProduto p {
        font-size: .85em;
    }

    .wrapBlog {
        width: 80%;
        margin: auto;
    }
}


@media only screen and (max-width: 1400px) {

    .wrap.myWrap {
        width: 65%;
    }

    .message8 h3 {
        font-size: 1.6em;
    }

    .message1 h3, .message2 h3, .message3 h3, .message4 h3, .message5 h3, .message6 h3, .message7 h3 {
        font-size: 1.8em;
        padding-bottom: 6%;
    }

    .aluguerDesc p {
        font-size: 1em;
        margin-left: 40%;
    }

    .message1 p, .message2 p, .message3 p, .message4 p, .message5 p, .message6 p, .message7 p {
        font-size: .9em;
    }

    .form h3 {
        font-size: 1.5em;
    }

    .para-contact {
        width: 30%;
    }

    .btnAluguerModal {
        padding: 2%;
    }
}

@media only screen and (max-width: 1366px) {
    .wrap {
        width: 95%;
    }

    .wrapAluguer {
        width: 75%;
    }

    #fwslider .title {
        font-size: 4em;
    }

    .sb-search {
        top: -10px;
        right: 8px;
    }

    .sb-search-input {
        height: 45px;
    }

    .message {
        padding: 5% 0;
    }

    .message1,
    .message2,
    .message3,
    .message4,
    .message5,
    .message6,
    .message7 {
        padding: 12% 0;
    }

    .social {
        padding: 8.9% 0;
    }

    .aluguerDesc p {
        margin-left: 42%;
    }

    .scrollAvancar {
        width: 10%;
        position: relative;
        right: -30%;
    }

    .para-contact {
        margin: 9% 0 0 20%;
    }

    .btnProdutoDetalhe {
        padding: 1.8%;
    }

    .mySlogan h3 {
        font-size: 3em;
    }
}

@media only screen and (max-width: 1280px) {
    .wrap {
        width: 95%;
    }

    .message {
        padding: 4% 0;
    }

    .span_1_of_4 img {
        width: 92%;
    }

    .span_1_of_4 {
        width: 23%;
    }

    .client h3 i {
        margin: 0% 10% 0 17%;
    }

    #portfoliolist .portfolio {
        width: 22.9%;
    }

    .aluguerDesc p {
        margin-left: 44%;
    }

    .wrap.myWrap {
        width: 70%;
    }

    .wrapAluguer {
        width: 70%;
    }

    .scrollAvancar {
        width: 10%;
        position: relative;
        right: -34%;
    }

    .wrapOndeEstamos {
        width: 70%;
        margin: auto;
    }

    .form {
        float: right;
        width: 45%;
        margin: 10% 0% 0 0;
    }

    .btnSearch {
        width: 7%;
        top: 20px;
    }

    .searchProdutos input[type="search"] {
        padding: 1.85% 0 1.85% 1%;
    }

    .usadosDescProduto p {
        font-size: .85em;
    }

    .btnProd1, .btnProd2, .btnProd3 {
        width: 14%;
    }

    .formSearch {
        position: relative;
        top: 20px;
    }

    .produtosUsados {
        width: 90%;
    }

    .marcaProduto {
        border: none;
        margin-top: 3px;
        width: 100%;
        padding: 4%;
        cursor: pointer;
        background: linear-gradient(to right, #244228 25%, #008E84 100%);
        text-transform: uppercase;
        color: #8EBB1F;
        font-size: 20px;
        text-align: left;
    }

    .ondeEstamos h3 {
        font-size: 1.8em;
    }

    .myWrapResult {
        width: 80%;
        margin-top: 3%;
    }

    .message1 .wrap, .message2 .wrap, .message3 .wrap, .message4 .wrap, .message5 .wrap, .message6 .wrap, .message7 .wrap {
        width: 80%;
        margin: auto;
    }

    .btnProdutoDetalhe {
        padding: 1.7%;
    }

    .btnContacadoProduto {
        font-size: 15px;
    }

    .leaf {
        width: 18%;
    }

    .destrocador {
        width: 35%;
    }

    .saberMais {
        width: 35%;
    }
}

@media only screen and (max-width: 1200px) {

    .wrap.myWrap {
        width: 80%;
    }

}

@media only screen and (max-width: 1140px) {

    .wrap {
        width: 100%;
    }

    .wrap.myWrap {
        width: 80%
    }

    .wrapBlog {
        width: auto;
        margin: auto;
    }

    .message h3 {
        font-size: 1.5em;
    }

    .mySlogan h3 {
        font-size: 3em;
    }

    .destrocador {
        width: 40%;
    }

    .saberMais {
        width: 40%;
    }

    .usados {
        width: 55%;
    }

    .btnUsados .saberMais {
        width: 55%;
    }

    .message8 h3 {
        font-size: 1.5em;
    }

    .wrapAluguer {
        width: 80%;
    }

    .message.messageProdutos {
        padding: 2% 0%;
    }

    .scrollAvancar {
        width: 12%;
        right: -35%;
    }

    .scrolDown img {
        width: 11%
    }

    .para-contact {
        width: 34%;
    }

    .para-contact {
        margin: 9% 0 0 18%;
    }

    .wrapOndeEstamos {
        width: 70%;
        margin: auto;
    }

    .form {
        float: right;
        width: 45%;
        margin: 10% 0% 0 0;
    }

    .btnSearch {
        width: 7%;
        top: 18px;
    }

    .searchProdutos input[type="search"] {
        padding: 1.6% 0 1.6% 1%;
    }

    .usadosDescProduto p {
        font-size: .85em;
    }

    .btnProd1, .btnProd2, .btnProd3 {
        width: 18%;
    }

    .formSearch {
        position: relative;
        top: 20px;
    }

    .produtosUsados {
        width: 90%;
    }

    .marcaProduto {
        border: none;
        margin-top: 3px;
        width: 100%;
        padding: 4%;
        cursor: pointer;
        background: linear-gradient(to right, #244228 25%, #008E84 100%);
        text-transform: uppercase;
        color: #8EBB1F;
        font-size: 20px;
        text-align: left;
    }

    .ondeEstamos h3 {
        font-size: 1.8em;
    }

    .myWrapResult {
        width: 80%;
        margin-top: 6%;
    }

    .message1 .wrap, .message2 .wrap, .message3 .wrap, .message4 .wrap, .message5 .wrap, .message6 .wrap, .message7 .wrap {
        width: 80%;
        margin: auto;
    }

    .message {
        padding: 4% 0;
    }

    .leaf {
        width: 17%;
    }
}

@media only screen and (max-width: 1024px) {
    .wrap {
        width: 100%;
    }

    .wrapAluguer {
        width: 80%;
    }

    .wrapOndeEstamos {
        width: 70%;
        margin: auto;
    }

    .sb-search {
        top: -9px;
    }

    .sb-search-input {
        height: 45px;
        width: 60%;
    }

    .service-grids h2, .portfolio h3, #pricing > div > h3, .heading, .contact h2 {
        font-size: 1.3em;
    }

    .images_1_of_4 h3 a {
        font-size: 1.2em;
    }

    .images_1_of_4 img {
        padding: 28px;
    }

    .message h3 {
        font-size: 1.5em;
    }

    .mySlogan h3 {
        font-size: 2.5em;
    }

    .span1 i {
        padding: 10px 30px;
    }

    .span2 i {
        padding: 10px 30px;
    }

    .portfolio li a {
        font-size: 0.8755em;
    }

    .span_1_of_4 img {
        width: 100%;
        margin-left: 0%;
    }

    .message1 h3, .message2 h3, .message3 h3, .message4 h3, .message5 h3, .message6 h3, .message7 h3 {
        font-size: 1.4em;
        padding-bottom: 4%;
    }

    .message1 p, .message2 p, .message3 p,
    .message4 p, .message5 p, .message6 p, .message7 p {
        font-size: 1em;
    }

    .client h3 i {
        margin: 0% 6% 0 6%;
        font-size: 1em;
    }

    .about h4 {
        font-size: 1.3em;
    }

    .about_1_of_4 h3 {
        font-size: 1em;
    }

    .pie-wrapper {
        height: 140px;
        width: 140px;
    }

    .pie-wrapper .label {
        font-size: 2em;
        left: 6%;
        top: 14%;
        width: 124px;
    }

    .pie-wrapper .pie .half-circle {
        height: 140px;
        width: 140px;
    }

    .form h3, .para-contact h4 {
        font-size: 1.2em;
    }

    .span4 i input[type="submit"] {
        font-size: 1em;
        padding: 8px 18px;
    }

    .social h3 {
        font-size: 2.5em;
    }

    .social p {
        font-size: 1.5em;
    }

    .social-icons-set {
        width: 38%;
    }

    .social {
        padding: 9% 0;
    }

    #portfoliolist .portfolio {
        width: 22.3%;
    }

    .span3 j {
        font-size: 0.82355em;
        padding: 6px 12px;
    }

    .span3 k {
        font-size: 0.82355em;
        padding: 6px 12px;
    }

    .span3 l {
        font-size: 0.82355em;
        padding: 6px 12px;
    }

    .span3 m {
        font-size: 0.82355em;
        padding: 6px 12px;
    }

    .btnAluguerModal {
        padding: 2%;
        font-size: 20px;
    }

    .modalAluguer > div {
        margin: 20% auto;
    }

    .wrapModalAluguer {
        width: 75%;
    }

    .searchProdutos input[type="search"] {
        padding: 1.5% 0 1.5% 1%;
    }

    .formSearch {
        position: relative;
        top: 18px;
    }

    .btnSearch {
        width: 7%;
        top: 17px;
    }

    .wrapModalProduto {
        width: 90%;
        overflow: hidden;
        padding-left: 8%;
    }

    .myWrapResult {
        width: 85%;
    }

    .logo {
        float: left;
        width: 20%;

    }

    .imgAluguer {
        padding: 9% 0;
    }
}

@media only screen and (max-width: 990px) {

    .searchProdutos input[type="search"] {
        padding: 1.35% 0 1.35% 1%;
    }

    .btnSearch {
        width: 7%;
        top: 17px;
    }

}

@media only screen and (max-width: 968px) {

    .searchProdutos input[type="search"] {
        padding: 1.2% 0 1.4% 1%;
    }

    .btnSearch {
        width: 7%;
        top: 16px;
    }

    .positionImgInfoProdutos {
        position: absolute;
        top: 35%;
        right: 5%;
        width: 11%;
    }

    .imgUsados {
        width: auto;
        float: left;
    }

    .usadosDescProduto {
        width: auto;
        text-align: left;
    }

    .usadosDescProduto p {
        font-size: .8em;
        margin-top: 0;
        margin-left: 0;
        padding: 3%;
        background: linear-gradient(to right, #cccccc 5%, #f1f1f1 100%);

    }

    .marcaProdutoUsado {
        display: inline-block;
        width: 100%;
    }

    .produtosUsados {
        background: none;
        width: 53%;
        padding: 1% 1% 2% 0%;
        margin-bottom: 0px;
    }

    .marcaProduto {
        font-size: 18px;
    }

    body > div.message > div > div {
        margin-top: 2%;
        margin-left: 2%;
    }

    .dmcarContacta {
        width: 48%;
    }

    .scrollAvancar {
        width: 14%;
        right: -38%;
    }

    .message {
        padding: 7% 0;
    }

    .leaf {
        width: 19%;
    }

    .para-contact {
        width: 36%;
    }

}

@media only screen and (max-width: 896px) {

    .message8 h3 {
        font-size: 1.3em;
    }

    .aluguer h3 {
        font-size: 2em;
    }

    .wrapAluguer {
        width: 85%;
    }

    .aluguerDesc p {
        font-size: .9em;
        margin-left: 40%;
    }

    .para-contact {
        width: 37%;
    }

    .btnSearch {
        width: 6.5%;
        top: 12px;
    }

    .searchProdutos input[type="search"] {
        padding: 1.25% 0 1% 1%;
    }

    .myWrapResult {
        margin-top: 7%;
    }

    .formSearch {
        position: relative;
        top: 21px;
    }

    .produtosUsados {
        width: 58%;
    }
}

@media only screen and (max-width: 872px) {

    .btnSearch {
        width: 6.7%;
    }

    .formSearch {
        position: relative;
        top: 18px;
    }

    .aluguerDesc {
        margin-top: 2%;
    }

    .aluguerDesc p {
        font-size: .9em;
        margin-left: 0;
    }

    .aluguerHeader {
        float: none;
    }

    .btnSearch {
        width: 6.7%;
    }

    .span_1_of_3 p {
        font-size: 0.85em;
    }

    .dmcarContacta {
        width: 52%;
    }

    .produtosUsados {
        width: 61%;
    }

}

@media only screen and (max-width: 800px) {

.filtrarIMGMarca {
    width: 20%;
    padding: 12px;
}

    .about_1_of_4 {
        width: 50%;

    }

    .div_empty {
        margin-left: 0;
        display: none;
    }

    .btnSearch {
        width: 7.3%;
        top: 12px;
    }

    .formSearch {
        position: relative;
        top: 15px;
    }

    .message.messageProdutos {
        padding: 1% 0%;
    }

    .produtosUsados {
        width: 65%;
    }

    .para-contact {
        width: 45%;
        float: none;
        margin: 12% 0 0 18%;
    }

    .form {
        float: none;
        width: auto;
        margin: 10% 0% 0 0;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .wrap {
        width: 100%;
    }

    .h_right {
        width: 100%;
        background: #313338;
    }

    .logo {
        padding-bottom: 2%;
    }

    .sb-search {
        top: 0px;
    }

    .span_1_of_4 img {
        width: 100%;
        margin-left: 4%;
    }

    .span_1_of_4 {
        width: 23%;
    }

    #portfoliolist .portfolio {
        width: 21.5%;
    }

    .grid-block {
        width: 163px;
    }

    .client h3 img {
        width: 34%;
    }

    .client h3 i {
        margin: 0% 4% 0 4%;
    }

    .img {
        margin: 4% 6% 0 13%;
    }

    .message2 {
        padding: 9% 0;
    }

    .form {
        width: 100%;
    }

    .para-contact {
        width: 75%;
    }

    .span_1_of_3 h5 {
        font-size: 1.1em;
    }

    .social-icons-set {
        width: 66%;
    }

    .social {
        padding: 6% 0;
    }

    .pie-wrapper {
        height: 100px;
        width: 100px;
    }

    .pie-wrapper .label {
        font-size: 2em;
        left: -10%;
        top: 0%;
        width: 124px;
    }

    .pie-wrapper .pie .half-circle {
        height: 100px;
        width: 100px;
    }

    .message {
        padding: 10% 0;
    }

    .sb-search-input {
        height: 45px;
        width: 100%;
    }

    .menu {
        display: none;
    }

    .navMenu {
        display: block;
    }

    .logo {
        float: left;
        width: 25%;
    }

    .scrollAvancar {
        width: 16%;
        right: -38%;
    }

    .scrolDown img {
        width: 12%;
    }

    .produtosUsados {
        width: 70%;
    }

    .btnSearch {
        width: 7.4%;
        top: 10px;
    }

    .message2 {
        padding: 5% 0;
    }

    .usados, .btnUsados .saberMais {

        width: 60%;
    }

    .service-grids {
        width: 95%
    }

    .message {
        padding: 7% 0;
    }

    .message h3 {
        font-size: 1.3em;
    }

    .mySlogan h3 {
        font-size: 2.3em;
    }

    .destrocador, .saberMais {
        width: 50%;
    }

    .message1 {
        padding: 12% 0;
    }

    .message2 {
        padding: 9% 0%;
    }

    .message3 {
        padding: 12% 0%;
    }

    .message4 {
        padding: 9% 0%;
    }

    .message5 {
        padding: 12% 0;
    }

    .message6, .message7 {
        padding: 10% 0;
    }

    .message8 {
        padding: 14% 0;
    }

    .marcaProdutoUsado {
        width: 99.1%;
    }

    .btnAvancar {
        padding: 2% 0 0 0;
    }

    .btnProdutoDetalhe {
        padding: 1.3%;
    }

    .corpoNoticiaProduto1, .corpoNoticiaProduto2 {
        width: auto;
    }

    .download {
        display: none;
    }

    .downloadMobile {
        display: block;
        width: 12%;
        margin-top: 5%;
    }

    .btnContacadoProduto {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 640px) {
    .wrap {
        width: 100%;
    }

    .span1 i {
        padding: 6px 10px;
    }

    .span2 i {
        padding: 6px 10px;
    }

    .message h3, .message1 h3, .message2 h3, .message3 h3 {
        font-size: 1.5em;
    }

    .grid-block {
        width: 284px;
    }

    .span_1_of_4 {
        width: 50%;
    }

    .span_1_of_4 img {
        margin-bottom: 4%;
    }

    .img {
        margin: 4% 4% 0 13%;
    }

    .message1 p, .message2 p, .message3 p {
        font-size: 1em;
    }

    .about_1_of_4 {
        width: 25%;
        padding: 1%;
    }

    .grid_1_of_4 {
        margin: 0% 0 0% 0%;
    }

    .about_1_of_4 {
        width: 50%;

    }

    #portfoliolist .portfolio {
        width: 20.7%;
    }

    #filters li span {
        font-size: 0.82355em;
        padding: 7px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .wrap {
        width: 100%;
    }

    .contact-form {
        padding: 6em 0 1em;
    }
    .images_1_of_4 {
        width: 45.6%;
    }

    #options li a {
        font-size: 0.82355em;
        padding: 6px 5px;
    }

    .service-grids h2, .content-middle h2, #pricing > div > h3 {
        font-size: 1.1em;
        margin-bottom: 5%;
    }



    .images_1_of_4 h3 a {
        font-size: 1.1em;
    }

    .message h3, .message1 h3, .message2 h3, .message3 h3, .contact h2 {
        font-size: 1.2em;
    }

    .span1 i {
        padding: 6px 10px;
        font-size: 0.82355em;
    }

    .span2 i {
        padding: 6px 10px;
        font-size: 0.82355em;
    }

    .message {
        padding: 10% 0;
    }

    .portfolio li a {
        padding: 6px 7px;
    }

    .grid-block {
        width: 209px;
    }

    .grid_1_of_4 {
        margin: 2% 0 -1% 0%;
    }

    .about_1_of_4 {
        width: 49%;
    }

    .span_1_of_4 img {
        margin-left: 3%;
    }

    .img {
        margin: 4% 4% 0 6%;
    }

    .img1 {
        margin: 4% 6% 0 0;
    }

    .social h3 {
        font-size: 1.3em;
    }

    .social p {
        font-size: 1em;
    }

    .form {
        width: 100%;
    }

    .para-contact {
        /*margin: 5% 0;*/
        width: 100%;
        padding-right: 20%;
    }

    .para-contact h4 {
        margin-bottom: 0%;
        padding-bottom: 3%;
    }

    .get-intouch-left-address p, .get-intouch-left-address p a {
        line-height: 1.5em;
    }

    .span4 i input[type="submit"] {
        font-size: 0.82355em;
        padding: 6px 15px;
    }

    .social-icons-set {
        width: 84%;
    }

    .social {
        padding: 3% 0;
    }

    .span_1_of_3 {
        width: 100%;
    }

    .col_1_of_3 {
        margin: 1% 0 0% 0.6%;
    }

    .span_1_of_3 p {
        padding: 1% 0;
    }

    #about > div > div.client > div:nth-child(3) > h3, #about > div > div.client > div:nth-child(4) > h3, #about > div > div.client > div:nth-child(5) > h3, #about > div > div.client > div:nth-child(6) > h3, #about > div > div.client > div:nth-child(7) > h3 {
        font-size: 0.82355em;
    }

    #portfoliolist .portfolio {
        width: 44.2%;
    }

    .portfolio img, .portfolio1 img {
        margin-bottom: 12%;
    }


   .about_1_of_4 {
        width: 100%;

    }

    .div_empty {
        margin-left: 0;
        display: none;
    }
}

@media only screen and (max-width: 414px) {
   .bgMarcas{
       margin-top: 15px;
}
   .descricaoMarcaFiltrada p {
        font-size: .8em;
    }

    .legendaProduto p {
        font-size: .8em;
    }

    .btnProd1, .btnProd2, .btnProd3 {
        width: 25%;
    }

    .searchProdutos input[type="search"] {
        width: 60%;
        font-size: 18px;
    }

    .btnSearch {
        width: 9.7%;
        top: 7px;
    }

    .formSearch {
        top: 6px;
    }

    .searchProdutos p {
        font-size: 0.7em;
    }

    .myWrapResult {
        margin-top: 8%;
    }

    .resultadosPesquisa p {
        font-size: .6em;
    }

    .scrollAvancar {
        width: 18%;
        right: -34%;
    }

    .scrolDown img {
        width: 14%;
    }

    .produtosUsados {
        width: 90%;
    }

    .marcaProdutoUsado {
        width: 100%;
    }

    .service-grids h3 {
        font-size: 1em;
        line-height: 1;
    }

    .message1 h3, .message2 h3, .message3 h3, .message4 h3, .message5 h3, .message6 h3, .message7 h3 {
        font-size: 1em;
        padding-bottom: 2%;
    }

    .message h3, .message1 h3, .message2 h3, .message3 h3 {
        font-size: 1.1em;
    }

    .message1 p, .message2 p, .message3 p, .message4 p, .message5 p, .message6 p, .message7 p {
        font-size: .8em;
    }

    .destrocador, .saberMais {
        width: 70%;
    }

    .message1 {
        padding: 10% 0;
    }

    .message2 {
        padding: 9% 0%;
    }

    .message3 {
        padding: 13% 0%;
    }

    .message4 {
        padding: 9% 0%;
    }

    .message5 {
        padding: 11% 0;
    }

    .message6, .message7 {
        padding: 10% 0;
    }

    .message8 {
        padding: 14% 0;
    }

    .message8 h3 {
        font-size: 1em;
    }

    .aluguer h3 {
        font-size: 1.7em;
    }

    .saberMais.btnAluguerContacto {
        width: 55%;
    }

    .imgAluguer {
        padding: 8% 0;
    }

    .ondeEstamos {
        padding: 15% 0 0 0%;
    }

    .para-contact {         
        margin: 22% 0 0 15%;
        padding-right: 15%;   
    }

    .btnProdutoDetalhe {
        padding: .9%;
    }

    .btnProdutoDetalhe {
        font-size: 18px;
    }

    .fecharBlog {
        width: 8%;
    }

    .btnTituloProduto {
        width: 92%;
    }

    .get-intouch-left-address p, .get-intouch-left-address p a {
        line-height: 1.2;
    }

    .wrapModalAluguer {
        width: 90%;
    }

    .btnTituloAluguer {
        width: 92%;
    }

    .mySlogan1 h3 {
        font-size: 1.5em;
    }

    /*.scrolDown img{
        margin-top: 38%;
    }*/
    .message.quemSomos {
        padding: 5% 0%;
    }

    .span_1_of_3 h3 {
        margin: 1em 0 0.2em;
        font-size: 1.3em;
    }

    .marcas1 {
        padding: 20px;
    }

    img.imgMarcas {
        width: 80%;
        margin-bottom: 0%;
        margin-top: 0%;
    }

    .pubDmcar p {
        font-size: 1em;
    }

    .dmcarContacta {
        font-size: .9em;
        width: 100%;
    }

   

    .ondeEstamos h3 {
        font-size: 1.4em;
    }

    .introMarcas h3, .introEquipa h1 {
        font-size: 2.5em;
    }

    .btnAluguerModal {
        font-size: 16px;
    }

    .descricaoContactoAluguer {
        width: 100%;
        height: 200px;
    }

    .descricaoContactoAluguer p {
        margin-bottom: 5%;
    }

    .modalAluguer input[type="text"], .modalAluguer input[type="tel"],.modalAluguer input[type="number"], .modalAluguer input[type="email"], .modalAluguer textarea {
        width: 80%;
    }

    .modalAluguer form textarea {
        width: 80%;
    }

    .contactoBtnDMCAR {
        margin: 1% 2% 0 8%;
        width: 80%;
    }

    #painel img{
        height: auto;
    }

    .marcaProduto {
        font-size: 17px;
    }

    .wrap {
        width: 100%;
    }

    .wrap.myWrap {
        width: 90%;
    }

    .fotoDestaque {
        border: 15px solid #ffffff;
    }

.div_empty {
        margin-left: 0;
        display: none;
}
}

@media only screen and (max-width: 390px) {
    .logo {
        float: left;
        width: 35%;
    }
}

@media only screen and (max-width: 375px) {

    .ondeEstamos h3 {
        font-size: 1.5em;
    }

    .formSearch {
        top: 9px;
    }

    .btnSearch {
        width: 9.7%;
        top: 6px;
    }

    .searchProdutos input[type="search"] {
        padding: 1.2% 0 .75% 1%;
    }

    .imgAluguer {
        padding: 5% 0;
    }

    .saberMais.btnAluguerContacto {
        width: 61%;
    }

   /* .message1 {
        padding: 5% 0;
    }

    .message3 {
        padding: 9% 0%;
    }

    .message4 {
        padding: 5% 0%;
    }

    .message5 {
        padding: 7% 0;
    }

    .message6, .message7 {
        padding: 5% 0;
    }

    .message8 {
        padding: 10% 0;
    }*/

    .usados, .btnUsados .saberMais {
        width: 95%;
    }

    .message1 h3, .message2 h3, .message3 h3, .message4 h3, .message5 h3, .message6 h3, .message7 h3 {
        font-size: .85em;
    }

    /* .scrolDown img {
         margin-top: 38%;
     }*/

    #painel img{
        height: auto;
    }

    .btnProdutoDetalhe {
        font-size: 16px;
    }

    .downloadMobile {
        width: 16%;
    }

    .btnContacadoProduto {
        font-size: 13px;
    }

    .marcaProduto {
        font-size: 15px;
    }

    .descQuemSomos p{
        font-size: .9em;
    }

    .introMarcas h3, .introEquipa h1 {
        font-size: 2em;
    }

    .fotoDestaque {
        border: 10px solid #ffffff;
    }

    .scrollAvancar {
        width: 22%;
    }

    .service-grids h3 {
        font-size: .9em;
    }


}

@media only screen and (max-width: 360px) {

    .service-grids h3 {
        font-size: .9em;
    }

    .message8 h3 {
        font-size: .9em;
    }

    .saberMais.btnAluguerContacto {
        font-size: 16px;
    }

    .btnAluguerModal {
        font-size: 14px;
    }

    .btnAluguerModal {
        padding: 1.5%;
    }

    .descricaoContactoAluguer p {
        font-size: .8em;
    }

    .scrollAvancar {
        width: 22%;
        right: -32%;
    }

    .searchProdutos input[type="search"] {
        font-size: 16px;
    }

    .btnSearch {
        width: 10%;
        top: 7px;
    }

    .formSearch {
        top: 5px;
    }

    .btnProdutoDetalhe {
        font-size: 16px;
    }

    .corpoNoticiaProduto1 p {
        font-size: .8em;
    }

    .corpoNoticiaProduto2 p {
        font-size: .8em;
    }

    .downloadMobile {
        width: 18%;
    }

    .btnContacadoProduto {
        font-size: 13px;
    }

    #painel img{
        height: auto;
    }

    #thumbs img {
        border: 3px solid #8EBB1F;
        width: 80px;
        height: 80px;
    }

    .btnProdutoDetalhe {
        padding: 1.6%;
    }

    .btnProdutoDetalhe {
        font-size: 12px;
    }

    .resultadosPesquisa p {
        font-size: .5em;
    }

    .para-contact {
        margin: 25% 0 0 0;
        padding-left: 15%;
    }

    .usadosDescProduto p {
        font-size: .7em;
    }

    .mySlogan1 h3 {
        font-size: 1.3em;
    }

    .message1 {
        padding: 9% 0;
    }

    .message6, .message7 {
        padding: 9% 0;
    }

    /*.scrolDown img{
        margin-top: 38%;
    }*/
}

@media only screen and (max-width: 320px) {
    .wrap {
        width: 95%;
    }

    .message {
        padding: 8% 0;
    }

    .about_1_of_4 {
        width: 47%;
    }

    #about > div > div.section.group > div:nth-child(3) {
        margin-right: 0;
        float: right;
    }

    #filters li span {
        padding: 7px 1px;
    }

    .images_1_of_4 {
        width: 95%;
    }

    .span_1_of_4 {
        width: 100%;
    }

    .grid-block {
        width: 274px;
    }

    .caption {
        top: 38px;
        left: 37px;
    }

    .client h3 img {
        width: 23%;
    }

    .img {
        margin: 4% 4% 0 0%;
    }

    .img1 {
        margin: 4% 0% 0 0;
    }

    .cart1 {
        padding: 2% 31% 22%;
    }

    .message1 {
        padding: 10% 0;
    }

    .message2 {
        padding: 7% 0;
    }

    .social-icons-set {
        display: none;
    }

    .image {
        float: none;
        text-align: center;
        margin: 2%;
    }

    .copy-right {
        float: none;
        text-align: center;
    }

    #portfoliolist .portfolio {
        width: 46.2%;
        margin-right: 11px;
    }

    .message3 {
        padding: 10% 0;
    }




}

label.error {
    color: red;   
   }

@media   (max-width: 832px) {

label.error {
    color: red; 
    padding-left: 15px;  
   }
}


.ccm-pagination-wrapper{
    text-align: center;
}


/*Blog */
@media   (max-width: 375px){

    .listaBlog {
        width: 360px;
    }
    
    .descNoticiaBlog {
       width: 360px;
       height: 145px;
    }
}



@media   (max-width: 360px){

    .listaBlog {
        width: 340px;
    }
    
    .descNoticiaBlog {
       width: 340px;
       height: 145px;
    }


}

 

@media   (max-width: 837px){
    .listaGeralBlog{
        text-align: center;
    }

    .downloadnewsletter {
        width: 20%;
    }
}
     
    #ccm-layout-column-42 {
        width: 60% !important;
    }
     
    #ccm-layout-column-43 {
        width: 40% !important;
    }

@media (max-width: 767px){
    #ccm-layout-column-wrapper-18 div#ccm-layout-column-42 {width: 100% !important;}
    #ccm-layout-column-wrapper-18 div#ccm-layout-column-43 {width: 100% !important;  margin-top: 10px;}
}

table p {
    padding-right: 10px;
    padding-top: 5px;
}