.busqueda {
    border-radius: 15px;
    width: 20%;
    height: 40px;
    background-color: #287f55;
    border-color: #287f55;
    padding: 0 30px;
    font-size: 17px;
}
.busqueda:hover,
.busqueda:active,
.busqueda:focus,
.busqueda:focus-visible {
    background-color: #216645 !important;
    border-color: #216645 !important;
}
.busqueda-outline {
    border-radius: 15px;
    height: 40px;
    background-color: #fff;
    border-color: #C2995C;
    padding: 0 30px;
    font-size: 17px;
    color: #C2995C;
}
.busqueda-outline:hover,
.busqueda-outline:focus,
.busqueda-outline:active {
    background-color: #C2995C !important;
    border-color: #C2995C !important;
    color: #fff !important;
}
.cancelar-outline {
    display: none;
    border-radius: 15px;
    height: 40px;
    background-color: #fff;
    border-color: #FF6500;
    padding: 0 30px;
    font-size: 17px;
    color: #FF6500;
}
.cancelar-outline:hover,
.cancelar-outline:focus {
    background-color: #FF6500;
    border-color: #FF6500;
    color: #fff;
}
.btnright, 
.btnleft {
    background-color: #D9D9D9;
    color: white;
    font-size: 28px;
    border-radius: 1.2rem;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnleft.active,
.btnright.active {
    background-color: #2d2829;
}
.btnleft.active:hover, 
.btnright.active:hover {
    background-color: #494d55;
}
.btnleft i, .btnright i {
    width: 20px;
}
.espaciado{
padding-top: 90px!important;
}
.color{
color:#4D5574;
}
.paginacion-contador {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #494d55;
}
#b-btn-index {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    right: 7px !important;
    top: 6px !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: .9rem !important;
    border: none !important;
}
#b-btn-icon{
    color: #970e48 !important;
    background-color: transparent !important;
    border: none;
    font-size: 1.3rem !important;
    position: absolute;
    font-weight: 600 !important;
    top: 12px;
    left: 10px;
    pointer-events: none !important;

}
.check-search{
    margin-top: 1.5rem;
}
.resultados-contador {
    color: #7E7E7E;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.search-item-container {
    margin-top: 3rem;
}
.subtitle,
.subtitle span i {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px !important;
    text-decoration-line: underline;
    /* color: #6E799F !important; */
}
.subtitle span i {
    font-size: 1rem;
    margin-left: 5px;
    text-decoration-line: none;
}
.dep {
    color: #695093;
    font-weight: 600;
    font-size: 14px;
    line-height: 146.7%;
}
.item-descripcion {
    font-weight: 400;
    font-size: 16px;
    line-height: 146.7%;
    color: #6E799F;
}
.link-a:hover{
 text-decoration-color: #2d2829 !important;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
    .title h1 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.01em;
    }
    .head-title {
        font-size: 24px;
        line-height: 120%;
    }
    .resultados-contador em {
        font-size: 16px;
        line-height: 20px;
    }
    #paperwork .resultados-contenedor a:first-child {
        line-height: 30px;
    }
    #pager {
        justify-content: center;
        align-items: center;
    }
    .busqueda {
        width: 100%;
    }
    #b-btn-icon{
        display: none;
    }
   
    #b-btn-index{
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }
    
}
@media screen and (max-width: 767px) {
    .d-sm-inline-block{
        display: none !important;
    }
}

.busqueda-gold {
    border-radius: 15px;
    width: auto ;
    height: 40px;
    border-color: #C2995C;
    color: #fff;
    padding: 0 23px;
    background-color: #C2995C;
    border: none !important;

}
.busqueda-gold:hover, .busqueda-gold:focus, .busqueda-gold:not(:disabled):not(.disabled):active:focus, .busqueda-gold:not(:disabled):not(.disabled).active:focus{
    background-color: #9b7742 !important;
}
.cancelar-maroon {
    border-radius: 15px;
    width: 20%;
    height: 40px;
    border-color: #BC2259;
    background-color: #BC2259;
    color: #fff;
    padding: 0 23px;
    vertical-align: super;
    border: none !important;
}
.cancelar-maroon:hover,.cancelar-maroon:not(:disabled):not(.disabled):active:focus, .cancelar-maroon:not(:disabled):not(.disabled).active:focus{
    background-color: #941b45 !important;
}
