@charset "utf-8";

body,
html {
  width: 100%;
  height: 100%;
}



/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background-color:#000; 
    border-radius: 10px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background:#222222;
	
}  

::-moz-selection {
  background: transparent;
  text-shadow: none; }

::selection {
  background: transparent;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }


#roqstore-frame {width: 100%; height: 100%;}


#flip { background: none }


.cycle-slideshow { 
    -webkit-perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-perspective: 1000;
    -moz-transform-style: preserve-3d;
    -o-perspective: 1000;
    -o-transform-style: preserve-3d;
    perspective: 1000;
    transform-style: preserve-3d;  
}

.mini{ font-size: 10px;}


.bo{

border-top-left-radius: 50px;
border-bottom-right-radius: 50px;	 
	
}


body {
  font-family: 'Raleway', sans-serif; color:#000; background-color:#FFF; background-image:url(../img/bg-lux.png);
}



.fone{ font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;}

.btn-xl {
  padding: 1.25rem 2.5rem;
}

.video{max-width:100%; padding:0; margin-bottom:-10px;}
.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4
 {
  font-weight: 700; letter-spacing:-1px;
}

h5{
  font-weight: 400; letter-spacing:-1px;
}


h6{
  font-weight: 400; letter-spacing:0px;
}


hr{ border:solid 1px #A98634; border-radius:50px; max-width:200px;  }

.text-black{ color:#000;}

.shadow{	
-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
box-shadow: 0px 2px 5px rgba(0,0,0,0.5);

}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: ;
  height:;
  z-index:2000;
  text-align: center;
  color: white;
  background-color:transparent;
  padding:10px;
  -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;  
   
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  bottom: -10px;
  -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;  
}

.scroll-to-top i {
  font-weight: 800;   
}

.bg-1{ background-color:#783E90; padding:20px;}
.bg-2{ background-color:#331840; padding:20px;}
.bg-3{ background-color:#49225B; padding:20px;}

.bg-op{ background-color: rgba(0,0,0,0.3);}

.bg-color{ background-color:#000; color:#FFF;}
.bg-color-2{ background-color:#49225B; color:#FFF;}

.color-ye{color:#F4B21C;}

.bg-piso{	
  background-image:url(../img/bg-piso.jpg);
  background-attachment:fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color:#FFF;
  font-size:22px;			
}


.bg-ambiente{	
  background-image:url(../img/ambiente.jpg);
  background-attachment:fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  color:#FFF;
  font-size:16px;			
}


.bg-pisos-laminados{	
  background-image: url(../banner/img/banner-5.jpg);
  background-attachment:fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  color:#FFF;
  font-size:22px;			
}

.bg-pisos-vinilicos{	
  background-image: url(../banner/img/banner-6.jpg);
  background-attachment:fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  color:#FFF;
  font-size:22px;			
}


.bg-papeis-de-parede{	
  background-image: url(../img/bg-papel-de-parede.jpg);
  background-attachment:fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  color:#FFF;
  font-size:22px;			
}


.bg-persianas{	
  background-image: url(../img/bg-persianas.jpg);
  background-attachment:fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  color:#FFF;
  font-size:22px;			
}


.bg-rodapes{	
  background-image: url(../img/rodapes.jpg);
  background-attachment:fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  color:#FFF;
  font-size:22px;			
}


.topo {
  z-index:1;
  position: absolute;
  display: table;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#FFF;
  text-shadow: 2px 2px #000;
}

.topo h1 {font-size:50px;}



.topo2 {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 6%;
  padding-bottom: 10%;
  background-image:url("../img/consultoria.jpg");
  background-attachment:fixed;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  color:#FFF;
}

.topo2 h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .topo2 {
    height: 70%;
  }
  .topo2 h1 {
    font-size: 50px;
  }
}



.header{ font-size:47px;}
@media (max-width: 992px) {.header{ font-size:40px;}}




#mainNav {
  background-color:#FFF; }
  #mainNav .navbar-toggler {
    font-size: 16px;
    right: 0;
    padding: 20px;
    color: #000;
    border: 0;	
    background-color:#000;
    font-family: 'Raleway', sans-serif; }
  #mainNav .navbar-brand {
    color:#000;
    font-family: 'Raleway', sans-serif; }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #FFF !important; }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: -1px;
    color:#000;
	border-bottom: 1px solid #000; 
    font-family: 'Raleway', sans-serif; }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #FFF !important ; background-color: #000;}

@media (min-width: 992px) {
  #mainNav {
	  margin-top:0px;
	  
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
	background-color:transparent;
    background-image:url(../img/opci.png); }
    #mainNav .navbar-brand {
      font-size: 16px; 
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 1.1em 1em !important; color:#000; background-color:; border-bottom: none; }
    #mainNav.navbar-shrink {
	 
      padding-top: 0;
      padding-bottom: 0;
      background-color: #000; border-bottom: ; }
      #mainNav.navbar-shrink .navbar-brand {
        font-size: 16px; 
        padding: 12px 0;} }
		

.margin-zero{margin-top:-400px;}}

@media (min-width: 900px) {.margin-zero-2{margin-top:-300px;}}

.minimo{min-height:600px; }
.minimo-2{min-height:400px; }

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: auto auto 1rem;

}

.portfolio-item .caption {
  display: flex;
  height: 100%; 
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;

}

.portfolio-item .caption .caption-content {
 
  margin-top:20%;
  padding:20px;
}

.portfolio-item .caption .caption-content h2 {
  font-size:50px;
  font-weight:700;
  letter-spacing:-1px;
 
  color:#FFF;
  
}

@media (max-width: 992px) {
.portfolio-item .caption .caption-content h2 {
  font-size:40px; 
  
}}

.portfolio-item .caption .caption-content p {
  text-transform:uppercase;
  font-size: 16px;
  padding:10px;
  background-color: #000;
  width:160px;
  font-weight:700;
  letter-spacing:-1px;
  color:#FFF; 
  
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: ;
	margin-left:20px;
	
  }
  
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
	
	
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
     background-color:  rgba(0,0,0,0.5);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}


 /* final portfolio 2 */


#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px; }
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 900px;
    margin: 0 auto;
    cursor: pointer; background-color:#A98634;}
    #portfolio .portfolio-item .portfolio-link .portfolio-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
       background-color:;}
      #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 1; }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0; }
  #portfolio .portfolio-item .portfolio-caption {
    max-width: 900px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color:#A98634; color:#FFF;}
    #portfolio .portfolio-item .portfolio-caption h4 {
      margin: 0;
      text-transform: none; font-size:18px; }
    #portfolio .portfolio-item .portfolio-caption p {
      font-size: 16px;
      font-style: italic;
	  color:#FFF;
      margin: 0;
      font-family: 'Raleway', sans-serif; }

#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }

.portfolio-modal {
  padding-right: 0px !important; }
  .portfolio-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw; }
  .portfolio-modal .modal-content {
    padding: 100px 0;
    text-align: center; }
    .portfolio-modal .modal-content h2 {
      font-size: 3em;
      margin-bottom: 15px;}
    .portfolio-modal .modal-content p {
      margin-bottom: 30px; margin-top:-30px; color:#FFF; padding:20px; }
    .portfolio-modal .modal-content p.item-intro {
      font-size: 16px;
      font-style: italic;
     
      font-family: 'Raleway', sans-serif; background-color:#A98634;}
    .portfolio-modal .modal-content ul.list-inline {
      margin-top: 0;
      margin-bottom: 30px; }
    .portfolio-modal .modal-content img {
      margin-bottom: 30px; }
    .portfolio-modal .modal-content button {
      cursor: pointer; }
  .portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent; }
    .portfolio-modal .close-modal:hover {
      opacity: 0.3; }
    .portfolio-modal .close-modal .lr {
      /* Safari and Chrome */
      z-index: 1051;
      width: 1px;
      height: 75px;
      margin-left: 35px;
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color:#373E6A; }
      .portfolio-modal .close-modal .lr .rl {
        /* Safari and Chrome */
        z-index: 1052;
        width: 1px;
        height: 75px;
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color: #373E6A; }



 /* final portfolio 2 */




.p-size{ font-size:12px;}


a {
  color:#000 ;  
}

a:hover, a:focus, a:active {
  color:#000;
  text-decoration:none;
  
}

.btn-primary {
  width:;
  margin-top:5px;
  text-align:;

  background-color: transparent !important;
  border: 1px solid transparent;
  border-color: transparent !important;
  color: #FFF !important;
  font-size:20px;
  -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;  
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color:#783E90 !important;
  border-color:#783E90 !important;
  -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out; 
}



.btn-primary-2 {
  width:;
  margin-top:5px;
  background-color:#783E90 !important;
  border-color: #783E90 !important;
  color: #fff !important;
  font-size:20px;
  padding:5px;
  -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;  
}

.btn-primary-2:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #000 !important;
  border-color: #000 !important;
  -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out; 
}

.btn-primary-3 {
  width:180px;
  margin-top:5px;
  background-color:  #A98634 !important;
  border: 2px solid  #A98634;
  border-color:  #A98634 !important;
  color: #fff !important;
  font-size:20px;
  -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;  
}

.btn-primary-3:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #000 !important;
  border-color: #000 !important;
  -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out; 
}

.btn-primary-3:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #000 !important;
  border-color: #000 !important;
}

.btn-secondary {
  background-color: #373E6A !important;
  border-color: #373E6A !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #777C9A!important;
  border-color:#777C9A!important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0);
}

.callout {position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%); z-index:5000; width:100%;}
.callout-header {padding: ;background-color: rgba(0, 0, 0, 0.6);font-size: 30px;color: white;  height:100%;}
.callout-container {padding: ;background-color: transparent; color: black;}
.closebtn {  position: absolute;top: 15px;right: 3px;color: white;text-align:center;background: transparent;  cursor: pointer;-moz-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;}
.closebtn:hover {top: 1px;-moz-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;}	