/* 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, Helvetica, sans-serif;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}

p {
	font-family: Roboto, "Times New Roman", serif;
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-weight: 400;

}

img {
	display: block;
}

/* Header */

.header {
	position: block;
	top: 0;
	width: 100%;
	background: none; 
	padding: 15px 0;
	z-index: 10;
}

/* Introdução */

.introducao {
	width: 100%;
	height: 307px;
	background: url("../img/main__banner.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
}

.container-max {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

.container-max:after, .container-max:before {
  content: " ";
  display: table;
}

.container-max:after {
  clear: both;
}

.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: auto;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.9s;
	cursor: pointer;
}

.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*Pagina inicial*/

.explic {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -50px;
}
.explic__div {
  gap: 40px;
}
.explic__item {
  max-width: 130px;
}
.explic__item-img {
  margin-bottom: 20px;
}

.passos {
  max-width: 100%;
}
.passos__div {
  gap: 22px;
}
.passos__title {
  max-width: 500px;
  margin-bottom: 40px;
}
.passos__circle {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 1px solid #000;
  color: #000;
}
.passos__circle-ativo {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.azul {
  border: 1px solid #a2cff0;
}
.azul-ativo {
  background: #a2cff0;
}
.amarelo {
  border: 1px solid #edcc90;
}
.amarelo-ativo {
  background: #edcc90;
}
.vermelho {
  border: 1px solid #ce747e;
}
.vermelho-ativo {
  background: #ce747e;
}
.verde {
  border: 1px solid #bdcf73;
}
.verde-ativo {
  background: #bdcf73;
}

.escomodo {
  width: 100%;
  background: #fff;
  padding: 60px 0;
}
.escomodo img {
  margin: 0 auto;
  padding-bottom: 30px;
}
.icophone {
	width: 55px;
}
.escomodo-text {
  max-width: 800px;
  margin: 0 auto;
}
.escomodo-text p {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}
.escomodo-text p::after {
  content: "";
  display: block;
  width: 349px;
  height: 1px;
  background: #fff;
  margin: 30px auto;
}

.ambientes {
  width: 100%;
}
.ambientes span {
  color: #fff;
  border-radius: 100%;
  padding: 6px 15px;
  font-size: 27px;
  margin: 0;
}
.ambientes p {
  display: inline-block;
  margin: 5px;
  font-size: 36px;
}
.ambientes h2 {
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 30px 0;
}

.ambientes h3 {
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  padding-top: 150px;
}

.cozinha {
  background: url('../img/escolha-cozinha.png') no-repeat center;
  max-width: 1024px;
  height: 324px;
  margin: 30px auto;
  cursor: pointer;
}
.casal {
  background: url('../img/escolha-casal.png') no-repeat center;
  width: 423px;
  height: 324px;
  float: left;
  cursor: pointer;
}
.menina {
  background: url('../img/escolha-menina.png') no-repeat center;
  width: 570px;
  height: 324px; 
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
.menino {
  background: url('../img/escolha-menino.png') no-repeat center;
  width: 500px;
  height: 324px;
  float: left;
  cursor: pointer;
}
.bebe {
  background: url('../img/escolha-bebe.png') no-repeat center;
  width: 494px;
  height: 324px; 
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
.banheiro {
  background: url('../img/escolha-banheiro.png') no-repeat center;
  width: 423px;
  height: 324px;
  float: left;
  cursor: pointer;
}
.home {
  background: url('../img/escolha-home.png') no-repeat center;
  width: 570px;
  height: 324px; 
  float: left;
  margin-left: 30px;
  cursor: pointer;
}

/*Posição do Armário*/

.projetos {
  width: 1050px;
}

.projetosimg {
  max-width: 322px;
  max-height: 208px;
}

.container-image {
  position: relative;
  display: inline-block;
  height: 208px;
  margin: 12px 12px 12px 12px;
}


.centered {
  position: absolute;
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.acao {
  max-width: 750px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 0;
}
.acao p {
  
  margin-bottom: 30px;
}
.acao p:before {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background: #000;
  margin: 25px auto;
}
.acao a {
  padding: 10px;
  transition: all 0.5s;
}

/*Formulário*/

.projetofinal img {
  max-width: 552px;
}


.contato_form {
  max-width: 552px;
  margin: 0 auto;
  clear: both;
}

.contato_form .grid-7 {
  width: 100%;
}

.contato_form p {
  font-size: 26px;
}

.contato_form img {
  width: 99px;
  display: inline;
  padding-top: 28px;
  padding-bottom: 28px;
}

.contato_form label{
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}

.contato_form input {
	display: inline;
	width: 100%;
	height: 50px;
	border: 1px solid #000;
    color: #000;
	background: none;
	padding: 7px 10px;
	margin-bottom: 20px;
	outline: none;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.contato_form textarea {
	display: block;
	width: 100%;
	height: 123px;
	border: 1px solid #000;
    color: #000;
	background: none;
	padding: 7px 10px;
	margin-bottom: 20px;
	outline: none;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.btn-contato_form {
	padding: 10px 15px;
    display: inline-block;
    transition: all 0.5s;
  border: none;
  background: transparent;
  cursor: pointer;
}

.btn-center {
  width: 221px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.contato_form select {
	width: 100%;
	height: 50px;
	background: transparent;
	color: #000;
	border: 1px solid #000;
	padding: 7px 0 10px 7px;
	margin-bottom: 20px;
	font-size: 14px;
}

.texto_form {
	margin-left: 195px;
}

.texto_form p {
	text-align: center;
	margin: 20px;
	font-size: 18px;
}

.btnshow {
  background: none;
  border: 1px solid #000;
  padding: 10px 20px;
  color: #000;
  width: 40%;
  text-align: inherit;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
}
.escshow {
  font-size: 14px !important;
  color: #000;
}

::-webkit-input-placeholder  { font-size: 14px; color:#000;}
input:-moz-placeholder { font-size: 14px; color:#000;}
textarea:-moz-placeholder { font-size: 14px; color:#000;}


/*Slider da home*/

.ambientes {
  width: 100%;
  margin-bottom: 30px;
}

.slider__ambientes {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.slider__ambientes--item {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.slider__ambientes--figure {
  max-width: 100%;
  margin: 0 auto;
}

.slider__ambientes--img {
  max-width: 100%;
  display: block;
}

.slider__ambientes--content {
  bottom: 100px;
/*top: 0;*/
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .slider__ambientes--content {
    padding-left: 0;
    padding-right: 0;
	bottom: 0;
    top: 0;
    max-width: 190px;
  }
}

.slider__ambientes--h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .slider__ambientes--h2 {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
}

.slider__ambientes--btn {
  cursor: pointer;
  padding: 3px 15px;
  transition: all 0.5s;
}

.slider__ambientes.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.slider__ambientes.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #fff;
  margin: 5px 6px;
}

.slider__ambientes.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.slider__ambientes.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}

/*.slider__ambientes.owl-theme .owl-nav {
  position: absolute;
  top: 250px;
  bottom: 0;
  right: 0;
  @include d(s) {
    top: 105px;
  }
}
@media (max-width:1024px) {
  .slider__ambientes.owl-theme .owl-nav {
    right: 0px;
    top: 100px;
  }
}*/
.slider__ambientes.owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

@media screen and (max-width: 767px) {
  .slider__ambientes.owl-theme .owl-nav {
    top: 35%;
  }
}

.slider__ambientes.owl-carousel .owl-nav button.owl-prev {
  color: #fff;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}

.slider__ambientes.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.slider__ambientes.owl-carousel .owl-nav button.owl-next {
  color: #fff;
  transition: all 0.5s;
  position: absolute;
  right: 0;
}

/*.slider__ambientes.owl-theme .owl-nav {
  @include d(s) {
    top: 105px;
  }
}*/
.slider__ambientes.owl-carousel .owl-nav button.owl-next span {
  font-family: "Montserrat",sans-serif;
  width: 60px;
  height: 60px;
  font-weight: 300;
  font-size: 72px;
  line-height: 48px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100px;
  display: inline-block;
  transition: all 0.5s;
  padding: 0;
}

.slider__ambientes.owl-carousel .owl-nav button.owl-next span:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 767px) {
  .slider__ambientes.owl-carousel .owl-nav button.owl-next span {
    width: 35px;
    height: 35px;
    font-weight: 300;
    font-size: 52px;
    line-height: 27px;
    padding: 0;
  }
}

.slider__ambientes.owl-carousel .owl-nav button.owl-prev span {
  font-family: "Montserrat",sans-serif;
  width: 60px;
  height: 60px;
  font-weight: 300;
  font-size: 72px;
  line-height: 48px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100px;
  display: inline-block;
  transition: all 0.5s;
  padding: 0;
}

.slider__ambientes.owl-carousel .owl-nav button.owl-prev span:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 767px) {
  .slider__ambientes.owl-carousel .owl-nav button.owl-prev span {
    width: 35px;
    height: 35px;
    font-weight: 300;
    font-size: 52px;
    line-height: 27px;
    padding: 0;
  }
}

.slider-img-desk {
  display: block;
}

@media screen and (max-width: 767px) {
  .slider-img-desk {
    display: none;
  }
}

.slider-img-mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .slider-img-mob {
    display: block;
  }
}

.ambientes__nav-filter {
  gap: 25px;
  margin-bottom: 30px;
  max-width: 1024px;
}

@media screen and (max-width: 767px) {
  .ambientes__nav-filter {
    display: none;
  }
}

.ambientes__nav-filter--btn {
  transition: all 0.5s;
}

.ambientes__nav-filter--btn:hover {
  font-weight: 600;
}

.ambientes__nav-filter--btn:focus {
  font-weight: 600;
}

.ambientes__nav-filter--btn:active {
  font-weight: 600;
}


/* Animação */

[data-anime] {
  opacity: 0;
  transition: .7s;
}

[data-anime="left"] {
  transform: translate3d(-150px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
  transform: translate3d(150px, 0, 0);
}

[data-anime="top"] {
  transform: translate3d(0, -150px, 0);
}

[data-anime].animate {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
}