html,body { height: 100%; margin: 0; padding: 0;}

.ttk{display: none;}

.section-main{}
     
#video {
  position: fixed;
  top: 0;  left: 0;
  height: 100vh;  width: 100vw;
  object-fit: cover;  z-index: -1;
}


.btn-primary{ background-color: #FE5F5B; border-color: #FE5F5B}
.btn-primary:hover{background-color: #000;border-color: #FE5F5B}

.img-thumbnail{border-color: #FE5F5B; background-color: #FE5F5B}

.col-menu{ width: 100%; z-index: 6; background-color: rgb(254 95 91 / 50%); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding-top: 15px; padding-bottom: 15px}
.col-menu img{max-width: 150px}
     
.pages-container{ width: 100%}
     
.page {
      display: none;
      min-height: 100vh; height: auto; width: 100%; color: #FFF;
      position: absolute; padding: 130px 30px; padding-bottom: 30px; font-size: 18px;
      left: 0; top: 0px; background-color: rgba(0,0,0,0.5);
      transform: translateX(-100%);
      transition: transform 0.5s ease-in-out, all 300ms;
}

.page.active {
  display: block;
  /* ou opacity: 1; */
}

.page .col-titulo{margin-bottom: 15px}

.page .page-content{ width: 100%; max-width: 800px; margin: 0 auto;}
.page.active { transform: translateX(0%); z-index: 5; }


.grid{}
.grid .item {min-height:240px; height: 100%; text-align: center; padding: 10px 10px; background: rgba(88, 88, 88, 0.62); border-radius: 10px; transition: all 0.5s; margin-bottom: 0px;}
.grid .item:hover { background: #000000;}
.grid .item h4 { font-size: 20px; text-transform: uppercase; margin: 0px 0px; margin-bottom: 5px; color: #FE5F5B; font-weight: 600; }
.grid .item p { font-size: 14px; letter-spacing: .5px; color: #fdfdfd; line-height: 1.8em; margin-bottom: 5px}

.imagens{}
.imagens .item{ margin-bottom: 10px}
.imagens .item img{border: 2px solid #FE5F5B; border-radius: 6px;}


#quem-somos{}
#servicos{}
#regioes{}
#regioes{}
#orcamento{}
    
.section-rodape{width: 100%; position: fixed; bottom: 0px; left:0px; color: #FFF; text-align: center; background-color: rgb(254 95 91 / 100%); z-index: 10; font-size: 12px}