@import url('/local/templates/torensnew/dev/cap_repair/fonts/fonts.css');

.main_wrapper_repair {
    font-size: 20px;
    color: #202126;
}

.section_what_repair {
    overflow: hidden;
}

.title_repair {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #E31F23;
}

.section_what_repair .title_repair {
    margin-bottom: 40px;
}

.what_repair_caption {
    padding-top: 60px;
}

.row-30 {
    margin-bottom: -40px;
}

.row-30 > * {
    margin-bottom: 40px;
}

.section_when_repair {
    overflow: hidden;
}

.section_when_repair .title_repair {
    margin-bottom: 25px;
}

.when_repair_caption {
    z-index: 1;
}

.list_marked {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list_marked > li::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: .38em;
    height: .38em;
    margin-right: .62em;
    border-radius: 50%;
    background-color: #171724;
}

.section_action_repair {
    padding: 40px 0 40px;
    background-color: #E31F23;
    color: #ffffff;
    margin: 100px 0 20px;
}

.section_action_repair .title_repair {
    color: #ffffff;    
    margin-bottom: 50px;
}

.section_action_repair .cap_repair_btn {
    width: auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.section_filter_repair .title_repair {
    margin-bottom: 50px;
}

@media (max-width: 1599.98px) {
    .action_repair_img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

    .section_action_repair .cap_repair_btn {
        position: absolute;
        top: 50%;
    }
}

@media (max-width: 1399.98px) {
    .section_what_repair {
        padding-bottom: 60px;
    }

    .section_what_repair br {
        display: none;
    }

    .what_repair_img img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

    .when_repair_img img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

    .section_when_repair br {
        display: none;
    }
}



@media (min-width: 992px) {
    .action_repair_img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 1200px) {
    .title_repair {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (min-width: 1400px) {
    .what_repair_img img {
        transform: translateX(-50%);
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .when_repair_img {
        z-index: -1;
        margin-bottom: 3rem;
    }

    .when_repair_img img {
        transform: translate(-15%, 3rem);
    }
}

@media (min-width: 1600px) {
    .col_action_repair {
        padding-bottom: 25px;
    }

    .action_repair_img {
        transform: translate(15%, -60%);
    }
}