*{
    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: 1s 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);
}
/* 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 */
.navbar{
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2)
}
#home{
    height: 100%;
    background-image: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(208, 208, 208));
}
.nav-link{
    font-size: 14pt;
    color: #000;
    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;
}
.carousel-produtos{
    -webkit-animation-delay: 3s; 
    -ms-animation-delay: 3s; 
    animation-delay: 3s;
    opacity: 0;
    overflow: hidden;
    -webkit-animation: animateWord 4s linear infinite 0s;
    -ms-animation: animateWord 4s linear infinite 0s;
    animation: animateWord 4s linear infinite 0s;
}
.carousel-empresa{
    -webkit-animation-delay: 3s; 
    -ms-animation-delay: 3s; 
    animation-delay: 3s;
    opacity: 0;
    overflow: hidden;
    -webkit-animation: animateWord 4s linear infinite 0s;
    -ms-animation: animateWord 4s linear infinite 0s;
    animation: animateWord 4s linear infinite 0s;
}
.carousel-empresa h1{
    font-size: 40pt!important;
    font-weight: 350;
}
@keyframes animateWord {
    0% { opacity: 0; }
    5% { opacity: 0; -webkit-transform: translateX(-30px); }
    10% { opacity: 1; -webkit-transform: translateX(0px);}
    90% { opacity: 1; -webkit-transform: translateX(0px); }
    95% { opacity: 0; -webkit-transform: translateX(30px); }
    100% { opacity: 0; }
}
.pj-dropdown .dropdown-item:hover{
    color: #bc4644;
}
.pj-dropdown .dropdown-item:focus{
    background-color: #bc4644;
    color: #fff;
}
/* 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%;
    }
}
/* Ajuste no tamanho da fonte da home para mobile */

/* Home */

/* Formulario Quero ser Distribuidor */
#trabalhe{
    background-color: #efefef;
    padding-top: 150px;
    padding-bottom: 100px;
}
#trabalhe h1{
    padding-bottom: 30px;
}
.pj-form-contato{
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.pj-card-contato{
    border: none;
}
.card-body{
    margin-top: 50px;
}
.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;
}
.pj-label-margin label{
    margin-left: 15px!important;
}
.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;
}
.pj-form-contato .pj-btn{
    padding: 10 50;
    margin-bottom: 50px;
}
.card-body .inputBox select{
    color: #808080;
    width: 100%;
    margin-bottom: 50px;
    border: none;
    border-bottom: 1px solid #808080;
    outline: none;
    background: transparent;
    transition: .5s;
}
/* Formulario Quero ser Distribuidor */

/* 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 */