/************************************/
/* PAGE TITLE */
/************************************/

#pageTitle {
  padding: 2vh 0;
  border-bottom: 1px solid #d1d8e1;
}

#pageTitle .pageTitleTxt {
  font-weight: 700;
  text-transform: uppercase;
}

#pageTitle .icon-vela::before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 60px;
  font-weight: normal;
  padding: 0 10px 0 0;
  vertical-align: bottom;
}

#pageTitle .icon-motor::before {
  content: "\e904";
  font-family: "icomoon";
  font-size: 60px;
  font-weight: normal;
  padding: 0 10px 0 0;
  vertical-align: bottom;
}

#pageTitle .icon-catamaran::before {
  content: "\e903";
  font-family: "icomoon";
  font-size: 60px;
  font-weight: normal;
  padding: 0 10px 0 0;
  vertical-align: bottom;
}

#pageTitle .icon-rigido::before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 60px;
  font-weight: normal;
  padding: 0 10px 0 0;
  vertical-align: bottom;
}

#pageTitle .pesquisa {
  font-family: "Roboto Condensed" !important;
}

.marca_cat {
  display: none;
}

/************************************/
/* END PAGE TITLE */
/************************************/

/************************************/
/* FILTER */
/************************************/

#filter {
  padding: 10px 0;
  border-bottom: 1px solid #d1d8e1;
}

#filter .filterUl {
  width: 100%;
}

#filter .filterLi {
  display: inline-block;
  width: calc(100% - 100px);
  position: relative;
  vertical-align: top;
}

#filter .filterLi:last-child {
  width: 100px;
  text-align: right;
}

#filter .filterView {
  padding: 10px;
  display: inline-block;
  font-size: 18px;
}

#filter .formStyle .fsDropDown {
  display: inline-block;
  width: 150px;
  margin: 0 10px 0 0;
}

#filter .formStyle .fsInput {
  display: inline-block;
  width: 180px;
  margin: 0 10px 0 0;
}

#filter .filterMobileButton {
  display: none;
}

#filter.mobile .formStyle {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 10px;
  z-index: 5;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

#filter.mobile .formStyle .fsDropDown {
  display: block;
  width: auto;
  margin: 0 0 10px 0;
}

#filter.mobile .formStyle .fsInput {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}

#filter.mobile .formStyle .fsInput.half {
  display: inline-block;
  width: calc(50% - 5px);
  margin: 0 5px 10px 0;
}

#filter.mobile .formStyle .fsInput.half:nth-child(even) {
  margin: 0 0 10px 5px;
}

#filter.mobile .filterMobileButton {
  display: inline-block;
}

#filter.mobile .filterLi {
  width: 100%;
}

#filter.mobile .filterLi:last-child {
  display: none;
}

#filter #filtroBarcos{
  padding:10px;
  z-index: 5;
  /*box-shadow: 0 0 3px rgba(0,0,0,.2);*/
  border-left:1px solid #ccc;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

/************************************/
/* FILTER */
/************************************/

/************************************/
/* PRODUTOS */
/************************************/

#produtos {
  padding: 4vh 0;
}

#produtos .produtosUl {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

#produtos .produtosLi {
  width: 25%;
  display: inline-block;
  padding: 0 0 2vh 0;
  vertical-align: top;
}

#produtos .numBarcos {
  padding: 0 0 20px 0;
}

#produtos .numBarcos .bold {
  font-weight: 700;
}

@media (max-width:1200px) {
  #produtos a.produtoDiv .produtoImg {
  	height: 18.5vw;
  	max-height: 200px;
  }

  #produtos .produtosLi {
    width: 33.33%;
  }
}

@media (max-width:900px) {
  #produtos a.produtoDiv .produtoImg {
  	height: 27vw;
  }

  #produtos .produtosLi {
    width: 50%;
  }
}

@media (max-width:520px) {
  #produtos a.produtoDiv .produtoImg {
  	height: 50vw;
    max-height: 250px;
  }

  #produtos .produtosLi {
    width: 100%;
  }
}

#produtos .produtosLi.lista {
  width: 100%;
  display: block;
  border-top: 1px solid #ccc;
}

#produtos .ctaVerMais {
  width: 40%;
  min-width: 300px;
  text-align: center;
  margin: 20px auto;
  display: block;
}

/************************************/
/* END PRODUTOS */
/************************************/

/************************************/
/* DETALHES */
/************************************/

#detalhes {
  padding: 4vh 0;
}

#detalhes .slickImg, #detalhes .slickThumb {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 10px auto;
}

/* #detalhes .slickImg .centerImg {
  width: 100%;
  height: 55vw;
  max-height: 470px;
} */

#detalhes .slickImg .centerImg {
  width: 100%;
  height: 75vw;
  max-height: 450px;
  max-width: 600px;
  margin: auto;
}

#detalhes .slide {
  vertical-align: top;
}

#detalhes .slickThumb .centerImg {
  width: 100%;
  height: 10vw;
  max-height: 75px;
}

#detalhes .slickNavUl {
  width: 100%;
  position: relative;
  max-width: 620px;
  margin: 0 auto 20px auto;
  height: 12px;
}

#detalhes .slickNavLi {
  width: 50%;
  display: inline-block;
  padding: 0 5px;
  position:absolute;
}

#detalhes .slickNavLi:first-child {
  text-align: right;
  left:0;
}

#detalhes .slickNavLi:last-child {
  text-align: left;
  right:0;
}

#detalhes .thumbsIcon {
  padding: 10px;
  cursor: pointer;
}

#detalhes .thumbsIcon:hover {
  color: #193b67;
}

#detalhes .slickThumb .slide:hover {
  opacity: .5;
  cursor: pointer;
}

#detalhes .slickThumb .slick-current {
  filter: grayscale(1);
  opacity: .5;
}

#detalhes .detalhesInfoDiv {
  text-align: center;
  padding: 20px 0 0 0;
}

#detalhes .detalhesInfoLi {
  display: inline-block;
  width: 50%;
  padding: 10px;
  text-align: left;
}

#detalhes .detalhesInfoLi:first-child {
  text-align: right;
  border-right: 1px solid #ccc;
}

#detalhes .printDetail {
  margin: 10px auto 0 auto;
  display: block;
  width: 200px;
  text-align: center;
}

#detalhes .pendente {
  text-transform: uppercase;
  color: #ffb54c;
  font-weight: 700;
}

#detalhes .vendido {
  text-transform: uppercase;
  color: #0ea4e3;
  font-weight: 700;
}

@media (max-width: 767px) {
  #detalhes .detalhesInfoLi {
    width: 100%;
    text-align: center;
  }

  #detalhes .detalhesInfoLi:first-child {
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

/************************************/
/* END DETALHES */
/************************************/

/************************************/
/* TECNICO */
/************************************/

#tecnico .tecnicoTitle {
  padding: 5px 0;
  color: #193b67;
  cursor: pointer;
}

#tecnico .tecnicoTitle:hover {
  color: #333;
}


#tecnico .tecnicoTitle::before {
  content: "\e819";
  font-family: "icomoon";
  font-size: 20px;
}

#tecnico .tecnicoTitle.close::before {
  content: "\e818";
  font-family: "icomoon";
  font-size: 20px;
}

#tecnico .tecnicoLi {
  padding: 5px;
  width: 25%;
  display: inline-block;
}

#tecnico .tecnicoNome {
  border-top: 1px solid #ccc;
  padding: 5px 0;
  color: #ba9c7d;
}

#tecnico .tecnicoTxt {
  padding: 20px 0 0 0;
}

#tecnico .tecnicoTxt p {
  padding: 5px 0;
}

@media (max-width: 800px) {
  #tecnico .tecnicoLi {
    width: 50%;
    border-top: 1px solid #ccc;
  }

  #tecnico .tecnicoNome {
    display: inline-block;
    border-top: none;
  }

  #tecnico .tecnicoValor {
    display: inline-block;
    padding: 5px 0;
  }
}

@media (max-width: 480px) {
  #tecnico .tecnicoLi {
    width: 100%;
  }
}

/************************************/
/* END TECNICO */
/************************************/

/************************************/
/* DETALHES FORM */
/************************************/

#detalhesForm {
  background: #f2f2f2;
  padding: 0 0 4vh 0;
  margin: 0 0 2vh 0;
}

#detalhesForm .detalhesFormTitle {
  padding: 10px 0;
  text-align: center;
  background-color: #193b67;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

#detalhesForm .formStyle {
  max-width: 800px;
  margin: auto;
}

#detalhesForm .detalhesFormSubmit {
  width: 100%;
  text-align: center;
}

/************************************/
/* END DETALHES FORM */
/************************************/

/************************************/
/* VENDER */
/************************************/

#vender {
  padding: 4vh 0;
}

#vender .formStyle {
  padding: 20px 0 0 0;
}

#vender .formStyle {
  max-width: 800px;
  margin: auto;
}

#vender .boatForm {
  padding: 20px 0 0 0;
}

/************************************/
/* END VENDER */
/************************************/

/************************************/
/* AVALIAR */
/************************************/

#avaliar {
  padding: 4vh 0;
}

#avaliar .formStyle {
  padding: 20px 0 0 0;
}

#avaliar .formStyle {
  max-width: 800px;
  margin: auto;
}

#avaliar .avaliarSelect {
  padding: 20px 0 0 0;
  text-align: center;
}

#avaliar .avaliarTxt {
  padding: 0 0 10px 0;
}

#avaliar .avaliarLink {
  min-width: 300px;
  vertical-align: middle;
  padding: 0 20px 15px 20px;
  font-size: 22px;
  margin: 0 5px;
}

#avaliar .avaliarLink.motor::before {
  content: "\e904";
  font-family: "icomoon";
  font-size: 50px;
  padding: 0 10px 0 0;
}

#avaliar .avaliarLink.vela::before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 50px;
  padding: 0 10px 0 0;
}

@media (max-width: 800px) {
  #avaliar .avaliarLink {
    min-width: initial;
    padding: 0 10px 15px 10px;
  }
}

#avaliar .avaliarLink.active {
  background: #333;
  color: #fff;
}

#avaliar .formSeparador {
  margin: 30px 0 10px 0;
  border-bottom: 2px solid #999;
}

#avaliar .formSelected {
  margin: 20px 0 0 0;
}

#avaliar .avaliarCheckUl {
  padding: 0 0 5px 0;
}

#avaliar .avaliarCheckLi {
  width: 40px;
  vertical-align: top;
  display: inline-block;
  vertical-align: middle;
}

#avaliar .avaliarCheckLi:last-child {
  width: calc(100% - 40px);
}

#avaliar .formSelected {
  display: none;
}

#avaliar .tabTitle {
  border: 1px solid #999;
  border-bottom: none;
}

/************************************/
/* END AVALIAR */
/************************************/

/************************************/
/* GRUPO */
/************************************/

#grupo {
  padding: 4vh 0;
}

#grupo .grupoTxtDiv {
  padding: 30px 0;
}

#grupo .grupoTxtDiv p {
  padding: 5px 0;
}

/************************************/
/* END GRUPO */
/************************************/

/************************************/
/* CONTACTOS */
/************************************/

#contactos {
  padding: 4vh 0;
}

#contactos .contactosDiv {
  padding: 30px 0;
}

#contactos .contactosSeparador {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}

#contactos .contactosLi {
	display: inline-block;
	width: 33%;
	padding: 0 10px 0 0;
  vertical-align: top;
}

#contactos .contactosLi:last-child {
	padding: 0 0 0 10px;
}

@media (max-width: 767px) {
  #contactos .contactosLi {
  	width: 100%;
  	padding: 10px 0;
  }

  #contactos .contactosLi:last-child {
  	padding: 10px 0;
  }
}

/************************************/
/* END CONTACTOS */
/************************************/

/************************************/
/* INFORMAÇÕES */
/************************************/

#informacoes {
  padding: 4vh 0;
}

#informacoes .informacoesUl {
  padding: 20px 0;
}

#informacoes .informacoesLi {
  border-top: 1px solid #ccc;
}

#informacoes .informacoesLi:last-child {
  border-bottom: 1px solid #ccc;
}

#informacoes .infoPergunta {
  color: #193b67;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 0;
}

#informacoes .infoPergunta:hover {
  color: #333;
}

#informacoes .infoPergunta::before {
  content: "\e818";
  font-family: "icomoon";
  font-size: 18px;
  padding: 0 10px 0 0;
  vertical-align: middle;
}

#informacoes .infoPergunta.active::before {
  content: "\e819";
}

#informacoes .infoResposta {
  padding: 10px 0;
  display: none;
}

#informacoes .infoResposta p {
  padding: 5px 0;
}

.nenhum-produto {
  width: 100%;
  padding: 0 0 25px 0;
  text-align: center;
  font-weight: bold;
}

/************************************/
/* END INFORMAÇÕES */
/************************************/

/************************************/
/* AVISOS */
/************************************/

#avisos {
  padding: 4vh 0;
}

#avisos .siteTitle {
  text-align: left;
}

#avisos .avisosTxtDiv {
  padding: 10px 0 20px 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}

#avisos .avisosTxtDiv p {
  padding: 5px 0;
}

/************************************/
/* END AVISOS */
/************************************/
