@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,400&display=swap");
@import url("_variables.css");
@import url("css-helpers.css");
@import url("products.css");
@import url("responsive.css");
/*
@media (max-width: @screen-xs) {
    .categories-menu {font-size: 0.8em;}
}

@media (max-width: @screen-sm) {
    .categories-menu { font-size: 0.9em; }
}
*/

body {
  font-family: "Poppins", sans-serif;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #555;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}

a.disabled,
button.disabled,
input[type="submit"].disabled {
  opacity: 50%;
}

img,
figure {
  max-width: 100%;
  height: auto;
}

.well {
  border-radius: 15px;
}

.label {
  border-radius: 9px;
}

.panel-body .label {
  border-radius: 9px;
  font-weight: 400;
  font-size: 13px;
}

.label-danger {
  background-color: #ff5a5a;
}

.footer a:hover {
  color: var(--primary-main) !important;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
}

.navbar-brand {
  height: auto;
}

.navbar-brand > img {
  max-width: 200px;
}

.btn.btn-primary {
  background-color: var(--primary-main);
  border: 1px solid transparent;
}

/* container */
.wrap,
.main-content {
  background: #f9f9f9;
}

.outer-holder {
  position: relative;
  z-index: 100;
}

.notifications-holder {
  position: relative;
  z-index: 10;
  padding: 0;
}

.notifications-holder .breadcrumb {
  background: none;
  color: #fff;
  padding: 22px 15px;
  margin: 0;
}

.notifications-holder .breadcrumb > .active {
  color: #fff;
  font-weight: bold;
}

.notifications-holder .breadcrumb a {
  color: #fff;
}

.inner-holder {
  background: #fff;
  border-radius: 10px;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-bottom: 26px;
  box-shadow: 0 4px 5px -2px #dadada;
}

.background-offwhite {
  background: #fefefe;
  min-height: 400px;
}

.container-fluid {
  padding: 0px;
}

body > .wrap {
  overflow: hidden;
  /* TODO: Remove */
}

.wrap .body-background {
  background-color: var(--primary-main);
  height: 300px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media (max-width: 797px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* nav */

nav.brand-nav {
  padding: 0;
  margin: 0;
  padding: 20px;
  border: 0;
  border-bottom: 5px solid #fff4;
  border-radius: 0;
}

body .brand-nav .navbar-right .link a {
  border: 1px solid;
  transition: 0.2s;
  border: 1px solid #fff;
  border-radius: 25px;
  color: var(--primary-light);
  background-color: var(--primary-main);
  overflow: hidden;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
}

body .brand-nav .navbar-right .link a:hover {
  color: var(--primary-dark);
  background-color: var(--primary-main);
  overflow: hidden;
  border-color: var(--primary-dark);
}

.brand-nav .navbar-right .btn {
  color: var(--primary-light);
  background-color: var(--primary-dark);
  text-transform: uppercase;
  margin-right: 10px;
  border: 0px solid;
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.12);
}

.brand-nav .btn {
  color: #fff;
  font-weight: 600;
  padding: 10px;
  transition: 0.2s;
  border: 2px solid #fff;
  border-radius: 25px;
}

.brand-nav .btn:hover {
  background-color: #fff;
  color: var(--primary-dark);
}

body .brand-nav .btn a:hover {
  color: var(--primary-main);
}

.brand-nav .btn {
  padding: 0px;
  margin: 0px;
}

nav.top-nav .navbar-right {
  text-transform: uppercase;
  font-size: 12px;
}

nav.top-nav .navbar-right li.active > a {
  background: transparent;
  color: var(--primary-main);
}

.brand-nav .navbar-right .badge {
  position: absolute;
  right: 4px;
}

.social-media a,
nav.top-nav .navbar-left a {
  background-color: var(--primary-main);
  color: var(--primary-light);
  border-radius: 48px;
  height: 24px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  margin: 8px;
  display: block;
}

.social-media a:hover,
nav.top-nav .navbar-left a:hover {
  background-color: var(--primary-dark);
  color: var(--primary-light);
}

nav.top-nav .navbar-left i {
  font-size: 16px;
  transform: translate(-30%, -94%);
}

.navbar-inverse {
  background-color: var(--primary-main);
  border-color: var(--primary-main);
}

.navbar-inverse .navbar-nav > li > a {
  color: var(--primary-light);
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: var(--primary-dark);
  background-color: var(--primary-light);
  border-radius: 25px;
  overflow: hidden;
}

.navbar-inverse .btn-link {
  color: var(--primary-light);
}

/* home */

/* index */

.site-index .product-list h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-main);
  text-align: center;
  margin-top: 53px;
}

.site-index .product-list h2 {
  font-size: 34px;
  line-height: 125%;
  text-align: center;
  color: #333333;
  margin-bottom: 56px;
  margin-top: 10px;
}

.site-index .product-list .btn-success {
  background: var(--primary-main);
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  margin-top: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 42px;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  width: fit-content;
}

/* LOGIN */

.site-login .inner-holder {
  background: #efefef;
}

.site-login .inner-holder .btn {
  text-transform: uppercase;
  font-weight: 600;
}

.site-login .inner-holder .btn-default {
  background-color: transparent;
}

.site-login .inner-holder hr {
  border-top: 1px solid #dadada;
}

.site-login h1,
.site-login h2,
.site-login h3 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.login .card-title {
  width: 100%;
  padding: 1em 0px 0px 1em;
  border-radius: 10px 10px 0 0;
  height: 70px;
  background: var(--primary-dark);
  color: #fff;
}

.login .card-body {
  min-height: 180px;
}

.login .card-body h3 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.login .card-body p {
  margin-bottom: 24px;
}

.login .card-body a {
  margin-top: 80px;
}

.site-index .panel,
.product-index .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-index .panel-footer,
.product-index .panel-footer {
  height: 90px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  text-align: left;
  color: var(--primary-dark);
  background-color: #fff;
}

.site-index .panel-footer a,
.product-index .panel-footer a {
  text-decoration: none;
  color: var(--primary-dark);
  font-weight: 550;
  font-size: 1.1em;
}

.site-index .panel-footer a:hover,
.product-index .panel-footer a:hover {
  color: var(--primary-main);
}

.site-index .panel-body,
.product-index .panel-body {
  padding: 0;
}

.site-index .panel-body img,
.product-index .panel-body img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.site-index .panel:hover,
.product-index .panel:hover {
  opacity: 80%;
  transition: all 0.2s ease-in-out 0s;
}

/* post index */

.top-news h2 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.post-index .recent-post img {
  object-fit: cover;
  width: 340px;
  height: 340px;
}

.popular-post img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
}

.post-index .post .btn-default {
  border: 2px solid var(--primary-main);
  color: var(--primary-main);
  font-size: 14px;
}

/* post view */

.post-view .post-content img {
  float: left;
  margin-right: 15px;
}

.post-view .post-content p {
  text-align: justify;
  font-weight: 300;
  line-height: 1.8em;
  font-size: 1.2em;
}

/* contact */

.site-contact .contact-info {
  text-align: center;
  font-weight: bolder;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-contact .contact-info {
  word-wrap: break-word;
}

.site-contact .contact-info .col-md-3 .well {
  font-weight: 600;
  height: 180px;
  font-size: 14px;
}

.site-contact .contact-info .icon {
  color: var(--primary-main);
}

.site-contact .contact-info b {
  font-weight: normal;
}

.site-contact .contact-form {
  justify-content: center;
  display: flex;
}

/* footer */

.footer {
  padding-top: 2em;
  height: auto;
  color: var(--primary-light);
  background-color: var(--primary-dark);
}

.footer ul {
  padding: 0;
}

.footer h6 {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 16px;
  color: var(--primary-main);
}

.footer ul.social-media {
  margin-bottom: 10px;
  padding: 0;
  position: relative;
  width: fit-content;
  display: flex;
}

.footer ul.social-media li {
  list-style: none;
  position: relative;
}

.footer ul.social-media i {
  transform: translate(20%, -5%);
  font-size: 14px;
}

.footer ul.social-media a:hover {
  background-color: var(--primary-light);
  color: var(--primary-dark);
}

.footer ul li {
  list-style: none;
  position: relative;
  margin-top: 10px;
}

.footer ul a {
  transition: all 0.2s ease-in-out 0s;
  color: var(--primary-light);
  padding: 0;
}

.footer .copyright {
  opacity: 40%;
}

/* cart */

.cart h1,
.checkout h1,
.site-request-password-reset h1,
.cart h2,
.checkout h2,
.site-request-password-reset h2,
.cart h3,
.checkout h3,
.site-request-password-reset h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.cart-index .items-header {
  font-weight: bold;
}

.cart-index .item {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #dadada;
  border-radius: 8px;
}

.btn {
  border-radius: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none !important;
}

.btn-xs {
  border-radius: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-sm {
  border-radius: 15px;
}

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

.cart-steps .col-md-3,
.cart-steps .col-md-1 {
  display: flex;
}

.cart-steps .col-md-3,
.cart-steps .col-md-1 {
  padding: 0px;
}

.line {
  width: 65%;
  padding-left: 30px;
}

/* Flags input Credit Card */

.flag-visa {
  background: url(/themes/basic/assets/img/cc-visa-brands.svg);
}

.flag-mastercard {
  background: url(/themes/basic/assets/img/cc-mastercard-brands.svg);
}

.flag-amex {
  background: url(/themes/basic/assets/img/cc-amex-brands.svg);
}

.flag-dinersclub {
  background: url(/themes/basic/assets/img/cc-diners-club-brands.svg);
}

.flag-discover {
  background: url(/themes/basic/assets/img/cc-discover-brands.svg);
}

.flag-jcb {
  background: url(/themes/basic/assets/img/cc-jcb-brands.svg);
}

.flag-visa,
.flag-mastercard,
.flag-amex,
.flag-dinersclub,
.flag-discover,
.flag-jcb {
  background-repeat: no-repeat !important;
  background-position: 98%;
  background-color: white;
}

/* cart view */

body .cart-index .inner-holder {
  padding: 16px;
  min-height: 337px;
}

body .cart-index .items-header {
  color: var(--primary-main);
  padding: 20px 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cart-index .items-header p {
  text-transform: uppercase;
  font-weight: bold;
}

.cart-index .sub p {
  display: block;
  height: 6em;
}

.cart-index .row {
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.cart-index .cart .cart-title .icon {
  padding: 0.3em;
  border-radius: 20px;
  background-color: #f9f9f9;
  overflow: visible;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}

.cart-index .cart .row a {
  color: var(--primary-dark);
}

.checkout .cart-steps,
.body-content .cart-steps {
  margin: 16px auto;
  text-align: center;
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.checkout .cart-steps .step,
.body-content .cart-steps .step {
  width: 25%;
}

.checkout .cart-steps img.icon,
.body-content .cart-steps img.icon {
  width: 60px;
  margin: 0 16px;
}

.checkout .cart-steps .step:last-child,
.body-content .cart-steps .step:last-child {
  width: fit-content;
  padding-right: 65px;
}

.cart-index .sub #apply-coupon-form {
  font-size: 16px;
  height: 38px;
  line-height: 24px;
}

.cart-index .sub #apply-coupon-form .input-group input {
  height: 38px;
}

.cart-index .sub .link,
.cart-index .sub .btn {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  border: none;
}

.cart-index .sub .btn-default {
  border: 1px solid var(--primary-dark);
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.cart-index .sub .btn-success {
  background-color: var(--primary-dark);
}

.cart-index .sub .link {
  text-align: center;
  color: var(--primary-dark);
  margin-top: 2em;
}

/* Category menu */

.categories-bg {
  background-color: #fff;
}

.categories-bg .container {
  padding-left: 0;
  padding-right: 0;
}

.category-menu {
  padding: 0;
  height: 56px;
  padding-top: 8px;
}

ul.categories-menu {
  padding: 10px 0;
  margin: 0;
  float: left;
}

ul.categories-menu .sep {
  font-weight: lighter;
  font-size: 0.8em;
  color: var(--primary-main);
  float: left;
  padding-top: 2px;
}

ul.categories-menu li {
  list-style: none;
  font-weight: 300;
  font-size: 16px;
  padding: 0 0px;
  max-height: 56px;
  float: left;
}

.categories-menu .dropdown-menu {
  flex-direction: column;
  /*max-height: 70vh;*/
  flex-wrap: nowrap;
  padding: 8px;
}

.categories-menu .dropdown button {
  border: 0;
  padding: 0px;
  padding-bottom: 5px;
  background: transparent;
}

.categories-menu .open > .dropdown-menu {
  display: flex;
  margin-top: 0;
}

.categories-menu .dropdown:hover,
.categories-menu .dropdown:hover .dropdown-menu {
  display: flex;
  margin-top: 0;
}

.categories-menu .dropdown.open button a {
  color: var(--primary-light);
  background-color: var(--primary-main);
}

.categories-menu a {
  color: var(--primary-dark);
  padding: 10px 15px;
  border-radius: 8px;
}

.categories-menu a:hover {
  color: var(--primary-light);
  background-color: var(--primary-main);
}

.category-buttons {
  float: right;
  padding-top: 4px;
}

.category-buttons .btn {
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  border: none;
  letter-spacing: 0.2px;
  font-weight: bold;
}

#w3 .dropdown-toggle,
#w4 .dropdown-toggle {
  color: var(--primary-light);
  background-color: var(--primary-dark);
  text-transform: uppercase;
  margin-right: 10px;
  border: 0px solid;
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 25px;
}

/* pagination */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: var(--primary-light);
  background-color: var(--primary-main);
  border-color: var(--primary-main);
}

.pagination > li > a,
.pagination > li > span {
  color: var(--primary-main);
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

/*
 * Search HOME
 */

.search-form input {
  background-color: #fff;
  border: 0;
  border-radius: 25px;
  width: 100%;
  padding: 0 15px;
  height: 50px;
}

.search-form select {
  border: none;
  border-right: 1px solid #dadada;
  border-radius: 25px 0 0 25px;
  padding: 0 20px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(img/down-arrow.svg) no-repeat right #fff;
  background-position: right 10px bottom 50%;
  max-width: 170px;
}

.search_button {
  background: #fff;
  border: 0px;
  border-right: 1px solid var(--primary-main);
  border-bottom-right-radius: 25px !important;
  height: 50px;
  width: 53px;
  font-size: 18px;
  color: var(--primary-light);
  border-top-right-radius: 25px !important;
}

.fa-search {
  color: #fff;
  background: var(--primary-main);
  padding: 13px;
  border-radius: 100px;
  font-size: 18px;
}

/*
 * Features
 */

.features {
  background-color: var(--primary-dark);
  padding: 25px 0;
}

.features .panel {
  min-height: 190px;
  border-radius: 10px;
}

.features .panel > .panel-heading {
  color: var(--primary-main);
  min-height: 110px;
  height: 110px;
  border-radius: 10px 10px 0 0;
}

.features .panel > .panel-heading .panel-title {
  line-height: 110px;
}

.features .panel > .panel-body {
  height: 160px;
  border-radius: 16px;
  font-size: 16px;
  padding: 16px;
  line-height: 24px;
}

.features .panel > .panel-heading,
.features .panel > .panel-body {
  padding: 10px;
  border: none;
}

.features_top {
  display: flex;
  align-items: center;
}

.features_top i {
  font-size: 40px;
  padding-right: 10px;
}

.features_top .highlight {
  color: var(--primary-main);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

.features_top p {
  margin: 0;
  padding: 0;
  line-height: 24px;
}

.courses {
  background-color: #f9f9f9;
}

.badge_destaque {
  z-index: 1;
  position: absolute;
  top: 5px;
  background: var(--primary-main);
  color: #fff;
  padding: 0 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
  height: 25px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.badge_destaque:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0px;
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid var(--primary-main);
  border-bottom: 13px solid var(--primary-main);
  border-right: 13px solid transparent;
}

/** FEATURED PRODUCTS **/

.high-demand h2 {
  color: #566171;
  font-size: 42px;
  text-transform: none;
  margin-bottom: 40px;
}

.high-demand .fire_png {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 1;
  mix-blend-mode: darken;
}

@media (min-width: 992px) {
  .high-demand {
    padding-right: 0;
  }
  .high-demand .fire_png {
    right: 60px;
  }
}

@media (min-width: 1200px) {
  .high-demand h2 {
    margin-left: 0;
  }
  .high-demand .fire_png {
    right: 30px;
  }
}

/*
 * APP
 */

.app_container {
  background-color: #fff;
  padding: 50px 0;
}

.app_container .row {
  display: flex;
  align-items: center;
}

.app_container h5,
.app_container h3 {
  color: #566171;
  text-transform: none;
}

.app_container h5 {
  font-size: 18px;
}

/* MODAL  */

.modal-store .modal-header {
  z-index: 100;
  display: inline;
  border: none;
  position: absolute;
  right: 0;
}

.modal-store .modal-content .btn.btn-primary {
  text-transform: uppercase;
}

.modal-store .modal-body {
  margin: 0;
  padding: 0;
}

.modal-store .modal-inner {
  padding: 0 15px;
  border-radius: 6px;
}

.modal-store .modal-inner .form {
  background: #efefef;
  font-weight: normal;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-top: 25px;
}

.modal-store .modal-inner .form label {
  font-weight: 300;
}

/* BADGE */

.badge_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.badge_wrap > div:first-child {
  margin-right: 10px;
}

.badge_wrap a {
  display: block;
}

.badge_wrap img,
img.app-badge {
  height: 45px;
}

@media (max-width: 767px) {
  .app_container .row {
    display: block;
  }
}

/*
 * BLOG
 */

#postsearch-searchquery {
  height: 54px;
}

/*ERROR*/

.alert h5 {
  margin: 0 0 0.5em 0;
  font-weight: 500;
  color: inherit;
  display: flex;
  align-items: center;
}

.alert .material-icons {
  margin-right: 4px;
  align-self: center;
}

.alert i.material-icons {
  margin-right: 0 !important;
  color: #e5e5e5;
}

.alert .close {
  color: #000;
  opacity: 0.2;
  /* padding: .75rem 1.25rem; */
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

.checkout .alert-danger {
  color: #333333;
  /* background: url(/themes/basic/assets/img/important.svg); */
  border-left: 7px solid #ff5a5a;
  /* padding: 10px 40px; */
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 15px;
  border-right: 1px solid #ff5a5a;
  border-bottom: 1px solid #ff5a5a;
  border-top: 1px solid #ff5a5a;
  background-repeat: no-repeat;
  background-position-x: 11px;
  background-position-y: 10px;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
}

.owl-slider .item img {
  visibility: hidden !important;
}

.owl-slider .item {
  background-size: cover;
  /* min-height: 400px; */
}

.owl-slider .item .btn.btn-danger {
  background-color: #ba2121;
  color: var(--primary-light);
}

.owl-slider .item .btn {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

/* Account View */

.head-account {
  background: url("/themes/basic/assets/img/bg-account-view.svg");
  background-position: right;
  height: 230px;
  margin-bottom: 15px;
  /* margin-top: 0px; */
  border-radius: 10px;
}

.head-account h2 {
  margin-top: 0px;
  padding: 99px 25px;
}

.conectar-head-account-content {
  @media (max-width: 992px) {
    flex-direction: column;
  }
}

.conectar-head-account {
  @media (max-width: 992px) {
    margin-right: 0 !important;
  }
}

.conectar-head-account > h2 {
  @media (max-width: 992px) {
    text-align: center;
    width: 100%;
  }
}

.conectar-app {
  @media (max-width: 992px) {
    margin-left: 0 !important;
  }
}

.extras {
  height: 230px;
  background: url("/themes/basic/assets/img/bg-boxes-account.svg");
  border-radius: 10px;
  text-align: center;
  padding-top: 15px;
}

.rm-mg {
  margin: 0 !important;
  padding-bottom: 15px;
}

.my-account .app-badge {
  height: 35px;
}

.title-downapp {
  padding: 15px 15px;
  font-weight: 600;
}

.cart-account .btn-success {
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* ELEMENTS */

h1.title {
  font-weight: bold;
  padding-bottom: 0.5em;
  color: var(--primary-light);
}

/* default tables */
table {
  border-top: 1px solid;
  border-left: 1px solid;
}
td {
  border-right: 1px solid;
  border-bottom: 1px solid;
  padding: 2px;
}

.imbot-chat > .imbot-chat-maximized {
  z-index: 9999999999999 !important;
}

.imbot-chat > .imbot-chat-minimized {
  z-index: 9999999999999 !important;
}
