/* Estilos Gerais */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

body {
	font-family: 'Roboto', sans-serif;
  font-family: 'Montserrat', sans-serif;
    background: #3e3e3e !important;
}

p {
	font-family: 'Roboto', sans-serif;
  font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #8d8d8d;
}

/*.mob,*/ .spn-mob {
    display: none;
  }

.mob {
  border: 1px solid #fff;
  position: relative;
  padding: 10px 20px;
  color: #fff;
}

img {
	display: block;
}

.subtitulo {
	font-size: 50px;
	line-height: 60px;
	font-weight: lighter;
	color: #000;
	text-transform: none;
	margin-bottom: 70px;
}

.subtitulo_2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 100;
	letter-spacing: 0.1em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.subtitulo_3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	text-transform: normal;
	margin-bottom: 20px;
}

.subtitulo_4 {
	font-size: 24px;
	font-weight: 500;
	color: #000;
	text-transform: normal;
	margin-bottom: 30px;
}


/* Header */

.header {
	position: block;
	top: 0;
	width: 100%;
	background: none; 
	padding: 15px 0;
	z-index: 10;
}

/* Introdução */

.introducao {
	width: 100%;
	height: 445px;
	background: url("../img/header.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 40px;
}

/*
.introducao:after {
	content: "";
	display: block;
	width: 2px;
	height: 166px;
	background: #fff;
	position: relative;
	top: 350px;
	left: 280px;
}
*/


.introducao h1 {
	font-size: 48px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 50px;
}

.btn {
	width: 270px;
	border: 2px #7f7f7f solid;
	background: none;
	padding: 10px 30px;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .1em;
	position: absolute;
	transition: all .5s ease;
}


.btn:hover {
	border: 2px #6d6c6c solid;
	background: none;
	color: #6d6c6c;
}

/*Exclusivo*/

.descricao {
	width: 100%;
	position: relative;
}

.descricao h1, .descricao h3, .produtos h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.descricao h1 {
  font-size: 39px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: none;
}
.produtos h3 {
  text-align: center;
}

.descricao h1:after {
  content: " ";
  display: block;
  width: 230px;
  height: 4px;
  background: #c34e33;
  margin: 15px 0;
}
/*
.descricao h3:after {
  content: " ";
  display: block;
  position: absolute;
  width: 4px;
  height: 230px;
  background: #afc764;
  top: -100px;
  left: 40px;
}

.descricao h1:after {
  content: " ";
  display: block;
  position: absolute;
  width: 4px;
  height: 230px;
  background: #afc764;
  top: -100px;
  left: 15px;
}*/


.descricao p {
	max-width: 430px;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}

.descricao_img {
  width: 500px;
  margin-bottom: 30px;
  display: none;
}
.box-top {
  position: absolute;
  top: -430px;
  z-index: 9;
}
.box-text {
  width: 503px;
  /*height: 340px;*/
  background: #282828;
  padding: 15px 15px 15px 15px;
}
.sg {
  width: 100%;
  padding-left: 30px;
  position: relative;
  z-index: 11;
  top: -12px;
  display: none;
}
.container-m {
  width: 1197px;
  margin: 0 auto;
  position: relative;
}
.container-m:after, .container-m:before {
  content: " ";
  display: table;
}
.container-m:after {
  clear: both;
}
.grid-m {
  width: 514px;
  float: left
}
.grid-m2 {
  width: 682px;
  float: left;
}


/*Produtos*/

.produtos {
  width: 100%;
  margin-top: 60px;
}


.produtos-container {
	width: 1366px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
}

.produtos-container:after, .produtos-container:before {
	content: " ";
	display: table;
}

.produtos-container:after {
	clear: both;
}

.produtos-grid {
	width: 328px;
	height: 372px;
	float: left;
	margin: 5px;
	position: relative;
	
}
.sg-img {
  width: 328px;
  height: 328px;
  margin-right: 1px;

  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #282828;
  /*position: absolute;*/
}
/*.sg-img img {
  width: 328px;
  height: 328px;
}*/
.produtos-grid p {
  font-size: 16px;
  color: #fff;
  position: relative;
  /*top: 88%;*/
  margin-left: 10px;
  margin-top: 15px
}
.produtos-grid p:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 31px;
  background: #475ba0;
  top: -6px;
  left: -10px;
}
.produtos-grid:nth-child(2n) p::after {
  background: #d4a752;
}
.produtos-grid:nth-child(3n) p::after {
  background: #a64a54;
}

.produtos-grid img {
  width: 328px;
  height: 328px;
  object-fit: scale-down;
  object-position: 50% 50%;
}
/*.produtos-grid img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.produtos-grid a img.portrait {
  width: 100%;
  height: auto;
}*/

.produtos-grid a:hover {
	box-shadow: inset 0 0 0 2px #fff;
	transition: all .6s ease;
}
.alg {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.alg:after, .alg:before {
	content: " ";
	display: table;
}

.alg:after {
	clear: both;
}

#mais {display: none;}

.bg-opiniao {
  width: 1366px;
  height: auto;
  min-height: 528px;
  background: url('../img/bg-opiniao.jpg') no-repeat center;
  background-size: cover;
  margin: 60px auto;
  text-align: center;
  padding: 60px 100px 60px 100px;
  position: relative;
}
.bg-opiniao img {
  width: 85px;
  margin: 0 auto;
}
.bg-opiniao h3 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
}
.bg-opiniao h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
  margin-right: 30px;
}
.bg-opiniao input {
  display: inline-block;
  background: #353535;
  color: #fff;
  padding: 5px;
  margin-left: 30px;
  border: none;
}
.bg-opiniao button {
  display: inline-block;
  background: #353535;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-left: 10px;
}
.btn-mais {
  display: block !important;
  margin: 0 auto 30px auto !important;
  background: none !important;
  border: 1px #fff solid !important;
  width: auto !important;
}
.bg-opiniao p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.bg-opiniao a {
  padding: 15px 20px;
  font-size: 14px;
  color: #fff;
  background: #353535;
  text-transform: uppercase;
  margin: 50px auto;
}
.txt-alg {
  text-align: left!important;
}
.txt-rst {
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 10px;
  padding-top: 15px;
}
.busca-opn {
  position: absolute;
  right: 100px;
  top: 100px;
}
/*galeria*/

.galeria {
  text-align: center;
}

.voltar {
  padding: 5px 30px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  position: relative;
  top: -10px;
}
.font-glr {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.font-pdd {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

/* Slideshow container */

.mySlides, .mySlides2 {
  display: none
}
.mySlides2 img 
{
    width: auto;
  max-width: 591px;
  max-height: 791px;
  margin: auto;
  position: absolute;
  top: 0; 
  left: 0;
  bottom: 0;
  right: 0;
}

.slideshow-container {
  max-width: 1124px;
  position: relative;
  margin: 30px auto;
}

/* Next & previous buttons */
.prev, .next, .nextglr {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: lighter;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next, .nextglr {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.grid-slideshow-1 {
  width: 703px;
  float: left;
  margin: 0 auto;
}
.grid-slide-show-2 {
  width: 321px;
  float: left;
  margin: 0 auto;
}
.othmt {
  text-transform: uppercase;
  font-size: 16px;
}

.alg-glr {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.alg-glr:after, .alg-glr:before {
  content: " ";
  display: table;
}

.alg-glr:after {
  clear: both;
}
.produtos-grid-glr {
  width: 205px;
  height: 260px;
  position: relative;
  
}
.sg-img-glr {
  width: 205px;
  height: 205px;
  margin-right: 1px;

  position: relative;
  overflow: hidden;
  display: inline-block;
}
.produtos-grid-glr img {
  width: 205px;
  height: 205px;
  object-fit: scale-down;
  object-position: 50% 50%;
}
.produtos-grid-glr p {
  font-size: 14px;
  /*top: 73%;*/
  margin-left: 10px;
  margin-top: 15px;
}

.produtos-grid-glr p:after {
  top: 3px;
}
.next-glr {
  top: 102%;
  left: 65px;
}
.container-glr {
  margin: 30px auto;
}
.sg-img-glr-2 {
  width: 591px;
  height: 791px;
  margin: 0px auto 30px auto;
  position: relative;
}

.modal-opncli {
/*
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
 
  background: rgba(0,0,0,0.8);*/
  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;*/
}
.modal-opncli:target {
  opacity: 1;
  pointer-events: auto;
}
.modal-opncli > div {
  width: 591px;
  height: auto;
  position: relative;
  margin: 0px 0px 0px 55px;
  padding: 15px 20px;
  background: #282828;
}
.fechar {
  position: absolute;
  width: 30px;
  right: -15px;
  top: -20px;
  text-align: center;
  line-height: 30px;
  margin-top: 5px;
  background: #ff4545;
  border-radius: 50%;
  font-size: 16px;
  color: #8d0000;
  display: none;
}
.opn-modal-cli {
  border: 1px solid #fff;
  padding: 10px 30px;
  color: #fff;
  margin-left: 55px;
  display: none;
}
.modal-opncli img{
  width: 85px;
  margin: 0 auto;
}
.modal-opncli h3 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.modal-opncli h4 {
  font-size: 14px;
  color: #9e9e9e;
  margin-bottom: 5px;
  font-weight: 300;
}
.modal-opncli h5 {
  font-size: 16px;
  color: #9e9e9e;
  margin-bottom: 15px;
  line-height: 20px;
  font-weight: 300;
}
.modal-opncli p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/* Animação */

[data-anime] {
  opacity: 0;
  transition: all .6s ease-in;
}

[data-anime="left"] {
  transform: translate3d(-100px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
  transform: translate3d(100px, 0, 0);
}

[data-anime="top"] {
  transform: translate3d(0, -50px, 0);
}

[data-anime="topbanner"] {
  transform: translate3d(0, -500px, 0);
  transition: all .6s ease-in;
}

[data-anime].animate {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

 .dsbt {
  opacity: 0.1;
  cursor: default;
}

.quest {
  clear: both;
}
.quest button {
  border: none;
  background: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  cursor:default;
}

.quest button:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

.quest img {
  width: 38px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
}

.opacidade {
  filter: grayscale(100%);
  opacity: 0.3;
}

/* Filtros */

.grid-3 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}

.fnt-fltr, .fnt-msg {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 100;
  color: #fff;
  margin-bottom: 10px;
}
.fnt-msg {
  text-transform: none;
  text-align: center;
  display: block;
}

.container-check {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  margin-right: 15px;
  margin-top: 10px;
  text-transform: uppercase;
}

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.container-check input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-check input:checked ~ .checkmark:after {
  display: block;
}

.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lnk-opn {
  display: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  background: #fff;
  border: 1px solid #fff;
}

.filtroProj input {
  border: 1px solid #fff;
  padding: 11px;
}

.filtroProj button {
  background: #c34e33;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #c34e33;
  transition: all 0.5s;
  padding: 10px 20px;
  margin-left: 10px;
}

.filtroProj button:hover {
  background: #a53a22;
  border: 2px solid #a53a22;
}

.grr-mtn {
  width: 120px;
  padding: 10px 15px;
  background: #a64a54;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s;
}
.grr-ico {
  width: 15px;
  display: inline-block;
  margin-left: 5px;
}
.grr-mtn:hover {
  background: #923a44;
}

.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-spin .hvr-icon {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover .hvr-icon, .hvr-icon-spin:focus .hvr-icon, .hvr-icon-spin:active .hvr-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}