﻿:root {
    --line-border-fill: #EB2626;
    --line-border-empty: #d4d4d4;
    --text-primary: #EB2626;
    --text-bg-header: #FFFFFF;
    --height-input: 25px;
    --color-icon: #666;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --size-text-title: 14px;
    --size-text-title-1: 12px;
}

body {
    margin: 0;
    box-sizing: border-box;
    font-size: 0.75rem;
    color: #333;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(/images/left_background_color3-1.png), url(/images/right_background-1.png);
    background-position: -2% 100%, 101% 25%;
    background-repeat: no-repeat no-repeat;
    background-origin: border-box;
    background-clip: border-box;
}
.irs-catalog{
    color:var(--color-icon);
}
.text-title{
    font-size:var(--size-text-title);
}
.text-title-1 {
    font-size: var(--size-text-title-1);
}
.header-logo {
    width: 210px;
}
.container-1 {
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
}
.header-principal {
    position: fixed;
    z-index: 30;
    width: 100%;
    box-shadow: 0px 4px 4px 0px #888888c7;
    background: #fff;
}
.progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 100%;
    width: calc(100% - 40px);
}
.stl-card {
    margin-top: 80px;
    border: 1px solid #d4d4d4;
    padding:30px 0px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    
    width: 100%;
    display: flex;
    flex-direction: column;
}
    .stl-card p {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-bottom:0;
    }
.text-lg{
    margin-left:40px;
}
.stl-card .steps {
    display: flex;
    width: 100%;
}
.step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.step-img {
    border: 1px solid rgba(235, 38, 38, 0.15);
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(235, 38, 38, 0.1);
    margin-bottom: .5rem;
}

.t-r {
    color: var(--text-primary);
}

.step-img img {
    width: 50px;
    height: 50px;
}

.step {
    width: 50%;
}

.progress-container::before {
    content: '';
    background-color: var(--line-border-empty);
    height: 4px;
    width: 80%;
    position: absolute;
    top: 68%;
    left: 9.2%;
    transform: translateY(-50%);
    z-index: -1;
}

.progress-bar {
    background-color: var(--line-border-fill);
    height: 4px;
    width: 0%;
    position: absolute;
    top: 68%;
    left: 9.2%;
    transform: translateY(-50%);
    z-index: -1;
    transition: .4s ease;
}

.circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: var(--text-bg-header);
    color: #190482;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--line-border-empty);
    transition: .4s ease;
}

    .circle.active {
        border: 3px solid var(--line-border-fill);
        background-color: var(--line-border-fill);
        color: var(--text-bg-header);
    }

.btn {
    background-color: var(--line-border-fill);
    color: var(--text-bg-header);
    border: none;
    font-family: inherit;
    font-weight: bold;
    padding: 0.6em 2em;
    border-radius: 5px;
    cursor: pointer;
    margin: .5em;
}

    .btn:hover {
        background-color: #EB2626;
    }

    .btn:active {
        transform: scale(.97)
    }

    .btn:disabled {
        background-color: var(--line-border-empty);
        cursor: not-allowed;
    }

.sct-header {
    padding: 10px 5px;
    margin: 0 112px 0 70px;
    background-color: var(--text-primary);
    color: var(--text-bg-header);
    font-weight: bold;
    font-size: 13px;
}

.sct-body {
    padding: 20px 40px;
    margin: 0 112px 0 70px;
    border: 1px solid #d4d4d4;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
._btn {
    background-color: var(--line-border-fill);
    color: var(--text-bg-header);
    border: none;
    font-family: inherit;
    border-radius: 0px;
    cursor: pointer;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 5px;
}
.btn-reclamos {
    color: #515562;
    background-color: #fff;
    border-color: #ddd;
    margin-bottom: 5px;
    border: 1px solid #fde9e9;    
}
.bg-reclamos {
    color: #fff;
    background-color: var(--text-primary);
}
.bg-incidencias {
    color: #fff;
    background-color: #6c757d;
}
.bg-repro {
    color: #fff;
    background-color: #6c757d;
}
.form-2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.form-21 {
    width: 48%;
    margin-right: 2%;
}

.form-22 {
    width: 50%;
    display: flex;
    flex-wrap:wrap;
}

#map {
    /*height: 100%;*/
    height:74%;
    width: 58%;
    margin-right: 2%;
}

.foto-cliente {
    width: 40%;
    height: 100%;
    object-fit: cover;
}

    .foto-cliente img {
        width: 100%;
        height: 74%;
        object-fit: cover;
    }

.form-g {
    margin-bottom: 0.5rem;
    display: flex;
}

.t-inc {
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 600;
}
.h-t {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.form-g label {
    font-weight: 600;
}

.form-g label, .form p {
    display: inline-block;
    width: 140px;
    margin: 3px 0;
}

.form-g-i {
    padding: 0 5px;
    margin-bottom: 0.5rem;
    /* background-color: #d9edf7; */
    /* color: #31708f; */
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}

.form-g input, .form-g select, .form-g textarea {
    width: 50%;
    /*border:1px solid #d4d4d4
        border-radius: 4px;
    */
    border: none;
    flex-grow: 1;
    height: var(--height-input);
}

.form-g-r {
    background-color: rgba(235, 38, 38, 0.1);
    padding: 0 5px;
    margin-bottom: 0.5rem;
}
.gwr {
    max-width: 1170px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.divider-container {
    position: relative;
    margin: 0 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .divider-container .divider {
        position: relative;
        width: fit-content;
        display: inline;
    }
        .divider-container .divider::before {
            content: "";
            display: block;
            width: 24px;
            height: 3px;
            background: #333;
            left: -40px;
            top: 17px;
            position: relative;
        }
        .divider-container .divider::after {
            content: "";
            display: block;
            width: 24px;
            height: 3px;
            background: #333;
            right: -40px;
            top: 17px;
            position: absolute;
        }
.title-informacion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d4d4d4;
    color: #fff;
}
.c-link{
    color:#333;
    text-decoration:none;
}
.c-powered {
    background: #d4d4d4;
    padding: 2px 8px;
    color: #000;
    font-weight: 600;
}
.c-header {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}
.btn-download {
    background: none;
    border: none;
    border-bottom: 1px solid #3889E8;
    padding: 2px 0;
    color: #3889E8;
    cursor: pointer;
    margin-top:0.5rem;
}
.modal-body {
    max-height: 420px;
    overflow-y: scroll;
}
.modal-title {
    font-size: 14px;
    font-weight: 600;
}
.modal-header {
    padding: .8rem 1rem;
}
.modal-body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

    .modal-body::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

        .modal-body::-webkit-scrollbar-thumb:hover {
            background: #b3b3b3;
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
        }

        .modal-body::-webkit-scrollbar-thumb:active {
            background-color: #999999;
        }

    .modal-body::-webkit-scrollbar-track {
        background: #e1e1e1;
        border-radius: 4px;
    }

        .modal-body::-webkit-scrollbar-track:hover,
        .modal-body::-webkit-scrollbar-track:active{
            background: #d4d4d4;
        }
.fi-rr-time-past,
.fi-rr-ban {
    font-size:20px;
}
@media (max-width: 768px) {
    #map {
        height: auto;
    }
    .text-lg {
        margin-left: 0px; 
    }
    .progress-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 5px 20px;
        margin-top:50px;
    }
    .header-logo{
        width:120px;
    }
    .text-title{
        font-size:12px;
    }
    .c-powered {
        margin-left: 15px;
        font-size: 10px;
    }
    .progress-container::before,
    .progress-bar {
        width: 4px;
        /*height: 75%;*/
        top: 14%;
        left: 16%;
        transform: translateX(-50%);
    }
    .s-fecha {
        position: absolute;
        left: 145px;
        margin-top: 35px;
    }
    .content-incidencias .s-fecha {
        position: absolute;
        left: initial;
        margin-top: 0;
    }
    /*
        .progress-container::before,
    .progress-bar {
        width: 4px;
        height: 75%; 
        top: 14%; 
        left: calc((100vw - 530px) / 2); 
        transform: translateX(-50%); 
    }
    */

    .steps {
        flex-direction: column;
        align-items: flex-start;
    }

    .step {
        width: auto;
        margin-bottom: 20px; 
    }

    .stl-card p {
        display: flex;
        position: absolute;
        left: 145px;
        justify-content: flex-start;
        margin-top: 0px;
        width:120px;
    }

    .circle {
        position: absolute;
        left: 102px;
    }
    .sct-body {
        width: 96%;
        padding: 10px 20px;
    }
    .form-2 {
        flex-direction: column;
    }
        .form-2 .form-21, .form-2 .form-22 {
            width: 100%;
            margin-right: 0;
        }
}
@media (max-width: 700px) {
    .progress-container::before, .progress-bar {
        left: 18%;
    }
}
@media (max-width: 500px) {
    .progress-container::before, .progress-bar {
        left: 25%;
    }
}
@media (max-width: 425px) {
    .progress-container::before,
    .progress-bar {
        left: 29%;
    }
}@media (max-width: 375px) {
    .progress-container::before,
    .progress-bar {
        left: 33%;
    }
}
@media (max-width: 320px) {
    .progress-container::before, .progress-bar {
        left: 38%;
    }
}
