body {
    margin: 0;
    max-width: 100% !important;
    overflow-x: hidden;
    font-size: 14px;
}

a {
    text-decoration: none !important;
    color:#000000;
}

a:hover{
    color:#6FB44C;
}
/*===================================================================================================*/
/*Logo*/
.logo {
    margin-left: 125px;
    margin-bottom: 20px;
}

/*===================================================================================================*/
/*Redes Sociais*/

.redes_sociais {
    margin: 10px auto;
}

a .fa-facebook-square, .fa-instagram, .fa-linkedin, .cesta,  .fa-user-circle {
    font-size: 35px;
    color: #D6D6D7;
    margin-left: 7px;
    opacity: 0.9;
}
a:hover .fa-facebook-square,a:hover .fa-instagram, a:hover .fa-linkedin {
    color:#6FB44C;
}

header{
    border-top: 5px solid #BEBFC1;
}

/*===================================================================================================*/
/*Menu Nav*/

#menu {
    background-color: #35910C;
}

.navbar-light .navbar-brand {
    color:#ffffff;
}
.nav-item  a {
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
}

#navbarDropdownMenuLink {
    margin-top: 0px;
    color: #ffffff;
}

.nav-item :hover {
    color: #294917;

}

.dropdown-menu.show {
    display: block;
    background-color:#35910C ;
    top: 112%;
}

.dropdown-menu.show a:hover {
    color:#294917;

}

/*===================================================================================================*/
/*central onde ficará o banner Carousel*/


#central {
    background-color:#EEEEEE;
    z-index: 1;
}



.carousel-control-next {
    right: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.carousel-control-next, .carousel-control-prev {
    width: 35px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 40px;
    width: 40px;
    background-image: none;
}

.carousel-control-next-icon:after
{
    content: '‹';
    font-size: 45px;
    color:#35910C ;


}

.carousel-control-prev-icon:after {
    content: '‹';
    font-size: 45px;
    color: #35910C;
}

/*!*===================================================================================================*/
/*texto central e botão*/

.bg{
    background-color: #FBFBFB;

}

.text {
    text-align: center;
    margin-bottom: 0;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    font-family: Myriad Pro;
}

.link_s{
    color: #212529;
    background-color: #EDEEEF;
    border: none;
    text-align: center;
    margin-bottom: 15px;
    padding: 5px 33px;
}

.link_s:hover {
    background-color: #294917;
    color: #FFFFFF;
    border-radius: 0;
}

/*===========================================================================================================
/*Imagens produtos com links*/

.product {
    padding-bottom:40px ;
    padding-top: 56px;
    background-color:#FBFBFB;
    margin-top: 0;

}

.efeito_hover span {
    position: relative;
    visibility: hidden;    
    line-height: 42px;
       display: inline-block;
    background-color: rgba(255, 255, 255, 0.80);
    color: #000000;
    padding: 0 10px;
    top: -167px;    
    margin: auto;
    transition: all 0.4s ease;
}

.efeito_hover:hover span {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.fa-search{
    color: #35910C;
}


.img {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
    background-color: #000000;
}

figure.effect-bubba img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.7;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 5px;
    right: 20px;
    bottom: 5px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::after {
    border: 1px solid #ffffff!important;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*===================================================================================================
/*Popover, lacuna com frase e link*/
#lacuna {
    background-color: #D6D6D7;
    padding: 15px;
    margin: 26px 0 0 2px;
    z-index:9999;
}

#listra {
    border: 1px solid white;
    background-color: #D6D6D7;
}

.phrase {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #5a6268;
    margin: 22px;
}

.estilo {
    background-color: #F4F5F5;
    text-align: center;
    padding-top: 10px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 19px;

}

.orcamento {
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #8EC373;
    border: none;
    margin-bottom: 25px;
    border-radius: 0;
    padding: 6px 24px;
}

.orcamento:hover{
    background-color: #294917;
    color: #ffffff;
}

/*Efeito de borda na div*/
.popover-arrow {
    position: absolute;
    bottom: -15px;
    left: 49%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #D6D6D7;
    width: 0;
    height: 0;
}


.owl-carousel.owl-drag .owl-item{
    text-align: center;}

.btn_red{
    color: #fff;}

.carousel-control{
    opacity: 1;}

.owl-carousel{
    padding: 0 8%;}
.own-item{
    height: 100%;
}

.owl-theme .owl-nav {
    position: absolute!important;
    top: 28%!important;
    left: 0;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev{
    left: 0px;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-next{
    right: 0px;
    position: absolute;
}

.owl-theme .owl-dots{
    display: none;
}

h1 .clint_one{
    font-family: Myriad Pro;
    font-weight: bolder;
}

.clint{
    font-family: Myriad Pro;
    font-weight: bold;
}
.btn_red{
    color:#294917;

}


    /*===================================================================================================*/
/*Footer*/


.info a :hover {
    color:#6FB44C;
}
 .info span{
     color: #FFFFFF;
 }
.rodape {
    background-color: #213616;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
}

footer h4 {
    color: #8FC474;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}


.siga{
    color: #6FB44C;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
ul {
    list-style: none;
}

.email a {
     color:#FFFFFF;
 }

.email a :hover{
    color:#6FB44C !important;
}

.end span {
    color: #FFFFFF;
}

.fa-whatsapp{
    color:#FFFFFF;
}

.icon a :hover{
    color:#6FB44C;
}
.copyright p{
    margin-bottom: -10px;
}
/*===================================================================================================*/

@media (max-width: 992px) {


    .logo {
        margin-left: 15px;
        padding-bottom: -25px;
        padding-top: 17px;
        padding-left: 90px;
    }

    #menu {
        max-width: 100%;

    }
    .popover-arrow {
        left: 43%;
    }
    .efeito_hover span {
        font-size: 11px;
top: -128px;
    }
    #imagem_procuct, #imagem_procuct1, #imagem_procuct2, #imagem_procuct3 {
        padding-bottom: 15px;
    }

    .navbar-light .navbar-brand {
        color:#ffffff;
    }
    .navbar ul {
        margin-left: 0;

    }
    .carousel-inner {
        padding-left: 12%;
        padding-right: 13%;
    }
    .text {
        margin-left: 0;
    }

    .social {
        margin-left: -169px;
        text-align: center;
        margin-bottom: 10px;
    }

}



/*===================================================================================================*/

@media (min-width: 320px) and (max-width: 768px) {

    .logo {
        margin-left: -85px;
    }

    .navbar-light .navbar-brand {
        color: #ffffff;
    }

    .bg {
        padding-top: 8px;
    }

    .social {

        padding-left: 196px;
    }

    .product {
        padding-bottom: 44px;

    }

    .contato {
        margin-top: 10px;
    }

    #imagem_procuct, #imagem_procuct1, #imagem_procuct2, #imagem_procuct3 {
        padding-bottom: 15px;
    }


    /*.efeito_hover span {*/
        /*left: 39%;*/
    /*}*/

    figure.effect-bubba {
     background-color: transparent;
    }


    .icone {
        width: 25px;
    }

    .icon {
        padding-bottom: 10px;
    }

    /*#central {*/
        /*height: 4rem;*/
    /*}*/

    .carousel-inner {
        padding-left: 50px;
        padding-right: 50px;

    }
    figure.effect-ming figcaption::before {
        position: absolute;
        top: 8px;
        right: 10px;
        bottom: 32%;
        left: 9px;
        border: 1px solid #fff;
        box-shadow: 0 0 0 15px rgba(255,255,255,0.2);
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.20s, -webkit-transform 0.20s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale3d(1.4,1.4,1);
        transform: scale3d(1.4,1.4,1);
    }

    figure.effect-ming {
        margin-left: 27%;
        margin-right: 27%;
    }
}
/*===================================================================================================*/

.titulo{
    text-transform: uppercase;
    font-size: 16px;
}
.bg-success {
    background-color: #8FC474!important;
    border-radius: 0;
    padding: 4px 56px;
    font-size: 16px;
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #35910c!important;
}

label {
    text-transform: uppercase;
    font-size: 13px;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
	border-color: #28a745;
    padding: 5px;
    text-transform: uppercase;
font-size: 12px;
}

.btn-secondary {
    color: #fff!important;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.pd p{
    margin-bottom: 0!important;
}