*{
    margin: 0;
    padding: 0;
}
.scrollToTop{
    display: none;
    position:fixed;
    bottom: 40px; 
    right:40px;
    background-color: #bc4644;
    color: #fff;
    border-radius: 50%;
    padding: 10px 15px;
    font-size: 20pt;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: 0.5s linear;
    z-index: 10;
}
.scrollToTop a{
    text-decoration: none!important;
}
.scrollToTop:hover{
    color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
/* Ajuste para mobile */
@media only screen and (max-width: 480px){
    .scrollToTop{
      right: 10px;
    }
}
/* Ajuste para mobile */

/* fonte Rubik */
/* cyrillic */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v8/iJWKBXyIfDnIV7nFrXyi0A.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* hebrew */
  @font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v8/iJWKBXyIfDnIV7nDrXyi0A.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v8/iJWKBXyIfDnIV7nPrXyi0A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v8/iJWKBXyIfDnIV7nBrXw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
/* fonte Rubik */

/* Home */
#home{
    position: relative;
    height: 100vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: linear-gradient(rgba(0,0,0,0.050), rgba(0,0,0,0.0)), url('../img/banner1.png');
}
.nav-link{
    font-size: 14pt;
    color: #fff;
    margin-left: 15px;
}
.nav-link:hover{
    color: #c00000;
}
.nav-link i{
    font-size: 17pt;
    margin-top: 3px
}
.pj-nav-active{
    background-color: #bc4644;
    color: #fff;
    border-radius: 75px;
}
.pj-nav-active:hover{
    color: #bc4644;
    background-color: #fff;
    font-weight: 400;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2)
}
.active{
    display: none;
}
.pj-btn {
    border: none;
    border-radius: 30px;
    font-weight: bold;
    color: #fff;
    background-color: #bc4644;
}
.pj-btn:hover{
    color: #bc4644;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2)
}
#home .container .col-md-7 h1 {
    font-size: 8.5vmin;
    font-weight: bold;
    padding: 0.1em 0em;
}
#home .container .col-md-7 {
    font-family: "Rubik", sans-serif;
}
.logo{
    height: 24px;
    width: 24px;
}
.navbar-brand{
    color: #fff;
}
.navbar-brand:hover{
    color: #fff;
}
.navbar-brand img{
    margin-bottom: 5px;
}
.navbar-toggler{
    color: #fff;
}
.pj-text-red{
    color: #bf0000;
}
.pj-carousel h1{
    font-size: 75pt;
    font-weight: 350;
}
.pj-dropdown .dropdown-item:hover{
    color: #bc4644;
}
.pj-dropdown .dropdown-item:focus{
    background-color: #bc4644;
    color: #fff;
}
.pj-line-menu{
    border-color: #bc4644;
}
/* Ajuste no tamanho da fonte da home para mobile */
@media only screen and (max-width: 480px){
    .navbar-toggler{
        color: #bc4644;
    }
    .pj-nav-active{
        background-color: transparent;
        color: #bc4644;
    }
    .pj-imagem{
        width: 100%;
    }
    #home{
        background-image: linear-gradient(rgba(0,0,0,0.050), rgba(0,0,0,0.0)), url('../img/banner1_mobile.png');
    }
}
/* Ajuste no tamanho da fonte da home para mobile */

/* Home */

/* Sobre */
#about{
    color: #fff;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../img/fundo_radial.png');
}
.margemparabaixo{
    padding-bottom: 50px;
}
#about h1{
    text-align: center;
    padding-bottom: 10px;
}
.about-content{
    padding-top: 20px;
}
/* Ajuste para mobile */
@media only screen and (max-width: 480px){
    #about img{
        width: 300px
    }
    #about{
        color: #000;
        background-color: #fff;
        background-image: none;
    }
}
/* Ajuste para mobile */
/* Sobre */

/* Produtos */
#produtos{
    padding: 40px 0;
    background-color: #efefef;
}
#produtos h1{
    text-align: center;
    color: #bc4644;
    padding-bottom: 10px;
}
.pj-card{
    position: relative;
}
.pj-card h4{
    padding: 0;
    margin-top: -90px;
    margin-left: -15%
}
.pj-card:hover h4{
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100px);
    font-size: 15pt;
    transition: 0.5s;
}
.face{
    width: 300px;
    height: 200px;
    transition: 0.5s;
}
.pj-card .face.face1{
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}
.pj-card:hover .face.face1{
    transform: translateY(0);
}
.face1 .pj-content img{
    transition: 0.5s;
}
.pj-card:hover .face.face2 .pj-content h3{
    color: #bc4644;
    opacity: 1;
}
.pj-card .face.face1 .pj-content img{
    max-width: 300px;
}
.pj-card .face.face2 .pj-content h3{
    color: #333;
    font-weight: 400;
    font-size: 15pt;
    text-align: center;
    margin-top: -32px;
    opacity: 0;
    transition: 0.5s;
}
.pj-card .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-100px);
}
.pj-card:hover .face.face2{
    transform: translateY(0);
}
.face2 .pj-content p{
    margin: 0;
    padding: 0;
}
.face2 .pj-content a{
    margin: 5px 0 0px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color: #bc4644;
    padding: 5px;
    border: 1px solid #bc4644;
}
.face2 .pj-content a:hover{
    background: #bc4644;
    color: #fff;
}
#produtos .pj-btn{
    padding: 10px 50px;
    text-decoration: none;
}
/* Ajuste para mobile */
@media only screen and (max-width: 480px){
    .pj-card{
      margin-left: 10.5%;
    }
    .pj-card h4{
        margin-left: -12%;
    }
}
@media only screen and (max-width: 375px){
    .pj-card{
      margin-left: 6.5%;
    }
    .pj-card h4{
        margin-left: -6.5%;
    }
}
/* Ajuste para mobile */
/* Produtos */

/* Newsletter */
.newsletter{    
    color: #efefef!important;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../img/fundo_radial.png');
}
.newsletter h1{
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
}
.pj-newsletter{
    margin-top: 9%;
    display: inline-flex;
}
.pj-newsletter input{
    border-radius: 75px!important;
}
.form-control{
    margin-right: 20px;
    width: 300px;
}
.form-control:focus{
    border-color: #bc4644;
    box-shadow: 0 0 0 0.2rem rgba(123, 37, 37, 0.2);
}
.pj-newsletter .pj-btn{
    padding: 0 80px 0;
    height: 41px;
    
}
/* Ajuste para mobile */
@media only screen and (max-width: 480px){
    .pj-newsletter{
      display: block;
    }
    .form-control{
      margin-bottom: 20px;
      text-align: center;
    }
    #newsletter{
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../img/newsletter.png');
    }

}
/* Ajuste para mobile */
/* Newsletter */

/* Trabalhe Conosco */
.map-container-6{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container-6 iframe{
    left:0;
    top:0;
    height: 600px;
    width:100%;
    position:absolute;
}
/* Fale Conosco -----------------------------------------------------------*/
#contato{
    padding: 40px;
}
#contato h1{
    padding-bottom: 40px;
}
.titulo-contato{
    background-color: #bc4644;
    color: #fff;
    padding: 20px;
    margin-top: -60px;
    margin-bottom: 70px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.pj-card-contato{
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.card-body .inputBox{
    position: relative;
    color: #808080
}
.card-body .inputBox input{
    width: 100%;
    margin-bottom: 50px;
    border: none;
    border-bottom: 1px solid #808080;
    outline: none;
    background: transparent;
    transition: .5s;
}
.card-body .inputBox textarea{
    width: 100%;
    margin-bottom: 50px;
    border: none;
    border-bottom: 1px solid #808080;
    outline: none;
    background: transparent;
    transition: .5s;
}
.card-body .inputBox label{
    position: absolute;
    top: 0;
    left: 5px;
    pointer-events: none;
    transition: .5s;
}
.card-body .inputBox input:focus{
    border-color: #bc4644;
}
.card-body .inputBox input:focus ~ label{
    color: #bc4644;
}
.card-body .inputBox textarea:focus{
    border-color: #bc4644;
}
.card-body .inputBox textarea:focus ~ label{
    color: #bc4644;
}
.card-body .inputBox input:focus ~ label,
.card-body .inputBox input:valid ~ label{
    top: -18px;
    left: 0;
    font-size: 10pt;
}
.card-body .inputBox textarea:focus ~ label,
.card-body .inputBox textarea:valid ~ label{
    top: -18px;
    left: 0;
    font-size: 10pt;
}
#contato .pj-btn{
    padding: 10 50
}
.pj-icon-maps{
    color: #000;
}
.pj-icon-maps i{
    font-size: 14pt;
    background-color: #333;
    color: #bc4644;
    padding: 8 10;
    border-radius: 50%;
}
.pj-icon-maps i:hover{
    background-color: #bc4644!important;
    color: #333 !important;
}
#contato .row a:hover{
    color: #bc4644;
    font-weight: 500;
    text-decoration: none;
}
.map-container-6{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container-6 iframe{
    height: 600px;
    position:absolute;
}
/* Ajuste para mobile */
@media only screen and (max-width: 480px){
    .pj-ajuste-mobile{
        margin-top: 20px;
    }
}
/* Ajuste para mobile */
/* Fale Conosco --------------------------------------------------*/
/*WHATSAPP*/
#whatsapp-footer{
  background-color: transparent;
  bottom: 0;
  position: fixed;
  z-index: 1000;
  padding: 50px;
  right: 0 !important;
}
#whatsapp-footer a{
  color: var(--app-dark);
}
.box-whatsapp img{
  width: 30px;
}
.box-whatsapp{
  background: rgba(191, 235, 214, 1);
  width: 200px;
  text-align: center;
  border-radius: 10px;
  padding: 5px;
  float: right;
}
.box-whatsapp b{
  background:#3BBA6E;
  color: white;
  padding: 5px;
  border-radius: 10px;
}
@media (max-width: 600px){
  .center-mobile{
    text-align: center;
  }
  #whatsapp-footer{
    padding: 40px 10px;
  }
  .box-whatsapp h5{
    display: none;
  }
  .box-whatsapp img{
    width: 35px;
  }
  .box-whatsapp{
    background: rgba(191, 235, 214, 1);
    width: 70px;
  }
  .box-whatsapp b{
   display: none;
  }
}

/* Footer */
#footer{
    padding-top: 10px;
    background: rgb(188, 70, 68);
    color: #fff;
}
.pj-line-color{
    border-color: #333;
}
.pj-link-red a{
    color: #fff;
    text-decoration: none;
}
.pj-link-red a:hover{
    color: #333;
    font-weight: 500;
}
.footer-copyright{
    margin-top: 20px;
    padding-bottom: 20px;
}
.footer-copyright p{
    float: left;
}
.footer-copyright a{
    float: right;
    color: #fff;
    text-decoration: none;
}
.footer-copyright i{
    font-size: 13.5pt;
    color: #333;
	animation: batimentos 0.9s infinite alternate;
}
@keyframes batimentos{
	0%{font-size: 13.5pt;}
	10%{font-size: 13.7pt;}
	20%{font-size: 13.8pt;}
	40%{font-size: 14.5pt;}
	50%{font-size: 15pt;}
}
/* Ajuste para mobile */
@media only screen and (max-width: 480px){
    .footer-copyright p{
        float: none;
    }
    .footer-copyright a{
        float: none;
    }
}
/* Ajuste para mobile */
/* Footer */