h3 {
    font-family: Roboto;
    font-weight: bold;
    font-size: 20px;
    color: #0e0955;
    margin-bottom: 43px;
}

p {
    font-family: Roboto;
    font-weight: normal;
    font-size: 20px;
    color: #0e0955;
}



.navbar {
    background: #0E0955;
}

.navbar .menu-desk {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
}


.navbar .menu-item {
    margin-left: 35px;
}

.navbar .menu-item a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #fff;
}

.menu-mobile-container {
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    background: transparent !important;
}

.navbar-mobile {
    margin-top: 5px;
    background: transparent !important;
    position: initial !important;
}

.navbar-mobile button,
.navbar-mobile button i {
    border-color: #fff !important;
    color: white;
}

.menu-mobile {
    position: absolute;
    width: 100vw;
    left: 0;
    top: 88px;
    height: 100vh;
    background: #0E0955;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-mobile button {
    transition: none !important;
    outline: none !important;
    transform: none !important;
}

.navbar-toggler[aria-expanded="true"] .close {
    display: block;
    color: #fff;
    opacity: 1 !important;
}

.navbar-toggler[aria-expanded="false"] .close {
    display: none;
}

.navbar-toggler[aria-expanded="false"] .bars {
    display: block;
}

.navbar-toggler[aria-expanded="true"] .bars {
    display: none;
}

.menu-mobile .collapse .show {
    transition: none 0s ease 0s;
}

.menu-mobile .menu-item {
    padding: 20px;
    margin: 0;
}


.banner-desk {
    width: 100%;
}

.separa-conteudo {
    width: 339px;
    height: 4px;
    margin: 72px auto;
    background: #0e0955;
}

.nossos-produtos {
    background: #F8F8F8;
    padding: 41px 35px !important;
    margin-bottom: 114px;
}

.nossos-produtos-intro .bloco-primario {
    font-family: Roboto;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    color: #0e0955;

}

.subtitulo {
    font-family: Roboto;
    font-weight: 500;
    margin-bottom: 37px;
    font-size: 25px;
    text-align: center;
    color: #0e0955;
}

.espirais-plasticos {
    margin-top: 120px;
}

.espirais-plasticos h3 {
    text-align: left;

}

.espirais-plasticos p {
    text-align: left;
}

.espirais-plasticos img {
    width: 100%;
}


.filamentos-pvc {
    margin-top: 120px;
}

.filamentos-pvc h3 {
    text-align: right;

}

.filamentos-pvc p {
    text-align: right;
}

.filamentos-pvc img {
    width: 100%;
}

.nosso-clientes {
    margin-top: 91px;
    margin-bottom: 91px;
}

.nosso-clientes .clientes {
    display: flex;
    justify-content: space-between;
}

.nosso-clientes .clientes .cliente {
    display: flex;
    justify-content: center;
}

.nosso-clientes .clientes .cliente a {
    align-self: center;
}

.nosso-clientes .clientes .cliente a img {
    width: 100%;
}

.quem-somos {
    margin-top: 152px;
}

.quem-somos .quem-somos-img {
    text-align-last: center;
}

.quem-somos .quem-somos-img img {
    width: 100%;
}

.quem-somos .quem-somos-text {}

.quem-somos .quem-somos-text p {
    text-align: justify;
}


.endereco {
    margin-top: 90px;
}

.endereco-text {
    text-align: center;
    align-self: center;
}

.endereco-mapa iframe {
    width: 100%;
    margin: auto;
    display: flex;
}

.contato {
    margin-top: 159px;
    background: #F8F8F8;
    padding: 50px 50px 95px;
}

.contato i {
    font-size: 45px;
    margin-right: 20px;
}

.contato a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #0e0955;

}

.contato .telefone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contato .telefone div {
    display: flex;
    flex-direction: column;
}

.contato .whatsapp,
.contato .email,
.contato .telefone {
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer {
    background: #0E0955;
    height: 50px;
    margin-top: 140px;
    display: flex;
    align-items: center;
}

.footer a,
.footer p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
}














@media(max-width: 1000px) {
    .separa-conteudo {
        width: 245px;
        height: 2px;
    }

    main p {
        text-align: justify !important;
    }

    main h3 {
        text-align: center !important;
    }

    body>nav {
        position: fixed !important;
        width: 100%;
        top: 0;
        z-index: 9999;
    }

    main {
        margin-top: 88px;
    }

    .quem-somos-img {
        margin-bottom: 60px;
    }

    .filamentos-pvc h3 {
        margin-top: 30px;
    }

    .cliente {
        margin: 17px 0;
    }


    .contato .whatsapp,
    .contato .email,
    .contato .telefone {
        margin: 22px 0;
    }



    .footer {
        height: auto !important;
    }

    .footer a,
    .footer p {
        font-size: 16px;
    }
}


@media(min-width: 1000px) {
    .navbar .menu-desk {
        display: flex;
    }

    .navbar-mobile {
        display: none !important;
    }

    .quem-somos .quem-somos-img img {
        width: auto !important;
        margin-top: 50px;
    }

    .espirais-plasticos h3,
    .filamentos-pvc h3 {
        margin-bottom: 43px;
    }

    .espirais-plasticos p {
        width: 462px;
    }

    .filamentos-pvc p {
        width: 408px;
        margin-left: auto;
        margin-right: 0;
    }
}