
/* ================================================================
   FUENTES PERSONALIZADAS PARA SU FACTURA WEB
   ================================================================ */
body {
  font-family: 'Roboto', sans-serif;
}

.container{padding-top: 0px !important;}

nav{padding-top: 0px !important; padding-bottom: 0px !important;}

h1, h2 {
  font-family: 'Poppins', sans-serif;
}

blockquote {
  font-family: 'Montserrat', sans-serif;
}

/* ================================================================
  ESTILOS PERSONALIZADOS PARA LA LISTA DE ELEMENTOS
   ================================================================ */

.li-line { display: block; }

/* ================================================================
   ESTILOS PERSONALIZADOS PARA LA NAVEGACIÓN
   ================================================================ */

  .navbar .nav-link.active {
    color: #ffffff !important; 
    background-color: #3d8bfd !important;
    border-radius: 0.375rem;
  }

/* ================================================================
   COLORES PERSONALIZADOS PARA SU FACTURA WEB
   ================================================================ */

/* background colors */
.bg-blue{ background-color: blue !important; }
.bg-indigo{ background-color: indigo !important; }
.bg-purple{ background-color: purple !important; }
.bg-pink{ background-color: pink !important; }
.bg-red{ background-color: red !important; }
.bg-orange{ background-color: orange !important; }
.bg-yellow{ background-color: yellow !important; }
.bg-green{ background-color: green !important; }
.bg-teal{ background-color: teal !important; }
.bg-cian{ background-color: cyan !important; }
.bg-gray{ background-color: gray !important; }
.bg-white{ background-color: white !important; }
.bg-black{ background-color: black !important; }

.bg-blue-100 { background-color: #cfe2ff !important; }
.bg-blue-200 { background-color: #9ec5fe !important; }
.bg-blue-300 { background-color: #6ea8fe !important; }
.bg-blue-400 { background-color: #3d8bfd !important; }
.bg-blue-500 { background-color: #0d6efd !important; }
.bg-blue-600 { background-color: #0a58ca !important; }
.bg-blue-700 { background-color: #084298 !important; }
.bg-blue-800 { background-color: #052c65 !important; }
.bg-blue-900 { background-color: #031633 !important; }

.bg-indigo-100 { background-color: #e0cffc !important; }
.bg-indigo-200 { background-color: #c29ffa !important; }
.bg-indigo-300 { background-color: #a370f7 !important; }
.bg-indigo-400 { background-color: #8540f5 !important; }
.bg-indigo-500 { background-color: #6610f2 !important; }
.bg-indigo-600 { background-color: #520dc2 !important; }
.bg-indigo-700 { background-color: #3d0a91 !important; }
.bg-indigo-800 { background-color: #290661 !important; }
.bg-indigo-900 { background-color: #140330 !important; }

.bg-purple-100 { background-color: #e2d9f3 !important; }
.bg-purple-200 { background-color: #c5b3e6 !important; }
.bg-purple-300 { background-color: #a98eda !important; }
.bg-purple-400 { background-color: #8c68cd !important; }
.bg-purple-500 { background-color: #6f42c1 !important; }
.bg-purple-600 { background-color: #59359a !important; }
.bg-purple-700 { background-color: #432874 !important; }
.bg-purple-800 { background-color: #2c1a4d !important; }
.bg-purple-900 { background-color: #160d27 !important; }

.bg-pink-100 { background-color: #f7d6e6 !important; }
.bg-pink-200 { background-color: #efadce !important; }
.bg-pink-300 { background-color: #e685b5 !important; }
.bg-pink-400 { background-color: #de5c9d !important; }
.bg-pink-500 { background-color: #d63384 !important; }
.bg-pink-600 { background-color: #ab296a !important; }
.bg-pink-700 { background-color: #801f4f !important; }
.bg-pink-800 { background-color: #561435 !important; }
.bg-pink-900 { background-color: #2b0a1a !important; }

.bg-red-100 { background-color: #f8d7da !important; }
.bg-red-200 { background-color: #f1aeb5 !important; }
.bg-red-300 { background-color: #ea868f !important; }
.bg-red-400 { background-color: #e35d6a !important; }
.bg-red-500 { background-color: #dc3545 !important; }
.bg-red-600 { background-color: #b02a37 !important; }
.bg-red-700 { background-color: #842029 !important; }
.bg-red-800 { background-color: #58151c !important; }
.bg-red-900 { background-color: #2c0b0e !important; }

.bg-orange-100 { background-color: #ffe5d0 !important; }
.bg-orange-200 { background-color: #fecba1 !important; }
.bg-orange-300 { background-color: #feb272 !important; }
.bg-orange-400 { background-color: #fd9843 !important; }
.bg-orange-500 { background-color: #fd7e14 !important; }
.bg-orange-600 { background-color: #ca6510 !important; }
.bg-orange-700 { background-color: #984c0c !important; }
.bg-orange-800 { background-color: #653208 !important; }
.bg-orange-900 { background-color: #331904 !important; }

.bg-yellow-100 { background-color: #fff3cd !important; }
.bg-yellow-200 { background-color: #ffe69c !important; }
.bg-yellow-300 { background-color: #ffda6a !important; }
.bg-yellow-400 { background-color: #ffcd39 !important; }
.bg-yellow-500 { background-color: #ffc107 !important; }
.bg-yellow-600 { background-color: #cc9a06 !important; }
.bg-yellow-700 { background-color: #997404 !important; }
.bg-yellow-800 { background-color: #664d03 !important; }
.bg-yellow-900 { background-color: #332701 !important; }

.bg-green-100 { background-color: #d1e7dd !important; }
.bg-green-200 { background-color: #a3cfbb !important; }
.bg-green-300 { background-color: #75b798 !important; }
.bg-green-400 { background-color: #479f76 !important; }
.bg-green-500 { background-color: #198754 !important; }
.bg-green-600 { background-color: #146c43 !important; }
.bg-green-700 { background-color: #0f5132 !important; }
.bg-green-800 { background-color: #0a3622 !important; }
.bg-green-900 { background-color: #051b11 !important; }

.bg-teal-100 { background-color: #d2f4ea !important; }
.bg-teal-200 { background-color: #a6e9d5 !important; }
.bg-teal-300 { background-color: #79dfc1 !important; }
.bg-teal-400 { background-color: #4dd4ac !important; }
.bg-teal-500 { background-color: #20c997 !important; }
.bg-teal-600 { background-color: #1aa179 !important; }
.bg-teal-700 { background-color: #13795b !important; }
.bg-teal-800 { background-color: #0d503c !important; }
.bg-teal-900 { background-color: #06281e !important; }

.bg-cyan-100 { background-color: #cff4fc !important; }
.bg-cyan-200 { background-color: #9eeaf9 !important; }
.bg-cyan-300 { background-color: #6edff6 !important; }
.bg-cyan-400 { background-color: #3dd5f3 !important; }
.bg-cyan-500 { background-color: #0dcaf0 !important; }
.bg-cyan-600 { background-color: #0aa2c0 !important; }
.bg-cyan-700 { background-color: #087990 !important; }
.bg-cyan-800 { background-color: #055160 !important; }
.bg-cyan-900 { background-color: #032830 !important; }

.bg-gray-100 { background-color: #f8f9fa !important; }
.bg-gray-200 { background-color: #e9ecef !important; }
.bg-gray-300 { background-color: #dee2e6 !important; }
.bg-gray-400 { background-color: #ced4da !important; }
.bg-gray-500 { background-color: #adb5bd !important; }
.bg-gray-600 { background-color: #6c757d !important; }
.bg-gray-700 { background-color: #495057 !important; }
.bg-gray-800 { background-color: #343a40 !important; }
.bg-gray-900 { background-color: #212529 !important; }

/* text colors */
.text-blue{color: blue !important; }
.text-indigo{color: indigo !important; }
.text-purple{color: purple !important; }
.text-pink{color: pink !important; }
.text-red{color: red !important; }
.text-orange{color: orange !important; }
.text-yellow{color: yellow !important; }
.text-green{color: green !important; }
.text-teal{color: teal !important; }
.text-cian{color: cyan !important; }
.text-gray{color: gray !important; }
.text-white{color: white !important; }
.text-black{color: black !important; }

.text-blue-100 { color: #cfe2ff !important; }
.text-blue-200 { color: #9ec5fe !important; }
.text-blue-300 { color: #6ea8fe !important; }
.text-blue-400 { color: #3d8bfd !important; }
.text-blue-500 { color: #0d6efd !important; }
.text-blue-600 { color: #0a58ca !important; }
.text-blue-700 { color: #084298 !important; }
.text-blue-800 { color: #052c65 !important; }
.text-blue-900 { color: #031633 !important; }

.text-indigo-100 { color: #e0cffc !important; }
.text-indigo-200 { color: #c29ffa !important; }
.text-indigo-300 { color: #a370f7 !important; }
.text-indigo-400 { color: #8540f5 !important; }
.text-indigo-500 { color: #6610f2 !important; }
.text-indigo-600 { color: #520dc2 !important; }
.text-indigo-700 { color: #3d0a91 !important; }
.text-indigo-800 { color: #290661 !important; }
.text-indigo-900 { color: #140330 !important; }

.text-purple-100 { color: #e2d9f3 !important; }
.text-purple-200 { color: #c5b3e6 !important; }
.text-purple-300 { color: #a98eda !important; }
.text-purple-400 { color: #8c68cd !important; }
.text-purple-500 { color: #6f42c1 !important; }
.text-purple-600 { color: #59359a !important; }
.text-purple-700 { color: #432874 !important; }
.text-purple-800 { color: #2c1a4d !important; }
.text-purple-900 { color: #160d27 !important; }

.text-pink-100 { color: #f7d6e6 !important; }
.text-pink-200 { color: #efadce !important; }
.text-pink-300 { color: #e685b5 !important; }
.text-pink-400 { color: #de5c9d !important; }
.text-pink-500 { color: #d63384 !important; }
.text-pink-600 { color: #ab296a !important; }
.text-pink-700 { color: #801f4f !important; }
.text-pink-800 { color: #561435 !important; }
.text-pink-900 { color: #2b0a1a !important; }

.text-red-100 { color: #f8d7da !important; }
.text-red-200 { color: #f1aeb5 !important; }
.text-red-300 { color: #ea868f !important; }
.text-red-400 { color: #e35d6a !important; }
.text-red-500 { color: #dc3545 !important; }
.text-red-600 { color: #b02a37 !important; }
.text-red-700 { color: #842029 !important; }
.text-red-800 { color: #58151c !important; }
.text-red-900 { color: #2c0b0e !important; }

.text-orange-100 { color: #ffe5d0 !important; }
.text-orange-200 { color: #fecba1 !important; }
.text-orange-300 { color: #feb272 !important; }
.text-orange-400 { color: #fd9843 !important; }
.text-orange-500 { color: #fd7e14 !important; }
.text-orange-600 { color: #ca6510 !important; }
.text-orange-700 { color: #984c0c !important; }
.text-orange-800 { color: #653208 !important; }
.text-orange-900 { color: #331904 !important; }

.text-yellow-100 { color: #fff3cd !important; }
.text-yellow-200 { color: #ffe69c !important; }
.text-yellow-300 { color: #ffda6a !important; }
.text-yellow-400 { color: #ffcd39 !important; }
.text-yellow-500 { color: #ffc107 !important; }
.text-yellow-600 { color: #cc9a06 !important; }
.text-yellow-700 { color: #997404 !important; }
.text-yellow-800 { color: #664d03 !important; }
.text-yellow-900 { color: #332701 !important; }

.text-green-100 { color: #d1e7dd !important; }
.text-green-200 { color: #a3cfbb !important; }
.text-green-300 { color: #75b798 !important; }
.text-green-400 { color: #479f76 !important; }
.text-green-500 { color: #198754 !important; }
.text-green-600 { color: #146c43 !important; }
.text-green-700 { color: #0f5132 !important; }
.text-green-800 { color: #0a3622 !important; }
.text-green-900 { color: #051b11 !important; }

.text-teal-100 { color: #d2f4ea !important; }
.text-teal-200 { color: #a6e9d5 !important; }
.text-teal-300 { color: #79dfc1 !important; }
.text-teal-400 { color: #4dd4ac !important; }
.text-teal-500 { color: #20c997 !important; }
.text-teal-600 { color: #1aa179 !important; }
.text-teal-700 { color: #13795b !important; }
.text-teal-800 { color: #0d503c !important; }
.text-teal-900 { color: #06281e !important; }

.text-cyan-100 { color: #cff4fc !important; }
.text-cyan-200 { color: #9eeaf9 !important; }
.text-cyan-300 { color: #6edff6 !important; }
.text-cyan-400 { color: #3dd5f3 !important; }
.text-cyan-500 { color: #0dcaf0 !important; }
.text-cyan-600 { color: #0aa2c0 !important; }
.text-cyan-700 { color: #087990 !important; }
.text-cyan-800 { color: #055160 !important; }
.text-cyan-900 { color: #032830 !important; }

.text-gray-100 { color: #f8f9fa !important; }
.text-gray-200 { color: #e9ecef !important; }
.text-gray-300 { color: #dee2e6 !important; }
.text-gray-400 { color: #ced4da !important; }
.text-gray-500 { color: #adb5bd !important; }
.text-gray-600 { color: #6c757d !important; }
.text-gray-700 { color: #495057 !important; }
.text-gray-800 { color: #343a40 !important; }
.text-gray-900 { color: #212529 !important; }

.text-white { color: #ffffff !important; }
.text-black { color: #000000 !important; }

/* ================================================================
    TAMAÑOS DE FUENTE PERSONALIZADOS
   ================================================================ */

.fs-6-5 {
  font-size: 0.875rem; /* o lo que quieras */
}

.fs-7 {
  font-size: 0.75rem; /* o lo que quieras */
}

.fs-7-5 {
  font-size: 0.625rem; /* o lo que quieras */
}

.fs-8 {
  font-size: 0.50rem; /* o lo que quieras */
}

.fs-8-5 {
  font-size: 0.375rem; /* o lo que quieras */
}

.fs-9 {
  font-size: 0.25rem; /* o lo que quieras */
}


/* ================================================================
    MÁRGENES Y RELLENOS PERSONALIZADOS
   ================================================================ */

/* Margins */
.ml-0  { margin-left: 0 !important; }
.ml-1  { margin-left: 0.25rem !important; }
.ml-2  { margin-left: 0.5rem !important; }
.ml-3  { margin-left: 1rem !important; }
.ml-4  { margin-left: 1.5rem !important; }
.ml-5  { margin-left: 3rem !important; }

.mr-0  { margin-right: 0 !important; }
.mr-1  { margin-right: 0.25rem !important; }
.mr-2  { margin-right: 0.5rem !important; }
.mr-3  { margin-right: 1rem !important; }
.mr-4  { margin-right: 1.5rem !important; }
.mr-5  { margin-right: 3rem !important; }

.ml-auto { margin-left: auto !important; }
.mr-auto { margin-right: auto !important; }

/* Padding */
.pl-0  { padding-left: 0 !important; }
.pl-1  { padding-left: 0.25rem !important; }
.pl-2  { padding-left: 0.5rem !important; }
.pl-3  { padding-left: 1rem !important; }
.pl-4  { padding-left: 1.5rem !important; }
.pl-5  { padding-left: 3rem !important; }

.pr-0  { padding-right: 0 !important; }
.pr-1  { padding-right: 0.25rem !important; }
.pr-2  { padding-right: 0.5rem !important; }
.pr-3  { padding-right: 1rem !important; }
.pr-4  { padding-right: 1.5rem !important; }
.pr-5  { padding-right: 3rem !important; }
