@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;600;700;800;900&display=swap');

#aviso{
    position:fixed;
    z-index:99999999999999999999999999999999999999999999999999999999999999999999999;
    width:100%;
    height:100%;
    text-align:center;
    background:rgba(0,0,0,0.95);
    /*display:none!important;*/
    align-items:center;
    justify-content:center;
}

#aviso .box{
	background: url(https://www.evokedecor.com.br/imagens/bg_aviso.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	width: 100%;
	max-width: 1170px;
	min-height: 500px;
	display:flex;
	align-items:center;
	justify-content: center;
	color:#fff;
	margin:0 auto;
}

#aviso img{
    max-width:100%;
    max-height:700px;
    display:block;
    margin:60px auto 0 auto;
}

#aviso h1#close_aviso{
    background:rgba(86,196,207,1);
    color: #fff;
    border-radius: 15px;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    position:relative;
    top:30px;
    left:50%;
    width:200px;
    margin-left:-100px;
    cursor:pointer;
    padding:10px 15px;
}

.modal.open{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99!important;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(208,156,89,0.1);
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: .0rem;
    outline: 0;
}

.modal-content button{
  position: absolute;
  bottom: 0;
  right:0;
  color: #fff!important;
  z-index:9999999999999999;
  font-size:20px;
  font-weight: bold;
}

.modal-dialog {
    position: relative;
    max-width: 1170px;
    margin:90px auto 0 auto;
    pointer-events: none;
}

.modal-content img{
  max-width:100%;
}


.container-fluid{
  /*padding-left:9%!important;*/
}

.fade.in{
  opacity: 1;
}

#cookies {
    position: fixed;
    left: 15px;
	right: 15px;
    bottom: 15px;
    background-color: rgba(0,0,0,0.85);
    border: 1px solid #FFF;
    padding: 15px 15px 15px 15px;
    color: #FFF;
    line-height: 1.5em;
    font-size: 13px;
    text-align: center;
    z-index: 99999999999999999999999999999999999999999;
	max-width:1170px;
}

#cookies .cookies{
  	display: grid;
  	grid-template-columns:80% 20%;
	cursor:pointer;
}

#cookies .cookies .botao{
	color:#000;
	background:rgba(86,196,207,1);
	margin:0 10px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}

#whats-fixo {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: rgba(0,0,0,0.85);
    border: 1px solid #FFF;
    padding: 15px 55px 15px 15px;
    color: #FFF;
    line-height: 1.5em;
    font-size: 13px;
    text-align: end;
    z-index: 99999;
}

#whats-fixo span {
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

#whats-fixo span:before {
    position: absolute;
    background-image: url(//galeria.evokedecor.com.br/wp-content/themes/evoke/images/whats.png);
    background-size: 30px;
    width: 30px;
    height: 30px;
    content: " ";
    background-repeat: no-repeat;
    right: -42px;
    top: -15px;
}

html{scroll-behavior: smooth;height:100%;}
a:hover{text-decoration: none;}
body{
	width:100%;
	height:100%;
	min-height:100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Montserrat', sans-serif!important;
}

/*** Color Variables ***/
/*** Centering Hack ***/
/*** Header Styles ***/
header {
  width: 100%;
}

/*** Navigation Styles ***/
header nav {
  width: 100%;
  height: 80px;
  background: rgba(0,0,0,1);/*#80137B*/
  display: grid;
  grid-template-columns:20% 60% 20%;
  position: absolute;
  z-index: 999;
  transition: all 0.6s;
}

/*** Navigation Styles ***/
header nav.navShadow {
  width: 100%;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.5);
  height: 80px;
  background: rgba(5,5,5,1);/*#80137B*/
}
header nav.navShadow #word-mark {
  opacity: 0;
}

#brand,
#menu,
header ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0rem;
}

header nav.navShadow #brand img{
  display: block;
  margin: 0 auto;
  max-height: 60px;
  transition: all 0.6s;
}

header #brand a{
  display: block;
  margin:0 auto;
}

header #brand img{
  display: block;
  margin: 0 auto;
  max-height: 60px;
  transition: all 0.6s;
}

/*** Menu Styles ***/
header #menu {
  justify-content: flex-end;
  width:auto;
}

header #menu-toggle {
  color:#a8a8a8;
  font-size:24px;
  font-weight: 600;
  width: 100px;
  height: 30px;
  background: ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  display: none;
  margin-right:33%;
}
header #menu-toggle:hover .bar {
  width: 30px;
}
header #menu-toggle.closeMenu .bar {
  width: 30px;
}
header #menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
header #menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
header #menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

header .bar {
  width: 30px;
  height: 2px;
  background: #a8a8a8;
  transition: 0.3s ease-in-out;
  border:1px solid #a8a8a8;
}
header .bar:nth-child(2) {
  width: 25px;
  margin: 7px 0;
}
header .bar:last-child {
  width: 20px;
}

 header #menu-toggle {
    display: flex;
  }

  header ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    height: 0;
    background:rgba(255,255,255,1);
    position: absolute;
    top: 80px;
    padding-left:0;
    -webkit-transform: translate(, );
            transform: translate(, );
    box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    border-radius: 0;
    display: none!important;
  }
  header ul.showMenu {
    display: block!important;
    height: 30px;
    border-radius: 0;
      transition: all 0.1s 0.3s;
  }

  header ul .smenu1{
      display: grid;
      grid-template-columns: 3% 67% 30%;
      background:rgba(210,211,212,1);
      width:100%;
      height:30px;
      align-items: center;
      justify-content: center;
      text-align: left;
      border-bottom:1px solid rgba(220,220,220,1);
  }

  header ul .smenu1 .ssmenu{
    text-align: center;
    text-transform: uppercase;
  }

  header ul .smenu1 .ssmenu a{
    padding:0 1.2rem;
    color:#404040;
    font-weight: 700;
    font-size:.8rem;
    cursor: pointer;
  }

  header ul .smenu1 .com{
    width: 100%;
    display: grid;
    text-align: center;
    grid-template-columns: 15% 15% 15% 55%;
  }

header ul .smenu1 .com i{
	font-weight:900;
}

  header ul .smenu1 .com a{
    color:#404040;
    font-size:.8rem;
    border-left:0px solid rgba(58,58,58,1);
    cursor: pointer;
    height:30px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
  }

  header ul .smenu1 .com a.bt{
    background:rgba(86,196,207,1);
  }

  header ul .smenu1 .com span{
    display: block;
  }

  header ul .smenu2{
      display: grid!important;
      grid-template-columns: 3% 97%!important;
      width:100%;
      align-items: center;
      justify-content: center;
      text-align: left;
      background:rgba(230,231,232,1);
      border-bottom:1px solid rgba(220,220,220,1);
  }

  header ul .smenu2 .ssmenu{
    text-align: center;
    text-transform: uppercase;
  }

  header ul .smenu2 .ssmenu a{
    padding:0 1.2rem;
    color:#404040;
    font-weight: 500;
    font-size:.8rem;
    cursor: pointer;
    font-weight: 700;
  }

header ul .smenu2 span{
    font-size:1.4rem;
    cursor: pointer;
    padding:0 1.2rem;
  }

header ul .smenu2 form{
    position: relative;
    text-align: right;
  }

  header ul .smenu2 input{
    width:33%;
    border-radius: 15px;
    background:#e0e0e0;
    border:1px solid #191919;
    color:#191919;
    outline: none;
    padding:0 1.2rem;
  }

  header ul .smenu2 button{
    position: absolute;
    top:0;
    right:0;
    background: transparent;
    border:none;
    padding:2px 1.2rem 0 1.2rem;
    outline: none;
  }


/* The sticky listass is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#slider{
  width: 100%;
  overflow: hidden;
  height: 750px;
  padding-top:80px;
  position: relative;
}

#slider a{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

#slider a:hover{
    color: #fff /*rgba(86,196,207,1);*/
    text-decoration: none;
    background-color: transparent;
}

#slider .texto{
  position: absolute;
  z-index: 9;
  min-width:100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:rgba(0,0,0,0.5);
  color:rgba(255,255,255,1);
}

#slider .texto h1{
  font-weight: 700;
  font-size:2.4rem;
  letter-spacing: 0.3em;
}

#slider .texto h2{
  width:50%;
  text-align: center;
  font-weight: 100;
}

#slider .texto b{
  position: relative;
  height:60px;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 #slider .texto b::before{
 		content: '';
 		position:absolute;
 		bottom:0;
 		left:0;
 		right:0;
 		margin:auto;
 		width:100%;
 		height:4px;
 		background:#fff;
 }

#slider .owl-carousel{
  height:100%!important;
}

#slider .owl-carousel .owl-stage-outer{
  height:100%!important;
}

#slider .owl-carousel .owl-stage-outer .owl-stage{
  height:100%!important;
}

#slider .owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
     height:100%;
}

#slider .item{
  position: relative;
  height:100%;
}

#slider .foto{
  width:100%;
  height:100%;
  overflow:hidden;
  position: relative;
  display:flex;
  align-items: center;
  justify-content: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}





#slider .owl-prev{
  width:50px;
  height:70px;
  background:rgba(255,255,255,0.8);
  font-size:20px;
  color:#2289c1;
  border:1px solid #2289c1;
  position: absolute;
  top: 50%;
  margin-top:-35px;
  left:5px;
  border-radius:0!important;
  display:flex;
  align-items:center;
  justify-content: center;
}

#slider .prev i{
  display:block;
  margin:0 auto;
}

#slider .owl-next{
  width:50px;
  height:70px;
  background:rgba(255,255,255,0.8);
  font-size:20px;
  color:#2289c1;
  border:1px solid #2289c1;
  position: absolute;
  top:50%;
  margin-top:-35px;
  right:5px;
  border-radius:0!important;
  display:flex;
  align-items:center;
  justify-content: center;
}

#slider .next i{
  display:block;
  margin:0 auto;
}

#slider .owl-theme .owl-controls .owl-page span{
  background:#B89E5E!important;
}

#slider .owl-theme .owl-controls{
  padding:0;
  text-align:center;
}

/*PAGINAS*/

#botoes{
  background:#000;
  display: block;
  padding:3% 9%;
}

#botoes .col-lg-4{
padding: 0!important;
}

#botoes a.galeria{
	text-align:center;
	display:block;
	border:1px solid #fff;
	padding:10px 30px;
	color:#fff;
	font-size:1.2rem!important;
	line-height:2rem!important;
	font-weight:500;
}

#botoes a.galeria i{
	display:inline-block;
	font-size:2rem!important;
	padding:0 15px 0 0;
}

#galeria_home{
  background:#fff;
  padding:3% 9% 6% 9%;
}

#galeria_home .row{
  position: relative;
}

#galeria_home .col, #galeria_home .col-3, #galeria_home .col-6{
  padding:0!important;
}

#galeria_home .foto{
  width:100%;
  height:300px;
  overflow:hidden;
  position: relative;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#galeria_home .texto{
  width:100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:rgba(0,0,0,0.5);
  color:rgba(255,255,255,1);
  font-size:0.8rem;
}

#galeria_home b{
  font-weight: !important;
  display: block!important;
  position: relative;
  padding:0 0 10px 0;
  margin:0 0 10px 0;
  font-size:1.2rem;
 }

 #galeria_home a{
  color:rgba(255,255,255,1);
  font-size:.8rem;
  font-weight: 500;
}


 #galeria_home b::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:100%;
    height:6px;
    background:#fff;
 }

#galeria_home h4{
  padding:0 0 3% 0;
  text-align: center;
  font-weight: 700;
  font-size:2rem;
}

#unike_home{
  display: block;
  background:#f0f0f0;
  padding:6% 9%;
}

#unike_home h4{
  text-align: center;
  font-weight: 700;
  font-size:2rem;
}

#unike_home h4 b{
  display: block;
  padding:3% 0 3% 0;
  font-size:4rem;
  font-weight: 100!important;
}

#unike_home .foto{
  width:100%;
  height:550px;
  overflow:hidden;
  position: relative;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#unike_home .texto{
  width:100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:rgba(0,0,0,0.5);
  color:rgba(255,255,255,1);
  font-size:1rem;
}

#unike_home .bt_1{
  background:#56c4cf;
  color:#fff;
  padding:10px 15px;
  display: block;
  margin: 15px 0;
  font-weight: 500;
}

#unike_home .bt_2{
  background:#fff;
  color:#000;
  padding:10px 15px;
  display: block;
  margin: 15px 0;
  font-weight: 500;
}

#projetos_home{
  display: block;
  background:#fff;
  padding:6% 9%;
}

#projetos_home h4{
  padding:0 0 3% 0;
  text-align: center;
  font-weight: 700;
  font-size:2rem;
}

#projetos_home #projetos_h .texto{
	padding:15px;
	color: #333;
}

#projetos_home #projetos_i .texto {
    padding: 15px;
    color: #333;
}

#projetos_home #projetos_p .texto{
	padding:15px;
	color: #333;
}

#projetos_home .foto{
  width:100%;
  height:360px;
  overflow:hidden;
  position: relative;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  border:1px solid #f0f0f0;
}

#projetos_home b{
  font-weight: 300!important;
  display: block!important;
  padding:0 0 10px 0;
  margin:0 0 10px 0;
  font-size:1.2rem;
 }

 #projetos_home a{
  color:#56c4cf;
  display: block!important;
  padding:10px 0 0 0;
  margin:0 0 10px 0;
  font-size:1rem;
  font-weight: 500;
}

#projetos_home .owl-nav{
	width:100%;
	position:absolute;
	top:50%;
	height:auto;
	margin-top:-30px;
	z-index:0;
}

#projetos_home .owl-carousel .owl-nav button.owl-prev{
	width:60px;
	height:60px;
	border:1px solid #e0e0e0;
	border-radius:50%;
	left:-75px;
	position:absolute;
	outline: none;
}

#projetos_home .owl-carousel .owl-nav button.owl-next{
	width:60px;
	height:60px;
	border:1px solid #e0e0e0;
	border-radius:50%;
	right:-75px;
	position:absolute;
	outline: none;
}

#depoimentos_home{
  display: block;
  background:#f0f0f0;
  padding:6% 9%;
}

#depoimentos_home h4{
  padding:0 0 3% 0;
  text-align: center;
  font-weight: 700;
  font-size:2rem;
}

#depoimentos_home p{
  margin:6% 0 3% 0;
  width:100%;
  font-size:2rem;
  text-align: center;
  font-weight: 700;
}

#depoimentos_home b{
  font-weight: 300!important;
  display: block!important;
  padding:0 0 10px 0;
  margin:0 0 10px 0;
  font-size:0.8rem;
  text-align: center;
 }

 #depoimentos_home a{
  color:#56c4cf;
  display: block!important;
  padding:10px 0 0 0;
  margin:0 0 10px 0;
  font-size:1rem;
  font-weight: 500;
  text-align: center;
}

#depoimentos_home .owl-nav{
	width:100%;
	position:absolute;
	top:50%;
	height:auto;
	margin-top:-30px;
	z-index:0;
}

#depoimentos_home .owl-carousel .owl-nav button.owl-prev{
	width:60px;
	height:60px;
	border:1px solid #e0e0e0;
	border-radius:50%;
	left:-75px;
	position:absolute;
	outline: none;
}

#depoimentos_home .owl-carousel .owl-nav button.owl-next{
	width:60px;
	height:60px;
	border:1px solid #e0e0e0;
	border-radius:50%;
	right:-75px;
	position:absolute;
	outline: none;
}

#arqs_home{
  display: block;
  background:#fff;
  padding:6% 9%;
  text-align:center;
}

#arqs_home h4{
  padding:0 0 3% 0;
  text-align: center;
  font-weight: 700;
  font-size:2rem;
}

#arqs_home .foto{
  width:100%;
  height:340px;
  overflow:hidden;
  position: relative;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}

#arqs_home b{
  font-weight: 300!important;
  display: block!important;
  padding:0 0 10px 0;
  margin:0 0 10px 0;
  font-size:1.2rem;
 }

 #arqs_home a{
  color:#56c4cf;
  display: block!important;
  padding:10px 0 0 0;
  margin:0 0 10px 0;
  font-size:1rem;
  font-weight: 500;
}

 #arqs_home a.bt{
  color:#fff;
  display: inline-block!important;
  padding:10px 15px;
  font-size:1.2rem;
  font-weight: 900;
  background:#000;
  margin:15px auto;
  word-wrap: break-word;
}

#arqs_home .owl-nav{
	width:100%;
	position:absolute;
	top:50%;
	height:auto;
	margin-top:-30px;
	z-index:0;
}

#arqs_home .owl-carousel .owl-nav button.owl-prev{
	width:60px;
	height:60px;
	border:1px solid #e0e0e0;
	border-radius:50%;
	left:-75px;
	position:absolute;
	outline: none;
}

#arqs_home .owl-carousel .owl-nav button.owl-next{
	width:60px;
	height:60px;
	border:1px solid #e0e0e0;
	border-radius:50%;
	right:-75px;
	position:absolute;
	outline: none;
}

#about_home{
  display: block;
  background:#000;
  padding:9% 9%;
  text-align:center;
}

 #about_home a.bt{
  color:#fff;
  display: inline-block!important;
  margin:0 auto 0 auto;
  padding:10px 15px;
  font-size:1.2rem;
  font-weight: 900;
  background:#000;
  margin:15px auto;
  word-wrap: break-word;
  border:1px solid #fff;
}

#about_home .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
#about_home .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
#about_home .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

#about_home h4{
  padding:0 0 3% 0;
  color:#fff;
  text-align: center;
  font-weight: 700;
  font-size:2rem;
}

#about_home .texto{
  text-align:left;
  margin:0 auto 30px auto;
  width: 50%;
  color:#fff;
  font-weight: 300;
}

#contato_home{
  display: block;
  background:#fff;
  padding:6% 9%;
}

#contato_home h4{
  padding:0 0 3% 0;
  text-align: center;
  font-weight: 700;
  font-size:2rem;
}

#contato_home .foto{
  width:100%;
  overflow:hidden;
  position: relative;
  background:bottom center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#contato_home .h-g{
  height:500px!important;
}

#contato_home .h-p{
  height:250px!important;
  background:#000;
}

#contato_home .h-p p{
  display: block;
  padding:3%;
  font-weight: 700;
  color:#fff;
}

#contato_home .bt_1{
  text-align: center;
  font-size: 0.8rem;
  background:#000;
  color:#fff;
  padding:10px 15px;
  display: block;
  font-weight: 700;
}

#contato_home .bt_2{
  text-align: center;
  font-size: 0.8rem;
  background:#25d366;
  color:#fff;
  padding:10px 15px;
  display: block;
  font-weight: 700;
}

#contato_home .bt_3{
  text-align: center;
  font-size: 0.8rem;
  background:#fff;
  color:#000;
  padding:10px 15px;
  display: block;
  font-weight: 700;
  border:1px solid #000;
}

#contato_home .col-12, #contato_home .col-lg-6, #contato_home .col-lg-4{
  padding:0!important;
}

#footer{
  width: 100%;
  display: block;
  padding: 60px 0px;
  position: relative;
  background: #202020;
 }

 #footer .box{
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
 }

 #footer img{
  display: block;
  margin:0 5% 0 0;
  max-height: 200px;
  max-width:30%;
}

 #footer h6{
  color:#003b57;
  padding:15px;
  width: 65%;
  font-size:14px;
}


#copy{
  height:60px;
  font-size:0.9rem;
  font-weight: 300;
  color:#000;
  background: #95979a;
  text-align: center;
  display: grid;
  grid-template-columns:20% 60% 20%;
  align-items: center;
  justify-content: center;
}

#copy a{
  padding: 0 15px;
  color:#fff;
}

#list_menu{
  padding: 0 0 30px 0;
  color:#000;
  font-weight: 900;
}

#list_menu .nome{
  padding: 0;
  background:#000;
  color: #fff;
  font-weight: 900;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
  position: relative;
}

#list_menu .nome.w{
  padding: 0;
  background:#fff;
  border: 1px solid #000;
  color: #000;
  font-weight: 900;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
  position: relative;
}

#list_menu .nome::before{
  font-family:"Font Awesome 5 Pro";
  font-size: 1.2rem;
  position: absolute;
  top:0;
  right:15px;
  content:"\f0dd";
  color: #fff;
}

#list_menu .nome.w::before{
  font-family:"Font Awesome 5 Pro";
  font-size: 1.2rem;
  position: absolute;
  top:0;
  right:15px;
  content:"\f0dd";
  color: #000;
}

#list_menu .form-check {
    position: relative;
    display: block;
    margin:0 0 0 0;
    padding:0 0 0 0;
}

#list_menu .form-check-label {
  width: 100%;
  margin:10px 0px;
  padding:0 0 0 15px;
  cursor:pointer;
}

#list_menu .form-check-input {
    position: absolute;
    margin-right: 15px;
    right: 0;
}


#list_produtos{
  padding: 9% 3% 3% 3%;
  color:#909090;
}

#list_produtos .flowers {}

#list_produtos .texto{
  width:100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:rgba(255,255,255,1);
  color:rgba(90,90,90,1);
  font-size:1rem;
  padding:30px 0;
  min-height:60px;
}

#list_produtos span{
  font-size:0.8rem;
}

#list_produtos b{
  font-size:1rem;
  font-weight: 300!important;
  display: block!important;
  position: relative;
  padding:0 0 10px 0;
  margin:0 0 10px 0;
 }

 #list_produtos .texto a{
  color:rgba(90,90,90,1);
}


 #list_produtos b::before{
    content: '';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:100%;
    height:6px;
    background:#000;
 }
#list_produtos .foto{
  width:100%;
  height:260px;
  overflow:hidden;
  position: relative;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}

#list_produtos.prod{
  background:#f0f0f0;
}


#list_produtos.prod h4{
  font-weight: 700;
  color: #000;
  margin: 0 0 30px 90px;
}

#list_produtos.prod .texto{
  width:100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:rgba(255,255,255,0);
  color:rgba(90,90,90,1);
  font-size:1rem;
  padding:30px 0;
  min-height:60px;
}

#list_produtos .list_items .produto{
	overflow: hidden;
}

#list_produtos .list_items .produto img{
	border: 1px solid #fafafa;
	display: block;
	margin: 0 auto;
	width: auto;
	max-height: 450px;
}

#list_produtos #projetos_h{
	padding:0 90px;
}

#list_produtos #projetos_h.owl-carousel .owl-nav{
	width:100%;
	position:absolute;
	top:50%;
	height:auto;
	margin-top:-30px;
	z-index:0;
}

#list_produtos #projetos_h.owl-carousel .owl-nav button.owl-prev{
	width:60px;
	height:60px;
	border:1px solid #e0e0e0;
	border-radius:50%;
	left:0;
	position:absolute;
	outline: none;
}

#list_produtos #projetos_h.owl-carousel .owl-nav button.owl-next{
	width:60px;
	height:60px;
	border:1px solid #e0e0e0;
	border-radius:50%;
	right:0;
	position:absolute;
	outline: none;
}

.owl-carousel.owl-theme .owl-nav button:hover {
    color: #fff;
    background-color: #000;
}

.owl-carousel.owl-theme .owl-nav button.disabled {
    opacity:0.2;
}

#list_produtos #projetos_h.owl-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 8px 4px;
    border: 1px solid #000;
    background-color: transparent;
}

#list_produtos #projetos_h.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #000;
}

#list_produto{
  padding: 9% 3% 3% 3%;
  color:#000;
  background: #fff;
}

#list_produto .nome{
  position: relative;
  padding: 0;
  background:#fff;
  color: #000;
  font-weight: 900;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 0 0 0 15px;
  margin: 15px 0 0 0;
  position: relative;
  border:1px solid #000;
}

#list_produto .nome::after{
   font-family:"Font Awesome 5 Pro";
  font-size: 1.8rem;
  position: absolute;
  top:0;
  right:30px;
  content:'+';
  color: #000;
  z-index: 0;
}


#list_produto .form-check {
  width: 100%;
    position: relative;
    display: block;
    margin:0 0 0 0;
    padding:0 0 0 0;
}

#list_produto .form-check-label {
  width: 100%;
  margin:10px 0px;
  padding:0 0 0 15px;
  font-weight: 900;
  cursor:pointer;
}

#list_produto .form-check-input {
    position: absolute;
    margin-right: 15px;
    right: 0;
	cursor:pointer;
}

#list_produto #projetos_f .foto{
  width:100%;
  height:500px;
  overflow:hidden;
  position: relative;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}

#list_produto #projetos_f.owl-carousel .owl-nav{
	width:100%;
	position:absolute;
	top:50%;
	height:auto;
	margin-top:-30px;
	z-index:0;
}

#list_produto #projetos_f.owl-carousel .owl-item img{
	padding:0 90px;
	margin:0 auto;
	width: auto;
	max-height: 600px;
}

#list_produto #projetos_f.owl-carousel .owl-nav button.owl-prev{
	width:60px;
	height:60px;
	border:1px solid #e0e0e0;
	border-radius:50%;
	left:0;
	position:absolute;
	outline: none;
}

#list_produto #projetos_f.owl-carousel .owl-nav button.owl-next{
	width:60px;
	height:60px;
	border:1px solid #e0e0e0;
	border-radius:50%;
	right:0;
	position:absolute;
	outline: none;
}

#list_produto .campo_e{
  margin: 15px 0 15px 0;
}

#list_produto .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

#list_produto .campo_e.active span{
  height: 80px;
  width: 80px;
  background:rgba(0,0,0,0);
  display: flex;
  justify-content: center;
  align-items: center;
}

#list_produto .campo_e span{
  height: 80px;
  width: 80px;
  background:rgba(255,255,255,0);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:1.6rem;
}

#list_produto .campo_e span b{
  background: #fff;
 width:80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#000;
  border:1px solid #000;
}

#list_produto .campo_e.active span b{
  background: #000;
 width:80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
}

#list_produto .campo_f1,#list_produto .campo_f2,#list_produto .campo_f3,#list_produto .campo_f4,#list_produto .campo_f5{
  width:100%;
  min-height:50px;
  overflow:hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  filter: opacity(0.2);
  z-index:0;
  border:1px solid #f0f0f0;
}

#list_produto .campo_f,#list_produto .campo_f1.off,#list_produto .campo_f2.off,#list_produto .campo_f3.off,#list_produto .campo_f4.off,#list_produto .campo_f5.off{
  width:100%;
  min-height:50px;
  overflow:hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  filter: opacity(1);
  z-index:0;
  border:1px solid #f0f0f0;
}

#list_produto .campo_f b,#list_produto .campo_f1 b,#list_produto .campo_f2 b,#list_produto .campo_f3 b,#list_produto .campo_f4 b,#list_produto .campo_f5 b{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255,255,255,0.5);
  color:000;
  width: 100%;
  height: auto;
  border-radius: 0;
  z-index:1;
  position:absolute;
}

#list_produto .campo_t{
  position: relative;
  width: 100%;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  color:#000;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin:15px 0 60px 0;
  padding-bottom: 30px;
  border: 1px solid #fff;
}

#list_produto .campo_t span{
  position: absolute;
  bottom: -30px;
  font-size:14px;
}

#list_produto .col.active .campo_t{
  width: 100%;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  color:#000;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin:15px 0;
  border: 1px solid #000;
}


#list_produto .campo_t::before_{
  font-family:"Font Awesome 5 Pro";
  font-size: 1.8rem;
  position: absolute;
  top:0;
  right:15px;
  content:"\f047";
  color: #000;
}

#list_produto .campo_t::after_{
  font-family:"Font Awesome 5 Pro";
  font-size: 1.8rem;
  position: absolute;
  top:0;
  right:15px;
  content:"\f2fb";
  color: #000;
}

#list_produto .campo_a{
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin:0 0 15px 0;
}

#list_produto .campo_a select{
  background-color: transparent;
  height: 50px;
  width: 100%;
  text-align: center;
  padding:0 15px;
  appearance: none;
  z-index: 1;
}

#list_produto .campo_a::after{
   font-family:"Font Awesome 5 Pro";
  font-size: 1.8rem;
  position: absolute;
  top:0;
  right:30px;
  content:'+';
  color: #000;
  z-index: 0;
}

#list_produto .campo_c select{
  background-color: transparent;
  height: 50px;
  width: 100%;
  text-align: center;
  padding:0 15px;
  appearance: none;
  z-index: 1;
}

#list_produto .campo_c::after{
   font-family:"Font Awesome 5 Pro";
  font-size: 1.8rem;
  position: absolute;
  top:0;
  right:30px;
  content:'+';
  color: #000;
  z-index: 0;
}

#list_produto .campo_c{
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#list_produto .comprar{
  font-weight: 900;
  width: 100%;
  background:#000;
  text-align: center;
  height: 60px;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:15px 0;
}

#list_produto .valor{
  font-weight: 700;
  width: 100%;
  background:#f0f0f0;
  text-align: center;
  height: 60px;
  color:#000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:15px 0;
  font-size: 1.6rem;
	    border: 1px solid #a0a0a0;
}

#list_produto .valor:before{
	content:'TOTAL:';
	font-size:0.8rem;
	font-style:italic;
	position:absolute;
	top:20px;
	left:25px;
}

#list_produto .monta h4{
  font-weight: 500;
  padding: 15px 0 0 0;
}

#list_produto .monta h4 b{
  display: inline-block;
  font-size:2rem;
  padding:0 0 0 0;
}

#list_produto .monta h4 i{
  font-size:1rem;
}

#carrinho{
  padding:120px 0 0 0;
}

#carrinho .cart-image {
    max-height: 100%!important;
}

#carrinho .titulo{
	background:#000;
	color:#fff;
	font-size:1.2rem;
	font-weight:900!important;
	padding:15px 0;
}

.login{
  padding:120px 0 0 0;
}

.criar{
  padding:120px 0 0 0;
}




@media (min-width: 0px) and (max-width:768px){
	
#list_produto .form-check-label {
    width: 100%;
    margin: 10px 0px;
    padding: 0 0 0 15px;
    font-weight: 900;
    cursor: pointer;
	display: grid;
	grid-template-columns:10% 90%;
	justify-content: center;
}
	
#list_produto .form-check-input {
    position: relative;
    margin-right: 15px;
	margin-left: 15px;
    right: 0;
    cursor: pointer;
	height: auto;
}
	
#list_produtos{
  padding: 90px 3% 3% 3%;
  color:#909090;
}
	
#list_produto{
  padding: 90px 3% 3% 3%;
  color:#000;
  background: #fff;
}

#list_produto #etapa1 .row, #list_produto #etapa1 .col-3{
	margin:0;
	padding:0;
}

#list_produto #etapa1 .col-8, #list_produto #etapa1 .col-6{
	min-width:100%!important;
}
	
#list_produto #etapa2 .col-8, #list_produto #etapa2 .col-6{
	min-width:100%!important;
}
	
#list_produto .monta h4 b{
  display: inline-block;
  font-size:2rem;
  padding:0 0 0 0;
}
	
#list_produto #projetos_f.owl-carousel .owl-item img{
	padding:0;
}
	
#list_produto .campo_f{
  width:100%;
  min-height:50px;
  overflow:hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  filter: opacity(1);
  z-index:0;
  border:1px solid #f0f0f0;
}
	
#list_produtos #projetos_h{
	padding:0 0;
}
	
#list_produtos.prod h4 {
    font-weight: 700;
    color: #000;
    margin: 0 0 30px 0;
}
	
	
/*** Navigation Styles ***/
/*** Navigation Styles ***/
header nav {
  width: 100%;
  height: 80px;
  background: rgba(0,0,0,1);/*#80137B*/
  display: grid;
  grid-template-columns:20% 60% 20%;
  position: absolute;
  z-index: 999;
  transition: all 0.6s;
}


header nav.navShadow {
  width: 100%;
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.5);
  height: 80px;
  background: rgba(0,0,0,1);/*#80137B*/
}

header nav.navShadow #brand img{
  display: block;
  margin: 0 auto;
  max-height: 45px;
  max-width:100%;
  transition: all 0.6s;
}

header #brand img{
  max-width:100%;
  max-height: 45px;
  transition: all 0.6s;
}
	

/*** Menu Styles ***/
header #menu {
  justify-content: flex-end;
  width:auto;
}

header #menu-toggle {
  color:#a8a8a8;
  font-size:24px;
  font-weight: 600;
  width: 100px;
  height: auto!important;
  background: ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  display: none;
  margin-right:33%;
}
header #menu-toggle:hover .bar {
  width: 30px;
}
header #menu-toggle.closeMenu .bar {
  width: 30px;
}
header #menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
header #menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
header #menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

header .bar {
  width: 30px;
  height: 2px;
  background: #a8a8a8;
  transition: 0.3s ease-in-out;
  border:1px solid #a8a8a8;
}
header .bar:nth-child(2) {
  width: 25px;
  margin: 7px 0;
}
header .bar:last-child {
  width: 20px;
}

 header #menu-toggle {
    display: flex;
  }

  header ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    height: 0;
    background:rgba(255,255,255,1);
    position: absolute;
    top: 80px;
    padding-left:0;
    -webkit-transform: translate(, );
            transform: translate(, );
    box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    border-radius: 0;
    display: none!important;
  }
  header ul.showMenu {
    display: block!important;
    height: auto!important;
    border-radius: 0;
      transition: all 0.1s 0.3s;
  }

  header ul .smenu1{
      display: grid;
      grid-template-columns: 100%!important;
      background:rgba(210,211,212,1);
      width:100%;
      height: 100%!important;
      align-items: center;
      justify-content: center;
      text-align: left;
      border-bottom:1px solid rgba(220,220,220,1);
  }

  header ul .smenu1 .ssmenu{
	height:100%;
    text-align: center;
    text-transform: uppercase;
	padding:2rem 0;
  }

  header ul .smenu1 .ssmenu a{
	display: block;
    padding:0.8rem 0;
    color:#404040;
    font-weight: 700;
    font-size:0.8rem;
    cursor: pointer;
  }

  header ul .smenu1 .com{
    width: 100%;
	background:#c0c0c0;
    display: grid;
    text-align: center;
    grid-template-columns: 15% 15% 15% 55%;
  }

header ul .smenu1 .com i{
	font-weight:900;
}

  header ul .smenu1 .com a{
    color:#404040;
    font-size:.8rem;
    border-left:0px solid rgba(58,58,58,1);
    cursor: pointer;
    height:30px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
  }

  header ul .smenu1 .com a.bt{
    background:rgba(86,196,207,1);
  }

  header ul .smenu1 .com span{
    display: block;
  }

  header ul .smenu2{
      display: grid!important;
      grid-template-columns: 100%!important;
      width:100%;
      align-items: center;
      justify-content: center;
      text-align: left;
      background:rgba(230,231,232,1);
      border-bottom:1px solid rgba(220,220,220,1);
  }

  header ul .smenu2 .ssmenu{
	padding:0.8rem 0;
    text-align: center;
    text-transform: uppercase;
  }

  header ul .smenu2 .ssmenu a{
	border:0px solid #000;  
	width:50%;
	float:left;
    padding:0.8rem 0;
    color:#404040;
    font-weight: 500;
    font-size:.8rem;
    cursor: pointer;
    font-weight: 700;
  }

header ul .smenu2 span{
    font-size:1.4rem;
    cursor: pointer;
    padding:0 1.2rem;
  }

header ul .smenu2 form{
    position: relative;
    text-align: right;
  }

  header ul .smenu2 input{
    width:33%;
    border-radius: 15px;
    background:#e0e0e0;
    border:1px solid #191919;
    color:#191919;
    outline: none;
    padding:0 1.2rem;
  }

  header ul .smenu2 button{
    position: absolute;
    top:0;
    right:0;
    background: transparent;
    border:none;
    padding:2px 1.2rem 0 1.2rem;
    outline: none;
  }
	
#slider{
  width: 100%;
  overflow: hidden;
  height: 500px;
  padding-top:80px;
  position: relative;
}

#slider .texto h1{
  font-weight: 700;
  font-size:1.6rem;
  letter-spacing: 0.3em;
}

#slider .texto .col-6{
  display: none;
}

#galeria_home .foto{
  width:100%;
  height:150px;
  overflow:hidden;
  position: relative;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#unike_home {
    display: block;
    background: #f0f0f0;
    padding: 6% 0%;
}

#unike_home .foto{
  width:100%;
  height:350px;
  overflow:hidden;
  position: relative;
  background:center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#unike_home h4 b{
  display: block;
  padding:3% 0 3% 0;
  font-size: 24px;
  font-weight: 100!important;
}

#depoimentos_home {
    display: block;
    background: #f0f0f0;
    padding: 6% 3%;
}

#depoimentos_home p{
  margin:6% 0 3% 0;
  width:100%;
  font-size:1rem;
  text-align: center;
  font-weight: 700;
}
	
#depoimentos_home .owl-carousel .owl-nav button.owl-prev{
	width:60px;
	height:60px;
	border:0px solid #e0e0e0;
	border-radius:50%;
	left:-50px;
	position:absolute;
	outline: none;
}

#depoimentos_home .owl-carousel .owl-nav button.owl-next{
	width:60px;
	height:60px;
	border:0px solid #e0e0e0;
	border-radius:50%;
	right:-50px;
	position:absolute;
	outline: none;
}


#about_home .texto{
  margin: 0 auto;
  width: 100%;
  color:#fff;
  font-weight: 300;
}

#contato_home .h-g{
  height:250px!important;
}

#contato_home{
  display: block;
  background:#fff;
  padding:6% 0%;
}
	
#botoes{
  background:#000;
  display: block;
  padding-top:60px;
  padding-bottom:60px;
}
	
#botoes a.galeria{
	width:100%;
	text-align:center;
	display:block;
	border:1px solid #fff;
	padding:10px 30px;
	color:#fff;
	font-size:1.2rem!important;
	line-height:2rem!important;
	font-weight:500;
	margin-bottom:10px;
}
	
#projetos_home .owl-carousel .owl-nav button.owl-prev{
	width:60px;
	height:60px;
	border:0px solid #e0e0e0;
	border-radius:50%;
	left:-50px;
	position:absolute;
	outline: none;
}

#projetos_home .owl-carousel .owl-nav button.owl-next{
	width:60px;
	height:60px;
	border:0px solid #e0e0e0;
	border-radius:50%;
	right:-50px;
	position:absolute;
	outline: none;
}
	
#projetos_home{
  display: block;
  background:#fff;
  padding:6% 6%;
}
	
#cookies {
    position: fixed;
    left: 15px;
	right: 15px;
    bottom: 15px;
    background-color: rgba(0,0,0,0.85);
    border: 1px solid #FFF;
    padding: 15px 15px 15px 15px;
    color: #FFF;
    line-height: 1.5em;
    font-size: 11px;
    text-align: center;
    z-index: 99999999999999999999999999999999999999999;
	max-width:1170px;
}

	
#cookies .cookies{
  	display: grid;
  	grid-template-columns:100%;
	cursor:pointer;
}

#cookies .cookies .botao{
	color:#000;
	background:rgba(86,196,207,1);
	margin:10px 10px;
	padding:15px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}

}

@media (min-width: 800px) and (max-width: 1480px) {

}