@font-face {
    font-family: openLight;
    src: url(./../fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: openRegular;
    src: url(./../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: openMedium;
    src: url(./../fonts/OpenSans-Medium.ttf);
}
@font-face {
    font-family: openBold;
    src: url(./../fonts/OpenSans-Bold.ttf);
}

body {
    overflow-x: hidden;
}

.bg-primary {
    background-color: #fff !important;
}

.bg-light {
    background-color: #D3DBD3 !important;
}

.bg-dark {
    background-color: #d4d4dc !important;
}

.bg-info {
    background-color: #006F3A !important;
}

.bg-danger {
    background-color: #00A03F !important;
}

.bg-warning {
    background-color: #ff2728 !important;
}

.bg-secondary {
    background-color: #bdbdc5 !important;
}

.text {
    color: #006F3A !important;
}

.text-dark {
    color: #006F3A !important;
}

::-moz-selection {
    background: #00A03F;
}

::selection {
    background: #00A03F;
}

a {
    color: #ffffff;
}

/* header */
#mainNav {
    border-bottom: #00A03F solid 3px;
}

#mainNav .nav-item {
    text-align: center;
}

.navbar-nav a{
    color: #006F3A;
    font-family: openMedium;
    font-size: 14px;
    text-transform: uppercase;
}

#mainNav .area {
    background-color: #006F3A;
    color: #fff;
    border-radius: 4px;
}

#mainNav .nav-link {
    transition-duration: 0.4s;
}

#mainNav .nav-link:hover {
    color: #E0F2E0;
}

#mainNav .area {
    transition-duration: 0.4s;
}

#mainNav .area:hover {
    color: #006F3A;
    background-color: #D3DBD3;
}
/* end header */

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    font-size: 23px;
    line-height: 60px;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #232323;
    text-align: center;
}

#banner a{
    min-height: 700px;
    background-size: cover!important;
    background:  no-repeat right;
}

#banner .slick-dots{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    bottom: 30px;
}
#banner .slick-dots li{
    margin: 0 0.4rem;
    height: 5px;
    width: 38px;
    border-radius: 24px;
    background: #fff;
}

#parceiros .slick-slide {
    padding:10px;
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}

#parceiros .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

#produtos .slick-dots {
    display: flex;
    justify-content: center;
    
    position: absolute;
    margin-bottom: -35px;
    padding: 1rem;
    
    list-style-type: none;
}

#produtos .slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 3px;
    
    border-radius: 100%;
    background-color: #fff;
    
    text-indent: -9999px;
}


#produtos .slick-slide {
    padding: 1px;
}

#produtos li {
    margin: 0 0.50rem;
}

#produtos li.slick-active button {
    border: none;
    background-color: #006F3A;
}

#produtos a:hover {
    text-decoration: none!important;
}


.produto-destaque {
    transition-duration: 0.4s;
}

.produto-destaque:hover {
    box-shadow: #006F3A 0px 1px 4px, #006F3A 0px 0px 0px 3px;
}

.imgx {
	width: 100%;
    height: 250px;
    background-size: cover!important;
    background: no-repeat center;
	-webkit-mask-image: linear-gradient(to top, transparent 0%, black 70%);
}

.produto {
    background-color: #000;
    height: 250px;
}

.titulo-produto {
    margin-top: -44px;
    font-size: 20px;
    font-family: openBold;
    text-transform: uppercase;
    color: #fff;
    line-height: 32px;
    text-decoration: none;
}

#produtos .teste {
    padding: 8px 2px 0px 2px;
}

#ofertas .card-title {
    font-size: 16px;
    font-family: openBold;
    color: #006F3A;
}

#ofertas .slick-dots {
    display: flex;
    justify-content: center;
    
    position: absolute;
    margin-bottom: -35px;
    padding: 1rem;
    
    list-style-type: none;
}

.teste {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
}

#ofertas button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 3px;
    
    border-radius: 100%;
    background-color: #fff;
    
    text-indent: -9999px;
}

#ofertas li {
    margin: 0 0.50rem;
}


#ofertas li.slick-active button {
    border: none;
    background-color: #006F3A;
}


#ofertas .card {
    border-radius: 8px 8px 2px 2px; 
    border: #00A03F solid 1px; 
    border-bottom: #00A03F solid 5px;
    max-width: 255px;
}

#ofertas .slick-slide .slick-cloned {
    max-width: 255px;
}

#ofertas .card-img-top {
    border-radius: 8px 8px 2px 2px;
}

#ofertas .card .btn{
    background-color: #fff;
    font-family: openRegular;
    color: #006F3A;
    border: 2px solid #006F3A;
    border-radius: 4px;
    font-size: 16px;
    padding-right: 60px;
    padding-left: 60px;
}

#ofertas .btn-lg {
    background-color: #006F3A;
    font-family: openBold;
    font-size: 22px;
    padding: 18px 16px 18px 16px;
}

#ofertas .btn-primary {
    transition-duration: 0.4s;
}

#ofertas .btn-primary:hover {
    background-color: #006F3A;
    color: #fff;
}

#ofertas .btn-lg {
    transition-duration: 0.4s;
}

#ofertas .btn-lg:hover {
    background-color: #fff;
    color: #006F3A;
}

#representantes .card {
    color: #006F3A;
}

.representante-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
}

.modal-representante .close {
    font-weight: lighter;
    margin-right: -7px;
    padding: 8px 8px 0px 8px;
    float: right;
} 

.modal-representante p {
    text-align: center;
}

.modal-representante .modal-footer {
    width: 500px;
}

.modal-representante .titulo-modal {
    color: #006F3A;
    font-family: openLight;
    font-size: 18px;
    margin-top: -20px;
}

.modal-representante .titulo-modal2 {
    color: #00A03F;
    font-family: openBold;
    font-size: 24px;
    margin-top: -8px;
}

.modal-representante .subtitulo-modal {
    color: #00A03F;
    font-size: 18px;
    font-family: openBold;
}

.modal-representante .modal-texto {
    color: #00A03F;
    font-family: openLight;
    font-size: 16px;
    text-align: start!important;
    margin-top: -6px;
}

.modal-representante .modal-content {
    border-radius: 0px;
    border: 0px;
    border-bottom: 10px solid #00A03F;
}

.modal-representante .fa-phone {
    padding-top: 12px;
}

.modal-representante .fa-whatsapp {
    padding-top: 10px;
}

.modal-representante .fa-envelope {
    padding-top: 11px;
}

.icon-representantes {
    font-size: 22px;
    width: 45px;
    height: 45px;
    background-color: #00A03F;
    border-radius: 100%;
    color: #fff;
}

.slider-representantes {
    position: relative;
}

.representante {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
}

#representantes .slick-dots {
    display: flex;
    justify-content: center;
    
    position: absolute;
    margin-bottom: -35px;
    padding: 1rem;
    
    list-style-type: none;
}

#representantes .slick-dots li {
    margin: 0 0.50rem;
}

#representantes .slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 3px;
    
    border-radius: 100%;
    background-color: #D3DBD3;
    
    text-indent: -9999px;
}

#representantes li.slick-active button {
    border: none;
    background-color: #006F3A;
}

.prev-segmento {
    position: absolute;
    top: 47%;
    left: -40px;
    font-size: 32px;
    color: #006F3A;
    cursor: pointer;
}

.next-segmento {
    position: absolute;
    top: 47%;
    right: -40px;
    font-size: 32px;
    color: #006F3A;
    cursor: pointer;
}

.next {
    position: absolute;
    top: 40%;
    right: -30px;
    font-size: 32px;
    color: #006F3A;
    cursor: pointer;
}

.prev {
    position: absolute;
    top: 40%;
    left: -30px;
    font-size: 32px;
    color: #006F3A;
    cursor: pointer;
}

.next-ofertas {
    position: absolute;
    top: 40%;
    right: -30px;
    font-size: 32px;
    color: #006F3A;
    cursor: pointer;
}

.prev-ofertas {
    position: absolute;
    top: 40%;
    left: -30px;
    font-size: 32px;
    color: #006F3A;
    cursor: pointer;
}

.modal-ofertas h5 {
    color: #00A03F;
    font-family: openBold;
    font-size: 22px;
}
.modal-ofertas h6 {
    color: #00A03F;
    font-family: openBold;
    font-size: 16px;
}

.modal-ofertas .close {
    font-weight: lighter;
    margin-right: -7px;
    padding: 8px 8px 0px 8px;
    float: right;
} 

.modal-ofertas p {
    color: #006F3A;
    font-family: openRegular;
    font-size: 14px;
    line-height: 26px;
}

.modal-ofertas .modal-body {
    margin-top: -10px;
}

.modal-ofertas .modal-header {
    border-bottom: none;
}

.modal-ofertas .sem-pandding {
    margin-bottom: -3%;
}

.modal-ofertas .icon-ofertas {
    transition-duration: 0.4s;
}

.modal-ofertas .icon-ofertas:hover {
    background-color: #D3DBD3;
    color: #006F3A;
}

.modal-ofertas .btn-ofertascontato {
    background-color: #fff;
    font-family: openRegular;
    color: #00A03F;
    border: 2px solid #00A03F;
    border-radius: 4px;
    font-size: 16px;
    transition-duration: 0.4s;
}

.link {
    text-decoration: none!important;
}

.modal-ofertas .btn-ofertascontato:hover {
    background-color: #00A03F;
    color: #fff;
}

.modal-ofertas .modal-content {
    border-radius: 0px;
    border: 0px;
    border-bottom: 10px solid #00A03F;
}

.modal-segmentos h5 {
    color: #00A03F;
    font-family: openBold;
    font-size: 22px;
}
.modal-segmentos h6 {
    color: #00A03F;
    font-family: openBold;
    font-size: 16px;
    text-align: left;
}

.modal-segmentos .close {
    font-weight: lighter;
    margin-right: -7px;
    padding: 8px 8px 0px 8px;
    float: right;
} 

.modal-segmentos p {
    color: #006F3A;
    font-family: openRegular;
    font-size: 14px;
    line-height: 26px;
}

.modal-segmentos .modal-body {
    margin-top: -10px;
}

.modal-segmentos .modal-header {
    border-bottom: none;
}

.modal-segmentos .sem-pandding {
    margin-bottom: -8%;
}

.modal-segmentos .icon-ofertas {
    transition-duration: 0.4s;
}

.modal-segmentos .icon-ofertas:hover {
    background-color: #D3DBD3;
    color: #006F3A;
}

.modal-segmentos .btn-ofertascontato {
    background-color: #fff;
    font-family: openRegular;
    color: #00A03F;
    border: 2px solid #00A03F;
    border-radius: 4px;
    font-size: 16px;
    transition-duration: 0.4s;
}

.modal-segmentos .btn-ofertascontato:hover {
    background-color: #00A03F;
    color: #fff;
}

.modal-segmentos .modal-content {
    border-radius: 0px;
    border: 0px;
    border-bottom: 10px solid #00A03F;
}


#representantes .fa-phone {
    padding-top: 12px;
}
#representantes .fa-whatsapp {
    padding-top: 10px;
}
#representantes .fa-plus {
    padding-top: 11px;
}

#representantes h6 {
    font-family: openRegular;
    font-size: 16px;
    color: #006F3A;    
}

#representantes h5 {
    margin-top: -8px;
    font-family: openBold;
    font-size: 16px;
    color: #006F3A;
}

.icon-representantes {
    transition-duration: 0.4s;
}

.icon-representantes:hover {
    background-color: #D3DBD3;
    color: #006F3A;
}

#contato-mobile .text-white {
    color: #fff!important;
}

#contato-mobile label {
    font-family: openBold;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
}

#contato-mobile .form-control {
    border: 2px solid #FFFFFF;
    background-color: #006F3A;
    color: #fff;
}

#contato-mobile ::placeholder {
    font-family: openLight;
    font-size: 16px;
    line-height: 22px;
    color: #D3DBD3;
}

#contato-mobile button {
    font-family: openBold;
    font-size: 24px;
    padding: 21px 82px 21px 84px;
    background-color: #00A03F;
}

#contato-mobile button {
    transition-duration: 0.4s;
}

#contato-mobile button:hover {
    background-color: #fff;
    color: #006F3A;
}

#contato .text-white {
    color: #fff!important;
}

#contato label {
    font-family: openBold;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
}

#contato .form-control {
    border: 2px solid #FFFFFF;
    background-color: #006F3A;
    color: #fff;
}

#contato ::placeholder {
    font-family: openLight;
    font-size: 16px;
    line-height: 22px;
    color: #D3DBD3;
}

#contato button {
    font-family: openBold;
    font-size: 24px;
    padding: 21px 82px 21px 84px;
    background-color: #00A03F;
}

#contato button {
    transition-duration: 0.4s;
}

#contato button:hover {
    background-color: #fff;
    color: #006F3A;
}

.badge-desc {
    font-family: openRegular;
    width: 44px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 8;
    background: #006F3A;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 0;
    border-radius: 20%;
    text-align: center;
}

footer .brands a {
    color: #006F3A;
    font-size: 30px;
}

.posfooter {
    background-color: #00A03F!important;
    color: #fff;
    font-family: openRegular;
    font-size: 14px;
}

.icon-mave {
    width: 28px!important;
    transition-duration: 0.4s;
}
.icon-mave:hover {
    opacity: 60%;
}

.whatsapp {
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 40px;
    right: 40px;
    background-color: #006F3A;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    transition-duration: 0.4s;
}

.whatsapp:hover {
    background-color: #D3DBD3;
    color: #006F3A;
}

footer .brands i {
    transition-duration: 0.4s;
}

footer .brands i:hover {
    color: #00A03F;
}

footer h3 {
    font-family: openBold;
    font-size: 24px;
    color: #006F3A;
}

footer .contatos{
    font-family: openBold;
    font-size: 20px;
    color: #006F3A;
    transition-duration: 0.4s;
}

footer .contatos:hover {
    color: #00A03F;
}

footer .numero {
    font-family: openRegular;
    font-size: 16px;
    color: #006F3A;
    margin-left: 5px;
}

/*
 * MEDIA QUERIES
 */

@media (max-width: 1200px) {
    #empresa img {
        margin-top: 30px;
    }
    #ofertas .btn-lg {
        font-size: 16px;
    }
    #ofertas .btn-primary {
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
}
@media (min-width: 1200px) {
    #empresa img {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    footer {
        text-align: center;
    }
    footer h3 {
        padding-top: 20px;
    }
    footer .logo {
        height: 100px;
        width: auto;
        margin-bottom: 5px;
    }
    footer .brands {
        margin-top: 6px;
    }
    #banner a {
        min-height: 375px;
    }
    #ofertas .btn-primary {
        padding-right: 4px!important;
        padding-left: 4px!important;
    }
    .map-contact {
        height: 400px!important;
    }
    .teste {
        padding-left: 30px;
        padding-right: 30px;
    }
    .modal-ofertas {
        text-align: center;
    }
    .modal-ofertas .modal-body h6 {
        padding-top: 18px;
    }
    .botaotelefone {
        padding-top: 10 px;
    }
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 1140px;
    }
}
