/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*#modalContainer {*/
/*    display: none;*/
/*    position: fixed;*/
/*    z-index: 999;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: black;*/
/*    background-color: rgba(0, 0, 0, 0.4);*/
/*}*/

.modal-content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: black;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-backdrop {
    display: none;
}

.modal {
    background: rgba(0,0,0,0.5);
}

/*.containder-close {*/
/*    width: 20rem;*/
/*}*/

/*.containder-close .close {*/
/*    color: #aaa;*/
/*    text-align: right;*/
/*    font-size: 1.5rem;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*}*/

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -20rem;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -20rem;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FB2929;
    font-family: "Corbel";
    color: #FFFFFF;
    z-index: 2;
    height: auto;
    padding: 90px 2rem 20px;
}

@media screen and (min-width: 350px) {
    .header {
        height: 0 3rem;
    }
}

@media screen and (min-width: 516px) {
    .header {
        height: 0 3.2rem;
    }
}

@media screen and (min-width: 768px) {
    .header {
        height: 100%;
    }
}

@media screen and (min-width: 350px) {
    .header {
        padding: 100px 2rem 20px;
    }
}

@media screen and (min-width: 768px) {
    .header {
        padding: 0 2rem;
    }
}

@media screen and (min-width: 992px) {
    .header {
        padding: 0 3rem;
    }
}

@media screen and (min-width: 1200px) {
    .header {
        padding: 0 5rem;
    }
}

.header .title, .header .subtitle {
    /*text-transform: uppercase;*/
    line-height: normal;
}

.header .title {
    font-weight: bold;
    font-size: 1.8rem;
}

@media screen and (min-width: 350px) {
    .header .title {
        font-size: 2rem;
    }
}

@media screen and (min-width: 516px) {
    .header .title {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 768px) {
    .header .title {
        font-size: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .header .title {
        font-size: 3.2rem;
    }
}

@media screen and (min-width: 1200px) {
    .header .title {
        font-size: 3.3rem;
    }
}

.header .subtitle {
    margin-top: 1rem;
    font-size: 0.6rem;
}

@media screen and (min-width: 516px) {
    .header .subtitle {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 768px) {
    .header .subtitle {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 992px) {
    .header .subtitle {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1200px) {
    .header .subtitle {
        font-size: 1.1rem;
    }
}

.content {
    color: #656565;
    background-color: #FFFFFF;
    padding: 0.6rem 1rem;
}

@media screen and (min-width: 350px) {
    .content {
        padding: 1rem 2rem;
    }
}

@media screen and (min-width: 516px) {
    .content {
        padding: 2rem 3rem 2rem 3rem;
    }
}

@media screen and (min-width: 768px) {
    .content {
        padding: 3rem 4rem 3rem 3rem;
    }
}

@media screen and (min-width: 992px) {
    .content {
        padding: 5rem 4.5rem 5rem 3rem;
    }
}

@media screen and (min-width: 1200px) {
    .content {
        padding: 7rem 6.5rem 7rem 4rem;
    }
}

@media (min-width: 768px) {
    .content {
        height: 100%;
        overflow-y: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 4.5rem;
        margin-top: 0;
        max-height: 100vh;
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .content {
        margin-top: 3rem;
    }
}

@media screen and (min-width: 768px) and (min-width: 992px) {
    .content {
        margin-top: 4rem;
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .content {
        margin-top: 5rem;
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .content {
        max-height: calc(100vh - 7.5rem);
    }
}

@media screen and (min-width: 768px) and (min-width: 992px) {
    .content {
        max-height: calc(100vh - 8.5rem);
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .content {
        max-height: calc(100vh - 9.5rem);
    }
}

.content form {
    padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .content form {
        padding-bottom: 0.1rem;
    }
}

.content section {
    margin-bottom: 2rem;
}

.content section .title {
    width: 100%;
    margin: 2rem 0 0.5rem;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Corbel";
    cursor: pointer;
    border-bottom: solid 1px rgba(101, 101, 101, 0.3);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: right center;
}

.content section .subtitle {
    font-size: small;
    font-weight: bold;
    margin: 1rem 0 0.5rem;
    /*text-transform: uppercase;*/
}

.content section .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.content section input {
    color: #656565;
}

.content .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 4.5rem;
    z-index: 1;
    background-color: #FFFFFF;
    -webkit-box-shadow: -1px 5px 12px 0px rgba(101, 101, 101, 0.3);
    box-shadow: -1px 5px 12px 0px rgba(101, 101, 101, 0.3);
}

.content .footer .row {
    width: 100vw;
}

.content .footer .row .left-col {
    background-color: #FB2929;
}

@media (max-width: 768px) {
    .content .footer .row .left-col {
        display: none;
    }
}

/*.content .footer .row .right-col {*/
/*    padding-right: 1rem;*/
/*}*/

/*@media screen and (min-width: 350px) {*/
/*    .content .footer .row .right-col {*/
/*        padding-right: 2rem;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 516px) {*/
/*    .content .footer .row .right-col {*/
/*        padding-right: 3rem;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .content .footer .row .right-col {*/
/*        padding-right: 4rem;*/
/*    }*/
/*}*/

@media screen and (min-width: 992px) {
    .content .footer .row .right-col {
        padding-right: 5rem;
    }
}

@media screen and (min-width: 1200px) {
    .content .footer .row .right-col {
        padding-right: 7rem;
    }
}

.content .footer .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Corbel";
    text-transform: uppercase;
    border-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 60%;
    margin: 0.9rem auto 0.9rem auto;
    font-weight: bold;
    font-size: 12px;
}

.content .footer .btn {
    cursor: pointer;
    font-family: "Corbel";
    text-transform: uppercase;
    border-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 12px;
    color: #656565;
    border: solid 1px #656565;
    background-color: #FFFFFF;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

@media screen and (min-width: 350px) {
    .content .footer .button {
        font-size: 14px;
    }
}

@media screen and (min-width: 350px) {
    .content .footer .btn {
        font-size: 14px;
    }
}

@media screen and (min-width: 446px) {
    .content .footer .btn {
        padding: 1rem;
    }
}

.content .footer .button.default-color {
    color: #656565;
    border: solid 1px #656565;
    background-color: #FFFFFF;
}

@font-face {
    font-family: "Roboto";
    src: url(https://www.g9energy.pt/general/assets/fonts/roboto/Roboto-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Corbel";
    src: url(https://www.g9energy.pt/general/assets/fonts/corbel/CORBEL2.TTF) format("truetype");
}

body {
    height: auto;
    overflow-x: hidden;
    color: white;
    font-family: "Roboto", sans-serif;
    background-color: #FB2929;
}

body.active {
    overflow: hidden;
}

a, a:hover, a:visited {
    color: inherit;
    text-decoration: inherit;
}

p {
    margin-bottom: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/*::-webkit-input-placeholder {*/
/*    !* Chrome, Firefox, Opera, Safari 10.1+ *!*/
/*    color: rgba(101, 101, 101, 0.3);*/
/*}*/

/*::-moz-placeholder {*/
/*    !* Chrome, Firefox, Opera, Safari 10.1+ *!*/
/*    color: rgba(101, 101, 101, 0.3);*/
/*}*/

/*:-ms-input-placeholder {*/
/*    !* Chrome, Firefox, Opera, Safari 10.1+ *!*/
/*    color: rgba(101, 101, 101, 0.3);*/
/*}*/

/*::-ms-input-placeholder {*/
/*    !* Chrome, Firefox, Opera, Safari 10.1+ *!*/
/*    color: rgba(101, 101, 101, 0.3);*/
/*}*/

/*::placeholder {*/
/*    !* Chrome, Firefox, Opera, Safari 10.1+ *!*/
/*    color: rgba(101, 101, 101, 0.3);*/
/*}*/

input.error {
    border-color: #E28528 !important;
}

input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="datetime-local"], input[type="date"], input[type="time"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 2.5rem;
    min-width: 1rem;
    padding: 0.5rem 1rem;
    font-size: 16px;
    color: #656565;
    background-color: #FFFFFF;
    border: 1px solid rgba(101, 101, 101, 0.3);
    border-radius: 2rem;
}

select {
    background: url(https://www.g9energy.pt/general/assets/icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 2.5rem;
    min-width: 1rem;
    padding: 0.5rem 1rem;
    font-size: 16px;
    color: #656565;
    background-color: #FFFFFF;
    border: 1px solid rgba(101, 101, 101, 0.3);
    border-radius: 2rem !important;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    /*width: 100%;*/
    /*padding: 0.7rem 1rem;*/
    /*width: 100%;*/
    /*font-size: 16px;*/
    /*color: #656565;*/
    /*background-color: #FFFFFF;*/
    /*border-radius: 2rem;*/
}

/*select::-ms-expand {*/
/*    display: none;*/
/*}*/

table {
    font-size: 14px;
}

.help-icon {
    background-image: url(https://www.g9energy.pt/general/assets/icons/help.svg);
    background-repeat: no-repeat;
    background-position: right;
    width: 1rem;
    height: 100%;
}

#submit-call-error, #submit-call-error-response {
    display: none;
    text-align: center;
    color: #E28528;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.hidden {
    display: none;
}

.no-mobile {
    display: none;
}

@media screen and (min-width: 516px) {
    .no-mobile {
        display: block;
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100vw;
    max-width: calc(100vw);
    z-index: 997;
    background: #FB2929;
    padding: 15px;
    padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    header {
        background: transparent;
    }
}

@media screen and (min-width: 375px) {
    header {
        padding: 20px 15px;
    }
}

@media screen and (min-width: 768px) {
    header {
        padding: 30px 40px;
    }
}

@media screen and (min-width: 992px) {
    header {
        padding: 30px 50px;
    }
}

@media screen and (min-width: 1200px) {
    header {
        padding: 30px 80px;
    }
}

header.transparent {
    background: transparent;
}

header .item {
    margin: 0 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 10px;
}

header .item.logo {
    width: 20rem;
    height: 3rem;
    max-height: 9vw;
    background: url(https://www.g9energy.pt/general/assets/icons/logo.svg) no-repeat top left;
    background-size: contain;
    height: 1.6rem;
}

@media screen and (min-width: 375px) {
    header .item.logo {
        height: 2rem;
    }
}

@media screen and (min-width: 768px) {
    header .item.logo {
        height: 3rem;
    }
}

header .item.account-button {
    background: no-repeat top left;
    background-size: contain;
    background-image: url(https://www.g9energy.pt/general/assets/icons/avatar.svg);
}

@media screen and (min-width: 768px) {
    header .item.account-button {
        background-image: url(https://www.g9energy.pt/general/assets/icons/avatar2.svg);
    }
}

header .header-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row:not(.with-margin) {
    margin: 0 !important;
}

.container, .container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.menu-button {
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 10px;
    background: no-repeat top left;
    background-size: contain;
    background-image: url(https://www.g9energy.pt/general/assets/icons/menu.svg);
}

@media screen and (min-width: 768px) {
    .menu-button {
        background-image: url(https://www.g9energy.pt/general/assets/icons/menu2.svg);
    }
}

/*******************************************************************************************************
*******************************                                          *******************************
*******************************                    MENU                  *******************************
*******************************                                          *******************************
********************************************************************************************************/
.menu-background {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 101%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 998;
}

.menu-background.active {
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    overflow: hidden;
}

.menu {
    position: fixed;
    height: 100vh;
    right: -105%;
    width: 500px;
    max-width: calc(100% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
    z-index: 999;
}

.menu.active {
    right: 0;
    -webkit-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
}

.menu .menu-button {
    position: absolute;
    left: -30px;
    cursor: pointer;
    top: 15px;
}

@media screen and (min-width: 375px) {
    .menu .menu-button {
        top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .menu .menu-button {
        top: 30px;
    }
}

.menu .menu-container {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FB2929;
    color: #FFFFFF;
    padding-bottom: 40px !important;
}

@media screen and (min-width: 992px) {
    .menu .menu-container {
        padding-bottom: 10px !important;
    }
}

.menu .menu-container .menu-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 3rem;
}

.menu .menu-container .menu-links {
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8;
}

.menu .menu-container .menu-links .link {
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0.6rem 0;
    font-size: small;
    font-size: small;
    margin: 0.6rem 0;
}

@media screen and (min-width: 576px) {
    .menu .menu-container .menu-links .link {
        font-size: medium;
    }
}

@media screen and (min-width: 1200px) {
    .menu .menu-container .menu-links .link {
        font-size: large;
    }
}

@media screen and (min-width: 768px) {
    .menu .menu-container .menu-links .link {
        margin: 0.7rem 0;
    }
}

@media screen and (min-width: 992px) {
    .menu .menu-container .menu-links .link {
        margin: 0.8rem 0;
    }
}

.menu .menu-container .menu-sub-links {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.menu .menu-container .menu-sub-links .link {
    display: block;
    margin: 0.5rem 0;
    font-size: x-small;
    cursor: pointer;
    font-size: x-small;
    margin: 0.5rem 0;
}

@media screen and (min-width: 576px) {
    .menu .menu-container .menu-sub-links .link {
        font-size: small;
    }
}

@media screen and (min-width: 768px) {
    .menu .menu-container .menu-sub-links .link {
        margin: 0.7rem 0;
    }
}

@media screen and (min-width: 992px) {
    .menu .menu-container .menu-sub-links .link {
        margin: 0.8rem 0;
    }
}

.menu .menu-container .menu-footer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.menu .menu-container .menu-footer img, .contacts-footer img {
    height: 20px;
}

@media screen and (min-width: 375px) {
    .menu .menu-container .menu-footer img, .contacts-footer img {
        height: 30px;
    }
}

.social, .complaints, .copyright {
    height: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social, .complaints {
    cursor: pointer;
}

.social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.complaints {
    margin: 0 18px 10px;
    padding: 0 0 0 18px;
    border-left: solid 1px #FFFFFF;
    /*border-right: solid 1px #FFFFFF;*/
}

.copyright {
    font-size: x-small;
    margin-bottom: 10px;
}

/*******************************************************************************************************
*******************************                                          *******************************
*******************************                    CALL                  *******************************
*******************************                                          *******************************
********************************************************************************************************/
.call {
    position: fixed;
    left: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
    z-index: 997;
    -webkit-box-shadow: -1px 5px 8px 0px rgba(101, 101, 101, 0.3);
    box-shadow: -1px 5px 8px 0px rgba(101, 101, 101, 0.3);
    top: 20vh;
}

@media screen and (min-width: 768px) {
    .call {
        top: 15vh;
    }
}

.call.active {
    left: 50px;
    -webkit-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
}

@media screen and (min-width: 350px) {
    .call.active {
        left: calc(100% - 300px);
    }
}

.call .call-float-button {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(https://www.g9energy.pt/general/assets/icons/call.svg) no-repeat center;
    background-size: 25px;
    background-color: #FB2929;
    -webkit-box-shadow: -1px 5px 8px 0px rgba(101, 101, 101, 0.3);
    box-shadow: -1px 5px 8px 0px rgba(101, 101, 101, 0.3);
}

.call .call-form {
    width: 300px;
    max-width: calc(100vw - 50px);
    padding: 1.4rem 1.6rem;
    color: #656565;
    background-color: #FFFFFF;
}

.call .call-form .title {
    padding: 5px 0;
    font-weight: bold;
    font-family: "Corbel";
    text-transform: uppercase;
    font-size: x-small;
}

@media screen and (min-width: 350px) {
    .call .call-form .title {
        font-size: small;
    }
}

.call .call-form .subtitle {
    line-height: normal;
    margin-bottom: 5px;
    font-size: x-small;
}

@media screen and (min-width: 350px) {
    .call .call-form .subtitle {
        font-size: small;
    }
}

.call .call-form input {
    padding: 0.5rem 1rem;
    width: 100%;
    font-size: 16px;
    border: 1px solid rgba(101, 101, 101, 0.3);
    border-radius: 20px;
    background-color: #FFFFFF;
}

.call .call-form .button {
    width: 100%;
    margin: 1rem auto 0;
    padding: 0.7rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Corbel";
    text-transform: uppercase;
    border-radius: 2rem;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    background-color: #FB2929;
    font-size: 12px;
}

@media screen and (min-width: 350px) {
    .call .call-form .button {
        font-size: 14px;
    }
}

/*******************************************************************************************************
*******************************                                          *******************************
*******************************                 G-captcha                *******************************
*******************************                                          *******************************
********************************************************************************************************/
.g-recaptcha-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*******************************************************************************************************
*******************************                                          *******************************
*******************************                   TOAST                  *******************************
*******************************                                          *******************************
********************************************************************************************************/
#toast-container {
    z-index: 9999;
    right: 4rem;
    top: 13rem;
    position: fixed;
}

@media screen and (min-width: 768px) {
    #toast-container {
        top: 5rem;
    }
}

#toast-container.toast-homepage {
    top: 5rem;
}

.toast {
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom-width: 5px;
    border-bottom-color: #6c757d;
    border-radius: 0px;
    height: auto;
    min-height: 6.5rem;
    width: 80vw;
    max-width: 20rem;
    border-bottom-left-radius: 0.20rem;
    border-bottom-right-radius: 0.20rem;
    background: #FFFFFF;
}

.toast.show {
    z-index: 9999;
}

.toast.toast-success {
    border-bottom-color: #28a745;
}

.toast.toast-danger {
    border-bottom-color: #dc3545;
}

.toast.toast-warning {
    border-bottom-color: #ffc107;
}

.toast.toast-info {
    border-bottom-color: #17a2b8;
}

.toast.toast-error {
    border-bottom-color: #dc3545;
}

.toast .icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 1.5rem;
    margin-right: 0.5rem;
    margin-top: -0.3rem;
}

.toast .close {
    color: black;
}

.toast .title {
    font-size: 1.1rem;
    padding-top: 29px;
}

.toast .toast-header {
    border-bottom: 0px;
    border-radius: 0px;
    padding: 0;
    background-color: transparent;
}

.toast .toast-body {
    color: #656565;
    font-size: small;
}

.toast .padding-left {
    margin-left: 1.6rem;
    margin-top: -0.9rem;
}

/*******************************************************************************************************
*******************************                                          *******************************
*******************************                    FORM                  *******************************
*******************************                                          *******************************
********************************************************************************************************/
.align-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.input-group label {
    width: 100%;
    -webkit-box-ordinal-group: -98;
    -ms-flex-order: -99;
    order: -99;
}

.input-group input {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
}

.input-group input.padding-icon {
    padding-right: 2.2rem;
}

.input-group input.padding-icons {
    padding-right: 3.7rem;
}

.form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    width: 100%;
}

.form-group label {
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
}

.form-group input {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
}

.form-group input.padding-icon {
    padding-right: 2.2rem;
}

.form-group input.padding-icons {
    padding-right: 3.7rem;
}

.form-group.bordered .help-icon {
    border-left: solid 1px rgba(101, 101, 101, 0.3);
    width: 1.5rem;
}

.form-group.bordered small ~ .help-icon {
    margin-left: 0;
}

.form-group .label-radio {
    padding-left: 2rem;
    position: relative;
}

/*.form-group textarea:hover,*/
/*.form-group input:hover,*/
/*.form-group textarea:active,*/
/*.form-group input:active,*/
/*.form-group textarea:focus,*/
/*.form-group input:focus,*/
/*.form-group button:focus,*/
/*.form-group button:active,*/
/*.form-group button:hover,*/
/*.form-group label:focus,*/
/*.form-group .btn:active,*/
/*.form-group .btn.active {*/
/*    outline: 0px !important;*/
/*    -webkit-appearance: none;*/
/*    box-shadow: none !important;*/
/*}*/

/*.form-group .select-btn button {*/
/*    border: none;*/
/*    padding: 0.55rem 1rem;*/
/*    border-radius: 2rem;*/
/*    background: transparent !important;*/
/*}*/

/*.form-group .select-btn .filter-option-inner-inner {*/
/*    font-size: 15px;*/
/*    color: #656565;*/
/*}*/

/*.bootstrap-select.disabled {*/
/*    background-color: #E9ECEF;*/
/*}*/

/*.bootstrap-select.form-control {*/
/*    border: 1px solid rgba(101, 101, 101, 0.3);*/
/*    border-radius: 2rem !important;*/
/*}*/

.info-message {
    display: inline-block;
    padding-top: 10px;
    font-size: small;
    border-top: solid 1px rgba(101, 101, 101, 0.3);
}

.disabled-label {
    color: #D8D1D8;
}

.dropdown-toggle .dropdown-toggle::after {
    display: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: black;
    background-color: #F3F3F3;
}

.dropdown-item, .dropdown-item {
    background-color: white;
    font-size: 15px;
    color: #656565;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #F3F3F3;
}

.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0px 0px 11px -6px #706e70;
    box-shadow: 0px 0px 11px -6px #706e70;
}

/*.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {*/
/*    -webkit-appearance: none;*/
/*    box-shadow: none !important;*/
/*    outline: 0px !important;*/
/*}*/

.input-seach {
    padding: 1rem;
}

.input-search {
    padding: 1rem;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 900;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    border: 0 !important;
    text-align: left;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 11px -6px #706e70;
    box-shadow: 0px 0px 11px -6px #706e70;
    background-clip: padding-box;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 0.5rem !important;
    clear: both;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
}

.ui-autocomplete > li > div:hover {
    background-color: #F3F3F3;
    color: #333333;
    border: 1px solid #F3F3F3;
}

.ui-menu .ui-menu-item-wrapper {
    background-color: white;
    color: black;
    border: 1px solid white;
    margin: 0;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {*/
/*    flex: 1;*/
/*}*/

.icon-clock {
    padding-left: 2.5rem !important;
    background: url(https://www.g9energy.pt/general/assets/icons/clock.svg);
    background-repeat: no-repeat;
    background-position: 1rem 50%;
}

.icon-calendar {
    padding-left: 2.5rem !important;
    background: url(https://www.g9energy.pt/general/assets/icons/calendar.svg);
    background-repeat: no-repeat;
    background-position: 1rem 50%;
}

/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    background-color: white;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: white;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #FB2929;
}

.container-checkbox input:disabled ~ .checkmark {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Show the checkmark when checked */
.container-checkbox input:disabled:checked ~ .checkmark:after {
    display: block;
    border-color: #D8D1DF;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
}

/*.select-icon {*/
/*    background: url(https://www.g9energy.pt/general/assets/icons/arrow.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: 90% 60%;*/
/*}*/

/* Customize the label (the container) */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio {
    position: absolute;
    left: calc(50% - 10px);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #ccc;
}

/* When the radio button is checked */
.container-radio input:checked ~ .radio {
    border: 1px solid #FB2929;
}

/* When the radio button is disabled */
.container-radio input:disabled ~ .radio {
    border: 1px solid #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .radio:after {
    display: block;
    background-color: #FB2929;
}

.container-radio input:disabled ~ .radio:after {
    background-color: #D8D1DF;
}

/* Style the indicator (dot/circle) */
.container-radio .radio:after {
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*.bootstrap-select .dropdown-menu li a {*/
/*    padding: 0.5rem;*/
/*}*/

.dropdown-menu.show {
    border: 0;
}

/*******************************************************************************************************
*******************************                                          *******************************
*******************************                  LOADING                 *******************************
*******************************                                          *******************************
********************************************************************************************************/
.loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(101, 101, 101, 0.3);
    z-index: -100;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.loader.loading {
    visibility: visible;
    z-index: 9999;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/*******************************************************************************************************
*******************************                                          *******************************
*******************************               FORM-CONTROL               *******************************
*******************************                                          *******************************
********************************************************************************************************/
.form-control[readonly] {
    background-color: initial;
}

.form-control,
.form-control:focus,
.form-control.is-valid,
.form-control.is-invalid,
.form-control.is-valid:focus,
.form-control.is-invalid:focus {
    border: 1px solid rgba(101, 101, 101, 0.3);
}

.form-control.is-valid {
    background-image: url(https://www.g9energy.pt/general/assets/icons/fontawesome/success.svg);
}

.form-control.is-invalid {
    background-image: url(https://www.g9energy.pt/general/assets/icons/fontawesome/warning.svg);
}

.form-control.is-valid, .form-control.is-invalid {
    background-size: 16px !important;
    padding-right: 2rem;
}

.dropdown.form-control.is-valid {
    padding-right: 1.45rem;
}

.valid-feedback.feedback-icon,
.invalid-feedback.feedback-icon {
    position: absolute;
}

.invalid-feedback {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    float: right;
    text-align: right;
    color: #E28528;
}

.input-group-append {
    background-color: #FFFFFF;
    border: 1px solid rgba(101, 101, 101, 0.3);
    border-radius: 0 2rem 2rem 0;
    border-left: none;
    padding: 0 0.6rem 0 2px;
    margin-left: -2px;
    z-index: 100;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.input-group-append.disabled {
    background: #E9ECEF;
}

.input-group-append small {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 0.5rem;
}

.input-group-append + .dropdown {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.dropdown .dropdown-toggle:after {
    color: #656565 !important;
}

input:required ~ label:after {
    content: ' *';
}

input:disabled ~ .input-group-append {
    background: #E9ECEF;
}

.input-group > .form-control:not(:last-child) {
    border-radius: 2rem;
}

.input-group > .input-group-append + input.form-control {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ui-autocomplete {
    position: absolute;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.white-account-icon {
    background-image: url(https://www.g9energy.pt/general/assets/icons/avatar.svg) !important;
}

.white-menu-icon {
    background-image: url(https://www.g9energy.pt/general/assets/icons/menu.svg) !important;
}

.home {
    padding-top: 85vh;
}

@media screen and (min-width: 992px) {
    .home {
        padding-top: 92vh;
    }
}

.home .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(https://www.g9energy.pt/general/assets/images/home.jpg);
    background-size: cover;
    background-position-y: center;
    z-index: 0;
}

.home .background .intro {
    width: 100vw;
    height: 50vh;
    margin-top: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Corbel";
    padding: 0 30px;
}

@media screen and (min-width: 375px) {
    .home .background .intro {
        padding: 0 30px;
    }
}

@media screen and (min-width: 768px) {
    .home .background .intro {
        padding: 0 60px;
    }
}

@media screen and (min-width: 992px) {
    .home .background .intro {
        padding: 0 70px;
    }
}

@media screen and (min-width: 1200px) {
    .home .background .intro {
        padding: 0 100px;
    }
}

.home .background .intro .title {
    max-width: 80vw;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.8rem;
}

@media screen and (min-width: 375px) {
    .home .background .intro .title {
        font-size: 2.3rem;
    }
}

@media screen and (min-width: 516px) {
    .home .background .intro .title {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 768px) {
    .home .background .intro .title {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 992px) {
    .home .background .intro .title {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .home .background .intro .title {
        font-size: 2.6rem;
    }
}

.home .background .intro .subtitle {
    font-size: 16px;
}

@media screen and (min-width: 516px) {
    .home .background .intro .subtitle {
        font-size: 19px;
    }
}

@media screen and (min-width: 768px) {
    .home .background .intro .subtitle {
        font-size: 22px;
    }
}

@media screen and (min-width: 992px) {
    .home .background .intro .subtitle {
        font-size: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .home .background .intro .subtitle {
        font-size: 28px;
    }
}

.home .background .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home .background .buttons .button {
    padding: 0.6rem 2rem;
    font-size: 14px;
    font-weight: bold;
    margin: 0 4px;
    padding: 0.5rem 1rem;
}

@media screen and (min-width: 375px) {
    .home .background .buttons .button {
        margin: 0 6px;
    }
}

@media screen and (min-width: 516px) {
    .home .background .buttons .button {
        margin: 0 7px;
    }
}

@media screen and (min-width: 768px) {
    .home .background .buttons .button {
        margin: 0 8px;
    }
}

@media screen and (min-width: 992px) {
    .home .background .buttons .button {
        margin: 0 9px;
    }
}

@media screen and (min-width: 1200px) {
    .home .background .buttons .button {
        margin: 0 10px;
    }
}

@media screen and (min-width: 375px) {
    .home .background .buttons .button {
        padding: 0.5rem 1.3rem;
    }
}

@media screen and (min-width: 516px) {
    .home .background .buttons .button {
        padding: 0.5rem 1.4rem;
    }
}

@media screen and (min-width: 768px) {
    .home .background .buttons .button {
        padding: 0.55rem 1.6rem;
    }
}

@media screen and (min-width: 992px) {
    .home .background .buttons .button {
        padding: 0.6rem 1.7rem;
    }
}

@media screen and (min-width: 1200px) {
    .home .background .buttons .button {
        padding: 0.6rem 1.8rem;
    }
}

.home .background .buttons .button.readings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Corbel";
    text-transform: uppercase;
    border-radius: 2rem;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    background-color: transparent;
}

.home .background .buttons .button.join {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Corbel";
    text-transform: uppercase;
    border-radius: 2rem;
    color: black;
    background-color: #FFFFFF;
}

.home .background .buttons .button.simulate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Corbel";
    text-transform: uppercase;
    border-radius: 2rem;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    background-color: transparent;
}

.home .contacts {
    width: 100vw;
    min-height: 500px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
}

.home .contacts .map {
    min-height: 60vh;
}

.home .contacts .contacts-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FB2929;
    padding: 3rem 1rem 1rem;
}

@media screen and (min-width: 516px) {
    .home .contacts .contacts-info {
        padding: 3rem 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .home .contacts .contacts-info {
        padding: 3rem 2.5rem;
    }
}

@media screen and (min-width: 992px) {
    .home .contacts .contacts-info {
        padding: 3rem 3rem;
    }
}

@media screen and (min-width: 1200px) {
    .home .contacts .contacts-info {
        padding: 3rem 3.5rem;
    }
}

.home .contacts .contacts-info .title {
    font-weight: 600;
    font-family: "Corbel";
    font-size: 2.3rem;
}

@media screen and (min-width: 516px) {
    .home .contacts .contacts-info .title {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 768px) {
    .home .contacts .contacts-info .title {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 992px) {
    .home .contacts .contacts-info .title {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .home .contacts .contacts-info .title {
        font-size: 2.6rem;
    }
}

.home .contacts .contacts-info .contacts-tab .cities {
    font-size: 1.3rem;
    margin: 1.4rem 0 !important;
}

.home .contacts .contacts-info .contacts-tab .cities .city {
    cursor: pointer;
}

@media screen and (min-width: 516px) {
    .home .contacts .contacts-info .contacts-tab .cities {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px) {
    .home .contacts .contacts-info .contacts-tab .cities {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    .home .contacts .contacts-info .contacts-tab .cities {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 1200px) {
    .home .contacts .contacts-info .contacts-tab .cities {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 516px) {
    .home .contacts .contacts-info .contacts-tab .cities {
        margin: 1.6rem 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .home .contacts .contacts-info .contacts-tab .cities {
        margin: 1.8rem 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .home .contacts .contacts-info .contacts-tab .cities {
        margin: 1.9rem 0 !important;
    }
}

@media screen and (min-width: 1200px) {
    .home .contacts .contacts-info .contacts-tab .cities {
        margin: 2rem 0 !important;
    }
}

.home .contacts .contacts-info .contacts-tab .cities span {
    opacity: 0.7;
    margin: 0 20px 0 0;
}

.home .contacts .contacts-info .contacts-tab .cities .active {
    opacity: 1;
    font-weight: 600;
}

.home .contacts .contacts-info .contacts-tab .info {
    font-size: 1rem;
}

@media screen and (min-width: 516px) {
    .home .contacts .contacts-info .contacts-tab .info {
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 768px) {
    .home .contacts .contacts-info .contacts-tab .info {
        font-size: 1.15rem;
    }
}

@media screen and (min-width: 992px) {
    .home .contacts .contacts-info .contacts-tab .info {
        font-size: 1.18rem;
    }
}

@media screen and (min-width: 1200px) {
    .home .contacts .contacts-info .contacts-tab .info {
        font-size: 1.2rem;
    }
}

.home .contacts .contacts-info .message-tab {
    margin-top: 2rem;
}

.home .contacts .contacts-info .message-tab input, .home .contacts .contacts-info .message-tab textarea {
    padding: 0.72rem 1.5rem;
    margin: 0.92rem auto 0 0;
    width: 100%;
    max-width: 500px;
    font-size: 16px;
    resize: none;
    border: none;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.home .contacts .contacts-info .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 500px;
}

.home .contacts .contacts-info .buttons .button {
    margin: 2rem auto 2rem 0;
    font-weight: bold;
    font-size: 12px;
    padding: 0.6rem 1rem;
}

@media screen and (min-width: 350px) {
    .home .contacts .contacts-info .buttons .button {
        font-size: 14px;
    }
}

@media screen and (min-width: 350px) {
    .home .contacts .contacts-info .buttons .button {
        padding: 0.6rem 1.5rem;
    }
}

@media screen and (min-width: 516px) {
    .home .contacts .contacts-info .buttons .button {
        padding: 0.6rem 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .home .contacts .contacts-info .buttons .button {
        padding: 0.6rem 1.8rem;
    }
}

@media screen and (min-width: 992px) {
    .home .contacts .contacts-info .buttons .button {
        padding: 0.6rem 1.9rem;
    }
}

@media screen and (min-width: 1200px) {
    .home .contacts .contacts-info .buttons .button {
        padding: 0.6rem 2rem;
    }
}

.home .contacts .contacts-info .buttons .button.send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Corbel";
    text-transform: uppercase;
    border-radius: 2rem;
    color: black;
    background-color: #FFFFFF;
}

.home .contacts .contacts-info .buttons .button.send.active {
    margin: 2rem 0 2rem auto;
}

.home .contacts .contacts-info .buttons .button.cancel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-family: "Corbel";
    text-transform: uppercase;
    border-radius: 2rem;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    background-color: #FB2929;
}

@media (min-width: 992px) {
    .home .contacts {
        height: 80vh;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .home .contacts .contacts-info {
        margin-top: -7vh;
    }
}

.policy-page {
    width: 100vw;
    height: 100vh;
    margin: 0 !important;
    background-color: #FFFFFF;
}

.policy-page .content {
    margin-bottom: 0 !important;
    text-align: justify;
    max-height: auto;
}

@media screen and (min-width: 768px) {
    .policy-page .content {
        max-height: calc(100vh - 2rem) !important;
    }
}

@media screen and (min-width: 992px) {
    .policy-page .content {
        max-height: calc(100vh - 3rem) !important;
    }
}

@media screen and (min-width: 1200px) {
    .policy-page .content {
        max-height: calc(100vh - 5rem) !important;
    }
}

.policy-page .section-title {
    font-weight: bold;
    margin: 2.2rem 0 1rem;
}

.reading-page {
    width: 100vw;
    height: 100vh;
    margin: 0 !important;
    background-color: #FFFFFF;
}

.reading-page input[type=number]::-webkit-inner-spin-button,
.reading-page input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.reading-page .content section .title.collapsed {
    background-image: url(https://www.g9energy.pt/general/assets/icons/arrow.svg);
}

.reading-page .content section .title:not(.collapsed) {
    background-image: url(https://www.g9energy.pt/general/assets/icons/arrow2.svg);
}

.template-page {
    width: 100vw;
    height: 100vh;
    margin: 0 !important;
    background-color: #FFFFFF;
}

.template-page .content section .title.collapsed {
    background-image: url(https://www.g9energy.pt/general/assets/icons/arrow.svg);
}

.template-page .content section .title:not(.collapsed) {
    background-image: url(https://www.g9energy.pt/general/assets/icons/arrow2.svg);
}

.thanks-page {
    width: 100vw;
    height: 100vh;
    margin: 0 !important;
    background-color: #FFFFFF;
}

.thanks-page .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thanks-page .subtitle {
    text-transform: none !important;
}

.thanks-page .section-title {
    font-weight: bold;
    margin: 2.2rem 0 1rem;
}

