:root {
    --primary: #ff6122;
}
::selection {
    background: rgb(234 93 28 / 85%);
    color: white;
}

a {
    color: #ff6122;
}
a:hover {
    color: #fb7d15;
    text-decoration: underline;
}
.form-control, .form-select {
    border-radius: 5rem;
}
.dropdown-menu {
    background-color: #1c1c1c;
}
.dropdown-item {
    color: white;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e84f12;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fbb498;
    background-color: #272727;
}
#main-nav {
    background-image: url(/img/background-blur.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}
.navbar a.nav-link {
    font-size: 1.2em;
    font-weight: 300;
}
.btn {
    padding: 0.575rem 2.05rem;
    border-radius: 50px;
    font-size: 1.2rem;
}
.btn-primary {
    color: #fff;
    background-color: #ff6122;
    border-color: #ff6122;
    font-weight: 500;
}
.btn-primary:hover {
    color: #fff;
    background-color: #fb7d15;
    border-color: #fb7d15;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #fb7d15;
    border-color: #fb7d15;
    box-shadow: 0 0 0 .2rem rgba(255, 97, 34, .5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fb7d15;
    border-color: #fb7d15;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 97, 34, .5);
}
.btn-secondary {
    color: #fff;
    background-color: #131814;
    border-color: #131814;
    font-weight: 500;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #0f1212;
    border-color: #0f1212;
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #0f1212;
    border-color: #0f1212;
    box-shadow: 0 0 0 .2rem rgba(19, 24, 20, .5);
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0f1212;
    border-color: #0f1212;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(19, 24, 20, .5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #fb7d15;
    border-color: #fb7d15;
    cursor: not-allowed;
}
.text-primary {
    color: #ff6122 !important;
}

li.botao-orc {
    background-color: #e84f12;
    padding: 9px 19px;
    border-radius: 55px;
}
li.botao-orc-mobile {
    background-color: #e84f12;
    padding: 9px 19px;
    border-radius: 55px;
    width: fit-content;
    margin: auto;
    margin-top: 23px;
}
li.botao-orc-mobile a {
    color: white;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 35px;
    font-weight: bold;
    margin: 0% 0% 2% 0%;
    line-height: 40px;
}


.btn-novo-calculo {
    color: #fff;
    background-color: #ea5a10;
    border-color: #ed6111;
    font-weight: 900;
    font-size: 33px;
}

#rodape a {
    margin-top: 1em;
}


.botao-product {
    display: none;
}

.botao-product-div {
    display: block;
    width: 100%;
    margin: -40% 0%;
}

hr {
    color: #e84819;
    border: 5px solid;
    margin: 0px;
}

h2 {
    font-size: 32px;
    font-weight: 900;
}

h3 {
    font-size: 22px;
    font-weight: 900;
}

.bloco-eficiencia p {
    margin: 20% 0%;
}

.hoverWrapper:hover #hoverShow1 {
    display: block;
}

.bloco-principal-calculadora {
    margin: 10% 0% 10% 0%;
}

#bloco-eficiencia span {
    color: #65a321;;
}

.destaque-valores {
    font-size: 29px;
    /* margin: 51px 28px; */
    color: #d56f22;
    font-weight: 900;
}

.bloco-dados-relatorio p {
    font-weight: 400;
    margin: 10% 0%;
    line-height: 27px;
}
.obrigatorio {
    color: #ff0000;
}

.p-obrigatorio {
    color: #ff0000;
    margin: 2% 0%;
    font-size: 12px;
}

.bloco-principal-calculadora select {
    margin: 0% 4% 0% 0%;
    width: 20%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
}

#titulo-mistura-calculadora h2 {
    margin: 6% 0% 3% 0%;
}
/*
#label-tipo-combustivel {
    margin: 3% 5% 2% 0%;
} */

.hoverWrapper #hoverShow1 {
    display: none;
    position: absolute;
    background-color: #ff0000;
    width: 250px;
    height: 250px;
    left: 200px;
    top: 100px;
}

.body-tela-1 {


    background-image: url(/img/calculadora/1a-tela/background.png);
    /* background-size: cover; */
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;


}

.bloco-botoes-div-centro p {
    text-align: center;
}

.div-centro-calculadora h1 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin: 0% 0% 2% 0%;
}

.logo-div-centro {
    width: 30%;
    margin: 0% 0% 10% 0%;
}

.bloco-botoes-div-centro button {
    width: 100%;
    color: white;
    background-color: #6ac156;
    border: 0px;
    margin: 4% 0%;
    padding: 7% 0%;
    border-radius: 10px;
    font-weight: bolder;
}

.bloco-principal-calculadora input {
    margin: 0% 4%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    padding: 1% 0%;
}

.item-mistura {
    margin: 0% 0% 7% 0%;
}

.combustivel-adicional{
    display: none;
}

#input-popup {
    margin: 0% 0%;
}

/* #botao-modal-calculadora {
    margin: 0% 2%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    padding: 2% 5%;
    width: 55%;
} */

.explicacao {
    margin: 0% -9.5px;
    cursor: pointer;
}

.explicacao-radio {
    margin: 0% -10px 0% 42px;
    cursor: pointer;
}

.dados-relatorio {
    width: 100%;
}

.logo-resultado-relatorio {
    margin: 2% 0% 1% 0%;
}

.dados-relatorio {
    width: 100%;
    background-image: url(/img/calculadora/terceira/bg-laranja.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2% 0%;
}

.bloco-possibilidades-melhoria {

    width: 30%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(0, 0, 0);
    text-align: center;
    background-color: #ffffff;
    /* padding: 2% 0%; */
}

.possibilidades-melhoria {
    width: 100%;
    background-color: #303030;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2% 0%;
}


.dados-relatorio h2 {
    color: white;
    font-size: 45px;
}

.possibilidades-melhoria h2 {
    color: white;
}

.produtos-coontrol-relatorio {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #303030;
    color: white;
    padding: 2% 0%;
}


.listagem-bloco-produto {
    width: 65%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bloco-produtos-relatorio {
    width: 30%;
    height: auto;
    margin: 3% 0%;
    cursor: pointer;
}

.bloco-dados-relatorio {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 80%;
    margin: 4% 0%
}

#dados-relatorio hr {
    border: 1px solid;
    margin: 2% 0% 5% 0%;
}

.bloco-possibilidades-melhoria {
    width: 22%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: #434343;
    /* padding: 2% 0%; */
    color: rgb(255, 255, 255);
    margin: 3% 0%;
}

.bloco-dados-informacoes-relatorio {
    width: 22%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: #ffffff;
    padding: 2% 0%;
    color: rgb(0, 0, 0);
    margin: 3% 0%;
}

.bloco-botoes-div-centro button {
    cursor: pointer;
}

.logo-atencao {
    width: 15%;
}

.alerta-relatorio {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.bloco-alerta-relatorio {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: justify;
    margin: 2% 0%;
    font-size: 19px;

}

.bloco-alerta-relatorio p {
    margin: 2% 0%;
    line-height: 30px;
}

.grafico-eficiencia {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabela-resultado {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 4% 0%;
}

.bloco-eficiencia {
    width: 30%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    text-align: center;
    background-color: #434343;
    padding: 2% 0%;
}

#bloco-eficiencia hr {
    color: #65a321;
    border: 1px solid;
    margin: 2% 0% 5% 0%;
}

.bloco-resultado {
    width: 100%;
    background-image: url(/img/calculadora/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#botao-ativar-modal {
    padding: 1% 0%;
    width: 50%;
    margin: 2% 0%;
    font-size: 23px;
}

.frase-calculadora p {
    display: flex;
}

.item-calculadora {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.frase-calculadora img {
    margin: 0% 5%;
}

.frase-calculadora {
    display: flex;
    justify-content: center;
    margin: 4% 0% 0% 0%;
}

.bloco-principal-calculadora form {
    text-align: end;
}

.logo-baixo-div-centro {
    margin: 2% 0% 0% 0%;
    /* width: 50%; */
}

.div-centro-calculadora {
    border-radius: 17px;
    background-color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 2.3rem 1.8rem;
    max-width: 400px;
}

.rodape-calculadora {
    width: 100%;
    height: auto;
    background-color: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5% 0%;
}

.div-principal-calculadora {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.titulo-caldeira {
    width: 75%;
    text-align: center;
}

.logo-calculadora {
    width: 15%;
    margin: 8% 0% 5% 0%;
}

.bloco-principal-calculadora h2 {
    text-align: center;
    margin: 3% 0% 3% 0%;
}

.botao-modal-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4% 0% 0% 0%;
}

.bloco-principal-calculadora {
    background-color: white;
    border: 15px solid white;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(127, 120, 120, 0.75);
    -moz-box-shadow: 2px 2px 20px 0px rgba(127, 120, 120, 0.75);
    box-shadow: 2px 2px 20px 0px rgba(127, 120, 120, 0.75);
    padding: 2% 2%;
    border-radius: 15px;
    margin: 4% 0%;
    width: 85%;
}


.botoes-combustivel {
    margin: 0% 0% 4% 0%;
}

.bloco-mistura-calculadora{
    margin: 5% 0% 0% 0%;
}
.bloco-mistura-calculadora input{
    width: 30%;
    margin: 0% 3% 0% 3%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    padding: 1% 0%;
}
.bloco-mistura-calculadora select{
    margin: 0% 3% 0% 3%;
    width: 30%;
}

.principal-calculadora {
    display: flex;
    justify-content: center;
    align-items: baseline;
    background-image: url(/img/calculadora/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.div-principal-calculadora h1 {
    font-weight: bold;
}

.calculadora-negrito {
    font-weight: bold;
}

.negrito {
    font-weight: bold;
}

.div-rodape-calculadora {
    color: white;
    display: flex;
    width: 55%;
    justify-content: space-around;
    padding: 1% 0%;
}


.bloco-botoes-div-centro {
    width: 70%;
    margin: 7% 0%;
}

.item-produtos p {

    margin: 3% 0%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.img-bloco-cabecalho-banner {
    width: 60%;
}

.bloco-eficiencia {
    width: 25%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    text-align: center;
    background-color: #434343;
    padding: 2% 0%;
}

.modal-backdrop {
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.banner-principal-bloco {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frase-banner {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 4% 0%;
}

.laranja {
    color: #e84f12;
}

.logo-produto-coontrol {
    width: 55%;
    margin: 4% 0%;
}

body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

button a {
    text-decoration: none;
}

img {
    width: 100%;
}


.texto-produtos h3 {
    margin: 5% 0% 2% 0%;
}


.titulo-vantagens {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% 0% 7% 0%;
}


.produto-menu:hover .menu-suspenso {

    background-color: #e84f12;
    display: flex;
    transition: 0.8s;
    opacity: 1;
}
.menu-suspenso-mobile {
    right: 50%;
    transform: translateX(50%);
    border: 0!important;
}

.menu-suspenso li {
    transition: 0.8s;
    margin: 4% 0%;
    white-space: nowrap;
}

.menu-suspenso li:hover {
    background-color: black;
    color: white;
    padding: 2%;
    transition: 0.8s;
}

.menu-suspenso {
    display: none;
    position: absolute;
    height: auto;
    transition: 0.8s;
    padding: 1em;
    max-width: fit-content;
    background-color: #e84f12;
    -webkit-box-shadow: 10px 10px 26px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 26px 0px rgb(0 0 0 / 75%);
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-top: 20px solid black;
    opacity: 0;
}

#cabecalho {
    transition: 0.5s;
}

.sticky {
    transition: 0.5s;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2% 0%;
    background-color: black;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px -11px 20px 11px rgba(0, 0, 0, 0.88);
}

.bloco-banner-cabecalho-pagina-principal {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    padding: 5% 0%;
}

.logo-bloco-produtos h3 {
    margin: 2% 0%;
}

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

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */

/* Add an active class to highlight the current page */
.active {
    /* background-color: #4CAF50; */
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}


.bloco-video {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-arrow-right {
    margin: 0% 1% 0% 0%;
}

.barra-menu-responsivo {
    display: none;
}

.texto-apresentacao-produto p {
    margin: 3% 0%;
    /* line-height: 44px; */
    text-align: justify;
}

.videos {
    display: flex;

    justify-content: center;
    align-content: center;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: 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;
}

.bloco-cta-logo-texto {
    width: 49%;
}

.centro-clientes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% 0% 2% 0%;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 0px solid #e9ecef;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-body-calculadora {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-body-calculadora h3 {
    text-align: center;
}

.bloco-modal-body-calculadora label {
    margin: 8% 0% 2% 0%;
}

.bloco-modal-body-calculadora input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    padding: 2% 0%;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0px solid #e9ecef;
    justify-content: center;
}

.modal-calculadora {
    border-radius: 20px;
}

.paragrafo-modal {
    text-align: center;
    padding: 3% 0%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paragrafo-modal img {
    width: 5%;
    margin: 0% 1%;

}

.bloco-modal-body-calculadora {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    width: 70%;
    margin: 0% 0% 5% 0%;
}

.div-modal-body-calculadora {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.div-modal-body-calculadora input {
    margin: 0% 0%;
}

.div-modal-body-calculadora label {
    text-align: center;
}


h3 {
    margin: 5% 0%;
}


.imagem-apresentacao-produto {
    width: 40%;
}

.logo-bloco-produtos {
    width: 50%;
    margin: 4% 0%;
}

.logo-bloco-produtos h3 {
    font-size: 24px;
}


.slick-prev, .slick-arrow {
    display: none;
}

h3 {
    font-size: 20px;
    margin: 3% 0%;
    font-weight: bold;
}

.bloco-clientes {
    height: auto;
    width: 100%;
    padding: 2% 0%;
}

#bloco-formulario input {

    padding: 0.7em 1em;
    width: 100%;
    border-radius: 80px;
    border: 1px solid #b9b9b9;
}

.h1-banner {
    font-size: 28px;
    font-weight: bold;
    margin: 0% 0% 2% 0%;
    line-height: 35px;
}

.span-laranja {
    color: #d25a2a;
}


.texto-produtos div {
    width: 50%;
}

.apresentacao-produto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 2% 0%;
}

.texto-apresentacao-produto {
    padding: 5%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 50%;
}

.texto-apresentacao-produto h3 {
    color: #cb4f1c;
    margin: 7% 0% -2% 0%;
}

.bloco-cinza {
    background-color: #f6f6f6;
    padding: 1% 0%;
}

.imagem-catalogo-download {
    width: 35%;
    height: auto;
}


.download-botao-tabala button {
    margin: 4% 0%;

}

.download-botao-tabala {
    /* margin: 4% 0% 0%0%; */
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* .download-botao-tabala button {
    background-color: #cb4f1c;
    color: white;
    border-radius: 25px;
    width: 25%;
    padding: 1.2% 0%;
    border: none;
    font-size: 15px;
    cursor: pointer;
} */

/* .download-botao-tabala a {
    width: 30%;
    padding: 2% 0%;
} */

.imagem-download-tabela {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5% 0% 2% 0%;
}

.texto-produtos p {
    font-size: 17px;
    text-align: justify;
    /* line-height: 45px; */
    margin: 2% 0%;
}

.texto-produtos {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 2% 0% 4% 0%;
}

.icone-produtos {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 2% 0%;
}

.logo-item-produto {
    width: 40%;
}


.bloco-icone-produtos {
    width: 75%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.itens-produtos p, h3 {
    margin: 0%;
    font-size: 28px;
}

.itens-produtos p {
    margin: 0%;
    font-size: 16px;
}

.itens-produtos h3 {
    margin: 0%;
    font-size: 23px;
}

.itens-produtos {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: justify;
}

.bloco-possibilidades-melhoria p {
    margin: 15% 0%;
}

.itens-produtos h3 {
    text-align: center;
}

.itens-produtos div {
    margin: 4% 0%;
}

.logo-produto {
    width: 25%;
    margin: 0% 0% 5% 0%;
    height: auto;
}

.formulario-contato h2 {
    margin: 0% 0% 10% 0%;
    font-size: 30px;
    font-weight: bold;
}

.redes-formulario {
    display: flex;
    justify-content: center;
    height: auto;
    margin: 5% 0% 0% 0%;
    width: 100%;
    flex-direction: column;
}

.grafico-produtos div {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    flex-direction: column;
}

.grafico-produtos div p {
    margin: 2% 0%;
    text-align: center;
}

.bloco-tabela-dados {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    line-height: 45px;
    margin: 0;
}

.grafico-produtos {

    margin: 5% 0% 1% 0%;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

textarea {
    width: 100%;
    margin: 1% 0% 2% 0%;
    padding: 2% 1%;
    border-radius: 18px;
    border: 1px solid #b9b9b9;
}

.bloco-modal-body-calculadora select {
    margin: 0% 4% 0% 0%;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
}

#botao-formulario {
    background-color: #e84f12;
    color: white;
    padding: 0.8em 2.8em!important;
    font-weight: 500;
    cursor: pointer;
    max-width: fit-content;
    margin: 1.1em 0 0;
    border: none!important;
}

.bloco-formulario {
    width: 35%;
}

input {
    padding: 1% 1%;
    width: 20%;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(255 124 47);
}

select {
    padding: 0.7em 1em;
    width: 100%;
    border-radius: 80px;
    border: 1px solid #b9b9b9;
}

.botao-formulario {
    color: white;
    background-color: #324d32;
}

.rodape img {
    max-width: fit-content;
}

footer {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: auto;
    /* background-image: url(/img/home/bg.png); */
    /*background-image: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(54, 54, 54, 1) 35%, rgba(33, 33, 33, 1) 100%);*/
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-produtos {
    width: 20%;
    text-align: center;
    height: auto;
    padding: 2% 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 2% 0% 0% 0%;
}

.blocos-itens {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    height: auto;
}

.item-bloco-servico div {

    margin: 4% 0%;


}

.titulo-vantagens h2 {
    font-size: 42px;
}

.logo-item-produto h3 {
    font-size: 25px;
}

.titulo-servicos p {

    /* margin: 5% 0%; */
    line-height: 28px;
    font-size: 22px;

}

.icones-servicos {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 5% 0%;
}

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

.bloco-icones-servicos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 65%;
}

p {
    /* margin: 5% 0%; */
    line-height: 22px;
}

.bloco-servicos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.botao-servico button {
    background-color: #cb4f1c;
    color: white;
    border-radius: 25px;
    width: 20%;
    padding: 1%;
    cursor: pointer;
    border: none;
}

.botao-servico div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.servico-sub {
    color: #cb4f1c;
}


.botao-servico {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.pipe-servicos {
    font-size: 42px;
}

.titulo-produtos {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-bloco-servico h3 {
    font-size: 25px;
}

.item-bloco-servico p {
    line-height: 27px;
}

.titulo-servicos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 45%;
    flex-direction: row;
}

.botao-laranja {
    width: 50%;
    border-radius: 25px;
    background-color: #e84f12;
    padding: 2% 1%;
    color: white;
    border: none;
    cursor: pointer;
    margin: 15% 0%;
}

.botao-laranja-produto {
    width: 55%;
    padding: 4% 0%;
}

.botao-laranja a {
    text-decoration: none;
    color: white;
    font-weight: 700;
}

.img-bloco-cabecalho-banner {
    width: 70%;
}

.texto-bloco-cabecalho-banner {
    width: 80%;
    margin: 1%;
}

.botao-product {
    width: 100%;
}

header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    background-image: url(/img/background-blur.jpg);
    /* background-image: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(54,54,54,1) 35%, rgba(33,33,33,1) 100%); */
    background-repeat: no-repeat;
    background-size: auto;
    color: white;
    padding: 1% 0% 3% 0%;
    flex-direction: column;
    height: auto;
    padding: 0% 0% 2% 0%;
    background-size: cover;
}

.menu-cabecalho a:not(.dropdown-item) {
    text-decoration: none;
    color: white;
    font-size: 21px;
    font-weight: 300;
}

.menu-cabecalho li {
    margin: 0.5em 1vw;
}

.produtos {
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
}

.bloco-produtos h2 {
    margin: 2% 0%;
}

.bloco-produtos {
    width: 80%;
    height: auto;
    margin: 3% 0%;
}

.secao-cabecalho-banner {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2% 0%;
}

.texto-apresentacao-produto h2 {
    font-size: 65px;
    color: #cb4f1c;
}

.bloco-cabecalho-banner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 black;

}

.cabecalho {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 34px;
    z-index: 10;
}

.menu-cabecalho ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
}

.rodape {

    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2% 0%;

}

.rodape div {
    color: white;
    /*width: 20%;*/
}

#rodape {
    width: 40%;
}

.formulario-contato {
    display: flex;
    justify-content: center;

    flex-direction: column;
}

/* .bloco-eficiencia {
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    text-align: center;
    background-color: #434343;
    padding: 2% 0%;
} */
.servicos {
    background-color: #f6f6f6;
    height: auto;
    widows: 100%;


    padding: 2% 0%;
}

.contato {
    height: auto;
    width: 100%;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4.5rem 1.3rem;
    text-align: center;
}

div#contato h2 {
    margin-bottom: 1em;
}

.contato-espaco {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    padding: 0% 0%;
    flex-direction: column;

}

.contato p {
    font-weight: 600;
    font-size: 17px;
}

.endereco-formulario {
    width: 30%;
}

label {
    margin: 3% 0% 2% 0%;
    text-align: start;
}

.endereco-formulario {
    width: 80%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 2% 0%;
}

.links-rodape {
    display: flex;
    flex-direction: column;
}

.links-rodape a{
    text-align: center;
    margin-top: 0.8em;
}

.logo-midias {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.6em;
}

.logo-midias div {
    margin: 2%;
}

.video {
    height: auto;
    width: 100%;
    background-image: url(/img/home/coontrol.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0%;
    background-color: #f6f6f6;
}

.menu-suspenso ul {
    list-style: none;
    display: flex;
    justify-content: left;
    width: 100%;
    align-items: center;
}

.bloco-video {
    height: auto;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloco-video div {
    width: 40%;
    text-align: justify;
    font-size: 18px;
    line-height: 0px;
}

.video-video {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% 0% 1% 0%;
}

.beneficios {
    background-attachment: fixed;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/img/home/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.beneficios p {
    font-weight: 300;
}

.bloco-beneficios {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    height: auto;
    width: 55%;
    color: white;
    flex-wrap: wrap;
    padding: 3% 0%;
}

.item-beneficios {
    /* width: 25%; */
    display: flex;
    justify-content: normal;
    align-items: center;
    flex-direction: column;
    height: auto;
    width: 28%;

    text-align: center;
}

.bloco-beneficios img {
    margin: 0% 0% 25% 0%;
}

.item-beneficios h3 {
    letter-spacing: 2px;
}

.bloco-cta {

    height: auto;
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.cta {
    padding: 5% 0%;
    color: white;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: black;

}


#botao-cta {
    width: 100%;
    border-radius: 25px;
    background-color: #e84f12;
    padding: 4% 5%;
    color: white;
    border: none;
    cursor: pointer;
    margin: 5% 0%;
    font-size: 13px;
    white-space: nowrap;
}

.bloco-botao-cta {
    width: 40%;
}


.tab {
    overflow: hidden;
    width: 60%;
    display: flex;
    justify-content: space-between;
    gap: 4px;
}

.tab button {
    background-color: #cb4f1c;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 25%;
    color: white;
    font-weight: 700;
    flex: 1;
}

.tab button:hover {
    background-color: #f44903;
}

/* Create an active/current tablink class */
.tab button.active {
    color: #cb4f1c;
    background-color: #000000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    border-top: none;
    width: 80%;
    margin: 2% 0%;
}

.bloco-imagem-cliente {
    width: 10%;
    margin: 0% 0.1%;
}


.tabela {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 0% 0% 0%;
}

#input-radio-item-calculadora {
    margin: 0% 0%;
    border-radius: 0px;
    border: 1px solid #d2d2d2;
    padding: 1% 0%;
    width: 20%;
}

.bloco-input-radio-calculadora{
    width: 28%;
    display: flex;
    justify-content: space-around;
}


.input-radio {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 65%;
    justify-content: center;
}



@media only screen and (max-width: 1153px) {
    .botao-product {
        display: block;
    }

    .botao-product-div {
        display: none;
        width: 100%;
        margin: -15% 0%;
    }

    .titulo-servicos p {
        /* margin: 5% 0%; */
        line-height: 28px;
        font-size: 22px;
        text-align: center;
        margin: 5% 0%;
        width: 65%;

    }

    .titulo-servicos {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        flex-direction: column;
        align-items: center;
    }

    .item-bloco-servico {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin: 10% 0%;
    }

    .bloco-icones-servicos {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 65%;
        flex-direction: column;
    }

    .botao-servico button {
        background-color: #cb4f1c;
        color: white;
        border-radius: 25px;
        width: 55%;
        padding: 3% 0%;
        cursor: pointer;
        border: none;
    }

    .servicos {
        background-color: #f6f6f6;
        height: auto;
        padding: 10% 0%;
    }

    /* .titulo-servicos {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40%;
        flex-direction: column;
        align-items: center;
    } */
    .pipe-servicos {
        display: none;
    }

    .item-produtos {
        width: 45%;
        text-align: center;
        height: auto;
        padding: 2% 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 7% 0%;
    }

    .logo-bloco-produtos {
        width: 40%;
        margin: 4% 0%;
    }

    header {
        width: 100%;
        display: flex;
        align-items: flex-start;
        /* background-image: url(/img/home/bg.png); */
        /*background-image: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(54, 54, 54, 1) 35%, rgba(33, 33, 33, 1) 100%);*/
        background-repeat: no-repeat;
        background-size: auto;
        color: white;
        padding: 1% 0%;
        flex-direction: column;
        height: auto;

    }

    .menu-cabecalho {
        display: none;
    }


    .botao-laranja {
        width: 60%;
        border-radius: 25px;
        background-color: #e84f12;
        padding: 2% 0%;
        color: white;
        border: none;
        cursor: pointer;
        margin: 5% 0%;
    }

    .blocos-itens {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        height: auto;
        flex-direction: column;
    }

    .blocos-itens {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        height: auto;
        flex-direction: column;
    }

    .bloco-cabecalho-banner {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-shadow: 0 0 black;
        margin: 2% 0% 2% 0%;
    }

    .barra-menu-responsivo {
        display: block;
    }

}

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

    .rodape .logo-cabecalho {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .composicao h3 {
        font-size: 3em!important;
    }

    .diferenciais h4 {
        margin-bottom: 1em;
        font-size: 2.8em;
    }

    .bloco-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .banner-principal h1 {
        font-size: 1.4em!important;
    }

    .container {
        padding: 0 35px;
    }

    .imagem-principal {
        margin-top: 60px;
    }

    .download-botao-tabala button {
        background-color: #cb4f1c;
        color: white;
        border-radius: 25px;
        width: 100%;
        padding: 3% 7%;
        border: none;
        cursor: pointer;
    }

    .overlay a {
        font-size: 20px
    }

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

    .imagem-catalogo-download {
        width: 95%;
        height: auto;
        margin: 10% 1%;
    }

    .cabecalho {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: end;
        padding: 4% 0%;
    }

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

    .bloco-clientes {
        display: none;
    }

    .menu-cabecalho {
        width: 55%;
        display: none;
    }

    .formulario-contato {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #botao-formulario {
        width: 55%;
        border: none;
        border-radius: 0px;
        background-color: #cb4f1c;
        color: white;
        padding: 5% 0%;
        font-weight: 500;
        cursor: pointer;
    }

    .bloco-cta {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 4%;
    }



    .bloco-cta-logo-texto {
        width: 98%;
        padding: 2% 0%;
        text-align: left;
        /* font-size: 15px; */
    }

    .bloco-botao-cta {
        width: 75%;
    }

    #botao-cta {
        width: 100%;
        border-radius: 0px;
        background-color: #e84f12;
        padding: 5%;
        color: white;
        border: none;
        cursor: pointer;
        margin: 5% 0%;
        font-size: 13px;
        white-space: nowrap;
    }

    header {
        width: 100%;
        display: flex;
        align-items: flex-start;
        /* background-image: url(/img/home/bg-banner.png); */
        background-repeat: no-repeat;
        background-size: auto;
        color: white;
        padding: 1% 0%;
        flex-direction: column;
        height: auto;

    }

    .secao-cabecalho-banner {
        width: 80%;
        height: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .texto-bloco-cabecalho-banner {
        width: 100%;
        margin: 1%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .item-produtos {
        width: 100%;
        text-align: center;
        height: auto;
        padding: 2% 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 10% 0%;
    }

    .contato-espaco {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        width: 100%;
        padding: 3% 0%;
        flex-direction: column;
    }

    .video {
        height: auto;
        width: 100%;
        background-image: url(/img/home/coontrol.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 10% 0%;
        background-color: #393939;
    }

    .bloco-video div {
        width: 95%;
        text-align: justify;
        font-size: 18px;
        line-height: 8px;
    }

    .item-beneficios {
        /* width: 25%; */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
        width: 100%;
        text-align: center;
        margin: 10% 0%;
    }

    .rodape {
        width: 80%;
        height: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 2% 0%;
        flex-direction: column;
    }

    .rodape div {
        color: white;
    }

    .rodape {
        width: 80%;
        height: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 10% 0%;
        flex-direction: column;
    }

    #rodape {
        width: 95%;
        text-align: center;
    }

    .endereco-formulario {
        width: 93%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .bloco-icone-produtos {
        width: 90%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .itens-produtos {
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin: 5% 0%;
    }

    .texto-produtos div {
        width: 90%;
    }

    .redes-formulario {
        display: flex;
        justify-content: center;
        height: auto;
        margin: 10% 0%;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .logo-midias {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 50%;
    }

    .bloco-formulario {
        width: 85%;
    }

    .grafico-produtos div {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 2%;
    }

    .apresentacao-produto {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .imagem-apresentacao-produto {
        width: 80%;
    }

    .texto-apresentacao-produto {
        padding: 2%;
        width: 95%;
        margin: 2% 0%;
    }

    .texto-apresentacao-produto h2 {
        font-size: 35px;
        color: #cb4f1c;
    }

    .tab {
        overflow: hidden;
        width: 55%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .tab button {
        background-color: #cb4f1c;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        width: 100%;
        color: white;
        font-weight: 700;
        margin: 5% 0%;
    }

    .tab {
        overflow: hidden;
        width: 80%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .bloco-tabela-dados {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        line-height: 45px;
        flex-direction: column;
    }

    .texto-produtos p {
        font-size: 17px;
        text-align: justify;
        font-weight: 400;
        line-height: 1.6em;
    }

    .h1-banner {
        font-size: 28px;
        font-weight: bold;
        margin: 0% 0% 2% 0%;
        line-height: 35px;
        text-align: center;
    }

    .tabela-resultado {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 80%;
        margin: 4% 0%;
        flex-direction: column;
    }

    .grafico-eficiencia {
        width: 100%;
    }

    .grafico-eficiencia {
        width: 100%;
        margin: 8% 0% 8% 0%;
    }

    .bloco-dados-relatorio {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        width: 80%;
        margin: 4% 0%;
        flex-direction: column;
    }

    .bloco-dados-informacoes-relatorio {
        width: 100%;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        background-color: #ffffff;
        padding: 2% 0%;
        color: rgb(0, 0, 0);
        margin: 3% 0%;
    }

    .bloco-possibilidades-melhoria {
        width: 85%;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        background-color: #434343;
        /* padding: 2% 0%; */
        color: rgb(255, 255, 255);
        margin: 3% 0%;
    }

    .listagem-bloco-produto {
        width: 90%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .bloco-produtos-relatorio {
        width: 70%;
        height: auto;
        margin: 5% 0%;
        cursor: pointer;
    }

    .div-rodape-calculadora {
        color: white;
        display: flex;
        width: 55%;
        justify-content: space-around;
        padding: 1% 0%;
        flex-direction: column;
        text-align: center;
    }

    .div-rodape-calculadora img {
        width: 50%;
    }

    .div-rodape-calculadora div {
        margin: 2% 0%;
    }

    .cta {
        padding: 15% 0%;
        color: white;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: black;
    }

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

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .bloco-eficiencia {
        width: 80%;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: white;
        text-align: center;
        background-color: #434343;
        padding: 2% 0%;
    }

    .bloco-video {
        height: auto;
        width: 100%;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10% 0;
    }

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

    input {
        padding: 1% 1%;
        width: 70%;
        margin: -1% 0%;
    }

    .bloco-principal-calculadora select {
        margin: 0% 4% 0% 0%;
        width: 70%;
        border-radius: 4px;
        border: 1px solid #d2d2d2;
    }

    .explicacao {
        margin: 5% 0%;
        cursor: pointer;
        display: none;
    }

    .item-calculadora {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin: 5% 0%;
    }

    #botao-ativar-modal {
        padding: 1% 0%;
        width: 100%;
        margin: 2% 0%;
        font-size: 23px;
    }

    label {
        margin: 5% 0% 5% 0%;
        font-size: 17px;
        text-align: center;
    }

    .bloco-principal-calculadora select {
        margin: 0% 4% 0% 0%;
        width: 74%;
        border-radius: 4px;
        border: 1px solid #d2d2d2;
    }

    #botao-modal-calculadora {
        margin: 0% 2%;
        border-radius: 4px;
        border: 1px solid #d2d2d2;
        padding: 2% 5%;
        width: 100%;
    }.item-mistura {
        margin: 10% 0% 10% 0%;
    }
    .bloco-mistura-calculadora input {
        width: 74%;
        margin: 0% 3% 0% 3%;
        border-radius: 4px;
        border: 1px solid #d2d2d2;
        padding: 1% 0%;
    }
    .itens-produtos p, h3 {
        margin: 0%;
        font-size: 22px;
    }

    .botoes-combustivel {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .botoes-combustivel input {
        margin: 5% 0%;
        height: 45px;
    }
    #tipo_combustivel_1 {
        margin: 0% 0% 0% 0%;
        width: 70%;
        border-radius: 4px;
        border: 1px solid #d2d2d2;
    }

    .titulo-caldeira h1 {

        /* font-size: 35px; */
        font-weight: bold;
        margin: 0% 0% 2% 0%;
        line-height: 30px;
        font-size: 23px;

    }

    .bloco-principal-calculadora h2 {
        text-align: center;
        margin: 0% 0% 6% 0%;
        font-size: 22px;
    }

}
