html,
body {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
    color: #414042;
    overflow-x: hidden !important;
}

.full-height {
    min-height: 100vh !important;
}

.full-height-75 {
    min-height: 75vh !important;
}

.relative-position {
    position: relative !important;
}

.extra-light {
    font-family: "Roboto", sans-serif;
    font-weight: 100 !important;
}

.light {
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
}

.regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
}

.bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700 !important;
}

.bolder {
    font-family: "Roboto", sans-serif;
    font-weight: 900 !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.p-r {
    padding-right: 42px !important;
}

/*Animation*/

.fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.mt-70 {
    margin-top: 70px !important;
}

.bg-header {
    background: rgb(217, 10, 35);
    background: linear-gradient(
        181deg,
        rgba(217, 10, 35, 1) 0%,
        rgba(163, 5, 20, 1) 100%
    );
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 70px;
    padding-left: 35px;
    padding-right: 35px;
    z-index: 30000;
}

.logo {
    max-width: 85%;
}

.logo-footer {
    max-width: 50%;
}

.nav {
    min-height: 40px;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 29px;
    padding-right: 29px;
}

.iconos-nav-shop {
    max-width: 20%;
    vertical-align: sub;
}

.iconos-nav-tasks {
    max-width: 20%;
    margin-bottom: 2px;
}

.iconos-nav-newsletter {
    max-width: 20%;
    margin-bottom: 2px;
    margin-left: 3px;
}

.iconos-nav-user {
    max-width: 55%;
    margin-top: 11px;
    margin-right: -8px;
    margin-left: 4px;
    vertical-align: bottom;
}

.op {
    opacity: 0.65;
}

.mer-4 {
    margin-right: 1.9rem !important;
}

.btn-crear-cuenta {
    border: 1px solid #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-radius: 0px;
    min-width: 130px;
    font-size: 13px;
}

.btn-crear-cuenta:hover {
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: rgb(217, 10, 35);
    background: rgba(255, 255, 255, 0.75);
}

.btn-iniciar-sesion {
    border: 1px solid #fff;
    color: rgb(217, 10, 35);
    background: rgba(255, 255, 255);
    border-radius: 0px;
    min-width: 130px;
    font-size: 13px;
}

.btn-iniciar-sesion:hover {
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: rgb(217, 10, 35);
    background: rgba(255, 255, 255, 0.75);
}

.navbar-brand {
    max-width: 200px;
    padding-bottom: 0.5rem;
}

.btn-ver-catalogo {
    border: 1px solid rgb(217, 10, 35);
    color: #fff;
    background: rgb(217, 10, 35);
    border-radius: 0px;
    min-width: 150px;
    font-size: 18px;
}

.btn-ver-catalogo:hover {
    border: 1px solid rgb(217, 10, 35);
    color: rgb(217, 10, 35);
    background: rgba(217, 10, 34, 0);
    border-radius: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 15px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.15rem;
}

.link-dropdown {
    color: #414042 !important;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.link-dropdown:hover,
.link-dropdown.active {
    color: rgb(65 64 66 / 75%) !important;
    color: rgba(255, 255, 255, 1) !important;
    background: #414042;
}

.link-hover {
    color: rgb(65 64 66 / 75%) !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 1rem 0rem;
    margin: 0;
    font-size: 14px;
    color: #414042;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 3px #0000004d;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.1em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-item {
    font-weight: 300;
    color: #414042;
    padding: 0.35rem 2rem;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #1e2125;
    text-decoration: none;
    background-color: #e9ecef;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

.pl-sm {
    padding-left: 45px;
}

.pl-sm-d {
    padding-left: 2rem;
    /* max-width: 30%; */
}

.topnav {
    overflow: hidden;
    background-color: #e9e9e900;
    position: absolute;
    right: 53px;
    top: 7px;
}

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #2196f3;
    color: white;
}

.topnav .search-container {
    float: right;
}

.topnav input[type="text"] {
    padding: 5px;
    margin-top: 0px;
    font-size: 13px;
    border: 1px solid #414042;
    color: #414042;
    width: 250px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center !important;
}

.topnav input[type="text"]:focus {
    padding: 5px;
    margin-top: 0px;
    font-size: 13px;
    border: 1px solid #1a1a1a;
    outline: 0 !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.topnav input[type="text"]:focus-visible {
    border: 1px solid #1a1a1a;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: 0;
}

/* :focus-visible {
    outline: -webkit-focus-ring-color auto 0px!important;
    border-radius: 3px;
} */

.topnav .search-container button {
    float: right;
    padding: 5px 20px;
    margin-top: 0px;
    margin-right: 0px;
    background: #414042;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.topnav .search-container button:hover {
    background: #231f20;
}
/*
input:focus {
    outline: #1a1a1a auto 1px!important;
    border-radius: 3px;
} */

.shadow {
    box-shadow: 0px 0px 20px #414042 !important;
}

.bg-footer-1 {
    background: #414042;
}

.bg-footer-2 {
    background: #231f20;
}

.text-footer {
    font-size: 13px;
    color: #969696;
}

.text-footer-2 {
    font-size: 13px;
    color: #fff;
}

.bg-iniciar-sesion {
    background-image: url("../img/img_background_01.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-top: 70px;
    height: 85vh;
}

.height-nav {
    height: 100vh;
}

.span-dropdown {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    display: inline-block;
    color: #fff !important;
}

.span-dropdown.active {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    display: inline-block;
    color: #fff !important;
    background: #b62246;
}

.bg-user {
    background: #b62246;
}

.span-dropdown::after {
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-top: 10px;
}

.dropdown-menu-custom[data-bs-popper] {
    left: -140px;
    margin-top: 0.125rem;
}

.dropdown-menu-custom {
    left: -140px;
    margin-top: 0.125rem;
}

.dropdown-menu-custom1 {
    right: 0px !important;
    margin-top: 0rem;
    min-width: 100%; /*14.65rem*/
    /*transform: translate(0px, 46px);*/
    top: 46px; /*none*/
    box-shadow: 5px 0px 14px 0px #0000004d;
    z-index: 3000;
}

.dropdown-menu-custom1-1 {
    left: 0px !important;
    margin-top: 0rem;
    min-width: 47rem;
    transform: translate(220px, 0px);
    min-height: 270px;
    box-shadow: 3px 0px 3px #0000004d;
    z-index: 500;
}

.bar-submenu {
    max-height: 75vh;
    overflow-y: auto;
}

.dropdown-menu-custom2 {
    left: 0px !important;
    margin-top: 0rem;
    min-width: 15rem;
    transform: translate(0px, 0px);
    box-shadow: 5px 0px 14px 0px #0000004d;
    z-index: 3000;
}

.dropdown-menu-custom1.show {
    right: 0px !important;
    margin-top: 0rem;
    min-width: 100%; /*14.65rem*/
    top: 46px; /*none*/
}

.dropdown-menu-custom2.show {
    left: 0px !important;
    margin-top: 0rem;
    min-width: 15rem;
    transform: translate(0px, 46px) !important;
}

.dropdown-menu-custom2-2 {
    left: 0px !important;
    margin-top: 0rem;
    min-width: 47rem;
    transform: translate(225px, 0px);
    min-height: 270px;
    box-shadow: 3px 0px 3px #0000004d;
    z-index: 500;
}

.p-sub {
    padding: 0.35rem 1rem 0.35rem 2rem;
}

.span-sub {
    position: absolute;
    right: 20px;
    top: 20px;
}

.picture-sub {
    display: block;
    max-width: 100%;
}

.text-sub {
    color: #da0a24;
    font-size: 20px;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.font-15-sub {
    font-size: 15px;
}

.font-30-sub {
    font-size: 30px;
}

.dropdown-item-sub {
    white-space: normal !important;
    padding: 0.35rem 0rem 0.35rem 1rem !important;
}

.dropdown-item-sub:hover,
.dropdown-item-sub:active,
.dropdown-item-sub.active {
    color: rgb(65 64 66 / 75%);
    background-color: rgba(255, 255, 255, 0);
}

.breadcrumbs {
    color: #da0a24;
    text-decoration: none;
    font-size: 17px;
    padding-left: 8px;
    padding-right: 8px;
}

.breadcrumbs:hover {
    color: #a70515;
}

.title-h1 {
    font-size: 17px;
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
    text-align: left;
}

.span-modal-shop {
    position: absolute;
    right: 5px;
    background: #21252900;
    border-radius: 50%;
    top: 5px;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 1.1;
}

.span-modal-shop:hover {
    position: absolute;
    right: 5px;
    background: #21252926;
    border-radius: 50%;
    top: 5px;
    width: 35px;
    height: 35px;
}

.width-column {
    width: 81% !important;
}

.hidden-md-down {
    display: block !important;
    padding-left: 0px !important;
}

.link-1 {
    padding-left: 45px !important;
}

.visible-md-down {
    display: none !important;
}

.dropdown-menu {
    display: none;
}

.img-phone {
    max-width: 6%;
}

.img-message {
    max-width: 6%;
    vertical-align: middle;
}

.arrow-submenu {
    max-width: 7px;
    float: right;
    vertical-align: middle;
    padding-top: 7px;
    margin-left: 20px;
}

.fondo-menu {
    background: #e9ecef;
}

.symbol {
    font-size: 21px;
    position: absolute;
    max-height: 25px;
    right: 40%;
    line-height: 20px;
}

.t-1 {
    position: absolute;
    top: 15px;
}

.t-2 {
    position: absolute;
    right: 46px;
    top: 16px;
}

#navbar {
    transition: height 0.5s;
}

.pad-lef-0 {
    padding-left: 0px !important;
}

.link-desk {
    display: block;
}

.w-auto-100 {
    width: auto;
}

.link-mob {
    display: none;
}

.link-c-mob {
    display: none;
}

.link-c-desk {
    display: block;
}

.d-flex-mob {
    display: none;
}

.mob-centered {
    text-align: left;
}

.border-footer {
    width: 60%;
    border-top: 1px solid #fff;
    margin-top: 15px;
    display: none;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 2000;
    /* background-color: rgb(0 0 0 / 20%); */
    transition: background-color 0.5s;
    background-image: url("../img/banda.png");
    background-size: cover;
    opacity: 0.2;
}

.border-cuenta {
    border: 1px solid #96969654;
    border-radius: 8px;
}

.title-cuenta {
    font-size: 20px;
    font-family: "Roboto", sans-serif !important;
}

.title-client {
    font-size: 15px;
    display: inline-flex;
    vertical-align: sub;
}

.bg-f7 {
    background: #f7f7f7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.bg-f7-cc {
    background: #f7f7f7;
    border-radius: 8px;
}

.btn-seleccionar-cliente {
    color: #fff;
    background: #414042;
    border-radius: 0rem;
    font-size: 12px;
    width: 130px;
    padding: 0.7rem;
    float: right;
}

.btn-seleccionar-cliente:hover {
    color: #fff;
    background: #231f20;
}

.bt-row {
    border-top: 1px solid #96969654;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #96969654;
}

.btn-filtro {
    color: #fff;
    background: #da0a24;
    border-radius: 0rem;
    font-size: 12px;
    width: 130px;
    padding: 0.7rem;
    float: right;
    margin-top: 50px !important;
}

.btn-filtro:hover {
    color: #fff;
    background: #a70515;
}

.btn-con-bordes {
    color: #da0a24;
    background: #fff;
    border-radius: 0rem;
    font-size: 12px;
    width: 130px;
    padding: 0.7rem;
    float: right;
    border: 1px solid #da0a24;
}

.btn-con-bordes:hover {
    color: #fff;
    background: #da0a24;
    border: 1px solid #da0a24;
}

.p-b-table {
    padding-bottom: 7rem;
}

.table > :not(caption) > * > * {
    padding: 0.8rem 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    vertical-align: middle;
}

.font-table-title {
    font-size: 15px;
    color: #231f20;
}

.font-table-body {
    font-size: 15px;
    color: #7f7f7f;
}

.font-table-prices {
    font-size: 15px;
    color: #414042;
}

.custom-btn {
    font-family: monospace;
    color: #7f7f7f;
    background: #fff;
    line-height: 0.5;
    padding: 0px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    float: right;
}

.custom-btn:hover {
    font-family: monospace;
    color: #414042;
    background: #00a4ff2e;
    padding: 0px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
}

.custom-btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
    background: #00a4ff2e;
    padding: 0px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
}

.class-table {
    max-width: 100%;
    overflow-x: visible;
}

.vertical {
    transform: rotate(-90deg);
}

.custom-points {
    position: relative;
    right: -15px;
    top: 0px;
}

.p-25-mob {
    padding-left: 0px;
    padding-right: 0px;
}

.min-170 {
    min-width: 140px;
    text-align: center;
}

.calendar {
    max-width: 22px;
}

.span-calendar {
    max-width: 40px;
    padding: 2px 7px;
}

.form-custom {
    color: #212529;
    background-color: #fff;
    border-color: #7c7c7c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
    border-radius: 0px;
}

.form-custom:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
    border-color: #1a1a1a !important;
}

.input-group-custom {
    padding: 0px;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #7c7c7c;
    border-bottom: 1px solid #7c7c7c;
    border-radius: 0px;
    background-color: #e6e7e8;
}

.p-20 {
    padding-top: 0px;
}

.p-201 {
    padding-top: 0px;
}

.p-201b {
    padding-top: 0px;
}

.text-fecha {
    text-align: right;
    padding-right: 28px;
}

.px-0b {
    padding-left: 0px;
    padding-right: 0px;
}

.ps-0t {
    padding-left: 0px;
}

.radius-dropdown {
    border-radius: 5px !important;
}

.title-tareas {
    font-size: 20px;
    font-family: "Roboto", sans-serif !important;
    vertical-align: -webkit-baseline-middle;
}

.borde-tareas {
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #96969654;
}

.text-tareas {
    font-size: 15px;
    color: #000000;
    margin-bottom: 5px;
}

.text2-tareas {
    font-size: 15px;
    color: #606060;
    margin-bottom: 5px;
}

.badge-resuelto {
    font-size: 14px;
    color: #fff;
    background: #0daa00;
    max-width: 90px;
    padding: 0.2rem 0.3rem;
    text-align: center;
    border-radius: 20px;
    font-weight: 400;
    margin-bottom: 14px;
}

.badge-resuelto-detalle {
    font-size: 14px;
    color: #fff;
    background: #0daa00;
    max-width: 90px;
    padding: 0.2rem 0.9rem;
    text-align: center;
    border-radius: 20px;
    font-weight: 400;
}

.badge-no-resuelto {
    font-size: 14px;
    color: #fff;
    background: #c10000;
    max-width: 100px;
    padding: 0.2rem 0.3rem;
    text-align: center;
    border-radius: 20px;
    font-weight: 400;
    margin-bottom: 14px;
}

.badge-no-resuelto-detalle {
    font-size: 14px;
    color: #fff;
    background: #c10000;
    max-width: 90px;
    padding: 0.2rem 0.9rem;
    text-align: center;
    border-radius: 20px;
    font-weight: 400;
}

.border-tareas {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.py-d4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.peb-0 {
    padding-right: 0px;
}

.pt-20 {
    padding-top: 0px;
}

.pi-1 {
    padding-right: 8px;
}

.pi-2 {
    padding-right: 8px;
}

.pi-3 {
    padding-right: 8px;
}

.pi-4 {
    padding-right: 8px;
}

.color-00 {
    color: #000000;
}

.color-7f {
    color: #7f7f7f;
}

.color-da-nombre {
    color: #da0a24;
    font-size: 18px !important;
    line-height: normal;
    padding-left: 8px;
}

.border-pedido {
    border-top: 1px solid #96969654;
    border-radius: 0px;
}

.bg-f7-pedido {
    background: #f7f7f7;
}

.color-60-nombre {
    color: #606060;
    font-size: 15px;
    line-height: normal;
}

.pmp-1 {
    padding-left: 40px;
}

.pmp-2 {
    padding-left: 43px;
}

.close-mp {
    color: #000000;
    text-align: right;
    font-size: 15px;
}

.btn-cancelar-pedido {
    color: #414042;
    background: #da0a2200;
    border-radius: 0rem;
    font-size: 13px;
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #414042;
}

.btn-cancelar-pedido:hover {
    color: #fff;
    background: #414042;
}

.bg-total {
    background: #414042;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.text-total {
    color: #fff;
    font-size: 17px;
}

.btn-finalizar {
    color: #fff;
    background: #da0a24;
    border-radius: 0rem;
    font-size: 13px;
    width: 100%;
    padding: 0.7rem;
}

.btn-finalizar:hover {
    color: #fff;
    background: #a70515;
}

.span-close {
    background: #21252900;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 2.4;
    padding-left: 14px;
    display: inline-flex;
}

.span-close:hover {
    background: #21252926;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 2.4;
    padding-left: 14px;
    display: inline-flex;
}

.eliminar-item {
    text-decoration: none;
    position: absolute;
    right: 12px;
    top: 40%;
}

.text-carrito {
    font-size: 15px;
    color: #000000;
}

.text-carrito-60 {
    font-size: 15px;
    color: #606060;
}

.img-producto-carrito {
    max-width: 100%;
    min-width: 70px;
}

.p18 {
    padding-top: 18px !important;
}

.position-col {
    justify-content: space-around !important;
}

.text-noticias-00 {
    color: #000000;
    font-size: 14px;
}

.text-noticias-82 {
    color: #828282;
    font-size: 14px;
}

.text-noticias-41-title {
    color: #414042;
    font-size: 20px;
}

.text-noticias-41 {
    color: #414042;
    font-size: 15px;
}

.btn-ver-noticia {
    color: #da0a24;
    background: #fff;
    border-radius: 0rem;
    font-size: 14px;
    width: 130px;
    padding: 0.5rem;
    border: 1px solid #da0a24;
}

.btn-ver-noticia:hover {
    color: #fff;
    background: #da0a24;
    border: 1px solid #da0a24;
}

.border-noticias {
    border-right: 1px solid #9b9b9b;
}

.pr-35 {
    padding-right: 35px !important;
}

.flecha-left {
    max-width: 17px;
    margin-right: 13px;
    vertical-align: baseline;
}

.mb-7 {
    margin-bottom: 7rem;
}

/* #dropdown-submenu-1-1 {
    display: flex;
    max-height: 75vh;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    overflow-y: auto;
} */

.btn-enviar {
    color: #fff;
    background: #da0a24;
    border-radius: 0rem;
    font-size: 13px;
    width: 130px;
    padding: 0.7rem;
}

.btn-enviar:hover {
    color: #fff;
    background: #a70515;
}

.form-label-crear-cuenta {
    color: #414042;
    font-size: 14px;
    font-weight: 400;
}

.form-control-crear-cuenta {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #414042;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #414042;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-crear-cuenta:focus {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.pes1-0 {
    padding-left: 0px;
    padding-right: 25px;
}

.pes2-0 {
    padding-left: 25px;
    padding-right: 0px;
}

.text-upper {
    text-transform: uppercase;
}

.btn-perfil1 {
    color: #fff;
    background: #da0a24;
    border-radius: 0rem;
    font-size: 14px;
    width: 100%;
    padding: 0.5rem;
}

.btn-perfil1:hover {
    color: #fff;
    background: #a70515;
}

.btn-perfil2 {
    color: #da0a24;
    background: #da0a2200;
    border-radius: 0rem;
    font-size: 14px;
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #da0a24;
}

.btn-perfil2:hover {
    color: #fff;
    background: #da0a24;
}

.btn-perfil3 {
    color: #fff;
    background: #414042;
    border-radius: 0rem;
    font-size: 14px;
    width: 100%;
    padding: 0.5rem;
}

.btn-perfil3:hover {
    color: #fff;
    background: #231f20;
}

.span-input-buscar {
    min-width: 250px;
    display: inline-flex;
    align-items: center;
    align-content: stretch;
    justify-content: flex-end;
    float: right;
}

.form-control-input-buscar {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7f7f7f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #7c7c7c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-width: 250px;
}

.form-control-input-buscar:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1a1a1a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.text-check-center {
    text-align: center;
}

.text-end-i {
    text-align: right;
}

.min-150 {
    min-width: 150px;
    max-width: 200px;
}

.min-170-2 {
    min-width: 170px;
    max-width: 200px;
}

.min-190 {
    min-width: 190px;
    max-width: 300px;
}

.form-no-shadow:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
    border-color: #1a1a1a;
}

.fci-c[type="radio"] {
    border-radius: 25%;
    border-color: #7c7c7c;
}

.fci-c:checked[type="radio"] {
    background-image: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 20 20"%3e%3cpathfill="none"stroke="%23fff"stroke-linecap="round"stroke-linejoin="round"stroke-width="3"d="M6 10l3 3l6-6"/%3e%3c/svg%3e
    );
    background-image: none;
}

.fci-c:checked {
    background-color: #bcbec0;
    border-color: #7c7c7c;
}

.text-tab {
    color: #414042;
    text-decoration: none;
    padding-right: 10px;
    font-size: 15px;
}

.text-tab:hover {
    color: #414042;
}

.text-tab2 {
    color: #414042;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
}

.text-tab2:hover {
    color: #414042;
}

.a-tab {
    font-weight: 300;
}

.a-tab-active {
    font-weight: 700;
}

.label-radio {
    color: #414042;
    font-size: 15px;
}

.nav-tabs-custom {
    min-height: 35px !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-bottom: 1px solid #9b9b9b;
}

.nav-tabs .nav-item.show .nav-tabs-links-custom,
.nav-tabs .nav-tabs-links-custom.active {
    color: #414042;
    background-color: #fff;
    border-color: #9b9b9b #9b9b9b #fff;
}

.nav-tabs .nav-tabs-links-custom {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.nav-tabs-links-custom {
    font-size: 15px;
    display: block;
    padding: 0.5rem 1.5rem !important;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

.nav-tabs-links-custom:hover {
    color: #414042;
    cursor: pointer;
}

.text-table-tabs {
    font-size: 15px;
    color: #7f7f7f;
}

.form-select-tabs {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7f7f7f;
    background-color: #fff;
    background-image: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="M2 5l6 6 6-6"/%3e%3c/svg%3e
    );
    background-image: url("../img/arrow-down.png");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 11px 11px;
    border: 1px solid #7c7c7c;
    border-radius: 0rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select-tabs:focus {
    border-color: #1a1a1a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.mb-tabs {
    margin-bottom: 0px;
}

.d-tabs {
    display: block;
}

.min-width-input-buscar {
    min-width: 200px;
}

.borde-tab1 {
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #7c7c7c;
}

.borde-tab2 {
    border: 1px solid #7c7c7c;
}

.borde-tab3 {
    border-top: 1px solid #7c7c7c;
    border-bottom: 1px solid #7c7c7c;
    border-left: 1px solid #7c7c7c;
}

.borde-tab4 {
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #7c7c7c;
    border-right: 1px solid #7c7c7c;
}

.pagination-d {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}

.symbol-pag {
    border: none;
    color: #bcbec0;
    font-size: 22px;
    line-height: 1.3;
}

.page-link-pag {
    position: relative;
    display: block;
    color: #231f20 !important;
    text-decoration: none;
    background-color: #e6e7e8;
    border: 1px solid #e6e7e8;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link-pag:focus {
    z-index: 3;
    color: #231f20 !important;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.page-item-pag {
    margin-left: 7px;
    margin-right: 7px;
}

.page-link-pag.active {
    background: #da0a24;
    border: 1px solid #da0a24;
    color: #fff !important;
}

.symbol-pag:hover {
    z-index: 2;
    color: #808285;
    background-color: #fff;
    border-color: #fff;
}

.symbol-pag:focus {
    z-index: 3;
    color: #808285;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.table-informes {
    width: 100%;
    overflow-x: auto;
}

.table-informes-scroll {
    width: 100%;
    overflow-x: auto;
}

.borde-tareas-ccc {
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.borde-cc-9b {
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9b9b9b;
}

.span-detalle-t {
    float: right;
}

.icono-globo {
    max-width: 20px;
}

.span-globo {
    cursor: pointer;
    float: right;
}

.scroll-modal-comentario {
    min-height: 275px;
    overflow-y: auto;
    max-height: 300px;
}

.textarea-comentarios {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e2e2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-height: 275px !important;
}

.textarea-comentarios:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1a1a1a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

input[type="file"] .file-upload-button {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 0px 12px;
    cursor: pointer;
    color: #000;
    font-weight: 600;
}

.fa {
    font-size: 17px;
    color: #000;
}

.file-upload-button {
    display: none !important;
}

.text-1cc {
    text-align: center;
}

.text-2cc {
    text-align: end;
}

.font-13 {
    font-size: 13px;
}

.color-41 {
    color: #414042;
}

.font-15 {
    font-size: 15px;
}

.px-select1 {
    padding-left: 0px;
    padding-right: 25px;
}

.px-select2 {
    padding-left: 25px;
    padding-right: 0px;
}

.borde-tareas-f7 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
}

.align-button {
    text-align: end;
}

#file-chosen {
    font-family: "Roboto", sans-serif;
}
