/*------------------------------------------------------------------
[Table of contents]
1. Bootstrap Extention
2. UI components
3. Utilities
4. Material Design style
-------------------------------------------------------------------*/
/* Sidenav */
/*---------------------------
1. Bootstrap 
---------------------------*/
body {
  min-height: 100vh;
}

.leading-normal {
  line-height: 1.2;
}

.leading-wide {
  line-height: 1.8;
}

.text-fade {
  opacity: .7;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

.menu {
  position: relative;
  display: inline-block;
  height: 12px;
  top: -2px;
  margin-right: 20px;
}

.menu:hover {
  cursor: pointer;
}

.menu-item {
  transition: all 0.2s;
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 0 4px;
  background: #fff;
}

.menu.open .menu-item:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 6px 50%;
  transform-origin: 1px 50%;
}

.menu.open .menu-item:nth-child(2) {
  opacity: 0;
}

.menu.open .menu-item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 6px 0%;
  transform-origin: 1px 50%;
}

.btn-icon {
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  color: #ed1c24;
  background: transparent;
  border: solid 2px #ed1c24;
}

.fixed-btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
}

.dropdown-menu {
  border-radius: 0px;
  border: 0px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.sidenav {
  margin: 0;
  pointer-events: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 14rem;
  height: 100%;
  color: #b3b3b3;
  font-size: .75rem;
}
.sidenav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.sidenav ul.nav {
  display: block;
}
.sidenav ul a {
  display: block;
  color: inherit;
}
.sidenav ul li.active > a .nav-icon {
  color: #ed1c24;
}
.sidenav ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 1rem;
  align-items: center;
}
.sidenav ul li a .nav-text {
  padding: 0.5rem 0;
  font-weight: 500;
}
.sidenav ul li li a {
  padding-left: 3.4rem;
}
.sidenav ul li li a .nav-text {
  padding: 0.6rem 0;
  font-weight: normal;
}
.sidenav ul li li li a {
  padding-left: 4.9rem;
}
.sidenav ul li li li a .nav-text {
  padding: 0.35rem 0;
}
.sidenav .sidebar-scroll {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.sidenav .sidebar-scroll:hover {
  overflow-y: auto;
}

.nav-header {
  padding: 1rem 1rem 0.5rem 1.5rem;
  font-size: 0.75rem;
  color: #434343;
}

.nav-icon {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: -1px;
}

.nav-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 1.5rem;
}

.nav-sub {
  display: none;
  padding: 5px 0 15px !important;
}
.active > .nav-sub {
  display: block;
}

.nav-border .active {
  position: relative;
}
.nav-border .active::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  border-left: 4px solid #ed1c24;
  content: "";
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 992px) {
  .folded {
    max-width: 4.4rem !important;
    z-index: 100;
    position: relative;
  }
  .folded .sidenav {
    width: 100%;
  }
  .folded .nav-icon {
    font-size: 1.125rem;
  }
  .folded a {
    position: relative;
  }
  .folded .nav-text {
    position: absolute;
    top: 50%;
    left: 3.2rem;
    border-radius: 20px 50px 50px 50px;
    transform: translateY(-50%);
    transition: transform 0.1s ease-in-out;
    transform-origin: top;
    background-color: #ed1c24 !important;
    white-space: nowrap;
    padding: 7px 15px 8px !important;
    color: #ffffff;
    font-weight: normal !important;
    display: none;
  }
  .folded li:hover .nav-text {
    display: block;
  }
  .folded .nav-header {
    text-indent: -9999px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    padding: 0px;
    margin: 2rem auto 1rem !important;
    background-color: #272727;
  }
  .folded .nav-header-1 {
    background-color: #5a5a5a;
  }
  .folded .nav-header-2 {
    background-color: #404040;
  }
}
.nav-dashboard {
  border-bottom: solid 2px #272727;
  align-items: center;
}
.nav-dashboard li > a,
.nav-dashboard .nav-link {
  position: relative;
  border: 0px;
  font-weight: 500;
  border-radius: 0px;
  padding: 1rem 1.25rem;
  color: #b3b3b3;
}
.nav-dashboard li > a:hover,
.nav-dashboard .nav-link:hover {
  color: #ffffff;
}
.nav-dashboard li > a:before,
.nav-dashboard .nav-link:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -2px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-dashboard li > a:before,
  .nav-dashboard .nav-link:before {
    transition: none;
  }
}
.nav-dashboard li > a.active,
.nav-dashboard .nav-link.active {
  color: #ed1c24;
  background-color: transparent;
}
.nav-dashboard li > a.active:before,
.nav-dashboard .nav-link.active:before {
  left: 0;
  right: 0;
  border-bottom-color: #ed1c24;
}
.nav-dashboard li.active > a:before {
  left: 1rem;
  right: 1rem;
  border-bottom-color: #2aa461;
}
.nav-dashboard.top li.active > a:before,
.nav-dashboard.top .nav-link:before {
  bottom: auto;
  top: 0;
}

.nav-nav-dashboard {
  border: 0px;
  align-items: center;
}
.nav-nav-dashboard li > a,
.nav-nav-dashboard .nav-link {
  position: relative;
  border: 0px;
  border-radius: 0px;
  padding: 1rem 1.6rem;
  color: #b3b3b3;
}
.nav-nav-dashboard li > a:hover,
.nav-nav-dashboard .nav-link:hover {
  color: #ffffff;
}
.nav-nav-dashboard li > a:before,
.nav-nav-dashboard .nav-link:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-nav-dashboard li > a:before,
  .nav-nav-dashboard .nav-link:before {
    transition: none;
  }
}
.nav-nav-dashboard li > a.active,
.nav-nav-dashboard .nav-link.active {
  color: #ed1c24;
  background-color: transparent;
}
.nav-nav-dashboard li > a.active:before,
.nav-nav-dashboard .nav-link.active:before {
  left: 0;
  right: 0;
  border-bottom-color: #ed1c24;
}
.nav-nav-dashboard li.active > a:before {
  left: 1rem;
  right: 1rem;
  border-bottom-color: #2aa461;
}
.nav-nav-dashboard.top li.active > a:before,
.nav-nav-dashboard.top .nav-link:before {
  bottom: auto;
  top: 0;
}

.navbar-border {
  border: 0px;
}
.navbar-border li > a,
.navbar-border .nav-link {
  position: relative;
  border: 0px;
  border-radius: 0px;
  padding: .75rem .65rem !important;
  color: #6c757d;
}
.navbar-border li > a:before,
.navbar-border .nav-link:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -12px;
  height: 3px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-border li > a:before,
  .navbar-border .nav-link:before {
    transition: none;
  }
}
.navbar-border li > a.active,
.navbar-border .nav-link.active {
  color: #ed1c24 !important;
  background-color: transparent;
}
.navbar-border li > a.active:before,
.navbar-border .nav-link.active:before {
  left: -10px;
  right: -10px;
  background-color: #ed1c24;
}
.navbar-border li.active > a:before {
  left: 1rem;
  right: 1rem;
  border-bottom-color: #ed1c24;
}
.navbar-border.top li.active > a:before,
.navbar-border.top .nav-link:before {
  bottom: auto;
  top: 0;
}

/*
Table 
*/
.table > thead > tr > th {
  border-width: 0;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border-color: rgba(135, 150, 165, 0.1);
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.025);
  background-clip: padding-box;
}
.table-striped > thead > th {
  background-color: rgba(0, 0, 0, 0.025);
  border-right: 1px solid rgba(135, 150, 165, 0.1);
}
.table-striped > thead > th:last-child {
  border-right: none;
}

.table-hover tr:hover td {
  background-color: rgba(135, 150, 165, 0.075);
}

.table.v-middle th,
.table.v-middle td {
  vertical-align: middle;
}

.table-theme {
  border-spacing: 0;
}
.table-theme thead {
  font-size: 0.75rem;
}
.table-theme thead th {
  font-weight: normal !important;
}
.table-theme tbody td {
  background-color: #fff;
  border-width: 0;
}
.table-theme tbody td:first-child {
  border-radius: .25rem 0 0 .25rem;
}
.table-theme tbody td:last-child {
  border-radius: 0 .25rem .25rem 0;
}

.table-row {
  border-collapse: separate !important;
  border-spacing: 0 5px !important;
}
.table-row thead th {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.table-row td {
  border-color: transparent !important;
}

.sorting_asc,
.sorting_desc,
.sorting,
.sortable {
  position: relative;
  cursor: pointer;
  padding-right: 1rem !important;
}
.sorting_asc:before, .sorting_asc:after,
.sorting_desc:before,
.sorting_desc:after,
.sorting:before,
.sorting:after,
.sortable:before,
.sortable:after {
  opacity: 0.5;
  content: '' !important;
  position: absolute;
  right: 5px !important;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-bottom: 0;
  border-left: 3px solid transparent;
}
.sorting_asc:after,
.sorting_desc:after,
.sorting:after,
.sortable:after {
  border-top: 0;
  border-bottom: 3px solid;
  margin-top: -4px;
}
.sorting_asc.desc:before,
.sorting_desc.desc:before,
.sorting.desc:before,
.sortable.desc:before {
  opacity: 1;
}
.sorting_asc.asc:after,
.sorting_desc.asc:after,
.sorting.asc:after,
.sortable.asc:after {
  opacity: 1;
}

.sorting_asc:after {
  opacity: 1;
}

.sorting_desc:after {
  opacity: 1;
}

/*
Modal 
*/
.modal.fade .modal-left,
.modal.fade .modal-right,
.modal.fade .modal-top,
.modal.fade .modal-bottom {
  position: fixed;
  z-index: 1055;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  max-width: 100%;
}
.modal.fade .modal-left {
  right: auto !important;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal.fade .modal-right {
  left: auto !important;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal.fade .modal-top {
  bottom: auto !important;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal.fade .modal-bottom {
  top: auto !important;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal.fade.show .modal-left,
.modal.fade.show .modal-right,
.modal.fade.show .modal-top,
.modal.fade.show .modal-bottom {
  transform: translate3d(0, 0, 0);
}
.modal.fade.inactive {
  bottom: auto;
  overflow: visible;
}

.modal-open-aside {
  overflow: visible;
}

.modal-header,
.modal-content,
.modal-footer {
  border-color: rgba(135, 150, 165, 0.1);
}

.modal-dialog > * {
  pointer-events: auto;
}

.modal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
}

/*---------------------------
2. Ui 
---------------------------*/
/*
Aside 
*/
.aside {
  opacity: 1 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  z-index: 1000;
}
.aside.show {
  width: 100% !important;
  top: 0;
  bottom: 0;
}
.aside.show > * {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.aside > * {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.aside > .modal-dialog {
  margin: 0;
  max-width: inherit;
  pointer-events: inherit;
}
.aside.aside-right > * {
  right: 0;
  left: auto;
}
.aside.aside-right.show > * {
  transform: translate3d(0%, 0, 0) !important;
}

.aside-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  bottom: 0;
  max-height: 80vh;
  z-index: 1050;
}

@media (max-width: 1199.98px) {
  .aside-lg {
    display: none;
    opacity: 0;
    position: fixed !important;
    z-index: 1050 !important;
    left: 0;
  }
  .aside-lg > * {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 280px !important;
    transform: translate3d(-100%, 0, 0);
  }
  .aside-lg ~ * {
    width: 100%;
  }
  .aside-lg.aside-right > * {
    transform: translate3d(100%, 0, 0);
  }
}
@media (max-width: 991.98px) {
  .aside-md {
    display: none;
    opacity: 0;
    position: fixed !important;
    background: transparent !important;
    z-index: 1050 !important;
  }
  .aside-md > * {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 280px !important;
    transform: translate3d(-100%, 0, 0);
  }
  .aside-md ~ * {
    width: 100%;
  }
  .aside-md.aside-right > * {
    transform: translate3d(100%, 0, 0);
  }
}
@media (max-width: 767.98px) {
  .aside-sm {
    display: none;
    opacity: 0;
    background: transparent !important;
    position: fixed !important;
    z-index: 1050 !important;
  }
  .aside-sm > * {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 280px !important;
    transform: translate3d(-100%, 0, 0);
  }
  .aside-sm ~ * {
    width: 100%;
  }
  .aside-sm.aside-right > * {
    transform: translate3d(100%, 0, 0);
  }
}
.avatar {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 100px;
  background-color: #343434;
  position: relative;
}
.avatar.avatar-xs {
  width: 1.6rem;
  height: 1.6rem;
}
.avatar.avatar-xs .badge-status {
  top: -5px;
  right: -5px;
  width: 1rem;
  height: 1rem;
}
.avatar.avatar-sm {
  width: 2.4rem;
  height: 2.4rem;
}
.avatar.avatar-sm .badge-status {
  top: -5px;
  right: -5px;
  width: 1rem;
  height: 1rem;
}
.avatar.avatar-md {
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  flex-basis: 3rem;
}
.avatar.avatar-md .badge-status {
  top: -2px;
  right: -2px;
  width: 1rem;
  height: 1rem;
}
.avatar.avatar-lg {
  width: 6rem;
  height: 6rem;
}
.avatar.avatar-lg .badge-status {
  top: 0px;
  right: 0px;
  width: 1.5rem;
  height: 1.5rem;
}

.avatar-group {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.avatar-group .avatar {
  position: relative;
  border: solid 2px #1a1a1a;
  margin-left: -2px;
}
.avatar-group .avatar + .avatar {
  margin-left: -0.5rem;
}
.avatar-group .avatar:hover, .avatar-group .avatar:active, .avatar-group .avatar.active {
  z-index: 1;
}

/* Layout */
.app {
  background-color: #1a1a1a;
  min-height: 100vh;
}
.app .app-sidenav {
  background-color: #1a1a1a !important;
}

.app-header {
  z-index: 1080;
  height: 62px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.app-header.sticky ~ * .app-sidenav.sticky {
  top: 62px;
  height: calc(100vh - 62px);
}

.app-layout {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between !important;
}

.app-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 1rem;
}

.app-sidenav {
  position: relative;
  max-width: 14rem;
  width: 100%;
}
.app-sidenav.sticky {
  height: 100vh;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
}

@media (min-width: 992px) {
  .app-sidenav {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .app-sidenav {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    position: fixed;
    z-index: 1050;
    display: none;
    opactiy: 0;
    background: transparent !important;
  }
  .app-sidenav > * {
    position: fixed;
    height: 100%;
    background-color: inherit;
    transition: 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translate3d(-100%, 0, 0);
  }
  .app-sidenav.show > div {
    transform: translate3d(0, 0, 0);
  }
}
.header {
  background-color: #fff;
}
.header .header-top {
  padding: .875rem 0;
  border-top: solid 3px #ed1c24;
}
.header .header-bottom {
  border-top: solid 1px #eceef1;
  padding: .875rem 0;
}

.header-nav {
  background-color: #ed1c24;
  padding: .5rem 0;
}
.header-nav .nav-link {
  color: #fff;
}

.hero {
  position: relative;
  height: 600px;
  position: relative;
  background-color: #fff;
}
.hero .swiper-slide {
  position: relative;
  height: 600px;
  width: 100%;
  background-color: #1a1a1a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero .swiper-slide:before {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
}
.hero .swiper-pagination-bullets {
  right: 50px !important;
}
.hero .swiper-container {
  width: 100%;
  height: 100%;
}
.hero .swiper-slide {
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.hero .slide-content {
  display: flex;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin: 0 auto;
}

.hero-featured {
  position: relative;
  z-index: 2;
  margin-top: -80px;
}
.hero-featured .row > .col-md-4:nth-child(1) .featured-box {
  background-color: #bd0f16;
}
.hero-featured .row > .col-md-4:nth-child(2) .featured-box {
  background-color: #c61017;
}
.hero-featured .row > .col-md-4:nth-child(3) .featured-box {
  background-color: #d01018;
}
.hero-featured .row > .col-md-4:nth-child(4) .featured-box {
  background-color: #d91119;
}
.hero-featured .row > .col-md-4:nth-child(5) .featured-box {
  background-color: #e3121a;
}
.hero-featured .row > .col-md-4:nth-child(6) .featured-box {
  background-color: #ec131b;
}

.featured-box {
  padding: 2.5rem;
  background-color: #ffffff;
  color: #ffffff;
  display: flex;
  transition: all .2s;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.featured-box i {
  font-size: 2.25rem;
  width: 50px;
  text-align: center;
}
.featured-box:hover {
  background-color: #fff !important;
  color: #ed1c24;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-10px);
}

.product-list {
  position: relative;
}
.product-list::befxore {
  position: absolute;
  content: "";
  min-height: 200px;
  background-color: #ed1c24;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 10000px;
  margin-left: -300px;
}

.navbar-nav .nav-link {
  transition: all .15s linear;
}

.header-nav .dropdown-menu {
  border-radius: 6px;
  border: 0px;
  padding: 10px 5px;
  min-width: 14rem;
  box-shadow: 0px 0px 30px rgba(83, 88, 93, 0.15) !important;
}

.dropdown-item {
  display: block;
  padding: 8px 20px;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: transparent;
  color: #ed1c24;
}

.detail .table-bordered {
  border: 0;
}
.detail .table-bordered th, .detail .table-bordered td {
  color: #1a1a1a;
  border: 0;
  border-bottom: solid 1px #1a1a1a;
  padding-left: 0px;
}
.detail .table-bordered thead th, .detail .table-bordered thead td {
  border: 0;
  border-bottom: solid 1px #1a1a1a;
  padding-left: 0px;
}

.colors .color {
  width: 60px;
  font-size: 11px;
  text-align: center;
  margin: 0 0 .5rem;
}

.whatsapp-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  z-index: 100;
  color: #fff;
  border-radius: 10px 50px 50px 50px;
}

.menu {
  position: relative;
  display: inline-block;
  height: 12px;
  top: -2px;
  margin-right: 20px;
}

.menu:hover {
  cursor: pointer;
}

.menu-item {
  transition: all 0.2s;
  display: block;
  width: 16px;
  height: 2px;
  margin: 0 0 3px;
  background: #1a1a1a;
}

.menu.open .menu-item:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 6px 50%;
  transform-origin: 1px 50%;
}

.menu.open .menu-item:nth-child(2) {
  opacity: 0;
}

.menu.open .menu-item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 6px 0%;
  transform-origin: 1px 50%;
}

@media (max-width: 1024px) {
  .navbar-brand img {
    max-height: 40px !important;
  }

  .hero {
    height: 50vh;
  }
  .hero .swiper-slide {
    height: 100%;
  }
}
/*---------------------------
  # Sizes
---------------------------*/
.text-10 {
  font-size: 10px;
}

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-28 {
  font-size: 28px;
}

.text-32 {
  font-size: 32px;
}

.text-36 {
  font-size: 36px;
}

.text-42 {
  font-size: 42px;
}

.text-48 {
  font-size: 48px;
}

.text-56 {
  font-size: 56px;
}

.text-64 {
  font-size: 64px;
}

.text-icon {
  font-size: 1.4rem !important;
  width: 3rem;
  text-align: center;
  color: #ed1c24;
}

.w-icon {
  width: 50px;
}

.w-xs {
  width: 90px;
}

.w-sm {
  width: 240px;
  max-width: 240px !important;
  min-width: 240px !important;
}

.w {
  width: 300px;
  min-width: 300px !important;
  max-width: 300px !important;
}

.w-md {
  width: 240px;
}

.w-lg {
  width: 280px;
}

.w-xl {
  max-width: 320px !important;
}

.w-xxl {
  width: 400px;
}

.h-1x {
  height: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.h-2x {
  max-height: 2.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.h-3x {
  max-height: 4.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.h-4x {
  max-height: 5.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/*
Nav
*/
.sidenav {
  margin: 0;
  pointer-events: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidenav ul {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.sidenav ul a {
  color: inherit;
}
.sidenav .nav {
  border: inherit;
  display: block;
}
.sidenav .nav li {
  border: inherit;
  position: relative;
}
.sidenav .nav li li a {
  line-height: 2rem;
}
.sidenav .nav li li a .nav-text {
  padding: 0.4375rem 0;
}
.sidenav .nav li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 0.5rem;
  line-height: 2.25rem;
  position: relative;
}
.sidenav .nav li.active > a {
  background-color: transparent;
}
.sidenav .nav li.active > a .nav-caret:after {
  transform: rotate(225deg);
  margin-bottom: 0px;
}
.sidenav .nav-header {
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 85%;
}
.sidenav .nav-header:after {
  display: none;
}
.sidenav .navbar-brand {
  float: none;
  margin-right: 0;
}
.sidenav .flex {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-fold {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
}

.nav-text {
  margin: 0 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.125rem;
  transition: opacity .15s ease-in-out;
  padding: 0.5625rem 0;
}
.navbar .nav-text {
  line-height: 1;
  display: inline-block;
  padding: 0;
}
.navbar .nav-text span.text-xs {
  margin-top: 0.25rem;
}

.nav-icon {
  font-size: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0.65;
}
a:hover > .nav-icon, a:active > .nav-icon, .active > a > .nav-icon {
  opacity: 1;
}
.nav-icon.no-fade {
  opacity: 1;
}
.nav-icon i {
  line-height: 1;
  max-width: 20px;
  max-height: 20px;
}
.nav-icon i svg,
.nav-icon i img {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.navbar .nav-icon {
  margin-right: 0.5rem;
}

.nav-badge {
  font-style: normal;
  z-index: 1;
  margin: 0 .5rem;
}

.nav-caret {
  width: 1rem;
  opacity: 0.45;
  position: relative;
}
.nav-caret:after {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: transparent currentColor currentColor transparent;
  transform: rotate(-45deg);
  margin-bottom: 1px;
}

.nav-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
  .nav-sub {
    transition: none;
  }
}
.active > .nav-sub {
  max-height: 50rem;
}

.nav-border .nav > li.active {
  background-color: rgba(237, 28, 36, 0.05);
}
.nav-border .nav > li.active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-color: inherit;
  border-width: 3px;
  border-left-style: solid;
}
.nav-border.right .nav > li.active:after {
  right: 0;
}
.nav-border li.active > a {
  color: #ed1c24;
}

.nav-stacked .nav > li:not(.nav-header) {
  padding: 0.15rem 0.75rem;
}
.nav-stacked .nav > li > a {
  line-height: 2rem;
  padding: 0 0.5rem;
}
.nav-stacked .nav > li > a .nav-icon {
  width: 2rem;
  height: 2rem;
}
.nav-stacked .nav > li > a .nav-text {
  padding: 0.4375rem 0;
}
.nav-stacked .nav > li > a:before {
  left: 0.5rem;
  border-radius: 3px;
  width: 2rem;
  border-width: 1rem;
}
.nav-stacked .nav > li li a {
  padding-left: 2.5rem;
}
.nav-stacked .nav > li li li a {
  padding-left: 3.5rem;
}
.nav-stacked .nav > li li li li a {
  padding-left: 4.5rem;
}
.nav-stacked .nav li a {
  border-radius: 3px;
}

/*
Media
*/
.media {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #ffffff;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.media[data-text]:before {
  position: absolute;
  content: attr(data-text);
  opacity: .6;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.media::after {
  content: '';
  display: block;
  padding-top: 100%;
}
.media:not(:first-child):not(:last-child):not(:only-child) {
  border-radius: 0;
}

.media-caption {
  background-color: #fff;
  padding: .75rem 1rem;
  z-index: 2;
}

.media-21x9::after {
  padding-top: 42.857143%;
}

.media-16x9::after {
  padding-top: 100%;
}

.media-4x3::after {
  padding-top: 56.25%;
}

.media-2x3::after {
  padding-top: 120%;
}

.media-3x4::after {
  padding-top: 133.33333%;
}

.media-1x2::after {
  padding-top: 200%;
}

.media-2x1::after {
  padding-top: 50%;
}

.media-3x1::after {
  padding-top: 33%;
}

.media-4x1::after {
  padding-top: 25%;
}

.media-1-4::after {
  padding-top: 25vh;
  min-height: 10rem;
}

.media-1-3::after {
  padding-top: 33vh;
  min-height: 12.5rem;
}

.media-1-2::after {
  padding-top: 50vh;
  min-height: 15rem;
}

.text-linear {
  position: relative;
}
.text-linear:before {
  background-color: #ed1c24;
  position: absolute;
  width: 80%;
  height: 4px;
  left: 0px;
  bottom: -15px;
  content: "";
}

.bg-primary {
  color: #ffffff !important;
}

.bg-primary-lt {
  color: #c61017 !important;
  background-color: #fcdbdc !important;
}
.bg-primary-lt:hover, .bg-primary-lt:focus, .bg-primary-lt.active {
  color: #fff !important;
  background-color: #ed1c24 !important;
}

.bg-primary-d {
  color: #f14b52 !important;
  background-color: #e3121a !important;
}
.bg-primary-d:hover, .bg-primary-d:focus, .bg-primary-d.active {
  color: #fff !important;
  background-color: #ed1c24 !important;
}

.bg-secondary {
  color: #ffffff !important;
}

.bg-secondary-lt {
  color: #3e455a !important;
  background-color: #e3e5e9 !important;
}
.bg-secondary-lt:hover, .bg-secondary-lt:focus, .bg-secondary-lt.active {
  color: #fff !important;
  background-color: #535c78 !important;
}

.bg-secondary-d {
  color: #687396 !important;
  background-color: #4b536c !important;
}
.bg-secondary-d:hover, .bg-secondary-d:focus, .bg-secondary-d.active {
  color: #fff !important;
  background-color: #535c78 !important;
}

.bg-success {
  color: #ffffff !important;
}

.bg-success-lt {
  color: #207b49 !important;
  background-color: #ddf0e6 !important;
}
.bg-success-lt:hover, .bg-success-lt:focus, .bg-success-lt.active {
  color: #fff !important;
  background-color: #2aa461 !important;
}

.bg-success-d {
  color: #36cb79 !important;
  background-color: #269457 !important;
}
.bg-success-d:hover, .bg-success-d:focus, .bg-success-d.active {
  color: #fff !important;
  background-color: #2aa461 !important;
}

.bg-info {
  color: #ffffff !important;
}

.bg-info-lt {
  color: #2132ff !important;
  background-color: #e4e6ff !important;
}
.bg-info-lt:hover, .bg-info-lt:focus, .bg-info-lt.active {
  color: #fff !important;
  background-color: #5461ff !important;
}

.bg-info-d {
  color: #8790ff !important;
  background-color: #404eff !important;
}
.bg-info-d:hover, .bg-info-d:focus, .bg-info-d.active {
  color: #fff !important;
  background-color: #5461ff !important;
}

.bg-warning {
  color: #212529 !important;
}

.bg-warning-lt {
  color: #cc8800 !important;
  background-color: #fff1d6 !important;
}
.bg-warning-lt:hover, .bg-warning-lt:focus, .bg-warning-lt.active {
  color: #fff !important;
  background-color: #FFAA00 !important;
}

.bg-warning-d {
  color: #ffbb33 !important;
  background-color: #eb9c00 !important;
}
.bg-warning-d:hover, .bg-warning-d:focus, .bg-warning-d.active {
  color: #fff !important;
  background-color: #FFAA00 !important;
}

.bg-danger {
  color: #ffffff !important;
}

.bg-danger-lt {
  color: #e9021c !important;
  background-color: #ffdbdf !important;
}
.bg-danger-lt:hover, .bg-danger-lt:focus, .bg-danger-lt.active {
  color: #fff !important;
  background-color: #fd213a !important;
}

.bg-danger-d {
  color: #fd5467 !important;
  background-color: #fd0d28 !important;
}
.bg-danger-d:hover, .bg-danger-d:focus, .bg-danger-d.active {
  color: #fff !important;
  background-color: #fd213a !important;
}

.bg-light {
  color: #212529 !important;
}

.bg-light-lt {
  color: #cfd4db !important;
  background-color: #fcfcfd !important;
}
.bg-light-lt:hover, .bg-light-lt:focus, .bg-light-lt.active {
  color: #fff !important;
  background-color: #eceef1 !important;
}

.bg-light-d {
  color: white !important;
  background-color: #e0e3e8 !important;
}
.bg-light-d:hover, .bg-light-d:focus, .bg-light-d.active {
  color: #fff !important;
  background-color: #eceef1 !important;
}

.bg-dark {
  color: #ffffff !important;
}

.bg-dark-lt {
  color: #010101 !important;
  background-color: #dadada !important;
}
.bg-dark-lt:hover, .bg-dark-lt:focus, .bg-dark-lt.active {
  color: #fff !important;
  background-color: #1a1a1a !important;
}

.bg-dark-d {
  color: #343434 !important;
  background-color: #101010 !important;
}
.bg-dark-d:hover, .bg-dark-d:focus, .bg-dark-d.active {
  color: #fff !important;
  background-color: #1a1a1a !important;
}

.b-primary {
  border-color: #ed1c24 !important;
}

.b-secondary {
  border-color: #535c78 !important;
}

.b-success {
  border-color: #2aa461 !important;
}

.b-info {
  border-color: #5461ff !important;
}

.b-warning {
  border-color: #FFAA00 !important;
}

.b-danger {
  border-color: #fd213a !important;
}

.b-light {
  border-color: #eceef1 !important;
}

.b-dark {
  border-color: #1a1a1a !important;
}

.bg-facebook {
  color: white !important;
  background-color: #3b5998 !important;
}
.bg-facebook:hover, .bg-facebook:focus, .bg-facebook.active {
  color: #fff !important;
  background-color: #30487b !important;
}

.bg-twitter {
  color: white !important;
  background-color: #1da1f2 !important;
}
.bg-twitter:hover, .bg-twitter:focus, .bg-twitter.active {
  color: #fff !important;
  background-color: #0d8cda !important;
}

.bg-google {
  color: white !important;
  background-color: #dc4e41 !important;
}
.bg-google:hover, .bg-google:focus, .bg-google.active {
  color: #fff !important;
  background-color: #ce3426 !important;
}

.bg-youtube {
  color: white !important;
  background-color: #f00 !important;
}
.bg-youtube:hover, .bg-youtube:focus, .bg-youtube.active {
  color: #fff !important;
  background-color: #d60000 !important;
}

.bg-twitch {
  color: white !important;
  background-color: #6441a5 !important;
}
.bg-twitch:hover, .bg-twitch:focus, .bg-twitch.active {
  color: #fff !important;
  background-color: #523588 !important;
}

.bg-vimeo {
  color: white !important;
  background-color: #1ab7ea !important;
}
.bg-vimeo:hover, .bg-vimeo:focus, .bg-vimeo.active {
  color: #fff !important;
  background-color: #129cc9 !important;
}

.bg-dribbble {
  color: white !important;
  background-color: #ea4c89 !important;
}
.bg-dribbble:hover, .bg-dribbble:focus, .bg-dribbble.active {
  color: #fff !important;
  background-color: #e62771 !important;
}

.bg-github {
  color: #e4e3e3 !important;
  background-color: #181717 !important;
}
.bg-github:hover, .bg-github:focus, .bg-github.active {
  color: #fff !important;
  background-color: #030303 !important;
}

.bg-instagram {
  color: white !important;
  background-color: #e4405f !important;
}
.bg-instagram:hover, .bg-instagram:focus, .bg-instagram.active {
  color: #fff !important;
  background-color: #dc1f43 !important;
}

.bg-linkedin {
  color: white !important;
  background-color: #0077b5 !important;
}
.bg-linkedin:hover, .bg-linkedin:focus, .bg-linkedin.active {
  color: #fff !important;
  background-color: #005c8c !important;
}

.bg-pinterest {
  color: white !important;
  background-color: #bd081c !important;
}
.bg-pinterest:hover, .bg-pinterest:focus, .bg-pinterest.active {
  color: #fff !important;
  background-color: #960616 !important;
}

.bg-tumblr {
  color: white !important;
  background-color: #35465c !important;
}
.bg-tumblr:hover, .bg-tumblr:focus, .bg-tumblr.active {
  color: #fff !important;
  background-color: #263242 !important;
}

.bg-vk {
  color: white !important;
  background-color: #6383a8 !important;
}
.bg-vk:hover, .bg-vk:focus, .bg-vk.active {
  color: #fff !important;
  background-color: #516f91 !important;
}

.bg-rss {
  color: white !important;
  background-color: #ffa500 !important;
}
.bg-rss:hover, .bg-rss:focus, .bg-rss.active {
  color: #fff !important;
  background-color: #d68b00 !important;
}

.bg-whatsapp {
  color: white !important;
  background-color: #1ebea5 !important;
}
.bg-whatsapp:hover, .bg-whatsapp:focus, .bg-whatsapp.active {
  color: #fff !important;
  background-color: #189b86 !important;
}

.bg-bitbucket {
  color: white !important;
  background-color: #0052cc !important;
}
.bg-bitbucket:hover, .bg-bitbucket:focus, .bg-bitbucket.active {
  color: #fff !important;
  background-color: #0042a3 !important;
}

.bg-darkv2 {
  background-color: #1f1f1f !important;
}

/*# sourceMappingURL=theme.css.map */
