html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

* {
    box-sizing: border-box;
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/*........................header...........................*/



.ki {
    background: #242424;
}

.kid {
    margin: auto;
    width: 100%;
    max-width: 750px;
    display: flex;
    justify-content: space-between;
}

.kid img {
    width: 35px;
    margin: 5px;

}

.menu {

    display: flex;
    flex-wrap: wrap;
    color: #fff;
    list-style: none;
    margin: 5px;



}

.menu li a {

    color: #fff;
    list-style: none;
    text-decoration: none;



}

nav ul li a {
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-size: 16px;
}

.menu li:hover > .acerca {

    border-bottom: 1px solid;

}





.contenido {
    background: url(../images/fondo.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
}


.container {
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    padding: 10px;
}



/*.........................pasos................................*/
.conta {
    margin: auto;
    width: 100%;
    max-width: 800px;
    text-align: center;
    border-radius: 5px;
    background: #fff;

}


.conta .progress-bar {

    display: flex;
    user-select: none;

}

.conta .progress-bar .step {
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.conta .progress-bar .step p {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
    margin-top: 15px;
}

.progress-bar .step .bullet {
    height: 30px;
    width: 30px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}

.progress-bar .step .bullet.active {
    border-color: #D20C7B;
    background: #D20C7B;
}

.progress-bar .step .bullet span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.progress-bar .step .bullet.active span {
    display: non;
    color: #fff;
}

.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
    position: absolute;
    content: '';
    bottom: 11px;
    right: -122px;
    height: 3px;
    width: 120px;
    background: #fff;
}

.progress-bar .step .bullet.active:after {
    background: #D20C7B;
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
}

@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}

.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
    display: none;
}

.progress-bar .step p.active {
    color: #D20C7B;
    transition: 0.2s linear;
}

.progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 75%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}

.progress-bar .step .check.active {
    display: block;
    color: #fff;
}


@media screen and (max-width:700px) {
    .kid {
        margin: auto;
        width: 100%;
        display: flex;
        padding: 0px 20px;
        justify-content: space-between;
    }

    .conta {
        margin: auto;
        width: 100%;
        text-align: center;
        border-radius: 5px;

    }


    .conta .progress-bar .step p {
        font-weight: 500;
        font-size: 16px;
        height: 40px;
        color: #000;
        margin-bottom: 8px;
    }


    .progress-bar .step .bullet:before,
    .progress-bar .step .bullet:after {
        position: absolute;
        content: '';
        bottom: 11px;
        right: -62px;
        height: 3px;
        width: 60px;
        background: #fff;
    }

}


/********************************CUERPO***************************************************/



#busc input {
    border: 1px solid #BB98C9;
    background: #F2EBF4;


}

.hide {
    display: none !important;
}

.form_block {
    display: flex;
    margin: auto;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    background: #fff;

}

.form_block > .block_header {
    background-color: #7E3D99;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.comen {
    padding-bottom: 20px;
}

.comen p {
    background: #e4e4e4;
    text-align: left;
    padding: 0px 10px;
    line-height: 22px;
    color: #000;
    font-size: 15px;

}



.form_block > .block_body {
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.form_block > .block_body > form {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    height: fit-content;
}

.form_block > .block_body > form > .form_item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form_block > .block_body > form > .form_item > label {
    flex: 0 0 40%;
    max-width: 160px;
}

.form_block > .block_body > form > .form_item input:not(input[type="checkbox"]) {
    width: 100%;
    border-radius: 3px;
    border-width: 0.4px;
    border-color: #dbdbdb;
    border-style: solid;
    box-sizing: border-box;
    padding: 5px;
    outline: none;
    resize: none;
    margin: auto;
    color: #555555;
    width: 100%;
}



.form_footer {
    width: 100%;
    max-width: 250px;
    display: flex;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 10PX;
}


.form_footer button {
    width: 300px;
    padding: 10px 5px;
    border: none;
    background: #d33f8d;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;

}

.form_footer button:hover {
    background: #D20C7B;
}







.form_block > .block_body > form > .form_item > .dias_operacion {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    overflow: hidden;
    flex-wrap: wrap;
    height: 100px;
    width: 100%;
}

.form_block > .block_body > form > .form_item > .dias_operacion > label {
    width: 110px;
}

.form_block > .block_body > form > .form_item > .grupo_horario_operacion {
    width: 100%;
    height: 500px;
}

.form_block > .block_body > form > .item_map > label {
    width: 100%;
}

.form_block > .block_body > form > .item_map > div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form_block > .block_body > form > .item_map > div > #map {
    width: 100%;
    height: 250px;
}

.form_block > .form_footer {
    width: 100%;
}

.schedule_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.schedule_container * {
    box-sizing: border-box;
}

.schedule_container .schedule_headers {
    display: flex;
    min-height: 20px;
    width: 100%;
    border-bottom: solid 1px #b1b1b1;
    top: 0;
    position: sticky;
    z-index: 1;
}

.schedule_container .schedule_headers .rows_header {
    width: 60px;
    border-right: solid 1px #b1b1b1;
}

.schedule_container .schedule_headers .columns_header {
    display: flex;
    width: 100%;
    min-width: 100px;
}

.schedule_container .schedule_headers .columns_header > div {
    width: 100%;
    overflow: hidden;
    border-right: solid 1px #b1b1b1;
}

.schedule_container .schedule_body {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 400px;
    overflow: auto;
    position: relative;
}

.schedule_container .schedule_body .rows_cont {
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 100%;
    border-right: solid 1px #b1b1b1;
}

.schedule_container .schedule_body .rows_cont > div {
    overflow: hidden;
}

.schedule_container .schedule_body .rows_cont > div > hr {
    width: calc(100% - 30px);
    border-style: none;
    border-bottom: solid #e9d8d8 1px;
    position: absolute;
    right: 0;
}

.schedule_container .schedule_body .columns_cont {
    display: flex;
    width: 100%;
    min-width: 100px;
    height: 100%;
}

.schedule_container .schedule_body .columns_cont > div {
    width: 100%;
    height: inherit;
    padding: 0 5px;
    position: relative;
    border-right: solid 1px #e9d8d8;
    overflow: hidden;
}

.schedule_container .schedule_body .columns_cont > div .schedule_item_range {
    width: 90%;
    background-color: rgba(23, 190, 207, 0.8);
    border-radius: 5%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.schedule_container .schedule_body .columns_cont > div .schedule_item_range > .content_cont {
    width: 100%;
    height: 100%;
}

.schedule_container .schedule_body .columns_cont > div .schedule_item_range .resizer {
    width: 80%;
    position: absolute;
    border-radius: 20%;
    background-color: #00dc1a;
    border: #138f21 solid 1px;
    height: 5px;
    opacity: .5;
}

.schedule_container .schedule_body .columns_cont > div .schedule_item_range .resizer[pos="top"] {
    top: -1px;
}

.schedule_container .schedule_body .columns_cont > div .schedule_item_range .resizer[pos="bottom"] {
    bottom: -1px;
}

.schedule_container .schedule_body .columns_cont > div .schedule_item_range .resizer:hover {
    width: 85%;
    opacity: 1;
}

.schedule_container .schedule_body .columns_cont > div .schedule_item_range:hover .resizer {
    opacity: 1;
}

.schedule_container .schedule_headers {
    height: 30px;
}

.schedule_container .schedule_headers .rows_header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2px;
    background-color: #dce1e4;
}

.schedule_container .schedule_headers .columns_header > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dce1e4;
    border-right-color: white;
    column-gap: 10%;
}

.schedule_container .schedule_body {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}

.schedule_container .schedule_body .rows_cont > div {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    padding: 2px 2px 2px 0;
    background-color: #e8e8e8;
}

.schedule_container .schedule_body .rows_cont > div label {
    font-size: 68%;
}

.schedule_container .schedule_body .columns_cont > .column_disable {
    opacity: .8;
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.1);
}

.schedule_container .schedule_body .columns_cont > .column_disable .schedule_item_range > .content_cont,
.schedule_container .schedule_body .columns_cont > .column_disable .schedule_item_range > .resizer {
    pointer-events: none;
}

.schedule_container .schedule_body .columns_cont > div .schedule_item_range > .btn_close_circle {
    position: absolute;
    border-radius: 50%;
    top: -2px;
    right: -2px;
    width: 15px;
    height: 15px;
    fill: #969696;
    stroke: #e1e1e1;
    cursor: pointer;
}

.schedule_container .schedule_body .columns_cont > div .schedule_item_range > .btn_close_circle:hover {
    fill: #a0a0a0;
}

.schedule_container .schedule_body .columns_cont > div .schedule_item_range > .btn_close_circle path {
    stroke-width: 8px;
}

.schedule_container .schedule_body .columns_cont > div .schedule_item_range > .content_cont {
    padding: 5px;
    opacity: .8;
}

.schedule_container .schedule_body .columns_cont > div .schedule_item_range > .content_cont label {
    font-size: 1.5vh;
    cursor: pointer;
}

/*# sourceMappingURL=styles.css.map */
