
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: "MacklinSans-Regular";
    src: url('fonts/MacklinSans-Regular.ttf');
}


@font-face {
    font-family: "MacklinSans-Bold";
    src: url('fonts/MacklinSans-Bold.ttf');
}



@font-face {
    font-family: "MacklinSans-BoldItalic";
    src: url('fonts/MacklinSans-BoldItalic.otf');
}

@font-face {
    font-family: "MacklinSlab-Regular";
    src: url('fonts/MacklinSlab-Regular.ttf');
}



@font-face {
    font-family: "MacklinSans-Medium";
    src: url('fonts/MacklinSans-Medium.ttf');
}

@font-face {
    font-family: "MacklinSlab-BoldItalic";
    src: url('fonts/MacklinSlab-BoldItalic.ttf');
}

@font-face {
    font-family: "MacklinSlab-Bold";
    src: url('fonts/MacklinSlab-Bold.ttf');
}


@font-face {
    font-family: "MacklinSans-Light";
    src: url('fonts/MacklinSans-Light.ttf');
}


body {
    font-family: "MacklinSans-Regular";
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

a,a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}


.container {
    max-width: 1242px;
    display: block;
    margin: auto;
    padding: 0 30px;
}


/*--- mobileheader-area start ---*/
.mobileheader-area {
    padding: 20px 0px;
    background-color: #F7F7F7;
    display: none;
}

.mobileheader-part {
    display: flex;
    align-items: center;
}

.mobileheader-area .logo-part {
    width: 50%;
}

.menu-part {
    width: 50%;
}

.menu-part img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-right: 0px;
}



/*--- header-area start ---*/
.header-area {
    padding: 25px 0px;
    background-color: #F7F7F7;
}

.header-part {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header-right {
   display: flex;
   align-items: center;
   justify-content: space-between;    
}


.logo-part img {
    width: 155px;
    display: block;
    height: 50px;
}

.nav-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

.nav-part ul li {
    display: inline-block;
}

.nav-part ul li a {
    font-family: "MacklinSans-Medium";
    color: #000;
    font-size: 22px;
    display: block;
    padding-right: 25px;
    transition: 0.3s all ease;
}

.nav-part ul li a:hover {
   color: #FFB4B4;
}


.close-icon {
    display: none;
}

.menu-part img {
filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7437%) hue-rotate(327deg) brightness(114%) contrast(114%);    
}

.close-icon img {
filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(409%) hue-rotate(232deg) brightness(118%) contrast(100%);
}


/*--- hero-area start ---*/
.hero-area {
    padding: 30px 0px;
    padding-bottom: 100px;
}

.hero-area .container {
    max-width: 1300px;
    display: block;
    margin: auto;
    padding: 0 20px;    
}

.herotop-box {
   position: relative;
   width: 100%;
   height: 1323px;
   border-radius: 20px;
   overflow: hidden;
}

.herotop-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 99;
}

.herotoptext {
    position: relative;
    z-index: 999;
    padding: 60px 30px;
}

.herotoptext h1 {
    font-family: "MacklinSlab-Bold";
    color: #fff;
    font-size: 90px;
    text-align: center;
    font-weight: bold;
}

.herotoptext h2 {
    font-family: "MacklinSans-Medium";
    color: #fff;
    font-size: 61px;
    text-align: center;
    font-weight: 500;   
}

.herotoptext p {
    font-family: "MacklinSans-Medium";
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    padding-top: 50px;   
}


.hero2box-part {
    margin-top: 40px;
    display: flex;
    gap: 40px;
}

.hero2box-left {
    width: 50%;
}

.hero2box-right {
    width: 50%;
}

.hero2box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 1033px;
    display: grid;
    align-items: end;
}

.hero2box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99;
}

.hero2box-text {
    position: relative;
    z-index: 999;
    padding: 50px;
}

.hero2box-text h2 {
    font-family: "MacklinSans-Regular";
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
}

.hero2box-text a {
    font-family: "MacklinSans-Regular";
    color: #1E1E1E;
    font-size: 36px;
    font-weight: 400;
    width: 194px;
    display: block;
    height: 58px;
    background-color: #fff;
    line-height: 58px;
    text-align: center;
    border-radius: 20px;
    margin: auto;
    margin-top: 35px;
}



/*--- newhero2-area start ---*/
.newhero2-area {
    padding: 80px 0px;
    padding-top: 120px;
    background-color: #ffffff;
}


.newhero2-part h3 {
    font-family: "MacklinSans-Regular";
    color: #030405;
    font-size: 60px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding-bottom: 5px;
}

.newhero2-part h2 {
    font-family: "MacklinSlab-Bold";
    color: #FFB4B4;
    font-size: 90px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.newhero2-part p {
    font-family: "MacklinSans-Light";
    color: #030405;
    font-size: 38px;
    text-align: center;
    margin: 0;
    line-height: 50px;
    padding-top: 14px;  
}

.newhero2-images {
    max-width: 1300px;
    display: block;
    margin: auto;
    padding: 20px;
}

.newhero2-images img {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 20px;
}


/*--- newhero2-area start ---*/
.diferenciais-area {
    padding: 90px 0px;
    background-color: #ffffff;
}


.diferenciais-hd h2 {
    font-family: "MacklinSlab-Bold";
    color: #000000;
    font-size: 90px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.diferenciais-hd img {
    width: 60px;
    display: block;
    margin: auto;
    margin-top: 80px;
}

.diferenciais-hd p {
    font-family: "MacklinSans-Regular";
    color: #030405;
    font-size: 60px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding-top: 95px;   
}


.diferenciais-part img {
    width: 100%;
    display: block;
    margin: auto;
}

.diferenciais-part {
	max-width: 1300px;
    display: block;
    margin: auto;
}

.line-img img {
    width: 100%;
    display: block;
}

/*--- acessórios-area start ---*/
.acessórios-area {
    padding: 0px 0px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

.acessórios-hd {
    padding-bottom: 100px;
}

.acessórios-hd h2 {
    font-family: "MacklinSans-Regular";
    color: #000000;
    font-size: 60px;
    text-align: center;
    font-weight: 400;
    margin: 0;
}


.acessórios-part {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0px;
    justify-content: space-around;
    grid-row-gap: 20px;
}



.acessórios-image img {
    width: 230px;
    height: 230px;
    display: block;
    margin: auto;
}

.acessórios-text {
    padding-top: 55px;
}

.acessórios-text p {
    font-family: "MacklinSans-Regular";
    color: #000000;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin: 0;  
}



/*--- paineldigital-area start ---*/
.paineldigital-area {
    padding: 50px 0px;
    padding-top: 0px;
    background-color: #ffffff;
}


.paineldigital-part img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-top: -70px;
    margin-bottom: -50px;
}

.paineldigital-part h2 {
    font-family: "MacklinSans-Regular";
    color: #000000;
    font-size: 60px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding-bottom: 70px;
    position: relative;
    z-index: 999;
}

.paineldigital-part p {
    font-family: "MacklinSans-Regular";
    color: #030405;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin: 0;
}




/*--- motorbldc-area start ---*/
.motorbldc-area {
    padding: 60px 0px;
    background-color: #ffffff;
}


.motorbldc-hd {
    padding-bottom: 80px;
}

.motorbldc-hd h2 {
    font-family: "MacklinSans-Regular";
    color: #000000;
    font-size: 60px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding-bottom: 60px;
}

.motorbldc-hd p {
    font-family: "MacklinSans-Regular";
    color: #030405;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.motorbldc-image {
    max-width: 1300px;
display: block;
margin: auto;
padding: 20px;
}

.motorbldc-image img {
   width: 100%;
   display: block;
   margin: auto;
   border-radius: 20px;
}


.motorbldc-part {
    padding-top: 80px;
}

.motorbldc-box {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.motorbldc-text p {
    font-family: "MacklinSans-Regular";
    color: #030405;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}


.newmotorbldc-part {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    justify-content: space-around;
    grid-row-gap: 30px;
}


.newmotorbldc-box {
   position: relative;
}

.newmotorbldc-image {
    height: 230px;
    display: grid;
    align-items: center;
}

.newmotorbldc-image img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.newmotorbldc-text {
    padding-top: 30px;
}

.newmotorbldc-text h2 {
    font-family: "MacklinSlab-Bold";
    color: #B3BED9;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding-bottom: 30px;
}

.newmotorbldc-text p {
    font-family: "MacklinSans-Regular";
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin: 0;    
}



.topline1 {
    position: absolute;
    top: 30px;
    height: 545px;
    left: -25px;   
}

.topline2 {
    position: absolute;
    top: 30px;
    height: 545px;
    right: -25px;   
}


/*--- gerador-area start ---*/
.gerador-area {
    padding: 80px 0px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

.gerador-image {
    max-width: 1300px;
display: block;
margin: auto;
padding: 20px;
}

.gerador-image img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.gerador-part h2 {
    font-family: "MacklinSans-Regular";
    color: #000000;
    font-size: 60px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding-bottom: 50px;
}

.gerador-part p {
    font-family: "MacklinSans-Regular";
    color: #030405;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin: 0;
}


/*--- unpetes-area start ---*/
.unpetes-area {
    padding: 80px 0px;
    background-color: #ffffff;
    padding-bottom: 0px;
}

.unpetes-image {
    max-width: 1300px;
display: block;
margin: auto;
padding: 20px;
}

.unpetes-image img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.unpetes-part h2 {
    font-family: "MacklinSans-Regular";
    color: #000000;
    font-size: 60px;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding-bottom: 70px;
}

.unpetes-part h2 span {
     font-family: "MacklinSlab-Bold";   
}


.unpetes-part p {
    font-family: "MacklinSans-Regular";
    color: #030405;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin: 0;
}


.imagegallery-part {
   max-width: 1300px;
    display: block;
    margin: auto;
    padding: 20px;
    padding-top: 80px;
}

.imagegallery-box1 {
    padding-bottom: 30px;
    display: flex;
    gap: 30px;
}

.imagegallery-box1left {
    width: 50%;
}

.imagegallery-box1right {
    width: 50%;
}

.imagegalleryimg1 {
   width: 100%;
   height: 1200px;
   border-radius: 20px;
   overflow: hidden;
}

.imagegalleryimg1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.imagegalleryimg2 {
   width: 100%;
   height: 585px;
   border-radius: 20px;
   overflow: hidden;
   margin-bottom: 30px;
}

.imagegalleryimg2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.imagegalleryimg3 {
   width: 100%;
   height: 585px;
   border-radius: 20px;
   overflow: hidden;
}

.imagegalleryimg3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.imagegallery-box2 {
    display: flex;
    gap: 30px;
}

.imagegallery-box2left {
    width: 35%;
}

.imagegallery-box2right {
    width: 65%;
}



.imagegalleryimg4 {
   width: 100%;
   height: 940px;
   border-radius: 20px;
   overflow: hidden;
}

.imagegalleryimg4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.imagegalleryimg5 {
   width: 100%;
   height: 940px;
   border-radius: 20px;
   overflow: hidden;
}

.imagegalleryimg5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/*--- pptah-area start ---*/
.pptah-area {
    background-image: url('img/bg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0px;
    padding-bottom: 0px;
}


.pptah-part h2 {
    font-family: "MacklinSlab-Bold";
    color: #000000;
    font-size: 70px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
}

.pptah-part p {
    font-family: "MacklinSans-Regular";
    color: #030405;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    margin: 0;
}



.pptah-image {
   max-width: 1300px;
    display: block;
    margin: auto;
    padding: 20px;
    padding-top: 80px;
}

.pptah-image img {
    width: 100%;
    display: block;
    border-radius: 20px;
}




.pptah-btn {
    padding: 130px 0;
}

.pptah-btn a {
    font-family: "MacklinSans-Medium";
    color: #fff;
    font-size: 40px;
    background: linear-gradient(94.82deg, #5EA3E6 -7.86%, #D26BBA 112.16%);
    display: flex;
    align-items: center;
    gap: 20px;
    width: 540px;
    height: 93px;
    justify-content: center;
    margin: auto;
    border-radius: 31px;
}

.pptah-btn a img {
    height: 34px;
    display: block;
}


.pptahdown-image img {
    max-width: 100%;
    display: block;
    margin: auto;
}


/*--- questions-area start ---*/
.questions-area {
    padding: 100px 0px;
    background: #EEEEEE80;
    padding-top: 120px;
}

.questionsbg2 {
 background: #f7dddd;   
}

.questionsbg3 {
 background: #2D2C2C;   
}


.questions-heading {
    padding-bottom: 90px;
}

.questions-heading h2 {
    font-family: "MacklinSans-Medium";
    color: #000;
    font-size: 80px;
    margin: 0;
    text-align: center;
    line-height: 72px;
    font-weight: 500;  
}

.questions-heading h2 span {
    font-family: "MacklinSans-BoldItalic";
}

.questions-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
}

.questions-part ul li {
    display: inline-block;
}

.questions-part ul li a {
    font-family: "MacklinSans-Medium";
    color: #000;
    font-size: 40.50px;
    width: 395px;
    display: flex;
    gap: 25px;
    height: 91px;
    background-color: #fff;
    line-height: 91px;
    border-radius: 23.74px;
    transition: 0.3s all ease;
    justify-content: center;
    align-items: center; 
    box-shadow: 12px 14px 22px -17px #00000040; 
}

.questions-part ul li a:hover {
    background-color: #000;
    color: #fff;
}

.questions-part ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}


.questions-part ul li a img {
    max-width: 100%;
    display: block;
}

.questionsbg3 .questions-heading h2 {
    color: #fff;
}


/*--- footer-area start ---*/
.footer-area {
    padding: 80px 0px;
    background-color: #A47865;
}


.footer-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}


.footer-left {
    width: 413px;
}

.footer-right {
    width: 570px;
}

.footer-left img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.footer-right p {
   font-family: "MacklinSans-Medium";
    color: #000;
    font-size: 27.76px;
    margin: 0;
    line-height: 30px;
    font-weight: 500;
}

.footer-right ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 45px;
}

.footer-right ul li {
    display: inline-block;
    padding-right: 15px;
}

.footer-right ul li a img {
    width: 49px;
    height: 49px;
    display: block;
}


.mobileheaderbgcl {
    background-color: #FFFFFF;
}

.headerbgcl-area {
  background-color: #FFFFFF;  
}

.newhero2bgcl {
   background-color: #1c1c1c; 
}


.newhero2bgcl .newhero2-part h3 {
    color: #fff;
}

.newhero2bgcl .newhero2-part h2 {
    color: #B3BED9;
}

.newhero2bgcl .newhero2-part p {
    color: #fff;
}

.diferenciaisbgcl {
   background-color: #1c1c1c; 
}

.diferenciaisbgcl .diferenciais-hd h2 {
    color: #B3BED9;
}

.diferenciaisbgcl .diferenciais-hd p {
    color: #fff;
}



.acessóriosbgcl {
   background-color: #1c1c1c;     
}

.acessóriosbgcl .acessórios-hd img {
    width: 90px;
    height: 90px;
    display: block;
    margin: auto;
    margin-bottom: 38px;
}

.acessóriosbgcl .acessórios-hd h2 {
    color: #FFFFFF;
    font-size: 32px;
}

.acessóriosbgcl .acessórios-text p {
    color: #FFF;
}

.paineldigitalbgcl {
   background-color: #1c1c1c;      
}


.paineldigitalbgcl .paineldigital-part h2 {
   color: #fff;    
}

.paineldigitalbgcl .paineldigital-part p {
   color: #fff;    
}


.paineldigitalbgcl .paineldigital-part img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-top: 0;
    margin-bottom: 120px;
    padding-top: 30px;
}


.motorbldcbgcl {
    background-color: #1c1c1c;    
}

.motorbldcbgcl .motorbldc-hd h2 {
   color: #fff;    
}

.motorbldcbgcl .motorbldc-hd p {
   color: #fff;    
}



.geradorbgcl {
    background-color: #1c1c1c;    
}

.geradorbgcl .gerador-part h2 {
   color: #fff;    
}

.geradorbgcl .gerador-part p {
   color: #fff;    
}

.unpetesbgcl {
    background-color: #1c1c1c;       
}


.unpetesbgcl .unpetes-part h2 {
    color: #fff;
}

.unpetesbgcl .unpetes-part h2 span {
    color: #B3BED9;
}


.unpetesbgcl .unpetes-part p {
    color: #fff;
}

.pptahbgcl {
    background-color: #1c1c1c;
    background-image: initial;  
}



.pptahbgcl .pptah-part h2 {
    color: #B3BED9;
} 

.pptahbgcl .pptah-part p {
    color: #fff;
} 



.pptahbgcl .pptah-btn {
    position: relative;
    z-index: 999;
}


.pptahbgcl .pptah-image {
    position: relative;
    z-index: 999;
}

.pptahdowns-image img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: -635px;
}


.main {
    overflow: hidden;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: block;
}


.mainheader-area {
    position: sticky;
    top: 0;
    z-index: 9999999999999999999999;
}

.mainheader-area.sticky {
    position: fixed;
    width: 100%;
    box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
}