.calculatorContent {
    max-width: 760px;
    margin: 0 auto;
    padding: 3rem 0;
}
.calculatorContent  img {
    max-width: 90%;
}
.calculatorContent h1 {
    text-align: center;
    color: #124775;
    margin-bottom: 1.5rem;
}
.calculatorQuestions {
    max-width: 760px;
    margin: 0 auto;
}
.calculatorQuestions label {
    font-weight: 700;
    margin-bottom: .2rem !important;
    color: #124775;
}
.calculatorQuestions input, .calculatorQuestions select {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: .8rem .5rem;
}
.calculatorQuestions button {
    margin-top: 1.5rem;
}
.calculatorResults {
    display: none;
}
.resultsHeader {
    text-align: center;
}
.resultsHeader h2 {
    font-size: 24px;
    font-weight: 500;
    color: #124775;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}
.resultsHeader img {
    max-width: 120px;
}
.savingsResults {
    margin-top: 5rem;
}
.savingsResults .resultRow {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}
.savingsResults .barFill {
    height: 50px;
    border-radius: 0 4px 4px 0;
}
.resultsFirstYear {
    margin-bottom: 1.5rem;
}
.savingsResults h3 {
    color: #124775;
}
.savingsResults .maqua .bar .barFill {
    background-color: #ACEADD;
}
.savingsResults .noMaqua .bar .barFill{
    background-color: #FF9AA0;
}
.savingsResults .indicator {
    width: 90px;
}
.savingsResults .bar {
    width: calc(100% - 180px);
}
.savingsResults .value {
    width: 90px;
    padding: .5rem;
    text-align: right;
}
.planetResults {
    margin-top: 5rem;
    display: flex;
    text-align: center;
}
.planetResults .bottles {
    width: 50%;
}
.planetResults .co2 {
    width: 50%;
}
.planetCol {
    font-size: 18px;
}
.planetCol img {
    max-width: 100px;
    margin-bottom: .5rem;
}
.resultsText {
    margin-top: 5rem;
    text-align: center;
}
.resultsText h2 {
    font-size: 24px;
    font-weight: 500;
    color: #124775;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}
.resultsText img {
    max-width: 120px;
    margin: 1rem 0;
}
a.btnShop {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #FB535F;
    margin-top: 2rem;
    padding: .7rem 1.2rem;
    border-radius: 4px;
}
.variable {
    display: none;
}
.alert {
    display: none;
}
.alertError {
    background-color: #FB535F;
    color: #fff;
    padding: 1.2rem 1.7rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    margin-top: 1.5rem;
}