/* .imagem-texto-empresa img {
    width: auto;
} */

.img-fluid {
    max-width: 100%;
    width: auto;
}

:root{
    --energy: #0e60b2;
    --flow: #595c66;
    --trade: #21a566;
    --dismach: #fe6e00;
}

body {
    font-family: 'Space Grotesk', sans-serif;
}


::selection {
    background: rgb(255 23 32 / 20%);
}


.direitos-rodape {
    margin-top: 13%;
}

ul {
    list-style-type: none;
}

.logo-rodape {
    margin-bottom: 11%;
}

#botao-newletter:hover {
    background-color: white;
    color: #c00218;
    transition: 0.5s;
}

.imagem-empresa {
    margin-bottom: 6%;
}

.btn {
    background: var(--bg, var(--energy));
    color: white;
    padding: 15px 24px;
    border-radius: 5rem;
    font-weight: 500;
    font-size: 1.2em;
    display: block;
    width: fit-content;
    margin: auto;
    text-align: center;
}

.botao-aviacao {
    background: #3673bb;
    color: white;
    padding: 15px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1.2em;
    display: block;
    width: fit-content;
    margin: auto;
}
.botao-automotivo {
    background: #ff7e0b;
    color: white;
    padding: 15px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1.2em;
    display: block;
    width: fit-content;
    margin: auto;
}
.botao-ogqi {
    background: #7356db;
    color: white;
    padding: 15px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1.2em;
    display: block;
    width: fit-content;
    margin: auto;
}
.botao-inox {
    background: #b20800;
    color: white;
    padding: 15px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1.2em;
    display: block;
    width: fit-content;
    margin: auto;
}

.botao-energy:hover {
    background-color: white;
    transition: 0.5s;
    color: var(--energy);
}

.botao-flow:hover {
    background-color: white;
    transition: 0.5s;
    color: var(--flow);
}

.botao-trade:hover {
    background-color: white;
    transition: 0.5s;
    color: var(--trade);
}

.botao-dismach:hover {
    background-color: white;
    transition: 0.5s;
    color: var(--dismach);
}

.elementos-newsletter form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}





img {
    width: 100%;
}

.myNav {
    display: none;
}

body {
    font-family: 'Space Grotesk', sans-serif;
}

.item-bloco-rodape li:hover {

    text-decoration: underline;

}

.menu-cabecalho ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.table {
    width: 98%;
    margin-bottom: 1rem;
    background-color: transparent;
    margin: 2% 1%;
}

.navbar {
    overflow: hidden;
    background-color: #333;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.subnav {
    float: left;
    overflow: hidden;
}

.subnav .subnavbtn, .menu-cabecalho > ul > li > a {
    min-width: max-content;
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    margin: 0;
    color: #060d25;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
}
.navbar a:hover, .subnav:hover .subnavbtn {
    background-color: rgb(255, 255, 255);
}
.item-bloco-rodape a {
    color: white;
}

.item-cabecalho {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 25%;
    border-right: 1px solid #a5a7a9;
    padding: 1% 2%;
    height: auto;
}

#item-cabecalho-automotivo {
    border-top: 10px solid #ff7e0b;
}

#item-cabecalho-aviacao {
    border-top: 10px solid #1384d8;
}

#item-cabecalho-ogqi {
    border-top: 10px solid #7356db;
}

#item-cabecalho-petroquimico {
    border-top: 10px solid #b20800;
}


#item-cabecalho-aviacao ul li, #item-cabecalho-automotivo ul li, #item-cabecalho-ogqi ul li, #item-cabecalho-petroquimico ul li{
    transition: 1s;
}

#item-cabecalho-aviacao ul li:hover a{
    color: #1384d8;
    transition: 0.2s;
}

#item-cabecalho-automotivo ul li:hover a{
    color: #ff7e0b;
    transition: 0.2s;
}

#item-cabecalho-ogqi ul li:hover a{
    color: #7356db;
    transition: 0.2s;
}

#item-cabecalho-petroquimico ul li:hover a{
    color: #b20800;
    transition: 0.2s;
}


.item-cabecalho ul {
    flex-direction: column;
    /* border-right: 1px solid #a5a7a9; */
    width: 100%;
    margin: 5% 0% 0% 0%;
}

.mapa {
    line-height: 35px;
    color: #b20800;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}

.item-cabecalho li {
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.titulo-item-cabecalho {
    cursor: unset;
}

.item-cabecalho h3 {
    line-height: normal;
    font-size: 25px;
}

.bloco-cabecalho {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    width: 100%;
}

.subnav-content ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.abraind {
    cursor: pointer;
}

/* .subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #b20800
  width: 100%;
  z-index: 1;
  padding: 5% 0%;
} */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #b20800
}

.subnav-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f3f3f3;
    width: 65%;
    z-index: 1;
    /* padding: 0% 0% 3% 0%; */
}
.titulo-bloco-linha {
    text-align: center;
}
.titulo-bloco-linha h3 {
    margin-top: 15px;
    font-size: 1.4em;
    color: #64696f;
}
.menu-cabecalho .item-cabecalho a {
    color: #060d25;
}

/* .subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
} */

.subnav-content a:hover {
    background-color: #eee;
    color: black;
}

/* .subnav:hover .subnav-content {
    display: block;
} */


.bloco-empresa p {
    line-height: 26px;
    margin: 15px 0 0;
}

.imagem-produto-pagina {
    max-width: 350px;
    min-width: 350px;
    /* max-height: 350px; */
    min-height: 205px;
    margin: 2% 0% 0% 0%;
}


.pagina-linha {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 2% 0% 0% 0%;
}

.texto-bloco-linha {
    width: 65%;
    text-align: justify;
    /* margin: 2% 0%; */
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
}

.texto-bloco-linha ul{

    font-size: 18px;

}

.titulo-bloco-linha h1 {
    font-weight: bold;
    color: #060d25;
    text-transform: uppercase;
    font-size: 37px;
    letter-spacing: -3px;
}

.bloco-linha {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo-cabecalho {
    cursor: pointer;
    margin: 0 0 0 6%;
}

.contato-rodape {
    margin: 6% 0%;
    line-height: 20px;
}

.contato-rodape h5 {
    font-weight: 600;
    font-size: 19px;
}

.item-bloco-rodape li {
    margin: 5% 0%;
    cursor: pointer;
    font-size: 17px;
}

.barra {
    display: none;
}

h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

.rodape h4 {
    margin: 0% 0% 5% 0%;
    font-weight: bold;
    font-size: 20px;
}

.rodape span img {
    width: auto;
    margin: 0% 0% 0% 0.5%;
}

.item-bloco-rodape {
    width: 20%;
    padding: 2% 2%;
}

p {
    font-family: 'Space Grotesk', sans-serif;
    margin: 2% 0%;
    margin: 2% 0%;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}

h4 {
    text-transform: uppercase;
}

.negrito {
    font-weight: bolder;
}

.empresa {
    color: #060d25;;
}

.texto-empresa h2 {
    margin: 0% 0% 2% 0%;

}

.newsletter h2 {
    color: white;
}

.bloco-texto-empresa {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.cabecalho-desktop {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1% 0%;
    font-family: 'Space Grotesk', sans-serif;

}

.cabecalho-mobile {
    display: none;

}

a {
    text-decoration: none;
}

.menu-cabecalho {
    color: #060d25;
    width: 40%;
    margin: 0 auto;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-cabecalho ul li {
    margin-left: 2%;
    margin-right: 2%;
}


/* .menu-cabecalho a {
    color: #060d25;
    letter-spacing: 1.5px;
    font-size: 20px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    margin: 0;
    color: #060d25;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
} */

.politica-bloco{
    width: 36rem;
    margin-top: 1.5rem;
}

.elemento-banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 34vw;
    display: flex;
    background-position: center;
    justify-content: center;
    align-items: center;
    border-bottom: 6px solid var(--color);
    padding: 0 40px 0 40px!important;
    text-align: center;
}

.bloco-contato form {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.bloco-elemento-banner {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 22px;
    font-weight: bold;
    margin: 50% 0% 0% 0%;
}

.banner h3 {
    margin: 20px 0 0 0;
}

.titulo-logo {
    margin: 4rem 1rem 2rem 1rem;
}

.botao-elemento-banner {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 30px;
    color: white;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 5% 0%;
    font-size: 20px;
    padding: 10px 23px;
    letter-spacing: 1.1px;
    cursor: pointer;
    transition: 0.5s;
}


.imagem-missao-valor {
    width: auto;
}

.bloco-missao-valor {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 33%;
    padding: 15px;
}

.bloco-missao-valor p {
    margin: 8% 0%;
}

.banner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    font-family: 'Space Grotesk', sans-serif;

}

#banner-energy {
    background-image: url('/img/site/home/banner-energy.jpg');
}

#banner-flow {
    background-image: url('/img/site/home/banner-flow.jpg');
}

#banner-trade {
    background-image: url('/img/site/home/banner-trade.jpg');
}

#banner-dismach {
    background-image: url('/img/site/home/banner-dismach.jpg');
}


.diferenciais {
    background-image: url(/img/site/home/bg-diferenciais.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.newsletter {
    background-image: url(/img/site/home/bg-newsletter.png);
    padding: 4% 0% 3% 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
}

#botao-newletter {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 30px;
    color: white;
    width: 11rem;
    text-transform: uppercase;
    height: 40px;
    margin: 5% 0%;
    font-size: 18px;
    letter-spacing: 1.1px;
    cursor: pointer;
    transition: 0.5s;
}


#input-text-newsletter {
    width: 36rem;
    font-size: 17px;
    padding: 2.5% 3%;
    border-radius: 59px;
    border: none;
    color: #060d25;
}

.elementos-newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30%;
}

.rodape {
    background-color: #060d25;
}


.bloco-empresa {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: justify;
}

.imagem-texto-empresa {
    width: 30%;
    margin-right: 4%;
}

.bloco-texto-empresa {
    width: 100%;
}

.texto-empresa {
    display: flex;
    width: 70%;
    margin: 5% 0% 0% 0%;
    align-items: center;
}

.missao-valor {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    width: 70%;
    margin: 3% 0 0% 0%;
}


.titulo-logo h2 {
    font-size: 37px;
}

.item-nossos-diferenciais {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 15%;
    text-align: center;
}

.img-nosso-diferenciais {
    width: auto;
}

.marcas-parceiras {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #060d25;
}

#nossos-clientes {
    background: #060d2512;
}

div#nossos-clientes img {
    mix-blend-mode: multiply;
}

.bloco-clientes div {
    width: 18%;
    margin: 1%;
}

.bloco-clientes {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 1% 0% 2% 0%;
}

.diferenciais {
    color: white;
    padding: 0% 0% 4% 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bloco-nossos-diferenciais {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1% 0% 1% 0%;
    width: 75%;
}


.logo-titulo {
    margin: 0% 0% 1% 0%;
}


.titulo-h2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rodape {
    background-color: #060d25;
    padding: 2% 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloco-rodepe {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    color: white;
    width: 95%;
}

.newsletter {
    color: white;
}

.rodape hr {
    border: 1px solid #232c4b;
}

.linha {
    height: 390px;
    border-left: 2px solid #232c4b;
}

.midias-sociais-rodape {
    display: flex;
    justify-content: space-evenly;
    margin: 5% 0% 5% 0%;
}

.contato-pagina {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4% 0%;
}


.bloco-contato {
    width: 68rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 2% 0%;
}

.item-info {
    display: flex;
    margin: 5% 0%;
    justify-content: flex-start;
}

#botao-contato:hover {
    transition: 0.5s;
    color: white;
    background-color: #b20800;
}


#botao-contato {
    margin: 5% 0% 0% 0%;
    width: 25%;
    color: #b20800;
    border: 2px solid #b20800;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.5s;
}

.item-info h3 {
    text-transform: uppercase;
    font-weight: bolder;
    color: #b20800;
}

.info-contato {
    width: 40%;
    margin: 0% 5%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    align-items: center;
    width: 40%;
}

html {
    scroll-behavior: smooth;
}


.formulario-contato {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% 5%;
}

.bloco-contato label {
    margin: 5% 0% 2% 0%;
}

.bloco-contato label:first-child {
    margin: 0% 0% 3% 0%;
}

.bloco-contato h2 {
    font-size: 18px;
    text-transform: capitalize;
    color: #060d25;
}

.bloco-contato form {
    width: 100%;
}

.formulario-contato input {
    padding: 2% 3%;
    border: 1px solid #c7c7c7;
    border-radius: 80px;
    font-size: 18px;
    color: #060d25;
}

.formulario-contato textarea {
    padding: 2% 3%;
    border: 1px solid #c7c7c7;
    border-radius: 20px;
    font-size: 18px;
    color: #060d25;
}

textarea:focus, input:focus {
    outline: 0;
    box-shadow: 0px 0px 0px 2px #c00218b5;
}

.select-form-contato {
    padding: 2% 3%;
    border: 1px solid #c7c7c7;
    border-radius: 80px;
    font-size: 18px;
    color: #060d25;
}

.img-item-info {
    margin: 0% 3% 0% 0%;
}


.hr-midias-sociais {
    border: 0.5px solid #585e64;
}

.bloco-midias-sociais-midias-sociais {
    margin-top: 11%;
}

.bloco-midias-sociais-midias-sociais h2 {
    color: #b20800;
    text-transform: uppercase;


}

.bloco-logos-midias-socias {
    display: flex;
    justify-content: space-between;
    width: 50%;
    align-items: center;
    margin: 3% 0%;
}

.bloco-logos-midias-socias img {
    cursor: pointer;
}

.listagem-categorias-produtos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% 0%;
    flex-direction: column;
}

.listagem-categorias-produto h2 {
    text-transform: uppercase;
    color: #060d25;
}

.texto-bloco-linha li {
    margin: 2% 0%;
}

.texto-bloco-linha {
    line-height: 23px;
}

.listagem-produtos-categoria {
    margin: 5% 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.item-categoria-produtos h2 {
    color: #060d25;
    text-align: center;
    line-height: 50px;
}

.titulo-produto-listagem {
    margin: 3% 0% 0% 0%;
}

/* .bloco-produto-catetoria {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: solid 1px #d7dade;
    border-top-color: rgb(215, 218, 222);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(215, 218, 222);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: aquamarine;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-left-color: rgb(215, 218, 222);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-bottom-color: #3673bb;
    width: 20%;
    height: auto;
    cursor: pointer;
    padding: 3%;
    max-width: 280px;
    max-height: 225px;
    margin: 1%;
} */

.item-categoria-produtos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.listagem-categorias-produtos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.listagem-categorias-produtos h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #060d25;
    font-weight: bold;
    text-align: center;
    line-height: 17px;
}

.bloco-produto-catetoria {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: solid 1px #d7dade;
    border-top-color: rgb(215, 218, 222);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(215, 218, 222);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: aquamarine;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-left-color: rgb(215, 218, 222);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-bottom-color: #1384d8;
    width: 12%;
    /* height: 223px; */
    cursor: pointer;
    padding: 5%;
    max-width: 250px;
    max-height: 250px;
    margin: 1%;
    line-height: 20px;
    min-width: 250px;
    min-height: 250px;
}


.bloco-produto-catetoria img {

}


.imagem-produto-listagem {
    width: 100%;
}

.titulo-produto-listage {

}


.linha-hr {
    border: 1px solid;
    width: 80%;
    margin-top: 5%;
    color: #3673bb;
    margin-bottom: 3%;
}

.procurando {
    width: 100%;
}

.procurando h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    color: #060d25;
}

#botao-aviacao {
    background-color: #3673bb;
}

#linha-aviacao {
    color: #3673bb;
}

#botao-automotivo {
    background-color: #ff7e0b;
}

#linha-automotivo {
    color: #ff7e0b;
}

#botao-gas-oleo {
    background-color: #7356db;
}

#linha-gas-oleo {
    color: #7356db;
}

#botao-petroquimico {
    background-color: #b20800;
}

#linha-petroquimico {
    color: #b20800;
}

.bloco-procurando-botoes a {
    text-transform: uppercase;
    border-radius: 30px;
    border: none;
    padding: 15px 20px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px;
    display: block;
}
.botao-procurando{
    text-align: center;
}

.procurando {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 35px;
}

.procurando p {
    font-size: 22px;
    color: #060d25;
}

.bloco-procurando-botoes {
    display: flex;
    justify-content: center;
    /* width: 75%; */
    margin: 2% 0%;
}

button {
    cursor: pointer;
}


.servicos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ebebeb;
    padding: 4% 0%;
}

.bloco-servico {
    width: 50%;
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.bloco-servico button {
    text-transform: uppercase;
    border-radius: 30px;
    width: 100%;
    height: 47px;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    background-color: #c00b23;
    font-family: 'Space Grotesk', sans-serif!important;
}

.botao-servico {
    width: 20%;
}

.conteudo-pagina-produto {
    width: 100%;
    margin: 3% 0%;
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.lado-produto {
    width: 20%;
    padding: 0% 2% 0% 0.5%;
    border-right: #b1b7bf 1px solid;
}

.collapsible {
    background-color: #f6f6f6;
    color: #060d25;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin: 0% 0% 3% 0%;
    border-left: #bf0d26 8px solid;
    font-weight: bold;
}

.active, .collapsible:hover {
    background-color: #f6f6f6;
}

.collapsible:after {
    content: '\002B';
    color: rgb(0, 0, 0);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #ffffff;
}

.content a {
    color: black;
}

.content a:hover {
    text-decoration: underline;
}

.categoria-linha-pagina-produto {
    width: 65%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 0% 2%;
}


.conteudo-pagina-produto h2 {
    margin: 0%;
    font-size: 19px;
    margin: 0% 0% 3% 0%;
}

#botao-form-orcamento {
    color: #b20800;
    border: 2px solid #b20800;
    background-color: white;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 0.35em;
    border-radius: 20px;
    width: 8rem;
    margin: 3% 0% 0% 0%;
    cursor: pointer;
    transition: 0.5s;
}

.card-body{
    width: 50%;
    margin-top: 1em;
}

#botao-form-orcamento:hover {
    background-color: #b20800;
    color: white;
    transition: 0.5s;
}

.orcamento-produto form {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.titulo-categoria-linha-pagina-produto {
    color: white;
    /* margin: 0% 0% 2% 0%; */
    padding: 0.5%;
}


.energy {
    background-color: var(--energy);
}

.flow {
    background-color: var(--flow);
}

.dismach {
    background-color: var(--dismach);
}

.titulo-e-categoria {
    width: 100%;
}


.orcamento-produto {
    width: 50%;
}

.orcamento-produto h3 {
    font-weight: bolder;
}

.conteudo-pagina-produto h2 {
    margin: 0%;
    font-size: 19px;
    margin: 0% 0% 3% 0%;
    color: #9199a2;
}


.nome-produto-pagina h1 {
    color: #060d25;
    font-size: 45px;
}

.descricao-produto-pagina {
    color: #585e64;
    margin: 2% 0% 3% 0%;
    width: 79%;
    text-align: justify;
}


.orcamento-produto label {
    margin: 2% 0% 0% 0%;
}


.orcamento-produto input, .orcamento-produto select {
    margin: 1% 0% 1% 0%;
    /* width: 50%; */
    border: 1px solid #c7c7c7;
    border-radius: 80px;
    font-size: 18px;
    color: #060d25;
    padding: 0.5em 1em;
}


.orcamento-produto h3 {
    font-weight: bolder;
    font-size: 33px;
    color: #060d25;
    margin-bottom: 4%;
}

.orcamento-produto {
    width: 50%;
    margin: 1% 0% 5% 0%;
}

.baixar-material-tecnico button {
    background-color: #bf0d26;
    border: none;
    color: white;
    font-size: 19px;
    font-weight: 700;
    border-radius: 5rem;
    padding: 0.8% 2%;
    font-family: 'Space Grotesk', sans-serif!important;
}

.baixar-material-tecnico button img {
    width: 3.5%;
    margin: 0% 2% 0% 0%;
}

.baixar-material-tecnico {
    width: 100%;
    margin-bottom: 5%;
}


.servicos h2 {
    font-size: 30px;
    font-weight: 800;
    color: #060d25;
}

.bloco-servico p {
    color: #575c63;
}

.bloco-itens-servico {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 3% 0% 5% 0%;
}

.item-servico {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.item-servico h4 {
    margin: 20% 0% 0% 0%;
    font-size: 17px;
    font-weight: 800;
}

.logo-rodape img {
    max-width: 250px;
}

@media only screen and (max-width: 1300px) {

    .menu-cabecalho {
        margin: 0 auto 0 8%;
    }

}
@media only screen and (max-width: 1142px) {

    .orcamento-produto {
        width: 108%;
    }

    .menu-cabecalho ul li {
        margin: 0 0%;
    }
}

@media only screen and (max-width: 950px) {
    .cabecalho-mobile {
        display: block;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 5% 0%;
    }
    .cabecalho-desktop{
        display: none;
    }
}

@media only screen and (max-width: 800px) {

    .card-body {
        width: 100%;
        margin-top: 1em;
    }

    .politica-bloco{
        width: 100%;
    }

    .politica-bloco p{
        margin: auto auto;
    }


    .descricao-produto-pagina {
        color: #585e64;
        margin: 2% 0% 15% 0%;
        width: 100%;
        text-align: justify;
    }


    .detalhe-linha {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .detalhe-linha img {
        width: auto;
    }


    .pagina-linha {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 9% 0% 0% 0%;
    }


    .linha-hr {
        border: 1px solid;
        width: 80%;
        margin-top: 5%;
        color: #3673bb;
        margin-bottom: 9%;
    }


    .item-categoria-produtos h2 {
        color: #060d25;
        text-align: center;
        line-height: 30px;
    }


    .sugestao {
        line-height: 36px;
    }

    .titulo-servicos {
        margin: 9% 0% 2% 0%;
    }


    .bloco-elemento-banner {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: white;
        font-size: 22px;
        font-weight: bold;
        margin: 11% 0% 8% 0%;
    }


    .logo-rodape {
        margin-top: 11%;
        display: flex;
        justify-content: center;
    }


    .logo-titulo {
        margin: 8% 0% 8% 0%;
    }


    .bloco-clientes {
        width: 60%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        margin: 3% 0% 10% 0%;
    }


    .imagem-empresa {
        margin-bottom: 16%;
    }


    .imagem-texto-empresa {
        width: 36%;
        margin-bottom: 5%;
        margin-top: 5%;
    }


    .topnav {
        overflow: hidden;
        background-color: #333;
    }

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

    .topnav a.active {
        background-color: #4CAF50;
        color: white;
    }

    .topnav .icon {
        display: none;
    }

    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .cabecalho-desktop {
        display: none;
    }

    .cabecalho-mobile {
        display: block;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 5% 0%;
    }

    .bloco-rodepe {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        width: 95%;
        flex-direction: column;
    }

    .banner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-family: 'Space Grotesk', sans-serif;
        flex-direction: column;
    }


    .elemento-banner {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0!important;
    }


    /* .botao-elemento-banner {
        background-color: #060d2500;
        border: 2px solid white;
        border-radius: 30px;
        color: white;
        width: 50%;
        text-transform: uppercase;
        height: 35px;
        margin: 5% 0%;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 1.1px;
        cursor: pointer;
    } */

    .bloco-missao-valor {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 80%;
        margin: 0% 0% 10% 0%;
    }

    .bloco-nossos-diferenciais {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 9% 0% 1% 0%;
        width: 90%;
        flex-flow: wrap;
    }

    .texto-empresa {
        display: flex;
        width: 100%;
        margin: 15% 0% 0% 0%;
        align-items: center;
        flex-direction: column;
    }

    .missao-valor {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 13% 0% 0% 0%;
        flex-direction: column;
    }

    .item-nossos-diferenciais {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 45%;
        text-align: center;
        margin: 0% 0% 15% 0%;
        font-size: 19px;
    }

    .titulo-logo h2 {
        font-size: 37px;
        text-align: center;
    }

    .bloco-clientes div {
        width: 95%;
        margin: 1%;
    }

    .elementos-newsletter {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .newsletter {
        background-image: url(/img/site/home/bg-newsletter.png);
        padding: 15% 0% 9% 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #input-text-newsletter {
        width: 80%;
        padding: 1.8% 3%;
        margin: 1% 0%;
    }

    .linha {
        display: none;
    }

    .item-bloco-rodape {
        width: 65%;
        padding: 2% 2%;
    }

    .barra {
        width: 65%;
        display: block;
    }

    .bloco-texto-empresa {
        width: 90%;
    }

    .texto-bloco-linha {
        width: 80%;
        text-align: justify;
        margin-top: 0%;
        margin-right: 0%;
        margin-bottom: 0%;
        margin-left: 0%;
    }

    .item-categoria-produtos h2 {
        color: #060d25;
        text-align: center;
        font-size: 25px;
    }

    .bloco-procurando-botoes {
        display: flex;
        justify-content: center;
        width: 100%;
        /* margin: 5% 0%; */
        flex-direction: column;
        align-items: center;
    }

    .botao-procurando {
        /* width: 90%; */
        /* margin: 8% 0%; */
    }

    .procurando h2 {
        text-transform: uppercase;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        line-height: 36px;
        font-weight: bold;
        color: #060d25;
        margin: 9% 0% 10% 0%;
    }

    .bloco-servico {
        width: 90%;
        text-align: justify;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        line-height: 28px;
    }


    .bloco-itens-servico {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 9% 0% 0% 0%;
        align-items: center;
        flex-direction: column;
        flex-flow: wrap;
    }

    .item-servico {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0% 4% 15% 4%;
    }

    .botao-servico {
        width: 60%;
        margin: 0% 0% 10% 0%;
    }

    .bloco-contato {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2% 0%;
        flex-direction: column;
    }

    .formulario-contato {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0% 0% 20% 0%;
    }

    .info-contato {
        width: 100%;
        margin: 0% 0%;
    }

    .bloco-logos-midias-socias {
        display: flex;
        justify-content: space-between;
        width: 60%;
        align-items: center;
        margin: 3% 0%;
    }

    #botao-contato {
        margin: 5% 0% 0% 0%;
        width: 45%;
        color: #b20800;
        border: 2px solid #b20800;
        background-color: transparent;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 25px;
        cursor: pointer;
    }



    .conteudo-pagina-produto {
        width: 100%;
        margin: 2% 0%;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        align-items: center;
        flex-direction: column-reverse;
    }

    .lado-produto {
        width: 90%;
        padding: 0% 0% 0% 0%;
        border-right: none;
        margin: 3% 0% 10% 0%;
    }

    .categoria-linha-pagina-produto {
        width: 80%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0% 2%;
    }

    .orcamento-produto {
        width: 100%;
        margin: 15% 0% 0% 0%;
    }

    .orcamento-produto input {
        margin: 1% 0% 1% 0%;
        width: 100%;
        height: 22px;
        padding: 2% 3%;

    }

    #botao-form-orcamento {
        color: #b20800;
        border: 2px solid #b20800;
        background-color: white;
        font-weight: bolder;
        text-transform: uppercase;
        border-radius: 20px;
        width: 40%;
        margin: 7% 0% 0% 0%;
        height: 38px;
    }

    .orcamento-produto {
        width: 100%;
        margin: 14% 0% 10% 0%;
    }


    .texto-empresa h2 {
        margin: 0% 0% 2% 0%;
        text-align: center;
    }

    .newsletter p {

        /* line-height: 20px; */
        font-family: 'Space Grotesk', sans-serif;
        margin: 4% auto;
        width: 80%;

    }

    .overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.9);
        overflow-y: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }

    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 32px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }

    .bloco-produto-catetoria {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: solid 1px #d7dade;
        border-top-color: rgb(215, 218, 222);
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: rgb(215, 218, 222);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: aquamarine;
        border-bottom-style: solid;
        border-bottom-width: 10px;
        border-left-color: rgb(215, 218, 222);
        border-left-style: solid;
        border-left-width: 1px;
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
        border-bottom-color: #1384d8;
        width: 12%;
        /* height: 223px; */
        cursor: pointer;
        padding: 5%;
        max-width: 200px;
        max-height: 300px;
        margin: 1%;
        line-height: 20px;
        min-width: 215px;
        min-height: 200px;
        margin: 0% 0% 10% 0%;
    }

    .procurando p {
        font-size: 22px;
        color: #060d25;
        text-align: center;
    }


}


/* CSS para a content box de produto (limpeza da formatação) */
.descricao-produto-pagina * {
    font-family: 'Space Grotesk', sans-serif!important;
}
.descricao-produto-pagina h2, .descricao-produto-pagina h2 span,
.descricao-produto-pagina h3, .descricao-produto-pagina h3 span,
.descricao-produto-pagina h4, .descricao-produto-pagina h4 span,
.descricao-produto-pagina h5, .descricao-produto-pagina h5 span,
.descricao-produto-pagina h6, .descricao-produto-pagina h6 span {
    text-transform: unset;
    color: #060d25!important;
    font-size: inherit!important;
    font-weight: bold!important;
    margin-top: 2.3rem;
    margin-bottom: 1rem;
}
.descricao-produto-pagina h2, .descricao-produto-pagina h2 span{
    font-size: 1.5rem!important
}
.descricao-produto-pagina h3, .descricao-produto-pagina h3 span{
    font-size: 1.25rem!important
}
.descricao-produto-pagina h4, .descricao-produto-pagina h4 span{
    font-size: 1.125rem!important
}
.descricao-produto-pagina h5, .descricao-produto-pagina h5 span{
    font-size: 1rem!important
}
.descricao-produto-pagina h6, .descricao-produto-pagina h6 span{
    font-size: 1rem!important
}
.descricao-produto-pagina p,
.descricao-produto-pagina p span,
.descricao-produto-pagina ul li,
.descricao-produto-pagina ul li span {
    color: #060d25!important;
    font-size: 19px!important;
    text-align: start!important;
}
.descricao-produto-pagina ul{
    list-style-type: disc;
    padding-left: 30px;
}
.descricao-produto-pagina ul li{
    white-space: initial!important;
}
.descricao-produto-pagina a, .descricao-produto-pagina a span {
    color: #bf0d26!important;
}

/* === AJUSTE DE LARGURA DAS COLUNAS DO RODAPÉ === */

@media (min-width: 801px) { /* Aplica apenas em telas maiores */
    .bloco-rodepe {
        justify-content: space-between; /* Garante distribuição uniforme */
    }
    .item-bloco-rodape {
        width: 23%; /* Ajusta a largura para um layout de 4 colunas */
    }
}

.imagem-missao-valor h3 {
    font-size: xx-large;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, #db2b3e, #ec6b2f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient{
    background: linear-gradient(90deg, #db2b3e, #ec6b2f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
