

#calculador-consumo #resultado{
    padding-bottom: 6rem;
}
#calculador-consumo #resultado p.result-div{
    width: 100%;
    text-align: center;
    color: #C72855;
    font-size: 18px;
    font-family: "Raleway",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 40px 0 0 0;
}
#calculador-consumo #resultado p.result-div::before{
    background: #E0E0E0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#calculador-consumo h3::before, #calculador-consumo dl::before {
    background: transparent;
}
#calculador-consumo header{
    text-align: right;
    position: relative;
}
#calculador-consumo .opening.image{
    height: 40vw;
}
#calculador-consumo .cc_h1{
    /* position: absolute;
    top: 3vw;
    right: 30px;
    z-index: 10; */
    width: 100%;
    text-align: center;
    font-size: 2.5vw;
    color: #0F94B7;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 20px 0;
}

@media (max-width:519.98px){
    /* #calculador-consumo header{
        text-align: left;
    } */
    #calculador-consumo .cc_h1{
        font-size: 18px;
        line-height: 20px;
        /* bottom: 10px;
        top: auto;
        left: 15px;
        width: 80%; */
    }
    #calculador-consumo .cc_h1 span{
        white-space: nowrap;
    }
}
