@font-face {
    font-family: 'Mazzard-Black';
    src: url(../fonts/Mazzard/MazzardH-Black.otf);
}

@font-face {
    font-family: 'Mazzard-Black-Italic';
    src: url(../fonts/Mazzard/MazzardH-BlackItalic.otf);
}

@font-face {
    font-family: 'Mazzard-Bold';
    src: url(../fonts/Mazzard/MazzardH-Bold.otf);
}

@font-face {
    font-family: 'Mazzard-Bold-Italic';
    src: url(../fonts/Mazzard/MazzardH-BoldItalic.otf);
}

@font-face {
    font-family: 'Mazzard-Extra-Bold';
    src: url(../fonts/Mazzard/MazzardH-ExtraBold.otf);
}

@font-face {
    font-family: 'Mazzard-Extra-Bold-Italic';
    src: url(../fonts/Mazzard/MazzardH-ExtraBoldItalic.otf);
}

@font-face {
    font-family: 'Mazzard-ExtraLight';
    src: url(../fonts/Mazzard/MazzardH-ExtraLight.otf);
}

*{
    padding: 0;
    margin: 0;
}

/*---- btn social section ------ */
.whatsapp-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 25px;
    right: 18px;
    background-color: #144571;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    text-decoration: none !important;
}
/*-- btn social section ends --*/

/* Nav */

.navbar{
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
}

.nav-logo{
    margin-left: 110px;
    margin-right: 350px;
}

.nav-menu ul{
    display: flex;
    align-items: center;
}

.nav-menu ul li{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: 25px;
}

.nav-menu ul li a{
    text-decoration: none;
    font-family: 'Mazzard-Bold';
    font-size: 18px;
    text-transform: uppercase;
    color: #316A9D;
    padding: 10px 16px;
    background-color: #fff;
    border-radius: 25px;
    transition: all .5s;
    cursor: pointer;
}

.nav-menu ul li a:hover{
    color: #fff;
    background-color: #316A9D;
    padding: 10px 16px;
    border-radius: 25px;
    transition: all .5s;
    cursor: pointer;
}

.nav-menu ul li.select a{
    color: #fff;
    padding: 10px 16px;
    background-color: #316A9D;
    border-radius: 25px;
    cursor: pointer;
}
/* Nav Ends */

/* -- Banner -- */
.banner-section{
    display: flex;
    align-items: center;
    width: 100%;
    height: 760px;
}

.banner-1{
    background-image: url(../img/banner-1.png);
    width: 100%;
    height: 760px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    transition: .8s ease-in-out;
}

.banner-1 h1{
    font-family: 'Mazzard-Black';
    color: #fff;
    font-size: 85px;
    width: 483px;
    margin-left: 110px;
    margin-bottom: 25px;
    letter-spacing: 2.55px;
}

.banner-1 p{
    font-family: 'Mazzard-Bold';
    font-size: 50px;
    color: #fff;
    width: 483px;
    margin-left: 110px;
    letter-spacing: 2.55px;
}

.banner-2{
    background: url(../img/banner-2.png);
    width: 100%;
    height: 760px;
    display: flex;
    align-items: center;
    position: absolute;
    opacity: 0;
    transition: .8s ease-in-out;
}

.banner-2 h1 {
    font-family: 'Mazzard-Black';
    font-size: 66px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 580px;
    margin-left: 110px;
}

.banner-3{
    background: url(../img/banner-3.png);
    width: 100%;
    height: 760px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    opacity: 0;
    transition: .8s ease-in-out;
}

.banner-3 h1{
    font-family: 'Mazzard-Black';
    font-size: 72px;
    letter-spacing: 2px;
    color: #0093E5;
    text-transform: uppercase;
    padding-inline: 260px;
    text-align: center;
    margin-top: 45px;
}

.banner-4{
    background: url(../img/banner-4.svg);
    width: 100%;
    height: 760px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    opacity: 0;
    transition: .8s ease-in-out;
}

.banner-4 h1{
    font-family: 'Mazzard-Extra-Bold';
    font-size: 64px;
    text-transform: uppercase;
    color: #fff;
    width: 940px;
    margin-right: 110px;
    margin-bottom: 50px;
}

.show{
    opacity: 1;
}
/* -- Banner Ends -- */

/* -- Produtos Home -- */
.produtos-home{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.produtos-home-texto{
    margin: 80px 0;
    padding-inline: 353px;
}

.produtos-home-texto h1{
    font-family: 'Mazzard-Extra-Bold';
    color: #0093E5;
    font-size: 32px;
    text-align: center;
}

.produtos-home-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.produto-content {
    display: flex;
    align-items: center;
    width: 580px;
    margin-left: 75px;
    margin-bottom: 100px;
}

.produto-content-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 24px;
}

.produto-content-name{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.produto-content-name h1{
    margin-left: 10px;
    font-family: 'Mazzard-Extra-Bold';
}

.produto-content-right a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #0093E5;
    border: solid 1px #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 25px;
    font-family: 'Mazzard-Extra-Bold';
    transition: all .4s linear;
}

.produto-content-right a:hover{
    border: solid 1px #0093E5;
    color: #0093E5;
    background-color: #fff;
    transition: all .4s linear;
}
/* -- Produtos Home Ends -- */

/* -- Expertize -- */
.expertise{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 62px 0;
    background-color: #f8f8f8;
}

.counter-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: 100px;
}

.counter-content{
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.counter-content .simbol, .counter-content .counter, .counter-content h1{
    color: #0093E5;
    font-family: 'Mazzard-Extra-Bold';
    font-size: 20px;
    margin-inline: 4px;
}
/* -- Expertize Ends -- */

/* -- About -- */
.about-home{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-home-title{
    display: flex;
    align-items: center;
}

.about-home-title-right{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 186px 479px;
    background: linear-gradient(100deg, #0093E5 63.5%, rgba(0, 147, 229, 0.00) 125.43%, rgba(0, 147, 229, 0.64) 125.43%);
    margin-left: 5px;
}

.about-home-title-right h1 {
    font-family: 'Mazzard-Extra-Bold';
    font-size: 61.2px;
    color: #fff;
    text-transform: uppercase;
}

.about-home-text {
    text-align: center;
    margin: 60px 0;
}

.about-home-text h1 {
    font-family: 'Mazzard-Extra-Bold';
    font-size: 29px;
    color: #0093E5;
    text-transform: uppercase;
}

.about-home-text h2 {
    font-family: 'Mazzard-ExtraLight';
    font-size: 20px;
    color: #545454;
    margin: 60px 0;
    padding-inline: 350px;
}

.about-home-text a {
    text-decoration: none;
    text-transform: uppercase;
    border: solid 2px #0093E5;
    padding: 10px 25px;
    border-radius: 25px;
    font-family: 'Mazzard-Extra-Bold';
    font-size: 21px;
    color: #0093E5;
}
/* -- About Ends -- */

/* -- Footer -- */
.footer {
    background-color: #144571;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-inline: 20px;
}

.footer-content {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    flex-direction: row;
    justify-content: space-evenly;
}

.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu img {
    width: 240px;
}

.footer-menu .links {
    margin-top: 25px;
}

.footer-menu .links li {
    color: #fff;
}

.footer-menu .links li a {
    text-decoration: none;
    font-family: 'Mazzard-Extra-Bold';
    font-size: 19px;
    letter-spacing: 1px;
    color: #fff;
}

.footer-menu .links-A {
    text-decoration: none;
    font-family: 'Mazzard-Bold';
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 25px;
    padding: 12px 22px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.menu-title {
    display: flex;
    align-items: center;
}

.menu-title .bar {
    height: 30px;
    width: 5px;
    background-color: #fff;
}

.menu-title h1 {
    font-family: 'Mazzard-Extra-Bold';
    color: #fff;
    margin-left: 10px;
}

.footer-contato-btns {
    display: flex;
    flex-direction: column;
    max-width: 380px;
}

.footer-contato-btns a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: Mazzard-Bold;
    font-size: 16px;
    letter-spacing: .5px;
    color: rgb(255, 255, 255);
    margin: 10px 0px;
    padding-inline: 15px;
}

.footer-contato-btns a i {
    margin-right: 5px;
}

.social-menu {
    display: flex;
    justify-content: center;
}

.social-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 35px;
    margin: 20px 15px;
}

.footer-menu p {
    font-family: 'Mazzard-ExtraLight';
    font-size: 10px;
    color: #fff;
    margin-top: 10px;
}

.copy {
    text-align: center;
    margin-top: 15px;
    border-top: solid 1px #fff;
    width: 100%;
}

.copy h1 {
    font-family: 'Mazzard-ExtraLight';
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy h1 a {
    text-decoration: none;
    color: #fa0404;
    font-family: 'Mazzard-Bold';
    font-size: 15px;
}
/* -- Footer Ends -- */

/*-- Page - Produtos --*/
.banner-produtos{
    background: url(../img/banner-produtos.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.banner-produtos h1{
    font-family: 'Mazzard-Bold';
    text-transform: uppercase;
    color: #fff;
    font-size: 94px;
    margin-left: 20px;
}

.product-details-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 160px 0;
    padding-inline: 370px;
}

.single-product{
    display: flex;
    flex-direction: column;
    margin: 50px 0;
}

.single-product-details{
    width: 50em;
}

.single-product-title{
    display: flex;
    align-items: center;
}

.single-product-title h1{
    font-family: 'Mazzard-Extra-Bold';
    font-size: 20px;
    margin-left: 11px;
}

.single-product-text p{
    font-family: 'Mazzard-ExtraLight';
    font-size: 16px;
    margin-top: 20px;
}

.img-container{
    display: flex;
    align-items: center;
    margin-top: 10px;
    overflow: hidden;
    width: 750px;
}

.img-container .image{
    width: 195px;
    overflow: hidden;
    cursor: pointer;
}

.img-container .image img{
    width: 100%;
    object-fit: cover;
    transition: .2s linear;
}

.img-container .image:hover img{
    transform: scale(1.1);
}

.popup-image{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}

.popup-image span{
    position: absolute;
    top: 60px;
    right: 60px;
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
}

.popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    border: 5px solid #fff;
    border-radius: 5px;
    object-fit: contain;
}

.banner-about{
    background: url(../img/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
}

.banner-about h1{
    font-family: 'Mazzard-Extra-Bold';
    font-size: 90px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 250px;
    margin-left: 110px;
}

.about-content{
    display: flex;
    flex-direction: column;
    margin-inline: 110px;
    margin-top: 100px;
}

.about-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about-text-left {
    font-family: 'Mazzard-ExtraLight';
    max-width: 916px;
    font-size: 20px;
}

.about-text-right img {
    margin-top: 0;
    width: 554px;
}

.alcance-nacional{
    margin-top: 72px;
    margin-bottom: 72px;
}

.alcance-nacional h1{
    font-family: 'Mazzard-Bold';
    font-size: 40px;
    color: #0093E5;
}

.alcance-nacional p{
    font-family: 'Mazzard-ExtraLight';
    font-size: 20px;
    margin-top: 10px;
}

.alcance-nacional h2{
    text-align: end;
    font-family: 'Mazzard-Bold';
    color: #0093E5;
    font-size: 30px;
    margin-top: 15px;
}

.contato-container {
    background: url(../img/background-contato.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 760px;
    padding: 0px 110px;
}

.contato-container .container-title{
    font-family: 'Mazzard-Extra-Bold';
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 50px;
}

.contato-content{
    display: flex;
    align-items: flex-start;
    margin-top: 45px;
}

.content-right{
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.socialBTN-title{
    display: flex;
    align-items: center;
    margin: 35px 0 10px 0;
}

.socialBTN-title .bar{
    width: 7.02px;
    height: 39px;
    background-color: #fff;
    margin-right: 20px;
}

.socialBTN-title h1{
    font-family: 'Mazzard-Extra-Bold';
    font-size: 32px;
    color: #fff;
}

.socialBTNS a{
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    margin: 30px;
}

.contatos{
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
}

.cotacaowpp p{
    font-family: 'Mazzard-Bold';
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
    max-width: 339px;
}

.cotacaowpp a{
    text-decoration: none;
    font-size: 16px;
    font-family: 'Mazzard-Bold';
    color: #fff;
    background-color: #1AB700;
    padding: 14px 38px;
    border-radius: 25px;
}

.telefone{
    margin-left: 50px;
}

.telefone p{
    font-family: 'Mazzard-Bold';
    font-size: 24px;
    color: #fff;
    max-width: 242px;
    margin-bottom: 54px;
}

.telefone a{
    text-decoration: none;
    font-size: 16px;
    font-family: 'Mazzard-Bold';
    color: #fff;
    background-color: #144571;
    padding: 14px 38px;
    border-radius: 25px;
}

.fabrica{
    margin: 30px 0;
}

.fabrica h1{
    font-family: 'Mazzard-Bold';
    font-size: 36px;
    color: #fff;
}

.fabrica a{
    text-decoration: none;
    font-family: 'Mazzard-Bold';
    font-size: 20px;
    color: #fff;
    max-width: 370px;
}

.atendimento h1{
    font-family: 'Mazzard-Bold';
    font-size: 36px;
    color: #fff;
}

.atendimento p{
    font-family: 'Mazzard-Bold';
    font-size: 24px;
    color: #fff;
}

.img-content{
    border-radius: 18px;
    opacity: 0;
    transition: all 2s;
    position: absolute;
    right: 260px;
    top: 753px;
}

.shoow{
    opacity: 1;
}

.about-img{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 2048px) {
    .produto-content {
        display: flex;
        align-items: center;
        width: 580px;
        margin-left: 110px;
        margin-bottom: 100px;
    }

    .about-home-title-right {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 150px 552px;
        background: linear-gradient(100deg, #0093E5 63.5%, rgba(0, 147, 229, 0.00) 125.43%, rgba(0, 147, 229, 0.64) 125.43%);
        margin-left: 5px;
    }
}

@media screen and (max-width: 1728px){
    .about-home-title-right {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 150px 400px;
        background: linear-gradient(100deg, #0093E5 63.5%, rgba(0, 147, 229, 0.00) 125.43%, rgba(0, 147, 229, 0.64) 125.43%);
        margin-left: 5px;
    }

    .img-content {
        border-radius: 18px;
        opacity: 0;
        transition: all 2s;
        position: absolute;
        right: 80px;
        top: 730px;
    }

    .shoow{
        opacity: 1;
    }
}

@media screen and (max-width: 1440px) {
    .nav-logo {
        margin-left: 110px;
        margin-right: 180px;
    }

    .banner-section {
        display: flex;
        align-items: center;
        width: 100%;
        height: 640px;
    }

    .banner-1 {
        background-image: url(../img/banner-1.png);
        width: 100%;
        height: 640px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-1 h1 {
        font-family: 'Mazzard-Black';
        color: #fff;
        font-size: 70px;
        width: 483px;
        margin-left: 110px;
        margin-bottom: 25px;
        letter-spacing: 2.55px;
    }

    .banner-1 p {
        font-family: 'Mazzard-Bold';
        font-size: 40px;
        color: #fff;
        width: 483px;
        margin-left: 110px;
        letter-spacing: 2.55px;
    }

    .banner-2 {
        background: url(../img/banner-2\(1440\).png);
        width: 100%;
        height: 640px;
        display: flex;
        align-items: center;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-2 h1 {
        font-family: 'Mazzard-Black';
        font-size: 50px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        width: 580px;
        margin-left: 110px;
    }

    .banner-3 {
        background: url(../img/banner-3-1440.png);
        width: 100%;
        height: 640px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-3 h1 {
        font-family: 'Mazzard-Black';
        font-size: 54px;
        letter-spacing: 2px;
        color: #0093E5;
        text-transform: uppercase;
        padding-inline: 260px;
        text-align: center;
        margin-top: 45px;
    }

    .banner-4 {
        background: url(../img/banner-4.svg);
        width: 100%;
        height: 640px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-4 h1 {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 50px;
        text-transform: uppercase;
        color: #fff;
        width: 790px;
        margin-right: 0px;
        margin-bottom: 50px;
    }

    .about-home-title-right {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 150px 300px;
        background: linear-gradient(100deg, #0093E5 63.5%, rgba(0, 147, 229, 0.00) 125.43%, rgba(0, 147, 229, 0.64) 125.43%);
        margin-left: 5px;
    }

    .show{
        opacity: 1;
    }

    .img-content {
        border-radius: 18px;
        opacity: 0;
        transition: all 2s;
        position: absolute;
        right: 34px;
        top: 731px;
    }

    .shoow{
        opacity: 1;
    }

    .about-text-left {
        font-family: 'Mazzard-ExtraLight';
        max-width: 655px;
        font-size: 20px;
    }

    .telefone a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Mazzard-Bold';
    color: #fff;
    background-color: #144571;
    padding: 14px 12px;
    border-radius: 25px;
}
}

@media screen and (max-width: 1366px) {
    .navbar {
        display: flex;
        align-items: center;
        width: 100%;
        height: 115px;
    }

    .nav-logo {
        margin-left: 90px;
        margin-right: 200px;
    }

    .nav-menu ul li {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-inline: 15px;
    }

    .nav-menu ul li a {
        text-decoration: none;
        font-family: 'Mazzard-Bold';
        font-size: 15px;
        text-transform: uppercase;
        color: #316A9D;
        padding: 8px 15px;
        background-color: #fff;
        border-radius: 25px;
        transition: all .5s;
        cursor: pointer;
    }

    .nav-menu ul li.select a {
        color: #fff;
        padding: 8px 15px;
        background-color: #316A9D;
        border-radius: 25px;
        cursor: pointer;
    }

    .nav-menu ul li a:hover{
        color: #fff;
        background-color: #316A9D;
        padding: 8px 15px;
        border-radius: 25px;
        transition: all .5s;
        cursor: pointer;
    }

    .banner-section {
        display: flex;
        align-items: center;
        width: 100%;
        height: 533px;
    }

    .banner-1 {
        background-image: url(../img/banner-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 533px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        opacity: 0;
    }

    .banner-1 h1 {
        font-family: 'Mazzard-Black';
        color: rgb(255, 255, 255);
        font-size: 65px;
        width: 483px;
        margin-left: 90px;
        margin-bottom: 25px;
        letter-spacing: 2.55px;
    }

    .banner-1 p {
        font-family: 'Mazzard-Bold';
        font-size: 30px;
        color: #fff;
        width: 483px;
        margin-left: 90px;
        letter-spacing: 2.55px;
    }

    .banner-2 {
        background: url(../img/banner-2.png);
        background-size: contain;
        width: 100%;
        height: 537px;
        display: flex;
        align-items: center;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-2 h1 {
        font-family: 'Mazzard-Black';
        font-size: 45px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        width: 425px;
        margin-left: 90px;
    }

    .banner-3{
        background: url(../img/banner-3.png);
        background-size: contain;
        width: 100%;
        height: 537px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-3 h1 {
        font-family: 'Mazzard-Black';
        font-size: 45px;
        letter-spacing: 2px;
        color: #0093E5;
        text-transform: uppercase;
        padding-inline: 260px;
        text-align: center;
        margin-top: 45px;
    }

    .banner-4{
        background: url(../img/banner-4.svg);
        background-size: contain;
        width: 100%;
        height: 537px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-4 h1 {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 40px;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        width: 590px;
        margin-right: 110px;
        margin-bottom: 50px;
    }

    .show{
        opacity: 1;
    }

    .produtos-home-texto {
        margin: 50px 0;
        padding-inline: 150px;
    }

    .produtos-home-texto h1 {
        font-family: 'Mazzard-Extra-Bold';
        color: #0093E5;
        font-size: 28px;
        text-align: center;
    }

    .produto-content {
        display: flex;
        align-items: center;
        width: 510px;
        margin-left: 50px;
        margin-bottom: 80px;
    }

    .counter-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-inline: 90px;
    }

    .about-home-title img{
        height: 372px;
    }

    .about-home-title-right {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 150px 251px;
        background: linear-gradient(100deg, #0093E5 63.5%, rgba(0, 147, 229, 0.00) 125.43%, rgba(0, 147, 229, 0.64) 125.43%);
        margin-left: 5px;
    }

    .produto-content .produto-img{
        width: 250px;
    }

    .about-home-text{
        text-align: center;
        margin: 60px 0;
    }

    .about-home-text h1{
        font-family: 'Mazzard-Extra-Bold';
        font-size: 29px;
        color: #0093E5;
        text-transform: uppercase;
    }

    .about-home-text h2{
        font-family: 'Mazzard-ExtraLight';
        font-size: 18px;
        color: #545454;
        margin: 60px 0;
        padding-inline: 150px;
    }
    
    .about-home-text a{
        text-decoration: none;
        text-transform: uppercase;
        border: solid 2px #0093E5;
        padding: 10px 25px;
        border-radius: 25px;
        font-family: 'Mazzard-Extra-Bold';
        font-size: 21px;
        color: #0093E5;
    }

    .footer {
        background-color: #144571;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-inline: 20px;
    }

    .footer-content {
        display: flex;
        align-items: flex-start;
        margin-top: 30px;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .footer-menu{
        display: flex;
        flex-direction: column;
    }

    .footer-menu img{
        width: 240px;
    }

    .footer-menu p{
        font-family: 'Mazzard-ExtraLight';
        font-size: 10px;
        color: #fff;
        margin-top: 10px;
    }

    .footer-menu .links-A {
        text-decoration: none;
        font-family: 'Mazzard-Bold';
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        border: solid 2px #fff;
        border-radius: 25px;
        padding: 12px 22px;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .footer-menu .links{
        margin-top: 25px;
    }

    .footer-menu .links li{
        color: #fff;
    }

    .footer-menu .links li a{
        text-decoration: none;
        font-family: 'Mazzard-Extra-Bold';
        font-size: 19px;
        letter-spacing: 1px;
        color: #fff;
    }

    .menu-title{
        display: flex;
        align-items: center;
    }

    .menu-title .bar{
        height: 30px;
        width: 5px;
        background-color: #fff;
    }

    .menu-title h1{
        font-family: 'Mazzard-Extra-Bold';
        color: #fff;
        margin-left: 10px;
    }

    .footer-contato-btns{
        display: flex;
        flex-direction: column;
        max-width: 380px;
    }

    .footer-contato-btns a{
        display: flex;
        align-items: center;
        text-decoration: none;
        font-family: 'Mazzard-Bold';
        color: #fff;
        margin: 10px 0;
        padding-inline: 15px;
    }

    .footer-contato-btns a i{
        margin-right: 5px;
    }

    .social-menu{
        display: flex;
        justify-content: center;
    }

    .social-menu a {
        text-decoration: none;
        color: #fff;
        font-size: 35px;
        margin: 20px 15px;
    }

    .copy{
        text-align: center;
        margin-top: 15px;
        border-top: solid 1px #fff;
        width: 100%;
    }

    .copy h1{
        font-family: 'Mazzard-ExtraLight';
        color: #fff;
        font-size: 10px;
        margin-top: 5px;
        letter-spacing: 1.5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .copy h1 a{
        text-decoration: none;
        color: #fa0404;
        font-family: 'Mazzard-Bold';
        font-size: 15px;
    }

    /*-- Page - Produtos --*/
    .product-details-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 80px 0;
        padding-inline: 370px;
    }

    .single-product-details {
        width: 40em;
    }
    /*-- Page - Produtos End --*/

    /*-- Page - About --*/
    .banner-about {
        background: url(../img/about-banner.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 500px;
        display: flex;
        align-items: center;
    }

    .about-content {
        display: flex;
        flex-direction: column;
        margin-inline: 110px;
        margin-top: 0px;
    }

    .about-text-left {
        font-family: 'Mazzard-ExtraLight';
        max-width: 500px;
        font-size: 20px;
    }

    .about-text-right img {
        margin-top: 70px;
        width: 554px;
    }
    /*-- Page - About Ends --*/

    /*-- Page - Contato --*/

    .contatos {
        margin: 20px 0;
        display: flex;
        align-items: flex-start;
    }

    .content-maps iframe {
        width: 560px;
    }

    .telefone p {
        font-family: 'Mazzard-Bold';
        font-size: 24px;
        color: #fff;
        max-width: 242px;
        margin-bottom: 54px;
    }
    /*-- Page - Contato Ends --*/

    .img-content {
        border-radius: 18px;
        opacity: 0;
        transition: all 2s;
        position: absolute;
        right: 130px;
        top: 533px;
    }

    .shoow{
        opacity: 1;
    }
}

@media screen and (max-width:1280px) {
    .nav-logo {
        margin-left: 90px;
        margin-right: 190px;
    }

    .banner-section {
        display: flex;
        align-items: center;
        width: 100%;
        height: 500px;
    }

    .banner-1 {
        background-image: url(../img/banner-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        opacity: 0;
    }

    .banner-2 {
        background: url(../img/banner-2.png);
        background-size: cover;
        width: 100%;
        height: 500px;
        display: flex;
        align-items: center;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-2 h1 {
        font-family: 'Mazzard-Black';
        font-size: 37px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        width: 351px;
        margin-left: 90px;
    }

    .banner-3 {
        background: url(../img/banner-3.png);
        background-size: cover;
        width: 100%;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-3 h1 {
        font-family: 'Mazzard-Black';
        font-size: 41px;
        letter-spacing: 2px;
        color: #0093E5;
        text-transform: uppercase;
        padding-inline: 260px;
        text-align: center;
        margin-top: 45px;
    }

    .banner-4 {
        background: url(../img/banner-4.svg);
        background-size: cover;
        width: 100%;
        height: 500px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .show{
        opacity: 1;
    }

    .produtos-home-texto h1 {
        font-family: 'Mazzard-Extra-Bold';
        color: #0093E5;
        font-size: 26px;
        text-align: center;
    }

    .counter-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-inline: 80px;
    }

    .about-home-title-right {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 150px 208px;
        background: linear-gradient(100deg, #0093E5 63.5%, rgba(0, 147, 229, 0.00) 125.43%, rgba(0, 147, 229, 0.64) 125.43%);
        margin-left: 5px;
    }

    .banner-about {
        background: url(../img/about-banner.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 427px;
        display: flex;
        align-items: center;
    }

    .about-content {
        display: flex;
        flex-direction: column;
        margin-inline: 110px;
        margin-top: 30px;
    }

    .about-text-left {
        font-family: 'Mazzard-ExtraLight';
        max-width: 650px;
        font-size: 20px;
    }

    .about-text-right img {
        margin-top: 70px;
        width: 372px;
    }

    .alcance-nacional {
        margin-top: 38px;
        margin-bottom: 72px;
    }

    .content-maps iframe {
        width: 490px;
    }
}

@media screen and (max-width: 884px) {
    .nav-logo {
        margin-left: 90px;
        margin-right: 70px;
    }
}

@media screen and (max-width: 834px) {
   .nav-menu{
    display: none;
   }

   .navbar {
    display: flex;
    align-items: center;
    width: 100%;
    height: 115px;
    justify-content: flex-end;
    flex-direction: row;
    }

    .nav-logo {
        margin-left: 0px;
        margin-right: 190px;
    }

   .banner-section {
    display: flex;
    align-items: center;
    width: 100%;
    height: 323px;
    }

   .banner-1 {
    background-image: url(../img/banner-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 323px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    }

    .banner-1 h1 {
        font-family: 'Mazzard-Black';
        color: rgb(255, 255, 255);
        font-size: 45px;
        width: 483px;
        margin-left: 54px;
        margin-bottom: 10px;
        letter-spacing: 2.55px;
    }

    .banner-1 p {
        font-family: 'Mazzard-Bold';
        font-size: 24px;
        color: #fff;
        width: 318px;
        margin-left: 54px;
        letter-spacing: 2.55px;
    }

    .banner-2 {
        background: url(../img/banner-2.png);
        background-size: cover;
        width: 100%;
        height: 323px;
        display: flex;
        align-items: center;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-2 h1 {
        font-family: 'Mazzard-Black';
        font-size: 26px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        width: 248px;
        margin-left: 54px;
    }

    .banner-3 {
        background: url(../img/banner-3.png);
        background-size: cover;
        width: 100%;
        height: 323px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-3 h1 {
        font-family: 'Mazzard-Black';
        font-size: 31px;
        letter-spacing: 2px;
        color: #0093E5;
        text-transform: uppercase;
        padding-inline: 130px;
        text-align: center;
        margin-top: 35px;
    }

    .banner-4 {
        background: url(../img/banner-4.svg);
        background-size: cover;
        width: 100%;
        height: 323px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-4 h1 {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 25px;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        width: 365px;
        margin-right: 40px;
        margin-bottom: 20px;
    }

    .show{
        opacity: 1;
    }

    .produtos-home-texto {
        margin: 50px 0;
        padding-inline: 54px;
    }

    .produtos-home-texto h1 {
        font-family: 'Mazzard-Extra-Bold';
        color: #0093E5;
        font-size: 21px;
        text-align: center;
    }

    .counter-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-inline: 15px;
    }

    .counter-box img{
        width: 130px;
    }

    .counter-content {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }

    .counter-content h1 {
        color: #0093E5;
        font-family: 'Mazzard-Extra-Bold';
        font-size: 18px;
        margin-inline: 4px;
    }

    .about-home-title img {
        height: 280px;
    }

    .about-home-title-right {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 115px 100px;
        background: linear-gradient(100deg, #0093E5 63.5%, rgba(0, 147, 229, 0.00) 125.43%, rgba(0, 147, 229, 0.64) 125.43%);
        margin-left: 5px;
    }

    .about-home-title-right h1 {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 42.2px;
        color: #fff;
        text-transform: uppercase;
    }

    .about-home-text h2 {
        font-family: 'Mazzard-ExtraLight';
        font-size: 18px;
        color: #545454;
        margin: 53px 0;
        padding-inline: 30px;
    }

    .footer-menu {
        display: flex;
        flex-direction: column;
        margin-bottom: 35px;
    }

    .footer-menu img {
        width: 200px;
    }

    .footer-content {
        display: flex;
        margin-top: 30px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
    }

    .footer-menu .links-A {
        text-decoration: none;
        font-family: 'Mazzard-Bold';
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        border: solid 2px #fff;
        border-radius: 25px;
        padding: 12px 8px;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .banner-produtos {
        background: url(../img/banner-produtos.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 274px;
    }

    .banner-produtos h1 {
        font-family: 'Mazzard-Bold';
        text-transform: uppercase;
        color: #fff;
        font-size: 65px;
    }

    .single-product {
        display: flex;
        align-items: center;
        margin: 50px 0;
        flex-direction: column;
    }

    .single-product-img {
        display: flex;
        align-items: center;
        margin-right: 30px;
        margin-bottom: 40px;
    }

    .banner-about {
        background: url(../img/about-banner.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 276px;
        display: flex;
        align-items: center;
    }

    .about-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .about-text-right img {
        margin-top: 70px;
        width: 483px;
    }

    .alcance-nacional h1 {
        font-family: 'Mazzard-Bold';
        font-size: 40px;
        color: #0093E5;
        text-align: center;
        margin-bottom: 20px;
    }

    .alcance-nacional h2 {
        text-align: end;
        font-family: 'Mazzard-Bold';
        color: #0093E5;
        font-size: 20px;
        margin-top: 30px;
    }

    .contato-container {
        background: url(../img/background-contato.svg);
        background-color: #0093E5;
        background-repeat: no-repeat;
        background-size: cover;
        height: 1291px;
        padding: 0px 110px;
    }

    .contato-content {
        display: flex;
        margin-top: 45px;
        flex-direction: column;
    }

    .telefone p {
        font-family: 'Mazzard-Bold';
        font-size: 24px;
        color: #fff;
        max-width: 242px;
        margin-bottom: 25px;
    }

    .content-maps iframe {
        width: 580px;
    }

    .alcance-nacional {
        margin-top: 454px;
        margin-bottom: 72px;
    }

    .img-content {
        border-radius: 18px;
        opacity: 0;
        transition: all 2s;
        position: absolute;
        right: 180px;
        top: 887px;
    }

    .shoow{
        opacity: 1;
    }

    .img-container .image {
        width: 160px;
        overflow: hidden;
        cursor: pointer;
    }

    .product-details-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 80px 0;
        padding-inline: 0px;
    }

    .img-container {
        display: flex;
        align-items: center;
        margin-top: 10px;
        overflow: hidden;
        width: 645px;
    }
}

@media screen and (max-width: 440px) {
    .nav-logo {
        margin-left: 40px;
        margin-right: 150px;
    }

    .nav-logo img{
        width: 150px;
    }

    .banner-section {
        display: flex;
        align-items: center;
        width: 100%;
        height: 200px;
    }

    .banner-1 {
        background-image: url(../img/banner-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        opacity: 0;
    }

    .banner-1 h1 {
        font-family: 'Mazzard-Black';
        color: rgb(255, 255, 255);
        font-size: 27px;
        width: 260px;
        margin-left: 30px;
        margin-bottom: 10px;
        letter-spacing: 2.55px;
    }

    .banner-1 p {
        font-family: 'Mazzard-Bold';
        font-size: 14px;
        color: #fff;
        width: 204px;
        margin-left: 30px;
        letter-spacing: 2.55px;
    }

    .banner-2 {
        background: url(../img/banner-2.png);
        background-size: cover;
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-2 h1 {
        font-family: 'Mazzard-Black';
        font-size: 23px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        width: 153px;
        margin-left: 30px;
    }

    .banner-3 {
        background: url(../img/banner-3.png);
        background-size: contain;
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-3 h1 {
        font-family: 'Mazzard-Black';
        font-size: 17px;
        letter-spacing: 2px;
        color: #0093E5;
        text-transform: uppercase;
        padding-inline: 40px;
        text-align: center;
        margin-top: 14px;
    }

    .banner-4 {
        background: url(../img/banner-4.svg);
        background-size: cover;
        width: 100%;
        height: 200px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-4 h1 {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 16px;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        width: 240px;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .show{
        opacity: 1;
    }

    .produtos-home-texto {
        margin: 30px 0;
        padding-inline: 20px;
    }

    .produtos-home-texto h1 {
        font-family: 'Mazzard-Extra-Bold';
        color: #0093E5;
        font-size: 15px;
        text-align: center;
    }

    .produto-content {
        display: flex;
        align-items: center;
        width: 270px;
        margin-left: 0px;
        margin-bottom: 60px;
        flex-direction: column;
    }

    .produto-content-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0px;
    }

    .produto-content-name {
        display: flex;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .produto-content-name h1 {
        margin-left: 0px;
        text-align: center;
        font-family: 'Mazzard-Extra-Bold';
        margin-top: 10px;
    }

    .counter-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .counter-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-inline: 15px;
        margin-bottom: 40px;
    }

    .about-home-title {
        display: flex;
        flex-direction: column;
    }

    .about-home-title img {
        height: 323px;
    }

    .about-home-title-right {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 106.5px;
        background: linear-gradient(100deg, #0093E5 63.5%, rgba(0, 147, 229, 0.00) 125.43%, rgba(0, 147, 229, 0.64) 125.43%);
        margin-left: 0px;
    }

    .about-home-title-right h1 {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 39px;
        color: #fff;
        text-transform: uppercase;
    }

    .about-home-text h1 {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 20px;
        color: #0093E5;
        text-transform: uppercase;
    }

    .footer-content {
        display: flex;
        margin-top: 30px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

    .copy h1 {
        font-family: 'Mazzard-ExtraLight';
        color: #fff;
        font-size: 8px;
        margin-top: 5px;
        letter-spacing: 1.5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-produtos {
        background: url(../img/banner-produtos.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px;
    }

    .banner-produtos h1 {
        font-family: 'Mazzard-Bold';
        text-transform: uppercase;
        color: #fff;
        font-size: 50px;
    }

    .product-details-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 50px 0;
        padding-inline: 370px;
    }

    .single-product {
        display: flex;
        align-items: center;
        margin: 50px 0;
        flex-direction: column;
    }

    .single-product-img {
        display: flex;
        align-items: center;
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        flex-direction: column-reverse;
    }

    .small-img-col {
        margin-right: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .small-img-col img {
        margin: 10px 10px;
        cursor: pointer;
        max-width: 72px;
        max-height: 54px;
    }

    .single-product-details {
        width: 20em;
    }

    .product-details-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 50px 0;
        padding-inline: 0;
    }

    .banner-about {
        background: url(../img/about-banner.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 143px;
        display: flex;
        align-items: center;
    }

    .banner-about h1 {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        max-width: 170px;
        margin-left: 24px;
    }

    .about-content {
        display: flex;
        flex-direction: column;
        margin-inline: 20px;
        margin-top: 30px;
    }

    .about-text-right img {
        margin-top: 50px;
        width: 350px;
    }

    .alcance-nacional h1 {
        font-family: 'Mazzard-Bold';
        font-size: 30px;
        color: #0093E5;
        text-align: center;
        margin-bottom: 20px;
    }

    .alcance-nacional h2 {
        text-align: end;
        font-family: 'Mazzard-Bold';
        color: #0093E5;
        font-size: 15px;
        margin-top: 30px;
    }

    .contato-container {
        background: url(../img/background-contato.svg);
        background-color: #0093E5;
        background-repeat: no-repeat;
        background-size: cover;
        height: 1240px;
        padding: 0px 15px;
    }

    .contato-container .container-title {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        padding-top: 50px;
    }

    .contato-content {
        display: flex;
        margin-top: 15px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .content-maps iframe {
        width: 380px;
        height: 410px;
    }

    .content-right {
        margin-left: 0px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .socialBTN-title {
        display: flex;
        align-items: center;
        margin: 20px 0 10px 0;
    }

    .contatos {
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .telefone {
        margin-left: 0;
        margin-top: 30px;
    }

    .img-content {
        border-radius: 18px;
        opacity: 0;
        transition: all 2s;
        position: absolute;
        right: 45px;
        top: 1010px;
    }

    .shoow{
        opacity: 1;
    }

    .alcance-nacional {
        margin-top: 300px;
        margin-bottom: 72px;
    }

    .img-container {
        display: flex;
        align-items: center;
        margin-top: 10px;
        overflow: hidden;
        width: 320px;
    }

    .popup-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 350px;
        border: 5px solid #fff;
        border-radius: 5px;
        object-fit: contain;
    }
}

@media screen and (max-width: 414px) {
    .about-home-title img {
        height: 296px;
    }

    .about-home-title-right {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 100px;
        background: linear-gradient(100deg, #0093E5 63.5%, rgba(0, 147, 229, 0.00) 125.43%, rgba(0, 147, 229, 0.64) 125.43%);
        margin-left: 0px;
    }

    .about-home-title-right h1 {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 35px;
        color: #fff;
        text-transform: uppercase;
    }

    .copy h1 {
        font-family: 'Mazzard-ExtraLight';
        color: #fff;
        font-size: 6px;
        margin-top: 5px;
        letter-spacing: 1.5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-about {
        background: url(../img/about-banner.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 134px;
        display: flex;
        align-items: center;
    }

    .banner-about h1 {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 38px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        max-width: 210px;
        margin-left: 20px;
    }

    .contato-container .container-title {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        padding-top: 20px;
    }

    .banner-1 {
        background-image: url(../img/banner-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        opacity: 0;
    }

    .banner-1 h1 {
        font-family: 'Mazzard-Black';
        color: rgb(255, 255, 255);
        font-size: 25px;
        width: 260px;
        margin-left: 20px;
        margin-bottom: 10px;
        letter-spacing: 2.55px;
    }

    .banner-1 p {
        font-family: 'Mazzard-Bold';
        font-size: 14px;
        color: #fff;
        width: 204px;
        margin-left: 20px;
        letter-spacing: 2.55px;
    }

    .banner-2 {
        background: url(../img/banner-2.png);
        background-size: cover;
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-3 {
        background: url(../img/banner-3.png);
        background-size: contain;
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-3 h1 {
        font-family: 'Mazzard-Black';
        font-size: 17px;
        letter-spacing: 2px;
        color: #0093E5;
        text-transform: uppercase;
        padding-inline: 30px;
        text-align: center;
        margin-top: 10px;
    }

    .banner-4 {
        background: url(../img/banner-4.svg);
        background-size: cover;
        width: 100%;
        height: 200px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        opacity: 0;
        transition: .8s ease-in-out;
    }

    .banner-4 h1 {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 15px;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        width: 260px;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .show{
        opacity: 1;
    }

    .about-home-title img {
        height: 310px;
    }

    .contato-container {
        background: url(../img/background-contato.svg);
        background-color: #0093E5;
        background-repeat: no-repeat;
        background-size: cover;
        height: 1260px;
        padding: 0px 15px;
    }

    .footer {
        background-color: #144571;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-inline: 10px;
    }

    .img-content {
        border-radius: 18px;
        opacity: 0;
        transition: all 2s;
        position: absolute;
        right: 30px;
        top: 1060px;
    }

    .shoow{
        opacity: 1;
    }
}

@media screen and (max-width: 380px) {
    .nav-logo {
        margin-left: 40px;
        margin-right: 110px;
    }

    .about-home-title img {
        height: 271px;
    }

    .about-home-title-right {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 83px;
        background: linear-gradient(100deg, #0093E5 63.5%, rgba(0, 147, 229, 0.00) 125.43%, rgba(0, 147, 229, 0.64) 125.43%);
        margin-left: 0px;
    }

    .banner-produtos {
        background: url(../img/banner-produtos.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 122px;
    }

    .product-details-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0;
        padding-inline: 0;
    }

    .content-maps iframe {
        width: 344px;
        height: 410px;
    }

    .contato-container .container-title {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        padding-top: 20px;
    }

    .socialBTN-title h1 {
        font-family: 'Mazzard-Extra-Bold';
        font-size: 25px;
        color: #fff;
    }

    .socialBTN-title .bar {
        width: 7.02px;
        height: 31px;
        background-color: #fff;
        margin-right: 14px;
    }

    .cotacaowpp p {
        font-family: 'Mazzard-Bold';
        color: #fff;
        font-size: 18px;
        margin-bottom: 25px;
        max-width: 309px;
    }

    .telefone p {
        font-family: 'Mazzard-Bold';
        font-size: 18px;
        color: #fff;
        max-width: 242px;
        margin-bottom: 25px;
    }

    .fabrica a {
        text-decoration: none;
        font-family: 'Mazzard-Bold';
        font-size: 14px;
        color: #fff;
        max-width: 370px;
    }

    .atendimento p {
        font-family: 'Mazzard-Bold';
        font-size: 18px;
        color: #fff;
    }
}