@font-face {
    font-family: 'square721_cn_btroman';
    src: url('../fonts/tt0248m_-webfont.woff2') format('woff2'),
         url('../fonts/tt0248m_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
  width:100%;
  float: left;
  margin: 0 auto;
  font-family: 'square721_cn_btroman';
  background-image:url(../images/bg-.png);
  background-repeat:no-repeat;
  background-position: 120% -40px;
}
header{
  width: 100%;
  float: left;
    padding-top: 20px;
	background-image:url(../images/bg-vermelho.png);
	  background-repeat:no-repeat;
}
.logo h1{
  width: 270px;
  height: 66px;
  text-indent: -5000px;
  background-repeat: no-repeat;
  background-position: center;
  background: url('../images/logo.png') ;
  margin: 25px 0;
  float: left;
}
.bg-light{
  width: 100%;
  float: left;
  padding: 0;
  background-color:#3F4042 !important;
}
.navbar-nav .nav-link{
  color: #fff !important;
  font-size: 16px;
  padding: 20px !important;
  background:url('../images/l.png') no-repeat  right center;
}
.navbar-nav .nav-link img{
  margin-right: 5px;
  margin-top: -4px;
}
.navbar-nav .nav-link:hover{ background: #AA3235 !important}
.ctt{
  /*margin-top: 30px;*/
}
.ctt p{
  text-align: right;
  font-size: 17px;
  color: #3F3F41;
  margin-bottom: 0;
}
.busca{
  position: relative;
  padding: 12px 0;
}
.busca .form-control{
  width: 100%;
  float: left;
  position: relative;
  background: #535355;
  border-radius: 3px;
  width: 250px;
  border:none;
  color: #fff;
}
.busca button{
  width: 25px;
  height: 25px;
  right: 12px;
  position: absolute;
  border: none;
  background-image: url('../images/i-busca.png');
  background-repeat: no-repeat;
  background-position: center;;
  background-color: #535355;
}
article{
  width: 100%;
  float: left;
  padding-top: 20px;
}
.carousel{
  padding-bottom: 27px;
  background-image: url('../images/sombra.png');
  background-position: center bottom;
  background-repeat: no-repeat;
}
.orcamento{
  width: 100%;
  height: 370px;
  float: left;
  background: url('../images/orcamento.jpg') no-repeat bottom right #DCDCDC;
}
.orcamento h2{
  background: #AA3235;
  padding: 20px;
  font-size: 16px;
  color: #fff;
}
.orcamento img{
  margin-right: 12px;
}
.orcamento h3{
  width: 225px;
  float: left;
  font-size: 25px;
  color: #3F3F40;
  padding: 40px 30px;
}
.orcamento .btn{
  margin-top: 30px;
  background-color: #FFD24D;
  border-radius: 0;
  border-color: #FFD24D;
  color: #AA3235;
  font-size: 18px;
  padding: 14px 20px;
}
.trabalho{
  margin-top: 20px;
  width: 100%;
  float: left;
  background: url("../images/nosso-trabalho1.jpg") no-repeat center bottom #333;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  height: 300px;
}
.trabalho h2{
  font-size: 16px;
  color: #fff;
  padding: 15px;
}
.trabalho img{ margin-right: 5px;}
.seg-titulo{
  width: 100%;
  float: left;
  background: #3F4042;
}
.seg-titulo h2{
  color: #fff;
  background: url('../images/dt.jpg') no-repeat right center #AA3235;
  float: left;
  font-size: 16px;
  padding: 18px 60px 18px 18px;
  margin: 0;
}
.seg-titulo h2 img{
  margin-right: 5px;
}
.seg-titulo .btn{
  float: right;
  margin: 11px;
  border-radius: 0;
  font-size: 13px;
}
.produtos .item {
  border-bottom: 1px solid #eee;
 width: 100%;
 float: left;
 padding-bottom: 15px;
   margin-top: 18px;
}
.produtos .item figure{
  width: 48%;
  float:left;
  height: 128px;
  margin: 0;
  background: #fff;
}
.produtos .item h3{
  background:url('../images/dt-p.png') no-repeat center left  #3F4042;
  width: 52%;
  float: left;
  color: #fff;
  font-size: 18px;
  height: 128px;
  padding-left: 35px;
  margin-bottom: 0;
}
.produtos .item figure img{
    max-width: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  	-webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 400ms linear;
    -o-transition: -o-transform 400ms linear;
    -webkit-transition: -webkit-transform 400ms linear;
    transition: transform 400ms linear;
}
.produtos .item  img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.cd-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    font-size: 2rem;
    background-color: #1B4C85;
    text-align: center;
    color: #ffffff !important;
    line-height: 46px;
    border-radius: 70px;
    display: none;
    z-index: 3000;
    box-shadow: 0px 2px 6px #635f5a;
}
.tit{
  float: left;
  text-transform: uppercase;
  text-align: center;
  color: #3F4042;
  margin-bottom: 20px;
  font-size: 30px;
  padding: 0 8px 5px 8px;
  margin-top: 20px;
  border-bottom: 3px solid #AA3235;
}
.institucional p{
  font-size: 17px;
  text-align: justify;
}
/*Contato*/
.contato .input{
  width:100%;
  padding: 12px;
  border: none;
  border-radius: 3px;
  margin-bottom: 8px;
  background: #eee;
 }
 .contato p{
   font-size:18px;
   margin-bottom: 30px;
 }
 #mapa{
   width: 100%;
   height: 360px;
   float: left;
 }
 /*Galeria*/
 .galeria figure{
   height: 250px;
   float: left;
   width: 100%;
   background: #333;
   margin-bottom: 8px;
   position:relative;
   background-size:cover !important;
   -webkit-background-size:cover !important;
 }
  .galeria .a:hover .span { display: block; }
.span {
  background:url('../images/bg-v.png') center;
   display: none; width: 100%;
    height: 100%;
     position: absolute;
    transition: opacity ease-out 1s;
    -webkit-transition: opacity ease-out 1s;
  }
 .galeria h2{
   font-size: 18px;
   color: #333;
 }

 .a{
   margin-bottom: 15px;
 }
 .seg-figure {
   float: left;
   margin-bottom: 20px;

 }
 a, a:hover{ text-decoration: none;}
/*Produtos*/
.lateral .nav{
  background: #999999;
}
.lateral .nav .nav-link{
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.lateral .nav .nav-link:hover, .lateral .nav .active {
  background: #3F4042;
}
.produtos .a{
  width: 100%;
  float: left;
  margin : 20px 0  0 0 ;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.produtos .btn{
  margin-top: 12px;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 0;
  }
.produtos .a h3{
  text-align: center;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  background: #3F4042;
}
.produtos figure{
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
  margin: 0;

}
.produtos .a figure img{
    max-width: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	-webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 400ms linear;
    -o-transition: -o-transform 400ms linear;
    -webkit-transition: -webkit-transform 400ms linear;
    transition: transform 400ms linear;
}
.produtos .a  img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.produtos h4{
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  color: #AA3235;
  font-weight: 900;
  }
  .produtos p{
    text-align:justify;
    font-size: 16px;
  }
  .produtos .galeria a{
    margin-bottom: 15px;
  }

  .galeria{
    margin-top: 20px;
    margin-bottom: 20px;
  }
#form2  .input{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 12px;
    background-color: #eee;
    border: 1px solid #eee;
  }
  .modal-header{
    background: #AA3235;
  }
  .modal-title{
    color: #fff;
  }
button.close{ color: #fff;}
.navbar-expand-lg .navbar-nav .dropdown-menu{
  background:   #3F4042 !important
}
.dropdown-menu{ padding: 0;}
.dropdown-item{  color: #fff; padding: 5px 15px;}
.dropdown-item:focus, .dropdown-item:hover{ background:#AA3235; color: #fff !important;}
.dropdown-toggle::after{ display:none;}
.pop {
    width: 100%;
    position:fixed;
    background:url(../images/bg.png);
    left: 0;
    top: 0;
    height: 100%;
}

/*Rodape*/
footer{
  width: 100%;
  float: left;
  background: #3F4042;
  margin-top: 40px;
}
footer .fa{
  font-size: 30px;
  color: #fff;
  margin-bottom: 8px;
  margin-right: 8px;
}
footer p{
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  padding: 18px 0;
  background-color: #AA3235;
  margin: 0;
  font-size: 15px;
}
footer .sm{
  width: 220px;
  height: 31px;
  background-image: url('../images/logo-studiomega.png');
  background-repeat: no-repeat;
  text-indent: -5000px;
  float: left;
  left: 50%;
  position:relative;
  margin: 15px 0;
  margin-left: -110px;
}
.seg-video{
	 width:100%;
	 float:left;
	 padding:20px;
	 background:#eee;	 
 }
 .box-cookies.hide {
    display: none !important;
  }
  
  .box-cookies {
    position: fixed;
    background: #fffffff2;;
    width: 90%;
    margin-left: 5%;
    z-index: 9999999999999998;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 40%);
    border: solid 1px #eeeeee;
  }
  
  .box-cookies .msg-cookies {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;   
    line-height: 22px;
    margin: 0;
    padding: 15px;
  }
  .box-cookies .btn-cookies{
    margin: 15px;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
  }
  .box-cookies .btn-cookies {
    background: #e99e12;
    cursor: pointer;
    align-self: normal;
  }

  @media screen and (max-width: 600px) {
    .box-cookies {
      flex-direction: column;
    }
  }
@media (max-width: 1450px) {
	header{ background-position: -250px 0; }
 }

@media (max-width: 1199px) {
.busca{ display: none;}
.navbar-nav .nav-link{ padding: 20px 33px !important;}
header { background-position: -350px 0%;} body{ background-position: 250% -100px;}
}
@media (max-width: 1000px) {
  .logo h1{  background-size: cover !important; -webkit-background-size: cover !important;      width: 190px;    height: 46px;  margin: 0 auto; margin-bottom: 20px; float: none;}
.ctt{ margin-top: 0 ;}
.ctt p { font-size: 15px; }
.bg-light{ margin-top: 15px;}
.navbar-nav .nav-link{  background: none; padding: 15px 0 !important;  text-align: center;}
.navbar-light .navbar-toggler{ color:#fff !important; margin:  8px  auto;}
.navbar-collapse{ border-top: 1px solid #666;}
header { background-position: -350px 0%; }  body {  background-position: 401px -100px;}
}
@media (max-width: 768px) {
	header{ background-image:none;}
    .ctt p{  text-align: center; width: 100%; margin: 0; }
#mapa{ margin-bottom:  20px;}
.orcamento{ background-position-x: 0;} 
body {  background-position: 30% -30px; }
 .ctt .btn{ font-size: 13px;}
}
@media (max-width: 450px) {
  .contato-top{ display: none;}
}
