/*Override*/
:root {
    --primaryColor: #ff924a;
    --secondaryColor: #ff4343;
}

::placeholder {
    color: #000000d1;
}

/*Form*/
#formSection {
    padding: 100px 0;
}

#formSection label:not(.error):not(.termContainer),
.navbar-nav,
#formSection input[type="text"] {
    color: var(--primaryColor);
    box-shadow: 0px 4px 8px #ff424240;
}

#formSection input[type="text"] {
    color: #000;
}

#formSection label:not(.error):not(.termContainer) {
    background-image: url('/img/icons/arrow-left.svg');
}

#contactform,
#resumoContainer,
.partners-box {
    box-shadow: 0 2px 10px #ff924a6a;
}

.progress,
#resumoContainer hr,
.partners-box hr {
    background: linear-gradient(145deg, var(--primaryColor) 0%, var(--secondaryColor) 100%)
}

.part-img img {
    padding: 0 5px;
}

.controls-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

label.img-label {
    justify-content: center;
    max-width: 200px;
    min-height: 100px;
    background-image: none !important;
}

.gas label.img-label {
    max-width: 300px;
}

.img-group {
    gap: 20px;
    text-align: center;
}

#formSection .img-group .img-label .flex-column p {
    text-align: center;
}

.img-group .img-label .flex-column {
    align-items: center;
}

.step4 .img-label,
.step5:not(.company) .img-label {
    width: 100% !important;
    max-width: 300px;
    justify-content: space-evenly;
}

.step4 .img-label p:first-child,
.step5 .img-label p:first-child {
    font-weight: 700 !important;
}

.step4 .img-label p:last-child,
.step5 .img-label p:last-child {
    font-size: 12px !important;
}

.step4 .img-label p,
.step5 .img-label p {
    font-size: 16px !important;
    margin: 0 !important;
}

.gas.step5:not(.company) .img-label img {
    max-width: 45px;
}

.step4 .img-label img,
.step5:not(.company) .img-label img {
    max-width: 25px;
}

.img-label:hover {
    box-shadow: 0px 14px 20px #ff42427d !important;
    color: #fff !important;
}

.img-label img {
    margin: 0;
    max-width: 200px;
    width: 80%;
}

.number-input-container {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 10px 15px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid rgba(238, 239, 252, 1);
    background-color: rgba(238, 239, 252, 0.25);
    width: 80%;
}

#formSection .btn-minus,
#formSection .btn-plus {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
}

.active-bg,
.navbar-nav:hover {
    background-color: var(--primaryColor);
}

#formSection #step3 label span b {
    color: var(--primaryColor) !important;
}

.formTop .step1 img,
.formTop .stepBefore img {
    margin-right: 10px;
    max-width: 30px;
}

#formSection .step1 label:not(.error):not(.termContainer),
#formSection .stepBefore label:not(.error):not(.termContainer) {
    padding: 20px;
    min-width: 380px;
}

#step3 span b {
    color: var(--primaryColor) !important;
}

#formSection label:hover span,
#formSection label:hover b {
    color: #fff !important;
}

.text-container {
    width: 50%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.step2 .title {
    font-size: 16px;
    font-weight: 700;
    width: 80px;
}

.step2 .description {
    font-size: 14px;
    font-weight: 300;
}

.value {
    min-width: 17px;
    margin: 0 15px;
}

#formSection p {
    margin-bottom: 15px;
}


.navbar-nav {
    padding: 0;
}

.navbar-nav .nav-link {
    width: 90%;
    margin: auto;
}

.dropdown-menu {
    width: 100%;
}

.dropdown-menu li {
    padding: 10px 30px;
}

#navbar-valorEletricidade .dropdown-menu li:hover {
    background-image: url('/img/icons/electricidade.svg');
}

#navbar-valorGas .dropdown-menu-end li:hover {
    background-image: url('/img/icons/gas.svg');
}

#navbar-valorCompanhia img {
    max-width: 100px;
    height: 40px;
    margin: 0;
    object-fit: contain;
}

.step2 .description {
    min-width: 150px;
    text-align: left;
}

#formSection p {
    margin-left: 0;
}

#navbar-valorCompanhia .dropdown-menu-end li {
    display: flex;
    align-items: center;
}

#formSection button:hover {
    background: var(--secondaryColor);
}

#formSection .gas p {
    font-size: 17px;
}

#formSection .gas legend {
    font-size: 22px;
}

@media(max-width: 1400px) {
    .gas label.img-label {
        max-width: 275px;
    }
}

@media(max-width: 1200px) {
    #formSection label:not(.error):not(.termContainer) {
        width: 100%;
    }

    .gas label.img-label {
        max-width: 90%;
    }

    .gas .img-group {
        justify-content: center;
    }
}

@media(max-width: 1100px) {
    .step2 .description {
        font-size: 12px;
    }
}

@media(max-width: 992px) {

    .form-steps,
    .number-input-container {
        align-items: center;
    }

    .step2 .description {
        font-size: 14px;
        min-width: 100%;
        text-align: center;
    }

    .text-container,
    .number-input-container {
        flex-direction: column;
    }

    .number-input-container {
        justify-content: center;
        gap: 20px;
    }

    #formSection label span {
        font-size: 12px;
        text-align: left;
    }

    #formSection label span b {
        font-size: 16px;
        text-align: left;
    }

    #formSection p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .text-container {
        width: 100%;
    }

    .dropdown-menu li {
        padding: 10px 50px;
    }

    .img-label img {
        width: 100%;
        max-width: 250px;
    }

    label.img-label {
        padding: 15px !important;
        max-width: 180px;
        min-height: 80px;
    }

    .partners-box {
        display: none;
    }

    #formSection label:not(.error):not(.termContainer) {
        background-color: var(--primaryColor);
        color: #fff !important;
        background-image: url('/img/icons/arrow-left-white.svg');
    }

    #formSection fieldset.company label:not(.error):not(.termContainer) {
        background-color: #fff !important;
        color: var(--primaryColor) !important;
    }

    #formSection label span,
    #formSection label span b {
        color: #fff !important;
    }

    .formTop .step1 img,
    .formTop .stepBefore img {
        margin: 0 10px 0 0;
    }
}

@media(max-width: 500px) {

    #formSection .step1 label:not(.error):not(.termContainer),
    #formSection .stepBefore label:not(.error):not(.termContainer) {
        padding: 20px;
        min-width: 0;
    }

    .step4 .img-label,
    .step5:not(.company) .img-label {
        justify-content: space-evenly;
    }
}

@media(max-width: 450px) {
    .progress-info {
        width: 30%;
    }

    #contactform {
        padding: 35px 20px;
    }

    .progress-container {
        align-items: center;
    }
}

@media (max-width: 375px) {
    label.img-label {
        max-width: 125px;
    }

    .tyPage h1 {
        font-size: 20px;
    }

    .tyPage h2 {
        font-size: 14px;
    }
}

.tyPage {
    min-height: 300px;
    background-color: #fff;
    padding: 20px 40px;
    gap: 20px;
    text-align: center;
    box-shadow: 0 2px 10px #ff924a6a;
}

.tyPage h1 {
    font-weight: 600;
    background: -webkit-linear-gradient(210deg, var(--primaryColor), var(--secondaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tyPage h2 {
    margin: 0;
}