/*Propios del develop*/
.alert-success {
  height: 59px;

}

.cont-filtros {
  padding-left: 0px;
}

.input-usuarios {
  height: 39px !important;
}

.cs-shop_widget_title {
  font-size: 16px;

}

.product_title {
  font-size: 14px;
}

.btn-save {
  background-color: var(--color-boton);
  color: #ffff;
  padding: 3px;
  height: 50px;
  width: 100%;
  text-align: center;
  border-radius: 0.25rem;
}

.btn-save.guardados_ {
  padding: 5px 18px;
}

.btn-save:hover {
  border: 1px solid var(--color-boton);
  color: #666;
  background-color: #fff;
}

.btn-group-vertical a {
  margin-left: 0px !important;
}

.btn-custom-productos {
  background-color: var(--color-boton);
  border-color: var(--color-boton);
  width: 64px;
}

@media only screen and (max-width: 575px) {
  .btn+.btn {
    margin-left: 0px;
  }

}

@media (max-width: 767px) {
  .btn-desc-cod {
    margin-bottom: 20px;
  }
}

.btn-descuento {
  height: 35px;
  width: 35px;
  padding: 0px;
}

.btn-descuento i {
  font-size: 14px !important;
  margin: 9px !important;
}

.check-out-btn {
  background-color: var(--color-boton);
  color: #ffff;
}

.btn:hover {
  border: 1px solid var(--color-boton);
  color: #666;
  background-color: #fff;
}

.mini-btn-add i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 1;
}

@media (min-width: 425px) {
  .mini-btn-add i {
    vertical-align: top;
    margin-right: 15px;
  }
}

.product_img img {
  max-width: 100%;
  height: 260px;
  object-fit: contain;
}

#navCatContent {
  padding: 10% 10px;
}

.product-tab {
  padding-top: 40px;
}

@media (min-width: 375px) {
  .categories_wrap {
    display: none;
  }
}

@media (min-width: 768px) {
  .btn-custom-productos {
    padding: 12px 4px;

  }

  .page-title {
    padding-left: 10px;
  }

  .only-movil {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-tab {
    padding-top: 40px;
  }

  .categories_wrap {
    display: block;
  }

  .contact_phone {
    display: none;
  }

  .only-pc {
    display: none;
  }

  .product_img img {
    height: 100%;
  }
}

.load_more_wrap {
  display: flex;
  justify-content: center;
}

.form-control {
  color: #000;
  box-shadow: none;
  height: 45x;
  padding: 8px 10px;
}


.sidebar .widget {
  /* border-top: 1px solid #ddd; */
  margin-top: 30px;
  padding-top: 20px;
}

@media (max-width: 375px) {
  .cant-btn {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;


  }

  .btn-product-add {
    height: 40px;
    margin: 5px;
    width: 74px;
    padding: 5.5px;
  }
}

.cant-btn {
  height: 42px;
  width: 100%;
}

.btn-product-add {
  height: 40px;
  margin: 10px;
  width: 80px;
}

.btn.btn-sm i {
  font-size: 18px;
}

.widget li {
  list-style: none;
  padding-bottom: 8px;
}

.widget a {
  font-size: 14px;
  color: #687188;
  padding: 0px;
}

.logo_light {
  max-width: 182px;
  height: auto;
}

.logo_dark_footer {
  max-width: 200px;
  max-height: 78px;
}

.logo_dark {
  width: 180px;
  height: auto;
}

@media screen and (max-width: 900px) {
  .hidden-xs {
    display: none;
  }

  .pedido-centro {
    text-align: center !important;
  }

  .j-btn-prd-search {
    width: 100% !important;
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 900px) {
  .visible-xs {
    display: none;
  }

  .pedido-right {
    text-align: right !important;
  }

  .mt-10-cart {
    margin-top: 10px !important;
  }
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
}

.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.descuento-monto {
  color: green;
}

.descuento-precio {
  text-decoration: line-through;
  color: red;
  font-size: 12px;
}

/*////////////////////////////////////////////////////////////////////////////*/

.product-wrap {
  height: 200px;
  margin-bottom: 20px;
}

.bottom-left,
.bottom-right {
  bottom: 10px;
  left: 5px;
  position: absolute;
}

.bottom-right {
  left: auto;
  right: 5px;
}

.product-item-container {
  height: 364px !important;
  background: #282828 !important;
}

.products-list.grid .product-item-container:before,
.products-list .product-grid .product-item-container:before {
  background: #282828 !important;
}

[data-notify="progressbar"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
}

@media screen and (max-width: 992px) {
  #filters {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: #fff;
    padding-bottom: 100px;
  }

  #filters #close {
    display: inline-block;
  }

  .namePayment {
    font-size: 15px !important;
  }
}

.btn-naranja {
  color: #fff;
  background: #ff6619;
}

/* The container */

.container-ch {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.container-ch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */

.container-ch:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.container-ch input:checked~.checkmark {
  background-color: #eeeeee;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.container-ch input:checked~.checkmark:after {
  display: block;
}

.input-group-addon {
  border-bottom-right-radius: 1.25rem !important;
  border-top-right-radius: 1.25rem !important;
}

/* Style the checkmark/indicator */

.container-ch .checkmark:after {
  left: 7px;
  top: -5px;
  width: 7px;
  height: 15px;
  border: solid #ffc107;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 14px;
  left: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.whatsapp:hover,
.messenger:hover,
.whatsapp:focus,
.messenger:focus {
  color: #fff;
  opacity: 0.8;
}

.messenger {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 14px;
  left: 80px;
  background-color: #218bd3;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-footer {
  margin-top: 13px;
}

.paginador {
  border-color: white !important;
  background-color: #a62635 !important;
  color: white !important;
}

.btn-custom {
  color: white !important;
  background-color: #a62635;
  border-color: #a62635;
  padding: 5px !important;
}

.btn-custom:hover {
  color: white !important;
  background-color: #a62635;
  border-color: #a62635;
}

.btn-delete {
  color: white !important;
  background-color: #a62635;
  border-color: #a62635;
  padding: 5px !important;
}

.btn-delete:hover {
  color: white !important;
  background-color: #a62635;
  border-color: #a62635;
}

.btn-custom-sesion-active {
  color: #343a40 !important;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.sesion-btn:hover {
  color: white !important;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.carousel-control.right {
  background: none !important;
}

.carousel-control.left {
  background: none !important;
}

.product_bar {
  max-height: 50vh;
  overflow: hidden;
  overflow-y: auto;
}

.product_bar::-webkit-scrollbar {
  width: 10px;
}

.product_bar::-webkit-scrollbar-track {
  background: #ffffff;
}

.product_bar::-webkit-scrollbar-thumb {
  background: #565b70;
}

.product_bar_fav {
  max-height: 67vh;
  overflow: hidden;
  overflow-y: auto;
}

.product_bar_fav::-webkit-scrollbar {
  width: 10px;
}

.product_bar_fav::-webkit-scrollbar-track {
  background: #ffffff;
}

.product_bar_fav::-webkit-scrollbar-thumb {
  background: #565b70;
}

.center {
  margin: auto;
  width: 82%;
  padding: 0px;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }

  .header_wrap .navbar-collapse.mobile_side_menu .navbar-nav {
    padding-top: 40px;
  }

  .row .col-md-8 .box .title {
    margin-top: 25px;
  }

  #register .col-md-6:first-child .form-fild input {
    margin-bottom: 20px;
  }

  .footer_top {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

@media (min-width: 900px) {
  .padding-custom {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    background-color: #f6f6f6;
  }
}

@media (max-width: 899px) {
  .padding-custom {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    background-color: #f6f6f6;
  }
}

.selection {
  width: 100%;
}

.slick-slider {
  background-color: #fff !important;
}

.btnSearch {
  border-radius: 5px;
  color: white;
  margin-bottom: 20px;
  padding: 7px;
  width: 70px;
  background-color: var(--color-boton) !important;
  border-color: white !important;
}

.btn-filter-options {
  border-radius: 5px;
  color: white;
  margin-bottom: 20px;
  padding: 10px;
  background-color: var(--color-boton) !important;
  border-color: white !important;
}

.btn-filter {
  margin-bottom: 50px;
  padding: 20px;
  width: 100% !important;
  background-color: var(--color-boton) !important;
  border-color: white !important;
}

.color-white {
  color: #fff !important;
}

.btn-product-add {
  color: #ffffff;
  border-color: var(--color-boton);
  background-color: var(--color-boton);
}

.btn-product-add:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-cart {
  background-color: var(--color-boton);
  line-height: 18px;
  font-size: 14px;
  color: #fefefe !important;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-radius: 0.25rem;

  border: 1px solid var(--color-boton);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 11px;
}

.btn-cart:hover {
  background-color: #fff;
  color: #666 !important;
}

.fav-product {
  display: inline-flex;
  width: 27px;
  height: 27px;
  text-align: center;
  background: #3a3a43;
  border-radius: 50%;
  line-height: 27px;
  color: #fff;
  font-size: 12px;
  place-content: center;
  place-items: center;
  position: absolute;
  top: 42px;
  left: 4px;
  z-index: 2;
}

.collapse-favoritos {
  position: absolute;
  top: 36px;
  left: 27px;
  width: 400px;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
}

.collapse-cart {
  position: absolute;
  top: 36px;
  left: -275px;
  width: 400px;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
}

.collapse-user {
  position: absolute;
  top: 23px;
  left: 216px;
  width: 150px;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
}

@media (max-width: 990px) {
  .collapse-cart {
    left: -225px;
    top: 55px;
    width: 302px;
  }

  .collapse-favoritos {
    left: -194px !important;
    top: 55px;
    width: 302px;
  }

  .collapse-user {
    left: -50px;
    top: 55px;
  }
}

.price-label {
  background-color: var(--color-etiquetas);
  color: #fff;
  border-radius: 7px;
  padding: 2px 10px;
  margin-top: 10px;
}

#verMasBtn {
  display: none;
  padding: 0 0;
  border-color: transparent;
}

.table-detail table tbody tr th {
  width: 50%;
}


.table-detail h5 {
  font-size: 16px;
}

.table-detail .table tbody tr th {
  font-size: 14px;
}

.product-meta {
  margin-bottom: 10px;
}

.precioLista,
.precioContado svg {
  color: #000;
  font-weight: 600;
}

.precioLista svg {
  width: auto;
  height: 25px;
}

#mto-cotizadorcuotas {
  display: flex;
}

.precioContado svg {
  width: auto;
  height: 25px;
}

.cuotas12,
.cuotas18,
.cuotas24 {
  color: #000;
}

.stock_badge {
  display: inline-block;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
}

.stock_badge-danger {
  background-color: #dc3545;
  color: #fff;
  border: none;
}

.stock_badge-warning {
  background-color: #ffb007;
  color: #212529;
  border: none;
}

.stock_badge-success {
  background-color: #28a745;
  color: #fff;
  border: none;
}

.btn-consulta {
  background-color: transparent;
  border: 1px solid #25d366;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-consulta::before,
.btn-consulta::after {
  background-color: #25d366;
}

.btn-addFavorite-style,
.btn-deleteFavorite-style {
  /* padding: 12px 25px; */
  border: 1px solid var(--color-boton);
  border-radius: 0.25rem;
  margin-left: 10px;
  cursor: pointer;
}

.btn-addFavorite-style:hover {
  color: red;
}

.btn-deleteFavorite-style:hover {
  color: #fff;
}

.btn-addFavorite-style {
  background-color: var(--color-boton);
  color: #fff;
}

.btn-deleteFavorite-style {
  background-color: var(--color-boton);
  color: red;
}

span.ui-state-default,
.ui-widget-content .ui-state-default {
  position: absolute;
  top: -4px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #ECEFF0;
  cursor: pointer;
  z-index: 2;
  border: 5px solid #AAB2BD;
  touch-action: none;
}

.ui-slider-horizontal {
  height: 9px;
  background: #D0D5DB;
}

.title.dropdown-toggle::after {
  float: right;
  color: #AAB2BD;
  font-weight: bold;
}

.title.dropdown-toggle.collapsed::after {
  content: "\f3d0";
}

.title.dropdown-toggle::after {
  content: "\f3d8";
}

.product-image .product_title {
  display: none;
}

@media (max-width:768px) {
  .product-image .product_title {
    display: block;
  }

  #product_img {
    pointer-events: none;
  }

  .product_description .product_title {
    display: none;
  }

  .zoomContainer {
    display: none;
  }
}

/* .estilos de mobex */
/* OPEN BUTTON CUSTOM OPTIONS */
.mbbxWidgetOpenBtn {
  width: fit-content;
  min-height: 40px;
  border-radius: 6px;
  padding: 8px 18px;
  font-size: 16px;
  color: #3b3b3b;
  background-color: #c3c3c3;
  border: 2px solid #6f00ff;
  cursor: pointer;
}

.mbbxWidgetOpenBtn:hover {
  color: #ffffff;
  background-color: #6f00ff;
}

/* CLOSE-OPEN BUTTONS */
.mbbxWidgetOpenBtn {
  display: flex;
  align-items: center;
  width: fit-content;
}

#closembbxProduct {
  font-size: 35px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  margin-bottom: 10px;
}

.dark #closembbxProduct {
  color: white;
}

#closembbxProduct:hover {
  cursor: pointer;
}

.scroll-lock {
  padding-right: 17px;
  overflow: hidden;
}

/* MODAL STYLES */
/* The Modal (background) */
#mbbxProductModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  place-items: center;
}

#mbbxProductModal.active {
  display: grid !important;
}

/* Modal Content/Box */
#mbbxProductModalContent {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  max-width: 650px;
  height: 90%;
  width: 100%;
  z-index: 10000;
  overflow-y: scroll;
  border-radius: 10px;
}

#mbbxProductModalHeader {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: center;
}

/* Modal Scrollbar */
#mbbxProductModalContent::-webkit-scrollbar {
  width: 20px;
}

#mbbxProductModalContent::-webkit-scrollbar-track {
  background-color: transparent;
}

#mbbxProductModalContent::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

#mbbxProductModalContent::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.mobbexSource {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.mobbexPaymentMethod,
.mobbexSourceTotal {
  display: flex;
  align-items: center;
  padding: 1em 0;
  margin: 0;
  font-weight: bold;
}

.mobbexPaymentMethod img {
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
}

#mbbx-method-select {
  width: 94%;
  min-height: 40px;
  padding: 0.5rem;
  border: 1px #d8d8d8 solid;
  border-radius: 5px;
}

.installmentsTable {
  margin-bottom: 20px;
  width: 90%;
  margin: 0 auto;
}

.installmentsTable td {
  padding: 10px 0;
  text-align: start;
}

.mbbxPlansPrice {
  width: 30%;
  text-align: end !important;
}

.installmentName {
  display: flex;
  flex-flow: column;
}

.installmentName small {
  color: grey;
}

.mobbexSourceTotal {
  padding-right: 5% !important;
  color: black;
  font-weight: 400;
}

/* DARK MODE  */
.dark #mbbxProductModalContent,
.dark #mbbxProductModalContent table td {
  background-color: rgb(39, 31, 36);
  color: rgb(226, 226, 226);
}

.dark #mbbxProductModalContent #mobbex_select_title,
.dark #mbbxProductModalContent .mobbexPaymentMethod,
.dark #mbbxProductModalContent .mobbexSourceTotal {
  color: rgb(226, 226, 226);
}

/* Normalize styles */
.mobbex-plans div {
  margin: 0;
  color: rgb(35, 35, 35);
  font-size: 15px;
}

.asoc_text p {
  text-align: left;
  margin-bottom: 10px;
}

.asoc_text li {
  margin-bottom: 12px;
}

.about-p .align-items-center p,
.about-p .align-items-center li {
  font-size: 14px;
}

@media (max-width:768px) {
  .invert {
    flex-direction: column-reverse;
  }
}

.img-servicio {
  height: auto;
  width: 450px;
}

.img-empresa {
  height: auto;
  width: 100%;
}

.img-servicio img {
  object-fit: cover;
}

.about_img .carousel_slider .owl-stage .owl-item .item {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.carrousel-mobile .carousel-item {
  height: 640px !important;
}

.carrousel-desktop .carousel-item {
  height: 540px !important;
}

.banner_section {
  height: 100% !important;
}

.carrousel-mobile .carousel-item,
.carrousel-desktop .carousel-item {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width:768px) {
  .carrousel-desktop {
    display: none;
  }


}

/* @media (min-width:1440px) {
  .carrousel-desktop .carousel-item {
    height: 75vh !important;
  }
} */

@media (min-width:768px) {
  .carrousel-mobile {
    display: none;
  }
}