@font-face {
     font-family: 'Quicksand Pro Bold' ;
     src: url('../fonts/QuicksandPro-Bold.otf');
}
    @font-face {
     font-family: 'Quicksand Pro Regular' ;
     src: url('../fonts/QuicksandPro-Regular.otf');
}
@font-face {
     font-family: 'AvenirLTStd Light' ;
     src: url('../fonts/AvenirLTStd-Light.otf');
}
.container{
  max-width:970px;
}

/******* menu ********/
.navMenuTop{
  height:100px;
  padding-top:25px;
  background:transparent;
  border-bottom:none;
  transition: all 0.5s ease-in-out;
}
.navMenuTop-scroll{
  background:white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.23);
}

.navbar-brand{
  height:60px;
  padding:0px;
  margin-left: 0px !important;
}
.logoTop{
  height:60px;
  background-image: url("../images/logoBranco.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  width: 170px;
  transition: all 0.5s ease-in-out;
}
.logoTop-scroll{
  background-image: url("../images/logo.svg");
}
.navbar-header{
  margin:0px !important;
  height:75px;
}
#navbar{
  background-color: white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.23);
  text-align: center;
}
.navbar-right{
  margin-top:0px;
  display: block; width:100%;
}
@media (min-width: 768px){
  #navbar{
    background-color: transparent;
    box-shadow: none;
    text-align: left;
  }
  .navbar-right{
    width:550px;
    display: flex;
    padding-left:0px;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-right:-20px;
  }
}
@media (min-width: 992px){
  .navbar-right{
    width:730px;
  }
}
.navbar-nav li{
  flex:auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 11pt;
  margin-top:10px;
  width:100%;
}
.navbar-nav li a{
  padding:15px 5px 15px 10px;
  color:white !important;
  width:auto;
  font-family: 'Roboto', sans-serif;
  transition: background-color 0.5s ease-in-out;
}
.navbar-nav li a.a-scroll{
  color:#52514D !important;
}
.navbar-nav li a:hover{
  font-weight: 900;
}
.navbar-nav li a.a-scroll:hover{
  font-weight:400;
  color:#D6A9CA !important;
}
.navbar-nav li a span{
  padding: 0px 7px 3px 7px;
  display: inline-block;
}
.menuAtivo, .menuAtivo:hover{
  font-weight: 900 !important;
}
.menuAtivo span{
  border-bottom:3px solid white;
}
.menuAtivo span.span-scroll{
  color: #BC5F12 !important;
  border-bottom:3px solid #BC5F12;
}



/*** PAGINA INDEX.PHP ****/

/***************** CARROSSEL ***************/
.carousel-control.left, .carousel-control.right {
  background-image:none !important;
  filter:none !important;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,0);
  filter: alpha(opacity=50);
  opacity: .5;
  height:30px !important;
  width:30px !important;
  margin-top:300px;
}

.glyphicon-chevron-left, .glyphicon-chevron-right{
  margin-top:-17px !important;
}

.item{
  height:600px;
  background-repeat: no-repeat;
  background-size:100% auto;
  background-position: bottom center;
}
@media (max-width: 1366px) {
  .item{
    background-size:auto 100%;
  }
}

.itemConteudo{
  height:600px;
  padding-top:100px;
}

.carrosselLogo{
  padding-bottom: 30px;
  min-height:125px;
}
.carrosselLogo img{
  width:125px;
  height:125px;
}
@media (min-width: 768px){
  .carrosselLogo{
    margin-top:70px;
  }
  .carrosselLogo img{
    width:180px;
    height:180px;
  }
}
@media (min-width: 992px){
  .carrosselLogo img{
    width:300px;
    height:auto;
  }
}


@media (min-width: 768px){
  .carrosselConteudo{
    margin-top:115px;
  }
}
.carrosselConteudoTexto{
  margin-bottom:30px;
  color: #fff;
}

.carrosselConteudoTexto .tituloCarrossel{
  font-family: 'Quicksand Pro Bold';
  font-size:22pt;
  margin-bottom:30px;
  line-height: 1;
}
@media (min-width: 768px){
  .carrosselConteudoTexto .tituloCarrossel{
    font-size:29pt;
  }
}
@media (min-width: 992px){
  .carrosselConteudoTexto .tituloCarrossel{
    font-size:36.5pt;
  }
}

.carrosselConteudoTexto .descricaoCarrossel{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:10.65pt;
}
.btnCarrossel{
  height:55px;
  padding: 15px 45px 15px 45px;
  border:4px solid white;
  font-family: 'Roboto', sans-serif;
  font-size:11pt;
  color:white;
  background-color:transparent;
  border-radius:15px;
  font-weight: 400;
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
}

.btnCarrossel:hover{
  background-color:white !important;
  color: #BC5F12 !important;
  transition-duration: 300ms;
}


/********** O QUE FAZEMOS ************/

#oQueFazemos{
  min-height:390px;
  margin-top:130px;
}
.tituloOQFazemos{
  font-family: 'Quicksand Pro Bold';
  color:#52514D;
  font-size:22pt;
}
.textoOQFazemos{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color:#52514D;
  font-size: 13pt;
}
.itensServicos{
  margin-top:92px;
  min-height:210px;
}

.itensServicos ul{
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  min-height:235px;
  height:auto;
  flex-wrap: wrap;
  overflow: none;
}
@media (min-width: 768px){
  .itensServicos ul{
    max-width: 608px;
  }
}
@media (min-width: 992px){
  .itensServicos ul{
    max-width: 930px;
  }
}
.itensServicos li{
  width: 150px;
  height: 230px;
  background: white;
  margin:0px 10px 5px 10px;
  text-align: center;
  vertical-align: center;
  font-size: 24px;
  color: #142b18;
  cursor: pointer;
}

.imgItemServico{
  height:145px;
  width:100%;
}
.imgItemServico img{
  max-height:100%;
  width:auto;
}
.textoItemServico{
  margin-top:25px;
  font-family: 'Quicksand Pro Bold';
  color:#52514D;
  font-size: 12.9pt;
  line-height: 1;
}


/********** CARDS **********/
#cardsSection{
  margin-top:130px;
  min-height:440px;
}
@media(max-width:767px){
  #cardsSection{
    padding-left:15px;
    padding-right:15px;
  } 
}
.cardMobile{
  width:100%;
  min-height: 100px;
  height:auto;
  display: block;
}
.cardDesktop{
  height:440px;
  width:470px;
  display: none;
}
.cards img{
  width:100%;
  height:auto;
}
.cards a{
  height:100%;
  width:100%;
  display: block;
}
.cardLeft{
  float:left;
}
.cardRight{
  float:right;
  margin-top:10px;
}
@media (min-width: 768px){
  .cardMobile{
    width:370px;
    height:346.4px;
  }
  .cardRight{
    margin-top:0;
  }
}
@media (min-width: 992px){
  .cardMobile{
    display:none;
  }
  .cardDesktop{
    display:block;
  }

}

/************** FALE CONOSCO *********/
#faleConoscoSection{
  height:475px;
  margin-top:92px;
  background-repeat: no-repeat;
  background-size:100% auto;
  background-position: bottom center;
  padding-top:130px;
  background-image:url('../images/faleconosco_bg_m.svg');
}
@media (max-width: 1366px) {
  #faleConoscoSection{
    background-size:auto 100%;
  }
}
@media (min-width: 790px) {
  #faleConoscoSection{
    background-image:url('../images/faleconosco_bg.svg');
  }
}

.conteudoFaleConosco{
  height:345px;
}

.tituloFaleConosco{
  font-family: 'Quicksand Pro Bold';
  font-size: 22pt;
  color:white;
  line-height: 1;
  margin-bottom: 25px;
}

.textoFaleConosco{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:13pt;
  color:white;
  margin-bottom: 45px;
  line-height: 1;
}

.socialBtn{
  margin-bottom:25px;
}

.socialIconsFC{
  
  font-family: 'AvenirLTStd Light';
  font-size: 13pt;
  color: white;
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.socialIconsFC>div{
  margin-top: 0px;
  margin-bottom:0px;
  text-align: center;
  vertical-align: -webkit-baseline-middle;
}
.socialIconsFC>div>a{
  text-decoration:none;
  color:white;
}
.onlyIconSocial{
  font-size:1.8em !important;
}
.onlyTextSocial{
  display: none;
  float:right;
  margin-left:5px;
  margin-top:7px;
}
@media (min-width: 768px){
  .onlyTextSocial{
    display: inline-block;
  }
}

/*** FIM PAGINA INDEX.PHP ****/


/*** PAGINA CONTATO.PHP ****/


#contatoContent{
  background-image:url('../images/contato_bg.svg');
  height:850px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-top:150px;
}
@media (min-width: 768px) {
  #contatoContent{
    height:750px;
  }
}

@media (max-width: 1366px) {
  #contatoContent{
    background-size:auto 100%;
  }
}


.contatoConteudo{
  width:100%;
  float:left;
}

@media (min-width: 992px){
  .contatoConteudo{
    width:568px;
    float:right;
  }
}

.contatoConteudoTexto{
  color: #fff;
  margin-bottom: 30px;
}

.contatoConteudoTexto .tituloContato{
  font-family: 'Quicksand Pro Bold';
  font-size:22pt;
  margin-bottom:25px;
  line-height: 1;
}
@media (min-width: 768px){
  .contatoConteudoTexto .tituloContato{
    font-size:29pt;
  }
}
@media (min-width: 992px){
  .contatoConteudoTexto .tituloContato{
    font-size:36.5pt;
  }
}

.contatoConteudoTexto .descricaoContato{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:10.65pt;
}
.contatoConteudoBotao>form ul{
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  display: block;
  justify-content: space-between;
}
.contatoConteudoBotao>form li{
  width: 100%;
  margin-top: 0px;
  margin-bottom:0px;
  text-align: left;
}
.labelContato{
  background-color: white;
  border-radius: 5px;
  height:45px;
  margin-bottom:10px;
  margin-left:10px;
  padding:5px;
  width:100%;
  font-family: 'Roboto', sans-serif;
  color:#52514D;
  font-weight: 400;
}
@media (min-width: 768px){
  .contatoConteudoBotao>form ul{
    display: flex;
  }
  .contatoConteudoBotao>form li, .labelContato{
    width:215px;
  }
}

@media (min-width: 992px){
  .contatoConteudo, .contatoConteudoBotao{
    padding:0;
  }
  .contatoConteudoBotao>form li, .labelContato{
    width:180px;
  }
}
.labelContato:nth-child(1){
  margin-left:0px;
}

.labelContatoLarge{
  width:100%;
  margin-left:0px;
}
.labelContatoTextArea{
  width:100%;
  margin-left:0px;
  height:140px;
}

.spanLabelContato{
  display: block;
  font-size:9pt;
}
input,textarea{
  background:none;
  border:0px solid;
  text-decoration: none;
}
input:focus,textarea:focus{
  border:0px solid;
  outline:0;
}
textarea{

  resize: unset;
  height:115px;
  width:100%;
}
.btnEnviarContato{
  height:45px;
  width:100%;
  padding: 10px 45px 10px 40px;
  border:3px solid white;
  font-family: 'Roboto', sans-serif;
  font-size:11pt;
  color:white;
  background-color:transparent;
  border-radius:5px;
  font-weight: 400;
  color: white !important;
  background-color: transparent !important;
  border-color: white !important;
}

.btnEnviarContato:hover{
  background-color:white !important;
  color: #BC5F12 !important;
  transition-duration: 300ms;
}
.socialIconsContato{
  margin-top:25px;
  justify-content: space-between;
}
/*** FIM PAGINA CONTATO.PHP ****/




/***** PAGINA SERVICOS.php ****/



#servicoContent{
  background-image:url('../images/servicos_bg1.svg');
  height:350px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-top:150px;
}
@media(min-width: 768px){
  #servicoContent{
    height:600px;
    padding-top:215px;
  }
}
@media (max-width: 1366px) {
  #servicoContent{
    background-size:auto 100%;
  }
}


.servicoConteudo{
  width:100%;
  float:left;
  
}

@media (min-width: 992px){
  .servicoConteudo{
    width:568px;
    float:right;
  }
}

.servicoConteudoTexto{
  color: #fff;
  margin-bottom: 30px;
  padding: 0;
}

.servicoConteudoTexto .tituloServico{
  font-family: 'Quicksand Pro Bold';
  font-size:24pt;
  margin-bottom:25px;
  line-height: 1;
  padding: 0;
}

.servicoConteudoTexto .descricaoServico{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:11.5pt;
}

@media (min-width: 992px){
  .servicoConteudoTexto .tituloServico{
    font-size:42pt;
  }
  .servicoConteudoTexto .descricaoServico{
    font-size:14pt;
  }
}


#servicosAll{
}

.servicosIn{
  margin-top:130px;
  margin-bottom:130px;
  max-width:710px;
}
.umServico{
  height:auto;
  margin-bottom:20px;
}
.umServico:last-child{
  margin-bottom: 0px;
}
.umServico>figure{
  height:120px;
  width:99px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  display: inline-block;
  float:left;
}
.textoUmServico{
  float:right;
  width:100%;
}
.tituloUmServico{
  font-family: 'Quicksand Pro Bold';
  font-size: 12.5pt;
  color:#52514D;
}
.descUmServico{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 10.8pt;
  color: #52514D;
  word-wrap:break-word; 
  -moz-hyphens:auto;  
  -ms-hyphens:auto;  
  -webkit-hyphens:auto;  
  hyphens:auto;  
}
@media (min-width: 768px){
  .umServico{
    margin-bottom:40px;
  }
  .textoUmServico{
    width:540px;
    padding-top:10px;
    padding-left:5px;
  }
}
@media (min-width:992px){
  .umServico{
    height:165px;
    margin-bottom: 65px;
    padding: 0;
  }
  .umServico>figure{
    height:165px;
    width:135px;
  }
  .textoUmServico{
    width:545px;
    padding-top:30px;
  }
}

#servicosVerPort{
  background-image:url('../images/servicos_bg2_mobile.svg');
  height:420px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-top:130px;
}
@media (max-width: 1366px) {
#servicosVerPort{
    background-size:auto 100%;
  }
}

@media (min-width: 1000px) {
  #servicosVerPort{
    background-image:url('../images/servicos_bg2.svg');
  }
}

#servicosVerPort>.container{
  font-family: 'Quicksand Pro Bold';
  font-size:20pt;
  max-width:720px;
  color:white;
  line-height: 1.2;
}
#servicosVerPort>.container>p{
  margin-bottom: 35px;
}
@media (min-width: 992px){
  #servicosVerPort{
    height:480px;
  }
  #servicosVerPort>.container{
    font-size:39pt;
  }
}
/***** FIM PAGINA SERVICO.PHP ***/

/*********** PAGINA SOBRE.PHP ***********/

#sobreContent{
  background-image:url('../images/sobre_bg1_mobile.png');
  height:350px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-top:150px;
}
@media(min-width: 768px){
  #sobreContent{
    height:600px;
    padding-top:215px;
  }
}
@media (max-width: 1366px) {
  #sobreContent{
    background-size:auto 100%;
  }
}

@media (min-width: 600px) {
  #sobreContent{
    background-image:url('../images/sobre_bg1.png');
  }
}

.sobreConteudo{
  width:100%;
  float:left;
  
}

@media (min-width: 992px){
  .sobreConteudo{
    width:568px;
    float:right;
  }
}

.sobreConteudoTexto{
  color: #fff;
  margin-bottom: 30px;
  padding: 0;
}

.sobreConteudoTexto .tituloSobre{
  font-family: 'Quicksand Pro Bold';
  font-size:24pt;
  margin-bottom:25px;
  line-height: 1;
  padding: 0;
}

.sobreConteudoTexto .descricaoSobre{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:11.5pt;
}

@media (min-width: 992px){
  .sobreConteudoTexto .tituloSobre{
    font-size:42pt;
  }
  .sobreConteudoTexto .descricaoSobre{
    font-size:14pt;
  }
}

#sobreEJ{
  max-width: 850px;
  padding-top:90px;
  padding-bottom:90px;
}

.tituloEJ{
  font-family: 'Quicksand Pro Bold';
  font-size:17pt;
  color:#52514D;
  line-height: 1.2;
  padding-bottom: 15px;
}
.textosEJ{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:10pt;
  color:#52514D;
  padding-bottom:45px;
}
.textosEJ div{
  padding-top:15px;
}


.videoEJ{
  max-height:455px;
  padding: 0 15px 0 15px;
}
@media (min-width: 992px){
  #sobreEJ{
    padding-top:130px;
    padding-bottom:130px;
  }
  .tituloEJ{
    font-size:21pt;
    padding-bottom: 30px;
  }
  .textosEJ{
    font-size:11pt;
    padding-bottom: 55px;
  }
}

#sobreAFaisca{
  min-height: 600px;
  background-color:rgb(227,104,118);
  padding-top:90px;
  padding-bottom:90px;
}
#sobreAFaisca>.container{
  max-width: 850px;
}
.tituloAFaisca{
  font-family: 'Quicksand Pro Bold';
  font-size:17pt;
  color:white;
  line-height: 1.2;
  padding-bottom: 5px;
}
.textosAFaisca{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:10pt;
  color:white;
  padding-bottom:45px;
}
.textosAFaisca div{
  padding-top:15px;
}

@media (min-width: 992px){
  #sobreAFaisca{
    padding-top:130px;
    padding-bottom:130px;
  }
  .tituloAFaisca{
    font-size:23pt;
    padding-bottom: 10px;
  }
  .textosAFaisca{
    font-size:11.5pt;
    padding-bottom: 55px;
  }
}

#sobreAFaisca>.missaoFaisca{
  max-width:515px;
}
.missaoFaisca>.textosAFaisca{
  padding-bottom: 0px;
}

#sobreIntegrantes{
  padding-top:90px;
  padding-bottom:90px;
}
.textosIntegrantes{
  margin-bottom:35px;
}
.tituloIntegrantes{
  font-family: 'Quicksand Pro Bold';
  font-size:17pt;
  color:#52514D;
  line-height: 1.1;
  margin-bottom: 20px;
}
.textoIntegrantes{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:10pt;
  color:#52514D;
}

@media (min-width: 992px){
  #sobreIntegrantes{
    padding-top:130px;
    padding-bottom:130px;
  }
  .tituloIntegrantes{
    font-size:23pt;
    margin-bottom: 25px;
  }
  .textoIntegrantes{
    font-size:11.8pt;
  }

}
.pessoasIntegrantes{
  display: block;
}
.umIntegrante{
  height:132px;
  margin-bottom:35px;
}
.imgUmIntegrante{
  height: 130px;
  width:130px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  border-radius:50%;
}
.hoverImgUmIntegrante{
  background-color:rgba(188, 95, 18, 0);
  height: 100%;
  width:100%;
  border-radius:50%;
  display: none;
  padding:5px;
  padding-top:35px;
}
.hoverImgUmIntegrante:hover{
  background-color:rgba(188, 95, 18, 0.6);
}
.hoverImgUmIntegrante p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:11pt;
  color:white;
  display:none;
}

.textoMobile{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:11pt;
  color:#52514D;
  text-align: left;
  float: left; 
  margin-left: 150px;
  margin-top:-90px;
}
.nomeMobile{
  font-size:12pt;
}
@media (min-width: 992px){
  .hoverImgUmIntegrante{
    display:block;
  }
  .hoverImgUmIntegrante:hover{
    cursor:pointer;
  }
  .textoMobile{
    display:none;
  }
}
#sobreVerPort{
  background-image:url('../images/sobre_bg2_mobile.svg');
  height:400px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  padding-top:90px;
}
@media (max-width: 1366px) {
#sobreVerPort{
    background-size:auto 100%;
  }
}

@media (min-width: 850px) {
  #sobreVerPort{
    background-image:url('../images/sobre_bg2.svg');
  }
}

#sobreVerPort>.container{
  font-family: 'Quicksand Pro Bold';
  font-size:25pt;
  max-width:500px;
  color:white;
  line-height: 1.2;
}
#sobreVerPort>.containerp:nth-child(1){
  margin-bottom: 25px;
}
.textoSobreVerPort{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:10.5pt;
  margin-bottom: 35px;
}
@media (min-width: 992px){
  #sobreVerPort{
    height:480px;
    padding-top:130px;
  }
  #sobreVerPort>.container{
    font-size:40pt;
  }
  .textoSobreVerPort{
    font-size:12pt;
  }
}


/***** FIM PAGINA SOBRE.PHP ****/


/******* PAGINA PORTFOLIO.PHP *********/

#portfolioContent{
  background-image:url('../images/portfolio_bg_mobile.svg');
  height:350px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding-top:150px;
}
@media(min-width: 768px){
  #portfolioContent{
    height:600px;
    padding-top:215px;
  }
}
@media (max-width: 1366px) {
  #portfolioContent{
    background-size:auto 100%;
  }
}
@media(min-width: 620px){
  #portfolioContent{
    background-image:url('../images/portfolio_bg.svg');
  }
}

.portfolioConteudo{
  width:100%;
  float:left;
  
}

@media (min-width: 992px){
  .portfolioConteudo{
    width:568px;
    float:right;
  }
}

.portfolioConteudoTexto{
  color: #fff;
  margin-bottom: 30px;
  padding: 0;
}

.portfolioConteudoTexto .tituloPortfolio{
  font-family: 'Quicksand Pro Bold';
  font-size:24pt;
  margin-bottom:25px;
  line-height: 1;
  padding: 0;
}

.portfolioConteudoTexto .descricaoPortfolio{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:11.5pt;
}

@media (min-width: 992px){
  .portfolioConteudoTexto .tituloPortfolio{
    font-size:42pt;
  }
  .portfolioConteudoTexto .descricaoPortfolio{
    font-size:14pt;
  }
}

#portfoliosAll{
  padding:0px;
  padding-top:100px;
  padding-bottom:50px;
}
.filtroPortfolio{
  display:block;
  padding: 0px 15px 0px 15px;
  margin:0px;
  margin-bottom:30px;
}
.filtroPortfolio form{
  padding:0px;
}
.filtroPortfolio select{
  padding: 10px 25px 10px 25px;
  border-radius:8px;
  margin-top:00px;
  width: 100%;
  font-family: 'Quicksand Pro Regular';
  color:#52514D;
  font-size: 12.9pt;
}
.filtroPortfolio select:focus{
  outline:0;
}
.btnPortfolio{
  margin-top:10px;
  height:55px;
  width: 100%;
  padding: 10px 25px 10px 25px;
  border:2px solid #BC5F12;
  font-family: 'Roboto', sans-serif;
  font-size:11pt;
  background-color:transparent;
  border-radius:15px;
  font-weight: 400;
  color: #52514D !important;
  background-color: transparent !important;
  border-color: #52514D !important;
}
.btnPortfolio:hover{
  background-color:#BC5F12 !important;
  border-color: #BC5F12 !important;
  color: white !important;
  transition-duration: 300ms;
}
@media (min-width: 768px){

  .filtroPortfolio select{
    margin-top:20px;
    margin-right:30px;
    width:auto;
  }
  .btnPortfolio{
    width:auto;
    margin-top:-6px;
  }
}
@media (min-width: 992px){
  .filtroPortfolio{
    padding: 0px 5px 0px 5px;
  }
}
#portfoliosAll ul{
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  min-height:235px;
  height:auto;
  flex-wrap: wrap;
  overflow: none;
}
#portfoliosAll li{
  width: 350px;
  height: 283px;
  margin:0px 0px 35px 0px;
  text-align: center;
  vertical-align: center;
  font-size: 24px;
  color: #142b18;
  cursor: pointer;
}

.imgItemPortfolio{
  height:243px;
  width:350px;
}

.modal-title, .carregandoModal{
  font-family: 'Quicksand Pro Bold';
  color:#52514D;
}

@media (min-width: 768px){
  #portfoliosAll ul{
    max-width: 760px;
    justify-content: space-around;
  }
  .modalPortfolio{
    width:745px;
  }
}
@media (min-width: 992px){
  #portfoliosAll ul{
    max-width: 100%;
    justify-content: flex-start;
  }
  #portfoliosAll li{
    width: 310px;
    height: 250px;
    margin:0px 6px 45px 7px;
  }
  .imgItemPortfolio{
    height:215px;
    width:310px;
  }
  
  .modalPortfolio{
    width:960px;
  }

}
.imgItemPortfolio img{
  max-width:100%;
  width:auto;
  max-height:100%;
}
.textoItemPortfolio{
  font-family: 'Quicksand Pro Regular';
  color:#52514D;
  font-size: 12.9pt;
  line-height: 1,2;
  margin-top:5px;
}
/***** FIM PAGINA PORTFOLIO.PHP ************/


/***** footer ***/
footer{
  min-height:125px;
  background-color: #BC5F12;
  padding-top:30px;
}
.logoFooter{
  height:60px;
  background-image: url("../images/logoBranco.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  width: 170px;
}
.textoFooter{
  float:right;
  margin-top:25px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  color:white;
  font-size:11.8pt;
}
.textoFooter a{
  color:white;
}

