.simulador {
    background-color: var(--white);
    -webkit-box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.1);
    box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.1);
}

.simulador .container {
    padding: 50px 80px;
}

@media (max-width: 768px) {
    .simulador .container {
        padding: 50px 20px;
    }
}

.simulador .input {
    border: 1px solid #ccc;
    padding: 8px 15px;
    color: var(--theme2);
    outline: none;
}

.simulador .input:focus {
    border-color: var(--theme2);
}

.simulador .input::placeholder {
    color: #dde3ea;
    font-size: 16px;
}

.produto h2,
.produto .h2 {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    color: var(--theme2);
    font-weight: 600;
}

.produto .produtosTipos .col {
    font-size: 18px;
    /* color: #8f8f8f; */
    cursor: pointer;
}

.produtosTipos svg {
    height: 40px;
    margin-right: 15px;
}

.produto .produtosTipos .col.active svg>* {
    fill: var(--theme);
}

.produto .produtosTipos .col.active {
    color: var(--theme);
}

.produto .cls-1 {
    fill: #8f8f8f;
    fill-rule: evenodd;
}

/*Primeiro botao*/
.produto button.yellow-button {
    border: 0;
    cursor: pointer;
}

/*Segundo botao*/
.produto button.yellow-button {
    border: 0;
    cursor: pointer;
}

.yellow2-button {
    display: none;
}

.produto .nav-link {
    text-decoration: none;
    /* color: #8f8f8f; */
    font-size: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem 0.5rem 0;
    position: relative;
}

.produto .nav-link svg {
    /* flex-basis: 35%; */
    margin-right: 15px;
    height: 40px;
}

@media (max-width: 768px) {
    .produto .nav-link svg {
        margin-left: 15px;
    }
}

.produto .nav-link.active,
.produto .nav-link.active svg>* {
    color: var(--theme);
    fill: var(--theme);
}

/* .produto .nav-link.active:before {
    content: '';
    position: absolute;
    display: block;
    border: 9px solid var(--theme2);
    border-color: transparent transparent var(--theme2) transparent;
    bottom: -9px;
    right: calc(50% - 9px);
} */

.produto ul.nav {
    border-bottom: 2px solid var(--theme2);
}

.produto .tab-pane {
    /* color: #333;
    font-size: 1.1em;
    line-height: 1.4; */
}

@media(min-width: 550px) and (max-width: 768px) {
    .produto #myTab .nav-item.basis-sm-100 {
        flex-basis: 50%;
        width: 50%;
    }
}

#aquecimentoForm,
#aquecimentoResultado {
    display: none;
}

#aquecimentoResultado {
    background-image: -moz-linear-gradient(45deg, #ecb500 0%, #f2cc21 100%);
    background-image: -webkit-linear-gradient(45deg, #ecb500 0%, #f2cc21 100%);
    background-image: -ms-linear-gradient(45deg, #ecb500 0%, #f2cc21 100%);
    font-size: 2em;
    text-align: center;
    padding: 10px 0;
    box-shadow: 4px 4px 8px hsla(0, 0%, 0%, 0.2);
    transition: all .3s cubic-bezier(0.7, -0.1, 0.2, 1);
}

#aquecimentoResultado div {
    display: flex;
    max-width: 350px;
    text-align: center;
    margin: auto;
    align-items: center;
    border: 2px solid #c28104;
    padding: 0 25px;
}

#aquecimentoResultado span {
    font-size: 1.5em;
}

.investimento {
    background-color: var(--theme);
    /* display: block; */
}

.investimento h2 {
    color: var(--white);
    font-size: 16px;
}

.investimento p {
    color: #111;
    font-size: 15px;
    line-height: 22px;
}

.investimento .row .row {
    border: 1px solid #eb5618;
    padding: 15px;
    font-size: 16px;
    margin: 15px 0;
}

.investimento .row .row>div {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .investimento .row .row>div {
        margin-bottom: 15px;
    }

    .investimento .row .row>div br {
        display: none;
    }
}

.investimento .row .row>div svg {
    width: 40px;
    max-height: 30px;
    margin-right: 15px;
    /* flex-basis: 79px; */
}

.investimento .botao_rel_det {
    display: inline-block;
    color: white;
    background-color: #808080;
    pointer-events: none;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    padding: 15px;
    box-shadow: 2px 2px 4px hsla(0, 0%, 0%, 0.2);
    transition: all .2s linear;
}

.investimento .botao_rel_det:hover {
    box-shadow: none;
}

.botao_rel_det {
    color: white;
    background-color: #808080;
    cursor: pointer;
    display: inline-grid;
    pointer-events: none;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    box-shadow: 2px 2px 4px hsla(0, 0%, 0%, 0.2);
    transition: all .2s linear;
}

.botao_rel_det:hover {
    box-shadow: none;
}

.wrap {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 5.25em;
    font: 1em/1 arial, sans-serif;
}

[type="range"] {
    flex: 1;
    margin: 0;
    padding: 0;
    min-height: 1.5em;
    background: transparent;
    font: inherit;
    outline: none;
}

[type="range"],
[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    outline: none;
}

[type="range"]::-webkit-slider-runnable-track {
    box-sizing: border-box;
    border: none;
    width: 12.5em;
    height: 0.25em;
    background: #fecd00;
}

[type="range"]::-moz-range-track {
    box-sizing: border-box;
    border: none;
    width: 12.5em;
    height: 0.25em;
    background: #fecd00;
}

[type="range"]::-ms-track {
    box-sizing: border-box;
    border: none;
    width: 12.5em;
    height: 0.25em;
    background: #fecd00;
}

[type="range"]::-webkit-slider-thumb {
    margin-top: -23px;
    box-sizing: border-box;
    border: none;
    width: 100px;
    height: 50px;
    background-image: -webkit-linear-gradient(45deg, #ecb500 0%, #f2cc21 100%);
}

[type="range"]::-moz-range-thumb {
    box-sizing: border-box;
    border: none;
    width: 100px;
    height: 50px;
    background-image: -moz-linear-gradient(45deg, #ecb500 0%, #f2cc21 100%);
}

[type="range"]::-ms-thumb {
    margin-top: 0;
    box-sizing: border-box;
    border: none;
    width: 100px;
    height: 50px;
    background-image: -ms-linear-gradient(45deg, #ecb500 0%, #f2cc21 100%);
}

[type="range"]::-ms-tooltip {
    display: none;
}

[type="range"]~output {
    display: none;
}

.js [type="range"]~output {
    pointer-events: none;
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    bottom: 34px;
    /* transform: translate(calc((var(--val) - var(--min))/(var(--max) - var(--min))*11em - 50%)); */
    color: black;
    font-weight: 500;
}

/* The container */

.customRadio {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    /* color: gray; */
    font-size: 16px;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
}

/* Hide the browser's default radio button */

.customRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
    height: 20px;
    width: 20px;
    order: -1;
    border: 2px solid #eee;
    margin-right: 10px;
}

/* On mouse-over, add a grey background color */

.customRadio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.customRadio input:checked~.checkmark {
    background-color: #fff;
    border-color: var(--theme);
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.customRadio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.customRadio .checkmark:after {
    top: 8px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: var(--theme);
}

/* Custom select */

/*the container must be positioned relative:*/

.custom-select {
    position: relative;
    font-family: Arial;
}

/* .custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

*/ .select-selected {
    background-color: white;
    border: 1px solid #ccc;
    color: gray;
}

/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: var(--theme2) transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #666;
    padding: 8px 15px;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/

.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 300px;
    overflow-y: scroll;
    border: 1px solid #dde3eb;
}

/*hide the items when the select box is closed:*/
.model01 section.topo .foto.foto-simulador {
    background-position: center;
    background-image: url('https://www.prosolarbahia.com.br/wp-content/uploads/2018/06/imagem-simulador.png')
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

@media(max-width: 420px) {
    .botao_rel_det {
        text-align: center;
    }

    .botao_rel_det {
        font-size: 14px;
        margin: auto;
        width: 90%;
    }
}

@media(max-width: 768px) {
    .basis-sm-100 {
        flex-basis: 100%;
    }

    /* .produto .nav-link.active:before {
        border-color: transparent transparent transparent var(--theme2);
        bottom: calc(50% - 10px);
        left: 0;
        right: unset;
    } */

    .h2 {
        font-size: 1.5em;
    }
}