section.produtos{margin-bottom:100px}section.produtos .container{position:relative;padding-top:250px}section.produtos .titleHome{display:flex;justify-content:space-between}section.produtos .titleHome .left{display:flex;padding-bottom:30px;align-items:center;position:relative;min-width:50%;margin-bottom:30px}section.produtos .titleHome .left:after{content:'';position:absolute;width:5000px;height:1px;background:#dedede30;top:100%;right:0}section.produtos .titleHome h3{border-right:1px #dedede30 solid}section.produtos .titleHome h3,section.produtos .titleHome p{color:#fff}section.produtos .container:after{content:'';width:5000px;height:calc(100% - 70px);background:#333;display:block;position:absolute;top:0;right:50%;z-index:-1}section.produtos .bloco{display:flex;flex-wrap:nowrap;gap:45px;align-items:center;justify-content:space-between}section.produtos .modelo{min-width:255px;position:relative;margin-bottom:11px}section.produtos .produto{max-width:454px;object-fit:contain}section.produtos .modelo:after{content:'';width:100%;height:100%;display:block;border:1px #dedede solid;left:10px;top:10px;position:absolute}section.produtos .bloco h3{position:relative;padding:15px 0;padding-left:30px;font-size:14px;text-transform:uppercase;line-height:24px;margin-bottom:30px}section.produtos .bloco h3 strong{display:block;font-size:36px;font-weight:700;line-height:40px;text-transform:none}section.produtos .bloco h3 span{content:'';width:5px;height:100%;display:block;border-radius:10px;position:absolute;left:0;top:0}section.produtos .bloco .content{max-width:340px}section.produtos .bloco p{line-height:28px;margin-bottom:30px;font-size:14px}section.produtos .owl-nav{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;display:flex;justify-content:space-between;z-index:-1}section.produtos .owl-nav .owl-prev,section.produtos .owl-nav .owl-next{border:1px #adadad40 solid;width:70px;height:70px;display:flex;align-items:center;justify-content:center;color:#adadad}section.produtos .owl-nav .owl-prev i,section.produtos .owl-nav .owl-next i{font-size:20px}section.produtos .owl-nav .owl-prev{margin-left:-100px}section.produtos .owl-nav .owl-next{margin-right:-100px}