.sect_citas{
    padding: 30px 0px;
    background-color: rgb(249, 249, 249);
}
.citas-header{
    position: relative;
}
.citas-header-left{
    background: linear-gradient(50deg, rgb(0 80 92) 0%, rgb(255, 255, 255) 100%);
    border-radius: 8px 0px 0px 8px;
}
.citas-header-left-img{
    display: flex;
    justify-content: flex-start;
    padding: 31px 0px 37px 48px;
    border-radius: 8px;
    position: relative;
    width: 100%;
}
.citas-header-left-img img{
    border-radius: 8px;
    max-width: 150px;
}
.citas-header-right{
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 10px;
    border-radius: 8px;
    background: #ffffff; 
    max-width: 280px;
}
.citas-header-right-texteo a{
    color: rgba(26, 26, 26, 0.8);
    font-size: 14px;
}
.citas-header-right-texteo a i{
    color: #00505c;
    font-weight: 300;
}
.citas-header-right-icons ul{
    list-style: none;
    display: flex;
    align-content: center;
    justify-content: space-around;
    padding: 0;
    align-items: center;
}
.citas-header-right-icons ul li{
    background: #f9f9f9;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.citas-header-right-icons ul li a{
    display: block;
    text-align: center;
    color: #00505c;
}
/**/
.sect_services{
    padding: 30px 0px;
}
.citas-body{
    color: rgb(26, 26, 26);
    display: flex;
    flex-direction: row;
}
.citas-body-left{
    width: 250px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.content-search{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    gap: 8px;
    background-color: rgb(255, 255, 255);
}
.searchInputContent{
    display: flex;
    width: 100%;
    border: 1px solid rgb(209, 209, 209);
    padding: 8px;
    border-radius: 4px;
    transition: all 200ms ease-in-out 0s;
    margin-bottom: 16px;
}
.searchInputContent i{
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    font-size: 15px;
    -webkit-box-pack: center;
    justify-content: center;
}
.searchInputContent input{
    margin-left: 8px;
    width: 100%;
    border: 0px;
    outline: none;
    color: rgba(26, 26, 26, 0.8);
    font-family: Roboto, sans-serif;
    font-size: 14px;
}
/**/
.content-search-services{
    margin-bottom: 24px;
}
.content-search-services-nav{
    display: flex;
    flex-direction: column;
}
.content-search-services-btn{
    border-bottom: 1px solid rgba(26, 26, 26, 0.2);
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
}
.content-search-services-btn button{
    width: 100%;
    box-shadow: none;
    padding: 12px 20px;
    border: 0px;
    white-space: normal;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
}
.content-search-services-btn button:focus{
    outline: none;
}
.content-search-services-btn button.active{
    background-color: rgb(243, 243, 243);
}
.content-search-services-btn button p{
    font-size: 14px;
    font-weight: bold;
    color: rgb(71, 71, 71);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    margin: 0;
}
/**/
.citas-body-right{
    /*margin-left: 30px;*/
    width: 100%;
}
.citas-body-right-category{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px 25px;
    margin-bottom: 25px;
    background-color: rgb(243, 243, 243);
    border-radius: 8px;
    cursor: pointer;
}
.citas-body-right-category p{
    font-family: Roboto, sans-serif;
    margin: 0px;
    font-weight: 500;
    text-transform: initial;
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
    color: rgb(26, 26, 26);
}
.citas-body-right-category i{
    display: block;
    vertical-align: middle;
}
.citas-body-right-services{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}
.card-box-item{
    margin-bottom: 25px;
    width: 48.87%;
}
.card-box{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    transition: all 150ms ease-in-out 0s;
    color: rgba(26, 26, 26, 0.8);
    position: relative;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid rgb(34, 196, 136);
    background: rgb(255, 255, 255);
    box-sizing: border-box;
}
.card-box-content{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.card-box-content h2{
    color: rgb(26, 26, 26);
    font-size: 14px;
    font-family: Roboto, sans-serif;
    margin: 0px;
    font-weight: 500;
}
.card-box-min{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.card-box-min-p{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 8px;
}
.card-box-min-p p{
    font-family: Roboto, sans-serif;
    margin: 0px;
    font-weight: 400;
    text-transform: initial;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
    color: rgba(26, 26, 26, 0.5);
}
.card-box-price{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 2px;
}
.card-box-price-p p{
    font-family: Roboto, sans-serif;
    margin: 0px;
    font-weight: 700;
    text-transform: initial;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
    color: rgb(71, 71, 71);
}
.card-box-text{
    margin-top: 12px;
    height: 100%;
    display: inline;
}
.card-box-text-p p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-line;
    font-size: 12px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
}
.addServiceItem{
    display: block;
    border: 1px solid rgb(34, 196, 136);
    margin: 16px 0px 0px auto;
    width: fit-content;
    padding: 7px 17px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    background: linear-gradient(rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.1) 0px) rgb(34, 196, 136);
    color: rgb(255, 255, 255);
    background-blend-mode: lighten;
}
/**/
#modalHorario .modal-dialog{
    max-width: 300px;
}
#modalHorario .modal-header .modal-title{
    font-size: 16px;
}
#modalHorario .modal-header button{
    background: #ffffff;
    border: none;
}
#modalHorario .modal-body .box_content table{
    width: 100%;
}
#modalHorario .modal-body .box_content table tbody tr{
    font-size: 15px;
}
#modalHorario .modal-body .box_content table tbody tr.disabled{
    color: rgba(26, 26, 26, 0.5);
}
#modalHorario .modal-body .box_content table tr td:nth-child(2) {
    float: right;
}
/**/
@media(max-width: 991px){
    .citas-header-left-img{
        display: block;
        padding: 10px 0px 10px 15px;
    }
    .citas-header-right{
        position: relative;
        max-width: 100%;
        display: block;
        right: auto;
    }
    .citas-header-right-texteo{
        display: none;
    }
    .citas-header-right-icons ul{
        margin: 0px;
    }
    .citas-header-left-img img {
        max-width: 70px;
    }
    /**/
    .citas-body{
        width: 100%;
        display: block;
    }
    .citas-body-left{
        width: 100%;
    }
    .citas-body-right{
        margin-left: 0px;
    }
    .content-search-services{
        position: relative;
    }
    .content-search-services-nav{
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0px 15px;
        overflow-x: scroll;
    }
    .content-search-services-nav::-webkit-scrollbar {
        background-color: #efefef;
        width: 0px;
        height: 0px;
    }
    .content-search-services-nav::-webkit-scrollbar-thumb {
        background-color: #dbdfe9;
        border-radius: 11px;
    }
    .content-search-services-btn{
        border: none;
        padding-bottom: 0;
        margin-right: 0.5rem;
    }
    .content-search-services-btn button{
        cursor: pointer;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 6px;
        padding: 3px 18px;
        transition: all 200ms ease-in-out 0s;
        white-space: nowrap;
        box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px;
    }
    .card-box-item{
        width: 100%;
    }
}