@charset "UTF-8";

.bg-dark-color,
.bg-dark {
  background: #222222;
}

.bg-gray-color-9 {
  background: #444444;
}

.bg-gray-color-8 {
  background: #5C5C5C;
}

.bg-gray-color-7 {
  background: #7A7A7A;
}

.bg-gray-color-6 {
  background: #969696;
}

.bg-gray-color-5 {
  background: #BABABA;
}

.bg-gray-color-4 {
  background: #D7D7D7;
}

.bg-gray-color-3 {
  background: #E5E5E5;
}

.bg-gray-color-2 {
  background: #EFEFEF;
}

.bg-white-color,
.bg-white {
  background: #FFFFFF;
}

.bg-primary-color {
  background: #EE0001;
}

.bg-secondary-color {
  background: #444444;
}

.bg-success {
  background: #389B00;
}

.bg-danger {
  background: #EE0001;
}

.bg-warning {
  background: #E6AD02;
}

.bg-success-light {
  background: #EAF5E5;
}

.bg-danger-light {
  background: #fde5e5;
}

.bg-warning-light {
  background: #FFFCF2;
}

@media (min-width: 992px) {
  .bg-lg-light {
    background-color: #F6F6F6 !important;
  }
}

.p-05 {
  padding: 0.125rem;
}

.rectangule {
  height: 2.625rem;
  width: 2.625rem;
  margin: 0.34375rem;
  display: inline-block;
}

.rectangule[class*=rec-] {
  height: 3.625rem;
}

.rectangule.rec-170 {
  width: 10.625rem;
}

.rectangule.rec-154 {
  width: 9.625rem;
}

.rectangule.rec-112 {
  width: 7rem;
}

.rectangule.rec-58 {
  width: 3.5rem;
}

.circle {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}

.circle.circle-sm {
  height: 1.5rem;
  width: 1.5rem;
}

@media (max-width: 576px) {
  .container {
    padding-right: unset;
    padding-left: unset;
  }
}

/*    .card
 *      border-radius: unset
 *  .card-body
 *      padding: 1rem 2rem*/

.feather.icon-small {
  width: 16px;
  height: 16px;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotating {
  animation: rotating 1s linear infinite;
}

.rotating-slow {
  animation: rotating 2s linear infinite;
}

.nav .nav-item .nav-link {
  font-weight: unset;
}

.nav .nav-item .nav-link:hover {
  color: unset;
}

.nav .nav-item .nav-link.active {
  background: unset;
  color: #EE0001;
  font-weight: 500;
}

.nav-row {
  width: 100%;
  color: #444444;
  display: block;
  padding: 0.625rem 1rem;
  margin: 0.625rem 0;
}

.nav-row:hover {
  color: unset;
  text-decoration: unset;
  background-color: #EFEFEF;
  border-radius: 0.625rem;
}

.nav-row i,
.nav-row svg {
  font-size: 1.09375rem;
  float: right !important;
}

.rounded {
  border-radius: 0.3225rem !important;
}

.modal-content {
  border: none;
  border-radius: 1.25rem;
}

.progress {
  display: flex;
  height: 0.5rem;
  font-size: 0.75rem;
  background-color: #D7D7D7;
  border-radius: 0.25rem;
}

.progress .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  background-color: #EE0001;
  transition: width 0.6s ease;
}

.progress .progress-bar.w-10 {
  width: 10%;
}

.progress .progress-bar.w-20 {
  width: 20%;
}

.progress .progress-bar.w-30 {
  width: 30%;
}

.progress .progress-bar.w-40 {
  width: 40%;
}

.progress .progress-bar.w-50 {
  width: 50%;
}

.progress .progress-bar.w-60 {
  width: 60%;
}

.progress .progress-bar.w-70 {
  width: 70%;
}

.progress .progress-bar.w-80 {
  width: 80%;
}

.progress .progress-bar.w-90 {
  width: 90%;
}

.progress .progress-bar.w-100 {
  width: 100%;
}

.crop {
  height: 100%;
  display: inline;
}

.l-1 {
  background-image: url(/img/l-1.png);
  background-repeat: no-repeat;
  background-position: -32px 37%;
  background-size: 148px;
}

.l-2 {
  background-image: url(/img/l-2.png);
  background-repeat: no-repeat;
  background-position: -102px 52%;
  background-size: 200px;
}

.banner-desktop {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/banner-desktop.png);
  background-repeat: no-repeat;
  background-size: cover;
}

[class^=border-] {
  border: 1px solid #EE0001;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-dark-color,
.border-dark {
  border-color: #222222 !important;
}

.border-gray-color-9 {
  border-color: #444444 !important;
}

.border-gray-color-8 {
  border-color: #5C5C5C !important;
}

.border-gray-color-7 {
  border-color: #7A7A7A !important;
}

.border-gray-color-6 {
  border-color: #969696 !important;
}

.border-gray-color-5 {
  border-color: #BABABA !important;
}

.border-gray-color-4 {
  border-color: #D7D7D7 !important;
}

.border-gray-color-3 {
  border-color: #E5E5E5 !important;
}

.border-gray-color-2 {
  border-color: #EFEFEF !important;
}

.border-white-color,
.border-white {
  border-color: #FFFFFF !important;
}

.border-top-3 {
  border-top: 3px solid #444444;
}

.border-top-5 {
  border-top: 5px solid #444444;
}

.border-bottom-3 {
  border-bottom: 3px solid #444444;
}

.border-bottom-5 {
  border-bottom: 5px solid #444444;
}

.border-right-3 {
  border-right: 3px solid #444444;
}

.border-right-5 {
  border-right: 5px solid #444444;
}

.border-left-3 {
  border-left: 3px solid #444444;
}

.border-left-5 {
  border-left: 5px solid #444444;
}

.border-right-0 {
  border-right: 0 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hover-border-primary:hover,
.focus-border-primary:focus {
  border-color: #EE0001 !important;
}

.hover-border-secondary:hover,
.focus-border-secondary:focus {
  border-color: #444444 !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 10px !important;
}

.rounded-top-left {
  border-top-left-radius: 5px !important;
}

.rounded-top-right {
  border-top-right-radius: 5px !important;
}

.rounded-bottom-left {
  border-bottom-left-radius: 5px !important;
}

.rounded-bottom-right {
  border-bottom-right-radius: 5px !important;
}

/** Graficos de saldo */

/** el fondo gris del grafico */

.balance-chart {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e5e5e5;
  /** el circulo verde del grafico, el valor se calcula automatico segun style="--value=50" */
  /** el centro del grafico es blanco */
}

.balance-chart.balance-chart-sm {
  width: 16px;
  height: 16px;
}

.balance-chart::before {
  content: "";
  margin-top: 0px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /*porcentage de 0 a 100 mutliplicado por 360, el valor calculado se deja de color transparente para que se vea el gris de abajo */
  background-image: conic-gradient(#fff0 calc((360 - 3.6 * var(--value)) * 1deg), #389B00 0 360deg, #389B00 0);
}

.balance-chart::after {
  content: "";
  margin: 25%;
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.alert {
  border-radius: 0.5rem;
  text-align: center !important;
}

.alert-success {
  color: #389B00;
  background-color: #EAF5E5;
  border-color: #389B00;
}

.alert-warning {
  color: #E6AD02;
  background-color: #FFFCF2;
  border-color: #E6AD02;
}

.alert-primary {
  color: #EE0001;
  background-color: rgba(238, 0, 1, 0.05);
  border-color: #EE0001;
}

.alert-danger {
  color: #EE0001;
  background-color: #fde5e5;
  border-color: #EE0001;
}

.alert-secondary {
  color: #262626;
  background-color: rgba(68, 68, 68, 0.15);
  border-color: #444444;
}

.alert-info {
  color: #6cb2eb;
  background-color: rgba(108, 178, 235, 0.15);
  border-color: #6cb2eb;
}

.tab-list .nav-item .nav-link.active {
  border-bottom: 3px solid #EE0001 !important;
}

.msisdn-selector {
  width: 78%;
  position: absolute;
  border: 0.0625rem solid #D7D7D7;
  border-radius: 0.625rem;
  background: #FFFFFF;
}

.msisdn-selector.show {
  box-shadow: 0px 3px 15px #0000001A;
}

.msisdn-selector:hover {
  box-shadow: 0px 3px 15px #0000001A;
}

.msisdn-selector .feather {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

.msisdn-selector label {
  cursor: pointer;
}

.msisdn-selector label:hover,
.msisdn-selector label:focus {
  background-color: #EFEFEF;
}

@media (max-width: 991px) {
  .msisdn-selector {
    max-width: 15rem;
  }

  .msisdn-selector {
    padding: 0.5rem 0;
    width: 50%;
    top: 11px;
    left: 25%;
    z-index: 1;
  }

  .msisdn-selector .feather-chevron-down,
  .msisdn-selector .feather-chevron-up {
    color: #EE0001;
  }

  .history .msisdn-selector {
    left: 7%;
  }
}

@media (max-width: 991px) {
  .sidebar-container.d-none {
    transition: opacity 0.7s;
    opacity: 0;
  }

  .sidebar-container .sidebar {
    z-index: 1020;
    margin: 0;
    width: 100%;
    height: 100%;
  }

  .sidebar-container .sidebar-fixed {
    padding-top: 60px;
    height: 100%;
    width: 100%;
  }

  .sidebar-container .sidebar-fixed .nav-item {
    margin-bottom: 0;
  }

  .sidebar-container .sidebar-fixed .nav-item .nav-link {
    padding: 0.8rem 1rem;
  }
}

@media (max-width: 991px) {
  .navbar {
    min-height: 70px;
  }
}

@media (max-width: 575px) {
  .modal-dialog {
    margin: 1rem;
  }
}

vue-modal-ajax {
  display: none;
}

.plan-list .plan-favorite {
  border-color: #EE0001;
}

.cursor-pointer {
  cursor: pointer !important;
}

div[onclick^="$"] {
  cursor: pointer !important;
}

[class*=border].selected {
  border-color: red !important;
}

.badge {
  font-weight: 400 !important;
}

.badge-primary {
  color: #EE0001;
  background-color: #fde5e5;
}

.badge-success {
  color: #389B00;
  background-color: #EAF5E5;
}

.badge-warning {
  color: #E6AD02;
  background-color: #FFFCF2;
}

.badge-info {
  color: #3490dc;
  background-color: #d1e6f8;
}

.height-2 {
  min-height: 90px;
}

.height-2 .row {
  min-height: 60px;
}

.height-3 {
  min-height: 125px;
}

.height-3 .row {
  min-height: 90px;
}

.carousel .carousel-indicators {
  bottom: -40px;
}

.carousel .carousel-indicators li {
  background-color: #BABABA;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border-top: unset;
  border-bottom: unset;
}

.carousel .carousel-indicators li.active {
  background-color: #EE0001;
}

/** graficos para el tracking de chip */

.tracking {
  position: relative;
  height: 56px;
}

.tracking:before {
  position: absolute;
  margin-left: -2rem;
  top: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #389B00;
  border-radius: 50%;
}

.tracking:after {
  position: absolute;
  margin-left: -2rem;
  left: 5px;
  top: 17px;
  content: "";
  border: 1px solid #389B00;
  width: 0px;
  height: 45px;
}

.tracking:last-child:after {
  display: none;
}

.tracking.tracking-gray:before,
.tracking.tracking-gray:after {
  background-color: #BABABA;
  border-color: #BABABA;
}

.tracking.tracking-gray:after {
  height: 112px;
  top: -39px;
}

.tracking.tracking-outline:before {
  border: 3px solid #389B00 !important;
  background-color: transparent !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.navbar .dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 0.25rem;
  right: 0;
}

.navbar .dropdown .dropdown-menu .dropdown-item {
  padding: 0.536rem 1.5rem;
  border-radius: 10px;
}

.navbar .dropdown .dropdown-menu .dropdown-item:active {
  color: #444444;
  text-decoration: none;
  background-color: #D7D7D7;
}

nav a.btn.btn-icon:hover {
  background: #D7D7D7;
  border-radius: 10px;
}

#breadcrumb:active {
  background: #D7D7D7;
  border-radius: 10px;
}

#navbarDropdown .btn.btn-secondary {
  min-width: 36px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.element_disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: not-allowed;
  -youbkit-touch-callout: none;
  -youbkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
          user-select: none;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.wizard-container {
  margin-bottom: 50px;
  padding: 0 60px;
  /* Línea conectora gris (fondo) */
  /* Línea de progreso de color */
  /* Círculo de cada paso */
  /* Estilos para el paso activo y los pasos completados */
}

.wizard-container .wizard-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.wizard-container .wizard-steps::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e0e0e0;
  transform: translateY(-50%);
  z-index: 1;
}

.wizard-container .wizard-steps::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background-color: #e53935;
  width: var(--progress-width, 0%);
  transform: translateY(-50%);
  z-index: 1;
  transition: width 0.4s ease;
}

.wizard-container .wizard-step {
  position: relative;
  z-index: 2;
}

.wizard-container .wizard-step .step-name {
  position: absolute;
  width: 180px;
  left: -90px;
  font-size: 12px;
  text-align: center;
}

.wizard-container .wizard-step::before {
  content: "";
  left: 10px;
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid #e0e0e0;
  border-radius: 50%;
  background-color: #f0f2f5;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.wizard-container .wizard-step.active::before,
.wizard-container .wizard-step.completed::before {
  border-color: #e53935;
}

.wizard-container .wizard-step.active::before {
  background: radial-gradient(circle, #e53935 6px, white 7px);
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Montserrat Thin Italic"), local("Montserrat-ThinItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7p29NNpQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Montserrat Thin Italic"), local("Montserrat-ThinItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7g29NNpQ.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Montserrat Thin Italic"), local("Montserrat-ThinItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7r29NNpQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Montserrat Thin Italic"), local("Montserrat-ThinItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7q29NNpQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Montserrat Thin Italic"), local("Montserrat-ThinItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqh7k29M.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Montserrat ExtraLight Italic"), local("Montserrat-ExtraLightItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Montserrat ExtraLight Italic"), local("Montserrat-ExtraLightItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Montserrat ExtraLight Italic"), local("Montserrat-ExtraLightItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Montserrat ExtraLight Italic"), local("Montserrat-ExtraLightItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Montserrat ExtraLight Italic"), local("Montserrat-ExtraLightItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_z_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat Light Italic"), local("Montserrat-LightItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxC7mw9c.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRzS7mw9c.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxi7mw9c.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxy7mw9c.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRyS7m.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold Italic"), local("Montserrat-SemiBoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz8fZwnCo.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz-PZwnCo.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz8_ZwnCo.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz8vZwnCo.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black Italic"), local("Montserrat-BlackItalic"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnz_PZw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRxC7mw9c.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRzS7mw9c.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRxi7mw9c.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRxy7mw9c.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRyS7m.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Montserrat Black"), local("Montserrat-Black"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  font-family: "Montserrat", sans-serif;
}

body {
  font-size: 1rem;
  color: #444444;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

h1.ls-1,
h2.ls-1,
h3.ls-1,
h4.ls-1,
h5.ls-1,
h6.ls-1,
p.ls-1,
span.ls-1,
.h1.ls-1,
.h2.ls-1,
.h3.ls-1,
.h4.ls-1,
.h5.ls-1,
.h6.ls-1,
.p.ls-1,
li.ls-1 {
  letter-spacing: 0.0257142857rem;
}

h1.ls-2,
h2.ls-2,
h3.ls-2,
h4.ls-2,
h5.ls-2,
h6.ls-2,
p.ls-2,
span.ls-2,
.h1.ls-2,
.h2.ls-2,
.h3.ls-2,
.h4.ls-2,
.h5.ls-2,
.h6.ls-2,
.p.ls-2,
li.ls-2 {
  letter-spacing: 0.0514285714rem;
}

h1.ls-3,
h2.ls-3,
h3.ls-3,
h4.ls-3,
h5.ls-3,
h6.ls-3,
p.ls-3,
span.ls-3,
.h1.ls-3,
.h2.ls-3,
.h3.ls-3,
.h4.ls-3,
.h5.ls-3,
.h6.ls-3,
.p.ls-3,
li.ls-3 {
  letter-spacing: 0.0771428571rem;
}

h1.ls-4,
h2.ls-4,
h3.ls-4,
h4.ls-4,
h5.ls-4,
h6.ls-4,
p.ls-4,
span.ls-4,
.h1.ls-4,
.h2.ls-4,
.h3.ls-4,
.h4.ls-4,
.h5.ls-4,
.h6.ls-4,
.p.ls-4,
li.ls-4 {
  letter-spacing: 0.1028571429rem;
}

h1.lh-1,
h2.lh-1,
h3.lh-1,
h4.lh-1,
h5.lh-1,
h6.lh-1,
p.lh-1,
span.lh-1,
.h1.lh-1,
.h2.lh-1,
.h3.lh-1,
.h4.lh-1,
.h5.lh-1,
.h6.lh-1,
.p.lh-1,
li.lh-1 {
  line-height: 0.6428571429rem;
}

h1.lh-2,
h2.lh-2,
h3.lh-2,
h4.lh-2,
h5.lh-2,
h6.lh-2,
p.lh-2,
span.lh-2,
.h1.lh-2,
.h2.lh-2,
.h3.lh-2,
.h4.lh-2,
.h5.lh-2,
.h6.lh-2,
.p.lh-2,
li.lh-2 {
  line-height: 1.2857142857rem;
}

h1.lh-3,
h2.lh-3,
h3.lh-3,
h4.lh-3,
h5.lh-3,
h6.lh-3,
p.lh-3,
span.lh-3,
.h1.lh-3,
.h2.lh-3,
.h3.lh-3,
.h4.lh-3,
.h5.lh-3,
.h6.lh-3,
.p.lh-3,
li.lh-3 {
  line-height: 1.7142857143rem;
}

h1.lh-4,
h2.lh-4,
h3.lh-4,
h4.lh-4,
h5.lh-4,
h6.lh-4,
p.lh-4,
span.lh-4,
.h1.lh-4,
.h2.lh-4,
.h3.lh-4,
.h4.lh-4,
.h5.lh-4,
.h6.lh-4,
.p.lh-4,
li.lh-4 {
  line-height: 2.5714285714rem;
}

h1,
.h1 {
  font-size: 2.2857142857rem;
}

h2,
.h2 {
  font-size: 2.1428571429rem;
}

h3,
.h3 {
  font-size: 1.7142857143rem;
}

h4,
.h4 {
  font-size: 1.4285714286rem;
}

h5,
.h5 {
  font-size: 1.0714285714rem;
}

h6,
.h6 {
  font-size: 0.8571428571rem;
}

small,
.small,
.overline {
  font-size: 85.7142857143%;
}

.lead {
  font-size: 1.4285714286rem;
}

.overline {
  letter-spacing: 0.1028571429rem;
  color: #969696;
}

h1.text-muted,
h2.text-muted,
h3.text-muted,
h4.text-muted,
h5.text-muted,
h6.text-muted,
p.text-muted,
a.text-muted,
button.text-muted,
.h1.text-muted,
.h2.text-muted,
.h3.text-muted,
.h4.text-muted,
.h5.text-muted,
.h6.text-muted,
.p.text-muted,
.a.text-muted,
.button.text-muted {
  color: #222222 !important;
  opacity: 0.6;
}

h1.dark-color,
h1 .bg-dark,
h2.dark-color,
h2 .bg-dark,
h3.dark-color,
h3 .bg-dark,
h4.dark-color,
h4 .bg-dark,
h5.dark-color,
h5 .bg-dark,
h6.dark-color,
h6 .bg-dark,
p.dark-color,
p .bg-dark,
a.dark-color,
a .bg-dark,
button.dark-color,
button .bg-dark,
.h1.dark-color,
.h1 .bg-dark,
.h2.dark-color,
.h2 .bg-dark,
.h3.dark-color,
.h3 .bg-dark,
.h4.dark-color,
.h4 .bg-dark,
.h5.dark-color,
.h5 .bg-dark,
.h6.dark-color,
.h6 .bg-dark,
.p.dark-color,
.p .bg-dark,
.a.dark-color,
.a .bg-dark,
.button.dark-color,
.button .bg-dark {
  color: #222222;
}

h1.gray-color-9,
h2.gray-color-9,
h3.gray-color-9,
h4.gray-color-9,
h5.gray-color-9,
h6.gray-color-9,
p.gray-color-9,
a.gray-color-9,
button.gray-color-9,
.h1.gray-color-9,
.h2.gray-color-9,
.h3.gray-color-9,
.h4.gray-color-9,
.h5.gray-color-9,
.h6.gray-color-9,
.p.gray-color-9,
.a.gray-color-9,
.button.gray-color-9 {
  color: #444444;
}

h1.gray-color-8,
h2.gray-color-8,
h3.gray-color-8,
h4.gray-color-8,
h5.gray-color-8,
h6.gray-color-8,
p.gray-color-8,
a.gray-color-8,
button.gray-color-8,
.h1.gray-color-8,
.h2.gray-color-8,
.h3.gray-color-8,
.h4.gray-color-8,
.h5.gray-color-8,
.h6.gray-color-8,
.p.gray-color-8,
.a.gray-color-8,
.button.gray-color-8 {
  color: #5C5C5C;
}

h1.gray-color-7,
h2.gray-color-7,
h3.gray-color-7,
h4.gray-color-7,
h5.gray-color-7,
h6.gray-color-7,
p.gray-color-7,
a.gray-color-7,
button.gray-color-7,
.h1.gray-color-7,
.h2.gray-color-7,
.h3.gray-color-7,
.h4.gray-color-7,
.h5.gray-color-7,
.h6.gray-color-7,
.p.gray-color-7,
.a.gray-color-7,
.button.gray-color-7 {
  color: #7A7A7A;
}

h1.gray-color-6,
h2.gray-color-6,
h3.gray-color-6,
h4.gray-color-6,
h5.gray-color-6,
h6.gray-color-6,
p.gray-color-6,
a.gray-color-6,
button.gray-color-6,
.h1.gray-color-6,
.h2.gray-color-6,
.h3.gray-color-6,
.h4.gray-color-6,
.h5.gray-color-6,
.h6.gray-color-6,
.p.gray-color-6,
.a.gray-color-6,
.button.gray-color-6 {
  color: #969696;
}

h1.gray-color-5,
h2.gray-color-5,
h3.gray-color-5,
h4.gray-color-5,
h5.gray-color-5,
h6.gray-color-5,
p.gray-color-5,
a.gray-color-5,
button.gray-color-5,
.h1.gray-color-5,
.h2.gray-color-5,
.h3.gray-color-5,
.h4.gray-color-5,
.h5.gray-color-5,
.h6.gray-color-5,
.p.gray-color-5,
.a.gray-color-5,
.button.gray-color-5 {
  color: #BABABA;
}

h1.gray-color-4,
h2.gray-color-4,
h3.gray-color-4,
h4.gray-color-4,
h5.gray-color-4,
h6.gray-color-4,
p.gray-color-4,
a.gray-color-4,
button.gray-color-4,
.h1.gray-color-4,
.h2.gray-color-4,
.h3.gray-color-4,
.h4.gray-color-4,
.h5.gray-color-4,
.h6.gray-color-4,
.p.gray-color-4,
.a.gray-color-4,
.button.gray-color-4 {
  color: #D7D7D7;
}

h1.gray-color-3,
h2.gray-color-3,
h3.gray-color-3,
h4.gray-color-3,
h5.gray-color-3,
h6.gray-color-3,
p.gray-color-3,
a.gray-color-3,
button.gray-color-3,
.h1.gray-color-3,
.h2.gray-color-3,
.h3.gray-color-3,
.h4.gray-color-3,
.h5.gray-color-3,
.h6.gray-color-3,
.p.gray-color-3,
.a.gray-color-3,
.button.gray-color-3 {
  color: #E5E5E5;
}

h1.gray-color-2,
h2.gray-color-2,
h3.gray-color-2,
h4.gray-color-2,
h5.gray-color-2,
h6.gray-color-2,
p.gray-color-2,
a.gray-color-2,
button.gray-color-2,
.h1.gray-color-2,
.h2.gray-color-2,
.h3.gray-color-2,
.h4.gray-color-2,
.h5.gray-color-2,
.h6.gray-color-2,
.p.gray-color-2,
.a.gray-color-2,
.button.gray-color-2 {
  color: #EFEFEF;
}

h1.primary-color,
h2.primary-color,
h3.primary-color,
h4.primary-color,
h5.primary-color,
h6.primary-color,
p.primary-color,
a.primary-color,
button.primary-color,
.h1.primary-color,
.h2.primary-color,
.h3.primary-color,
.h4.primary-color,
.h5.primary-color,
.h6.primary-color,
.p.primary-color,
.a.primary-color,
.button.primary-color {
  color: #EE0001;
}

h1.secondary-color,
h2.secondary-color,
h3.secondary-color,
h4.secondary-color,
h5.secondary-color,
h6.secondary-color,
p.secondary-color,
a.secondary-color,
button.secondary-color,
.h1.secondary-color,
.h2.secondary-color,
.h3.secondary-color,
.h4.secondary-color,
.h5.secondary-color,
.h6.secondary-color,
.p.secondary-color,
.a.secondary-color,
.button.secondary-color {
  color: #444444;
}

h1.facebook-color,
h2.facebook-color,
h3.facebook-color,
h4.facebook-color,
h5.facebook-color,
h6.facebook-color,
p.facebook-color,
a.facebook-color,
button.facebook-color,
.h1.facebook-color,
.h2.facebook-color,
.h3.facebook-color,
.h4.facebook-color,
.h5.facebook-color,
.h6.facebook-color,
.p.facebook-color,
.a.facebook-color,
.button.facebook-color {
  color: #1877F2 !important;
}

h1.twitter-color,
h2.twitter-color,
h3.twitter-color,
h4.twitter-color,
h5.twitter-color,
h6.twitter-color,
p.twitter-color,
a.twitter-color,
button.twitter-color,
.h1.twitter-color,
.h2.twitter-color,
.h3.twitter-color,
.h4.twitter-color,
.h5.twitter-color,
.h6.twitter-color,
.p.twitter-color,
.a.twitter-color,
.button.twitter-color {
  color: #00A1F4 !important;
}

.font-size-xs {
  font-size: 0.715rem !important;
}

.font-size-sm {
  font-size: 0.875rem !important;
}

.font-size-1 {
  font-size: 1rem !important;
}

.font-size-lg {
  font-size: 1.25rem !important;
}

.font-size-lg-1 {
  font-size: 1.25rem !important;
}

.font-size-lg-2 {
  font-size: 1.5rem !important;
}

.font-size-lg-3 {
  font-size: 1.75rem !important;
}

.font-size-lg-4 {
  font-size: 2rem !important;
}

.bg-gray-color-9,
.bg-gray-color-7,
.bg-dark-color {
  color: #F6F6F6;
}

a.btn-link:hover {
  color: #EE0001;
}

.btn {
  font-size: 1.0714285714rem;
  border-radius: 5px;
  padding-top: 0.43rem;
  padding-bottom: 0.43rem;
  height: auto;
  box-shadow: none !important;
}

.btn.btn-xs {
  font-size: 0.8125rem;
  padding: 0.3125rem 0.6875rem;
}

.btn.btn-sm {
  font-size: 0.9375rem;
}

.btn.btn-lg {
  font-size: 1.125rem;
  line-height: 1.5;
  min-height: 2.75rem;
}

.btn.btn-primary {
  color: #FFFFFF;
  background-color: #EE0001;
  border-color: #EE0001;
}

.btn.btn-primary:hover,
.btn.btn-primary.hover {
  background-color: #444444;
  border-color: #444444;
}

.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn.btn-primary.dropdown-toggle {
  background-color: #262626;
  border-color: #262626;
}

.btn.btn-primary.disabled,
.btn.btn-primary:disabled {
  background-color: #FDD9D9 !important;
  color: #FFFFFF;
  border: #FDD9D9;
}

.btn.btn-primary:focus,
.btn.btn-primary .focus {
  color: #FFFFFF;
  background-color: #EE0001;
  border-color: #EE0001;
}

.btn.btn-outline-primary {
  color: #EE0001;
  border-color: #EE0001;
  background-color: transparent;
  border-color: #EE0001 !important;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.hover {
  color: #FFFFFF;
  background-color: #EE0001;
}

.btn.btn-outline-primary:active,
.btn.btn-outline-primary.active,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary .focus,
.btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn.btn-outline-primary .show > .dropdown-toggle:focus {
  color: #FFFFFF;
  background-color: #B30406 !important;
}

.btn.btn-outline-primary:disabled,
.btn.btn-outline-primary.disabled {
  opacity: 1;
  color: #FDD9D9 !important;
  background-color: #FFFFFF !important;
  border-color: #FDD9D9 !important;
}

.btn.btn-ghost-primary,
.btn .btn-icon {
  color: #222222;
  border-color: transparent;
  background-color: transparent;
}

.btn.btn-ghost-primary:hover,
.btn.btn-ghost-primary.hover,
.btn .btn-icon:hover,
.btn .btn-icon.hover {
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

.btn.btn-ghost-primary:active,
.btn.btn-ghost-primary.active,
.btn .btn-icon:active,
.btn .btn-icon.active {
  color: #EE0001;
  background-color: #FDD9D9;
  border-color: #FDD9D9;
}

.btn.btn-ghost-primary:disabled,
.btn.btn-ghost-primary.disabled,
.btn .btn-icon:disabled,
.btn .btn-icon.disabled {
  color: #D7D7D7;
  background-color: #FFFFFF;
  border-color: transparent;
}

.btn.btn-ghost2-primary {
  color: #222222;
  border-color: #D7D7D7;
  background-color: transparent;
}

.btn.btn-ghost2-primary:active,
.btn.btn-ghost2-primary.active {
  color: #EE0001;
  background-color: #FDD9D9;
  border-color: #EE0001;
}

.btn.btn-ghost2-primary:disabled,
.btn.btn-ghost2-primary.disabled {
  color: #D7D7D7;
  background-color: #FFFFFF;
  border-color: #BABABA;
}

.btn.btn-ghost2-secondary {
  color: #222222;
  border-color: #D7D7D7;
  background-color: transparent;
}

.btn.btn-ghost2-secondary:active,
.btn.btn-ghost2-secondary.active {
  color: #444444;
  background-color: #E5E5E5;
  border-color: #BABABA;
}

.btn.btn-ghost2-secondary:disabled,
.btn.btn-ghost2-secondary.disabled {
  color: #D7D7D7;
  background-color: #FFFFFF;
  border-color: #BABABA;
}

.btn:hover,
.btn.hover {
  background-color: #444444;
  border-color: #444444;
}

.btn:hover,
.btn.hover {
  background-color: #F6F6F6;
  border-color: #E5E5E5;
}

.btn.btn-secondary {
  color: #FFFFFF;
  background-color: #444444;
  border-color: #444444;
}

.btn.btn-secondary:hover,
.btn.btn-secondary.hover {
  background-color: #262626;
  border-color: #262626;
}

.btn.btn-secondary[class*=outline-secondary]:hover {
  color: #FFFFFF;
}

.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn.btn-secondary.dropdown-toggle {
  background-color: #262626;
  border-color: #262626;
}

.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
  color: #FFFFFF;
  background-color: #444444;
  border-color: #444444;
  box-shadow: 0 0 0 0.2rem rgba(68, 68, 68, 0.5);
}

.btn.btn-secondary.disabled,
.btn.btn-secondary:disabled {
  background-color: #E5E5E5;
  border: transparent;
}

.btn.btn-outline-secondary {
  color: #444444;
  border-color: #444444;
  background-color: transparent;
  border-color: #444444 !important;
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary.hover {
  color: #FFFFFF;
  background-color: #444444;
}

.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary.active,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary .focus,
.btn.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn.btn-outline-secondary .show > .dropdown-toggle:focus {
  color: #FFFFFF;
  background-color: #222222 !important;
}

.btn.btn-outline-secondary:disabled,
.btn.btn-outline-secondary.disabled {
  color: #D7D7D7;
  background-color: #FFFFFF;
  border-color: #E5E5E5;
}

.btn.btn-outline-secondary.disabled,
.btn.btn-outline-secondary:disabled {
  background-color: #5C5C5C !important;
  border: transparent;
}

.btn.btn-link {
  color: #444444;
  background-color: transparent;
  border-color: transparent;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.btn.btn-link:focus,
.btn.btn-link.focus,
.btn.btn-link:not(:disabled):not(.disabled):active,
.btn.btn-link:not(:disabled):not(.disabled).active,
.show > .btn.btn-link.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
}

.btn.btn-link.disabled,
.btn.btn-link:disabled {
  background-color: #FDD9D9 !important;
  border: #FDD9D9;
}

.btn.btn-facebook {
  color: #FFFFFF;
  background-color: #1877F2;
  border-color: #1877F2;
}

.btn.btn-facebook:hover,
.btn.btn-facebook.hover {
  background-color: #23345a;
  border-color: #23345a;
}

.btn.btn-facebook:focus,
.btn.btn-facebook.focus,
.btn.btn-facebook:not(:disabled):not(.disabled):active,
.btn.btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn.btn-facebook.dropdown-toggle {
  background-color: #23345a;
  border-color: #23345a;
}

.btn.btn-facebook.disabled,
.btn.btn-facebook:disabled {
  background-color: #4069c2 !important;
  border: #4069c2;
}

.btn.btn-facebook:focus,
.btn.btn-facebook .focus {
  color: #FFFFFF;
  background-color: #23345a;
  border-color: #23345a;
}

.btn.btn-facebook > .feather {
  font-size: 1.5rem;
}

.btn.btn-icon {
  width: 36px;
  height: 36px;
  pading: 0px;
}

.btn.btn-icon > .feather {
  vertical-align: middle;
  font-size: 1.5rem;
  margin-left: -0.25rem !important;
}

.btn.btn-link:hover {
  color: #EE0001;
}

.btn.btn-light {
  background-color: #E5E5E5;
}

.btn.btn-light:hover,
.btn.btn-light.hover {
  background-color: #BABABA;
  border-color: #BABABA;
}

.btn.btn-dark {
  background-color: #5C5C5C;
}

.btn.btn-dark:hover,
.btn.btn-dark.hover {
  background-color: #969696;
  border-color: #969696;
}

.btn.btn-round {
  border-radius: 25px;
}

label {
  color: #444444;
  margin-bottom: 0;
}

.form-control {
  font-size: 1.0714285714rem;
  box-shadow: none !important;
  border-color: #D7D7D7;
}

.form-control::-moz-placeholder {
  font-size: 1.0714285714rem;
  color: #969696;
}

.form-control::placeholder {
  font-size: 1.0714285714rem;
  color: #969696;
}

.form-control.hover,
.form-control:hover,
.form-control.active,
.form-control:active,
.form-control.focus,
.form-control:focus {
  border-color: #444444;
}

.form-control.disabled,
.form-control:disabled {
  border-color: #D7D7D7;
  background-color: #F6F6F6;
  color: #D7D7D7;
  cursor: not-allowed;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #EE0001;
}

input.form-control {
  height: calc(1.5em + 0.75rem + 3px);
}

input[type=file].form-control {
  display: none;
}

input[type=file].form-control + label {
  display: block;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  border: 0.0625rem solid #D7D7D7;
  border-radius: 0.25rem;
  padding: 0.429rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #969696;
  font-size: 1.0714285714rem;
  align-content: center;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=file].form-control + label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 30%;
  height: 100%;
  content: "Subir";
  padding: 0.42rem 0.75rem;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-left: none;
  line-height: 1.5;
  color: #7A7A7A;
  font-weight: 600;
  font-size: 1.0714285714rem;
  text-align: center;
  align-content: center;
  background-color: #D7D7D7;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=file].form-control + label.change::after {
  content: "Eliminar";
  background-color: #B30406;
  color: #EFEFEF;
}

input[type=file].form-control + label.upload::after {
  content: "Subiendo";
  background-color: #FFFFFF;
  padding: 0.42rem 0rem;
  color: #7A7A7A;
}

input[type=file].form-control + label.is-invalid {
  background-color: #FFFFFF;
  color: #EE0001;
  border-color: #EE0001 !important;
}

input[type=file].form-control + label.is-invalid::after {
  content: "Error";
  padding: 0.42rem 0rem;
  background-color: #EE0001;
  color: #FFFFFF;
}

input[type=file].form-control + label .upload {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  -moz-text-align-last: center;
       text-align-last: center;
  z-index: 3;
  font-size: 24px;
  background-color: rgba(122, 122, 122, 0.2);
  border-radius: 0.25rem;
}

input[type=file].form-control.is-invalid + label {
  border-color: #EE0001 !important;
  color: #EE0001 !important;
}

.invalid-feedback {
  font-size: 85%;
  color: #EE0001;
  display: block;
}

.input-group.is-invalid {
  color: #EE0001;
}

.input-group.is-invalid .btn.btn-ghost2-primary,
.input-group.is-invalid .input-group-text,
.input-group.is-invalid input.form-control {
  border-color: #EE0001;
}

.input-group-text {
  background-color: #FFFFFF;
  font-size: 1rem;
}

.input-group-text.hover,
.input-group-text:hover,
.input-group-text.active,
.input-group-text:active {
  border-color: #444444;
}

.input-group-text.disabled,
.input-group-text:disabled {
  border-color: #D7D7D7;
  color: #D7D7D7;
}

input[name*=password],
input.password,
input.outline {
  height: calc(1.5em + 0.75rem + 3px);
}

input[name*=password] ~ .input-group-append .btn,
input.password ~ .input-group-append .btn,
input.outline ~ .input-group-append .btn {
  border-left: 0;
  font-size: 1rem;
}

input[name*=password] ~ .input-group-append .btn:hover,
input.password ~ .input-group-append .btn:hover,
input.outline ~ .input-group-append .btn:hover {
  border-color: #D7D7D7;
}

input[name*=password] ~ .input-group-append .btn:active,
input.password ~ .input-group-append .btn:active,
input.outline ~ .input-group-append .btn:active {
  background-color: transparent;
  color: #D7D7D7;
}

input[name*=password]:hover ~ .input-group-append .btn,
input[name*=password]:active ~ .input-group-append .btn,
input[name*=password]:enabled:focus ~ .input-group-append .btn,
input.password:hover ~ .input-group-append .btn,
input.password:active ~ .input-group-append .btn,
input.password:enabled:focus ~ .input-group-append .btn,
input.outline:hover ~ .input-group-append .btn,
input.outline:active ~ .input-group-append .btn,
input.outline:enabled:focus ~ .input-group-append .btn {
  border-color: #444444;
}

input[name*=password][type=password] ~ .input-group-append .btn > svg,
input[name*=password][type=text] ~ .input-group-append .btn > svg,
input.password[type=password] ~ .input-group-append .btn > svg,
input.password[type=text] ~ .input-group-append .btn > svg,
input.outline[type=password] ~ .input-group-append .btn > svg,
input.outline[type=text] ~ .input-group-append .btn > svg {
  height: 1.5rem;
  width: auto;
}

input[name*=password][name*=password][type=password] ~ .input-group-append .btn > svg:first-child,
input.password[name*=password][type=password] ~ .input-group-append .btn > svg:first-child,
input.outline[name*=password][type=password] ~ .input-group-append .btn > svg:first-child {
  display: none;
}

input[name*=password][name*=password][type=text] ~ .input-group-append .btn > svg:last-child,
input.password[name*=password][type=text] ~ .input-group-append .btn > svg:last-child,
input.outline[name*=password][type=text] ~ .input-group-append .btn > svg:last-child {
  display: none;
}

input[name*=password] ~ .input-group-append.btn:enabled:hover,
input.password ~ .input-group-append.btn:enabled:hover,
input.outline ~ .input-group-append.btn:enabled:hover {
  border-color: #444444;
}

input[name*=password] ~ .input-group-append.btn:active,
input.password ~ .input-group-append.btn:active,
input.outline ~ .input-group-append.btn:active {
  background-color: transparent;
  color: #444444;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}

.form-check-label {
  cursor: pointer;
  display: inline-block;
  max-height: 2.5rem;
}

.form-check-label::before {
  position: relative;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "";
  border: #D7D7D7 solid 1px;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}

.form-check-label::after {
  position: relative;
  top: -21px;
  left: -4px;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  cursor: pointer;
}

.small .form-check-label::after {
  top: -1.15rem;
}

.switch ~ .form-check-label {
  margin-left: 1rem;
}

.switch ~ .form-check-label::before {
  position: absolute;
  top: -0.25rem;
  display: block;
  height: 1rem;
  content: "";
  border: #D7D7D7 solid 1px;
  left: -0.9rem;
  width: 2.5rem;
  height: 1.675rem;
  pointer-events: all;
  border-radius: 0.8125rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.switch ~ .form-check-label::after {
  top: calc(-.25rem + 2px);
  left: calc(-.9rem + 2px);
  width: calc(1.675rem - 4px);
  height: calc(1.675rem - 4px);
  border-radius: 0.6875rem;
  transition: transform 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;
  position: absolute;
  display: block;
  content: "";
  background: no-repeat 50%/50% 50%;
  background-color: #969696;
}

.form-check-input {
  max-height: 1rem;
  opacity: 0;
}

.form-check-input[type=radio] ~ .form-check-label::before {
  border-radius: 8px;
}

.form-check-input[type=radio] ~ .form-check-label::after {
  top: -14px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-image: none;
  background-size: 6px;
  background-color: white;
  border-radius: 50%;
}

.form-check-input:checked ~ .form-check-label::before,
.form-check-input:active ~ .form-check-label::before {
  background-color: #EE0001;
  border-color: #EE0001;
}

.form-check-input:hover ~ .form-check-label::before,
.form-check-input.hover ~ .form-check-label::before {
  border-color: #EE0001;
  box-shadow: none !important;
}

.form-check-input:focus ~ .form-check-label::before,
.form-check-input.focus ~ .form-check-label::before {
  border-color: #EE0001;
  box-shadow: none !important;
}

.form-check-input:disabled:active ~ .form-check-label::before,
.form-check-input:disabled ~ .form-check-label::before,
.form-check-input:disabled ~ .form-check-label,
.form-check-input.disabled:active ~ .form-check-label::before,
.form-check-input.disabled ~ .form-check-label::before,
.form-check-input.disabled ~ .form-check-label {
  background-color: transparent;
  color: #D7D7D7;
  border-color: #D7D7D7;
  box-shadow: none !important;
}

.form-check-input:disabled ~ .form-check-label::after,
.form-check-input.disabled ~ .form-check-label::after {
  cursor: not-allowed;
}

.form-check-input.switch:checked::after,
.form-check-input.switch ~ .form-check-label::after {
  left: calc(-.59rem - 2px);
  background-color: #EE0001;
  transform: translateX(0.75rem);
}

.form-check-input.switch:checked::before,
.form-check-input.switch ~ .form-check-label::before {
  background-color: transparent;
  border-color: #D7D7D7;
}

.form-check-input.switch:active ~ .form-check-label::before {
  background-color: transparent;
}

.form-check-input.switch:hover ~ .form-check-label::before {
  border-color: #D7D7D7;
}

.form-check-input.switch:disabled ~ .form-check-label::after {
  background-color: #E5E5E5;
}

.form-check-input.switch:disabled ~ .form-check-label::before {
  background-color: transparent;
}

.form-check-input.switch:checked:disabled ~ .form-check-label::after,
.form-check-input.switch:active:disabled ~ .form-check-label::after {
  background-color: #FDD9D9;
}

.form-check-input.switch:checked:disabled ~ .form-check-label::before,
.form-check-input.switch:active:disabled ~ .form-check-label::before {
  background-color: transparent;
}

.insert-sms input {
  text-align: center;
  width: 2.75rem;
  margin: 0 0.4rem;
  height: 2.75rem;
  border: solid 1px #D7D7D7;
  border-radius: 0.3125rem;
}

.insert-sms input:hover,
.insert-sms input:focus,
.insert-sms input:active {
  border: solid 1px #D7D7D7;
  outline: none;
}

textarea {
  resize: none;
}

select.icon-calendar {
  background: url(/img/icons/calendar.svg) no-repeat right;
  background-position-x: 95% !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
}

.otp-field-container {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.otp-field-container .otp-box {
  width: 40px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border-bottom: 3px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-color 0.3s ease;
  /* Estilo para la caja activa (donde estaría el cursor) */
}

.otp-field-container .otp-box.active {
  border-bottom-color: #e53935;
}

.otp-field-container #real-otp-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  background: transparent;
  caret-color: transparent;
  letter-spacing: 28px;
  padding-left: 10px;
  font-size: 24px;
}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #EE0001;
  font-weight: bold;
  font-size: 2em;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul li.typeahead__item::before {
  display: none;
  content: "";
}

ul.nav li::before {
  display: none;
}

ul.sm {
  padding-left: 1rem;
}

ul.sm li::before {
  width: 1.15rem;
  margin-left: -0.5em;
  line-height: 1.1;
  vertical-align: bottom;
  font-weight: 600;
}

ul.sm ul {
  padding-left: 1rem;
}

.card {
  border-radius: 10px;
}

.card.card-shadow {
  box-shadow: 0px 3px 15px #0000001A;
}

.card .btn-card {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 7px;
}

.card .btn-ghost-card {
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 600;
  color: #131C35;
  padding: 0.6rem;
}

.card .icon-25 {
  width: 25px;
  height: 25px;
  background-size: contain !important;
  background-position: center;
}

.card .icon-5g {
  display: block;
  position: absolute;
  margin-top: -30px;
  margin-bottom: 10px;
}

.card .border-icon-5g {
  display: block;
  position: absolute;
  width: 18px;
  border-bottom: 0px solid #ee0001;
}

.card .chevron-color {
  color: #E10A0A;
  stroke-width: 3;
}

.card .minutes-text {
  font-size: 10px;
  font-weight: 600;
  min-height: 15px;
  margin-bottom: 0px;
}

.card.custom-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 3px 9px 0px #00000026;
}

.card.custom-card .red-line-card {
  border: none;
  border-top: 1px solid #E10A0A;
  margin: 0px 0px;
}

.card.custom-card .right-text-top {
  margin-top: 15px;
}

.card.custom-card .additional-details-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card.custom-card .additional-details-item {
  width: calc(50% - 5px);
  margin-bottom: 5px;
}

.card.custom-card .custom-text {
  font-family: "Poppins", sans-serif;
  color: #131C35;
  margin-bottom: 0px;
}

.card.custom-card .custom-text.poppins-10 {
  font-size: 10px;
  font-weight: 500;
}

.card.custom-card .custom-text.poppins-13 {
  font-size: 13px;
  font-weight: 500;
}

.card.custom-card .custom-text.poppins-14 {
  font-size: 14px;
  font-weight: 600;
}

.card.custom-card .custom-text.poppins-14-400 {
  font-size: 14px;
  font-weight: 400;
}

.card.custom-card .custom-text.poppins-25 {
  font-size: 25px;
  font-weight: 700;
}

.card.custom-card .custom-text.poppins-30 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.card.custom-card .custom-text.poppins-34 {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
}

.card .subscription-container {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 8px;
}

.card .subscription-content-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-right: 10px;
}

.card .subscription-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #131C35;
}

.card #dropdownMenuLink + .dropdown-menu {
  margin-top: -37px;
  box-shadow: 0px 3px 50px #00000040;
  border-radius: 10px;
  border: 0px;
  padding: 0.25rem;
}

.card #dropdownMenuLink + .dropdown-menu .dropdown-item {
  padding: 0.536rem 1.2rem;
  border-radius: 10px;
}

.card #dropdownMenuLink + .dropdown-menu .dropdown-item.active,
.card #dropdownMenuLink + .dropdown-menu .dropdown-item:active {
  color: #444444;
  text-decoration: none;
  background-color: #D7D7D7;
}

.card #dropdownMenuLink + .dropdown-menu .dropdown-item:hover {
  background: #F6F6F6;
  color: #EE0001;
}

.card #dropdownMenuLink {
  float: right !important;
  margin-top: -14px;
  margin-right: -14px;
  padding: 8px;
}

.card #dropdownMenuLink:hover {
  background: #E5E5E5;
  border-radius: 10px;
}

.card .card-footer {
  border-radius: 10px;
}

.card .body-footer:hover {
  background-color: #EFEFEF;
}

.card .body-footer:hover:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

[class*=plan-].card {
  overflow: hidden;
}

.sidebar .feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  /* sobre el topbar*/
  margin-left: 15px;
  margin-top: 15px;
  width: 272px;
}

.sidebar-fixed {
  position: fixed;
  height: calc(100vh - 15px - 15px);
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  background-color: white;
  border-radius: 10px;
  width: 272px;
  padding: 10px 30px;
  /*  @media ( max-width: 991px ){
     padding: 20px;
   } */
}

.sidebar-container {
  flex: 0 0 272px;
  -ms-flex: 0 0 272px;
}

@supports (position: sticky) {
  .sidebar-sticky {
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
  border-radius: 10px;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  background: none;
  font-weight: bold;
}

.sidebar .nav-link:hover {
  background: #F6F6F6 !important;
  color: #EE0001 !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: #EE0001;
}

.sidebar-heading {
  font-size: 0.75rem;
}

.sidebar .nav-item {
  margin-bottom: 6px;
}

/*
 * Content
 */

#main {
  margin-top: 74px;
  /* espacio para menu superior */
  padding-bottom: 80px !important;
  /* espacio para el footer */
}

@media (min-width: 576px) {
  #main {
    margin-top: 56px;
  }
}

#app {
  overflow-x: hidden;
  /* para que en vista mobile no se mueva horizontalmente el contenido */
}

/*
 * Navbar
 */

.sidebar .navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.sidebar ul li::before {
  content: none;
}

/* iconos en menu inferior usan lineas mas delgadas,  excepto el menu */

.fixed-bottom .nav-link > svg.feather:not(.feather-menu) {
  stroke-width: 1;
}

.fixed-bottom {
  border-radius: 10px;
  z-index: 1029;
}

.fixed-bottom .nav .nav-item a {
  color: #444444;
}

.fixed-bottom .nav .nav-item.active {
  background: rgba(238, 0, 1, 0.1) !important;
}

.fixed-bottom .nav .nav-item.active:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.fixed-bottom .nav .nav-item.active:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.fixed-bottom .nav .nav-item.active a {
  color: #EE0001;
}

.fixed-bottom .nav .nav-item:hover {
  color: #EE0001;
  background: #F6F6F6;
}

.fixed-bottom ul.nav {
  min-height: 60px;
}

.nav-item.dropdown .nav-link,
.nav-item.dropdown .nav-link .btn {
  border-radius: 10px;
}

.nav-item.dropdown .nav-link:hover {
  background: #D7D7D7;
}

nav.navbar.fixed-top {
  pointer-events: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

nav.navbar.fixed-top .nav-item {
  pointer-events: auto;
}

.navbar.fixed-top .dropdown-menu {
  padding: 0.25rem;
  z-index: 1040;
}

.navbar.fixed-top .dropdown-item {
  border-radius: 10px;
}

.navbar.fixed-top .dropdown-item.active,
.navbar.fixed-top .dropdown-item:active {
  color: #444444;
  text-decoration: none;
  background-color: #D7D7D7;
}

.navbar.fixed-top .dropdown-item:hover {
  background: #F6F6F6;
  color: #EE0001;
}

.bg-blur {
  background-color: rgba(246, 246, 246, 0.6);
  backdrop-filter: blur(5px);
}

.nav.nav-pills .nav-item:first-child:hover {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.nav.nav-pills .nav-item:last-child:hover {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.logosRRSS {
  display: flex;
  height: auto;
  width: -moz-max-content;
  width: max-content;
}

.planes-rrss-icons {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.plan-rrss {
  /*min-height: 20px;*/
  /*min-width: 20px;*/
  height: 20px;
  width: 26px;
  display: inline-grid !important;
  margin-right: 4px;
}

.plan-rrss-16 {
  height: 16px;
  width: 16px;
  background-size: contain !important;
}

.plan-rrss-22 {
  height: 22px;
  width: 22px;
  background-size: contain !important;
}

.plan-rrss-24 {
  height: 24px;
  width: 24px;
  background-size: contain !important;
}

.plan-rrss-25 {
  height: 25px;
  width: 25px;
  background-size: contain !important;
}

.plan-rrss-26 {
  height: 26px;
  width: 26px;
  background-size: contain !important;
}

.plan-rrss-28 {
  height: 28px;
  width: 28px;
  background-size: contain !important;
}

.plan-rrss-30 {
  height: 30px;
  width: 30px;
  background-size: contain !important;
}

.plan-rrss.logo-tinder {
  background-image: url(/img/icons/rrss-cards/tinder.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-facebook {
  background-image: url(/img/icons/rrss-cards/facebook.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-whatsapp {
  background-image: url(/img/icons/rrss-cards/whatsapp.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-twitter {
  background-image: url(/img/icons/rrss-cards/twitter.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-instagram {
  background-image: url(/img/icons/rrss-cards/instagram.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-messenger {
  background-image: url(/img/icons/rrss-cards/messenger.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-spotify {
  background-image: url(/img/icons/rrss-cards/spotify.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-apple_music {
  background-image: url(/img/icons/rrss-cards/apple_music.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-itunes {
  background-image: url(/img/icons/rrss-cards/itunes.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-waze {
  background-image: url(/img/icons/rrss-cards/waze.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-email {
  background-image: url(/img/icons/rrss-cards/email.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-facebook-b {
  background-image: url(/img/icons/rrss-cards/facebook-b.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-twitter-b {
  background-image: url(/img/icons/rrss-cards/twitter-b.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-whatsapp-b {
  background-image: url(/img/icons/rrss-cards/whatsapp-b.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-chat-b {
  background-image: url(/img/icons/rrss-cards/chat-b.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-tiktok {
  background-image: url(/img/icons/rrss-cards/tiktok.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-netflix {
  background-image: url(/img/icons/rrss-cards/netflix.svg);
  background-repeat: no-repeat;
}

.plan-rrss.logo-youtube {
  background-image: url(/img/icons/rrss-cards/youtube.svg);
  background-repeat: no-repeat;
}

.input-group > .twitter-typeahead {
  flex: 1 1 auto;
  width: auto;
}

.twitter-typeahead:hover ~ .input-group-append .btn {
  border-color: #444444;
}

.tt-menu {
  width: 100%;
  margin-top: 2px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #3E3E3E;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #3E3E3E;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #3E3E3E;
}

.twitter-typeahead {
  display: block !important;
}

.div-typeahead > .empty-message {
  padding: 5px 10px;
  text-align: center;
}

.tt-cap {
  text-transform: capitalize;
}

.p-mapcity {
  font-weight: 700;
  font-size: 16px;
}

.tt-hint {
  color: #b4b4b4;
}

