@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');

body {
  -webkit-text-size-adjust: 100%;
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  text-align: var(--bs-body-text-align);
}

:root {
  --bs-blue: #3b7ddd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3b7ddd;
  --bs-secondary: #5CB23A;
  --bs-tertiary: #669ae5;
  --bs-success: #28a745;
  --bs-info: #20c997;
  --bs-warning: #fd7e14;
  --bs-danger: #dc3545;
  --bs-light: #e9ecef;
  --bs-dark: #153d77;
  --bs-primary-rgb: 59,125,221;
  --bs-secondary-rgb: 92, 178, 58;
  --bs-tertiary-rgb: 102,154,229;
  --bs-success-rgb: 40,167,69;
  --bs-info-rgb: 32,201,151;
  --bs-warning-rgb: 253,126,20;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 233,236,239;
  --bs-dark-rgb: 21,61,119;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 62,70,118;
  --bs-body-bg-rgb: 244,247,252;
  --bs-font-sans-serif: 'Poppins', sans-serif;
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9375rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #3e4676;
  --bs-body-bg: #fff;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0F3B5F;
  --bs-btn-border-color: #0F3B5F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #0F3B5F;
  --bs-btn-hover-color: #0F3B5F;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #0F3B5F;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0F3B5F;
  --bs-btn-disabled-border-color: #0F3B5F;
}

a{
    color: #0F3B5F;
}

.div_header {
    margin-left: 0px;
    padding-left: 0px;
}

.background_init {
    background-color: #f0f4f9;
    padding-top: 200px;
}

.color_background {
    background-color: #32b8b6;
}

.bar_left {
    width: 100px;
    padding: 10px;
    font-size: 20px;
    text-align: center;
}

.bar_left_inf {
    width: 100px;
    padding: 10px;
    font-size: 20px;
    text-align: center;
}

.nav_top_line {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    background-color: #f6f8fc;
}

.margin-left {
    margin-left: 15px;
}

.columna_menu {
    padding: 8px;
    text-decoration: transparent;
    width: 300px;
}

.column_one {
    background-color: #eaf1fb;
    color: black;
    font-weight: bold;
}

.column_two {
    background-color: #f6f8fc;
    color: black;
    font-weight: bold;
}

.btn_accion {
    margin: 0;
    padding: 0;
}

.nav_bottom {
    background-color: #f6f8fc;
}

.error {
    color: red;
}

.color-card{
    background: #311333;
}