body{
    font-family: 'Montserrat';
    font-weight: 300;
}
h1{
    font-size: 33px;
    font-family: 'Montserrat';
    font-weight: bold;
}
h2{
    font-size: 33px;
    font-family: 'Montserrat';
    font-weight: bold;
}
h3{
    font-size: 18px;
    color: #878787;
}
p{
    color: #878787;
    line-height: 1.7;
    font-size: 16px;
}
.display_none{display: none;}
.title{
    text-transform: uppercase;
    color: #878787;
}
.title::after{
    content: '';
    height: 1px;
    width: 10px;
    background: #000;
    margin: 1rem auto;
}
.medias-icon{
    display: none;
    position: relative;
    top: 2rem;
    right: 2rem;
}
.medias-icon .top-icon{
    height: 42px;
    width: 42px;
    padding: 0;
    box-shadow: none;
    display: inline-block;
}
.medias-icon .face{
    background: url(../img/social.png)no-repeat 64% 1%;
}
.medias-icon .insta{
    background: url(../img/social.png)no-repeat 100% 1%;
}
.medias-icon .face:hover{
    background: url(../img/social.png)no-repeat 64% 100%;
}
.medias-icon .insta:hover{
    background: url(../img/social.png)no-repeat 100% 100%;
}
.navbar .navbar-brand{
    max-height: 125px;
}
.navbar .navbar-nav .nav-item .nav-link{
    color: #878787;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.7s all ease;
    padding: 0.9375rem 1.9rem;
}
.navbar .text-dark .nav-link{
    color: #000!important;
}
.navbar .text-dark .nav-link:hover{
    color: #e7ca33!important;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    font-weight: 900;
    color: #e7ca33;
}
.dropdown-menu{
    background: #e7ca33;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active{
    background: #fff;
    color: #000;
}
/* .nav-item::after{
    content: '';
    margin: 1px auto;
    border-bottom: 1px solid #fff;
    display: block;
    transition: 0.7s all ease;
}
.nav-item:hover::after{
    border-color: #e7ca33;
} */
@media (max-width: 900px){
    .navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu{
        position: initial!important; 
        overflow: initial!important;
        margin-bottom: 0;
        height: auto;
    }
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon{
    background-color: #e7ca33;
}
.nav-open .navbar-translate{
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.navbar .navbar-toggler{
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.nav-open .navbar-toggler{
    -webkit-transform: translate3d(-230px, 0, 0);
    -moz-transform: translate3d(-230px, 0, 0);
    -o-transform: translate3d(-230px, 0, 0);
    -ms-transform: translate3d(-230px, 0, 0);
    transform: translate3d(-230px, 0, 0);
}
.content-about{
    background: url(../img/fundo-home.png)no-repeat -18% 50%;
}
.content-about .card-title{
    color: #878787;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 33px;
}
.bg-gray{
    background: #e8e8e8;
}
.title{
    color: #878787;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 33px;
}
.title::after{
    content: '';
    width: 100px;
    height: 1px;
    background: #000;
    display: block;
}
.content-product{
    background: url(../img/fundo-produtos-home.png)no-repeat center;
    text-align: center;
}
.box-prod{
    transition: 0.7s all ease;
}
.box-prod:hover{
    filter: brightness(2);
}
/* .box-prod, .box-prod div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
}
.box-prod {
    transform: rotate(45deg) translateY(10px);
}
.box-prod .los1 {
    width: 355px;
    height: 355px;
    transform: rotate(-45deg) translateY(-74px);
}
.box-prod .los1 img {
    width: 100%;
    height: auto;
} */
.bg-gradient{
    width: 100%;
    height: 20px;
    background: #fafafa;
}
.losango, .losango2{
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.content-list .image{
    background: url(../img/fundo-home.png) no-repeat 170% 50%;
}
.content-list .image2{
    background: url(../img/fundo-home-invertido.png) no-repeat -50% 50%;
}
.content-list .card{
    background: transparent;
    box-shadow: none;
}
.content-list .carousel-control-prev, .content-list .carousel-control-next{
    top: inherit;
    color: #f3cb12;
}
.content-list .carousel-control-prev{left: 60px;}
.content-list .carousel-control-next{right: 60px;}
.content-deck{
    background: url(../img/fundo-home.png) no-repeat 180% 50%;
}
.box-deck h1{
    font-weight: 900;
    font-size: 27px;
    color: #848688;
    text-transform: uppercase;
    line-height: 0;
    margin: 0;
}
.box-deck h5{
    font-weight: 300;
    font-size: 30px;
    color: #848688;
    margin: 0;
}
.box-deck h1::before{
    content: '';
    width: 60px;
    height: 40px;
    display: inline-block;
    background: url(../img/decks/setaL.png) no-repeat center;
    background-size: contain;
}
.box-deck h1::after{
    content: '';
    width: 60px;
    height: 40px;
    display: inline-block;
    background: url(../img/decks/setaR.png) no-repeat center;
    background-size: contain;
}
.list-deck li{
    font-size: 20px;
    color: #868686;
    line-height: 2.5;
    list-style: none;
    text-indent: 3rem;
}
.list-deck .icon1{
    background: url(../img/decks/sprites.png) no-repeat 0% -4%;
}
.list-deck .icon2{
    background: url(../img/decks/sprites.png) no-repeat 0% 32%;
}
.list-deck .icon3{
    background: url(../img/decks/sprites.png) no-repeat 0% 70%;
}
.list-deck .icon4{
    background: url(../img/decks/sprites.png) no-repeat 0% 104%;
}
.content-list .image4{
    position: relative;
}
.content-list .image3 .carousel-control-next{right: 80px;}
.content-list .image3 .carousel-control-prev{left: 80px;}
.content-list .content-toldos{
    overflow: hidden;
}
.content-list .content-toldos h2{
    color: #868686;
    font-size: 45px;
}
.content-list .content-toldos h3{
    color: #e8ca34;
    font-weight: 300;
    font-size: 40px;
}
.content-list .content-toldos h4{
    color: #e8ca34;
    font-weight: 900;
    font-size: 30px;
    line-height: 0.5;
    text-transform: uppercase;
}
.form-newslettler h3{
    font-weight: 300;
    font-size: 31px;
    color: #868686;
}
.content-list h2{
    color: #e8ca34;
    font-weight: 900;
    text-transform: uppercase;
}
.content-list b, .content-list strong{
    font-weight: 900;
    text-transform: uppercase;
}
.abstract img{max-width: 100%;}
.form-newslettler input{
    background: #fff;
    padding: 1.8rem 3rem;
    color: #dbdedf;
    border-radius: 0;
}
.form-newslettler .btn-news{
    position: absolute;
    top: 5px;
    right: 15px;
    background: #fff;
    color: #868686;
    font-weight: 900;
    font-size: 18px;
    border:none;
    box-shadow: none;
    border-radius: 0;
}
.footer{
    display: inline-block; 
    width: 100%;
}
.content-footer{
    padding: 7rem 0;
    background: url(../img/fundo-home.png)no-repeat -38% -20%;
}
.form-content p{
    font-weight: bold;
    line-height: 0.8;
}
.form-content .form-group{
    padding: 3px;
    margin: 0;
}
.form-content .form-group label{
    display: inline-block;
    position: relative;
    top: 0.08rem;
    font-weight: bold;
}
.form-content .form-group input{
    display: inline-block;
    padding: 1rem;
    margin: 0;
    width: 72%;
    border: 2px solid #e8e8e8;
    background-image: none;
    transition: 0.7s all ease;
}
.form-content .form-group input:focus{border-color: #ddc230;}
.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'],
.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
    color: #ddc230;
}
.form-content .title.text-center{margin: 0;}
.contact-buttons .tel, .contact-buttons .cel{
    font-size: 17px;
}
.contact-buttons .tel:before{
    content: '';
    height: 35px;
    width: 35px;
    padding: 0;
    margin-right: 10px;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/tel.png)no-repeat 0% 0%;
}
.contact-buttons .cel:before{
    content: '';
    height: 35px;
    width: 35px;
    padding: 0;
    margin-right: 10px;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/cel.png)no-repeat 0% 0%;
}
.social-buttons .bot-icon{
    height: 35px;
    width: 35px;
    padding: 0;
    box-shadow: none;
    display: inline-block;
}
.social-buttons .face{
    background: url(../img/social.png)no-repeat 0% 0%;
}
.social-buttons .insta{
    background: url(../img/social.png)no-repeat 0% 68%;
}
.social-buttons .face:hover{
    background: url(../img/social.png)no-repeat 30% 0%;
}
.social-buttons .insta:hover{
    background: url(../img/social.png)no-repeat 30% 68%;
}
.base{
    background: #e8ca34;
}
.base .copyright{
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
@media (min-width: 992px){
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        flex-wrap: wrap;
    }
    .navbar>.container, .navbar>.container-fluid{
        flex-direction: column;
    }
    .medias-icon{
        display: block;
    }
}
@media (min-width: 1200px){
    .content-list .image3 {position: relative; top: -15rem;}
}
@media (min-width: 900px){
    .navbar .navbar-nav .nav-item .nav-link {color: #000; text-decoration: underline;}    
    .social-buttons .bot-icon{display: block;}
    .content-list .carousel-control-prev{left: 180px;}
    .content-list .carousel-control-next{right: 180px;}
    .box-deck h1{font-size: 47px;}
    .box-deck h1::before{width: 100px;}
    .box-deck h1::after{width: 100px;}
    .mg-list{padding-bottom: 15rem;}
    .img-servicos {margin-top: -15rem;}
    .card-carousel .losango{height: 650px;}
    .card-carousel .losango2{height: 356px;}
}
@media (min-width: 768px){
    .mw-home{max-height: 900px;}
    .box-prod:nth-of-type(1){
        left: 2.5rem;
    }
    .box-prod:nth-of-type(2){
        top: 3rem;
    }
    .box-prod:nth-of-type(3){
        right: 2.2rem;
    }
    .box-prod:nth-of-type(4){
        top: -9rem;
        left: 6.5rem;
    }
    .box-prod:nth-of-type(5){
        top: -9.35rem;
        right: 6.8rem;
    }
    .box-prod:nth-of-type(6){
        top: -21.8rem;
        left: -0.3rem;
    }
}