.rounded-xl{
    border-radius: 20px!important;
}
.yellow-bg {
    background-color: #eae9e0!important;
}
.text-ratones {
    color: #1d3530 !important;
}
.form-control{
    font-size: 1rem!important;
    border-radius: 8px!important;
}
.btn-ocre {
    position: flex;
    justify-content: center;
    align-items: center;
    background-color: #40938C;
    color: #ffffff;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    transition: 0.25s;
    font-size: 16px;
    font-weight: 500;
}
.btn-ocre:hover {
    transform: scale(1.05);
    transform-origin: center;
}
.btn-link-ocre {
    color: #000000;
    border: none;
}
.titles{
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.text-ocre {
    color: #40938C!important;
}
.btn{
    font-size: 16px!important;
    border-radius: 5px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.breadcrumb-item {
    color: #40938C!important;
    font-weight: 700;
}
.breadcrumb-item a{
    color: #282828!important;
    font-weight: 400;
}
.c-sidebar-nav-link:hover{
    color: #ffffff!important;
}
.btn-primary {
    background-color: #40938C !important;
    color: #ffffff !important;
}
.page-item.active .page-link{
    background-color: #40938C!important;
    border-color: #40938C!important;
}
.c-sidebar-nav-dropdown {
    border-radius: 10px;
}
.c-sidebar.c-sidebar-light .c-sidebar-nav-link{
    border-radius: 10px;
}
.c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-active {
    background-color: #40938C !important;
    color: #ffffff!important;
    font-weight: 800;
}
.c-sidebar.c-sidebar-light .c-sidebar-nav-link.c-active .c-sidebar-nav-icon {
    color: #ffffff!important;
    font-weight: 800;
}
.select{
    background-color: #FFFFFF;
}
.btn-outline-primary{
 color:  #40938C !important;
 border: 1px solid #40938C !important;
}
.btn-outline-primary:hover{
    color:  #ffffff !important;
    border: 1px solid #40938C !important;
    background-color: #40938C !important;
}

.c-sidebar.c-sidebar-light
    .c-sidebar-nav-link.c-active:hover
    .c-sidebar-nav-icon {
    color: #ffffff !important;
}
.c-sidebar-nav-link:hover {
    background-color: #40938C !important;
}
.bg-ocre {
    background-color: #40938C !important;
}
.fx-bt{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.light-bg{
    background-color: #F4F5F9!important;
}
.form-control.plane{
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.z-1{
    z-index: 0!important;
}
.customLoading{
    background-color: #000000;
    z-index: 999!important;
}

.custom-header{
    margin: 10px 30px 0px 30px;
    border-radius:15px;
    padding: 10px;
}

.custom-sidebar {
    border: none!important;
}

.c-sidebar-nav-item{
    margin-top: 5px;
}

.custom-rounded{
    border-radius: 15px!important;
}

.card-header {
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.card-img-top{
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
}
.pos-hiden{
    display: none!important;
}

.b-home{
    background-color: #40938C!important;
    color: #ffffff!important;
    border-radius: 10px!important;
    padding: 5px!important;
}
