@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900'); 


html{
    font-size: 100%;
}

h2{font-family: 'Source Sans Pro:400', sans-serif;}

a{text-decoration:none; list-style:none;}
a:hover{text-decoration:none; list-style:none;}




*::-webkit-input-placeholder {
  color: #707070;
  font-family: 'Source Sans Pro:700', sans-serif;
  
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #707070;
  font-family: 'Source Sans Pro:700', sans-serif;
  opacity: 1;
  
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #707070;
  font-family: 'Source Sans Pro:700', sans-serif;
  opacity: 1;
  
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070;
  font-family: 'Source Sans Pro:700', sans-serif;
  
}
*::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #707070;
  font-family: 'Source Sans Pro:700', sans-serif;
  
}
*::placeholder {
  /* modern browser */
  color: #707070;
  font-family: 'Source Sans Pro:700', sans-serif;
  
}

/*
|-------------------------------------------------|
|
|   UTILIDADES
|
|-------------------------------------------------|
*/

.portfolio-wrap { position: absolute; bottom: 0; left: 0; width: 100%; padding-left: 15px; padding-right: 15px; }


.p-top-20rem{ padding-top: 20rem;}

.m-top-4{margin-top: 4rem;}
.m-top-5{margin-top: 5rem;}
.m-top-7{margin-top: 7rem;}
.m-top-8{margin-top: 8rem;}




.hack { position: absolute; left:0; right:0; top:0;}

.custom-padding-md{padding:0;}

.category-active{background-color: #D2A975; border-radius: 13px;}
.category-active a{color:#fff!important;}



.btn-generic{
    width:200px;
    background-color:#D2A975;
    text-decoration: none;
    list-style: none;
    color:#fff;
    border-radius: 13px;
    

}

.btn-generic-block{
  background-color:#D2A975;
  text-decoration: none;
  list-style: none;
  color:#fff;
  padding: 3px;
  border-radius: 13px;
  height: 40px;
}

.btn-generic-block:hover{
  background-color: #E0C39F;
  text-decoration: none;
  list-style: none;
  color:#fff;
  vertical-align: middle;
  padding: 3px;
  height: 40px;
}

.btn-generic:hover{
    background-color: #E0C39F;
    text-decoration: none;
    list-style: none;
    color:#fff;
}

.background-generic{background-color: rgba(232,211,185, 0.5);}
.color-generic{color: #707070;}
.color-generic:hover{color: #707070;}

.colorstrip{
    width: 40px; 
    height:4px;
    background-color: #D2A975;
    margin:0 auto;
}



.bottom-bar{
  width: 100%; height:2px;
  background-color: #707070;
  margin:0 auto;
}

.custom-input{
  width: 100%;
  background-color:#fafafa;
  border-radius: 7px;
  box-shadow: none;
  border: none;
  padding-left:20px;
}

.border-default{border: 1px solid #B2B2B2;}

/*
|-------------------------------------------------|
|
|       SPINNER LOADING
|
|-------------------------------------------------|
*/

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #D2A975;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  /*
  |-------------------------|
  | OVERRIDE PAGINAÇÃO
  |-------------------------|
  */

  .page-link{color:#707070;}
  .page-item.active .page-link{background-color:#D2A975; border-color:#D2A975; }
  
  

  /*
  |-----------------------------------------------|
  |
  |   NAVBAR
  |
  |-----------------------------------------------|
  */

  .navbar{background-color:rgba(255, 255, 255, 0.7);}

  .navbar-light .navbar-nav .nav-link{
    color:#000000!important;
    font-family: 'Source Sans Pro:400', sans-serif!important;
  }
    

/*
|-------------------------------------------------|
|
|       HOME PAGE
|
|-------------------------------------------------|
*/

.home-banner{
    width: 100%;
    height: 1080px;
    background-image: url('/assets/images/background_home.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.home-banner .container{padding-top:20rem;}
.home-banner p{
    font-family: 'Source Sans Pro:700', sans-serif;
    font-size: 2.5rem;
    color:#000000;
}

.home-banner a{font-family: 'Source Sans Pro:400', sans-serif; }

.menu{position:absolute; top: 40%; right:170px;}
.menu ul{list-style: none;}
.menu ul li{padding: 15px; text-align:right;}
.menu li a{color:#fff;font-family: 'Source Sans Pro:700', sans-serif; font-weight: bold; font-size:16px;}

.quem-somos .background-generic{
    min-height: 375px;
}

.quem-somos h2{font-family: 'Source Sans Pro:700', sans-serif; margin-top:2rem;}
.quem-somos h3{font-family: 'Source Sans Pro:700', sans-serif; margin-top:2rem; font-weight: bold;}
.quem-somos p{font-family: 'Source Sans Pro:400', sans-serif;}

.quem-somos .background-generic{padding: 4rem; height: 380px;}
.quem-somos #quem-somos-image{height: 380px;}

.dados{min-height: 300px;}

.portfolio h2{font-family: 'Source Sans Pro:700', sans-serif; margin-top:2rem;}
.portfolio h3{font-family: 'Source Sans Pro:700', sans-serif; margin-top:2rem;}
.portfolio p{font-family: 'Source Sans Pro:400', sans-serif;}


.categories li{
    margin-left: 5px;
    margin-right:5px;
    width: 95px; 
    text-align:center;
    font-family: 'Source Sans Pro:700', sans-serif;
    display:inline-block;
}



.horizontal-divider{color:#D2A975; font-weight: bold}

.contato {
    min-height: 700px;
}

.contato h2, p, span{font-family: 'Source Sans Pro:400', sans-serif; }
.contact-content-xs{display:none;}
.contact-content-md{display:block;}

.contact-icon{width: 40px; display:block; margin: 0 auto;}


/* FIM HOME PAGE */

/*
|---------------------------------|
|
|   RODAPÉ
|
|---------------------------------|
*/

footer{
  width: 100%;
  height:300px;
}

#rodape{
    background-image: url('/assets/images/footer.png');
    background-size:100%;
    height: auto; 
    width:100%; 
    overflow:hidden;
    background-repeat: no-repeat;
    background-color:#f7f3ed;
    
}

#rodape p{font-size:12px;}

#footer-logo{margin-top:11.5rem; width:140px;}



/*
|-------------------------------------------------|
|
| PAGINA QUEM SOMOS
|
|-------------------------------------------------|
*/

.quem-somos-banner{
  width: 100%;
  height: 600px;
  background-image: url('/assets/images/navbar-quem-somos.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.quem-somos-banner .container{padding-top:9rem;}
.quem-somos-banner p{
  font-family: 'Source Sans Pro:700', sans-serif;
  font-size: 2.3rem;
  color:#fff;
}

.quem-somos-banner a{font-family: 'Source Sans Pro:400', sans-serif;  }


#sobre p, a, h4{font-family: 'Source Sans Pro:400', sans-serif;}


.content-text{
   width: 100%; 
   height: 250px;
   display: flex;
   align-items: center;
  }
#missao img, #visao img, #valores img{
  width: 50px; 
}


#servicos .background-grey, .background-white{width: 100%;min-height: 350px;}
#servicos .border-grey{border-top: 1px solid #B2B2B2; border-bottom: 1px solid #B2B2B2; }
#servicos .background-grey{background-color: #EFEFEF;}
#servicos .background-white{background-color: #ffffff;}
#servicos h4, p, span{color:#707070;}


/* perguntas frequentes */

#perguntas-frequentes  .card{
  border:none!important;
  
}


#perguntas-frequentes i{color: #000000;}
#perguntas-frequentes button span{position:relative; color: #000000; text-decoration:none;}
#perguntas-frequentes button {text-decoration:none;}

#perguntas-frequentes .card-header{
  background-color:#fff!important;
  border-bottom: 2px solid #B2B2B2!important;
}
#perguntas-frequentes .card-body p{text-align: justify; color:#707070;}



/*
|--------------------------------------|
|
| PAGINA PORTFOLIO
|
|--------------------------------------|
*/
.portfolio-banner{
  width: 100%;
  height: 600px;
  background-image: url('/assets/images/navbar-portfolio.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.portfolio-banner .container{padding-top:9rem;}
.portfolio-banner p{
  font-family: 'Source Sans Pro:700', sans-serif;
  font-size: 2.3rem;
  color:#000000;
}



.portfolio-banner a{font-family: 'Source Sans Pro:400', sans-serif;  }


.portfolio-text{
  width: 100%;
  height: 100px;
  background-color: rgb(214, 211, 206, 0.0);
}

.portfolio-text .portfolio-title {display:none; font-family: 'Source Sans Pro:900', sans-serif; font-weight: bold}
.portfolio-text .portfolio-description {display:none; font-family: 'Source Sans Pro:400', sans-serif;}

.portfolio-text:hover{
  width: 100%;
  height: 100px;
  background-color:#D3D3D3;
  background-color:  rgba(255, 255, 255, 0.85);
}

.portfolio-text:hover .portfolio-title{display:block;} 
.portfolio-text:hover .portfolio-description {display:block;}


.custom-modal-footer{
  display: flex;
  align-items: center; 
  justify-content: flex-start;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.cover {
  object-fit: cover;
  width: 100%;
  height: 300px;
}


/*
|---------------------------------|
|
|   MOBILE
|
|---------------------------------|
*/



@media (max-width: 1345px) {
    .home-banner{
        background: url('/assets/images/background_home.png') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        overflow: hidden;
    }

    
    
}
/* RESOLUÇÃO MOBILE TABLET */
@media (min-width: 801px) and (max-width: 1344px){

  /*
  |------------------------------------------------------------|
  |       HOME PAGE
  |------------------------------------------------------------|
  */
  /* BANNER */

    .home-banner .logo-banner{width: 80%;}

    .home-banner p{font-size:1.6rem; }

    .home-banner .btn-block{margin-bottom:20px;}

    .home-banner .container{padding-top:4.3rem;}

    .menu{position:absolute; top: 15%; right:85px;}
    .menu ul{list-style: none;}
    .menu ul li{padding: 12px; text-align:right;}
    .menu li a{color:#fff;font-family: 'Source Sans Pro:700', sans-serif; font-size:1rem;}

  /* UTILIDADES */
    .btn-generic{
        width:160px;
        background-color:#D2A975;
        text-decoration: none;
        list-style: none;
        color:#fff;
        border-radius: 13px;
        
    
    }

/*
  |------------------------------------------------------------|
  |       PAGINA QUEM SOMOS
  |------------------------------------------------------------|
  */
    .quem-somos-banner{
      width: 100%;
      height: 400px;
      background-image: url('/assets/images/navbar-quem-somos.png');
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center top;
    }
    
    .quem-somos-banner .container{padding-top:8rem;}
    .quem-somos-banner p{
      font-family: 'Source Sans Pro:700', sans-serif;
      font-size: 1.6rem;
    }

    .quem-somos-banner .logo-banner{width: 50%;}

/*
  |------------------------------------------------------------|
  |      PAGINA PORTFOLIO
  |------------------------------------------------------------|
  */
    .portfolio-banner{
      width: 100%;
      height: 450px;
      background-image: url('/assets/images/navbar-portfolio.png');
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center top;
    }
    
    .portfolio-banner .container{padding-top:6.5rem;}
    .portfolio-banner p{
      font-family: 'Source Sans Pro:700', sans-serif;
      font-size: 2rem;
      color:#000000;
    }
    
    
    
    .portfolio-banner a{font-family: 'Source Sans Pro:400', sans-serif;  }
    
    .portfolio-banner .logo-banner{width: 55%;}

   

  }



/* RESOLUÇÃO MOBILE CELULAR */
@media (max-width: 800px) {

  .custom-padding-md{padding-left:15px; padding-right: 15px;}

  /*
  |------------------------------------------------------------|
  |       HOME PAGE
  |------------------------------------------------------------|
  */
  /* BANNER */
   
    .home-banner .container{padding-top:2.8rem; padding-bottom:20px;}

    .home-banner .logo-banner{width: 45%;}

    .home-banner p{font-size:1rem; }

  /* UTILIDADES*/

    .btn-generic{
        width:130px;
        background-color:#D2A975;
        text-decoration: none;
        list-style: none;
        color:#fff;
        border-radius: 13px;
        
    
    }

  /* QUEM SOMOS*/
    .quem-somos .background-generic{padding: 1rem; height: 500px;}
    .quem-somos #quem-somos-image{height: 300px;}

    
  /* PORTFOLIO */


    .categories{padding:0;}

    .categories li{
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
      display:block;
      font-family: 'Source Sans Pro:400', sans-serif;
      margin: 0;
  }

  /* CONTATO */
  .contact-content p{text-align:center;}
  
  .contact-info-md{display:none;}
  .contact-content-xs{display:block;}
  .contact-icon{width: 40px;display:inline-block;}

  footer{
    width: 100%;
    height:180px;
  }

  #rodape{
      background-image: url('/assets/images/footer.png');
      background-size:100%;
      height: 230px; 
      width:100%; 
      overflow:hidden;
      background-repeat: no-repeat;
      
  }


  #footer-logo{margin-top:6rem; width:80px;}


  /*
  |------------------------------------------------------------|
  |      PAGINA QUEM SOMOS
  |------------------------------------------------------------|
  */

  .quem-somos-banner{
    width: 100%;
    height: 300px;
    background-image: url('/assets/images/quem-somos-mobile.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
  }
  
  .quem-somos-banner .container{padding-top:5rem;}
  .quem-somos-banner p{
    font-family: 'Source Sans Pro:700', sans-serif;
    font-size: 1.5rem;
  }


  .quem-somos-banner .logo-banner{width: 50%;}
  #perguntas-frequentes .card-header{padding-left:0!important;}
  #perguntas-frequentes button span{position:relative; top: 0px; padding-left:0px!important; color: #000000; text-decoration:none; }

  /*
  |------------------------------------------------------------|
  |       PAGINA PORTFOLIO
  |------------------------------------------------------------|
  */

  .portfolio-banner{
    width: 100%;
    height: 300px;
    background-image: url('/assets/images/portfolio-mobile.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
  }
  
  .portfolio-banner .container{padding-top:5rem;}
  .portfolio-banner p{
    font-family: 'Source Sans Pro:700', sans-serif;
    font-size: 1.7rem;
    color:#000000;
  }
  
  .portfolio-banner a{font-family: 'Source Sans Pro:400', sans-serif;  }
  
  .portfolio-banner .logo-banner{width: 45%;}
}

