@charset "utf-8";
.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.pb-05,
.py-05 {
    padding-bottom: .15rem !important;
}

.h-12x {
    height: 12px;
}

.z-index-10 {
    z-index: 10;
}

.h-100x {
    height: 100px;
}

.bottom-0 {
    bottom: 0;
}

.top-0 {
    top: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.h-300x {
    height: 300px;
}

.navbar-dark .navbar-toggler {
    border-color: transparent !important;
}

.bg-pleca-color {
    background: white url("../images/pleca-color.png") repeat-x center/118%;
}

.bg-gray {
    background-color: #e2e4e5;
}

.bg-gray-nav {
    background-color: #bfc0c2;
}

.text-bosch {
    color: #5e666a;
}

.mh-100 {
    min-height: 100px;
}

.btn {
    border-radius: 0;
}

.btn-gray {
    color: #444;
    background-color: #e2e4e5;
    border-color: #e2e4e5
}

.btn-gray:hover {
    color: #444;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
}

.btn-gray:focus,
.btn-gray.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.15)
}

.btn-light {
    background-color: white;
}

.border-gray {
    border-color: #d3d3d3 !important;
}

.h-100x {
    height: 100px;
}

.flex-parent {
    display: flex;
    flex-flow: row nowrap;
    /*flex-direction: row;*/
    /*flex-wrap: nowrap;*/
    justify-content: center;
    align-items: center;
}

.flex-item {
    display: flex;
    align-self: stretch;
    flex: 1 0 25%;
    align-items: center;
    flex-direction: row;
}

.flex-item .flex-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.flex-item .flex-img {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.h-15x {
    height: 15px;
}

.w-33 {
    width: 33.33%
}

.bg-resultados {
    background-color: #78BE20;
}

.bg-mejor-opcion {
    background: #78be20;
    background: -moz-linear-gradient(left, #78be20 27%, #006249 100%);
    background: -webkit-linear-gradient(left, #78be20 27%, #006249 100%);
    background: linear-gradient(to right, #78be20 27%, #006249 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#78be20', endColorstr='#006249', GradientType=1);
}

.h-50x {
    height: 53px;
}

.btn-light:not(:disabled):not(.disabled).active-primary,
.btn-outline-secondary:not(:disabled):not(.disabled).active-primary {
    color: #ffffff !important;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-light:not(:disabled):not(.disabled).active-primary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-light:not(:disabled):not(.disabled).active-primary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}

.btn-light:not(:disabled):not(.disabled).active-primary > img {
    mix-blend-mode: color-dodge;
}

td .btn {
    position: relative;
}

.rvFix.is_stuck {
    color: #fff !important;
    background-color: #026098 !important;
    border-color: #026098 !important;
    right: 5px;
    z-index: 1;
}

h3.nombre-calentador {
    font-weight: 700;
    margin-bottom: .15rem;
    text-transform: uppercase;
}

.lead.tipo-calentador {
    font-weight: 400;
    font-size: 1rem;
}

h4.ahorro-positivo {
    font-size: 1.25rem;
    font-weight: 500;
    color: #7abb30;
    margin-top: .35rem;
}

h4.ahorro-positivo .cifra {
    background: #7abb30;
    color: white;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 1rem;
}

h4.ahorro-positivo > span:last-child {
    font-size: .7rem;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
}

h4.ahorro-negativo {
    font-size: 1.25rem;
    font-weight: 500;
    color: #d42915;
    margin-top: .35rem;
}

h4.ahorro-negativo .cifra {
    background: #d42915;
    color: white;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 1rem;
}

h4.ahorro-negativo > span:last-child {
    font-size: .7rem;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
}

h4.ahorro-neutro {
    font-size: 1.25rem;
    font-weight: 500;
    color: #e7ae03;
    margin-top: .35rem;
}

h4.ahorro-neutro > span {
    font-size: .7rem;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}

.positivo .cifra {
    background: #7abb30;
    color: white;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 1rem;
}
.positivo .progress-bar{
  background: #7abb30;
}
.neutro .cifra {
    background: #e7ae03;
    color: white;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 1rem;
}
.neutro .progress-bar{
  background: #e7ae03;
}
.negativo .cifra {
    background: #d42915;
    color: white;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 1rem;
}
.negativo .progress-bar{
  background: #d42915;
}
select.active {
    background: #207bff !important;
    border-color: #207bff !important;
    color: white;
}

.winner {
    position: relative;
}

footer {
    margin-top: 120px;
}

footer:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 16px;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('../images/pleca-footer-movil.svg');
}