@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, html{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #838383;
    word-wrap: normal;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
::-webkit-scrollbar{width: 8px;}
::-webkit-scrollbar-track{background: #d6d6d6;}
::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, 0.3);}
::-webkit-scrollbar-thumb:hover {background: #3f3f3f;}
.bg-header {overflow: hidden;position: absolute;width: 100%;height: 100%;}
.bg-header object {overflow: hidden;position: absolute;top: -15vh;right: 0;width: 100%;z-index: -9999;}
.carousel-control-prev-icon {background-image: none;}
.carousel-control-prev-icon:after {content: '';position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);width: 15px;height: 15px;background-image: none;border-left: 1px solid white;border-top: 1px solid white;}
.carousel-control-next-icon {background-image: none;}
.carousel-control-next-icon:after {content: '';position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%) rotate(135deg);transform: translate(-50%, -50%) rotate(135deg);width: 15px;height: 15px;border-left: 1px solid white;border-top: 1px solid white;}
.prev-slide:after {content: '';position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);width: 15px;height: 15px;background-image: none;border-left: 1px solid #000;border-top: 1px solid #000;}
.next-slide:after {content: '';position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%) rotate(135deg);transform: translate(-50%, -50%) rotate(135deg);width: 15px;height: 15px;border-left: 1px solid #000;border-top: 1px solid #000;}
.top-menu {
    padding: 3px 0;
    border-bottom: 1px #edf3ff solid;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 4;
}
.top-menu p {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
}
.top-menu a {
    padding-left: 5px;
    font-size: 12px;
    letter-spacing: -0.3px;
}
.top-menu i {
    color: #0c81c6;
}
.navbar-brand img {
    max-width: 250px;
    width: 150%;
    border-right: 1px #fff solid;
    padding-right: 20px;
}
.navbar {
    padding: 1rem 0rem 1rem 0rem;
}
.navbar-nav{
	align-items: center;
}
.nav-link {
    transition: 0.1s ease-in-out;
    border-bottom: 2px transparent solid;
}
@media only screen and (min-width:768px){
	.header-top div.col-md-6:nth-child(2){
		text-align:-webkit-right;
	}
}
.header-top span{
	font-size:10pt;
	color:white;
	font-weight:500;
}
.header-top{
	background: #F9B114;
	padding-top:5px;
	padding-bottom:5px;
}
header {
    position: relative;
    z-index: 1;
    width: 100%;
	background: white;
}
header i {
    color: #838383;
}
header .subtexto{
	    line-height: 1;
    margin-bottom: 0;
    text-align: left;
    font-size: 12pt;
    margin-left: 40px;
    color: black;
}
@media only screen and (max-width:1200px){
	header .subtexto{
		font-size: 10pt;
		margin-left:35px;
	}
}
@media only screen and (max-width: 420px){
	header .subtexto{
		display:none;
	}
}
header a {
    color: #000;
    font-size: 12px;
	text-transform:uppercase;
	transition: 300ms all ease;
}
@media only screen and (max-width:1200px){
	header a {
		font-size:12px;
	}
}
header a.hover-bottom:hover, header a.hover-bottom:active, header a.hover-bottom:focus{
    color: black;
    text-decoration: none;
    outline: none;
	font-weight:500;
    border-bottom: 2px solid gold;
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus{
    color: #fff;
    text-decoration: none;
    outline: none;
    border: none;
}
a{
    color: #494949;
}
a:hover{
    color: #494949;
    text-decoration: none;
}

.btn-call-light {
    border: 2px #F9B114 solid;
    padding: 12px 50px!important;
    color: #F9B114;
    font-weight: 500;
	font-size:15px;
	margin-bottom:2px;
    transition: 0.3s ease-in-out;
}
.btn-call-light:hover, .btn-call-light:active, .btn-call-light:focus {
    padding: 12px 50px!important;
    border-radius: 0 !important;
    color: #fff;
    font-weight: 700;
}
#banner{
    padding: 0;
}
.banner-home{
	min-height:inherit;
	object-fit:cover;
}
#carouselHeader hr {
    margin-top: 0;
    margin-bottom: 1rem;
    border: 0;
    border-top: 4px solid #f9b114;
    width: 50px;
    margin-left: 0;
}
#carouselHeader h1{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0px;
}

#carouselHeader p {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 2.5em;
}
.btn-call-light {
	border:unset !important;
    color: #ffffff;
	background: #F9B114;
	font-weight:500;
	text-transform: capitalize;
	border-radius:0!important
}
.btn-call-solid {
    border: unset;
    color: #ffffff;
    background: #F9B114;
    font-weight: 400;
    text-transform: capitalize;
	padding: 8px 40px!important;
	border: 2px solid transparent;
}
.btn-call-solid:hover, .btn-call-solid:active, .btn-call-solid:focus {
    color: #ffffff;
    font-weight: 700;
    background: transparent;
    display: inline-block;
	padding: 8px 40px!important;
    border: 2px #F9B114 solid;
    
}
#carouselHeader .img-destaque {
    max-width: 350px;
}
#carouselHeader .carousel-item::before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
	background: linear-gradient(122deg, rgb(31 30 28 / 85%), rgb(126 87 0 / 81%));
	
}
#carouselHeader .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
}
section{
    padding: 100px 0;
}
.title-h2 img {
    max-width: 60px;
}
.title-h2 h2 {
    font-size: 30px;
    color: #585858;
    font-weight: 800;
    margin-bottom: 0;
}
.box-produto {
    padding: 70px 20px 20px 20px;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    max-width: 280px;
    margin: 0 auto;
    min-height: 245px;
}
.box-produto:hover {
    transform: scale(1.05);
}

/* produtos home */
.col-home-product{
    padding-top:100px;
    text-align: -webkit-center;
}
.texto-produtos-home {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.texto-produtos-home h2 {
    text-align: left;
    padding-bottom: 10px;
}
.texto-produtos-home img{
    max-width: unset;
    margin-right: -80px;
}
div.col-product-images img{
    max-width: 300px;
}

div.col-product-images > div::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #f9b114;
    z-index: -1;
    margin-left: -15px;
}
.col-products-home, div.col-product-images{
    text-align: -webkit-center;
}
@media only screen and (max-width:767px){
    .texto-produtos-home {
        justify-content: left;
    }
    .texto-produtos-home h2 {
        font-size:20px !important;
    }
    .col-home-product{
        padding-top:30px;
    }
    div.col-product-images img{
        max-width: 90%;
    }
}
@media only screen and (max-width:992px){
    div.col-product-images img{
        max-width: 90%;
    }
    div.col-product-images{
        margin-top:20px;
    }
}




#produtos .col-lg-3:nth-child(1) .box-produto {
    background: url(../img/produtos/img-01.png);
    background-size: cover;
}
#produtos .col-lg-3:nth-child(2) .box-produto {
    background: url(../img/produtos/img-02.png);
    background-size: cover;
  }
#produtos .col-lg-3:nth-child(3) .box-produto {
    background: url(../img/produtos/img-03.png);
    background-size: cover;
}
#produtos .col-lg-3:nth-child(4) .box-produto {
    background: url(../img/produtos/img-04.png);
    background-size: cover;
}
.box-icon {
    background: #F9B114;
    max-width: 90px;
    padding: 20px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}
.box-produto h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
    color: #fff;
    font-weight: 800;
}
.box-produto hr {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #fff;
    width: 70px;
}
.box-produto p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}
.box-produto a {
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
}
#callUm {
    background: url(https://dev.agenciawdk.com.br/tecnobarras/wp-content/uploads/2022/07/parallax1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
}
.parallax::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-height:500px;
    width: 100%;
    background: linear-gradient(122deg, rgb(31 30 28 / 85%), rgb(126 87 0 / 81%));
}
#callUm h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    margin-bottom: .25rem;
}
#callUm h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}
@media only screen and (min-width:993px){
    #callUm .text-right,#callDois .text-right{
        vertical-align: middle;
        display: inline-flex;
        align-content: center;
        align-items: center;
        justify-content: flex-end;
    }
}

@media only screen and (max-width:992px){
    #callUm h2, #callUm h3,#callUm .text-right{
        text-align:-webkit-center !important;
    }
    #callUm .col-lg-7 hr{
        display:none;
    }
    #callUm .col-lg-7,#callDois .col-lg-7{
        margin-bottom:25px;
    }
}

#callDois {
    background: url(https://dev.agenciawdk.com.br/tecnobarras/wp-content/uploads/2022/07/parallax2-min.png);
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
}
#callDois::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-height:500px;
    width: 100%;
    background: linear-gradient(122deg, rgb(31 30 28 / 85%), rgb(126 87 0 / 81%));
}
#callDois h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    margin-bottom: .25rem;
}
#callDois h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}
@media only screen and (max-width:992px){
    #callDois h2, #callDois h3,#callDois .text-right{
        text-align:-webkit-center !important;
    }
    #callDois .col-lg-7 hr{
        display:none;
    }
}
.btn-light-branco {
    color: #ffffff;
    border: 2px #fff solid;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}
.hr-amarelo{
	margin-top: 0;margin-bottom: 1rem;border: 0;border-top: 4px solid #f9b114;width: 50px;margin-left: 0;
}
.btn-light-branco:hover, .btn-light-branco:focus, .btn-light-branco:active {
    color: #F9B114;
    border: 2px #fff solid;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    background: #fff;
}
#quemSomos .col-lg-4 > div::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    background-color: #f9b114;
    z-index: -1;
}
#quemSomos h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #585858;
}
#quemSomos  .btn-call-solid:hover {
    color: #f9b114;
    font-weight: 700;
    background: transparent;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border: 2px #f9b114 solid;
}

#quemSomos .historia{
    font-size: 18px;
    text-align: justify;
}
#quemSomos{
    z-index: 1;
    position: relative;
    background: white;
}
@media only screen and (max-width:768px){
	#quemSomos .historia{
		font-size: 14px;
	}
}
@media only screen and (max-width:991px){
	#quemSomos .historia-h3{
		margin-top:20px;
	}
}


#callTres {
    background: url(../img/bg-call-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0;
}
#callTres h3 {
    font-size: 1.75rem;
    color: #fff;
    margin-bottom: 0;
    margin-top: 30px;
}
#callTres h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}
#callTres p {
    color: #fff;
}
#callTres a {
    color: #ffffff;
    display: block;
    font-size: 20px;
    padding: 7px 20px;
}
input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 2px #F9B114 solid;
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    margin: 5px 0;
}
input:hover, input:focus, input:active,
button:hover, button:focus, button:active,
textarea:hover, textarea:focus, textarea:active {
    box-shadow: none;
    outline: none;
}
button {
    border-radius: 0;
    border: none;
}
#clientes .imagem-cliente{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:130px;
}
#clientes .imagem-cliente img{
    max-width:150px;
}
#contato .caixas-footer{
    background: white;
    padding:20px 15px 5px 15px;
    margin-bottom: 40px;
}

/*### Alteraçoes ###*/
#titleHeader {
    background: linear-gradient(45deg, #252525, #585858);
}
#titleHeader .title-h2 h2 {
    color: #ffffff;
}
.box-mercado {
    position: relative;
    display: flex;
    align-items: center;
    margin: 70px 0;
}
.box-mercado img {
    max-width: 40%;
    border-radius: 20px;
    margin: 0 30px;
}
.box-mercado h6 {
    font-size: 1rem;
    font-size: 25px;
    color: #f8b116;
    font-weight: 700;
}

@media only screen and (max-width:768px){
    #contato .caixas-footer{
        margin-bottom: 20px;
    }
    #clientes .imagem-cliente{
        min-height:80px;
    }
}
@media only screen and (min-width:769px){
    #contato .mt-60{
        margin-top:60px;
    }
	.box-mercado {
		position: relative;
		display: flex;
		align-items: center;
		margin: 70px 0;
		flex-direction: column;
	}
	.box-mercado img {
		max-width: 100%;
		margin-bottom: 50px;
		border-radius: 20px;
	}
}
#contato .form-contato-rodape p{
    margin-bottom:0;
}
#contato .form-contato-rodape label{
    max-width: unset;
    width: 100%;
}

#contato input, #contato textarea{
    margin:0 !important;
    font-size:12px;
    border: 0;
    border-bottom: 2px #F9B114 solid;
}
#contato .wpcf7-response-output{
    padding:5px;
}
#contato input.wpcf7-submit {
    max-width: 200px;
    float: right;
    background: #F9B114;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}
#contato textarea{
    max-height: 100px;
}
#contato .caixas-footer::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: -5px;
    top:0px;
    background-color: #f9b114;
    z-index: -1;
}
#contato .p-contato-titulo{
    margin-bottom: 10px;
    font-size:13px;
    color:#585858;
    font-weight:600;
}
#contato .p-contato{
    font-size:12px;
    color:#585858;
    line-height:1.3;
    font-weight:400;
}

#contato{
    background: #F5F5F5;
}
#contato h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #585858;
}
#contato .btn-call-solid:hover, #contato .btn-call-solid:active, #contato .btn-call-solid:focus {
    color: #F9B114;
    font-weight: 700;
    background: transparent;
    padding: 8px 50px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border: 2px #F9B114 solid;
}
footer p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}
footer img {
    max-width: 35px;
    width: 100%;
}
footer {
    background: #5E5E5E;
    color: #fff;
    padding: 10px;
}

footer a{
    color:#FFF;
}
footer a:hover{
    color:rgb(240, 240, 240);
}
.btn-whatsapp {
    color: #ffffff;
    background: linear-gradient(45deg, #5fef6f, #30c348);
    padding: 11px 30px 0px 15px;
    font-size: 40px;
    position: fixed;
    left: -160px;
    bottom: 20px;
    border-radius: 0px 20px 20px 0px;
    transition: ease-in-out 0.3s;
}
.btn-whatsapp:hover {
    color: #ffffff;
    background: linear-gradient(45deg, #5fef6f, #30c348);
    font-size: 40px;
    position: fixed;
    left: 0;
    bottom: 20px;
    border-radius: 0px 20px 20px 0px;
}
.btn-whatsapp p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.btn-whatsapp p strong {
    display: block;
    font-size: 16px;
}
.btn-whatsapp i {
    position: relative;
    top: -5px;
}
.modal-dialog {
    max-width: 600px;
}
.modal-content {
    border: 0 solid rgba(0,0,0,0);
    border-radius: 0;
}
#trabalhoModal h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #F9B114;
    margin-bottom: 0;
}
.modal-header {
    border-bottom: 1px solid #01527a;
}
.pesquisa-produto form {
    position: relative;
}
.pesquisa-produto button {
    background: #fff;
    padding: 10px 15px;
    position: absolute;
    right: 3px;
    top: 4px;
    color: #01527a;
}
.pesquisa-produto input {
    margin: 0;
}
.redes-sociais {
    padding: 15px;
}
.redes-sociais i {
    padding: 5px;
    color: #fff;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel-item {
	min-height: 350px; 
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}
@media (min-width: 992px){
	.container {
		max-width: 1060px;
	}
}
@media (min-width: 1200px){
	.container {
		max-width: 1400px;
	}
}

.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* botões */
.botao-banner{
	border: unset;
	border-radius:0px !important;
}
@media only screen and (max-width:768px){
	div.botao-banner-div{
		text-align: -webkit-center ;
	}
}

/* Animation delays */
.carousel-caption hr {
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.carousel-caption h1 {
	-webkit-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}
.carousel-caption p {
	-webkit-animation-delay: 0.9s;
	        animation-delay: 0.9s;
}

.carousel-caption a {
	-webkit-animation-delay: 1.2s;
	        animation-delay: 1.2s;
}

@media (min-width: 1440px) {}
@media (max-width: 1440px) {
	#carouselHeader h1{
		font-size: 1.62rem;
	}
	#carouselHeader p {
		font-size: 1.62rem;
    }
}
@media (max-width: 1024px) {}
@media (max-width: 768px) {
    .navbar-collapse {
        text-align: center;
        padding: 25px 10px;
        border-radius: 4px;
        z-index: 9999;
    }
    .navbar-toggler{
        background-color: #FFF;
    }
    footer {text-align: center;padding: 20px;}
    footer .float-left{float: none!important;}
    footer .float-right{float: none!important;}
    footer br{display: none!important;}
    header{
        text-align: center;
    }
    header .text-right {
        text-align: center!important;
    }
    #carouselHeader h1 {
        font-size: 25px;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 0px;
        text-align: center;
    }
    #carouselHeader p {
        margin-top: 0;
        font-size: 25px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    }
    #carouselHeader .text-right {
        text-align: center!important;
    }
    #carouselHeader .carousel-caption {
        position: absolute;
        right: 10px;
        bottom: auto;
        left: 10px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        transform: translateY(-50%);
        top: 50%;
    }
    #carouselHeader .btn-call-solid {
        color: #ffffff;
        background: #F9B114;
        padding: 10px 50px;
        border-radius: 3px;
        display: inline-block;
        margin-bottom: 25px;
    }
    #carouselHeader hr {
        margin-top: 3rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 4px solid rgb(12 129 198);
        width: 100px;
        margin-right: auto;
        display: none;
    }
    #carouselHeader .img-fluid {
        max-width: auto;
        height: 400px;
        object-fit: cover;
        background-position: center;
    }
    .title-h2 h2 {
        font-size: 1.5rem;
        color: #585858;
        font-weight: 800;
        margin-bottom: 0;
    }
    #produtos .col-lg-3 {
        margin: 50px 0 50px 0;
    }
    #callUm h2 {
        font-size: 1.5rem;
        color: #fff;
        font-weight: 800;
        margin-bottom: .5rem;
    }
    #callUm h3 {
        font-size: 1rem;
        margin-bottom: 0;
        color: #fff;
    }
    #callUm .text-right {
        text-align: center!important;
    }
    #callDois h2 {
        font-size: 1.5rem;
        color: #fff;
        font-weight: 800;
        margin-bottom: .5rem;
    }
    #callDois h3 {
        font-size: 1rem;
        margin-bottom: 0;
        color: #fff;
    }
    #callDois .text-right {
        text-align: center!important;
    }
    #quemSomos h3 {
        margin-top: 25px;
    }
    #clientes .img-fluid {
        max-width: 100%;
        height: auto;
        padding-left: 70px!important;
        padding-right: 70px!important;
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    #contato .col-lg-6{
        padding-top: 50px;
    }
}
@media (max-width: 425px) {}
@media (max-width: 376px) {}

/* Slick css */
.slider-image{
	min-height:320px;
	margin-left:15px;
}
.slick-prev{
    left:10px;
}
.slick-next{
    right:10px;
}

.box-mercado {
    border-left: 5px #f8b116 solid;
    padding: 25px;
}