@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

html {
    overflow-x: hidden
}

html,
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px
}

html h1,
body h1 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700
}

@media(max-width: 767.98px) {

    html h1,
    body h1 {
        font-size: 2.5rem
    }
}

html h2,
body h2 {
    font-size: 2.5rem
}

@media(max-width: 767.98px) {

    html h2,
    body h2 {
        font-size: 2rem
    }
}

html h3,
body h3 {
    font-size: 2rem
}

@media(max-width: 767.98px) {

    html h3,
    body h3 {
        font-size: 1.5rem
    }
}

html h4,
body h4 {
    font-size: 1.5rem
}

@media(max-width: 767.98px) {

    html h4,
    body h4 {
        font-size: 1.25rem
    }
}

html p,
body p {
    font-size: 1.25rem
}

@media(max-width: 767.98px) {

    html p,
    body p {
        font-size: 1rem
    }
}

.button-voltar-topo {
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #5c62da;
    position: fixed;
    z-index: 999;
    text-decoration: none;
    bottom: 30px;
    right: -110px;
    transition: .2s ease-in-out
}

.button-voltar-topo svg {
    fill: #fff
}

.button-voltar-topo:hover {
    background: #44db4b
}

.button-voltar-topo:hover svg {
    animation: flutuando;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

@keyframes flutuando {
    0% {
        transform: translateY(3px)
    }

    50% {
        transform: translateY(-3px)
    }

    100% {
        transform: translateY(3px)
    }
}

.div-logo img {
    width: 150px;
    padding: 15px 0;
    display: block
}

@media(max-width: 575.98px) {

    .div-logo p,
    .div-logo svg,
    .div-logo span {
        display: none
    }
}

.div-logo p {
    margin: 0;
    color: #3e4095
}

.div-logo svg {
    margin-right: 15px;
    fill: #3e4095
}

.navbar {
    /* background-color: #3e4095; */
    background-color: white;
    padding: 0
}

.small a {
    /* color: #3e4095; */
    color: white;
}

.navbar button {
    background: white;
    margin: 10px;
}

.navbar ul li {
    text-transform: uppercase;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 20px
}

.navbar ul li:first-child {
    margin-left: 0
}

.navbar ul li:last-child {
    margin-right: 0
}

@media(max-width: 768px) {
    .navbar ul li {
        margin: 0
    }
}

@keyframes subida {
    0% {
        height: 0
    }

    100% {
        height: 5px
    }
}

.navbar ul li::before {
    content: "";
    position: absolute;
    width: 100%;
    /* background: #5c62da; */
    background: white;
    height: 0px;
    bottom: 0;
    transition: .1s ease-in-out
}

.navbar ul li:hover::before {
    height: 5px
}

.navbar ul li a {
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    /* color: #3e4095; */
    transition: .2s ease-in-out
}

.navbar__link {
    text-decoration: none
}

.navbar__link:hover {
    text-decoration: none
}

.navbar__link:hover p {
    color: green
}

.navbar__link:hover svg {
    fill: green
}

.c-produto__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 15px;
    text-align: center
}

.c-produto__link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 15px;
    background-color: #3e4095;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

.c-produto__link:hover {
    background-color: #5c62da;
    color: #fff
}

.c-not-found__title,
.c-not-found__subtitle {
    padding: 0 im !important;
    margin: 0 !important;
    text-align: center;
    color: gray !important;
    font-style: italic
}

.c-not-found__title {
    font-weight: normal
}

.c-not-found__subtitle {
    font-weight: lighter
}

#section-principal-sobre {
    padding: 50px 0;
    background: url("/view/assets/image/parallax.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: -1
}

@media(max-width: 768px) {
    #section-principal-sobre {
        padding: 30px 0
    }

    #section-principal-sobre img {
        margin-bottom: 30px
    }
}

#section-principal-sobre .container {
    z-index: 1
}

#section-principal-sobre .container h1 {
    text-align: center;
    margin-bottom: 30px
}

#section-principal-sobre .container p {
    text-align: justify
}

#section-principal-sobre .fundo {
    background: radial-gradient(circle, rgba(34, 36, 76, 0.75) 0, #22244c 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1
}

#section-principal-produtos {
    padding-top: 50px
}

#section-principal-produtos .container h1 {
    text-align: center;
    margin-bottom: 50px;
    color: #3e4095
}

#section-principal-produtos .servicos>div {
    padding: 0
}

#section-principal-produtos .servicos>div a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    text-shadow: 1px 1px 5px #000;
    width: 100%
}

#section-principal-produtos .servicos .div-fundo {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: center;
    /* filter: grayscale(1); */
    border: 0 solid #3e4095;
    transition: .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}

#section-principal-produtos .servicos .div-fundo:hover {
    /* border: 10px solid #3e4095; */
    filter: drop-shadow(0px 4px 6px rgb(0 0 34 / 2));
}

#section-principal-produtos .servicos #mecanica {
    background: url("/view/assets/image/generico/mecanica-nova.jpg")
}

#section-principal-produtos .servicos #maquinas {
    background: url("/view/assets/image/generico/maquinas-nova.png")
}

#section-principal-produtos .servicos #marcenaria {
    background: url("/view/assets/image/generico/marcenaria-nova.png")
}

#section-principal-produtos .servicos #mineracao {
    background: url("/view/assets/image/generico/mineracao-nova.jpg")
}

#section-principal-produtos .servicos #serralheria {
    background: url("/view/assets/image/generico/serralheria-nova.jpg")
}

#section-principal-localizacao {
    padding-top: 50px;
    background: url("/view/assets/image/generico/mecanica.png");
    /*background: #22244c;*/
    color: #fff;
    background-size: cover;
    /* para cobrir todo o contêiner */
    /*background-position: center;*/
    background-repeat: no-repeat;
    z-index: 1;

}

.texto-localizacao {
    color: white;
    position: relative;
    z-index: 1;
}

#nome::placeholder {
    color: white !important;
}

#email::placeholder {
    color: white !important;
}

#mensagem::placeholder {
    color: white !important;
}

#assunto::placeholder {
    color: white !important;
}

input {
    color: white !important;
}

textarea {
    color: white !important;
}

#section-principal-localizacao {
    position: relative;
}

#section-principal-localizacao::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Cor de fundo transparente (0.5 de opacidade) */
}

.form-mapa {
    width: 70%;
}

#section-principal-localizacao h1 {
    text-align: center;
    margin-bottom: 43px
}

#section-principal-localizacao iframe {
    width: 100%;
    transform: translateY(7px);
    border-radius: 10px;
}

#section-principal-footer .div-rodape {
    box-shadow: inset 0px 10px 50px -10px rgba(0, 0, 0, .5);
    padding: 50px 0;
    background-color: #3e4095;
    color: #fff
}

#section-principal-footer .div-rodape img {
    width: 150px;
    margin-bottom: 30px
}

#section-principal-footer .div-rodape ul {
    padding: 0;
    list-style: none
}

#section-principal-footer .div-rodape ul li a {
    text-decoration: none;
    color: #fff;
    transition: .1s ease-in-out
}

#section-principal-footer .div-rodape ul li a:hover {
    color: #22244c
}

#section-principal-footer .div-rodape .div-redes-sociais {
    margin-top: 30px
}

#section-principal-footer .div-rodape .div-redes-sociais ul li {
    margin: 0 10px
}

#section-principal-footer .div-rodape .div-redes-sociais ul li:first-child {
    margin-left: 0;
    margin-right: 10px
}

#section-principal-footer .div-rodape .div-redes-sociais ul li:last-child {
    margin-right: 0;
    margin-left: 10px
}

#section-principal-footer .div-rodape .div-redes-sociais ul li svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    transition: .1s ease-in-out
}

#section-principal-footer .div-rodape .div-redes-sociais ul li svg:hover {
    fill: #22244c
}

#section-principal-footer .div-rodape form input,
#section-principal-footer .div-rodape form textarea {
    border-color: #5c62da;
    background: none;
    color: #fff
}

#section-principal-footer .div-rodape form input::placeholder,
#section-principal-footer .div-rodape form textarea::placeholder {
    color: #fff
}

#section-principal-footer .div-rodape form button {
    display: block;
    border: none;
    width: 300px;
    height: 50px;
    background-color: #5c62da;
    margin: auto;
    color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(15, 15, 30, .1);
    border: none;
    transition: all .25s ease-in-out
}

#section-principal-footer .div-rodape form button span {
    margin-right: 15px
}

#section-principal-footer .div-rodape form button:hover {
    background: #44db4b
}

#section-principal-footer .div-rodape form button:hover svg {
    animation: balancar;
    animation-duration: 2s
}

#section-principal-footer .div-arco {
    box-shadow: 0px -10px 50px -10px rgba(15, 15, 30, .5);
    padding: 15px 0;
    color: #22244c;
    text-align: center
}

#section-principal-footer .div-arco a {
    text-decoration: none;
    color: #3e4095;
    transition: .2s ease-in-out
}

#section-principal-footer .div-arco a:hover {
    color: #5c62da
}

#section-principal-footer .div-arco img {
    width: 30px;
    margin-top: 15px;
    filter: grayscale(1);
    transition: .2s ease-in-out
}

#section-principal-footer .div-arco img:hover {
    filter: grayscale(0)
}

.form-control {
    background-color: transparent !important;
}

@keyframes balancar {

    0%,
    100% {
        transform: rotate(0deg)
    }

    15%,
    45% {
        transform: rotate(15deg)
    }

    30%,
    75% {
        transform: rotate(-15deg)
    }
}

#section-page-produtos {
    padding: 50px 0
}

#section-page-produtos h1 {
    text-align: center;
    margin-bottom: 50px;
    color: #3e4095
}

#section-page-produtos a {
    text-decoration: none
}

#section-page-produtos .c-card {
    background-color: #5c62da;
    border-radius: 5px;
    height: 100%;
    transition: all .2s ease-in-out
}

#section-page-produtos .c-card img {
    width: 100%;
    height: 195px;
    border-radius: 5px 5px 0 0
}

#section-page-produtos .c-card p {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    color: #fff
}

#section-page-produtos .c-card:hover {
    background-color: #3e4095
}

#section-page-produto {
    padding: 50px 0;
    color: #3e4095
}

#section-page-produto .produto__subtitle {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center
}

#section-page-produto .slick-prev:before,
#section-page-produto .slick-next:before {
    color: #3e4095
}

@media(min-width: 992px) {
    #section-page-produto .line {
        width: 1px;
        background: #3e4095
    }
}

#section-page-produto h1 {
    text-align: center;
    margin-bottom: 30px
}

#section-page-produto ul {
    list-style-type: square;
    padding: 0
}

#section-page-produto ul li:not(:last-child) {
    margin-bottom: 10px
}

#section-page-produto .slider-for div {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#section-page-produto .slider-nav div {
    width: 100%;
    height: 125px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5px
}

#section-page-produto .slider-nav div:not(:last-child) {
    margin-right: 10px
}

#section-page-produto .button {
    display: block;
    border: none;
    width: 100%;
    height: 50px;
    background-color: #5c62da;
    margin: auto;
    color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(15, 15, 30, .1);
    border: none;
    transition: all .25s ease-in-out
}

#section-page-produto .button span {
    margin-right: 15px
}

#section-page-produto .button:hover {
    background: #44db4b
}

#section-page-produto .button:hover svg {
    animation: balancar;
    animation-duration: 2s
}

#section-page-orcamento {
    padding: 50px 0
}

#section-page-orcamento h1,
#section-page-orcamento p {
    text-align: center;
    margin-bottom: 50px
}

#section-page-orcamento h1 {
    color: #3e4095
}

#section-page-orcamento p {
    color: #5c62da
}

#section-page-orcamento input,
#section-page-orcamento textarea,
#section-page-orcamento select {
    border-color: #5c62da;
    color: #22244c
}

#section-page-orcamento select option {
    color: #22244c
}

#section-page-orcamento label {
    color: #3e4095
}

#section-page-orcamento button {
    display: block;
    border: none;
    width: 300px;
    height: 50px;
    background-color: #5c62da;
    margin: auto;
    color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(15, 15, 30, .1);
    border: none;
    transition: all .25s ease-in-out
}

#section-page-orcamento button span {
    margin-right: 15px
}

#section-page-orcamento button:hover {
    background: #44db4b
}

#section-page-orcamento button:hover svg {
    animation: balancar;
    animation-duration: 2s
}

#section-page-nfe {
    padding: 50px 0
}

#section-page-nfe h1,
#section-page-nfe p {
    text-align: center;
    margin-bottom: 50px
}

#section-page-nfe h1 {
    color: #3e4095
}

#section-page-nfe p {
    color: #5c62da
}

#section-page-nfe form input,
#section-page-nfe form textarea,
#section-page-nfe form select {
    border-color: #5c62da;
    color: #22244c
}

#section-page-nfe form select option {
    color: #22244c
}

#section-page-nfe form label {
    color: #3e4095
}

#section-page-nfe form button {
    display: block;
    border: none;
    width: 300px;
    height: 50px;
    background-color: #5c62da;
    margin: auto;
    color: #fff;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(15, 15, 30, .1);
    border: none;
    transition: all .25s ease-in-out
}

#section-page-nfe form button span {
    margin-right: 15px
}

#section-page-nfe form button:hover {
    background: #44db4b
}

#section-page-nfe form button:hover svg {
    animation: balancar;
    animation-duration: 2s
}

/*# sourceMappingURL=index.css.map */