@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700,900&display=swap');

body{
  margin:0;
  padding:0;
  top:0;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  background-color:none;
  color:#666;
  font-size: 16px;
}

@-webkit-keyframes slidein {
  0% { margin-bottom: -120px; opacity: 0;}
  100% { margin-bottom: 0;  opacity: 1;}
}

@-moz-keyframes slidein {
  0% { margin-bottom: -120px;  opacity: 0;}
  100% { margin-bottom: 0;  opacity: 1;}
}

.vertical-align{ vertical-align: middle; }

@-webkit-keyframes slideintop {
  0% { margin-top: -100px; opacity: 0;}
  100% { margin-top: -30px;  opacity: 1;}
}

.transition{
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.parallax{
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}

#top{
  background: rgb(0,166,156);
  background: linear-gradient(180deg, rgba(0,166,156,1) 0%, rgba(27,117,187,1) 100%);
}

.top_bg{
  background-image: url('../../img/site/bg_top.png');
  background-position: left;
  background-repeat: no-repeat;
  margin-left: -50px;
}

.logo{
  width: 20%;
}

a{ Text-decoration: none !important; -webkit-appearance: none; color: inherit;}

.menu a{
  font-size: 0.7em;
  padding-left: 30px;
  font-weight: 700;
  color:  #fff;
}

.menu a:hover{
  color: #333;
}

.text-red{
  color: #00A69C;
}

.bg-pattern{
  background-repeat: repeat;
}

.boxes{
  display: flex;
}
.boxes .col{
  border-width: 1px;
  border-color: #ddd;
  border-style: solid;
  cursor:pointer;
  background-color: #fff;
  margin: 0 15px;
  padding: 20px;
  border-radius: 15px;
}

.boxes .col:hover{
  margin-top:-8px;
}

.cursor-pointer{
  cursor: pointer;
}

.box-img{
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-home{
  background-image:url('../../img/site/banner_bottom.png');
  background-repeat:no-repeat;
  background-position:center;
  background-position-x:center;
  background-position-y:center;
  background-size:cover;
}

#produtos .row .col loop, #produtos .row loop .col-4{
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  cursor:pointer;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#produtos .row .col loop:hover, .item-content:hover, .item-home:hover{
  border-width: 1px;
  border-color: #99DBD7;
  border-style: solid;
  border-radius: 8px;
}

#banners{
  -webkit-animation-duration:1.2s;
  -moz-animation-name: zoomout;
  -webkit-animation-name: zoomout;
  -webkit-animation-iteration-count:1;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes zoomout {
  0% {transform: scale(1.1); opacity: 1;}
  100% {transform: scale(1);  opacity: 1;}
}

.title{
  font-weight: 700;
}
.small-link{
  font-size: 0.8em;
}
.signature{
  font-size: 0.6em;
}

.sidemenu-link{
  display: block;
  cursor: pointer;
  font-size: 0.9em;
  padding: 3px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sidemenu-link:hover{
  color: #00A69C;
  font-weight: 700;
}


#linhas .col-3 img:hover{
  margin-top:-10px;
}

.footer{
  height: auto;
  color: #fff;

  background-image: url('../../img/site/bg_footer.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .row a{
  color: #fff;
  font-size: 0.7em;
  margin: 0 20px;
  font-weight: 300;
}

.footer .row a:hover{
  font-weight: 700;
}

.footer-infos{
  text-align: right;
  font-size:0.85em;
}

h1{
  font-size: 2em;
  font-weight: 700;
  color: #1B75BB;
}

h2{
  font-size: 1.2em;
  font-weight: 700;
  color: #1B75BB;
}

h3{
  font-size: 1.2em;
  font-weight: 400;
  color: #1B75BB;
}

.text-white{
  color: #fff;
}

.line-separator{
  width: 100%;
  height: 1px;
  margin: 60px 0;

  border-top-color:#ddd;
  border-top-width: 1px;
  border-top-style: solid;
}

.border-botttom{
  border-bottom-color:#ddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.border-full{
  border-color:#ddd;
  border-width: 1px;
  border-style: solid;
}

.search{
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 8px;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  cursor:pointer;
}

.breadcrumb{
  font-size: 0.8em;
  font-weight: 700;
  color: #00A69C;
  background-color: transparent;
}

form input, textarea{
  width: 100%;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 8px;
  display: block;

  border-width: 1px;
  border-color: #ddd;
  border-style: solid;
}

textarea{
  height: 250px;
}

input[type='submit']{
  background-color:#00A69C;
  color: #fff;
}

input[type=submit]:hover, .submit:hover{
  background-color:#4E4B6A;
}

.submit{
 width: 40%;
 text-align: center;
 background-color:#00A69C;
 color: #fff;
 padding: 12px;
 border-radius: 5px;
 font-size: 1.2em;
 font-weight: 600;
 cursor: pointer;
}

.separador{
  width: 100%;
  height: 1px;
  margin: 20px 0 40px 0;
  border-bottom: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.map{
  height: 380px;
  border-radius: 8px;
  width: 90%;
  margin-top: 15px;
}

.galeria_box{
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.galeria_box:hover{
  background-color:#00A69C;
  background-blend-mode: multiply;
}

.item, .item-content img{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.item-content{
  display: inline-block;
  width: 32.333%;
  height: auto;
  vertical-align: text-top;
}

.pagination{
  font-size: 0.8em;
  cursor: pointer;
}

.pagination:hover{
  color: #f00;
}

.pagination_bar{
  font-size: 0.8em;
  padding: 0 10px;
}

#userlogin{
  padding: 5px 5px 0 0;
  background-color: #ddd;
}

#userlogin form input{
  font-size: 0.7em;
  display: inline-block !important;
  text-align: center;
  padding: 3px;
  width: 200px;
  border-radius: 4px;
  align-content: flex-end;
  align-self: flex-end;
}

.foto{
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x:center;
  background-position: center;
  height: 220px;
}

.round-corners{
  border-radius: 8px;
}


.menu-mobile-button, .menu-mobile-button-remove{
  display: none;
  color: #fff;
  padding-top: 20px;
}




@media (max-width: 575.98px) {

  .menu{
  }

  .menu a{
    display: none;
    font-size: 1.3em;
    line-height: 1.6em;
    padding: 5px 0;
    text-align: center;
    margin: 10px 0;
  }

  .fa-instagram{
    margin-left: -15px !important;
  }

  .fa-instagram, .fa-facebook{
    font-size: 1.6em !important;
  }


  .logo{
    width: 60% !important;
    margin-left: 30% !important;
    display: block !important;
  }

  .menu-mobile-button {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    color: #333;
    float: left;
  }


  .menu-mobile-button-remove{
    margin-bottom: 30px;
  }

  h3, .sidemenu-link, .search{
    font-size: 1.3em;
  }

  .search{
    width: 100%;
  }

  .displaynone{
    display: none !important;
  }

  #top-projetos{
    padding-top: 30px !important;
  }

  .navbar-inside{
    font-size: 19px;
  }

  .top{
    position: relative;
    background-color: #111;
    margin-top: 0 !important;
  }

  .w-100{
    height: 175px !important;
    margin-top: -10px;
  }

  .carousel-item{
    height: auto !important;
  }

  .carousel-item a .img-fluid{
    background-size: cover;
    background-position: center;
  }

  .boxes{
    margin-top: 20px;
  }

  .boxes .col{
    margin-bottom: 20px;
  }

  .box-home{
    padding: 20px;
    margin: 40px 0;
  }

  .bg-home{
    height: 300px !important;
    background-position-x:center;
  }

  #produtos .row .title{
    padding: 0 20px;
    font-size: 1.6em;
  }

  #produtos .row .small-link{
    font-size: 1.2em;
    padding-left: 20px;
  }

  .bg-home{
    height: 550px !important;
  }

  .bg-home table tbody tr td h3{
    margin-left: 10px !important;
    font-size: 35px !important;
  }

  .footer{
    padding-top: 30px !important;
    padding-bottom: 80px !important;
    padding-left: 30px;
    padding-right: 30px;
  }


  .footer .row a{
    display: block;
    color: #fff;
    font-size: 1.4em;
    margin: 25px 0;
    font-weight: 300;
  }

  .offset-2{
    margin-left: 0;
    padding: 0 !important;
  }

  .footer .col-12{
    padding: 0 !important;
    display: block !important;
  }

  .col-3, .col-4, .col-5, .col-6, .col-8, .col-9, .col-10, iframe{
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .item{
    padding: 0 20px !important;
  }

  .item .col-4{
    margin: 20px 0;
    border-top: dotted;
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #ccc;
  }

  .foto{
    height: 340px;
    background-size: contain;
  }

  .footer .col-5{
    font-size: 1.3em;
    padding: 0;
    text-align: center !important;
  }

  .offset-1{
    margin-left: 0;
  }

  .footer .pl-5{
    padding-left: 0 !important;
  }

  #contato .col-8{
    max-width: 100% !important;
    width: 100% !important;
  }

  #contato .col-8 .inline{
    display: block !important;
  }

  .footer .col-12 .row .col-2 .col-7, .footer .col-12 .row .col-2 .col-9, .footer .col-12 .row .col-2 .col-10{
    max-width: 50% !important;
    width: 50% !important;
    flex: 0 0 50% !important;
  }

  .col-6 .row{
    padding: 0 30px;
  }

  .col-6 img{
    width: 100%;
  }

  .mr-3{
    margin-right: 0 !important;
  }

  .mt-0{
    margin-top: 20px !important;
  }

  .row .d-inline-block{
    padding: 40px;
  }

  .media, .media-body{
    display: block;
  }

  #lazer, #lazer .py-5{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #lazer .row .media{
    display: inline-flex;
  }

  #lazer .row .media .media-body{
  }

  #lazer .row .media .media-body h1{
    font-size: 15px;
  }

  .padding-left{
    padding: 30px;
  }

  .border-bottom-ocre{
    margin-top: 40px;
  }

  .col-6 .row .col-10 .align-baseline, .col-6 .row .col-12 .align-baseline{
    width: 15%;
  }

  .separator-footer{
    display: none;
  }

  .footer-infos{
    padding: 30px 0;
  }

}



/* POSSAMAI */
.hidden { display: none; }
textarea { resize:none; }
.hide { display: none; }
.both { clear:both; }
.right { float: right !important; }
.left { float: left !important; }
.m-0 { margin: 0px !important;}
.mb-10 { margin-bottom: 10px !important;}
.mb-15 { margin-bottom: 15px !important;}
.mb-25 { margin-bottom: 25px !important;}
.mb-50 { margin-bottom: 50px !important;}
.mt-0 { margin-top: 0px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-50 { margin-top: 50px !important; }
.mr-5 { margin-right: 5px !important;}
.mr-10 { margin-right: 10px !important;}
.mr-20 { margin-right: 20px !important;}
.mr-30 { margin-right: 30px !important;}
.ml-10 { margin-left: 10px !important;}
.ta-c { text-align: center !important; }
.red { color: #b94a48; }
.bold { font-weight: bold;}
.p-rel {position: relative !important;}
.p-20 { padding: 20px !important; }
.pb-0 { padding-bottom: 0px !important; }
.pr-0 { padding-right: 0px; }
.va-m { vertical-align: middle !important; }
.nop { padding: 0px !important; }
.w-250 { width: 250px !important;}
.w100 { width: 100px !important; }
.w-100p { width: 100% !important; }
.h-100p { height: 100% !important; }
.b-n { border: none !important; }

td.auto-width { width: 1px; white-space: nowrap; }

.sidebar ul  { position: relative; }
.sidebar li ul  { padding-left: 20px; }
.sidebar li ul li:before { font-family:"Font Awesome 5 Free"; font-weight:900; content:"\f0da"; position: absolute; left:10px; }

.table thead th { border:none; }
.btn-theme { background-color:#00A69C; color: #fff; }
.btn-theme:hover{ background-color:#4E4B6A; }
.add-to-cart a { margin-right: 10px; }
#table_cart thead th { background-color: #343a40 !important; color:#FFF; }
#table_cart thead th:first-child { border-radius: 8px 0px 0px 8px; }
#table_cart thead th:last-child { border-radius: 0px 8px 8px 0px; }

.button_fixed { position: fixed; bottom: 20px; right: 20px; }
.button_fixed a { display:inline-block; text-align:center; }
.button_fixed a .fa-whatsapp-square {	color: #128c7e;	font-size: 3em;	background: #FFF;	line-height: 32px; }

#lgpd_notification { width: 80%; position: fixed; bottom: 10px; left: 50%; transform: translateX(-50%);  border:1px solid #ccc; background: #fff; color: #666; font-size: 14px; z-index: 99999; padding: 10px 20px; text-align: justify; }
#lgpd_notification p { margin:0px; }
#lgpd_notification a { font-weight: 900; }
#lgpd_notification a.btn { font-size: 16px; padding: 4px 17px; font-weight: 900; }