.choose-roof-container {
    margin-top: 100px;
}
.color-green {
    color: #88D66C;
}
.color-black {
    color: #1C1B1F;
}
.color-white {
    color: #ffffff;
}
.bg-style-green {
    background-color: #88D66C;
}
.bg-style-light-green {
    background-color: #DEF9C4;
}
.bg-style-light-green-selected {
    background-color: #88D66C;
    color: #ffffff!important;
}
.bg-style-black {
    background-color: #1C1B1F;
}
.fs-28 {
    font-size: 28px;
}
.lh-0 {
    line-height: 0;
}
.pl-0 {
    padding-left: 0!important;
}
.mb-minus-10 {
margin-bottom: -10px;
}
.choose-roof {
    border-left: 3px solid #88D66C;
    color: #1C1B1F;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}
.choose-roof:hover {
    color: white!important
}
.choose-roof::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #88D66C;
    z-index: 0;
    transition: left 0.4s ease;
}
.choose-roof:hover::before {
    left: 0;
}
.choose-roof > * {
    position: relative;
    z-index: 1;
}
.display-roof-image {
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.hero-container {
    background: url("../img/roof-hero-section.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hero-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.hero-container > * {
    position: relative;
    z-index: 2;
}
.choose-roof-container {
    margin-top: 100px;
}
.roof-specifications-container {
    margin-top: 100px;
}
.img-model-display {
    width: 100%;
    height: 550px;
}
.context-model-display {
    padding: 90px;
}
.choose-material {
    background: url("../img/sketch-roof.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 100px 0;
    padding: 90px 0 100px;
    background-color: #88D66C!important;
}
.roof-calculator {
    padding-top: 90px;
}
.roof-calculator-form {
    padding-bottom: 100px;
}
.btn-submit-calc {
    background: #88D66C;
    border-color: #88D66C;
}
.btn-submit-calc:hover {
    background: #88D66C;
    border-color: #88D66C;
}
#oferta .form-select:focus, #oferta .form-control:focus {
    box-shadow: 0 0 0 .1rem rgba(13,110,253,.25)!important;
}

@media only screen and (max-width: 992px) {
    .display-roof-image {
        height: 300px;
    }
    .context-model-display {
        padding-left: 0;
        padding-right: 0;
        width: 720px;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    .p-mobile-0 {
        padding: 0!important;
    }
    .hero-container {
        height: 200px;
    }
    .choose-roof-container {
        margin-top: 40px;
    }
    .roof-specifications-container {
        margin-top: 60px;
    }
    .context-model-display {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .img-model-display {
        height: 400px;
    }
    .choose-material {
        margin: 60px 0;
        padding: 50px 0 60px;
    }
    .roof-calculator {
        padding-top: 50px;
    }
    .roof-calculator-form {
        padding-bottom: 60px;
    }
    .bg-style-black-mobile {
        background-color: #1C1B1F;
    }
}